body {
    overflow-x: hidden;
}

body input:focus {
    box-shadow: 0 0 3px #555 !important;
    border: solid 1px #EEE !important;
}

body textarea:focus {
    box-shadow: 0 0 3px #555 !important;
    border: solid 1px #EEE !important;
}

.customLink {
    color: black;
    text-decoration: none;
}

.customLink:hover {
    color: #730000;
    cursor: pointer;
    text-decoration: none;
}

.customLink:focus{
    text-decoration: none;
}

.table-row:hover {
    background: #EEE;
}

.with-shadow {
    box-shadow: 0px 0px 6px #808080;
}

.react-select {
    z-index: 10;
}

input {
    outline: none !important;
}

.sb-avatar__image {
    object-fit: cover;
}