#body-pd {
    display: grid;
    grid-template-rows: auto 1fr;
}
/* .main {
    display: grid;
    grid-auto-rows: auto 1fr;
} */

.img_my_account {
    width: 100%;
    margin-top: 24px;
    max-width: 930px;
}
.img_my_account_mobile {
    display: none;
}
.my-account{   
    max-width: 930px;
    width: 100%;
    background:var(--color-white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 11px var(--sombra);
    border-radius: 9px;
    opacity: 1;
    margin: auto;
    padding: 28px 78px;
    margin-top: 90px;
}
.ctn_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.photo img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.photo {
    position: relative;
    width: 100px !important;
    min-width: 100px;
    height: 100px !important;
    background-color: var(--white-color);
    box-shadow: 0px 3px 12px var(--color-box-shadow-3);
    border-radius: 50%;
}
canvas#preview {
    display: none;
}
.input-photo {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.ctn_btn_photo {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    padding-top: 3px;
    position: absolute;
    left: 77px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.btn-photo-file {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0px 3px 6px var(--sombra);
    color: var(--dark-green);
    font-size: 16px;
    cursor: pointer;
    border: none;
}
.text{
    color: var(--color-green);
    text-transform: capitalize;
    text-align: center;
}
.txt-1{
    font: normal normal bold 30px/20px Europa;
    line-height: 1;
}
.txt-2{
    font: normal normal 300 20px/20px Europa;
    line-height: 0.5;
}
.txt-3{
    font: normal normal 300 14px/20px Europa;
    line-height: 0.5;
}
.account-rol{
    background: var(--color-green) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    width: 550px;
    height: 31px;
    opacity: 1;
    border-radius: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.acc-text-rol{
    width: 527px;
    height: 100%;
    text-align: center;
    font: normal normal bold 14px/20px Europa;
    letter-spacing: 0px;
    color: var(--color-white);
    opacity: 1;
    text-transform: capitalize;
}
.account-inf{
    max-width: 800px;
    width: 100%;
    margin: 0;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}
.inf-icon{
    width: 20px;
}
.account-icon{
    color: var(--color-icons);
}
.text-inf{
    font: normal normal 300 16px/20px Europa;
    letter-spacing: 0px;
    color: var(--text-medium);
    opacity: 1;
    margin-left: 10px;
}
.icon-edit{
    color: var(--color-card);
}
.item-inf{
    margin-bottom: 20px;
}
.item-inf-esp{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: span 2;
}
.container {
    padding: 0;
}
.btn-edit-ubi{
    cursor: pointer;
}
.edit-ubi{
    border: none;
    background: var(--color-white);
}
.change-password{
    width: 775px;
    height: fit-content;
    background:var(--color-white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 11px var(--color-box-shadow-2);
    border-radius: 9px;
    opacity: 1;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 90px;
}
.pass-msg{
    text-align: left;
    font: normal normal normal 12px/15px Europa;
    letter-spacing: 0px;
    color: var(--text-light);
    opacity: 1;
}
.cha-pass-btn{
    display: flex;
    justify-content: center;
    height: fit-content;
}
.icon_question {
    color: var(--color-green-ligth);
    font-size: 20px;
    margin-left: 5px;
    cursor: pointer;
}
.icon_question:hover {
    color: var(--color-card);
}
.btn-form{
    margin-top: 0 !important;
}
.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-input) !important;
}
.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: 800;
    content: "\f3c5";
}
.select2-container--open .select2-selection__arrow::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    content: "\f3c5";
    color: var(--color-green-ligth);
}
.select2-container--open .select2-selection__placeholder{
    color: var(--color-green-ligth) !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: static !important;
    width: auto !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection, .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-selection__placeholder {
    color: var(--color-input) !important;
}

.dep .label_inp {
    position: absolute;
    top: 25%;
    font-size: 16px;
    left: 20px;
    color: var(--color-input);
}
.flecha_down {
    position: absolute;
    top: 25%;
    right: 12px;
    font-size: 1.5rem;
    color: var(--color-input);
}
.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;
}
#form_edit_city{
    margin-top: 30px;
    margin-bottom: 30px;
}
.icon-edit-ubi div {
    width: fit-content;
}
@media only screen and (max-width: 1100px){  
    .change-password{
        width: auto;
        height: auto;
        display: block;
        margin: auto;
        background: transparent;
        box-shadow: none;
        margin-top: 0;
    }
    .my-account{
        margin-top: 0;
    }
    .con-img-pass{
        display: flex;
        justify-content: center;
    }
    .img-change-pass{
        width: 300px;
        height: 300px;
    }   
}

@media only screen and (max-width: 991.98px) {
    .my-account{
        height: auto;
        padding: 28px;
    }
    .account-rol{
        width: 100%;
    }
    .acc-text-rol{
        width: 100%;
    }
    .ctn_photo {
        margin-bottom: 5px;
    }
    .account-inf{
        margin-top: 20px;
    }
    .main {
        display: block;
    }
}

@media only screen and (max-width: 575.98px) {
    .account-rol{
        display: none;
    }
    .item-inf{
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    .item-inf.mb-0 {
        gap: 12px;
    }
    .account-inf{
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .icon-edit-ubi{
        margin-left: 10px;
    }
    .img-change-pass{
        width: 182px;
        height: 182px;
    }
    .change-password {
        padding: 0;
    }
    .img_my_account {
        display: none;
    }
    .img_my_account_mobile {
        display: block;
        width: 100%;
    }
}