.my-profile-wrap .form-stylesheet textarea {
    height: 126px;
    width: 100%;
}

.my-profile-wrap .form-stylesheet .has-error .help-block {
    color: #ff0000;
}

.my-profile-wrap .form-stylesheet .form-group.has-error:before {
    top: 35px;
}

.my-profile-wrap .form-stylesheet .form-group {
    height: 80px;
}

.my-profile-wrap .form-stylesheet .help-block {
    margin-top: 0;
}

.my-profile-wrap .form-stylesheet input,
.my-profile-wrap .form-stylesheet select {
    margin-bottom: 0;
}

.my-profile-wrap .form-stylesheet .form-group.required:after {
    top: 15px;
}

.my-profile-wrap .form-stylesheet .control-label {
    font-size: 11px;
}

.my-profile-wrap .form-stylesheet .form-group:last-of-type {
    margin-bottom: 0;
}

.my-profile-wrap .register-group {
    margin-bottom: 100px;
}

.my-profile-wrap .another-hotels-fields-cont {
    margin-bottom: 30px;
}

.my-profile-wrap .another-hotels-fields-cont select,
.my-profile-wrap .another-hotels-fields-cont .site-btn {
    float: left;
}

.my-profile-wrap .another-hotels-fields-cont select {
    width: 48%;
}

.my-profile-wrap .another-hotels-fields-cont .site-btn {
    width: 25%;
}

.my-profile-wrap .another-hotels-fields-cont .site-btn.agency-profile {
    margin: 0 1% 0 1%;
}

.my-profile-wrap.regional-manager-profile .form-stylesheet textarea {
    height: 126px;
}

.my-profile-wrap.hotel-manager-profile .form-stylesheet textarea {
    height: 206px;
}

.my-profile-wrap.country-manager-profile .form-stylesheet textarea {
    height: 128px;
}

.my-profile-wrap.country-manager-profile .form-stylesheet .another-agensys .regional-manager-wrap .select2-container {
    float: right;
}

.my-profile-wrap.country-manager-profile .form-stylesheet .another-agensys .select2-container {
    width: 49% !important;
    float: left;
    margin-bottom: 12px;
}

.my-profile-wrap.country-manager-profile .form-stylesheet .another-agensys .full-select-size + .select2-container {
    width: 100% !important;
}

.profile-inner-block {
    margin-top: 70px;
}

.deactivate-link {
    margin-top: 40px;
}

.deactivate-link a {
    border-bottom: 1px dotted red;
}

.email-verification-block {
    margin-bottom: 15px;
}

.email-verification-block a {
    color: inherit;
    text-decoration: underline;
}

.email-verification a {
    text-decoration: underline;
}

.my-profile-wrap .select2-container--krajee .select2-selection--single {
    height: auto !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #555 !important;
    font-weight: normal !important;
}

.btn-email-verify {
    width: 250px;
    max-width: 100%;
    height: 50px;
    text-decoration: none !important;
}

.confirmed-email:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 5px;
    background: url(/images/icon_checked_big.png) center;
    vertical-align: middle;
}

.my-profile-wrap .link-buttons-cont {
    display: flex;
}

.my-profile-wrap .linked-user {
    font-size: 15px;
}

.my-profile-wrap .link-buttons-cont a {
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
}

.my-profile-wrap .link-buttons-cont > * {
    margin: 0 5px;
}

.my-profile-wrap .link-buttons-cont > *:first-child {
    margin-left: 0;
}

.my-profile-wrap .link-buttons-cont > *:last-child {
    margin-right: 0;
}

.subscribe-block {
    margin-top: 30px;
}

.my-profile-wrap .tourist-buttons > * {
    background: #25866d;
    color: white;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
}

.manager-criteria {
    display: flex;
    align-items: center;
}

.manager-criteria a {
    color: inherit;
    font: inherit;
}

.manager-criteria:before {
    content: '';
    width: 26px;
    height: 26px;
    min-width: 26px;
    background: url(/images/rules.png) center;
    margin-right: 5px;
}

.move-subordinates-available {
    margin-top: 10px;
    border: 1px solid #1ccc78;
    border-radius: 5px;
    height: 38px;
    display: inline-flex;
    padding: 0 20px;
    gap: 10px;
    align-items: center;
    color: black;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .my-profile-wrap .register-group {
        margin-bottom: 30px;
    }
    .my-profile-wrap .form-stylesheet.form-stylesheet-white .form-btn {
        width: 49%;
    }
    .my-profile-wrap .form-btn {
        font-size: 13px;
    }
    .my-profile-wrap .register-group h3 {
        font-size: 16px;
    }
    .my-profile-wrap .form-stylesheet.form-stylesheet-white .left-fields.another-agensys,
    .my-profile-wrap .form-stylesheet.form-stylesheet-white .right-fields.navigation-bar,
    .my-profile-wrap .form-stylesheet.form-stylesheet-white .right-fields.another {
        width: 100%;
    }
    .my-profile-wrap .form-stylesheet.form-stylesheet-white .right-fields.another {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {

    .my-profile-wrap .tourist-buttons > * {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .my-profile-wrap .register-group {
        margin-bottom: 30px;
    }
    .my-profile-wrap .form-stylesheet.form-stylesheet-white {
        padding-right: 8px;
    }
    .my-profile-wrap .form-stylesheet .select2 {
        margin-bottom: 12px;
    }
    .my-profile-wrap .form-btn {
        font-size: 13px;
    }
    .my-profile-wrap .register-group h3 {
        font-size: 16px;
    }
    .my-profile-wrap .form-stylesheet .left-fields input.half,
    .my-profile-wrap .form-stylesheet .left-fields textarea.half,
    .my-profile-wrap .form-stylesheet .left-fields select.half,
    .my-profile-wrap .form-stylesheet .left-fields .site-btn.half,
    .my-profile-wrap .form-stylesheet .right-fields input.half,
    .my-profile-wrap .form-stylesheet .right-fields textarea.half,
    .my-profile-wrap .form-stylesheet .right-fields select.half,
    .my-profile-wrap .form-stylesheet .right-fields .site-btn.half {
        width: 100%;
    }
    .my-profile-wrap .form-stylesheet .form-group {
        height: 62px;
    }
    .my-profile-wrap.regional-manager-profile .form-stylesheet textarea,
    .my-profile-wrap.hotel-manager-profile .form-stylesheet textarea,
    .my-profile-wrap.country-manager-profile .form-stylesheet textarea {
        height: 140px;
    }
    .my-profile-wrap.country-manager-profile .form-stylesheet .another-agensys .select2-container {
        width: 100% !important;
    }

    .my-profile-wrap .linked-users tr,
    .my-profile-wrap .linked-users td,
    .my-profile-wrap .linked-users th {
        display: block;
    }

    .my-profile-wrap .linked-user td {
        padding: 8px 0;
    }

    .my-profile-wrap .linked-user {
        margin-bottom: 20px;
    }
}

.profile-time-warning {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 5px;
    padding: 15px;
    background-color: #f2f2f2;
}