* {
    outline: none;
    border: none;
    font-size: 14px;
}

.centered {
    position: relative;
    right: 50%;
    transform: translateX(50%);
    transition: all ease-out 0.3s;
}

.btn.larg {
    padding: 10px 12px !important;
}

.btn {
    outline: none;
    border: none;
}

.btn:focus {
    outline: none;
    border: none;
}

.top_row button {
    margin: 50px 0;
}

.container_index {
    height: 100vh;
    padding: 0 !important;
    background: url("../images/admin_background.jpg") center center no-repeat;
    background-size: cover;
}

.container_login {
    height: 100vh;
    padding: 0 !important;
    background: url("../images/login_background.jpg") center center no-repeat;
    background-size: cover;
}

.container_register {
    height: 100vh;
    padding: 0 !important;
    background: url("../images/register_background.png") center center no-repeat;
    background-size: cover;
}

.container_register_management {
    padding: 0 !important;
    background: url("../images/register_background.png") center center no-repeat;
    background-size: cover;
}

.container_admin_login {
    height: 100vh;
    padding: 0 !important;
    background: url("../images/admin_background.jpg") center center no-repeat;
    background-size: cover;
}

.container_reset_pass {
    height: 100vh;
    padding: 0 !important;
    background-image: linear-gradient(to right top, #485DA6, #00a1ba, #00bfac, #36C486);
}

.parent_login_section {
    width: 94% !important;
    max-width: 400px !important;
    min-height: 300px !important;
    right: 50%;
    top: 40%;
    transform: translate(50%, -50%);
    border-radius: 5px;
    padding: 40px 0 !important;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(5px);
}

.parent_register_section {
    width: 94% !important;
    max-width: 800px !important;
    right: 50%;
    top: 40%;
    margin: 50px 0;
    transform: translate(50%);
    border-radius: 5px;
    padding: 40px 0 !important;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(5px);
}

/*.container_admin_login .*/
.login_title {
    height: 50px;
    line-height: 55px;
    color: #696969;
    text-align: center;
    font-size: 28px;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.register_title {
    height: 30px;
    line-height: 35px;
    color: #1e1e1e;
    text-align: center;
    font-size: 18px;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

#login_desc_content {
    line-height: 25px;
    color: #696969;
    text-align: center;
    font-size: 15px;
    padding: 0 20px !important;
    margin-bottom: 20px !important;
}

.container_reset_pass .login_title {
    color: #fff;

}

.parent_login_inputs {
    padding: 0 !important;
    position: relative;
}

.parent_login_inputs input {
    height: 40px;
    margin-bottom: 20px !important;
    text-align: right;
    padding-right: 15px !important;
    max-width: 90%;
    right: 50%;
    transform: translateX(50%);
    border-radius: 5px;
}

.parent_login_inputs span {
    position: absolute !important;
    left: 8%;
    font-size: 20px;
    line-height: inherit;
    color: #484848;
    display: inline-block;
    padding: 0 5px !important;
    top: 2px;
}

.parent_login_inputs p {
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding-right: 35px !important;
    max-width: 90%;
    right: 50%;
    transform: translateX(50%);
    margin-top: 8px !important;
    user-select: none;
}

.parent_login_inputs p span {
    width: 20px;
    height: 20px;
    border: 2px solid #00a7d0;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 5px;
    border-radius: 3px;
    cursor: pointer;
}

#register_checkbox {
    left: 8%;
    right: 5px;
    top: unset;
    display: inline-block !important;
}

.parent_login_inputs p span:before {
    display: none;
    position: absolute;
    content: '\F1B0';
    font-family: 'icon';
    height: 100%;
    width: 100% !important;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    font-weight: 900;
    text-shadow: 0px 0px 1px #fff;
    background-color: #00a7d0;
    top: 0;
    left: 0;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.parent_login_inputs p span.show:before {
    display: block;
}

.parent_login_inputs button {
    height: 40px;
    margin: 30px 0 30px 0 !important;
    text-align: center;
    padding: 0 15px !important;
    max-width: 200px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 20px;
    font-size: 18px;
    background-color: #00a7d0;
    color: white;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.parent_login_inputs button i {
    position: relative;
    font-size: 15px;
    left: -4px;
    top: 2px;
    transition: all ease-in-out 0.3s;
}

.parent_login_inputs button:hover {
    background-color: #00c3f1;
    color: white;
}

.parent_login_inputs .login_btn {
    font-size: 20px;
    padding: 0 15px 5px 15px !important;

}

.parent_login_inputs .login_btn:hover i {
    margin-right: 5px;
}

.parent_register_section .parent_login_inputs label {
    color: #606060 !important;
    position: absolute;
    top: 20px;
    right: 20px;
}

.parent_register_section .parent_login_inputs input {
    height: 40px;
    text-align: right;
    padding-right: 15px !important;
    width: 38%;
    margin: 20px 15px;
    border-radius: 5px;
    right: 120px;
    transform: none;
    border: 1px solid #898989;
}

#address {
    width: 80%;
}

.parent_register_section .parent_login_inputs span {
    position: absolute;
    left: unset;
    right: 50%;
    top: 20px;
}

.parent_register_section .parent_login_inputs .description {
    position: absolute;
    left: 20px;
    width: 40%;
    top: 30px;
    color: #ab0404 !important;
}

.parent_register_section .parent_login_inputs p {
    color: #606060;
}

#verify_register_btn, #verify_register_management_btn {
    font-size: 15px !important;
    margin: 15px 0 !important;
}

.parent_auth_link {
    position: absolute;
    bottom: 0;
    color: white !important;

}

.parent_auth_link p {
    padding: 20px 0 0 0 !important;
    text-align: center;
    color: white !important;
    font-size: 15px;
}

.parent_login_inputs .reset_password {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    position: absolute;
    top: 9px;
    right: 75% !important;
    width: 140px !important;

}

.parent_login_inputs .reset_password a {
    color: #fff !important;
}

.parent_first_step_register, .login_section {
    padding: 0 !important;
}

.parent_last_step_register {
    padding: 0 !important;
    display: none;
}

.sms_loading {
    height: 5px;
    max-width: 90%;
    right: 50%;
    transform: translateX(50%);
    border-radius: 10px;
    background-color: white;
    margin-top: 10px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}

.sms_loading.show_message {
    height: auto;
    text-align: center;
    cursor: pointer;
    width: auto !important;
    padding: 7px !important;
    font-weight: bold;
    color: #fff;
    background-color: orange;
    font-size: 14px;
    border-radius: 5px;
}

.sms_loading span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: orange;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
}

