.linkphone_holder.oip-phone-link img {
    margin: 0 5px 3px 5px;
}
span.oip-newcaret-new {
    margin-inline-start: 10px;
}
/*new theme*/

#oip-navContactContainer-new {
    color: #000;
    cursor: unset;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    position: relative;
    text-align: right;
    max-width: 210px;
    width: 100%;
}
a#oip-phone_tel_number-new {
    float: left;
    margin: 0 0 0 5px;
}
#oip-navContactContainer-new #login-form-container {
    float: right;
    margin: 0 10px 0 8px;
    cursor: pointer;
    width: 100% !important;
    border: 2px solid #8cff00;
    padding: 10px;
    min-width: 180px;
    border-radius: 7px;
}
.oip-pic-phone img{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    left: 16px;
}
ul#list-phone_list-new {
    height: 195px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    text-align: right !important;
    top: 33px !important;
    left: 0px !important;
    position: absolute !important;
    min-width: 200px;
    width: 100% !important;
}
a#country-link-ar {
    padding: 3px 5px;
}

ul#list-phone_list-new::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}
ul#list-phone_list-new-new::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
ul#list-phone_list-new::-webkit-scrollbar-thumb {
  background: #00e3d8;
  border: 0px none #ffffff;
  border-radius: 50px;
}
ul#list-phone_list-new::-webkit-scrollbar-thumb:hover {
  background: #075a56;
}
ul#list-phone_list-new::-webkit-scrollbar-thumb:active {
  background: #00e3d8;
}
ul#list-phone_list-new::-webkit-scrollbar-track {
  background: #d7ebe3;
  border: 0px none #ffffff;
  border-radius: 50px;
}
ul#list-phone_list-new::-webkit-scrollbar-track:hover {
  background: #d7ebe3;
}
ul#list-phone_list-new::-webkit-scrollbar-track:active {
  background: #ffffff;
}
ul#list-phone_list-new::-webkit-scrollbar-corner {
  background: transparent;
}
.scroller-new {
    overflow-y: scroll;
    scrollbar-color: #00e3d8 #C2D2E4;
    scrollbar-width: thin;
}
a#country-link-ar.phone.oip-active-new {
    background: #bcf872;
}
.center.phone_holder-new {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
/*classic theme*/
#oip-navContactContainer-classic {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
    color: #000;
    font-family: 'Muli', sans-serif;
    max-width: 200px;
    width: 100%;
}
#oip-navContactContainer-classic #login-form-container {
    float: right;
    margin: 0 10px;
    min-width: 175px;
    max-width: 175px;
}
#oip-navContactContainer-classic #login-form-container .dropdown-menu {
    border-radius: 0;
    top: 25px;
    left: 0px !important;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 175px;
    min-width: 175px;
    width: 100%;
    position: absolute !important;
}
span.oip-newcaret-classic img {
    width: 8px;
    filter: invert(29%) sepia(80%) saturate(2588%) hue-rotate(198deg) brightness(108%) contrast(102%);
}
a#oip-phone_tel_number-classic img {
    width: 13px;
    height: 13px;
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(0) brightness(0) contrast(97%);
    margin: 0 5px 2px 0;
}
a#country-link-ar.phone.oip-active-classic {
    background: #008FFF;
    color: white;
}
@media (max-width: 991px){
    /*new theme*/
    .phone_holder-new{
        display: none;
    }
    .oip-newcaret-new{
        display: none;
    }
    #oip-navContactContainer-new #login-form-container {
        width: 28px !important;
        height: 28px;
        min-width: 28px;
        max-width: 28px;
        padding: 0px !important;
    }
    #oip-navContactContainer-new {
        height: 28px;
        padding: 8px 10px 0 0;
        max-width: unset;
        margin: 1px 0 0 4px !important;
    }
    #oip-phone_tel_number-new.oip-pic-phone img{
        left: 5px;
        width: 18px;
        height: 18px;
    }
    a#oip-phone_tel_number-new {
        float: left;
        margin: 0 0 0 3px;
    }
    /*classic theme*/
    #oip-navContactContainer-classic {
        max-width: unset;
    }
    #oip-navContactContainer-classic #login-form-container {
        width: 32px;
        height: 32px;
    }
    a#oip-phone_tel_number-classic img {
        width: 28px;
        height: 28px;
        position: absolute;
        filter: none !important;
    }
    
}
  