/* font kit start here */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Black.woff2') format('woff2'),
        url('../fonts/Barlow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}



/* font kit end here */
body {
    font-family: 'Barlow';
    margin: 0px;
    padding: 0px;
    top: 0px !important;
}
.flex-1{
  flex: 1;
}
.skiptranslate iframe{
  display: none;
}

.home_main {
    background-image: url(../images/Lines.png);
}

a {
    text-decoration: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #24245A;
    box-shadow: none;
}

/* login header css start */
.login_header {
    padding: 40px 0px;
    position: absolute;
    width: -webkit-fill-available;
    z-index: 9;
}

.login_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_header_right a {
    color: #24245A;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}

/* login header css end */

/* login css start */
section.login_sec {
    position: relative;
    min-height: 100vh;
}

.login_sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/login-after.png);
    height: 590px;
    width: 590px;
    background-repeat: no-repeat;
    background-position: top center;
    right: 21%;
    top: 0px;
}

.login_sec::before {
    content: '';
    background-image: url(../images/login-before-img.png);
    height: 309px;
    width: 280px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    right: 0px;
    background-repeat: no-repeat;
}

.signUp_sec::before {
    background-image: url(../images/signUp-before-img.png);
    right: unset;
    width: 357px;
}

.login-right {
    position: relative;
    z-index: 3;
}

.login_inner {
    padding: 300px 0px 195px;
}

.signUp_sec .login_inner {
    padding: 145px 0px;
}

.login-right h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #24245A;
}

.sign_up_heading {
    margin-bottom: 27px;
}

.login-right form label {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin-bottom: 14px;
}

.login-right form input {
    border: 1px solid #24245A66;
    border-radius: 12px;
    padding: 17px 19px;
}
.signUp_sec .login-right form input{
  border-radius: 6px;
  padding: 9px 15px;
}
.login-right .form-input {
    margin-bottom: 20px;
}
.signUp_sec .login-right .form-input {
  margin-bottom: 15px;
}
.signUp_sec .login-right form label{
  margin-bottom: 8px;
}
.pass_eye_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form_submit_btn button,
.form_submit_btn input {
    border: none;
    width: 100%;
    border-radius: 12px;
    padding: 18px 15px;
    background-color: #24245A;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}
.form_submit_btn button[disabled],
.form_submit_btn input[disabled] {
  opacity: 0.5;
}
.login-right .form_text p {
    color: #232323;
    font-size: 17.69px;
    font-weight: 400;
    line-height: 21.23px;
}

.login-right .form_text p a {
    font-weight: 500;
    color: #232323;
}

.forgot_pass a {
    color: #5773FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.login-left {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: inherit;
}

.login-left img {
    height: 100%;
}

/* login css end */
/* signup css start */
.sign_up_heading a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #242458;
}

.signUp_sec .login-left {
    left: unset;
    right: 0px;
    text-align: end;
}

.input_field_text span {
    color: #24245A;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
}

.signUp_sec.login_sec::after {
    right: 25%;
}

/* signup css end */

/* forgot password css start */
.forgot_pass_heading_icon {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    background-color: #24245A;
}

.forgot_pass_heading p {
    color: #23232373;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0.04em;
    max-width: 315px;
    margin: auto;
}

.forgot_pass_heading p span {
    color: #24245A;
}

.forgot_pass_inner .form-floating input {
    border: none;
    border-bottom: 1px solid #24245a66;
    border-radius: 0px;
    padding-left: 0PX;
}

.forgot_pass_inner form .form-floating label {
    padding: 12px 0px;
    color: #23232373;
}

.forgot_pass_inner .form-floating>label {
    top: 11px;
}

.forgot_pass_inner .form-floating>.form-control:focus~label,
.forgot_pass_inner .form-floating>.form-control-plaintext~label,
.forgot_pass_inner .form-floating>.form-control:focus~label,
.forgot_pass_inner .form-floating>.form-control:not(:placeholder-shown)~label,
.forgot_pass_inner .form-floating>.form-select~label {
    top: 0px;
    left: -4px;
    color: #24245A;
    opacity: 1;
}

.forgot_pass_inner .form_submit_btn {
    margin-top: 55px;
}

.login_inner.forgot_pass_inner {
    padding: 230px 0px 195px;
}

.forgot_pass_sec::after {
    background-image: url(../images/forgot-pass-after.png);
    right: unset;
    left: 0px;
    height: 273px;
    width: 592px;
}

.forgot_pass_sec::before {
    background-image: url(../images/forgot-pass-before.png);
    width: 592px;
}

.forgot_pass_form {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

.form_opacity {
    opacity: 0.3;
    pointer-events: none;
    transform: scale(0.9);
}

.login-right form .verification_otp .enter_otp input {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #24245A;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 23.04px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.verification_otp .enter_otp {
    display: flex;
    gap: 25px;
    justify-content: center;
    padding-bottom: 30px;
}

.click_resend_link p {
    color: #9C9C9C;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.click_resend_link p a {
    color: #24245A;
    text-decoration: underline;
}

.strong_text span {
    color: #24245A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.all_done_heading {
    padding-bottom: 40px;
}

section.login_sec.forgot_pass_sec {
    overflow: hidden;
    min-height: 100vh;
}

/* forgot password css end */


/******* admin dashboard css start *******/
.admin_dashboard {
    background-color: #e2fff04d;
    min-height: 100vh;
}

.admin_dashboard .left_side_menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 0px;
    z-index: 9;
    width: 325px;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
}

section.admin_dashboard .content-page {
    width: calc(100% - 325px);
    margin-left: auto;
    position: relative;
}

.admin_dashboard .sidebar_logo {
    text-align: center;
}

.dashboard_sidebar_links {
    margin: 40px 0px 10px;
    height: calc(100vh - 210px);
    overflow: auto;
}

.dashboard_sidebar_links::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

.dashboard_sidebar_links::-webkit-scrollbar-thumb {
    background-color: #406190;
    border-radius: 5px;
}

.dashboard_sidebar_links ul.links_list {
    padding: 0px 17px;
}

.dashboard_sidebar_links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px !important;
    color: #ffffff;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}

.dashboard_sidebar_links .accordion {
    margin-bottom: 15px;
}

.dashboard_sidebar_links .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #ffffff;
}

.dashboard_sidebar_links .accordion-button::after {
    background-image: url(../images/arrow-down.svg);
    background-size: auto;
    background-position: center;
}