.parent_loading {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: -999;
    display: none;
}

.parent_loading svg {
    position: absolute !important;
    right: 50%;
    top: 50vh;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    transform: translate(50%, -50%);
    fill: #FF6700;
}

.parent_loading.show {
    z-index: 1100;
    display: block;
}

.container_ panel {
    width: 100% !important;
    max-width: 1600px !important;
    position: relative;
    right: 50%;
    transform: translateX(50%);
}

.parent_edit_info_section {
    background-color: white;
    border-radius: 8px;
    min-height: 100px;
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
}

.row {
    margin: 0 !important;
}

.title_section {
    padding-right: 4% !important;
    color: #6d6d6d;
    margin: 30px 0;
}

.parent_image_edit_info {
    max-width: 300px !important;
    right: 50%;
    transform: translateX(50%);
}

.image_edit_info {
    height: 100px;
    padding: 0 !important;
}

.image_edit_info img {
    width: 80px;
    height: 80px;
    float: left;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 15px !important;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    position: relative;
}

.image_edit_info span {
    position: relative;
    display: inline-block;
    max-width: 140px;
    height: 33px !important;
    background-color: #00a7d0;
    color: #fff !important;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 32px !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    float: right;
    right: 15px;
    user-select: none;
}

.edit_info_field {
    padding: 0 7px !important;
    margin-bottom: 20px !important;
}

.edit_info_field span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 5px !important;
    color: #6d6d6d;
    font-weight: bold;
    font-size: 15px;
    padding-right: 7px !important;
}

.edit_info_field input, .edit_info_field .selectric-wrapper {
    height: 40px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 5px !important;
    color: #1f1f1f;
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.edit_info_field textarea {
    height: 70px;
    line-height: 27px;
    width: 100%;
    margin-bottom: 5px !important;
    color: #1f1f1f;
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #dadada;
    min-width: 100%;
    max-width: 100%;
    min-height: 70px;
    max-height: 70px;
}

#job_reason {
    height: 40px;
    min-height: 40px;
}

.edit_info_field textarea[disabled], input[disabled] {
    background-color: #dddddd;
}

