.elementor-9473 .elementor-element.elementor-element-3b8ca6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c4260e6 */.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 120px;
    position: relative;
	font-family: "Poppins" , sans-serif;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-header{
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 20%);
    padding: 16px;
    border-radius: 12px;
}
.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-header i{
    transition: 0.2s;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-header.active i{
    transform: rotate(-180deg);
}
.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-header img{
    border-radius: 50%;
    width: 34px;
	height: 34px;
    border: 1px solid var(--primary-color);
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-header p{
    margin-bottom: 0;
    margin-left: 15px;
    font-family: var(--paragraph-font-family);
    color: var(--heading-color);
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown{
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 20%);
    border-radius: 12px;
    padding: 16px;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 84px;
    max-height: 305px;
    overflow-y: scroll;
    transition: 0.4s;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .country{
    transition: 0.2s;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .country.hide{
    display: none !important;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .country.show{
    display: flex !important;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .country:hover{
    background-color: #673de620;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .country.active{
    background-color: #212121;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .country.active .country-text{
    color: #fff;
}
.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown.active{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown::-webkit-scrollbar{
    width: 6px;
    background-color: #fff;
    border-radius: 50px;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
    border-radius: 50px;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown ul{
    margin-bottom: 0;
	padding-left: 0 !important;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown ul #empty-list-text{
    display: none;
    align-items: center;
    justify-content: center;
    font-family: var(--paragraph-font-family);
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown ul li{
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 14px;
    cursor: pointer;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown ul li:last-child{
    margin-bottom: 0;
}
.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown p{
    margin-bottom: 0;
    font-family: var(--paragraph-font-family);
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .remote-desktop-country img{
    border-radius: 50%;
    width: 34px;
    border: 1px solid var(--primary-color);
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .remote-desktop-country p{
    margin-left: 14px;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown ul li p.stock-text{
    font-size: 14px;
    color: green;
    background-color: #00800021;
    padding: 3px 10px;
    border-radius: 4px;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown ul li p.out-of-stock-text{
    font-size: 14px;
    color: red;
    background-color: #ff000017;
    padding: 3px 10px;
    border-radius: 4px;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .countries-search input{
    font-family: var(--paragraph-font-family);
    width: 100%;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    padding: 10px 20px;
    border-radius: 6px;
}

.remote-desktop-countries-dropdown-section .remote-desktop-countries-search-bar .remote-desktop-countries-dropdown .divider{
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    margin: 20px 0;
}/* End custom CSS */