label {
    margin: 0.5rem 0;
}
thead{
    text-transform: capitalize;
}

.checkbox_margin_top{
    margin-top: 0.8em;
}

.checkbox_margin_left{
    margin-left: 1.5em;
}

.green{
    color:green;
}

.btn-custom{
    border: 1px;
    border-radius: 5px;
    color: cornflowerblue;
    font-size: 0.8em;
}
.error{
    color:red;
    border: 2px red solid !important;
}

.copy_style{
    cursor: pointer;
}

#back-to-top {
    bottom: 30px;
}

.select2-result-country {
    display: flex;
    align-items: center;
}
.country-iso {
    font-weight: bold;
    margin-right: 5px;
    color: #405189;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .country-iso {
    color: #fff;
}

.select2-dropdown {
    z-index: 9999 !important;
}

.modal-open .select2-container--open .select2-dropdown {
    z-index: 1056 !important;
}

.select2-container {
    width: 100% !important;
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #405189!important;
    border: 1px solid #405189!important;
 
}