#marriage_date[disabled] {
    background-color: #dddddd;
}

.selectric {
    height: 100% !important;
    border: none !important;
    border-radius: 8px;
    background-color: transparent !important;
}

.selectric .label {
    height: 100% !important;
    line-height: 33px !important;
    width: 100% !important;
    margin: 0 !important;
    color: #1f1f1f !important;
    background-color: transparent !important;
    border: none !important;
    overflow: hidden;
    font-weight: normal !important;
    font-size: 14px !important;
}

.selectric .button {
    background-color: transparent !important;
}

.edit_info_btn {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #00a7d0;
    background-color: #00a7d0;
    color: #fff;
    right: 50%;
    transform: translateX(50%);
    position: relative;
    line-height: 30px;
    margin: 50px 0 !important;
    font-size: 15px;
    transition: all ease-in-out 0.3s;
}


.edit_info_btn:hover {
    background-color: #00bae8;
}

.add_user_score_btn {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #00a7d0;
    background-color: #00a7d0;
    color: #fff;
    right: 50%;
    transform: translateX(50%);
    position: relative;
    line-height: 30px;
    font-size: 15px;
    transition: all ease-in-out 0.3s;
    margin-top: 40px;
}
.add_user_score_btn:hover {
    background-color: #00bae8;
}

.select2-container:focus, .select2-container--default .select2-selection--single:focus {
    border: none;
    outline: none;
}

.select2-container[dir] {
    padding: 0 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 1px 1px 8px #858585;
    padding: 5px 0 !important;
    overflow: hidden;
    max-height: 200px;
    overflow-y: auto;
    direction: rtl;
    max-width: 100% !important;
    border-radius: 5px !important;
}

.select2-results__options li {
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 5px !important;
    font-weight: normal !important;
    color: #48516a !important;
    font-size: 13px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e4e4e4 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 96% !important;
    position: relative;
    right: 2%;
    float: right !important;
    margin: 0 auto !important;
    height: 30px !important;
    padding: 0 5px !important;
    line-height: 40px !important;
    outline: none;
    border-radius: 5px !important;
    background: #ffffff !important;
    color: #434343 !important;
    border: 1px solid #00a2a8 !important;
    font-weight: normal !important;
    text-align: right;
    margin-bottom: 8px !important;
}

.select2-selection__rendered {
    text-align: right !important;
    color: #7c86a6 !important;

}

.select2-results__options {
    max-height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    direction: rtl !important;
    width: 100%;
}

.select2-selection__rendered, .select2-selection__arrow {
    height: 100% !important;
    line-height: 40px !important;
    color: #48516a !important;

}

.select2-selection {
    height: 40px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 5px !important;
    color: #1f1f1f;
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #dadada;

}

.select2-selection .select2-selection__rendered {
    height: 40px !important;
    line-height: 45px !important;
    outline: none;
    direction: rtl !important;
    font-size: 13px;
    font-weight: normal;
    text-align: center !important;
}

.select2-container .select2-selection {
    height: 40px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 5px !important;
    color: #1f1f1f;
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #dadada !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dadada !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #434343 !important;
}

.select2 span {
    padding: 0 !important;

}

.select2-container {
    width: 100% !important;
    padding: 0 !important;
    height: 40px !important;
}

#city + .select2, #city_study + .select2, #field_of_study + .select2 {
    padding: 0 !important;
}

.top_section_final_info, .final_info_content {
    border: 2px dashed #bbbbbb;
    border-radius: 8px;
}

.parent_top_section_final_info_btn {
    height: 40px;
    margin: 13px 2px !important;
    width: 16% !important;
}

.top_section_final_info_btn {
    width: 100% !important;
    height: 100%;
    line-height: 40px;
    border-radius: 8px;
    color: #fff;
    background-color: #00a7d0;
    outline: none;
    padding: 0 10px !important;
    transition: all ease-in-out 0.3s;
}

.top_section_final_info_btn:hover {
    background-color: #00beec;
}

.top_section_final_info_btn i {
    position: relative;
    margin-left: 3px !important;
}

.top_section_final_info_btn.type2 {
    background-color: orange;
}

.top_section_final_info_btn.type2:hover {
    background-color: #ee9a00;
}

.final_info_content_row {
    margin-top: 30px !important;
}

.parent_empty_list {
    height: 150px;
}

