.text_ab {
    font-size: 14px;
    font-style: italic;
    color: var(--first-color-light);
}
/*  */
.nav-tabs-countries {
    border-bottom: 5px solid var(--color-scrollbar-track); 
    margin: 20px 0 40px;
}

.nav-link-countries.active {
    background-color: transparent;
    border-radius: 2px; 
    border-bottom: 5px solid var(--dark-green);
    color: var(--dark-green);
    height: 43px;
}

.nav-link-countries {
    width: 146px;
    height: 38px;
    background-color: inherit;
    border: none;
    color: inherit;
    border-radius: 2px;
    position: relative;
    bottom: -5px;
    cursor: pointer;
    font-size: 14px;
}

.nav-link-countries.active:hover {
    background-color: transparent;
    color: var(--dark-green);
}

.nav-link-countries:hover {
    color: var(--dark-green);
}

.nav-link-countries:focus {
    outline: none;
}

.img_country {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.img_detail_country {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 5px;
    object-fit: cover;
}

.img_dep_country {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    margin-right: 10px;
}

.img_edit_country {
    position: relative;
    top: -3px;
}

.cuads {
    display: grid;
    grid-template-columns: auto 1fr 30%;
    align-items: center;
}

.ctn_photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctn_name {
    margin-right: 20px;
}

.ctn_ind {
    width: 30%;
}
.ctn_ubi_img {
    width: 570px;
    height: 570px;
}
.close_add_img {
    top: 0;
    right: 15px;
}

@media only screen and (max-width: 1000px) {
    .ctn_ind {
        width: 60%;
    }
}

@media only screen and (max-width: 820px) {
    .img_cuad {
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

@media only screen and (max-width: 799px) {
    form .row>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 665px) {
    .ctn_ubi_img {
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 650px) {
    .cuads {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .hollow {
        display: none;
    }
    
    .ctn_name {
        margin-right: 0;
    }
    
    .ctn_ind {
        width: 100%;
    }
}

.select2-container .select2-selection {
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid var(--color-gray-2) !important;
    border-radius: 23px !important;
    outline: none;
    padding: 0 10px !important;
    color: var(--color-gray-1) !important;
}

.ctn_btn_photo {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
    position: absolute;
    left: 55px;
    top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.btn-photo-file {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0px 3px 6px var(--sombra);
    color: var(--dark-green);
    font-size: 12px;
    cursor: pointer;
    border: none;
}
  
.photo-file {
    position: absolute;
    opacity: 0;
    width: 25px;
    left: 70px;
    top: -12px;
    z-index: 1000;
}

.photo {
    position: relative;
    width: 80px !important;
    min-width: 80px;
    height: 80px !important;
    background-color: var(--white-color);
    box-shadow: 0px 3px 6px var(--sombra);
    border-radius: 50%;
}

.border_none {
    border: none !important;
}
  
.photo img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.img-peque {
    width: 30px;
    margin-right: 10px;
}

.dx-toolbar{  
    display: none;  
}  

.dx-overlay-wrapper {
    z-index: 10 !important;
}

.input-photo {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

#modal_add_img .modal-dialog, #modal_edit_img .modal-dialog {
    width: 90%;
    max-width: 600px;
    height: auto !important;
    margin: 0 auto;
}

.img_cuad {
    position: relative !important;
    width: 100%;
    height: 100%;
}

.jcrop-stage {
    width: 100% !important;
    height: 100% !important;
}

#preview {
    display: none;
}

.select2-selection__arrow {
    font-size: 1.5rem;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
}

.select2-container--open .select2-selection__arrow::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f106";
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: static !important;
    width: auto !important;
}

.select2-container--bootstrap4.select2-container--open .select2-selection, .act .selection .select2-selection {
    border: 1.5px solid var(--color-green-ligth) !important;
    box-shadow: none !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: none !important;
}

.select2-selection__placeholder {
    color: var(--color-gray-1) !important;
}

.form-group .select2 {
    -webkit-appearance: none;
}

.dep .label_inp {
    position: absolute;
    top: 25%;
    font-size: 14px;
    left: 20px;
    color: var(--color-gray-1);
}

.flecha_down {
    position: absolute;
    top: 25%;
    right: 12px;
    font-size: 1.5rem;
    color: var(--color-gray-1);
}

.unique {
    border-bottom: 1px solid var(--color-gray-border-2)!important;
}

.unique .dd-handle {
    border: none !important;
}

.item-list {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card .card-header .item-list.collapsed:after {
    content: "\f103";
  }

.card .card-header .item-list:after {
    content: "\f102";
    font-family: 'Font Awesome 6 Free';
    font-size: 1.2rem;
    color: #4286D4;
    font-weight: 900;
}

.ctn-card {
    width: 100%;
    max-width: 760px;
    background: var(--color-bg-disabled);
    padding-top: 1rem !important;
    margin: 0 auto;
    border-radius: 6px;
}

.card_item {
    padding-bottom: 20px;
}

.list_items_card {
    list-style: none;
}

.list_items_card li::before {
    content: "\2022";
    color: #4286D4;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1rem;
    font-size: 1.2rem;
}

.dd-item:first-child .dd-handle {
    border: none !important;
}

.img_department {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
}

.exam {
    visibility: hidden;
    width: 0;
}

.croppr-image {
    border-radius: 11px;
}

.select2-selection__clear {
    margin-left: 5px;
}

/*  */
.detail_country {
    color: var(--color-green) !important;
}

.cl_tittle {
    color: var(--color-green-ligth);
    font-size: 20px;
    font-weight: bold;
}

.dep_details {
    position: absolute;
    right: 10px;
    z-index: 50;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    color: var(--dark-green) !important;
}

.cit_details {
    width: fit-content;
    color: var(--dark-green) !important;
}

.tooltip > .tooltip-inner {
    background: var(--color-black-2);
    color: var(--color-white);
    box-shadow: 0px 3px 7px var(--color-box-shadow)!important;
    border-radius: 3px !important;
    padding: 3px 20px !important;
    margin: 0 !important;
}

.tooltip-arrow, .tooltip-arrow:after, .tooltip-arrow:before {
    display: none;
}

.ctn_citie {
    padding: 15px 20px;
    box-shadow: none;
    color: var(--text-medium);
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-radius: 0 !important;
}

/* .dark-cuad, .croppr, .croppr-image, .croppr-imageClipped {
    width: 100%;
    max-height: 570px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.cropper-point.point-se {
    height: 5px;
    width: 5px;
}

@media only screen and (max-width: 590px) {
    .ctn_ubi_img {
        width: 400px;
        height: 400px;
    }
    .d-block-ubi {
        flex-direction: column;
        gap: 20px;
    }
    .d-block-ubi .btns-modal {
        width: 100%;
    }
    .d-block-ubi .inp-file, .d-block-ubi .btn-confirm-img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .nav-tabs-countries {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(max(90px, calc((100%) / 4)), 1fr));
    }
    .nav-link-countries {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .ctn_ubi_img {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 360px) {
    .ctn_ubi_img {
        width: 150px;
        height: 150px;
    }
}