﻿.text-custom-gold {
    color: #FFC107 !important;
}

.provider-list-item {
    height: 48px;
    margin-top: 12px;
}

.provider-name-label {
    margin-top: 12px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: Futura-medium;
    color: #FFFFFF;
}

.providers-list-menu {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    top: 67px !important;
    left: 0;
    width: 280px !important;
    transition-duration: 1s;
    padding: 20px 5px;
    z-index: 16;
}

div.providers-list-menu::-webkit-scrollbar-thumb {
    z-index: 100;
    background-color: black;
    border-radius: 5px;
    padding-left: 5px !important;
    margin-left: 5px !important;
}

div.providers-list-menu::-webkit-scrollbar {
    background-color: rgb(52,58,64);
    width: 10px;
    padding-left: 3px !important;
    margin-left: 3px !important;
}

.br-0 {
    border-radius: 0px !important;
}

.providers-filter {
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 0px !important;
    background: rgba(0,0,0,0.8) !important;
    font-weight: 400 !important;
    color: #6C757D !important;
    height: 36px;
    width: 100%;
    resize: none !important;
    line-height: 30px !important;
}

    .providers-filter:focus {
        outline: none !important;
        border: 1px solid rgba(255, 182, 12, 1) !important;
    }

textarea.providers-filter::placeholder {
}

.provider-sidebar-searchbar {
    display: flex;
    align-items: center;
}

.clear-filter-value-icon {
    height: 24px !important;
    width: 24px !important;
    filter: invert(150%) sepia(50%) saturate(310%) hue-rotate(354deg) brightness(50%) contrast(101%);
    right: 12px;
    top: 40px;
    margin-left: -30px;
}

.search-filter-field {
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 0px !important;
    background: rgba(255,255,255, 0.05) !important;
    font-weight: 400 !important;
    color: #6C757D !important;
    height: 36px;
    width: 300px !important;
    resize: none !important;
    line-height: 30px !important;
    white-space: nowrap;
}

    .search-filter-field:focus {
        outline: none !important;
        border: 1px solid rgba(255, 182, 12, 1) !important;
    }

input.providers-filter:focus {
    outline: none !important;
    outline-width: 0px !important;
}

input.providers-filter::-webkit-input-placeholder {
    color: #6C757D !important;
}

input.providers-filter:-moz-placeholder { /* Firefox 18- */
    color: #6C757D !important;
}

input.providers-filter::-moz-placeholder { /* Firefox 19+ */
    color: #6C757D !important;
}

input.providers-filter:-ms-input-placeholder {
    color: #6C757D !important;
}

.background-transparent-gray-left-menu {
    background-color: rgba(52, 58, 64, 0.7) !important;
}

.left-menu-hidden {
    /*margin-left: -280px;*/
    width: 96px !important;
    transition: 1s;
}

.not-highlighted-name {
    color: rgba(255, 255, 255, 0.4) !important;
}

.span-together {
    margin-right: -4px !important;
}

.show-more-providers {
    font-size: 14px !important;
    font-weight: 500;
    color: rgba(255, 193, 7, 1) !important;
    padding-top: 12px;
}

.text-align-center {
    text-align: center !important;
}

.provider-icon {
    height: 32px;
    width: 32px;
}

.provider-icon-container {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.provider-icon-selected {
    background-color: rgba(255, 193, 7, 1);
}

.left-menu-provider-icon {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.select-mark {
    height: 24px;
    margin-top: 12px;
}

.providers-search-filter-icon {
    display: block !important;
    height: 24px !important;
    width: 24px !important;
    cursor: pointer;
}

@media screen and (max-width:992px) and (min-width: 577px) {
    .background-transparent-gray-left-menu {
        background-color: rgba(52, 58, 64, 1) !important;
    }
}

@media screen and (max-width:576px) and (min-width: 541px) {
    .background-transparent-gray-left-menu {
        background-color: rgba(52, 58, 64, 1) !important;
    }
}

@media screen and (max-width:540px) and (min-width: 391px) {
    .background-transparent-gray-left-menu {
        background-color: rgba(52, 58, 64, 1) !important;
    }
}

@media screen and (max-width:390px) {
    .background-transparent-gray-left-menu {
        background-color: rgba(52, 58, 64, 1) !important;
    }
}