.select-all-div {
    color: var(--0096-f-7, #0096F7);
    font-size: 14px;
    cursor: pointer;
    width: fit-content;
    display: inline-block;
    margin-top: 20px;
}

.clear-all-div {
    color: rgba(3, 18, 66, 0.4);
    cursor: pointer;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
    margin-left: 20px;
    margin-right: 50px;
}

.tld_text.active {
    color: #031242;
}


.button-disabled-click {
    pointer-events: none !important;
    background: rgba(3, 18, 66, 0.4) !important;
}

.select-all-tld {
    padding: unset;
    text-align: right;
}

.checked_tld {
    color: #939DA5;
    height: 20px;
    float: left;
    background-color: #ECEEF1;
    border: none;
    line-height: 20px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.checked_tld:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

@media (min-width: 767px) {
    .select-all-div {
        /*margin-right: 55px;*/
    }
}