.dashboard_sidebar_links ul li a.active,
.dashboard_sidebar_links .accordion-button:not(.collapsed) {
    background-color: #566d9d;
}

.dashboard_sidebar_links ul li a.active svg g rect {
    fill: white;
}

.dashboard_sidebar_links .accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.dashboard_sidebar_links .accordion .accordion-body {
    padding-left: 35px;
    padding-bottom: 0px;
}

.dashboard_sidebar_links .accordion .accordion-body a {
    padding: 5px 7px;
    margin-bottom: 5px;
    position: relative;
}

.dashboard_sidebar_links .accordion .accordion-body a::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 11px;
    background: #FFFFFF;
    left: -14px;
    top: 16px;
}

.dashboard_sidebar_links .accordion .accordion-body::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #FFFFFF;
    left: 21px;
    top: 16px;
    bottom: 22px;
}

.dashboard_content_header .user-img img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    /* box-shadow: 0px 0px 4px 0px #00000040; */
}

.dashboard_content_header {
    padding: 20px 30px;
    border-bottom: 1px solid #23232323;
}

.dashboard_content_header h3 {
    color: #24245A;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.dashboard_content_header h3 span {
    color: #F47458;
}

.dashboard_content_inner {
    padding: 20px 35px 50px;
}

.bg_gradient {
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
}

.admin_dashboard_form {
    border: 1px solid #0000004d;
    border-radius: 15px;
    overflow: hidden;
}

.admin_dashboard_form h5 {
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
}

.admin_dashboard_form form {
    padding: 35px 40px 80px;
}

.admin_dashboard_form form label {
    color: #24245A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin-bottom: 6px;
}

.admin_dashboard_form form input,
.admin_dashboard_form form select,
.admin_dashboard_form form textarea {
    border: 1px solid #2323234D;
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    padding: 13px 12px;
}

.admin_dashboard_form form textarea {
    height: 100px;
    resize: none;
}

.admin_dashboard_form form .form_fields {
    margin-bottom: 20px;
}

.admin_dashboard_form .submit_btn input,
.upload_modal .submit_btn input ,
.upload_modal .submit_btn button {
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    border-radius: 15px;
    padding: 14px 38px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}