.parent_empty_list img {
    width: 60px;
    height: 60px;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    margin-top: 20px !important;
}

.title_empty_list {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #6d6d6d;
    margin-top: 10px !important;
}

.final_info_content_last_step_row {
    margin-top: 50px !important;
}

.parent_modal_final_info {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all ease-in-out 0.3s;
    z-index: 1050;
    width: 100% !important;
    height: 100vh;
    display: none;
    padding: 0 !important;
}

.parent_modal_final_info.show .modal_final_info {
    top: 0;
}

.hidden_back_modal {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    z-index: 1;
    position: fixed;
}

.modal_final_info {
    width: 100% !important;
    max-width: 900px !important;
    margin: 30px 0 !important;
    background-color: white;
    right: 50%;
    transform: translateX(50%);
    border-radius: 8px;
    padding: 30px 10px !important;
    top: -100vh;
    transition: all ease-out 0.3s;
    z-index: 2;
}

.edit_info_btn_row {
    text-align: center;
}

.modal_final_info .edit_info_btn {
    margin: 20px !important;
    right: unset;
    transform: unset;
}

.modal_final_info .edit_info_btn.type1 {
    line-height: 25px;
}

.modal_final_info .edit_info_btn.type2 {
    background-color: #b90000;
    line-height: 39px;
    border: none;

}

.modal_final_info .edit_info_btn.type2:hover {
    background-color: #db0000;
}

#preloader {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #FFFFFF;
}

#preloader .preload-text {
    display: none;
}

#preloader .preload-icon {
    width: 280px;
    height: 280px;
    display: inline-block;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: +140px;
    margin-top: -140px;
}

#preloader .preload-icon span {
    position: absolute;
    display: inline-block;
    width: 280px;
    height: 280px;
    border-radius: 100%;
    background: #000000;
    -webkit-animation: preloader 1.6s linear infinite;
    -moz-animation: preloader 1.6s linear infinite;
    animation: preloader 1.6s linear infinite;
}

#preloader .preload-icon span:last-child {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.parent_date_section div {
    width: calc((100% - 150px) / 2) !important;
}

#is_continue {
    width: 140px !important;
    height: 30px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 13px;
    cursor: pointer;
    user-select: none;

}

#is_continue p {
    margin: 0 25px 0 0 !important;
    width: auto;
    float: right;
    height: 100%;
    line-height: 32px;
}

#is_continue span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid orange;
    position: absolute;
    right: 10px;
    top: 6px;
    color: white;
    transition: all ease-out 0.3s;

}

#is_continue span:before {
    content: '\F1B0';
    font-family: 'icon';
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
    right: -86%;
    top: -48%;
    font-size: 12px;

}

.enable_continue span {
    background-color: orange;
}


.final_info_content_parent_items {
    padding: 7px !important;

}

.final_info_content_parent_item {
    min-height: 100px;
    margin: 40px 0 20px 0;
    border: 2px dashed #00a7d0;
    overflow-x: auto;
    padding: 10px !important;
    border-radius: 5px;
}

.title_content_item {
    display: block !important;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-weight: bold;
}

.content_item {
    display: block !important;
    height: 30px;
    white-space: nowrap;
    text-align: right;
}

.parent_item_btns {
    margin-top: 7px;
    text-align: center;
}

.delete_final_edit_item,.delete_attachment {
    background-color: #df0000;
    color: #fff;
    padding: 5px 7px !important;
    font-size: 12px;
    width: auto !important;
    position: relative;
    display: inline-block;
    left: 7px;
    border-radius: 5px;
    cursor: pointer;

}

.edit_final_edit_item {
    background-color: #009bc4;
    color: #fff;
    padding: 5px 7px !important;
    font-size: 12px;
    width: auto !important;
    position: relative;
    display: inline-block;
    right: 7px;
    border-radius: 5px;
    cursor: pointer;
}


.table > tbody > tr > td {
    padding: 15px 8px !important;
}

/*.session_table>thead>tr>th , .session_table>tbody>tr>td{*/
/*text-align: center;*/
/*}*/
.session_table > tbody > tr > td:nth-child(2) {
    direction: ltr;
}

.session_table > tbody > tr > td .icon_okalt:before {
    color: green;
    font-weight: bold;
}

.parent_session_items {
    margin-top: 30px !important;
    padding: 10px !important;
}

.title_add_group {
    color: #6d6d6d;
}

