#search-header {
    margin-top: 17px;
}
#search-header .form-group {
    display: flex;
}
#search-header input {
    width: 260px;
    height: 32px;
    border: none;
    border-radius: 0;
}
#search-header-mobile input {
    display: inline;
    width: 75%;
    width: calc(100% - 65px);
    height: 32px;
    margin: 10px;
    border: none;
    border-radius: 0;
}
#search-header .easy-autocomplete {
    display: inline-block;
}
#search-header #openPersonalizedSearch {
    display: inline-block;
    width: 32px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid white;
    overflow: hidden;
}
#search-header .md-search {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: var(--light-main-color);
}
#search-header-mobile .md-search {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: var(--light-main-color);
    top: 2px;
}
div#eac-container-superSearch {
    width: 165%;
    max-width: 92vw;
}
@media (max-width: 480px) {
    div#eac-container-superSearch span {
        font-size: 13px !important;
    }
}
#personalizedPetsAndClientsSearchDialog > .modal-dialog {
    position: absolute;
    left: calc(50vw - 300px);
    top: 47px;
}
#filterEventsOfCalendarDialog > .modal-dialog {
    position: absolute;
    left: calc(50vw - 400px);
    top: 47px;
    min-width: 800px;
}
#filterEventsOfCalendarDialog .select2 {
    width: 100% !important;
}
#personalizedPetsAndClientsSearchDialog .easy-autocomplete {
    width: 100% !important;
}
.easy-autocomplete-container ul .eac-category {
    color: var(--main-color);
    font-style: inherit !important;
}
.easy-autocomplete-container a {
    color: #999;
}
span.media-heading {
    font-weight: 400;
    white-space: pre-line;
    color: #333;
}
#feedback-container {
    margin-top: 12px;
    cursor: pointer;
    color: white;
    font-size: 13px;
}
#feedback-container:hover{
    text-decoration: underline !important;
}

#vetNotificationsTable {
    margin-top: 0px !important;
}

#vetNotificationsTable_wrapper {
    overflow-x: hidden;
}

#vetNotificationsTable_wrapper > .row:first-child {
    display: none;
}

#vetNotificationsTable_paginate {
    margin-bottom: 10px;
    margin-right: 4px;
}

#vetNotificationsTable {
    cursor: pointer;
}

#configNotificationsDiv {
    cursor: pointer;
}

#markReadedAllNotificationsDiv {
    cursor: pointer;
}

#backToNotificationsListDiv {
    cursor: pointer;
}

@media (max-width: 1467px) {
    #discoverSlothvetButton {
        padding: 6px !important;
    }
    #discoverSlothvetButton svg, #discoverSlothvetButton span {
        display: none;
    }
    #discoverSlothvetButton img {
        width: 23px !important;
        margin: 0px !important;
    }
}

@media (max-width: 1320px) {
    #slothvetTasksButton {
        padding: 7px !important;
    }
    #slothvetTasksButton svg, #slothvetTasksButton span {
        display: none;
    }
    #slothvetTasksButton i {
        margin: 0px !important;
    }
    #discoverSlothvetButton {
        margin-right: 2px !important;
    }
}

@media (max-width:930px) {
    #personalizedPetsAndClientsSearchDialog > .modal-dialog {
        position: absolute;
        left: calc(50vw - 398px);
        top: 47px;
    }
    #search-header input {
        width: 200px;
    }
}
@media (max-width: 824px) and (min-width: 765px) {
    #discoverSlothvetButton {
        display: none !important;
    }
}


@media (max-width:800px) {
    #filterEventsOfCalendarDialog > .modal-dialog {
        position: absolute;
        left: calc(50vw - 50%);
        top: 47px;
        min-width: 95%;
    }

}
@media (max-width:767px) {
    #personalizedPetsAndClientsSearchDialog > .modal-dialog {
        position: absolute;
        left: calc(50vw - 50%);
        top: 47px;
    }
}

@media (max-width:479px) {
    /* #search-header #openPersonalizedSearch {
        position: absolute;
    } */
    #slothvetTasksDropdown {
        width: 100vw !important;
    }
    #slothvetTasksList > li:last-child {
        margin-bottom: 20px !important;
    }
}

#slothvetTasksDropdown {
    scrollbar-width:thin;
    scrollbar-color: #4297a8 #DFEDF1;
}

#slothvetTasksDropdown::-webkit-scrollbar {
    width: 2px !important;
}

#slothvetTasksDropdown::-webkit-scrollbar-track {
    background: #DFEDF1;
}

#slothvetTasksDropdown::-webkit-scrollbar-thumb {
    background-color: #4297a8;
    border-radius: 3px;
}

