.gj-datepicker-md [data-gj-role=right-icon] {
    padding: 8px 30px 8px 10px;
    background-color: #e8e8e8;
    border: 1px solid #6c757d;
    box-sizing: border-box;
    border-radius: .375rem 500px 500px .375rem;
}

.gj-picker-md table tr td div,
.gj-picker-md table tr th div {
    border-radius: 10px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;

}
.grecaptcha-badge
{
    opacity: 0 !important;
}
#chat-widget .uk-icon
{
    height:auto;
    width:29px;
    color:white !important;
}
#chat-widget .phone-btn
{
    background: linear-gradient(135deg, #27ae60, #2ecc71) !important;
}
#chat-widget .whatsapp-btn
{
    background: linear-gradient(135deg, #25d366, #128c7e);
}
#chat-widget .messenger-btn
{
    background: linear-gradient(135deg, #0084ff, #44bec7);
}
#chat-widget .chat-trigger
{
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}
#chat-widget .uk-button 
{
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

#myInput {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.js-filter {

    margin-top: 5px;
}

input[name="your-phone"] {
    border: none;
}

.country-flag {
    position: absolute;
    /* top: 50%; */
    left: 10px;
    /* transform: translateY(-50%); */
}

.country-box span {
    white-space: nowrap;
    padding-right: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 50px;
    background-color: #f8f9fa;
}


.country-phone-wrapper {
    display: flex;
    background-color: #FFF;

}

.js-filter li {
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 0 !important;
}

.js-filter li:hover {
    background-color: #e9ecef;
}

.scroll-box {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0;
    background-color: #f6f6f6;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background-color: gold !important;
}

.gj-cursor-pointer div {
    color: #fff !important;
    background: #9f0212;
    border-radius: 3px;
}

.gj-picker-md [data-gj-role=footer] button.gj-button-md {
    padding: 10px 25px !important;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: none;
    border: 1px solid #6c757d;
    padding: 0 15px !important;
    margin-right: 10px;
    color: #6c757d;
}

.gj-modal .gj-picker-md {
    border-radius: 3px;
}

#date-of-travel {
    border: 1px solid #e5e5e5;
    border-end-end-radius: 500px;
    border-top-right-radius: 500px;
}

label {
    font-weight: bold;

}
@media(max-width:640px)
{
    #chat-widget .uk-button 
    {
        height:50px;
        width:50px;
    }
}