/*================ 1. Basic Styles =================*/
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*, ::before, ::after {box-sizing:border-box; -webkit-box-sizing:border-box;}
:focus-visible{outline: none;}
html {font-family: 'Open Sans', sans-serif;}
body {font-size: 18px;line-height: 34px;font-weight: 400;color:#434343;font-family: 'Open Sans', sans-serif;margin:0; padding:0;}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {display: block;}
svg:not(:root) {overflow:hidden;}
img {max-width: 100%;display: block;margin: 0;}
i{display: block;}
i::before{content: ''; display: block; background-size: cover !important;}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {content: ""; display: table; table-layout: fixed;}
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after {clear: both;}
.clearfix:before, .clearfix:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.container{max-width: 1140px;}
a{text-decoration: none;}
/*================ End Basic Styles =================*/

/*================ 2. Typography =================*/
h1,.heading-one {font-size: 48px;line-height: 65px;}
h2,.heading-two {font-size: 32px;line-height: 44px; }
h3,.heading-three {font-size: 24px;line-height: 40px;}
h4,.heading-four {font-size: 20px;line-height: 27px;}
h5,.heading-five {font-size: 18px;line-height: 27px;}
h6,.heading-six {font-size: 16px;line-height: 24px;}
h1, h2, h3, h4, h5, h6 { font-weight: 600;}
h1, h2, h3, h4, h5, h6{color: #232222;}
p,a {font-size: 14px;line-height: 21px;font-weight: 400;color: #232222;}
h1, h2, h3, h4, h5, h6,address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {margin: 0 0 16px 0;}
p:last-child {margin-bottom:0;}
dl, ol, ul{list-style-type: none;padding: 0;}
.body-large{font-size: 18px;line-height: 27px;}
.body-medium{font-size: 16px;line-height: 22px;font-weight: 500;}
.body-normal { font-size: 14px; line-height: 22px;}
.body-extra-small{font-size: 12px;line-height: 15px;}
.body-large,.body-normal,.body-small,.body-extra-small{font-weight: 400;}
.fw-700 { font-weight: 700;}
.fw-600 { font-weight: 600;}
.fw-500 { font-weight: 500;}
.fw-400 { font-weight: 400;}
.text-uppercase { text-transform: uppercase;}
.gap10 {gap:10px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.lineheight21 {line-height: 21px;}
.lineheight28 {line-height: 28px;}
.fixing-height {height: calc(100vh - 32px);}
/*================ End Typography =================*/

/*================ 4. Anchor Tag Style =================*/
a {font-size: 16px;line-height: 30px;font-weight: 400;color: #434343;text-decoration:none;transition: all 0.5s;}
a:hover,a:focus {color: #FE5877;transition: all 0.5s;}
/*================ End Anchor Tag Style =================*/

/*================ 5. Button Style =================*/
button {
    transition: all 0.5s;
}
button:hover,
button:focus {
    transition: all 0.5s;
}
.small-btn,
.medium-btn,
.large-btn {
    font-size: 14px;
    line-height: 20px;
    background: #FE5877;
    color: #fff;
    border-radius: 6px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-decoration: none;
}

.small-btn-blue-border,
.medium-btn-blue-border,
.large-btn-blue-border {
    font-size: 16px;
    line-height: 22px;
    background: #FFF;
    border: 1px solid #578FBF;
    color: #578FBF;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.small-btn-blue-border {
    padding: 6px 22px;
    height:31px;
}
.medium-btn-blue-border {
    padding: 7px 22px;
    height:38px;
}
.large-btn-blue-border {
    padding: 7px 22px;
    height:44px;
}


.small-btn { padding: 6px 22px; height:31px;}
.medium-btn { padding: 11px 28px; height:38px; }
.large-btn { padding: 13px 40px; height:44px;}

.small-btn span,
.medium-btn span,
.large-btn span {
    display: block;
}

.small-btn::before,
.medium-btn::before,
.large-btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #578FBF;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.small-btn-blue-border::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #578FBF;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.small-btn-blue-border:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
    transition: transform 0.4s, opacity 0.3s;
}

.small-btn:hover::before,
.medium-btn:hover::before,
.large-btn:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
    transition: transform 0.4s, opacity 0.3s;
}

.small-btn.grey-btn,
.medium-btn.grey-btn,
.large-btn.grey-btn {
    background: #E6E6E6;
    color: #868686;
}

.small-btn.grey-btn:hover,
.medium-btn.grey-btn:hover,
.large-btn.grey-btn:hover {
    background: #578FBF;
    color: #fff;
}

.small-btn.disabled,
.medium-btn.disabled,
.large-btn.disabled,
.small-btn.disabled:hover,
.medium-btn.disabled:hover,
.large-btn.disabled:hover,
.small-btn.disabled:focus,
.medium-btn.disabled:focus,
.large-btn.disabled:focus {
    background: #E6E6E6;
    color: #868686;
    border-color: #E6E6E6;
    pointer-events: none;
}

.small-btn.disabled::before,
.medium-btn.disabled::before,
.large-btn.disabled::before,
.small-btn.disabled:hover::before,
.medium-btn.disabled:hover::before,
.large-btn.disabled:hover::before,
.small-btn.disabled:focus,
.medium-btn.disabled:focus,
.large-btn.disabled:focus {
    background: transparent;
}

.small-btn:hover,
.small-btn:focus,
.medium-btn:hover,
.medium-btn:focus,
.large-btn:hover,
.large-btn:focus {
    background: #578FBF;
    color: #fff;
}

.small-btn-blue-border:hover,
.small-btn-blue-border:focus {
    background: #578FBF;
    color: #fff;
    border: 1px solid #578FBF;
}


/*================ End Button Style =================*/

/*================ 6. Form Style =================*/
.form-check {padding-left: 0;}
.form-group{margin: 0 0 16px;}
.form-button-group{margin:16px 0 0;display:inline-flex;align-items:center;}
input, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    padding: 11px 16px;
    background: transparent;
    border: 1px solid #CECCCC;
    color: #434343;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-password input[type="text"] {
    padding-right: 50px;
  }
  
textarea::placeholder{color:#B5B5B5;}
input::placeholder{color:#868686 !important;}
input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus{outline:0;border-color:#434343;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../../images/select_down_arrow.svg')!important;
    background-repeat: no-repeat!important;
    background-position: right 4px center!important;
    background-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}
label {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #868686;
    margin: 0 0 6px;
}
.form-password input[type="password"] {
    padding-right: 40px;
}
input[type=checkbox],input[type=radio]{width:auto;height:auto;}
input[type=checkbox]:focus,input[type=radio]:focus{outline:0;box-shadow:none;}
.check-group{display: inline-flex;align-items: center;}
.check-group label{font-weight:400;margin:0;padding:0 0 0 8px;cursor:pointer;}
.form-check-input[type=checkbox]{width:16px;height:16px;border:1px solid #CECCCC;background-color:#fafbfc;margin:0;padding:0;cursor:pointer;flex-shrink:0;transition:none;}
.form-check-input.w-h-16[type=checkbox]{width:16px;height:16px;}
.form-check-input[type=checkbox]:checked { background-color: #FE5877; border: 1px solid #FE5877; background-image: url('../../student/images/icon_check_box_right.svg'); background-repeat: no-repeat; background-size: 22px 12px; background-position: center; transition: none; }
.form-check-input[type=checkbox]:disabled{background-color:#c6cdd5;border:1px solid #c6cdd5; opacity: 1;}
.form-check-input.error[type=checkbox]:checked{background-color:#de350b;border:1px solid #de350b;}
.form-check-input.w-h-16[type=checkbox]:checked{background-size:10px;background-position:2px center;}
.form-check-input.w-h-16.undefined[type=checkbox]:checked{background-size:10px 4px;background-position:2px center;}

.form-check-input[type=radio]{min-width: 20px; min-height:20px; width: 20px;height:20px;padding:0;margin:0;background-color:#fafbfc;border:1px solid #CECCCC;cursor: pointer;}
.form-check-input[type=radio]:checked{border:1px solid #FFF;}
.radio-questions .form-check.checked {
    border: 1px solid #578FBF; /* Add your desired border style here */
}
.form-check-input.error[type=radio]:checked{background-color:#de350b;border:1px solid #de350b;}
.form-check-input[type=radio]:disabled{background-color:#c6cdd5;border:1px solid #c6cdd5;}
.form-check-input:checked[type=radio] {background-image: url('../../images/white-radio-round.svg');background-color: #FE5877; }
.form-check-input.disable-radio-color:checked[type=radio] {background-color: #868686;}
.form-check-input.text-red:checked[type=radio] {background-color: #D43E3E;}
.form-check-input.text-green:checked[type=radio] {background-color: #247E53; opacity: 1; border: 1px solid #247E53;}

.toggle-password{position: absolute;top: 11px;right: 16px;}
.show-password,.hide-password{padding: 0;border: none;width: 24px;height: 24px;display: block;}
.show-password{display: none; background: url('../images/icon_show_eye.svg') no-repeat center;}
.hide-password{background: url('../images/icon_hiden_eye.svg') no-repeat center;}
.show-hide-password .hide-password{display: none;}
.show-hide-password .show-password{display: block;}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: none !important;
  }

/* .toggle-password{position: absolute;top: 50%;right: 16px;transform: translate(0, -50%);}
.show-password,.hide-password{padding: 0;border: none;width: 24px;height: 24px;display: block;}
.show-password{display: none; background: url('../../assets/images/icon_show_eye.svg') no-repeat center;}
.hide-password{background: url('../../assets/images/icon_hiden_eye.svg') no-repeat center;}
.show-hide-password .hide-password{display: none;}
.show-hide-password .show-password{display: block;} */

::-webkit-search-cancel-button{
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    /*background: url(../images/icon_search_cancel.svg) no-repeat;*/
}
span.error {
    font-size: 14px;
    line-height: 20px;
}
/*================ End Form Style =================*/

/*================ 7. Spacing Style =================*/
.mt-50{margin-top: 50px;}
.mb-50{margin-bottom: 50px;}
.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px;}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}
.mt-24{margin-top: 24px;}
.mb-24{margin-bottom: 24px;}
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}
.mt-16{margin-top: 16px;}
.mb-16{margin-bottom: 16px;}
.mt-10{margin-top: 10px;}
.mb-10{margin-bottom: 10px;}

.py-120{padding: 120px 0;}
.pt-120{padding-top: 120px;}
.pb-120{padding-bottom: 120px;}
.pt-50{padding-top: 50px;}
.pb-50{padding-bottom: 50px;}
.pt-40{padding-top: 40px;}
.pb-40{padding-bottom: 40px;}
.pt-30{padding-top: 30px;}
.pb-30{padding-bottom: 30px;}
.pt-24{padding-top: 24px;}
.pb-24{padding-bottom: 24px;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.pt-10{padding-top: 10px;}
.pb-10{padding-bottom: 10px;}

.mr-20{margin-right: 20px;}
/*================ End Spacing Style =================*/

/*================ 3. Color Style =================*/
.text-green{color:#247E53;}
.text-red{color: #DE350B;}
.text-black { color: #232222 !important;}
.text-purple{color: #705FC7;}
.text-grey-1{color: #868686;}
.text-grey-2{color: #C6CDD5;}
.text-skyblue{color:#578FBF;}
.text-white{color: #fff;}
.bg-black{background-color: #232222 !important;}
.bg-grey-1{background-color: #E6E6E6;}
.bg-grey-2{background-color: #C6CDD5;}
.bg-grey-3{background-color: #F4F4F4;}
.bg-yellow{background-color: #F2A140;}
.bg-red{background-color: #D43E3E;}
.bg-skyblue{background-color:#578FBF;}
.disable-color{background-color: #F4F4F4;}
.disable-radio-color{background-color:#868686;}
.delete-account-btn {background-color: #F35B5B;}
.bg-yellow, 
.status-label.bg-yellow {background-color: #F2A140;}

.bg-red, 
.status-label.bg-red {background-color:#D43E3E;}

.bg-green,
.status-label.bg-green {background-color:#247E53;}

/*================ End Color Style =================*/

/* Icons */
.icon-blue-table::before{background: url(../images/icon_lessons_blue_table.svg) no-repeat; width: 24px; height: 24px;}
.icon-grey-table::before{background: url(../images/icon_lessons.svg) no-repeat; width: 24px; height: 24px;}
.icon-right-arrow-small-table::before { background: url(../images/icon_right_arrow_small_table.svg) no-repeat; width: 24px; height: 24px;}
.icon-profile-color::before { background: url(../images/ic_profile.svg) no-repeat; width: 20px; height: 20px;}
.icon-profile-disabled::before { background: url(../images/icon_profile_disabale.svg) no-repeat; width: 20px; height: 20px;}
.icon-password-color::before { background: url(../images/icon_password_active.svg) no-repeat; width: 20px; height: 20px;}
.icon-password-disabled::before { background: url(../images/ic_password.svg) no-repeat; width: 20px; height: 20px;}
.icon-delete-disabled::before { background: url(../images/ic_delete.svg) no-repeat; width: 20px; height: 20px;}
.icon-delete-color::before { background: url(../images/ic_delete_color.svg) no-repeat; width: 20px; height: 20px;}
.icon-delete-account::before { background: url(../images/delete_account.svg) no-repeat; width: 309px; height: 174px;}
.icon-404::before { background: url(../images/404.svg) no-repeat; width: 449px; height: 300px;}
.icon-505::before { background: url(../images/505.svg) no-repeat; width: 415px; height: 358px;}
.icon-505::before { background: url(../images/account-deleted.svg) no-repeat; width: 128px; height: 128px;}
.icon-message-send-disabled::before { background: url(../images/icon_send_circle_disable.svg) no-repeat; width: 40px; height: 40px;}
.icon-message-send-color::before { background: url(../images/icon_send_circle_color.svg) no-repeat; width: 40px; height: 40px;}
.icon-emoji-one-disable::before { background: url(../images/emoji-one-disable.svg) no-repeat; width: 70px; height: 70px;}
.icon-emoji-one-color::before { background: url(../images/emoji-one-color.svg) no-repeat; width: 70px; height: 70px;}
.icon-emoji-two-disable::before { background: url(../images/emoji-two-disable.svg) no-repeat; width: 70px; height: 70px;}
.icon-emoji-two-color::before { background: url(../images/emoji-two-color.svg) no-repeat; width: 70px; height: 70px;}
.icon-emoji-three-disable::before { background: url(../images/emoji-three-disable.svg) no-repeat; width: 70px; height: 70px;}
.icon-emoji-three-color::before { background: url(../images/emoji-three-color.svg) no-repeat; width: 70px; height: 70px;}
.icon-emoji-four-disable::before { background: url(../images/emoji-four-disable.svg) no-repeat; width: 70px; height: 70px;}
.icon-emoji-four-color::before { background: url(../images/emoji-four-color.svg) no-repeat; width: 70px; height: 70px;}
.icon-dashboard-logo-title::before { background: url(../images/icon-dashboard-logo-title.svg) no-repeat; width: 24px; height: 24px;}
.icon-course-blue::before { background: url(../images/icon_course_blue.svg) no-repeat; width: 30px; height: 30px;}
.icon-course-certificate::before { background: url(../images/icon_course_certificate.svg) no-repeat; width: 30px; height: 30px;}
.icon-resume-lesson::before { background: url(../images/resume-lesson.svg) no-repeat; width: 235px; height: 181px;}
.icon-adult-course-progress::before { background: url(../images/icon-adult-course-progress.svg) no-repeat; width: 20px; height: 20px;}
.icon-pending-new::before { background: url(../images/icon-pending-new.svg) no-repeat; width: 30px; height: 30px;}
.icon-library-pink::before { background: url(../images/icon-librarry-pink.svg) no-repeat; width: 20px; height: 20px;}
.icon-library::before { background: url(../images/icon-librarry.svg) no-repeat; width: 20px; height: 20px;}
.icon-intro-disable::before { background: url(../images/icon-intro-disable.svg) no-repeat; width: 24px; height: 24px;}
.icon-intro::before { background: url(../images/icon-intro.svg) no-repeat; width: 24px; height: 24px;}
.icon-audio-disable::before { background: url(../images/icon-audio-disable.svg) no-repeat; width: 24px; height: 24px;}
.icon-audio-color::before { background: url(../images/icon-audio.svg) no-repeat; width: 24px; height: 24px;}
.icon-pdf-disable::before { background: url(../images/icon-pdf-disable.svg) no-repeat; width: 24px; height: 24px;}
.icon-pdf-color::before { background: url(../images/icon-pdf.svg) no-repeat; width: 24px; height: 24px;}
.icon-video-disable::before { background: url(../images/icon-video-disable.svg) no-repeat; width: 24px; height: 24px;}
.icon-video-color::before { background: url(../images/icon-video.svg) no-repeat; width: 24px; height: 24px;}
.icon-audio-library::before { background: url(../images/icon-audio-library.svg) no-repeat; width: 30px; height: 30px;}
.icon-video-library::before { background: url(../images/icon-video-library.svg) no-repeat; width: 30px; height: 30px;}
.icon-previous-arrow::before { background: url(../images/icon-previous-arrow.svg) no-repeat; width:8px; height: 14px;}
.icon-quiz-blue::before { background: url(../images/icon-quiz-blue.svg) no-repeat; width:24px; height: 24px;}
.icon-quiz-disable::before { background: url(../images/icon-quiz-disable.svg) no-repeat; width:24px; height: 24px;}
.icon-institute-white::before { background: url(../images/icon-institute-white.svg) no-repeat; width:24px; height: 24px;}
.icon-students-blue::before { background: url(../images/icon-students-blue.svg) no-repeat; width:30px; height: 30px;}
.icon-weekly-guide-disable::before { background: url(../images/icon-weekly-guide-disable.svg) no-repeat; width:20px; height: 20px;}
.icon-weekly-guide-color::before { background: url(../images/icon-weekly-guide-color.svg) no-repeat; width:20px; height: 20px;}
.icon-student-disable::before { background: url(../images/icon-student-disable.svg) no-repeat; width:20px; height: 20px;}
.icon-student-pink::before { background: url(../images/icon-student-pink.svg) no-repeat; width:20px; height: 20px;}
.icon-view-action::before { background: url(../images/icon-view-action.svg) no-repeat; width:24px; height: 24px;}
.icon-edit-action::before { background: url(../images/icon-edit-action.svg) no-repeat; width:24px; height: 24px;}
.icon-chat-pink::before { background: url(../images/icon-chat-pink.svg) no-repeat; width:24px; height: 24px;}
.icon-quiz-menu-pink-student::before { background: url(../images/icon-quiz-menu-pink-student.svg) no-repeat; width:40px; height: 40px;}
.icon-percentage::before { background: url(../images/icon-percentage.svg) no-repeat; width:24px; height: 24px;}
.icon-close::before { background: url(../images/icon-close.svg) no-repeat; width:27px; height: 27px;}
.icon-close-search-close::before {background: url(../images/icon-close.svg) no-repeat;width: 20px;height: 20px;position: absolute;top: 50%;transform: translateY(-50%);right: 12px;cursor: pointer;}
.icon-edit-profile-color::before { background: url(../images/icon-edit-profile-color.svg) no-repeat; width:20px; height: 20px;}
.icon-edit-profile-disable::before { background: url(../images/icon-edit-profile-disable.svg) no-repeat; width:20px; height: 20px;}
.icon-instructor-blue::before { background: url(../images/icon-instructor-blue.svg) no-repeat; width:30px; height: 30px;}
.icon-instructor-disabled::before { background: url(../images/icon-instructor-disabled.svg) no-repeat; width:20px; height: 20px;}
.icon-instructor-pink::before { background: url(../images/icon-instructor-pink.svg) no-repeat; width:20px; height: 20px;}
.icon-video-pink::before { background: url(../images/icon-video-pink.svg) no-repeat; width:38px; height: 34px;}
.icon-view-detail::before { background: url(../images/icon-arrow-right-big-white.svg) no-repeat; width:32px; height: 12px;}
.icon-calendar-half::before { background: url(../images/icon-calendar-half.svg) no-repeat; width:51px; height: 90px;}

/* Modal CSS */
.tnp-modal .modal-content {
    padding: 16px 16px 30px 16px;
}

.tnp-modal .btn-close {
    background-image: url(./../images/ic_cross.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    opacity: 1;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;
}

.tnp-modal .modal-body {
    padding-top: 55px;
    padding-left: 68px;
    padding-right: 68px;
    padding-bottom: 40px;
}

.tnp-modal.modal-dialog {
    max-width: 714px;
    text-align: center;
    position: relative;
}

.modal-dialog.modal-dialog-centered.tnp-modal .modal-content > img {
    width: 100%;
    max-width: 130px;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.tnp-modal .modal-border {
    padding: 33px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.tnp-modal ul {
    margin: 33px 0 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.tnp-modal h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;color: #232222;
    margin-bottom: 30px;
}

.tnp-modal .modal-text > p {
    font-size: 16px;
    line-height: 30px;
    font-weight:400;
}

.review-list {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.review-list .review-item label{
    cursor: pointer;
}

.review-list .review-item input, .review-item input:checked ~ label i, .review-item label i.active{
display: none;
}

.review-item input:checked ~ label i.active{
    display: block;
}

.tnp-modal .review-item > p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #434343;
}

.tnp-modal .small-btn {
    max-width: 112px;
    margin: 0 auto;
}

.sidebar-wrap {
    padding: 16px 0 16px 16px;
    height: 100%;
}

.desktop-sidebar.sidebar-menu .navbar-nav::-webkit-scrollbar {
    -webkit-appearance: none;
}

.desktop-sidebar.sidebar-menu .navbar-nav::-webkit-scrollbar:vertical {    
    width: 6px;
}

.desktop-sidebar.sidebar-menu .navbar-nav::-webkit-scrollbar:horizontal {    
    height: 6px;
}

.desktop-sidebar.sidebar-menu .navbar-nav::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid #FE5877;
    background-color: #FE5877;
}

.desktop-sidebar.sidebar-menu .navbar-nav::-webkit-scrollbar-track { 
    background-color: #0B0B0B; 
    border-radius: 8px; 
} 

.sidebar-menu .navbar-nav {
    overflow-y: auto;
    padding-bottom: 55px;
    height: calc(100vh - 268px);
    position: relative;
}

.logout-btn {
    position: absolute;
    bottom: 0;
    padding-top: 0;
    border-top: 1px solid #434343;
    background: #0B0B0B;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sidebar-menu {
    padding: 0;
    height: 100%;
    overflow-y: auto;
    min-height: calc(100vh - 32px);
    background: #0B0B0B;
    border-radius: 20px;
    position: relative;
}

.sidebar-menu .logo img {
    margin: 0 auto;
}

.sidebar-menu .nav-link,
.logout-btn a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 13px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .4s ease-in-out;
    position: relative;
}

.logout-btn a { 
    padding-top: 16px;
    padding-bottom: 30px;
}

.sidebar-menu .nav-link:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 28px;
    border-radius: 0px 2px 2px 0px;
    background-color: transparent;
}
.sidebar-menu .nav-link.active:before {
    background-color: #FE5877;
}
.sidebar-menu .nav-link i,
.sidebar-menu .logout-btn a i{
    margin-right: 12px;
    transition: all .4s ease-in-out;
}
.sidebar-menu .nav-link i.hvr,
.sidebar-menu .logout-btn a i.hvr {
    display: none;
    transition: all .4s ease-in-out;
}
.sidebar-menu .nav-link.active i, 
.sidebar-menu .nav-link:hover i,
.nav-link.dropdown-toggle.show i,
.sidebar-menu .logout-btn a:hover i {
    display: none;
}
.sidebar-menu .nav-link.active i.hvr, 
.sidebar-menu .nav-link:hover i.hvr,
.nav-link.dropdown-toggle.show i.hvr,
.sidebar-menu .logout-btn a:hover i.hvr{
    display: block;
    transition: all .4s ease-in-out;
}
.sidebar-menu .nav-link.active, 
.sidebar-menu .nav-link:hover,
.sidebar-menu .logout-btn a:hover {
    transition: all .4s ease-in-out;
    color: #FE5877;
}
.nav-link.dropdown-toggle.show{
    border-radius: 4px 4px 0 0;
    background: #fff;
}
.sidebar-menu .dropdown-menu{
    position: static !important;
    width: 100%;
    border: 0;
    transform: translate(0,0) !important;
    border-radius: 0 0 4px 4px;
    padding: 10px 20px 20px 58px;
}
.sidebar-menu .dropdown-menu a{
    padding: 12px 0;
    border-bottom: 1px solid #EBEDF0;
    color: #7A869A;
    white-space: break-spaces;
}
.sidebar-menu .dropdown-menu li:first-child a{
    padding-top: 0;
}
.sidebar-menu .dropdown-menu li:last-child a{
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar-menu .dropdown-item:focus,.sidebar-menu .dropdown-item:hover,.sidebar-menu .dropdown-item.active{
    background: transparent;
    color: #0070FF;
}
.sidebar-menu .dropdown-toggle::after{
    content: url(../images/select_down_arrow.svg);
    border: 0;
    margin-left: auto;
    width: 24px;
    height: 24px;
    transition: all .4s ease-in-out;
}
.sidebar-menu .dropdown-toggle.show::after{
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
}
.sidebar-navigation {
    padding-top: 30px;
}

.bottom-separator {
    padding-left: 30px;
    padding-right: 30px;
}

.bottom-separator .dashboard-body {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

/* breadcrumb */
li.breadcrumb-item {
    line-height: normal;
} 


/* data table */
.table-block {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
}


.data-table .dt-row {
    overflow-x: auto;
}

/* common title */
.desktop-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-title { display: none;}

/*custom selectbox*/
.custom-sectbox .select {
  max-width: 208px;
}

.custom-sectbox .select:focus {
    border-color: #CECCCC;
}

.page-link:focus {
    box-shadow: none;
}

.full-height-view {
    height: calc(100vh - 63px) !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.full-height-view-zero {
    height: calc(100vh - 0px);
    overflow-y: auto;
    overflow-x: hidden;
}

/* chat message */
.icon-chat-notifications:before {
    background: url(../../images/icon_chat_notification.svg) no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
}
/*================ 26. Responsive Media Query Style =================*/
/* MEDIA :: 1400px */
@media only screen and (max-width: 1399px){
    .container{max-width: 1140px;}
    
.tnp-modal .modal-body {
    padding-top: 50px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 30px;
}

.tnp-modal .modal-border {
    padding: 22px;
}

.tnp-modal h2 {
    margin-bottom: 22px;
}

.tnp-modal .modal-content {
    padding: 16px 16px 16px 16px;
}

.modal-dialog.modal-dialog-centered.tnp-modal .modal-content > img {
    max-width: 110px;
    top: -55px;
    max-height: 110px;
}

}

/* MEDIA :: 1200px */
@media only screen and (max-width: 1199px){
    h1{font-size: 48px;line-height: 60px;}
    h2 { font-size: 28px; line-height: 38px;}
    h3 { font-size: 34px; line-height: 48px;}
    h2, h3 { margin: 0 0 20px 0;}
    .py-120{padding: 100px 0;}
    .pt-120{padding-top: 100px;}
    .pb-120{padding-bottom: 100px;}
    .container{max-width: 100%;padding: 0 12px;}
    .container .row{margin-left: 0; margin-right: 0;}
}

@media only screen and (max-width: 1024px){
    .small-btn:hover,
    .small-btn:focus,
    .medium-btn:hover,
    .medium-btn:focus,
    .large-btn:hover,
    .large-btn:focus,
    .small-btn.grey-btn:hover, 
    .medium-btn.grey-btn:hover, 
    .large-btn.grey-btn:hover {
        background: #FE5877;
        color: #fff;
    }

    .small-btn::before, .medium-btn::before, .large-btn::before{
        display: none;
    }

    .small-btn-blue-border:hover, .small-btn-blue-border:focus {
        background: #fff;
        color: #578FBF;
        border: 1px solid #578FBF;
    }

    .small-btn-blue-border::before {
        display: none;
    }

    .sidebar-menu .nav-link.active i.hvr, 
    .sidebar-menu .nav-link:hover i.hvr,
    .nav-link.dropdown-toggle.show i.hvr,
    .sidebar-menu .logout-btn a:hover i.hvr{
        display: none;
        transition: all .4s ease-in-out;
    }

    .sidebar-menu .nav-link.active i, 
    .sidebar-menu .nav-link:hover i,
    .nav-link.dropdown-toggle.show i,
    .sidebar-menu .logout-btn a:hover i {
        display: block;
    }

    .full-height-view {
        height: auto !important;
        overflow-y: auto;
        overflow-x: auto;
    }

    .full-height-view-zero {
        height: auto;
    }
}

/* MEDIA :: 991px */
@media only screen and (max-width: 991px){
    h1{font-size: 40px;line-height: 54px;}
    h2 { font-size: 24px; line-height: 34px;}
    h3 { font-size: 30px; line-height: 44px;}
    h4{font-size: 28px;line-height: 32px;}
    h2, h3 { margin: 0 0 16px 0;}
    p, a { font-size: 16px; line-height: 32px; }
    .py-120{padding: 80px 0;}
    .pt-120{padding-top: 80px;}
    .pb-120{padding-bottom: 80px;}
    .sidebar-wrap {
        padding: 0;
    }
    .sidebar-navigation {
        padding-top: 5px;
    }
    .bottom-separator {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .bottom-separator .dashboard-body {
        padding-left: 0;
        padding-right: 0;
    }

    .desktop-title { 
        display: none;
    }

    .mobile-title { 
        display: flex;
        align-items: flex-start;
        gap: 10px; 
        padding-top: 20px;
        font-size: 18px;
    }
    .sidebar-menu .navbar-nav {
        padding-bottom: 0;
    }
}

/* MEDIA :: 767px */
@media only screen and (max-width: 767px){
    h1{font-size: 36px;line-height: 48px;}
    h2 { font-size: 20px; line-height: 30px;}
    h3 { font-size: 26px; line-height: 40px;}
    h4{font-size: 26px;line-height: 30px;}
    h5{font-size: 24px;line-height: 30px;}
    h6{font-size: 20px;line-height: 28px;}
    h2, h3 { margin: 0 0 12px 0;}
    p, a { font-size: 14px; line-height: 26px; }
    .py-120{padding: 60px 0;}
    .pt-120{padding-top: 60px;}
    .pb-120{padding-bottom: 60px;}
    .mb-30, .mb-40{margin-bottom: 20px;}
    .mt-30, .mt-40{margin-top: 20px;}
    .pb-40, .pb-30, .pb-50{padding-bottom: 20px;}
    .pt-30, .pt-40, .pt-50{padding-top: 20px;}  
    .py-60{padding: 40px 0;}  
    .small-btn,.medium-btn,.large-btn{padding: 0 20px;}
    .tnp-modal .modal-body {
        padding-top: 55px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .tnp-modal .modal-content {
        padding: 30px;
    }
    .tnp-modal .modal-border {
        padding: 15px;
    }
    .modal-dialog.modal-dialog-centered.tnp-modal .modal-content > img {
        width: 100%;
        top: -50px;
        max-width: 90px;
        max-height: 90px;
    }
}

/* MEDIA :: 640px */
@media only screen and (max-width: 640px){
    .container .row{margin-left:-12px; margin-right: -12px;}
    h1{font-size: 30px;line-height: 42px;}
    h2 { font-size: 26px; line-height: 32px;}
    h3 { font-size: 22px; line-height: 34px;}
    h4{font-size: 22px;line-height: 30px;}
    h5{font-size: 20px;line-height: 30px;}
    h6{font-size: 18px;line-height: 28px;}
    .small-btn,.medium-btn,.large-btn{padding: 0 16px;font-size: 14px;}
    
}

/* MEDIA :: 575px */
@media only screen and (max-width: 575px){
    .py-120{padding: 40px 0;}
    .pt-120{padding-top: 40px;}
    .pb-120{padding-bottom: 40px;}
    .form-check-input[type=radio] {min-width: 16px; min-height:16px; width: 16px; height: 16px;}
    .body-medium{font-size: 14px;}
    h4,.heading-four {font-size: 18px;}
    .review-list {
        flex-wrap: wrap;
        gap: 20px;
    }
    .icon-emoji-one-disable::before,
    .icon-emoji-two-disable::before,
    .icon-emoji-three-disable::before,
    .icon-emoji-four-disable::before,
    .icon-emoji-one-color::before,
    .icon-emoji-two-color::before,
    .icon-emoji-three-color::before,
    .icon-emoji-four-color::before {
        width: 50px;
        height: 50px;
    }

    /*custom selectbox*/
    .custom-sectbox .select {
      max-width: 100%;
    }

    div:where(.swal2-container) .swal2-html-container {
        font-size: 1em !important;
    }

}

/* MEDIA :: 480px */
@media only screen and (max-width: 480px){
    h1 { font-size: 28px; line-height: 38px; }
    h2,h3{font-size: 22px;line-height: 32px;}
    h3 { font-size: 18px; line-height: 26px;}
    h4{font-size: 20px;line-height: 30px;}
    h5{font-size: 18px;line-height: 28px;}
    h6{font-size: 16px;}
    .tnp-modal .modal-body {
        padding-top: 30px;
    }
    .tnp-modal h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .tnp-modal .modal-text > p {
        font-size: 14px;
        line-height: 1.4;
    }

    .tnp-modal .modal-content {
        padding: 12px;
    }

    .table-block {
        overflow-x: hidden;
    }
}

/* MEDIA :: 480px */
@media only screen and (max-width: 480px){

    .tnp-modal .review-item > p {
        font-size: 12px;
        line-height: 1.4;
    }

    .icon-emoji-one-disable::before,
    .icon-emoji-two-disable::before,
    .icon-emoji-three-disable::before,
    .icon-emoji-four-disable::before,
    .icon-emoji-one-color::before,
    .icon-emoji-two-color::before,
    .icon-emoji-three-color::before,
    .icon-emoji-four-color::before {
        width: 30px;
        height: 30px;
    }

    .data-table .dt-row {
        overflow-x: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .dataTables_wrapper .dt-row .col-sm-12 {
        padding: 0;
    }
}
/*================ End Responsive Media Query Style =================*/