.parent_groups {
    max-width: 500px;
    right: 50%;
    transform: translateX(50%);
    min-height: 100px;
    margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.select_user, .user_session_delay {
    color: #007793;
    cursor: pointer;
}

.select_group span, .select_user span, .user_session_delay span {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #acacac;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.select_group span:before, .select_user span:before, .user_session_delay span:before {
    opacity: 0;
    position: absolute;
    content: '\F1B0';
    font-family: 'icon';
    height: 100%;
    width: 100% !important;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 900;
    text-shadow: 0px 0px 1px #fff;
    background-color: green;
    top: 0;
    left: 0;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    border-radius: 3px;

}

.select_group span.show_item, .select_user span.show_item, .user_session_delay span.show_item {
    border-color: #e8e8e8;
}

.select_group span.show_item:before, .select_user span.show_item:before, .user_session_delay span.show_item:before {
    opacity: 1;
}

td a {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
}

td a:hover {
    color: inherit;
}

.session_date_title {
    direction: ltr;
}

.attendance_status_text {
    display: inline-block;
    height: 20px;
    position: relative;
    top: -15px;
    user-select: none;

}

.attendance_status_content {
    width: 50px !important;
    height: 24px;
    background-color: #919191;
    display: inline-block;
    margin-left: 7px;
    border-radius: 20px;
    cursor: pointer;
    padding: 2px 3px !important;
    margin-bottom: 10px;
    user-select: none;
}

.attendance_status_content span {
    position: relative;
    float: right;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: calc(100% - 20px) !important;
    transition: all ease-out 0.3s;
}

.attendance_status_content.enabled {
    background-color: orange;
}

.attendance_status_content.enabled span {
    margin-right: 0 !important;

}

.hidden_layer_modal, .layer_back {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
}

.parent_modal_add_group {
    width: 450px !important;
    background-color: #fff;
    position: fixed !important;
    right: 50%;
    float: right !important;
    top: 50%;
    transform: translate(50%, -50%);
    border-radius: 8px;
    padding: 50px 0 15px 0 !important;
    z-index: 1031;
    opacity: 1;
    transition: opacity ease-in-out 0.3s;
    display: none;
}

.close_modal_add_group {
    width: 35px !important;
    height: 35px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    position: absolute !important;
    top: 10px;
    right: 15px;
    padding: 0 !important;
    color: #434343;
    font-size: 16px;
    cursor: pointer;
}

.title_modal_add_group {
    color: #434343;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    line-height: 35px;
    margin: 10px 0 !important;
}

.title_modal_add_group hr {
    height: 1px;
    background-color: #dce0e0;
    position: relative;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 100% !important;
    border: none;
    margin: 0 !important;
}

.title_modal_add_group span {
    width: auto !important;
    position: absolute !important;
    height: 20px;
    font-size: 15px;
    color: #6d6d6d;
    line-height: 20px;
    background: #fff;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    padding: 0 8px !important;
    user-select: none;
}

.parent_add_group_section {
    padding: 0 10px !important;
    margin: 5px 0 30px 0;
}

.parent_add_group_section, .add_group_section_title {
    width: calc(100% - 80px) !important;
    padding: 0 !important;
    right: 50%;
    transform: translateX(50%);
}

.add_group_section_title {
    margin-top: 20px !important;
}

.add_group_section_title input, .add_group_section_title input {
    outline: none;
    border: 1px solid #00a2a8;
    border-radius: 5px;
    padding: 5px 15px 0 7px !important;
    height: 40px;
    color: #434343;
    line-height: 45px;
    font-size: 14px;
}

.add_group_section_title input {
    padding: 0 10px !important;
    font-size: 13px;
    text-align: right;

}

.parent_btn_add_group {
    margin-top: 40px !important;
}

.parent_btn_add_group button {
    width: 150px !important;
    height: 35px !important;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    background-color: #00a7d0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #00a7d0;
    transition: all ease-in-out 0.3s;
    position: relative;
    right: 50%;
    transform: translateX(50%);
}

.parent_btn_add_group button:hover {
    background-color: #007ea2;
}

.parent_select_groups {
    margin: 25px 0 !important;
    height: 40px;
    max-width: 500px;
    right: 50%;
    transform: translateX(50%);
    overflow: hidden;

}

.parent_message{
    margin: 25px 0 !important;
    max-width: 500px;
    right: 50%;
    transform: translateX(50%);
    overflow: hidden;
}
.parent_message #message{
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    height: 200px;
    max-height: 500px;
    max-width: 500px;
    padding-top: 15px;
}
#message_character_count{
    font-size: 12px;
}
#save_users_tags_btn{
    margin-top: 10px !important;
}
.parent_user_search {
    max-width: 500px;
    right: 50%;
    transform: translateX(50%);
    overflow: hidden;
    margin: 15px 0;
}