.admin_dashboard_form .submit_btn a {
    background: linear-gradient(180deg, #ecb14e 0.94%, #7f5207 100%);
    border-radius: 15px;
    padding: 14px 38px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}
.modal_save_btn{
  background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
  border-radius: 5px;
  padding: 7px 22px;
  border: none;
  color: #ffffff;
  font-size: 16px;
}

.search_list_name {
    margin: 40px 17px 0px;
}

.search_list_name input {
    background-color: #4b6495;
    padding: 9px 10px 9px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    border: 1px solid #FFFFFF4D;
    border-radius: 8px;
}

.certificates_table_header_search input {
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    padding: 12px 10px 12px 40px;
}

.search_list_name input:focus {
    background-color: #4b6495;
    border: 1px solid #FFFFFF4D;
    color: #fff;
}

.certificates_table_header_search input:focus {
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    color: #000;
}

.search_list_name input::placeholder {
    color: #b2b2b2;
}

.certificates_table_header_search input::placeholder {
    color: #484848;
}

.search_list_name img,
.search_list_name svg.search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.admin_dashboard_table, .manage_items_modal .table_container {
    border: 1px solid #0000004d;
    border-radius: 15px;
    overflow: hidden;
}
.manage_items_modal .table_container {
  border-radius: 5px;
  border: 1px solid #efefef;
}
.manage_items_modal .table-responsive{
  max-height: 340px;
}
.add_item_btn {
  border: 1px solid #0000004D;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 14px 18px;
  font-family: Barlow;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #232323;
  transition: 0.3s;
  width: fit-content;
}
.add_item_btn:hover {
  background-color: #FFC107;
}
.manage_items_modal th {
  text-align: center;
  padding: 14px 20px;
  background-color: #efefef;
}
.admin_dashboard_table thead th{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    padding: 18px 20px;
    text-align: center;
    vertical-align: middle;
}

.admin_dashboard_table td, .manage_items_modal td {
    color: #232323;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    padding: 12px 20px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #23232333;
}

/* .admin_dashboard_table .table-responsive {
    height: calc(100vh - 170px);
} */

.address_data {
    width: 120px;
}

a.document-icon:hover {
    opacity: 0.8;
}

.table_notes {
    width: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admin_dashboard_table .status {
    border: 1px solid #FCA62D4D;
    background: #FFF5D6;
    border-radius: 20px;
    padding: 8px 22px;
}

.create_ticket_tooltip {
    position: absolute;
    background: #fff;
    width: max-content;
    padding: 2px 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 2px;
    top: -20px;
    left: -30px;
    display: none;
    font-size: 12px;
}

.create_ticket img {
    cursor: pointer;
}

.create_ticket:hover .create_ticket_tooltip {
    display: block;
}

/* completion_certificates_table css start */
.completion_certificates_table thead th {
    font-size: 20px;
}

.completion_certificates_table thead th:first-child {
    padding: 25px 70px;
}

.completion_certificates_table table td {
    font-size: 16px;
}

.completion_certificates_table table td:first-child {
    padding: 12px 70px;
}

.certificates_action a {
    border-radius: 4px;
    color: #fff;
    font-size: 13.92px;
    font-weight: 500;
    line-height: 16.7px;
    padding: 11px 38px;
    transition: 0.3s;
}

.certificates_action a.view_btn {
    background-color: #F47458;
}

.certificates_action a.view_btn:hover {
    background-color: #fa4821;
}

.certificates_action a.download_btn {
    background-color: #079500;
    padding: 11px 64px;
}

.certificates_action a.download_btn:hover {
    background-color: #0a7305;
}

.certificates_table_header {
    margin-bottom: 12px;
}

.certificates_table_header a.back_btn,
.service_support_back button.back_btn {
    height: 34px;
    width: 34px;
    background-color: #24245A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificates_table_header h6 {
    color: #24245A;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.certificates_table_header_btns button {
    border: 1px solid #0000004D;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 14px 18px;
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    color: #232323;
    transition: 0.3s;
    width: fit-content;
}

.certificates_table_header_btns button:hover {
    background-color: #FFC107;
}

.upload_modal .modal-dialog {
    max-width: 1025px;
}

.upload_modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.upload_modal h6 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}

.upload_modal .btn_close {
    position: absolute;
    right: 24px;
}

.upload_modal .modal-header {
    padding: 20px 20px;
    border-bottom: none;
}

.upload_modal form label {
    color: #24245A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.upload_modal form input,
.upload_modal form select {
    border: 1px solid #2323234D;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 13.5px 12px;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

form .upload_area label{
    border: 1px dashed #2323234D;
    border-radius: 6px;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .upload_area label {
    color: #35538980;
    cursor: pointer;
}

.upload_modal form {
    padding: 0px 0px 70px;
}

.dashboard_content_header .user-img .logout_option img {
    width: 30px;
    height: 30px;
}

.dashboard_content_header .user-img a .user-img-link {
    position: relative;
    z-index: 2;
}

.logout_option {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    display: flex;
    gap: 7px;
    right: 2px;
    width: max-content;
    border: 1px solid #0000001A;
    border-radius: 25px;
    background: #fff;
    align-items: center;
    padding: 7px 52px 7px 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    z-index: 1;
    color: #232323;
}

/* completion_certificates_table css end */

/* Class Management css start */
.admin_dashboard_table .class_management_table thead th {
    padding: 24px 10px;
}

.admin_dashboard_table .class_management_table td {
    padding: 12px 10px;

}

span.class_code,
.class_location,
.instructor_name,
.max_capacity {
    width: 80px;
    display: block;
    border-radius: 8px;
    border: 1px solid #0000001A;
    padding: 8px 23px;
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    color: #232323;
    margin: auto;
}

.class_code {
    background-color: #FFC107;
}

.class_location {
    background-color: #B6D0FF;
}

.instructor_name {
    background-color: #FFF5D7;
}

.max_capacity {
    background-color: #FFFFFF;
}

.class_manage_table_th {
    width: 110px;
}

.class_manage_table_th.class_manage_table_date {
    width: 130px;
}

/* Class Management css end */
/* instructor list css start */
.instructor_info_form .signature-box .upload_sign label,
.signature-box .draw_button button {
    color: #355389;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0px;
}

.signature-box .draw_canvas canvas {
    height: 119px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #2323234D;
    border-radius: 6px;
}

.admin_dashboard_table .td_sign_img,
.admin_dashboard_table .td_eye_icon {
    border: 1px solid #0000001A;
    background-color: #fff;
    border-radius: 8px;
    padding: 6px 5px;
    width: 118px;
    margin: auto;
}

.admin_dashboard_table .td_eye_icon {
    padding: 9px 5px;
    cursor: pointer;
    width: 90px;
}

.admin_dashboard_table .td_sign_img img {
    width: 140px;
}

.admin_dashboard .bg-orange {
    background-color: #F47458;
}

.admin_dashboard .bg-blue {
    background-color: #406190;
}

/* instructor list css end */

/* payment management css start */
.create_payment_btn button {
    padding: 14px 48px;
}

table .payment_date,
table .item_paid,
table .payment_status {
    border-radius: 8px;
    border: 1px solid #23232333;
    padding: 9px 16px;
    color: #232323;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
}

table .payment_date {
    color: #fff;
}

table .item_paid {
    background-color: #FFF5D7;
    word-wrap: break-word;
    white-space: normal;
}
.location-dropdown{
  width: 160px;
}

table .payment_status {
    background-color: #ffffff;
    width: auto;
    padding-right: 40px;
}

.payment_table .table_action {
    width: 115px;
}

.admin_dashboard_table .Registration_sent {
    padding: 8px 27px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    border-radius: 8px;
}

/* payment management css end */
.loader-icon {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: none;
}

.table_action_btns button {
    height: 33px;
    width: 33px;
    border-radius: 2.16px;
    background-color: #fff;
    border: 1px solid #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.table_action_btns button.delete_btn {
    border: 1px solid #DA1212;
    background-color: #DA1212;
}

.clear_sign {
    color: #707070;
}

.delete_modal .modal_footer button {
    border-radius: 8px;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    width: 100px;
}

.delete_modal .modal_footer button.yes_btn {
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    border: none;
    color: #ffffff;
}
.blue_btn{
  background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff;
  line-height: normal;
}

.delete_modal .modal-body {
    padding: 30px 40px;
}

.delete_modal .modal-dialog {
    max-width: 470px;
}

.table_pagination .page-link {
    box-shadow: 0px 0px 4px 0px #00000026;
    background: #FFFFFF;
    border: none;
    border-radius: 3px !important;
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.table_pagination li.active .page-link {
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    color: #fff;

}

.table_pagination .page-link:disabled {
    color: #0000004d;
}

.table_pagination .pagination {
    gap: 10px;
}

.select_months_input input {
    width: 100%;
    max-width: 170px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #232323;
    padding: 10px 14px;
    border: 1px solid #0000004D;
    border-radius: 8px;
}

.select_months_input input::placeholder {
    color: #232323;
}

.classes_schedule_table tbody td {
    text-align: left;
    padding: 0px;
    border: none;
}

.classes_schedule_table tbody td.month_class_schedule {
    border: 1px solid #0000001A;
    padding: 4px 8px;
}

/******* admin dashboard css end *******/


.calendar-container {
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
}

.calendar-container .calendar {
    min-width: 800px;
    /* Minimum width to ensure readability */
    width: 100%;
}

.calendar-container .days-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    padding: 18px 20px;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    padding: 24px 10px;
}

.calendar-container .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-container .dates .classes_schedule_data {
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.calendar-container .dates .events {
    border: 1px solid #0000001A;
    background-color: #ffffff;
    min-height: 140px;
    max-height: 180px;
    overflow: auto;
}

.calendar-container .event-list-outer {
    background: #9A99F8;
    padding: 8px 15px 8px 16px;
    position: relative;
    margin: 0px 0px 4px 8px;
    height: 100px;
    overflow: auto;
}

.calendar-container .event-list-outer::after {
    content: '';
    height: 100%;
    width: 11px;
    background: #7978F5;
    position: absolute;
    left: 0px;
    top: 0px;
}

.calendar-container .dates div .event-list {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #ffffff;
    margin-bottom: 6px;
}

.calendar-container .date-number {
    text-align: end;
    padding: 4px;
    color: #000000;
    opacity: 0.5;
}

.user_permission_content {
    padding: 40px 50px;
}

.user_permission_content h4 {
    font-family: Barlow;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #24245A;
    margin-bottom: 25px;
}

.user_management_inner .submit_btn input, .submit_btn input {
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    border-radius: 15px;
    padding: 14px 38px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.add_permission button {
    border: 1px solid #0000001A;
    background: #F47458;
    border-radius: 4px;
    padding: 10px 19px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.user_management_inner select {
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #232323;
}

.register_class_form .search-box {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    outline: none;
    box-sizing: border-box;
}

.register_class_form .select-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    border-top: none;
    outline: none;
    box-sizing: border-box;
    height: 150px;
    overflow-y: auto;
}

.register_class_form .select-box option {
    padding: 10px;
    cursor: pointer;
}

.searchable-select-box .select2-container {
    width: 100% !important;
    display: block;
}

.searchable-select-box .select2-container--default .select2-selection--single, .searchable-select-box .select2-container--default .select2-selection--multiple {
    height: auto;
    border: 1px solid #2323234D;
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    padding: 8px 12px;
}
.searchable-select-box .select2-container--default .select2-selection--multiple {
    padding: 10px 10px 11.5px;
}
.searchable-select-box .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 0px;
}

.searchable-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 1.5px solid #232323;
    width: 10px;
    height: 10px;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    margin-top: -7px;
}

.searchable-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0px;
    right: 0px;
    width: 50px;
    background: #EBEBEB;
    border: 1px solid #2323234D;
    border-radius: 0px 6px 6px 0px;
}

.searchable-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 1.5px solid #232323;
    transform: rotate(227deg);
    border-top: none;
    border-left: none;
    margin-top: -3px;
}

.register_class_form .upload_area {
    background-color: #fff;
}

.admin_dashboard_form.register_class_form textarea {
    height: 133px;
}

.bg-yellow button {
    border: 1.22px solid #0000001A;
    background-color: #FFC107;
    border-radius: 9px;
    padding: 12px 19px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #232323;
}

.notes_input textarea {
    height: 53px;
    resize: none;
    border-radius: 4px;
    border: 1px solid #0000001A;
    background-color: #ffffff;
    margin: auto;
    min-width: 170px;
}

.table_data_search {
    width: 100%;
    max-width: 210px;
    margin-left: auto;
    margin-bottom: 10px;
}

.table_data_search img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.table_data_search input {
    padding: 12px 12px 12px 30px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #232323;
}

.user_permission_table td,
.user_permission_table th {
    font-size: 16px;
}

.edit_user_permission_modal .modal-dialog {
    max-width: 765px;
}

.edit_user_permission_modal form {
    padding: 0px 0px 20px;
}

.admin_dashboard .user_permission_table .bg-blue,
.admin_dashboard .bg-blue {
    width: max-content;
    margin: auto;
    padding: 9px 26px;
    border-radius: 8px;
    color: #FFFFFF;
}

.support_center_header h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #24245A;
    margin-bottom: 7px;
}

.support_center_header p {
    color: #24245A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.support_center_tabs .nav-link {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    border: none;
}

.support_center_tabs .nav-link.active {
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    color: #FFFFFF;
    border-radius: 4px;
}

.support_center_tabs .nav-link:hover {
    border: none;
}

.support_center_tabs .nav-tabs {
    border: 1px solid #0000001A;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2px 3px;
}

.support_center_filters {
    gap: 23px;
}

.support_center_filters label {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.support_center_filters select {
    border: 1px solid #0000001A;
    background-color: #ffffff;
    border-radius: 4px;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 9px 9px;
    padding-right: 50px;
}

.clear_filters button {
    background: #DA1212;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 9px 13px;
    border: 1px solid #0000001A;
}

.search_select_box .select2-container {
    width: 100% !important;
}

.search_select_box .select2-container--default .select2-selection--single {
    border: 1px solid #2323234D;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 8px 12px;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    height: auto;
}

.search_select_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 5px;
}
.disabled_table_action a{
    opacity: 0.3;
    pointer-events: none;
}
.category_td,
.go_asana_td {
    background: #FFF5D7;
    border: 1px solid #23232333;
    padding: 9px 35px;
    width: max-content;
    margin: auto;
    border-radius: 8px;
}

.go_asana_td {
    background-color: #079500;
    border-radius: 4px;
    color: #ffffff;
}

.support_center_data {
    margin: 30px 0px;
}

.support_center_data {
    gap: 50px;
}

.support_center_data h5,
.description_outer h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #000000;
    margin-bottom: 10px;
}

.support_center_data p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000;
}

.description_content {
    display: flex;
    gap: 25px;
}

.description_content h5,
.description_content p {
    width: 100%;
    max-width: 150px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.description_content p {
    font-weight: 400;
    width: 100%;
    max-width: 100%;
}
.description_content input[readonly]{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: default;
    padding: 0px;
}
.description_content .edit-btn,.description_content .update-btn{
    background-color: #406190;
    border: none;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comments_chat_inner {
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 10px;
    border: 1px solid #00000033;
    min-height: auto;
    max-height: 290px;
    overflow: auto;
}

.comments_chat_inner::-webkit-scrollbar {
    width: 5px;
    background-color: #c4c4c442;
}

.comments_chat_inner::-webkit-scrollbar-thumb {
    background-color: #747474;
    border-radius: 8px;
}

.comments_chat_inner .admin_msg {
    width: 100%;
    max-width: 500px;
    margin-bottom: 8px;
}

.comments_chat_inner .admin_msg p {
    padding: 10px 20px;
    border: 1px solid #EDEDED;
    background-color: #fff;
    border-radius: 20px 20px 20px 0px;
    width: fit-content;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.comments_chat_inner .user_msg {
    display: flex;
    justify-content: end;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-bottom: 8px;
    flex-direction: column;
    align-items: flex-end;
}

.comments_chat_inner .user_msg p {
    background: #FFF2CB;
    border-radius: 20px 20px 0px 20px;
    padding: 10px 20px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    border: 1px solid #00000033;
    box-shadow: 0px 2px 4px 0px #4061901A;

}

.comments_chat_inner .sender_name h6 {
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 700;
}

.comments_chat_inner .sender_img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #f5cee6;
    color: #920fb5;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.comments_chat_inner .admin_msg .sender_img {
    background: #a3d4ff;
    color: #0059a6;
}

.sender_img.bg-blue {
    background: #a3d4ff;
    color: #0059a6;
}

.support_upload_document {
    margin: 29px 0px;
}

.support_upload_document .upload_area {
    background-color: #ffffff;
    border: 2px dashed #23232380;
    border-radius: 6px;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support_upload_document .upload_area label {
    color: #35538980;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    cursor: pointer;
}

.support_upload_document label,
.add_comments label {
    color: #24245A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.add_comments .mic_btn {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #ffffff;
    cursor: pointer;
}

.add_comments textarea {
    border-radius: 10px;
    border: 1px solid #00000033;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}
.tickets_btn select{
    border: 1px solid #00000033;
    border-radius: 15px;
    padding: 18px 48px 18px 28px;
    color: #232323;
font-size: 16px;
font-weight: 500;
line-height: 19.2px;
}
button.post_comment{
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    border-radius: 15px;
    padding: 15px 40px;
    color: #ffffff;
font-size: 16px;
font-weight: 500;
line-height: 19.2px;
}
.role_permission_modal td{
    vertical-align: middle;
}
button[disabled] {
    background-color: #d9d9d9!important;
    cursor: not-allowed;
    color: #7e7e7e;
    border: 1px solid #d9d9d9!important;
}

.hold_to_talk_des{
    left: -80px;
      width: 150px;
      top: 18px;
      text-align: center;
      /* color: #226342; */
      color: #fff;
      cursor: pointer;
      border: 1px solid #226342;
      background-color:#226342;
      border-radius: 4px;
      padding: 1px 8px;
      /* background-color: transparent; */
      position: absolute;
      transform: translate(-50%, -50%);
  }
  .hold_to_talk p, .hold_to_talk_des p{
    color: #5A5A5A;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
  }

  .recording_gif{
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .recording_gif img{
    width: 108px;
    height: 58px;
  }
  svg.stop_recording_icon, svg.live_stop_recording_icon{
    fill: red;
  }
  .recording_gif{
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .recording_gif img{
    width: 108px;
    height: 58px;
  }
  .dashboard_content .dashboard_content_inner .audio_remove_btn{
    padding: 0px;
    background: #f1f3f4;
    height: 40px;
    width: 40px;
    border: none;
  }
  .dashboard_content .dashboard_content_inner .audio_remove_btn:hover{
    background: #f1f3f4;
    border: none;
  }
  .audioContainer {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .audioContainer {
    align-items: center;
    display: grid;
    grid-template-columns: 93% 6%;
    gap: 10px;
}
  
  .audioContainer audio {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  
  .audioContainer button {
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
  }
  
  
  .hold_to_talk {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 60px;
    background-color: #226342;
    color: #fff;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 6px 5px;
    width: 214px;
    text-align: center;
  }
  .admin_chat_hold{
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
  }
  .hold_to_talk p, .hold_to_talk_des p{
    color: #5A5A5A;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
  }
  .admin_dashboard .mic_btn{
    top: -38px;
    right: 3px;
    width: 35px;
    height: 35px;
    position: absolute;
  }
  .admin_dashboard .mic_btn button{
    padding: 0px;
    width: unset;
  }
  .chat-msg.self .audioContainer{
    width: 290px;
    margin-left: auto;
  }
  .mic_btn{
    position: relative;
    bottom: 8px;
    right: 0px;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 4px 14px 0px #0000001A;
    transition: all 0.5s ease-in-out;
  }
  .chatbot_mic_btn{
    position: absolute;
    bottom: 18px;
      right: 56px;
  }
  .comments_tittle{
    display: flex;
    justify-content:space-between;
  }
  .mic_btn svg{
  transform: rotate(90deg);
  }

  .tooltip {
    position: absolute;
    background-color: #226442;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    font-size: 14px;
    white-space: nowrap; /* Ensures the text stays in one line */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 1%;
    transform: translateY(-135%);
  }
  .tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #226442;
    top: 100%;
    right: 0%;
    transform: translateX(-50%);
  }
  .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  
  }

  .file-item {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    gap: 10px;
  }
  .support_upload_document span{
    font-size: 14px;
    font-family: PT sans;
  }
  .support_upload_document .remove-icon {
    cursor: pointer;
    margin-left: 5px;
  }
  .student_table_action .create_ticket{
    width: 30px;
  }
  .student_table_action img{
    width: 30px;
  }
/******* admin dashboard css end *******/
/* * dashboard chat css start */ 
.content-page #sidebar{
    border-radius: 12px;
}
.left_sidebar_content {
  height: 100%;
  border-radius: 12px 0px 0px 0px;
  border-left: 1px solid #E3E8E7;
  background: #FFF;
  background-color: #fff;
  border-right: 1px solid #D3D3D3;
  overflow: hidden;
}

.left_sidebar_content .all_messages {
  padding: 16px 21px 0px;
}

.left_sidebar_content .serach_input_box {
  padding: 22px 16px 8px;
  position: relative;
}

.left_sidebar_content .serach_input_box input[type="text"] {
  border: none;
  width: 100%;
  color: #747474;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px 40px;
  border-radius: 8px;
  border: 1px solid #E3E8E7;
  background-color: #F6F6F6;
}

.left_sidebar_content .serach_icon {
  position: absolute;
  top: 28px;
  left: 30px;
}

.all_messages p {

  font-size: 18px;
  font-weight: 600;
}

.left_sidebar_links a {
  text-decoration: none;
}

.left_sidebar_content .sidebar_info {
  padding:16px 5px 16px 15px;
  gap: 16px;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid #E3E8E7;
  /* margin: 0px 24px; */
}
.last_active span {
  font-size: 12px;
  width: 100%;
  display: block;
  color: #707070;
}
.chat_data_right{
  width: 100%;
}
.chat_dropdown button{
  background-color: transparent;
  border: none;
  padding: 0px;
}
.chat_dropdown li{
  font-size: 14px;
}
.chat_dropdown .dropdown-menu{
padding: 5px 10px;
width: max-content;
}
.chat_dropdown .dropdown-menu li{
  padding: 8px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.chat_dropdown .dropdown-menu li:hover{
  color: #226241;
}

.chat_dropdown button:after{
  display: none;
}
.left_sidebar_content .sidebar_info{
  display: flex;
  align-items: center;
}
.left_sidebar_content .sidebar_info h5 {
  color: #000000;
  
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0px;
}

.left_sidebar_content .sidebar_info p {
  overflow: hidden;
  color: #333333;
  width: 190px;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.left_sidebar_content .user_data{
  width: 180px;
}

.right_sidebar_info .right_sidebar_header {
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  padding: 16px 18px;
  background-color: #fff;
  border-radius: 0px 12px 0px 0px;
}

.right_sidebar_info .user_details {
  display: flex;
  gap: 8px;
  align-items: center;
}

.active_chat_user_name h5 {
  margin-bottom: 0px;
  color: #000;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.active_chat_user_name p {
  color: #747474;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.chat_process_info {
  padding: 24px 40px;
  background-color: #fff;
  overflow-y: scroll;
  height: 600px;
  height:calc(100vh - 270px);
}
.chat_process_info small{
  display: block; 
  color: #888;
  font-size: 11px;
  font-weight: 500;
}
.chat_process_info .chat_sender_content small{
  text-align: right;
}

.icon-text {
  border: none;
  background: none;
}

.left_sidebar_links {
  overflow-y: scroll;
  height: 600px;
  height: calc(100vh - 240px);
}




.right_sidebar_info .chat_reciever,
.chat_sender {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}

.right_sidebar_info .chat_user_img {
  width: 100%;
  max-width: fit-content;
}

.right_sidebar_info .chat_reciever img,
.chat_sender .chat_user_img img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 10px;
  display: block;
}

.right_sidebar_info .chat_sender {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: end;
}

.right_sidebar_info .chat_sender p {
  margin-bottom: 4px;
  color: #333;
  font-size: 14px;
  font-family: PT Sans;
  font-weight: 400;
  border-radius: 20px 20px 0px 20px;
  background: #F3F3F3;
  padding: 8px 20px;
  width: fit-content;
    margin-left: auto;
}
.right_sidebar_info .chat_sender p a{
  word-break: break-all;
}
.right_sidebar_info .chat_reciever p {
  margin-bottom: 4px;
  color: #fff;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  border-radius: 20px 20px 20px 0px;
  background: #354e809e;
  word-break: break-all;
  padding: 20px;
  padding: 8px 20px;
  width: fit-content;
    margin-right: auto;
}
.right_sidebar_info .chat_reciever p.member_bg{
  background: #cee8ff;
  color: #000;
}

.right_sidebar_info .chat_timings span {
  border-radius: 100px;
  border: 1px solid #F9CC81;
  background: #FDDA9F;
  padding: 2px 10px;
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.left_sidebar_content .sidebar_info p.manager_name{
  margin-top: 10px ;
  font-weight: bold ;
  color: #226241;
}
.chat_filter select.form-select {
  width: auto;
  margin-left: 17px;
  height: 39px;
}
.chat_filter select.form-select:focus{
  box-shadow: none;

}
.chat_dropdown {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-bottom: 10px;
}
.active-bg {
  background-color: #354e8073;
}

.sidebar_info:hover {
  background-color: #354e8073;
}

.sidebar_info .message_time p {
  
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #868686;
  padding-top: 10px;
}

.position-rel {
  position: relative;
  bottom: 28px;
}

.chat_input_box textarea {
  width: 100%;
  border: 1px solid #D0D5DD;
  height: 41px;
  border-radius: 30px;
  /* overflow: hidden; */
  font-size: 14px;
  color: #848484;
  padding: 9px 50px 9px 9px;
}


.chat_input_box {
  display: flex;
}

.right_sidebar_info .icon-text {
  background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
  border-radius: 50%;
  height: 35px;
  width: 100%;
  max-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}

.chat_footer {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 30px 30px 14px;
  border-radius: 0px 0px 12px 0px;
}

.chat_input_box textarea:focus-visible {
  border: 1px solid #D0D5DD;
  outline: none;
}

.sidebar_info {
  position: relative;
}

.message_time a {
  position: relative;
  right: 3px;
}

.user_info_image img {
  position: absolute;
  top: 18px;
  left: 17px;
}




.test {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
}

.tooltip2 {
  position: relative;
  top: 5px;
  padding: 5px 12px;
  margin: 5px;
  font-size: 15px;
  border-radius: 100%;
  color: #fff;
  left:13px ;
}
#message_input.sophia_textarea_msg_input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  max-height: 200px;
  overflow-y: auto;
  resize: none;
}
.tooltip2:before,
.tooltip2:after {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.4s ease;
}

.tooltip2:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: green transparent transparent transparent;
  top: -15px;
  transform: translateY(20px);
}

.tooltip2:after {
  content: attr(data-tooltip);
  background:#ECD924;
  width: 200px;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  top: -70px;
  right: -10px;
  padding: 20px;
  border-radius: 5px;


  color: #205A3A;
}

.tooltip2:hover::before,
.tooltip2:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes shake {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#anim:hover {
  animation: shake 500ms ease-in-out forwards;
}


@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
.copied_tooltip{
  background: #7f7f7f;
  color: #fff;
  width: max-content;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 10px;
  position: absolute;
  right: 0px;
      top: 0px;
}
.copied_tooltip::after{
  content: '';
  position: absolute;
    border: 6px solid transparent;
    border-color: #7f7f7f transparent transparent transparent;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.chat_input_box input {
  width: 94%;
  border: 1px solid #D0D5DD;
  height: 41px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #848484;
  padding: 9px;
}

.chat_input_box input:focus-visible {
  border: 1px solid #D0D5DD;
  outline: none;
}


.loader{
  top:0;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  position:fixed;
  overflow:hidden;
  text-align:center;
  background-color:#333333;
  }
/* .loader_box_icon{
  position:relative;
} */
.loader_box_icon{
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.loader-icon{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99;
}  
.loader-icon-email{
  position: absolute; 
  top:50%; 
  left:50%;
  transform: translate(-50%, -50%);
  display: none; 
  z-index: 99;
}
.admin_upload_timesheet{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.np-loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* loading  */

.half {
  display: inline-flex;
  justify-content: left;
  align-items: center;
  font-size: 1rem;
  margin-top: 10px; 
}

.half.light .typing {
  background-color: #e0e0e0;
}

.half.dark {
  background-color: #262626;
}

.half.dark .typing {
  background-color: #525252;
}

/*  */

.typing {
  display: block;
  width: 54px;
  height: 23px;
  border-radius: 20px;
  margin: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

.circle {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #8d8d8d;
  margin: 3px;
}

.circle.scaling {
  animation: typing 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}

.circle.bouncing {
  animation: bounce 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}

.circle:nth-child(1) {
  animation-delay: 0ms;
}

.circle:nth-child(2) {
  animation-delay: 333ms;
}

.circle:nth-child(3) {
  animation-delay: 666ms;
}

@keyframes typing {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.chat-btn-status {
    background-color: #ECD924;
    text-align: center;
    border-radius: 5px;
    color: black !important;
    font-size: 13px;
    padding: 4px 10px !important;
    max-width: 50px;
    display: inline !important;
}
.left_sidebar_content .user_img {
    width: 150px;
}
/*css just to the example*/

.send-sms-btn {
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.sms_table_modal .modal_header button, .upload_flu_shot_modal .modal_header button {
    position: absolute;
    right: -16px;
    top: -12px;
    background: transparent;
    border: none;
    z-index: 9;
  }
  
  .sms_table_modal .modal_body{
    padding: 20px 30px;
  }
  
  .sms_table_modal .modal_body h5 {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
  }
  
  .sms_table_modal .modal_body form .form-control {
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    padding: 6px 18px;
    color: #969696;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
  }
  .sms_table_modal .modal_body form .form-control[readonly]{
    background-color: #F5F5F5;
  }
  .sms_table_modal .modal_body form .form-control::placeholder {
    color: #969696;
  }
  
  .sms_table_modal .modal_body form .form-control:focus {
    box-shadow: none;
    border: 1px solid #DCDCDC;
  }
  
  .sms_table_modal .modal_body form textarea {
    height: 76px;
  }
  
  .sms_table_modal .submit_btn input,   .sms_table_modal .submit_btn button {
    border-radius: 45px;
    background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
    padding: 10px 40px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .sms_table_modal .submit_btn a {
    border-radius: 45px;
    background: linear-gradient(180deg, #e9d766 0.94%, #c9d309 100%);
    padding: 10px 40px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .sms_table_modal .modal-dialog {
    max-width: 560px;
  }
  .supoort_center_btn button {
    border-radius: 40px;
    background: #ECD924;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: unset;
    padding: 10px 10px;
    border: none;
}
.chat_reciever  img.chat_image, .chat_sender  img.chat_image {
  width: 100% !important;
  max-width: 150px !important;
  height: auto !important;
}
.tooltip_inner {
    visibility: hidden;
    position: absolute;
    width: max-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
}
.tooltip_outer:hover .tooltip_inner {
  visibility: visible;
  opacity: 1;
}
.tooltip_inner::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.view_modal_btn {
  background: transparent;
  border: none;
  padding: 6px 10px;
  color: #395687;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar_info:hover {
  background-color: #354e8073;
}
.file-names-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.solved_btn{
  background-color: #24245A;
  width: max-content;
  margin: auto;
  padding: 9px 26px;
  border-radius: 8px;
  color: #FFFFFF;
}
.solved_btn[disabled]{
  background-color: #406190!important;
  color: #FFFFFF;
}
.export-btn{
  background-color: #406190;
  padding: 8px 22px;
  border-radius: 8px;
  color: #FFFFFF;
  border: none;
}
.online-payment-filter label, .select_class_container label{
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}
.w-max-content{
  width: max-content;
}
.print-report-btn{
  background-color: #406190;
  border: 1px solid #406190;
  padding: 8px 22px;
  border-radius: 8px;
  color: #FFFFFF;
  width: 113px;
}
.print-report-btn:hover{
  background-color: #406190;
  color: #fff;
}
.select_class_container .select2-container{
  width: 390px !important;
}
.select_class_container .select2-container .select2-selection--single{
  height: auto;
  padding: 5px 10px;
}
.select_class_container{
  width: min-content;
}
.select_class_container .select2-container--default .select2-selection--single .select2-selection__clear{
  padding: 0px;
}
.select_class_container .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px;
  right: 3px;
}

/* manage_tempate_modal */
.manage_template_modal table{
  width: 100%;
}
.manage_template_modal table tbody tr td.name_table{
  width: 80%;
}
.manage_template_modal table tbody tr td{
  padding: 10px;
}
.manage_template_modal{
  height: 250px;
  overflow: auto;
}
.dashboard_btn{
  border-radius: 40px;
  background-color: #FFC107;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: unset;
  padding: 10px 20px;
  border: none;
}
.manage_template_btn{
  border-radius: 15px;
  padding: 13px 24px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}
.btn-save{
  background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
  border-radius: 5px;
  padding: 9px 19px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 19.2px;
}
.item_paid_select .select2-container{
  width: 100% !important; 
}
.item_paid_select .select2-container--default .select2-selection--single{
  height: auto;
}
.item_paid_select .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-top: 4px;
  padding-bottom: 4px;
}
.item_paid_select .select2-container--default .select2-selection--single{
  border: 1px solid #ced4da;
}
.item_paid_select .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px;
}
.online_payment_action img, .payment_edit_icon{
  width: 26px;
    height: 40px;
    max-width: unset;
}
.select_school_filter select{
  padding: 9.5px 20px;
}
.create_payment_btn button.clear_filter_btn{
  background-color: #dc3545;
  padding: 14px 25px;
  color: #fff;
  border-color: #dc3545;
}
.date_time_info{
bottom: -10px;
display: none;
background-color: #fff;
padding: 5px;
transition: all 0.5s ease;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 100%;
left: 0px;
}
.date_time_info span{
  font-size: 10px;
  color: #000;
}

.event-list:hover .date_time_info{
  display: block;
}
.enroll_btn_style{
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
}
.add_issue_category_box{
  max-width: 320px;
}

/* dashboard chat css end */

/* kalyan css start here  */

.new_upload_modal button {
    border: 1px solid #24245A;
    border-radius: 12px;
    padding: 10px;
    background-color: transparent;
    color: #24245A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin-top: 8px;
}

.new_upload_model .add_btn{
  border: 1px solid #24245A;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: #24245A;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  
}
.user_select_td {
  width: 170px;
  text-align: start;
}
.max_width_td{
  width: max-content;
}
.input_group_select2_box .select2-container .select2-selection--multiple{
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: 0px .375rem .375rem 0px;
}
.input_group_select2_box .select2-container .select2-selection--multiple .select2-selection__rendered{
  display: flex;
  overflow: auto;
  margin-bottom: 0px;
}
.input_group_select2_box .select2-container--default .select2-selection--multiple .select2-selection__choice{
  width: 100%;
  max-width: 200px;
  overflow: unset;
  text-overflow: unset;
}
.input_group_select2_box .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 35px;
}
.input_group_select2_box .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px;
}
.input_group_select2_box .select2-container--default .select2-search--inline .select2-search__field{
  margin-top: 7px;
  height: 20px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  display: flex
  ;
      align-items: center;
}
.language_select2_box .select2-container--default .select2-selection--multiple{
  height: 44px;
  overflow: auto;
  border: 1px solid #2323234D;
}
.language_select2_box span.select2-search.select2-search--inline{
  position: relative;
  top: 7px;
}
.language_select2_box .select2-selection--clearable span.select2-search.select2-search--inline{
  top: 0px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  margin-bottom: 0px;
  margin-top: 5px;
}.input_group_select2_box .select2-container .select2-selection--multiple{
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: 0px .375rem .375rem 0px;
}
.input_group_select2_box .select2-container .select2-selection--multiple .select2-selection__rendered{
  display: flex;
  overflow: auto;
  margin-bottom: 0px;
}
.input_group_select2_box .select2-container--default .select2-selection--multiple .select2-selection__choice{
  width: 100%;
  max-width: 200px;
  overflow: unset;
  text-overflow: unset;
}
.input_group_select2_box .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 35px;
}
.input_group_select2_box .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px;
}
.input_group_select2_box .select2-container--default .select2-search--inline .select2-search__field{
  margin-top: 7px;
  height: 20px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  display: flex
  ;
      align-items: center;
}
.add-student-btn{
  background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
  border-radius: 6px;
  padding: 13px 18px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
}
.language_select2_box .select2-container{
  width: 100% !important;
}
.language_select2_box .select2-container--default .select2-search--inline .select2-search__field{
  height: 21px;
  margin-top: 0px;
}
.language_select2_box .select2-container .select2-selection--multiple .select2-selection__rendered{
  margin-top: 0px;
}
.admin_dashboard_form .submit_btn input.remove-day-btn{
  background: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  width: 230px;
  text-align: center;
}
.filter_select select{
  padding: 14px 60px 14px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}
.enroll_btn {
  position: absolute;
  right: 4px;
}
.certificates_table_header_btns button.reset_btn{
  background-color: #dc3545;
  padding: 14px 25px;
  color: #fff;
  border-color: #dc3545;
}
.certificates_table_header_btns button.apply_btn{
  background-color: #406190;
  padding: 14px 25px;
  color: #fff;
  border-color: #406190;
}
.select_status{
  width: 100%;
  max-width: 200px;
}
.select_status select{
  padding: 9px 35px 9px 10px;
}
.class_table_filter_selects .select_school_filter{
  width: 100%;
  max-width: 200px;
}
.class_table_filter_selects .select_school_filter select{
  padding: 9.5px 32px 9.5px 10px;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.admin_dashboard_form h5.or_continer{
  position: relative;
  color:#000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
}
.or_continer span{
  position: relative;
  z-index: 2;
  background-color: #f6fefb;
  padding: 0px 10px;
}
.or_continer::after, .or_continer::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d4d4d4;
  padding: 0px 10px;
  z-index: 1;
  width: 100%;
  height: 1px;
}
.or_continer::before{
  top: 50%;
}

.select-student-container .select2-container {
  width: 300px !important;
}
.select-student-container .select2-container .select2-selection--multiple{
  min-height: 43px;
  border: 1px solid #ced4da;
}
.select-student-container .select2-container .select2-search--inline .select2-search__field{
  margin-top: 10px;
  margin-left: 15px;
  color:#000;
}
.select-student-container .select2-container .select2-search--inline .select2-search__field::placeholder{
  color:#000;
}
.create_payment_btn button.add_student_btn{
  padding: 14px 18px;
}
.manage_user_btn{
  border-radius: 15px;
  padding: 14px 38px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  background-color: #F47458;
}
.add_enrolled_by_btn{
  background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);  
  border-radius: 5px;
  border: none;
    width: 50px;
    color: #fff;
}
.google_translate_element .goog-te-combo{
  background: #fff;
  text-decoration: none;
  color: #000000;
  text-align: center;
  padding: 10px 2px;
  border-radius: 6px;
  height: 38px;
  transition: ease-out 0.3s;
  box-shadow: inset 0 0 0 0 #000;
  text-transform: capitalize;
  font-size: 13px;
  cursor: pointer;
  margin: 0 !important;
  font-weight: 600;
  width: 150px;
}

.skiptranslate .iframe{
display:none
}
.add_comment_button{
  background: linear-gradient(180deg, #406190 0.94%, #202B62 100%);
  height: 40px;
  width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  margin: auto;
}
.upload_modal .mic_btn {
  top: -38px;
  right: 3px;
  width: 35px;
  height: 35px;
  position: absolute;
}
tr.columnMissing {
  border: 2px solid #ccc;
  background-color: #eaeaea;
}
.sms_table_modal .admin_dashboard_table .table-responsive{
  max-height: calc(100vh - 370px);
  height: auto;
}
.clent_intake_form_header h3{
  font-size: 29px;
  font-weight: 600;
  line-height: 31px;
  color: #000;
}
.clent_intake_form_header h4{
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
.clientIntakeFormModal h2{
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 18px;
  width: fit-content;
  margin-inline: auto;
  text-decoration: underline;
  padding-bottom: 13px;
  font-family: "Times New Roman";
}
.clientIntakeFormModal form label{
color: #000;
font-size:18px;
}
.clientIntakeFormModal form .form-check-input[type=checkbox]{
  width: 19px;
  height: 19px;
  padding: 0px;
  margin-top: 8px;
}
.clientIntakeFormModal .form_sub_title{
  font-size: 22px;
  font-weight: 500;
}
.clientIntakeFormModal .select2-container .select2-selection--single{
  height: 45px;
}
.clientIntakeFormModal .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 41px;
}
.clientIntakeFormModal .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 11px;
}
.clientIntakeFormModal .select2-container{
  width: 100% !important;
}
.form-control[contenteditable="false"] {
  min-height: 38px;  /* same as Bootstrap input height */
  display: flex;
  align-items: center;
}

#viewClientIntakeModal p {
  padding: 6px 8px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  min-height: 36px;
}