.parent_user_search input {
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    width: calc(100% - 100px);
    float: right;
}

.parent_user_search button {
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
    outline: none;
    background-color: #00a7d0;
    color: #fff;
    border-radius: 5px;
    width: 90px;
    float: left;
}


#parent_add_users, #parent_add_groups_to_session {
    max-width: 500px;
    right: 50%;
    transform: translateX(50%);
    overflow: hidden;
    margin: 30px 0;
}

#parent_add_users div, #parent_add_groups_to_session div {
    width: auto;
    padding: 5px 30px 5px 10px !important;
    margin-top: 15px !important;
    background-color: #f1f1f1;
    color: #434343;
    display: inline-block;
    font-size: 13px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #00a7d0;
    max-width: 100%;
    margin: 0 10px;
}

#parent_add_users div span, #parent_add_groups_to_session div span {
    display: inline-block;
    width: 20px;
    height: 100%;
    position: absolute;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    top: 0;
    right: 5px;
    cursor: pointer;
}

#parent_add_users div span i, #parent_add_groups_to_session div span i {
    height: 100%;
    line-height: 17px;
    position: relative;
    right: 30%;
    top: -5%;
    transform: translateX(50%);
    color: #8b0000;
}

#parent_add_users div p, #parent_add_groups_to_session div p {
    padding-top: 1px !important;
    margin: 0;
}

.user_groups {
    color: #006f93;
    cursor: pointer;
}


.table_loading {
    position: relative;
}

.table_loading:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d6d6d682;
    z-index: 5;
    right: 0;
    top: 0;
}

.search_bar {
    width: 300px;
    height: 100vh;
    background-color: white;
    position: absolute !important;
    z-index: 5;
    left: -100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all ease-out 0.3s;
    padding-bottom: 25px;
}

.search_bar::-webkit-scrollbar {
    display: none;
}

.search_bar.show {
    left: 0;
}

.search_bar .container-fluid {
    padding: 25px 15px !important;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.search_bar button {
    width: 60%;
    margin: 30px 0;
}

label {
    color: #6d6d6d !important;
    margin: 10px 0 !important;
}

.show_user_info_section, .show_user_groups_section {
    width: 100%;
    max-width: 700px;
    height: calc(100vh - 50px);
    background-color: #ffffff;
    position: absolute !important;
    right: 50%;
    transform: translateX(50%);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px;
    padding: 10px 10px 25px 10px;
    z-index: -1000;
    opacity: 0;
    transition: opacity ease-out 0.3s;
}

.add_user_score_section{
    width: 350px;
    height: 410px;
    background-color: #ffffff;
    position: absolute !important;
    right: 50%;
    transform: translateX(50%);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px;
    padding: 10px 10px 25px 10px;
    z-index: -1000;
    opacity: 0;
    transition: opacity ease-out 0.3s;
}

.upload_file_session_modal{
    width: 360px;
    height: 200px;
}

.show_user_groups_section {
    max-width: 500px;
}

.parent_warning {
    padding-right: 3% !important;
    margin: 20px 0 30px 0;
}

.parent_warning li {
    color: #c92118;
    font-size: 16px;
    list-style: none;
}

.required_item {
    color: #c92118 !important;
    display: inline-block;
    width: auto !important;
    height: 15px !important;
    position: relative;
    top: 5px;
}

.show_user_info_section .form-group {
    overflow: hidden;
}

.show_user_info_section .form-group label {
    color: #153e69 !important;
}

.get_excel_output {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 6px;
    background: green;
    color: white;
    float: left;
    font-size: 13px;
}

.send_sms_users {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 6px;
    background: orange;
    color: white;
    float: left;
    font-size: 13px;
    margin: 0 10px;
}
.send_sms_users:hover{
    background: orange;
    color: white;
}


.parent_login_inputs .green_btn {
    padding: 8px 10px !important;
    background: orange;
    color: white;
    border-radius: 30px;
    text-align: center;
    height: 30px;
    line-height: 15px;
}

.parent_auth_link .green_btn {
    padding: 8px 15px !important;
    background: green;
    color: white;
    border-radius: 30px;
    text-align: center;
    height: 32px;
    line-height: 16px;
    position: relative;
    top: 29px;
    width: auto;
}

.get_excel_output:hover {
    color: white;
}

.user-credit-btn {
    width: auto;
    padding: 10px 15px;
    background: orange;
    color: white;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-top: 4px;
}

.user-credit-btn a {
    padding: 0 !important;
    margin: 0 !important;
}

.user-credit-btn a:hover {
    background: unset !important;
    color: white !important;
}

.parent_index_buttons .green_btn {
    width: 200px !important;
    height: 40px !important;
    font-size: 16px !important;
    line-height: 25px;
}


.file-upload-wrapper {
    color: #4daf7c;
    height: 40px;
    position: relative;
    width: 320px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
    right: 50%;
    transform: translateX(50%);
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.file-upload-wrapper:before {
    content: "آپلود";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 40px;
    background: #00a7d0;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
    transition: all ease-in-out 0.3s;
}

.file-upload-wrapper:hover:before {
    background: #006d86;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.sprucecss {
    align-items: flex-start;
    background-color: hsl(0 0% 100%);
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem hsl(0 0% 0% / 5%);
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    inset: auto auto 1rem 1rem;
    line-height: 1.5;
    max-width: 11rem;
    padding: 1.5rem;
    position: fixed;
    text-decoration: none;
}
.item_download_file{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.right a{
    margin-bottom: 10px;
}


@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}


@-moz-keyframes preloader {
    0% {
        -moz-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .parent_login_section {
        top: 50%;
    }

    .parent_edit_info_section, .container_panel {
        padding: 0 !important;
    }

    .title_section {
        padding-right: 10% !important;
        margin: 30px 0 50px 0;
    }

    .parent_edit_info_section {
        max-width: 450px;
        right: 50%;
        transform: translateX(50%);
    }

    .parent_top_section_final_info_btn {
        padding: 0 3px !important;
        width: 50% !important;
    }

    .parent_top_section_final_info_btn:last-child {
        right: 50%;
        transform: translateX(50%);
    }

    .top_section_final_info, .final_info_content {
        padding: 0 5px !important;
        max-width: 96%;
        right: 50%;
        transform: translateX(50%);
    }

    .top_section_final_info_btn {
        font-size: 12px;
        padding: 0 3px !important;

    }

    .modal_final_info {
        max-width: 400px !important;
        right: 50%;
        transform: translateX(50%);
    }

    .parent_date_section div {
        width: 100% !important;
    }

    #is_continue {
        top: 90%;
        transform: none;

    }

    .search_bar {
        margin-top: 50px !important;
        max-width: 250px;
        height: calc(100vh - 50px);
    }

    .show_user_info_section, .show_user_groups_section {
        max-width: 300px;
    }

}

@media (min-width: 320px) and (max-width: 350px) {
    .top_section_final_info_btn {
        font-size: 11px;
    }
}

@media (max-width: 768px) {

    .parent_register_section {
        max-width: 500px !important;
    }

    .parent_register_section .parent_login_inputs input {
        width: 60%;
        margin: 20px 5px;
    }

    #address {
        width: 60%;
        height: 80px;
    }

    .parent_register_section .parent_login_inputs span {
        display: none;
    }

    .parent_register_section .parent_login_inputs .description {
        width: 90% !important;
        text-align: right;
        right: 20px;
        line-height: 15px;
        font-size: 14px;
        top: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .parent_top_section_final_info_btn {
        padding: 0 3px !important;
        width: 50% !important;
    }

    .parent_top_section_final_info_btn:last-child {
        right: 50%;
        transform: translateX(50%);
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .parent_top_section_final_info_btn {
        padding: 0 5px !important;
    }

    .parent_top_section_final_info_btn button {
        font-size: 12px;
        padding: 0 10px !important;

    }

    .top_section_final_info_btn {
        font-size: 13px;
        padding: 0 3px !important;

    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .parent_top_section_final_info_btn button {
        font-size: 11px;
    }
}

@media (min-width: 1200px) and (max-width: 1370px) {
    .parent_top_section_final_info_btn button {
        font-size: 12px;
    }
}
