@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    background: #E5F5FB;
}
.btn:focus,input:focus-visible,select:focus-visible,a:focus,input:focus {
    outline: unset !important;
    outline-offset: unset !important;
    text-decoration: unset;
}
.btn.active, .btn:active{
    box-shadow:unset;
}
.container{
    width: 1300px;
}
.updated-success {
    border: 2px solid #8fbc8f !important;
    background: #dff0d8 !important;
}
#openIntoLetter {
    background: #14263A;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 99;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    line-height: 1;
    text-decoration: none;
}
body.modal-open{
    padding-right: 0 !important;
}
input[readonly] {
    background: #ccc !important;
}
input:disabled {
    background: #ccc !important;
    cursor: no-drop !important;
}
.autoChecklistWrap{
    position: relative;
}
.autoChecklistWrap #loaderSection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    background: rgba(255,255,255,0.96);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    text-align: center;
    color: #333;
    animation: fadeIn 0.5s ease;
}
.autoChecklistWrap #loaderSection h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #00AEF0;
    font-family: 'Bricolage Grotesque';
}
.autoChecklistWrap #loaderSection p {
    font-size: 18px;
    color: #14263A;
    margin: 0;
    font-weight: 400;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.autoChecklistWrap #loaderSection h3::after {
    content: '';
    display: block;
    width: 300px;
    height: 4px;
    margin: 20px auto;
    background: linear-gradient(90deg, transparent, #007bff, transparent);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}
@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.autoChecklistWrap #resultSection .checklistContent {
    background: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.autoChecklistWrap #resultSection .download-pdf {
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}

.autoChecklistWrap #resultSection .download-pdf button#downloadBtn {
    background: #4DC6F5;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.no-church {
    color: #ff4500;
    font-family: 'Bricolage Grotesque';
    font-size: 16px;
}
.g-recaptcha{
    margin: 30px 0;
    display: block;
}
.dtfh-floatingparent table.fixedHeader-floating {
    margin: 0 !important;
    background: #00AEF0 !important;
}
.dtfh-floatingparent table.fixedHeader-floating th{
    text-align: center;
    color: #fff;
    line-height: 2;
}
/*----------------------------------- Faith Modal -----------------------------------*/
#faithModal,#faithoptionModal {
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#faithModal .content-box,#faithoptionModal .content-box{
    background: #fff;
    width: 90%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    color: #14263A;
    max-height: calc(100vh - 20px);
}
#faithModal .content-box h2,#faithoptionModal .content-box h2{
    margin: 0;
    padding: 15px 30px;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 20px;
    font-family: 'Bricolage Grotesque';
}
#faithModal .content-box .info,#faithoptionModal .content-box form{
    max-height: 400px;
    overflow-y: auto; 
    background: #00AEF012;
    padding: 15px 30px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
}
#faithModal .content-box label {
    display: flex;
    align-items: center;
    margin: 0 !important;
    grid-gap: 10px;
}
#faithModal .content-box label input{
    margin: 0;
}
#faithModal .content-box .footer{
    padding: 15px 30px;
}
#faithModal .content-box .footer button,#faithoptionModal .content-box button {
    display: block;
    background: #00AEF0;
    color: #fff;
    border: unset;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 15px;
}
#faithModal .content-box .footer button#acceptFaithBtn:disabled {
  background-color: #ddd;
  color: #aaa;
  border: 1px solid #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}
#faithModal .content-box .success-box,#faithoptionModal .content-box .success-box{
    display:none; 
    padding: 15px 30px; 
    background-color: #e6ffe6; 
    color: #2e7d32; 
    border: 1px solid #c8e6c9;
    font-size: 16px;
}
#faithoptionModal .content-box .options label{
    font-weight: 500;
    font-size: 16px;
}
#faithoptionModal .content-box .options input[type="radio"] {
    display: none;
}
#faithoptionModal .content-box .options .custom-radio {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.6;
}
#faithoptionModal .content-box .options .custom-radio .radio-btn {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}
#faithoptionModal .content-box .options input[type="radio"]:checked + .radio-btn {
    background-color: #007bff;
    border-color: #007bff;
}
#faithoptionModal .content-box .options input[type="radio"]:checked + .radio-btn::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
}
#faithoptionModal .content-box .options .custom-radio:hover .radio-btn {
    border-color: #0056b3;
}
#faithoptionModal .content-box .options input[type="radio"]:focus + .radio-btn {
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}
#faithoptionModal .content-box .options input[type="radio"]:active + .radio-btn {
    background-color: #0056b3;
    border-color: #0056b3;
}
#tutorCodeModal .modal-header .inline,
#studentPrefModal .modal-header .inline,
#tutorw9TaxModal .modal-header .inline{
    display: flex;
    justify-content: space-between;
}
#tutorCodeModal .input-box label,
#studentPrefModal .input-box label,
#tutorw9TaxModal .input-box label{
    margin-bottom: 15px;
}
#tutorCodeModal .modal-body .content-box{
    height: 400px;
    overflow: scroll;
}
#tutorCodeModal .modal-body .content-box h2 {
    font-family: 'Bricolage Grotesque';
    font-size: 24px;
    margin: 0 0 10px 0;
}
#tutorCodeModal .modal-body .content-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}
#tutorCodeModal .modal-body .content-box ul li p {
    margin: 0;
}
#tutorCodeModal .modal-footer {
    background: #eee;
}
#tutorCodeModal .modal-footer form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#tutorCodeModal .modal-footer form label {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
#tutorCodeModal .modal-footer form label input{
    margin: 0;
}
#studentPrefModal .modal-body form label.custom-radio {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    font-weight: 400 !important;
    margin: 0 0 15px 0;
}
#studentPrefModal .modal-body form label.custom-radio input{
    width: unset !important;    
}
#faithDocModal .modal-header .inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#faithDocModal .modal-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}
/*----------------------------------- Welcome -----------------------------------*/
.revive-welcome-wrap .inline-left-right {
    display: flex;
    height: 100vh;
    overflow: hidden;
    justify-content: space-between;
}
.revive-welcome-wrap .inline-left-right .left-box {
    width: 45%;
    background: #fff;
    padding: 50px 25px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}
.revive-welcome-wrap .inline-left-right .left-box::-webkit-scrollbar {
    width: 1px;
}
.revive-welcome-wrap .inline-left-right .left-box::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.revive-welcome-wrap .inline-left-right .left-box::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.revive-welcome-wrap .inline-left-right .left-box::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}
.revive-welcome-wrap .inline-left-right .left-box h2 {
    margin: 0 0 20px 0;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Bricolage Grotesque';
}
.revive-welcome-wrap .inline-left-right .left-box .panel-group .panel:not(:last-child) {
    margin-bottom: 20px;
}
.revive-welcome-wrap .inline-left-right .left-box .panel-group .panel {
    border-radius: 0;
}
.revive-welcome-wrap .inline-left-right .left-box .panel-group .panel a{
    text-decoration: none;
}
.revive-welcome-wrap .inline-left-right .left-box .panel-group .panel .panel-heading {
    background: #ddd !important;
    border-radius: 0;
    cursor: pointer;
}
.revive-welcome-wrap .inline-left-right .left-box .panel-group .panel .panel-body {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}
.revive-welcome-wrap .inline-left-right .right-box {
    width: 55%;
    padding: 50px 25px;
    overflow-y: auto;
}
.revive-welcome-wrap .inline-left-right .right-box h1{
    margin: 0 0 50px 0;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Bricolage Grotesque';
}
.revive-welcome-wrap .inline-left-right .right-box h1 img{
    margin: 0 auto 20px;
}
.revive-welcome-wrap .inline-left-right .right-box .inline-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0 50px;
}
.revive-welcome-wrap .inline-left-right .right-box .inline-box .box a{
    text-decoration: none;
    padding: 20px;
    background: #00AEF0;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    transition: all .5s ease;
    border: 1px solid transparent;
}
.revive-welcome-wrap .inline-left-right .right-box .inline-box .box a:hover{
    background: #DAF5FF;
    color: #00AEF0;
    border: 1px solid #00AEF0;
}
.revive-welcome-wrap .inline-left-right .right-box .inline-box .box a:hover span.material-symbols-outlined{
    background: #00AEF0;
    color: #fff;
}
.revive-welcome-wrap .inline-left-right .right-box .inline-box .box a span.material-symbols-outlined{
    background: #BFEBFB;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 36px;
    margin: 0 auto 20px;
    color: #14263A;
}
.revive-welcome-wrap .inline-left-right .right-box .inline-box .box a span{
    display: block;
}
/*----------------------------------- Admin Login -----------------------------------*/
.admin-login-wrap {
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.email-verification-page .admin-login-wrap {
    height: 100%;
}
.admin-login-wrap#signup{
    height: unset;
    display: block;
    padding: 50px 0;
}
.admin-login-wrap .inner-section {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #14263A29;
    border-radius: 10px;
}
.admin-login-wrap .inner-section .verified,
.admin-login-wrap .inner-section .unverified{
    padding: 60px 30px;
    text-align: center;
}
.admin-login-wrap .inner-section .verified i.fa-check{
    height: 60px;
    width: 60px;
    border: 2px solid #228b22;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #228b22;
    font-size: 32px;
}
.admin-login-wrap .inner-section .unverified i.fa-times{
    height: 60px;
    width: 60px;
    border: 2px solid #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #ff0000;
    font-size: 32px;
}
.admin-login-wrap .inner-section .verified h2,
.admin-login-wrap .inner-section .unverified h2{
    margin: 30px 0 20px 0;
    color: #228b22;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.admin-login-wrap .inner-section .unverified h2{
    color: #ff0000;
}
.admin-login-wrap .inner-section .verified p
.admin-login-wrap .inner-section .unverified p{
    color: #14263A;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.admin-login-wrap .inner-section .verified a,
.admin-login-wrap .inner-section .unverified a{
    background: #00AEF0;
    padding: 15px 10px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border: unset;
    display: block;
    text-decoration: none;
    margin: 30px 0 0;
    border-radius: 5px;
}
.admin-login-wrap .inner-section .verified small{
    color: #6a5acd;
    font-size: 16px;
    margin: 15px 0 0 0;
    display: block;
    font-weight: 400;
}
.admin-login-wrap .top-bar,.inner-main-section .profile-section .my-profile{ 
    display: flex;
    justify-content: space-between;
    background: #BFEBFB;
    align-items: center;
    padding: 0 0 0 15px;
    border-radius: 10px;
}
.admin-login-wrap .top-bar .left-box,.inner-main-section .profile-section .my-profile .left-box{
    position: relative;
}
.admin-login-wrap .top-bar .left-box .text,.inner-main-section .profile-section .my-profile .left-box .text{
    color: #14263A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Bricolage Grotesque';
}
.admin-login-wrap .top-bar .left-box .text span,.inner-main-section .profile-section .my-profile .left-box .text span{
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.admin-login-wrap .top-bar .left-box .text span{
    font-size: 16px;
}
.admin-login-wrap .top-bar .left-box .text span{
    font-size: 14px;
}
.admin-login-wrap .top-bar .left-box .logo{
    position: absolute;
    height: 90px;
    width: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    bottom: -80px;
    border: 2px solid #00000003;
}
.inner-main-section .profile-section .my-profile .left-box .logo img{
    position: absolute;
    height: 90px;
    width: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    bottom: -80px;
    border: 2px solid #00000003;
}
.admin-login-wrap .top-bar .right-box img,.inner-main-section .profile-section .my-profile .right-box img{
    height: 130px;
}
.admin-login-wrap .login-signup-box,
.admin-login-wrap form#resetpassform,
.admin-login-wrap form#updatepassform{
    padding: 60px 30px 50px;
}
.admin-login-wrap form .input-box{
    margin-bottom: 40px;
    position: relative;
}
.admin-login-wrap form label{
    font-size: 16px;
    color: #14263A;
    font-weight: 500;
}
.admin-login-wrap form label span{
    color: red;
}
.admin-login-wrap form input,.admin-login-wrap form select{
    background: #fff;
    font-size: 16px;
    color: #14263A;
    border: 1px solid #14263A29;
    box-shadow: unset;
    padding: 15px;
    height: unset;
    line-height: 1;
    border-radius: 5px;
    font-weight: 400;
}
.admin-login-wrap form input::placeholder{
    text-transform: capitalize;
    color: #14263A66;
}
.admin-login-wrap form .input-box .group,.revive-main-wrap form .input-box .group{
    display: flex;
    align-items: center;
    position: relative;
}
.admin-login-wrap form .input-box .group i,.revive-main-wrap form .input-box .group i{
    position: absolute;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
}
.admin-login-wrap form .input-box .group .error,.revive-main-wrap form .input-box .group .error{
    bottom:  -30px;
}
.admin-login-wrap form input.login-btn{
    background: #00AEF0;
    padding: 15px 10px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border: unset;
    cursor: pointer;
}
.admin-login-wrap form div#message-box,.admin-login-wrap form div#signup-message-box{
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: capitalize;
}
.admin-login-wrap form div#message-box.success,.admin-login-wrap form div#signup-message-box.success {
    color: #008000;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(204, 255, 204, .9);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    grid-gap: 10px;
    flex-direction: column;
}
.admin-login-wrap form div#signup-message-box.success em {
    font-size: 16px;
    font-style: normal;
    color: #483d8b;
    font-family: 'Bricolage Grotesque';
    display: block;
}
.admin-login-wrap form div#message-box.success .loader-emoji,.admin-login-wrap form div#signup-message-box.success .loader-emoji{
    display: inline-block;
    animation: flip 1.5s infinite ease-in-out;
    transform-origin: center;
    font-size: 30px;
}
@keyframes flip {
    0%   { transform: rotateX(0deg); }
    45%  { transform: rotateX(180deg); }
    55%  { transform: rotateX(180deg); }
    100% { transform: rotateX(360deg); }
}
.admin-login-wrap form div#message-box.error,
.admin-login-wrap form div#signup-message-box.error{
    background: #ffcccc;
    color: #ff0000;
}
.admin-login-wrap form .input-box label.error{
    color: #cd5c5c;
    font-size: 14px;
    margin: 10px 0 0 0; 
    text-transform: capitalize;
    position: absolute;
}
.admin-login-wrap form .input-box #email-error{
    text-transform: capitalize;   
}
.admin-login-wrap form .forgot-pass a {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 30px;
    color: #14263AC9;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.admin-login-wrap form .forgot-pass a:hover {
    color: #00AEF0;
}
.admin-login-wrap .footer-section{
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 16px;
}
.admin-login-wrap .footer-section a{
    color: #00AEF0;
    text-decoration: none;
}
.admin-login-wrap #signupform input.login-btn:disabled{
    cursor: no-drop;
    background: #ccc;
}
nav.revive-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 12px 0;
    background: #14263A;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
nav.revive-navbar .navbar-header .inline a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}
nav.revive-navbar .logo {
    height: 46px;
    width: 120px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.revive-navbar .logo img {
    max-width: 100%;
    max-height: 100%;
}
nav.revive-navbar .role-text {
    background: #00AEF0;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
nav.revive-navbar ul.navbar-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
nav.revive-navbar ul li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Bricolage Grotesque';
    border-radius: 6px;
    transition: all 0.25s ease;
}
nav.revive-navbar ul li a:hover {
    background: rgba(255,255,255,0.08);
    color: #00AEF0;
}
nav.revive-navbar ul li a .material-symbols-outlined {
    font-size: 20px;
    line-height: 1;
}
nav.revive-navbar .user-dropdown > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 8px;
}
nav.revive-navbar .menu-profile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
nav.revive-navbar .user-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
nav.revive-navbar .dropdown-caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 4px;
    opacity: 0.8;
    transition: 0.3s;
}
nav.revive-navbar .open .dropdown-caret {
    transform: rotate(180deg);
}
nav.revive-navbar .dropdown-menu {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    min-width: 180px;
}
nav.revive-navbar .dropdown-menu li a {
    color: #333 !important;
    font-size: 16px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
nav.revive-navbar .dropdown-menu li a:hover {
    background: #f5f7fa;
    color: #00AEF0 !important;
}
ul#main-menu li a{
    color:#14263A;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 30px 20px;
}
ul#main-menu li a b{
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-weight: 300;
    display: flex;
    height: 20px;
    width: 20px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
ul#main-menu li:first-child a{
    padding: 30px 20px 30px 0 !important;   
}
ul#main-menu li:last-child a{
    padding: 30px 0 30px 20px !important;   
}
ul#main-menu li:not(:last-child) a{
    border-right: 1px solid #ccc;   
}
nav.revive-navbar ul li:hover a{
    color:#fff;
    background: unset;
}
ul#main-menu li:hover a,ul#main-menu li a.active{
    color:#00AEF0;
    background: unset;
}
nav.revive-navbar ul li a:focus,ul#main-menu li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.revive-navbar .navbar-collapse{
    padding: 0;
    height: 50px !important;
    display: flex !important;
    align-items: center;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.revive-navbar ul.dropdown-menu,.inner-main-menu ul#main-menu ul.dropdown-menu{
    left: 0 !important;
    background: #eee;
    border: unset;
    top: 45px;
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.5);
}
.inner-main-menu ul#main-menu ul.dropdown-menu{
    background: #14263A;
    top: 60px;
}
nav.revive-navbar ul.dropdown-menu li a,.inner-main-menu ul#main-menu ul.dropdown-menu li a{
    font-size: 16px;
    padding: 8px 20px !important;
    color: #1A1A2E !important;
    border: unset;
    background: unset;
    font-weight: 400;
}
.inner-main-menu ul#main-menu ul.dropdown-menu li a{
    color: #fff !important;
}
nav.revive-navbar ul.dropdown-menu li:hover a,
.inner-main-menu ul#main-menu ul.dropdown-menu li:hover a{
    color: #00AEF0 !important;
}
nav.revive-navbar ul.dropdown-menu li a:focus,
.inner-main-menu ul#main-menu ul.dropdown-menu li a:focus{
    color: #00AEF0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
nav.revive-navbar ul li.dropdown a.dropdown-toggle,
.inner-main-menu ul#main-menu li.dropdown a.dropdown-toggle{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
nav.revive-navbar ul li img.menu-profile-pic{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.inner-main-menu ul#main-menu li.dropdown a.dropdown-toggle span.material-symbols-outlined{
    background: unset;
    animation: unset;
    height: unset;
    width: fit-content;
    margin: unset;
}
.inner-main-menu{
    background: #fff;
    box-shadow: 2px 3px 5px #ddd;
}
.revive-main-wrap .bv-alert-box .alert{
    margin: 15px 0 0 0 !important;
    font-size: 16px;
}
.revive-main-wrap .bv-alert-box .alert a{
    opacity: .8;
}
.revive-main-wrap .bv-alert-box .alert a.verify-link{
    text-decoration: none;
    background: #ffd700;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.revive-main-wrap{
    position: relative;
}
.revive-main-wrap .bv-alert-box.overlay-mode{
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 9999;
}
.revive-main-wrap .bv-alert-box.overlay-mode .alert{
    margin: 50px 0 0 0 !important;
}
/*----------------------------------- Dashboard -----------------------------------*/
.revive-main-wrap .breadcrumb-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    font-family: 'Bricolage Grotesque';
}
.revive-main-wrap .breadcrumb-section h1{
    margin: 0;
    color: #14263A;
    font-size: 26px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.revive-main-wrap .breadcrumb-section h1 small {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.revive-main-wrap .breadcrumb-section h1 small a{
    color: #00AEF0;
    text-decoration: underline;
    font-weight: 600;
}
.revive-main-wrap .breadcrumb-section h1 img{
    height: 40px;
}
.revive-main-wrap .breadcrumb-section ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-gap: 5px;
}
.revive-main-wrap .breadcrumb-section ul li {
    color: #14263A80;
    font-size: 16px;
}
.revive-main-wrap .breadcrumb-section ul li a{
    color: #545A6D;
    text-decoration: none;
}
.revive-main-wrap .breadcrumb-section ul li:hover a{
    color: #00AEF0;
}
.revive-main-wrap .inner-main-section{
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px 0 !important;
}
.revive-main-wrap .inner-main-section .profile-section{
    width: 35%;
    border-radius: 10px;
}
.revive-main-wrap .inner-main-section .quick-numbers-section,
.revive-main-wrap .inner-main-section .profile-right-section,
.revive-main-wrap .inner-main-section .cites-info{
    width: 60%;
}
.revive-main-wrap .inner-main-section .cites-info{
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
.revive-main-wrap .inner-main-section .cites-info ul{
    padding: 0 20px;
    margin: 0;
}
.revive-main-wrap .inner-main-section .cites-info ul li {
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
}
.revive-main-wrap .inner-main-section .cites-info ul li:not(:last-child) {
    margin-bottom: 15px;
}
.revive-main-wrap .inner-main-section .cites-info ul li b {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #00AEF0;
}
.revive-main-wrap .inner-main-section .cites-info ul li i{
    display: block;
    color: #ff4500;
    margin-top: 5px;
}
.revive-main-wrap .inner-main-section .quick-numbers-section h2,
.revive-main-wrap .inner-content-section h2{
    color: #14263A;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .inline{
    display: grid;
    grid-gap: 30px;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 15px;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box h3{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box .number-inline{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box .number-inline .img{
    height: 50px;
    width: 50px;
    background: #00AEF0;
    border-radius: 50%;
    margin-right: 15px;
    padding: 10px;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box .number-inline .img img{
    max-width: 100%;
    max-height: 100%;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box .number-inline span{
    font-weight: 700;
    font-size: 28px;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box a{
    border: 1px solid #4DC6F5;
    padding: 10px 30px;
    color: #4DC6F5;
    font-size: 16px;
    display: block;
    width: fit-content;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    margin: 25px 0 0 0;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box a:hover{
    background: #4DC6F5;
    color: #fff;
}
.revive-main-wrap .inner-main-section .quick-numbers-section .box a i {
    transform: rotate(-45deg);
    margin-left: 5px;
}
/*====================================================
QUICK INFO SECTION
====================================================*/
.student-attendance-page .revive-main-wrap .inner-main-section{
    display: unset;
}
.revive-main-wrap .inner-main-section .quick-info-section{

    display:flex;
    gap:24px;
    margin:25px 0;
    align-items:stretch;

}

.revive-main-wrap .inner-main-section .quick-info-section .box{

    flex:1;
    background:#FFFFFF;
    border:1px solid #E8EEF5;
    border-radius:18px;
    overflow:hidden;
    transition:all .25s ease;
    box-shadow:0 8px 28px rgba(15,23,42,.05);

}

.revive-main-wrap .inner-main-section .quick-info-section .box:hover{

    transform:translateY(-4px);
    border-color:#D5E6F5;
    box-shadow:0 18px 45px rgba(15,23,42,.10);

}

/*====================================================
HEADER
====================================================*/

.revive-main-wrap .inner-main-section .quick-info-section .main-head{

    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 20px;
    border-bottom:1px solid #EEF3F8;
    background:#FAFCFE;

}

.revive-main-wrap .inner-main-section .quick-info-section .main-head .icon{

    width:48px;
    height:48px;
    border-radius:14px;
    background:#00AEF0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;

}

.revive-main-wrap .inner-main-section .quick-info-section .main-head .icon .material-symbols-outlined{

    color:#FFFFFF;
    font-size:24px;

}

.revive-main-wrap .inner-main-section .quick-info-section .main-head .head-content{

    flex:1;

}

.revive-main-wrap .inner-main-section .quick-info-section .main-head h3{

    margin:0;
    color:#14263A;
    font-size:18px;
    font-weight:700;
    font-family:'Bricolage Grotesque',sans-serif;

}

.revive-main-wrap .inner-main-section .quick-info-section .main-head p{

    margin:3px 0 0;
    color:#667085;
    font-size:13px;

}

/*====================================================
PROFILE
====================================================*/

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap{

    display:flex;
    align-items:center;
    gap:16px;
    padding:20px;

}

.revive-main-wrap .inner-main-section .quick-info-section .profile-pic{

    width:72px;
    height:72px;
    border-radius:18px;
    overflow:hidden;
    border:3px solid #F3F7FB;
    flex-shrink:0;
    background:#F8FAFC;

}

.revive-main-wrap .inner-main-section .quick-info-section .profile-pic img{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

}

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap .content{

    flex:1;
    min-width:0;

}

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap .title{

    color:#14263A;
    font-size:20px;
    font-weight:700;
    font-family:'Bricolage Grotesque',sans-serif;
    line-height:1.3;
    margin-bottom:4px;

}

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap .sub-title{

    color:#00AEF0;
    font-size:14px;
    font-weight:600;

}
/*====================================================
INFO LIST
====================================================*/

.revive-main-wrap .inner-main-section .quick-info-section .info-list{

    padding:0 20px 20px;

}

.revive-main-wrap .inner-main-section .quick-info-section .info-item{

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:14px 0;
    border-top:1px solid #EEF3F8;

}

.revive-main-wrap .inner-main-section .quick-info-section .info-item:first-child{

    border-top:0;

}

.revive-main-wrap .inner-main-section .quick-info-section .info-item.full{

    display:block;

}

.revive-main-wrap .inner-main-section .quick-info-section .info-item label{

    margin:0;
    color:#98A2B3;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.7px;

}

.revive-main-wrap .inner-main-section .quick-info-section .info-item span{

    color:#14263A;
    font-size:14px;
    font-weight:600;
    text-align:right;
    line-height:1.5;

}

.revive-main-wrap .inner-main-section .quick-info-section .info-item.full span{

    display:block;
    text-align:left;
    margin-top:8px;
    color:#344054;

}

/*====================================================
BADGE
====================================================*/

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap .sub-title{

    display:inline-flex;
    align-items:center;
    height:30px;
    padding:0 12px;
    background:#EAF8FD;
    border-radius:30px;
    color:#00AEF0;
    font-size:12px;
    font-weight:700;
    letter-spacing:.3px;

}

/*====================================================
CONTENT
====================================================*/

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap .content{

    display:flex;
    flex-direction:column;
    justify-content:center;

}

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap .title{

    word-break:break-word;

}

.revive-main-wrap .inner-main-section .quick-info-section .profile-wrap .sub-title{

    margin-top:8px;
    width:max-content;

}

/*====================================================
SMOOTH EFFECTS
====================================================*/

.revive-main-wrap .inner-main-section .quick-info-section .box,
.revive-main-wrap .inner-main-section .quick-info-section .profile-pic,
.revive-main-wrap .inner-main-section .quick-info-section .main-head,
.revive-main-wrap .inner-main-section .quick-info-section .icon{

    transition:all .25s ease;

}

.revive-main-wrap .inner-main-section .quick-info-section .box:hover .profile-pic{

    transform:scale(1.05);

}

.revive-main-wrap .inner-main-section .quick-info-section .box:hover .icon{

    transform:rotate(-8deg);

}
.revive-main-wrap .inner-main-section,.revive-main-wrap .inner-content-section .box-wrap{
    padding: 0 0 80px 0;
}
.revive-main-wrap .inner-content-section .box-wrap .head-bar-inline h2{
    display: flex;
    grid-gap: 20px;
    align-items: center;
}
.revive-main-wrap .inner-content-section .box-wrap .head-bar-inline h2 small{
    background: #ed143d;
    color: #fff;
    font-family: 'Bricolage Grotesque';
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.revive-main-wrap .inner-content-section .box-wrap table td span.duedate {
    color: #ff0000;
    background: #ffcccc;
    padding: 8px;
    border-radius: 5px;
    display: block;
}
.revive-main-wrap .inner-content-section .box-wrap table td span.paymentdue {
    font-weight: 700;
    background: #d5e8ca;
    color: #5b8e3e;
    padding: 8px;
    border-radius: 5px;
    display: block;
}
.revive-main-wrap .inner-content-section .box-wrap table td a.all-tutor-payments{
    display: block;
    text-decoration: underline;
    color: #0000cd;
    margin: 8px 0 0 0;
    font-style: italic;
}
.revive-main-wrap .inner-content-section .box-wrap table td a.paid-tutor-button{
    pointer-events: none;
    background: #2e8b57;
}
.revive-main-wrap .inner-content-section .box-wrap table td a.paid-tutor-button small{
    background: unset !important;
    color: #ffd700 !important;
    padding: unset !important;
    border: unset !important;
}
.revive-main-wrap .inner-main-section .result-find-section .city-search,
.revive-main-wrap .inner-main-section .result-find-section .results-section,
.revive-main-wrap .inner-content-section .box-wrap .results-section{
    background: #fff;
    padding: 20px;
    border: 1px solid #B1B5BA4A;
    margin-bottom: 30px;
}
.revive-main-wrap .inner-main-section .result-find-section .city-search .input-box{
    display: flex;
    align-items: center;
}
.revive-main-wrap .inner-main-section .result-find-section .city-search .input-box label{
    color: #14263A;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    flex-basis: 20%;
}
.revive-main-wrap .inner-main-section .result-find-section .city-search .input-box input{
    font-size: 16px;
    color: #14263A;
    border: 1px solid #999;
    box-shadow: unset;
    padding: 15px;
    height: unset;
    line-height: 1;
    border-radius: 0;
    font-weight: 400;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section,
.revive-main-wrap .inner-content-section .box-wrap .results-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box{
    background: #00AEF012;
    padding: 20px;
    border: 1px solid #B1B5BA33;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .top-box,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .top-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .top-box img,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .top-box img{
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .top-box h4,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .top-box h4 {
    margin: 0 0 0 15px;
    color: #14263A;
    font-size: 18px;
    font-weight: 600;
    width: 80%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .top-box h4 a,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .top-box h4 a{
    display: block;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #4DC6F5;
    text-decoration: none;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .top-box .rating-data{
    width: 50%;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .top-box .rating-data .stars i{
    font-size: 12px;
    color: #ffa500;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-box,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .bottom-box{
    margin: 15px 0 0 0;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-box .label-text-inline,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .bottom-box .label-text-inline{
    color: #14263A66;
    font-size: 14px;
    margin-bottom: 10px;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-box .label-text,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .bottom-box .label-text {
    color: #14263A;
    font-size: 14px;
    margin-bottom: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-box .label-text b,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .bottom-box .label-text b{
    color: #14263A66;
    font-weight: 500;
    display: block;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .no-rooms-box,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .no-rooms-box{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .no-rooms-box b,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .no-rooms-box b{
    margin-right: 5px;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .no-rooms-box.ra,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .no-rooms-box.ra{
    color: #008000;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .no-rooms-box.rna,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .no-rooms-box.rna{
    color: #ff0000;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .inline-room-tutor,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .inline-room-tutor{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .inline-room-tutor .no-tutor-box a,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .inline-room-tutor .no-tutor-box a{
    background: #00AEF0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-family: 'Bricolage Grotesque';
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
}
ul#main-menu li a{
    display: flex;
    align-items: center;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .no-rooms-box span,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .no-rooms-box span,
ul#main-menu li a span,.admin-inner-main-section .quick-numbers-box .box .number sup {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    position: relative;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .no-rooms-box.ra span,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .no-rooms-box.ra span,
ul#main-menu li a span,.admin-inner-main-section .quick-numbers-box .box .number sup {
    background: #008000;
    animation: rablink-shadow 1.5s infinite ease-in-out;
}
@keyframes rablink-shadow {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 5px 2px rgba(0, 128, 0, 0.8);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px 5px rgba(0, 128, 0, 0.5);
        transform: scale(1.1);
    }
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .no-rooms-box.rna span,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box .no-rooms-box.rna span{
    background: #ff0000;
    animation: rnablink-shadow 1.5s infinite ease-in-out;
}
@keyframes rnablink-shadow {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.8);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px 5px rgba(255, 0, 0, 0.5);
        transform: scale(1.1);
    }
}
/*.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    grid-gap: 20px;
}*/
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline a{
    display: flex;
    background: #00AEF0;
    padding: 10px 15px !important;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin-bottom: 15px;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .inline-btns{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .inline-btns a.delete-child{
    background: #ff3333;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline a.manage-btn {
    background: #14263A !important;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline small.red-message {
    display: block;
    font-size: 15px;
    color: #ff0000;
    text-align: center;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info {
    background: #fff7cc;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #999;
    margin: 10px 0;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span{
    font-family: 'Bricolage Grotesque';
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span small {
    font-size: 12px;
    font-family: 'Outfit';
    font-weight: 500;
    color: #444;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span.status-approved{
    color: #008000;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span.status-pending{
    color: #ff4500;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span.status-accepted {
    color: #daa520;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span.status-rejected {
    color: #d32f2f;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span.status-cancel {
    color: #808080;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .tutor-info span.status-other {
    color: #999999;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box a.view-church,
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box a.view-tutor,
.revive-main-wrap .inner-main-section .result-find-section .about-tutor a.hire-tutor,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box a.view-tutor,
.revive-main-wrap .inner-content-section .box-wrap .results-section .result-box a.view-church{
    background: #fff;
    padding: 12px 20px;
    color: #00AEF0;
    font-size: 16px;
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #00AEF0;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline.book-room-sec{
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    margin-top: 20px;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline.book-room-sec a{
    margin: 0;
    flex: 1;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline.book-room-sec a.disabled-link {
    background: #ccc !important;
    opacity: .8;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline a.view-room{
    background: #00AEF0;
    color: #fff;
    cursor: pointer;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline a.disabled-link,
.revive-main-wrap .inner-main-section .profile-section .my-profile-data a.disabled-link{
    /* pointer-events: none; */
    color: #808080;
    text-decoration: none;
    cursor: no-drop;
    border-color: #808080;
    background: #ccc !important;
    opacity: .8;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline button.view-child-tutor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: unset;
    border: unset;
    color: #006400;
    font-size: 15px;
    font-family: 'Bricolage Grotesque';
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline .view-child-tutor .material-symbols-outlined {
    animation: arrowBounce 1.2s ease-in-out infinite;
    opacity: 0.8;
}
@keyframes arrowBounce {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.6;
    }
    50% {
        transform: translateY(4px);
        opacity: 1;
    }
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box p.bv-viewc-pending{
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #666;
    color: #666;
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box#find{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box#find img{
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    height: 80px;
    border: 1px solid #4DC6F5;
    object-fit: contain;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box#find h3{
    color: #14263A;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .result-box#find a{
    text-decoration: none;
    display: block;
    padding: 8px 30px;
    background: #00AEF0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
}
.revive-main-wrap .inner-main-section .result-find-section h2.head-title{
    color: #14263A;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.revive-main-wrap .inner-main-section .result-find-section h2.head-title b{
    color: #00AEF0;
}
.revive-main-wrap .inner-main-section#full-width{
    display: block;
}
.revive-main-wrap .inner-main-section#full-width .result-find-section{
    width: 100%;
}
.revive-main-wrap .inner-main-section#full-width .result-find-section #selected-city {
    margin: 20px 0;
    background: #d9f2d9;
    padding: 5px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #339933;
}
.revive-main-wrap .inner-main-section#full-width .result-find-section #city-label {
    font-size: 16px;
    margin-right: 10px;
}
.revive-main-wrap .inner-main-section#full-width .result-find-section .remove-city {
    font-size: 20px;
    color: #ff0000;
    cursor: pointer;
}
.revive-main-wrap .inner-main-section#full-width form#addstudentData label#email-error,
.revive-main-wrap .inner-main-section#full-width form#updatestudentData label#email-error{
    position: unset;
}
.revive-main-wrap .inner-main-section#full-width form#addstudentData p.help-block,
.revive-main-wrap .inner-main-section#full-width form#updatestudentData p.help-block{
    margin: 5px;
    color: #00AEF0;
    font-weight: 400;
    font-style: italic;
}
.revive-main-wrap .inner-main-section#full-width form#addstudentData small,
.revive-main-wrap .inner-main-section#full-width form#updatestudentData small{
    font-weight: 400;
    font-size: 16px;
    display: unset;;
}
.revive-main-wrap .inner-main-section#full-width form#addstudentData .checkbox label,
.revive-main-wrap .inner-main-section#full-width form#updatestudentData .checkbox label{
    font-family: 'Outfit';
    font-weight: 600;
    color: #556b2f;
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .result-find-section .results-section .no-result{
    font-size: 18px;
    text-transform: capitalize;
    display: block;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row{
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row .timing-day {
    flex: 1;
    border: 1px solid #14263A29;
    padding: 15px;
    border-radius: 5px;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row .timing-day .toggle-container {
    margin-bottom: 15px;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row .timing-day .toggle-container label.radio-label{
    margin: 0;
    font-weight: 500;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row .timing-day .timing-inputs input{
    margin-bottom: 10px;
    padding: 8px 10px;
    border:  1px solid #999;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row .timing-day .timing-inputs input:disabled {
    background: #ccc;
    cursor: no-drop;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row .timing-day .timing-inputs label{
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #cd5c5c;
}
.revive-main-wrap .inner-main-section .result-find-section .timing-row .timing-day .timing-inputs label:first-child{
    color: #228b22;
}
/*----------------------------------- Dashboard Forms -----------------------------------*/
.revive-main-wrap .inner-main-section .result-find-section ul.nav,
.admin-login-wrap .inner-section ul.nav{
    border: unset;
    margin-bottom: 30px;
}
.revive-main-wrap .inner-content-section ul.nav{
    border: unset;
    margin-bottom: 0px;
}
.revive-main-wrap .inner-main-section .result-find-section ul.nav li:not(:last-child),
.revive-main-wrap .inner-content-section ul.nav li:not(:last-child),
.admin-login-wrap .inner-section ul.nav li:not(:last-child){
    margin-right: 5px;
}
.revive-main-wrap .inner-main-section .result-find-section ul.nav li,
.revive-main-wrap .inner-content-section ul.nav li,
.admin-login-wrap .inner-section ul.nav li{
    width: fit-content;
    text-align: center;
}
.revive-main-wrap .inner-main-section .result-find-section ul.nav li.active a,
.revive-main-wrap .inner-content-section ul.nav li.active a,
.admin-login-wrap .inner-section ul.nav li.active a{
    background: #00AEF0;
    color: #fff;
    opacity: 1;
    border: 2px solid transparent;
}
.revive-main-wrap .inner-main-section .result-find-section ul.nav li a,
.revive-main-wrap .inner-content-section ul.nav li a,
.admin-login-wrap .inner-section ul.nav li a{
    border: 2px solid #14263A;
    border-radius: 0;
    margin-right: 15px;
    background: transparent;
    font-size: 18px;
    color: #14263A;
    border-radius: 10px;
    padding: 12px 30px;
    line-height: 1;
    opacity: .7;
}
.revive-main-wrap .inner-main-section .result-find-section ul.nav li:hover:not(.active) a,
.admin-login-wrap .inner-section ul.nav li:hover:not(.active) a{
    background: #14263A;
    color: #fff;
    border: 2px solid #14263A;
    opacity: 1;
}
.admin-login-wrap .inner-section ul.nav li a{
    border-radius: 10px !important;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap:not(#tutorbvform){
    background: #00AEF012;
    border: 1px solid #B1B5BA4A;
    padding: 20px;
    position: relative;
}
.revive-main-wrap .inner-main-section .result-find-section form#tutorbvform .checkbox-field label{
    font-weight: 500;
    color: #0000ff;
    display: flex;
    align-items: flex-start;
    grid-gap: 15px;
    margin: 0;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap .field-box,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box{
    display: inline-block;
    width: 100%;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap .input-box label.error,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .input-box label.error {
    color: red;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px;
    left: 0;
    text-align: left;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .input-box label#skill-input-error {
    bottom: -35px;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap .input-box,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .input-box{
    margin-bottom: 40px;
    position: relative;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap label,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap label{
    font-size: 15px;
    color: #222;
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap label span,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap label span {
    color: #ff0000;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap label small {
    display: block;
    color: #ff4500;
    margin: 5px 0 10px 0;
    font-weight: 500;
    font-size: 13px;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap input,
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap select,
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap textarea,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap input,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap select,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap textarea{
    background: #fff;
    font-size: 16px;
    color: #14263A;
    border: 1px solid #999;
    box-shadow: unset;
    padding: 15px;
    height: unset;
    border-radius: 5px;
    font-weight: 400;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap select{
    padding: 14px 15px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap input{
    line-height: 1;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap select{
    height: unset;
    width: 100%;
    padding: 15px;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap input[type="text"]{
    height: 52px;
}
.revive-main-wrap .inner-main-section .profile-right-section form#updatechurchprofile input[type="text"]{
    height: unset;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .btn-right{
    display: flex;
    justify-content: end;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap button.default-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap button.default-btn{
    background: #14263A;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    display: block;
    width: fit-content;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
    border: unset;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap button.default-btn:hover,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap button.default-btn:hover{
    background: #4DC6F5;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap .success-msg,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .success-msg,
.modal .success-msg,
.revive-main-wrap .inner-main-section .tab-content .success-msg{
    background: #dff0d8;
    color: #3c763d;
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .tab-content .success-msg{
    margin-bottom: 20px;
}
.revive-main-wrap .inner-main-section .tab-content .success-msg.reject{
    color: #cd5c5c;
    background: #f3d8d8;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap .success-msg i,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .success-msg i,
.modal .success-msg i,
.revive-main-wrap .inner-main-section .tab-content .success-msg i{
    margin-right: 10px;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap .exist-msg{
    color: #ff0000;
    display: block;
    margin: 10px 0;
    font-size: 16px;
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap button.default-btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
.admin-page form.form-box-wrap .field-box{
    position: relative;
    display: inline-block;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap #loading,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-room,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-education,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-workexp,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-tutoringexp,
.admin-page form.form-box-wrap #bypass-loading,
.admin-login-wrap .login-signup-box form #loading-login,
.admin-login-wrap .login-signup-box form #loading-register{
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding: 30px 15px 0 15px;
    border-radius: 20px;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-login-wrap .login-signup-box form .admin-form{
    position: relative;
}
.revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap #loading img,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading img,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-room img,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-education img,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-workexp img,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #loading-tutoringexp img,
.admin-page form.form-box-wrap #bypass-loading img,
.admin-login-wrap .login-signup-box form #loading-login img,
.admin-login-wrap .login-signup-box form #loading-register img{
    width: 100px;
}

.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addeducation-wrap,
.revive-admin-page .revive-main-wrap form.form-box-wrap .document-list .doc-row{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addworkexp-wrap,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addtutoringexp-wrap{
    margin-bottom: 30px;
}
.revive-admin-page .revive-main-wrap form.form-box-wrap .document-list .doc-row{
    justify-content: space-between;
    grid-gap: 20px;
}
.revive-admin-page .revive-main-wrap form.form-box-wrap .input-box{
    flex: 1;
}
.revive-admin-page .revive-main-wrap form.form-box-wrap .input-box input{
    width: 100%;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap .remove-room-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addeducation-wrap .remove-education-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addworkexp-wrap .remove-workexp-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addtutoringexp-wrap .remove-tutoringexp-btn,
.revive-admin-page .revive-main-wrap form.form-box-wrap .document-list .doc-row .remove-doc-row{
    border: 1px solid #ff0000;
    text-align: center;
    color: #ff0000;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: -8px;
    transition: all .5s ease;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addworkexp-wrap .remove-workexp-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addtutoringexp-wrap .remove-tutoringexp-btn{
    width: fit-content;
    float: right;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap .remove-room-btn:hover,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addeducation-wrap .remove-education-btn:hover,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addworkexp-wrap .remove-workexp-btn:hover,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addtutoringexp-wrap .remove-tutoringexp-btn:hover,
.revive-admin-page .revive-main-wrap form.form-box-wrap .document-list .doc-row .remove-doc-row:hover{
    background: #ff0000;
    color: #fff;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #add-room-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #add-education-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #add-workexp-btn,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap #add-tutoringexp-btn,
.revive-admin-page .revive-main-wrap form.form-box-wrap .add-doc-row{
    border: 1px solid #4DC6F5;
    width: fit-content;
    padding: 15px 30px;
    line-height: 1;
    color: #4DC6F5;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addeducation-wrap .input-box .inline,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addworkexp-wrap .input-box .inline{
    grid-gap: 10px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .newblock,
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .newblockworkexp{
    background: #fff;
    border-radius: 10px;
    margin: 30px 0;
    padding: 30px 10px 10px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .newblockworkexp{
    display: inline-block;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 15px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .fbox{
    width: 70%;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .sbox{
    width: 28%;
    text-align: center;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .sbox label{
    width: 100%;
    margin-bottom: 15px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .sbox .profile-pic-wrap {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ccc;
    text-align: center;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .sbox .profile-pic-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .sbox .profile-pic-wrap .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 300px;
    width: 300px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .sbox .profile-pic-wrap:hover {
    border-color: #00AEF0;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .field-box .inline .sbox .remove-btn {
    display: none;
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    width: 200px;
    background: unset;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .input-box small.bv-name-info {
    margin: 5px 0 10px 0;
    display: block;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .input-box small.bv-name-info span {
    display: block;
    position: relative;
    font-family: 'Outfit';
    font-weight: 500;
    color: #0000ff;
    font-style: italic;
    padding-left: 20px;
    margin-bottom: 5px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .input-box small.bv-name-info span:before {
    content: '\f059';
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    font-size: 14px;
}
.revive-main-wrap .inner-main-section .result-find-section form#updatetutorprofile .field-box{
    margin-bottom: 30px;
}
.revive-main-wrap .inner-main-section .quick-numbers-section #assignments-creation .box{
    background: #f5f5dc;
}
.revive-main-wrap .inner-main-section .quick-numbers-section #assignments-creation .box h3 span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ed143d;
    margin: 0 0 3px 0;
}
.revive-main-wrap .inner-main-section .quick-numbers-section #assignments-creation .box .number-inline{
    margin: 20px 0 0 0;
}
.revive-main-wrap .inner-main-section .quick-numbers-section #assignments-creation .box .number-inline span b{
    display: block;
    font-size: 12px;
    background: #ffd700;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap small.room-days{
    display: flex;
    grid-gap: 10px;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap small.room-days .badge-day{
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    background: #228b22;
    font-weight: 400;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap small.room-days .badge-day.off {
    background: #999;
    cursor: no-drop;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap.booked{
    flex-wrap: wrap;
    border: 2px solid #008000;
    border-radius: 20px;
    background: #ccffcc;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap.booked .reserved-room-info{
    flex: 0 0 100%;
    background: #90ee90;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 30px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap.booked .reserved-room-info .single-booking {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 5px 0;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap.booked .reserved-room-info .single-booking:not(:last-child) {
    border-bottom: 1px solid #228b22;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap.booked .reserved-room-info .single-booking small {
    font-size: 13px;
    background: #ffdab9;
    padding: 5px 15px;
    border-radius: 5px;
}
.revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap.booked .reserved-room-info .single-booking small em{
    color: #8b0000;
}
/*----------------------------------- Datatable CSS -----------------------------------*/
.revive-main-wrap table.dataTable{
    margin: 20px 0 50px 0 !important;
    background: #fff;
    padding: 20px;
    border: 1px solid #B1B5BA4A;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.revive-main-wrap table.dataTable th {
    border: unset !important;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    color: #14263A;
    font-weight: 600;
    vertical-align: middle !important;
}
.revive-main-wrap table.dataTable tbody tr.odd {
    background: #e6f8ff;
}
.revive-main-wrap table.dataTable tbody tr.even {
    background: #ffffe6;
}
.revive-main-wrap table.dataTable tbody tr td b{
    display: block;
}
.revive-main-wrap table.dataTable tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.revive-main-wrap table.dataTable tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.revive-main-wrap table.dataTable td {
    padding: 15px !important;
    color: #14263A;
    font-size: 15px;
    border: unset !important;
    vertical-align: middle !important;
    text-align: center;
}
.revive-main-wrap table.dataTable td .inline-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 90%;
    margin: 0 auto;
    flex-wrap: nowrap;
}
.revive-main-wrap table.dataTable td .inline-flex img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border: 1px solid #14263A;
    border-radius: 50%;
    flex: 0 0 60px;
}
.revive-main-wrap table.dataTable td .inline-flex .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-width: 0;
}
.revive-main-wrap table.dataTable td .inline-flex .content span,
.revive-main-wrap table.dataTable td .inline-flex .content small {
    font-size: 12px;
    color: #555;
    word-break: break-word;
}
.revive-main-wrap table.dataTable td a i,.revive-main-wrap table.dataTable td a.full-btn,
.revive-main-wrap table.dataTable td a i,.revive-main-wrap table.dataTable td a.book-room{
    background: #00AEF0;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.revive-main-wrap table.dataTable td .delete-church i,.revive-main-wrap table.dataTable td .delete-tutor i,.revive-main-wrap table.dataTable td .delete-parent i{
    background: #ff0000;
}
.revive-main-wrap table.dataTable td a i:hover,.revive-main-wrap table.dataTable td a.full-btn:hover,.revive-main-wrap table.dataTable td a.book-room:hover{
    background:#000;
}
.revive-main-wrap table.dataTable td a.full-btn{
    padding: 12px 30px;
    display: block;
}
.revive-main-wrap table.dataTable td a.full-btn i,
.revive-main-wrap table.dataTable td a.book-room i{
    background: unset;
    padding: 0 0 0 5px;
}
.revive-main-wrap table.dataTable td a.full-btn.pay-tutor-button.disabled,
.revive-main-wrap a.citesfee-pay-button.disabled{
    background: #ccc !important;
    color: #666 !important;
    cursor: no-drop;
    pointer-events: none;
}
.revive-main-wrap table.dataTable th small.ac-price{
    background: #ffff99;
    color: #a52a2a;
    font-size: 13px;
    padding: 5px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 5px;
}
.revive-main-wrap table.dataTable td small.ac-price{
    background: #ffff99;
    color: #a52a2a;
    font-size: 14px;
    padding: 5px;
    display: block;
    margin-top: 5px;
    font-weight: 600;
    border-radius: 5px;
}
.revive-main-wrap .dt-buttons {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.revive-main-wrap .dt-buttons a {
    background: #1D6F42;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
}
.revive-main-wrap .dt-buttons a:hover {
    background: #5B5B5B;
}
.revive-main-wrap .dt-buttons a span:before {
    content: '\f1c3';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
}
.revive-main-wrap .dataTables_wrapper .btrow{
    margin-top: 30px;
}
.revive-main-wrap .dataTables_wrapper .dataTables_filter{
    text-align: left;
}
.revive-main-wrap .dataTables_wrapper label{
    margin:0;
    color: #575757;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: capitalize;
}
.revive-main-wrap .dataTables_wrapper input {
    background: #fff;
    border: unset;
    height: unset;
    border-radius: 10px;
    box-shadow: unset;
    font-size: 16px;
    padding: 15px;
    font-weight: 500;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.revive-main-wrap .dataTables_wrapper input {
    width: 350px !important;
}
.revive-main-wrap .dataTables_paginate a{
    text-decoration: none;
    background: #5B5B5B;
    padding: 8px 10px;
    margin: 0 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.revive-main-wrap .dataTables_paginate a.paginate_button.current,.revive-main-wrap .dataTables_paginate a:hover{
    background: #000;
}
.revive-main-wrap .dataTables_paginate a.paginate_button.disabled{
    background: #ccc;
    color: #5B5B5B;
    cursor: not-allowed;
}
.revive-main-wrap .dataTables_info{
    color: #000;
    padding: 0 !important;
    font-size: 16px;
}
.revive-main-wrap table td .pending{
    background: #ffa500;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}
.revive-main-wrap table td .accepted,.revive-main-wrap table td .approved{
    background: #20b2aa;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}
.revive-main-wrap .inner-main-section table#listofreqmeetings td{
    position: relative;
}
.revive-main-wrap .inner-main-section table#listofreqmeetings td #loading{
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.revive-main-wrap .inner-main-section table#listofreqmeetings td #loading img{
    width: 50px;
}
.revive-main-wrap table td .inline-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    margin-top: 10px;
}
.revive-main-wrap table td a.accept-req,
.revive-main-wrap table td a.parent-accept-req,
.revive-main-wrap table td a.parent-hire-tutor,
.revive-main-wrap table td a.room-accept-req,
.revive-main-wrap table td a.pastor-approve-room{
    background: #008000;
    color: #fff;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.revive-main-wrap table td a.reject-req,
.revive-main-wrap table td a.parent-reject-req,
.revive-main-wrap table td a.parent-reject-tutor,
.revive-main-wrap table td a.room-reject-req,
.revive-main-wrap table td a.pastor-reject-room{
    background: #ff0000;
    color: #fff;
    display: block;
    padding: 8px 30px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.revive-main-wrap table#listoftutors td:last-child{
    width: 25%;
}
.revive-main-wrap table#listoftutors td .skill{
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}
.revive-main-wrap table#listoftutors td small{
    background: #ccf1ff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #00AEF0;
    color: #00AEF0;
}
.revive-main-wrap table td a.parent-hire-tutor,
.revive-main-wrap table td a.parent-reject-tutor{
    padding: 10px 15px;
    width: 50%;
}
.revive-main-wrap .inner-main-section table td a.book-room,
.revive-main-wrap .inner-main-section table td a.bypass-tutor{
    background: #00AEF0;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.revive-main-wrap .inner-main-section table td a.book-room.disabled,
.revive-main-wrap .inner-content-section table td a.book-room.disabled{
    pointer-events: none;
    color: #fff;
    text-decoration: none;
    cursor: no-drop;
    background: #808080;
}
.revive-main-wrap .inner-main-section table td a.book-room i,.revive-main-wrap .inner-main-section table td a.join-link i,
.revive-main-wrap .inner-main-section table td a.bypass-tutor i{
    background: unset;
    padding: unset;
    color: unset;
    font-size: unset;
    border-radius: unset;
}
.revive-main-wrap .inner-main-section table td a.book-room i:hover{
    background:unset;
}
.revive-main-wrap .inner-main-section table td a.join-link{
    background: #00AEF0;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin: 10px 0 0 0;
}
.revive-main-wrap .inner-main-section table td .td-loader {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
}
.revive-main-wrap .inner-main-section table td .td-loader img{
    height: 60px;
}
#hire-success-message{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #28a745;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    display: none;
    font-size: 14px;
    font-weight: 400;
    z-index: 9999;
}
.revive-main-wrap .inner-main-section table tr.hired-tutor-wrap,
.revive-main-wrap .inner-main-section table tr.unhired-tutor-wrap {
    position: relative;
}
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay{
    position: absolute !important;
    inset: 0;
    overflow: hidden;
    background-color: rgba(153, 255, 204, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(5px);
    color: #006400;
    width: 100% !important;
    border-radius: 10px;
    font-style: normal;
    border: 1px solid #ccc !important;
}
.revive-main-wrap .inner-main-section table tr td.unhired-tutor-overlay{
    position: absolute !important;
    inset: 0;
    overflow: hidden;
    background-color: rgba(255, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    color: #ff0000;
    width: 100% !important;
    border-radius: 10px;
}
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay .fbox,
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay .sbox{
    display: flex;
    align-items: center;
}
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay b,
.revive-main-wrap .inner-main-section table tr td.unhired-tutor-overlay b{
    margin: 0 5px;
}
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay .fbox span,
.revive-main-wrap .inner-main-section table tr td.unhired-tutor-overlay i{
    margin-right: 10px;  
}
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay a,
.revive-main-wrap .inner-main-section table tr td.unhired-tutor-overlay a{
    text-decoration: none;
    background: #00AEF0;
    color: #fff;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay a.pay-cites-fee{
    background: #FF7A00;
    margin: 0 15px;
}
.revive-main-wrap .inner-main-section table tr td.hired-tutor-overlay .cites-fee-status{
    background: #008000;
    color: #fff;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    margin: 0 15px;
    cursor: no-drop;   
}
.box-wrap #listoftutors .student-info{
    display:flex;
    align-items:center;
    gap:15px;
}
.box-wrap #listoftutors .student-info img{
    width:52px;
    height:52px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #eef2f7;
}
.box-wrap #listoftutors .student-info h5{
    margin:0;
    font-size:15px;
    font-weight:600;
    color:#222;
}
.box-wrap #listoftutors .student-info span{
    display:block;
    margin-top:4px;
    font-size:12px;
    color:#7d8896;
}
.box-wrap #listoftutors .grade-badge{
    display:inline-block;
    padding:6px 14px;
    border-radius:50px;
    background:#eef6ff;
    color:#1976d2;
    font-weight:600;
    font-size:13px;
}
.box-wrap #listoftutors .parent-info strong{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    color:#222;
}
.box-wrap #listoftutors .parent-info span{
    display:block;
    color:#6d7682;
    font-size:13px;
    margin-bottom:4px;
}
.box-wrap #listoftutors .parent-info i{
    width:18px;
    color:#9aa5b1;
}
.box-wrap #listoftutors .status{
    display:inline-block;
    padding:6px 14px;
    border-radius:40px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.box-wrap #listoftutors .status.pending{
    background:#fff5d8;
    color:#b58105;
}
.box-wrap #listoftutors .status.paid{
    background:#e8f8ee;
    color:#15803d;
}
.box-wrap #listoftutors .status.unpaid{
    background:#fdecec;
    color:#dc2626;
}
.box-wrap #listoftutors .action-icons{
    display:flex;
    gap:10px;
    align-items:center;
}
.box-wrap #listoftutors .action-icons .action-email i{
    background:#eef4ff;
    color:#2563eb;
}
.box-wrap #listoftutors .action-icons .action-email i:hover{
    background:#2563eb;
    color:#fff;
}
.box-wrap #listoftutors .action-icons .action-whatsapp i{
    background:#ecfdf3;
    color:#16a34a;
}
.box-wrap #listoftutors .action-icons .action-whatsapp i:hover{
    background:#16a34a;
    color:#fff;
}
.box-wrap #listoftutors .action-icons .action-attendance i{
    background:#fff7e6;
    color:#d97706;
}
.box-wrap #listoftutors .action-icons .action-attendance i:hover{
    background:#d97706;
    color:#fff;
}
.box-wrap #listoftutors .action-icons .action-assignment i{
    background:#f5f3ff;
    color:#7c3aed;
}
.box-wrap #listoftutors .action-icons .action-assignment i:hover{
    background:#7c3aed;
    color:#fff;
}
.box-wrap #listoftutors .action-icons .action-report i{
    background:#ecfeff;
    color:#0891b2;
}
.box-wrap #listoftutors .action-icons .action-report i:hover{
    background:#0891b2;
    color:#fff;
}
.box-wrap #listoftutors .action-icons .action-emergency i{
    background:#fef2f2;
    color:#dc2626;
}
.box-wrap #listoftutors .action-icons .action-emergency i:hover{
    background:#dc2626;
    color:#fff;
}
.revive-main-wrap .inner-main-section table#listofdocuments td a{
    background: #00AEF0;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    width: fit-content;
    margin: 0 auto;
}
.revive-main-wrap .inner-main-section table#listofdocuments td a:hover{
    background: #14263A;
    color: #fff;
}
.revive-main-wrap .inner-main-section table#listofdocuments td a i{
    background: unset;
    padding: unset;
}
.revive-main-wrap .inner-content-section table td .file-buttons a{
    display: block;
    background: #F40F02;
    text-decoration: none;
    color: #fff;
    padding: 8px 5px 8px 25px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    text-align: left;
}
.revive-main-wrap .inner-content-section table td .file-buttons a:before{
    content: '\f1c1';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 8px;
    font-size: 16px;
    top: 10px;
}
.revive-main-wrap table td[colspan] {
    text-align: center;
    font-weight: 500;
    color: #ff3333;
    font-style: italic;
    background-color: #ffe6e6;
}
.revive-main-wrap table td.inline-flex img {
    height: 70px;
    margin: 0 auto 10px;
    border: 1px solid #333;
    border-radius: 50%;
    object-fit: contain;
}
.revive-main-wrap table .room-days{
    display: flex;
    grid-gap: 10px;
    text-align: center;
    margin-top: 10px;
    justify-content: center;
}
.revive-main-wrap table .room-days .day-slots {
    background: #f9fafb;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}
.revive-main-wrap table .room-days .day-label {
    font-weight: 600;
    color: #333;
    display: block;
}
.revive-main-wrap table .room-days span.badge-day{
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: #228b22;
    border: 1px solid #228b22;
    font-weight: 500;
    line-height: 1;
}
.revive-main-wrap table .room-days span.badge-day.off{
    color: #999;
    cursor: no-drop;
    border: 1px solid #999;
    opacity: .5;
}
.revive-main-wrap table small.red-message{
    font-size: 15px;
    color: #ff0000;
}
.revive-main-wrap table a.table-link{
    display: block;
}
/*----------------------------------- Tutor Profile -----------------------------------*/
.inner-main-section .profile-section .tutor-profile{
    background: #BFEBFB;
    padding: 20px;
    border-radius: 10px;
}
.inner-main-section .profile-section .tutor-profile .left-box{
    display: flex;
    grid-gap: 20px;
    align-items: center;
}
.inner-main-section .profile-section .tutor-profile .left-box .profile-pic img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.inner-main-section .profile-section .tutor-profile .left-box .text{
    color: #14263A;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.inner-main-section .profile-section .tutor-profile .left-box .text span{
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
}
.inner-main-section .profile-section .tutor-profile .left-box .text .rating-data{
    margin: 5px 0 4px 0;
}
.inner-main-section .profile-section .tutor-profile .left-box .text .rating-data i{
    font-size: 14px;
    color: #ffa500;
}
.inner-main-section .profile-section .tutor-profile .left-box .text .rating-numbers{
    font-size: 14px;
    font-weight: 500;
}
.inner-main-section .profile-section .tutor-profile .left-box .text .stu-grade{
    background: #ffd700;
    font-weight: 500;
    width: fit-content;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}
.inner-main-section .profile-section .tutor-profile .left-box .text .stu-dob{
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin: 15px 0;
}
.inner-main-section .profile-section .tutor-profile .left-box .text .stu-account-con{
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    color: #ed143d;
}
.inner-main-section .profile-section .tutor-profile .bottom-box ul {
    padding: 15px;
    list-style: none;
    background: #fff;
    margin-top: 30px;
    border-radius: 15px;
}
.inner-main-section .profile-section .tutor-profile .bottom-box ul li {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
}
.inner-main-section .profile-section .tutor-profile .bottom-box ul li b {
    font-family: 'Bricolage Grotesque';
    font-weight: 800;
    color: #00AEF0;
}
.inner-main-section .profile-section .tutor-profile .bottom-box ul li:not(:last-child) {
    margin-bottom: 30px;
}
.inner-main-section .profile-section .tutor-profile .bottom-box ul li a{
    color: #ffa500;
}
.revive-main-wrap .inner-main-section .profile-section .about-tutor,
.revive-main-wrap .inner-main-section .profile-section .my-profile-data {
    padding: 60px 15px 0;
}
.revive-main-wrap .inner-main-section .profile-section .about-tutor h2{
    color: #14263A;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.revive-main-wrap .inner-main-section .profile-section .about-tutor p{
    margin: 0;
    line-height: 1.8;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data .table-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data .table-box .left{
    width: 25%;
    text-align: left;
    font-weight: 600;
    color: #14263A66;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data .table-box .right{
    width: 70%;
    text-align: justify;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data h4{
    margin: 0;
    color: #14263A;
    font-size: 20px;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data .address{
    margin: 5px 0 15px 0;
    color: #14263A66;
    font-size: 16px;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data a{
    color: #00AEF0;
    padding: 10px 20px;
    border: 1px solid #00AEF0;
    font-size: 16px;
    display: block;
    width: 50%;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data .inline{
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    margin-top: 20px;
}
.revive-main-wrap .inner-main-section .profile-section .my-profile-data .inline a.view-room{
    background: #00AEF0;
    color: #fff;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section{
    border: 1px solid #E7E9EB;
    margin-bottom: 50px;
    background: #fff;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section table.dataTable{
    margin: 0;
    padding: 0;
}
.revive-main-wrap .inner-main-section .profile-section .box-section .title,
.revive-main-wrap .inner-main-section .profile-right-section .box-section .title{
    border-bottom: 1px solid #E7E9EB;
    padding: 15px;
    font-size: 18px;
    color: #14263A;
    font-weight: 600;
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content{
    padding: 15px;
    color: #14263A;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .eb-box,
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .we-box .inline{
    display: flex;
    grid-gap: 20px;
    align-items: center;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .eb-box .text .cl-name,
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .we-box .position-name{
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .eb-box .text .dg-name,
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .eb-box .text .dg-year{
    color: #14263AB0;
    font-weight: 400; 
    font-size: 14px;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .we-box{
    margin-bottom: 30px;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .we-box .inline{
    color: #14263AB0;
    font-weight: 500;
    font-size: 15px;
    margin: 5px 0 15px 0;
}
.revive-main-wrap .inner-main-section .profile-right-section .box-section .content .we-box .position-info{
    color: #14263AB0;    
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
}
.revive-main-wrap .inner-main-section .profile-right-section .text-right{
    display: flex;
    justify-content: end;
}
.revive-main-wrap .inner-main-section .profile-right-section .text-right a.schedule-meeting{
    background: #00AEF0;
    padding: 12px 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
    width: fit-content;
    font-family: 'Bricolage Grotesque';
}
.revive-main-wrap .inner-main-section .profile-right-section .text-right a.schedule-meeting i {
    background: unset;
    padding: unset;
    color: unset;
    font-size: unset;
    border-radius: unset;
    margin-left: 10px;
}
.revive-main-wrap .inner-main-section .profile-right-section a.schedule-meeting i:hover{
    background:unset;
}
.revive-main-wrap .inner-main-section .quick-numbers-section form#stuattendanceForm{
    border: 1px solid #ccc;
    display: inline-flex;
    width: 100%;
    padding: 15px;
    background: #f5f5dc;
}
.revive-main-wrap .inner-main-section .quick-numbers-section form#stuattendanceForm label{
    color: #a0522d;
    font-weight: 600;
}
.revive-main-wrap .inner-main-section .quick-numbers-section form#stuattendanceForm input:read-only {
    background: #ddd;
}
.revive-main-wrap .inner-main-section .quick-numbers-section form#stuattendanceForm input {
    padding: 12px;
    background: #fff;
    height: unset;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #999;
    color: #14263A;
}
.revive-main-wrap .inner-main-section .quick-numbers-section form#stuattendanceForm .toggle {
    width: 100% !important;
    height: 45px !important;
}
.revive-main-wrap .inner-main-section .quick-numbers-section form#stuattendanceForm .toggle-on.btn {
    background: #28a745;
    line-height: 2;
    color: #fff;
    font-size: 16px;
}
.revive-main-wrap .inner-main-section .quick-numbers-section form#stuattendanceForm .toggle-off.btn {
    background: #dc3545;
    color: #fff;
    line-height: 2;
    font-size: 16px;
}
.revive-main-wrap .inner-content-section table td span.absent{
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 5px;
}
.revive-main-wrap .inner-content-section table td span.present{
    border: 1px solid #008000;
    color: #008000;
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 5px;
}
.revive-main-wrap .inner-content-section h2 a.addnew {
    background: #14263A;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 500;
    float: right;
}
.revive-main-wrap .inner-content-section h2 a.addnew:hover {
    background: #4DC6F5;
}
.revive-main-wrap .inner-main-section form .skill-tag-input {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
    background-color: #f9f9f9;
    transition: border-color 0.2s;
}
.revive-main-wrap .inner-main-section form .skill-tag-input:focus-within {
    border-color: #007bff;
    background-color: #fff;
}
.revive-main-wrap .inner-main-section form #tag-container,
.revive-main-wrap .inner-main-section form #subjects-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-grow: 1;
}
.revive-main-wrap .inner-main-section form #grades-container{
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    margin-top: 20px;
}
.revive-main-wrap .inner-main-section form #grades-container label {
    flex: 1;
    background: #fff;
    padding: 15px 5px 10px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    border: 1px solid rgb(221, 221, 221);
}
.revive-main-wrap .inner-main-section form #grades-container label input{
    margin: 0 auto 5px;
    display: block;
}
.revive-main-wrap .inner-main-section form .tag {
    background: #00AEF0;
    color: white;
    padding: 6px 12px;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: background 0.3s;
}
.revive-main-wrap .inner-main-section form .tag:hover {
    background: #0056b3;
}
.revive-main-wrap .inner-main-section form .tag .remove-tag {
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.2s;
}
.revive-main-wrap .inner-main-section form .tag .remove-tag:hover {
    color: #ffdddd;
}
.revive-main-wrap .inner-main-section form #skill-input,
.revive-main-wrap .inner-main-section form #grades-input,
.revive-main-wrap .inner-main-section form #subjects-input{
    border: none;
    outline: none;
    font-size: 14px;
    min-width: 160px;
    flex-grow: 1;
    padding: 6px;
    background: transparent;
}
.revive-main-wrap .inner-main-section form .tag-hint {
    font-size: 13px;
    margin-top: 5px;
    display: block;
    text-transform: capitalize;
    background: #eee8aa;
    padding: 5px 15px;
    font-style: italic;
    line-height: 1;
}
/*----------------------------------- Modal Box -----------------------------------*/
.modal .modal-lg{
    width: 960px;
}
.modal-open .modal {
    overflow: hidden !important;
}
.modal .modal-dialog{
    height: 95vh !important;
    margin: 15px auto !important;
}
.modal .modal-header{
    background: #00AEF0;
    color: #fff;
}
.modal .modal-header h4{
    font-weight: 400;
    font-family: 'Bricolage Grotesque';
}
.modal .modal-header .close{
    opacity: 1;
    text-shadow: unset;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
.modal .modal-content {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}
.modal .modal-body{
    flex: 1 1 auto;
    overflow-y: auto;
    background: #f6f9ff;
    padding: 20px 15px;
    display: block;
    width: 100%;
}
.modal .modal-body form .input-box {
    margin-bottom: 15px;
}
.modal .modal-body form label{
    font-weight: 600;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}
.modal .modal-body form label span{
    color: #ff4500;
}
.modal .modal-body form input,.modal .modal-body form select{
    padding: 15px 10px;
    background: #fff;
    height: unset;
    line-height: 1;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #999;
    color: #14263A;
    width: 100%;
}
.modal .modal-body form input[readonly]{
    background: #ddd;
}
.modal .modal-body form label.error {
    color: #ff0000;
    font-weight: 500;
    margin: 5px 0 0 0;
    font-size: 12px;
}
.modal .modal-body form h5 {
    margin: 0 0 20px 0;
    color: #00AEF0;
    padding: 15px 0;
    border-bottom: 1px solid #00AEF0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Bricolage Grotesque';
}
.modal .modal-body form h5 small,.modal .modal-body form label small{
    display: block;
    color: #ff4500;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
}
.modal .modal-body form label small{
    margin-top: 5px;
}
.modal .modal-body form label.disable-opacity{
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.modal .modal-body form #aftercare-box {
    background: #fff4b3;
    padding: 20px;
    border: 1px solid #ffe44d;
    border-radius: 15px;
}
.modal .modal-body form #aftercare-box h5{
    padding: 0 0 15px 0;
}
.modal .modal-body form#schedulemeetingForm #aftercare-box .input-box{
    margin: 0;
}
.modal .modal-body form#schedulemeetingForm #aftercare-box .input-box label {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.modal .modal-body form#schedulemeetingForm #aftercare-box .input-box label input{
    width: unset;
    margin: 0;
}
.modal .modal-body form#schedulemeetingForm #aftercare-box .input-box small {
    color: #ff4500;
    font-family: 'Bricolage Grotesque';
    font-size: 14px;
}
.modal .modal-body form .aftercare-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.modal .modal-body form .aftercare-slot {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    background: #f9f9f9;
}
.modal .modal-body form .aftercare-slot input[type="checkbox"] {
    display: block;
    margin: 0 auto 5px;
}
.modal .modal-body form .slot-time {
    font-size: 13px;
    font-weight: 600;
}
.modal .modal-body form .col-md-12:last-child{
    border-top: 1px solid #ccc;
}
.modal .modal-body form .buttons-inline{
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: end;
    padding: 15px 0;
}
.modal .modal-body form button{
    display: flex;
    align-items: center;
    grid-gap: 5px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: unset;
    text-transform: uppercase;
    border-radius: 5px;
}
.modal .modal-body form button#submit-btn{
    background: #14263A;
}
.modal .modal-body form button#close-btn{
    background: #ff0000;
}
.modal .modal-body #datepicker {
    background: rgb(230, 248, 255);
}
.modal .modal-body #datepicker .datepicker,.modal .modal-body #datepicker .datepicker table{
    width: 100%;
}
.modal .modal-body #timeslots {
    margin: 10px 0;
    color: #ff0000;
}
.modal .modal-body #timeslots ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.modal .modal-body #timeslots ul li {
    border: 1px solid #14263A;
    padding: 10px;
    border-radius: 5px;
    color: #14263A;
    cursor: pointer;
}
.modal .modal-body #timeslots ul li.active {
    background: #14263A;
    color: #fff;
}
.modal .modal-body #timeslots ul li.pending{
    cursor: no-drop;
    background: #fff7cc;
    border: 1px solid #ffd700;
}
.modal .modal-body #timeslots ul li.disabled{
    cursor: no-drop;
    background: #eee;
    border: 1px solid #ccc;
    opacity: .6;
}
.modal .modal-body form .input-box a.add-child{
    display: block;
    background: #00AEF0;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    width: fit-content;
    font-size: 16px;
    text-decoration: none;
}
.modal .modal-body form button#submit-btn:disabled {
    cursor: no-drop;
    background: #999 !important;
}
.modal .modal-body form #meeting-alert{
    color: #ff0000;
    margin-top: 10px;
    display: none;
}
.modal .modal-body form .weekday-grid{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.modal .modal-body form .weekday-grid .wk-label{
    font-weight: 500;
    margin: 10px 0 5px 0;
}
.modal .modal-body form .weekday-grid .wk-label span{
    color: #006400;
}
#introLetterModal .modal-header{
    display: flex;
    align-items: center;
}
#introLetterModal .modal-header h4 {
    font-weight: 500;
    width: 50%;
    font-size: 22px;
    font-family: 'Bricolage Grotesque';
}
#introLetterModal .modal-header .inline {
    display: flex;
    justify-content: right;
    width: 50%;
    grid-gap: 20px;
}
#introLetterModal .modal-header .inline button#dontShowIntro {
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.modal table td.disabled-date{
    color: #ccc !important;
}
.modal table td.active.day{
    color: #fff !important;
}
.modal table td.today.disabled-date{
    color: #228b22 !important;
    border-radius: 50%;
    background: rgb(34 139 34 / 20%);
}
.modal .modal-body .missing-email {
    border-radius: 5px;
    padding: 5px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #edc4c4;
    color: #ff0000;
    font-family: 'Bricolage Grotesque';
    font-size: 14px;
}
.modal .modal-body .missing-email a.btn.add-email {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.modal form#schedulemeetingForm .default-btn.loading,
.modal form#bookingroomForm .default-btn.loading{
    opacity: 0.7;
    cursor: not-allowed;
}
.modal form#schedulemeetingForm .default-btn.loading::after,
.modal form#bookingroomForm .default-btn.loading::after{
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
/*----------------------------------- Background Verification -----------------------------------*/
.revive-main-wrap .inner-main-section .result-find-section .bv-inline{
    display: flex;
    justify-content: space-between;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .left-box {
    background: #BFEBFB;
    padding: 30px;
    width: 35%;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .left-box .content:not(:last-child){
    margin-bottom: 20px;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .left-box .content b {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .left-box .content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .left-box .content ul li:not(:last-child){
   margin-bottom: 10px;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .left-box .content ul li:before{
    content: '✓';
    padding-right: 5px;
    color: #008000;
    font-weight: 700;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .right-box{
    width: 60%;
    background: #00AEF012;
    border: 1px solid #B1B5BA4A;
    padding: 20px;
    position: relative;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .right-box .bv-overlay-mode {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    height: 100%;
    width: 100%;
    color: #ccc;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 2;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .right-box .bv-overlay-mode .text strong{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .right-box .bv-overlay-mode .text a {
    display: block;
    margin: 15px auto 0;
    background: #fff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    text-decoration: none;
}
.revive-main-wrap .inner-main-section .result-find-section .bv-inline .right-box h3.bv-form-note {
    margin: 0 0 30px 0;
    color: #666;
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 15px 15px;
}
.revive-main-wrap .tutor-bv-status-main-wrap{
    padding: 80px 15px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.revive-main-wrap .tutor-bv-status-main-wrap .content .success-icon i {
    color: #008000;
    font-size: 40px;
}
.revive-main-wrap .tutor-bv-status-main-wrap .content .success-message{
    font-family: 'Bricolage Grotesque';
    color: #228b22;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.revive-main-wrap .tutor-bv-status-main-wrap .content p{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.revive-main-wrap .tutor-bv-status-main-wrap table.table {
    background: #fff;
    padding: 30px;
    margin: 50px auto 0;
    width: 640px;
}
.revive-main-wrap .tutor-bv-status-main-wrap table.table tr td{
    border: 1px solid #000 !important;
    padding: 15px;
}
.revive-main-wrap .tutor-bv-status-main-wrap table.table tr td:first-child {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    color: #14263A;
}
/*----------------------------------- Student Dashboard -----------------------------------*/
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .content{
    width: 100%;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box{
    width: 50%;
    display: flex;
    align-items: center;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .img {
    height: 70px;
    width: 70px;
    background: #00AEF0;
    border-radius: 50%;
    margin-right: 15px;
    padding: 10px;
    flex-basis: content;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline{
    grid-gap: 10px;
    margin: 10px 0 0 0;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number{
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    width: 31%;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number i {
    font-style: unset;
    display: block;
    color: #fff;
    font-weight: 400;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.present,
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.submit{
    border: 1px solid #008000;
    color: #008000;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.present i,
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.submit i {
    background: #008000;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.absent{
    border: 1px solid #ff0000;
    color: #ff0000;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.absent i {
    background: #ff0000;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.total{
    border: 1px solid #14263A;
    color: #14263A;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.total i {
    background: #14263A;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.pending{
    border: 1px solid #ff4500;
    color: #ff4500;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number.pending i {
    background: #ff4500;
}
.revive-main-wrap .inner-main-section .quick-numbers-section#stu-home-dashboard .box .number-inline .number span{
    display: block;
    font-weight: 500;
    font-size: 12px;
}
.revive-main-wrap .inner-content-section table#listofassignments tr td span{
    background: unset;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}
.revive-main-wrap .inner-content-section table#listofassignments tr.submitted{
    background: #e6ffe6;
}
.revive-main-wrap .inner-content-section table#listofassignments tr.submitted td span.submitted{
    color: #006600;
}
.revive-main-wrap .inner-content-section table#listofassignments tr.pending{
    background: #ffebe6;
}
.revive-main-wrap .inner-content-section table#listofassignments tr.pending td span.pending{
    color: #ff3300;
}

.revive-main-wrap .inner-content-section .pay-box{
    background: #00AEF0;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 80px;
}
.revive-main-wrap .inner-content-section .pay-box h3{
    margin: 0;
    font-size: 20px;
}
.revive-main-wrap .inner-content-section .pay-box a.pay-button {
    background: #ffd700;
    color: #000;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
.revive-main-wrap .inner-content-section .pay-box a.citesfee-pay-button {
    background: #ffd700;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    color: #000;
}
.revive-main-wrap .tutor-booking-status-box{
    background: #14263A;
    border-radius: 10px;
    padding: 15px 20px;
}
.revive-main-wrap .tutor-booking-status-box h3 {
    margin: 0;
    color: #fff;
    font-family: 'Bricolage Grotesque';
    font-size: 18px;
    font-weight: 500;
}
.revive-main-wrap .tutor-booking-status-box .inline {
    display: flex;
    align-items: center;
    color: gold;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    grid-gap: 10px;
    margin: 10px 0;
}
.revive-main-wrap .tutor-booking-status-box .inline span.label {
    font-weight: 400;
    padding: 5px 15px;
    line-height: 1;
}
.revive-main-wrap .tutor-booking-status-box .inline span.label.label-danger {
    background: #cd5c5c;
}
.revive-main-wrap .tutor-booking-status-box .all-booked {
    font-family: 'Bricolage Grotesque';
    color: #d2b48c;
    font-size: 18px;
    font-weight: 500;
}
#tutor-payment-modal #breakdown-box {
    border: 1px solid #ffd700;
    background: #fff7cc;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}
#tutor-payment-modal #breakdown-box p#total-pay-amount{
    color: #228b22;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
/*----------------------------------- Alert Box -----------------------------------*/
.profile-alert-card .card-body,
.role-flowchart-card .card-body{
    border: 1px solid #ffd700;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #fff7cc;
}
.role-flowchart-card .card-body{
    background: #e6f8ff;
    border: 1px solid #00AEF0;
}
.profile-alert-card .card-title,
.role-flowchart-card .card-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffd700;
    margin: 0;
    padding: 10px 15px;
    border-radius: 15px 15px 0 0;
    color: #14263A;
    font-size: 16px;
    font-weight: 600;
}
.role-flowchart-card .card-title{
    background: #00AEF0;
    color:#fff;
}
.profile-alert-card .card-title .btn-close,
.role-flowchart-card .card-title .btn-close{
    background: unset;
    border: unset;
    font-size: 20px;
}
.profile-alert-card .card-progress-text {
    padding: 20px 15px;
}
.profile-alert-card .card-progress-text .progress {
    height: 25px;
    margin-bottom: 15px;
    background-color: #ddd;
}
.profile-alert-card .card-progress-text .progress .progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-alert-card .card-progress-text .text-success {
    color: #008000;
    margin: 0;
    font-size: 16px;
}
.profile-alert-card .card-progress-text .text-danger {
    color: #ff0000;
    margin: 0;
    font-size: 16px;
}
.profile-alert-card .card-progress-text .text-info {
    color: #4169e1;
    margin: 0;
    font-size: 16px;
}
.profile-alert-card .card-progress-text a.btn{
    border: unset;
    height: unset;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    background: unset;
    color: #14263A;
    padding: 0;
    text-decoration: underline;
}
.profile-alert-card .card-progress-text a.btn:hover{    
    color: #00AEF0;
}
.profile-alert-card .card-progress-text a.btn i {
    margin-left: 5px;
}
.profile-alert-card .card-progress-text ul{
    margin: 0;
    padding: 0 0 0 15px;
}
.profile-alert-card .card-progress-text ul li{
    font-size: 16px;
    color: #ff0000;
}
.profile-alert-card .card-progress-text ul li:not(:last-child){
    margin-bottom: 15px;
}
.profile-alert-card .card-progress-text ul li a{
    margin: 5px 0 0 0 !important;
    background: #14263A !important;
    text-decoration: none !important;
    font-size: 14px !important;
    display: block;
    width: fit-content;
    padding: 5px 20px !important;
    color: #fff !important;
}
.role-flowchart-card #flowchart-steps-wrapper{
    padding: 20px 15px;
}
.role-flowchart-card .steps-list{
    padding: 0;
    margin: 0;
}
.role-flowchart-card .steps-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    visibility: visible;
    height: auto;
    opacity: 1;
}
.role-flowchart-card .step-complete .step-icon {
    color: green;
}
.role-flowchart-card .step-pending .step-icon {
    color: orange;
}
.role-flowchart-card .steps-list li.hidden-step {
    visibility: hidden;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
.role-flowchart-card #flowchart-steps-wrapper button#toggleSteps {
    text-decoration: none;
    color: #00008b;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    animation: bounce 1.2s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-heading strong{
    font-weight: 500;
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body br{
    display: none;
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body{
    background: #f5f5dc;
    font-weight: 400;
    font-size: 15px;
    color: #666;
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body a.btn,
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body button.btn-step10-done{
    border: unset;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    line-height: 1;
    font-family: 'Bricolage Grotesque';
    display: block;
    width: fit-content;
    margin: 15px 0 0 0;
    text-decoration: none;
    color: #fff;
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body a.btn-complete-step{
    background: #00AEF0;
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body a.btn-upload-step{
    background: #0000ff;
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body ol,
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body ul{
    padding: 0 20px;
}
.role-flowchart-card #flowchart-steps-wrapper .panel .panel-body a {
    display: block;
    margin: 10px 0;
    background: #fff;
    text-decoration: none;
    padding: 5px 10px;
    width: fit-content;
    border: 1px solid #ccc;
}

/*----------------------------------- Stripe Payment -----------------------------------*/
.payment-success-box{
    padding: 80px 0;
    text-align: center;
}
.payment-success-box i{
    color: #228b22;
    font-size: 50px;
}
.payment-success-box h2{
    margin: 15px 0;
    color: #228b22;
    text-transform: capitalize;
    font-weight: 700;
}
.payment-success-box p{
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

#introLetterModal .modal-dialog{
    width: 90%;
    height: 95vh;
    overflow: hidden;
    margin: 15px auto;
}
#chapterList {
  list-style: none;
  padding-left: 0;
  max-height: 80vh;
  overflow-y: auto;
}
#chapterList li a {
    display: block;
    padding: 10px 15px;
    color: #14263A;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: background-color 0.3s, border-color 0.3s;
    font-family: 'Bricolage Grotesque';
    font-size: 15px;
    font-weight: 300;
}
#chapterList li a:hover {
  background-color: #f0f0f0;
}
#chapterList li a.active {
  background-color: #007bff;
  color: white !important;
  border-left-color: #0056b3;
  font-weight: bold;
}
#chapterContent h2 {
    margin: 10px 0;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Bricolage Grotesque';
}
#chapterContent p {
    font-size: 16px;
    margin: 10px 0 15px;
    font-weight: 400;
    line-height: 1.8;
}
#chapterContent ul{
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.revive-main-wrap .onboard-alert-box {
    background: #fff;
    padding: 50px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}
.revive-main-wrap .onboard-alert-box .inner{
    text-align: center;
    margin: 0 auto;
}
.revive-main-wrap .onboard-alert-box .inner h3.onboard-title {
    margin: 0;
    color: #00AEF0;
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 28px;
}
.revive-main-wrap .onboard-alert-box .inner p.onboard-subtext{
    margin: 15px 0 30px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
}
.revive-main-wrap .onboard-alert-box .inner button.onboard-button,.revive-main-wrap .onboard-alert-box.pending .inner a {
    background: #635BFF;
    border: unset;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
}
.revive-main-wrap .onboard-alert-box .inner .onboard-note p{
    margin: 30px 0;
    background: #ffd70040;
    font-weight: 300;
    font-family: 'Bricolage Grotesque';
    font-size: 15px;
    border: 1px solid #ffd700;
    padding: 15px;
    color: #14263A;
}
.revive-main-wrap .onboard-alert-box .inner .onboard-note ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    font-family: 'Bricolage Grotesque';
}
.revive-main-wrap .onboard-alert-box .inner .onboard-note ul li{
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-left: 15px;
}
.revive-main-wrap .onboard-alert-box .inner .onboard-note ul li:before{
    content: '#';
    position: absolute;
    left: 0;
}
.revive-main-wrap .onboard-alert-box .inner button.onboard-button.loading {
    opacity: 0.7;
    cursor: not-allowed;
}
.revive-main-wrap .onboard-alert-box .inner button.onboard-button.loading::after {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.revive-main-wrap .onboard-alert-box.completed {
    background: #d9f2d9;
    color: #339933;
    text-transform: capitalize;
    font-family: 'Bricolage Grotesque';
    padding: 20px;
}
.revive-main-wrap .onboard-alert-box.completed .inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.revive-main-wrap .onboard-alert-box.completed .inner h3{
    margin: 0;
    font-size: 18px;
}
.revive-main-wrap .onboard-alert-box.completed .inner a{
    background: #635BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.revive-main-wrap .onboard-alert-box.pending{
    margin-bottom: 30px;
}
.revive-main-wrap .onboard-alert-box.pending .inner h3 {
    margin: 0;
    color: #ff0000;
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 28px;
}
.revive-main-wrap .onboard-alert-box.pending .inner a{
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    text-decoration: none;
    text-transform: capitalize;
}
/*--------------------------- Support Page ---------------------------*/
.revive-main-wrap .inner-main-section .support-page .support-header{
    background: #00AEF0;
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.revive-main-wrap .inner-main-section .support-page h2,
.revive-main-wrap .inner-main-section .support-page h3{
    margin: 0;
    font-family: 'Bricolage Grotesque';
}
.revive-main-wrap .inner-main-section .support-page .support-header p{
    margin: 15px 0;
    font-size: 18px;
    font-weight: 400;
    color: #f0e68c;
}
.revive-main-wrap .inner-main-section .support-page .support-header p a{
    color: #ffd700;
    font-weight: 500;
}
.revive-main-wrap .inner-main-section .support-page .support-header .support-button a{
    background: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 30px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
}
.revive-main-wrap .inner-main-section .support-page h3{
    color: #000;
    margin-bottom: 20px;
}
.revive-main-wrap .inner-main-section .support-page .support-steps .support-list .support-item{
    font-size: 18px;
    font-weight: 400;
    color: #666;
    font-family: 'Bricolage Grotesque';
}
.revive-main-wrap .inner-main-section .support-page .support-steps .support-list .support-item:not(:last-child){
    margin-bottom: 20px;
}
.revive-main-wrap .inner-main-section .support-page .support-screenshots{
    padding: 50px 0;
}
.revive-main-wrap .inner-main-section .support-page .support-screenshots .device-grid{
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}
.revive-main-wrap .inner-main-section .support-page .support-screenshots .device-grid .device-card {
    background: #fff;
    border: 1px solid #000;
}
.revive-main-wrap .inner-main-section .support-page .support-screenshots .device-grid .device-card h4 {
    margin: 0;
    background: #000;
    color: #fff;
    padding: 10px;
}
.revive-main-wrap .inner-main-section .support-page .support-screenshots .device-grid .device-card .device-step {
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}
.revive-main-wrap .inner-main-section .support-page .support-tips {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    padding: 0 50px;
}
.revive-main-wrap .inner-main-section .support-page .support-tips .support-button a{
    background: #14263A;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1;
}
/*--------------------------- Admin Dashboard ---------------------------*/
.admin-inner-main-section .quick-numbers-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
.admin-inner-main-section .quick-numbers-box .box:not(:last-child) {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ccc;
    transition: all 1s ease;
}
.admin-inner-main-section .quick-numbers-box .box a{
    text-decoration: none;
    color: unset;
    transition: all 1s ease;
}
.admin-inner-main-section .quick-numbers-box .box:hover{
    border: 1px solid #00AEF0;
}
.admin-inner-main-section .quick-numbers-box .box:hover a{
    color: #00AEF0;
}
.admin-inner-main-section .quick-numbers-box .box .number {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    position: relative;
    font-family: 'Bricolage Grotesque';
}
.admin-inner-main-section .quick-numbers-box .box .number sup {
    position: absolute;
    right: 80px;
    top: 5px;
}
.admin-inner-main-section .quick-numbers-box .box .number span{
    display: block;
    font-weight: 500;
    font-size: 20px;
}
.admin-inner-main-section .quick-numbers-box .box ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}
.admin-inner-main-section .quick-numbers-box .box ul li{
    display: flex;
    justify-content: space-between;
    border: 1px solid #999;
    align-items: center;
    padding: 0 0 0 10px;
}
.admin-inner-main-section .quick-numbers-box .box ul li b {
    background: #ffd700;
    padding: 5px 10px;
}
.admin-inner-main-section .quick-numbers-box .box .last-update {
    font-weight: 300;
    font-size: 13px;
    text-transform: capitalize;
    text-align: center;
    font-style: italic;
    color: #00AEF0;
}
.admin-inner-main-section .quick-numbers-box .box:last-child{
    background: #00AEF0;
    border-radius: 15px;
}
.admin-inner-main-section .quick-numbers-box .box:last-child ul{
    margin: 0;
}
.admin-inner-main-section .quick-numbers-box .box:last-child ul li{
    border: 0;
    padding: 18px 15px;
    color: #fff;
    font-size: 18px;
}
.admin-inner-main-section .quick-numbers-box .box:last-child ul li:not(:last-child){
    border-bottom: 1px solid #fff;
}
.admin-inner-main-section .quick-numbers-box .box:last-child ul li b {
    color: #ffd700;
    font-size: 26px;
    padding: 0;
    font-family: 'Bricolage Grotesque';
    background: unset;
}
.admin-page .admin-note-box {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 2px 3px 5px #ccc;
    font-family: 'Bricolage Grotesque';
}
.admin-page .admin-note-box ul {
    padding: 0 0 0 50px;
    margin: 0;
    list-style: disc;
}
.admin-page .admin-note-box ul li:not(:last-child){
    margin-bottom: 10px;
}
.admin-page .admin-note-box ul li:first-child{
    color: #228b22;   
}
.admin-page .admin-note-box ul li:nth-child(2){
    color: #ff4500;   
}
.admin-page .admin-note-box ul li:last-child{
    color: #00008b;   
}
.admin-page .inner-main-section ul.nav li a {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.admin-page .inner-main-section ul.nav li span{
    height: 25px;
    width: 25px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-page .inner-main-section ul.nav li span.atc{
    background: #228b22;
}
.admin-page .inner-main-section ul.nav li span.petc{
    background: #ff4500;
}
.admin-page .inner-main-section ul.nav li span.bvptc{
    background: #00008b;
}
.admin-page .inner-main-section ul.nav li span.alltc{
    background: #ed143d;
}
.admin-page .revive-main-wrap .inner-main-section table td a.bypass-tutor{
    background: #14263A;
    margin: 0 15px;
}
.admin-page .revive-main-wrap .inner-main-section table td a.bypass-tutor:hover{
    background: #000;
}
/*--------------------------- Receipt CSS ---------------------------*/
.revive-main-wrap .receipt-box {
    max-width: 640px;
    margin: 50px auto;
    padding: 30px 0;
    border-radius: 10px;
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 12px 35px rgba(20, 38, 58, 0.08);
    border: 1px solid #ccc;
}
.revive-main-wrap .receipt-box table {
    width: 100%;
    border-collapse: collapse;
}
.revive-main-wrap .receipt-box table td {
    vertical-align: top;
    font-size: 16px !important;
    background: unset;
    font-style: normal;
    text-align: left;
}
.revive-main-wrap .receipt-box .title img {
    width: 150px;
    height: 70px;
    object-fit: contain;
    background: #14263A;
    border-radius: 10px;
    padding: 15px;
}
.revive-main-wrap .receipt-box .top td:last-child {
    text-align: right;
    line-height: 1.8;
    color: #4b5563;
}
.revive-main-wrap .receipt-box .top td[colspan] {
    border-bottom: 1px solid #ccc;
    padding: 0 20px 20px;
}
.revive-main-wrap .receipt-box .top strong {
    font-weight: 600;
    color: #14263A;
}
.revive-main-wrap .receipt-box .information td {
    line-height: 1.8;
    color: #374151;
}
.revive-main-wrap .receipt-box .information td[colspan] {
    padding: 15px 20px 30px;
    border-bottom: 1px solid #ccc;
}
.revive-main-wrap .receipt-box .information strong {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #14263A;
}
.revive-main-wrap .receipt-box .information td:last-child {
    text-align: right;
}
.revive-main-wrap .receipt-box .heading td {
    font-family: 'Bricolage Grotesque', sans-serif;
    text-transform: uppercase;
    color: #14263A;
    border-bottom: 1px solid #ccc;
    padding: 30px 20px 20px
}
.revive-main-wrap .receipt-box .heading td:last-child {
    text-align: right;
}
.revive-main-wrap .receipt-box .item td {
    color: #374151;
    padding: 15px 20px;
}
.revive-main-wrap .receipt-box .item td:last-child {
    text-align: right;
    font-weight: 500;
}
.revive-main-wrap .receipt-box .total td {
    font-size: 16px;
    border-top: 2px solid #ccc;
    color: #14263A;
    padding: 15px 20px;
}
.revive-main-wrap .receipt-box .total td:last-child {
    text-align: right;
    font-weight: 700;
}
.revive-main-wrap .receipt-box .btn {
    border-radius: 5px;
    background: #00AEF0;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    padding: 12px 25px;
    font-family: 'Bricolage Grotesque';
}
.revive-main-wrap .receipt-box .btn:hover {
    background: #0099d6;
    transform: translateY(-1px);
}
.revive-main-wrap .receipt-box > div {
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}
.revive-main-wrap .receipt-box span {
    font-weight: 600;
    color: #16a34a;
}
/*--------------------------- Media Print ---------------------------*/
@media print {
    .revive-main-wrap .receipt-box {
        border: none;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .revive-main-wrap .btn,.inner-main-menu,.navbar.revive-navbar,.bv-alert-box {
        display: none !important;
    }
    .revive-main-wrap .receipt-box .title img {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/*--------------------------- Info CSS ---------------------------*/
.revive-main-wrap .note-info {
    display: flex;
    background: #ffd70040;
    padding: 15px;
    border-radius: 5px;
    font-family: 'Bricolage Grotesque';
    font-size: 15px;
    color: #14263A;
    grid-gap: 10px;
}
.tutor-bv-status-main-wrap td{
    vertical-align: middle !important;
}
.tutor-bv-status-main-wrap td a.view-report-btn {
    background: #00AEF0;
    display: flex;
    align-items: center;
    color: #fff;
    grid-gap: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    text-decoration: none;
}

#reportCertificationModal .modal-body .content-box {
    background: #f5f5dc;
    padding: 15px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
#reportCertificationModal .modal-body .content-box p b {
    font-weight: 600;
    color: #444;
    font-style: italic;
    text-decoration: underline;
}
#reportCertificationModal .modal-body .checkbox {
    margin: 20px 0;
}
#reportCertificationModal .modal-body .checkbox input{
    width: unset;
}
#reportCertificationModal .modal-body .light-box label{
    font-weight: 500;
    color:#666;
}
#reportCertificationModal .modal-body .buttons-inline {
    padding: 30px 15px 0;
}
#reportCertificationModal .modal-body .buttons-inline .default-btn{
    background: #228b22;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
#reportCertificationModal .modal-body .buttons-inline .btn-default {
    background: #ff0000;
}
#reportCertificationModal .modal-body .buttons-inline a.modal-report-btn{
    background: #00AEF0;
    display: flex;
    align-items: center;
    color: #fff;
    grid-gap: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    justify-content: center;
    width: fit-content;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
/*--------------------------- Ambassador Portal ---------------------------*/
#ambassador-login .ambassador-signup-inner-section{
    max-width: 900px;
}
.ambassador-signup-inner-section{
    display: flex;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}
.ambassador-signup-inner-section .signup-left{
    width: 40%;
    background: linear-gradient(135deg, #00aef0, #14263a);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #fff;
    text-align: center;
}
#ambassador-login .ambassador-signup-inner-section .signup-left{
    width: 45%;
}
#ambassador-login .ambassador-signup-inner-section .signup-right{
    width: 55%;
}
#ambassador-login .ambassador-signup-inner-section .signup-right ul.nav {
    border: unset;
    margin-bottom: 30px;
}
#ambassador-login .ambassador-signup-inner-section .signup-right ul.nav li {
    width: fit-content;
    text-align: center;
}
#ambassador-login .ambassador-signup-inner-section .signup-right ul.nav a {
    border: 2px solid #14263A;
    border-radius: 0;
    margin-right: 15px;
    background: transparent;
    font-size: 18px;
    color: #14263A;
    border-radius: 10px;
    padding: 12px 30px;
    line-height: 1;
    opacity: .7;
}
#ambassador-login .ambassador-signup-inner-section .signup-right ul.nav li.active a {
    background: #00AEF0;
    color: #fff;
    opacity: 1;
    border: 2px solid transparent;
}
.ambassador-signup-inner-section .signup-up-box img{
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100px;
    object-fit: contain;
}
.ambassador-signup-inner-section .signup-up-box h2{
    font-size: 28px;
    margin: 25px 0 15px 0;
    font-family: 'Bricolage Grotesque';
    color: #ffd700;
}
.ambassador-signup-inner-section .signup-up-box p{
    font-size: 20px;
    opacity: 0.8;
    font-weight: 300;
    margin: 0;
}
.ambassador-signup-inner-section .signup-right{
    width: 60%;
    padding: 30px;
    position: relative;
}
.ambassador-signup-inner-section .signup-right .advocate-login-note {
    margin-top: 20px;
}
.ambassador-signup-inner-section .signup-right .advocate-login-note p{
    margin: 0;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
.ambassador-signup-inner-section #foundingAmbassadorSignupForm .admin-form,
.ambassador-signup-inner-section #advocateSignupForm .admin-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
.ambassador-signup-inner-section .full-width{
    grid-column: span 2;
}
.ambassador-signup-inner-section label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #333;
}
.ambassador-signup-inner-section input,
.ambassador-signup-inner-section select{
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    background: #eee !important;
}
.ambassador-signup-inner-section input:focus,
.ambassador-signup-inner-section select:focus{
    border-color: #00aef0;
}
.ambassador-signup-inner-section form .input-box{
    margin-bottom: 30px;
}
.ambassador-signup-inner-section form .input-box .group{
    display: flex;
    align-items: center;
    position: relative;
}
.ambassador-signup-inner-section form .input-box .group i{
    position: absolute;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
}
.ambassador-signup-inner-section .input-box .error{
    color: #ff3b30;
    font-size: 16px;
    margin-top: 5px;
    display: block;
}
.ambassador-signup-inner-section .input-box .group .error{
    position: static;
    bottom: auto;
}
.ambassador-signup-inner-section input.error,
.ambassador-signup-inner-section select.error{
    border-color: #ff3b30;
}
.ambassador-signup-inner-section .login-btn{
    width: 100%;
    padding: 16px;
    background: #00aef0 !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    grid-column: span 2;
}
.ambassador-signup-inner-section #loading-register-founding-ambassador,
.ambassador-signup-inner-section #loading-login-founding-ambassador,
.ambassador-signup-inner-section #loading-register-advocate,
.ambassador-signup-inner-section #loading-login-advocate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center; 
    justify-content: center;
    z-index: 999;
}
.ambassador-signup-inner-section #loading-register-founding-ambassador img,
.ambassador-signup-inner-section #loading-login-founding-ambassador img,
.ambassador-signup-inner-section #loading-register-advocate img,
.ambassador-signup-inner-section #loading-login-advocate img{
    height: 80px;
}
.ambassador-signup-inner-section form div#founding-ambassador-message-box,
.ambassador-signup-inner-section form div#login-message-box,
.ambassador-signup-inner-section form div#advocate-message-box{
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Bricolage Grotesque'
}
.ambassador-signup-inner-section form div#founding-ambassador-message-box.error,
.ambassador-signup-inner-section form div#login-message-box.error,
.ambassador-signup-inner-section form div#advocate-message-box.error{
    background: #ffcccc;
    color: #ff0000;
}
.ambassador-signup-inner-section form div#founding-ambassador-message-box.success,
.ambassador-signup-inner-section form div#login-message-box.success,
.ambassador-signup-inner-section form div#advocate-message-box.success{
    background: #dff0d8;
    color: #3c763d;
}

.ambassador-page .amb-wrapper {
    display: flex;
    height: 100vh;
    width: 100%;
}
.ambassador-page .amb-sidebar {
    width: 260px;
    background: #0f172a;
    color: #fff;
    padding: 20px 15px;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
}
.ambassador-page .amb-sidebar::-webkit-scrollbar {
    width: 5px;
}
.ambassador-page .amb-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.08);
}
.ambassador-page .amb-sidebar .logo img {
    max-width: 170px;
    margin: 0 auto 25px;
}
.ambassador-page .amb-affiliate-box {
    background: rgba(255,255,255,0.05);
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.ambassador-page .amb-affiliate-box span {
    font-size: 11px;
    color: #94a3b8;
}
.ambassador-page .amb-affiliate-box strong {
    display: block;
    font-size: 15px;
    color: #00AEF0;
    margin-top: 4px;
}
.ambassador-page .amb-affiliate-box .invited-by {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed rgba(255,255,255,0.2);
    font-size: 13px;
    color: #cbd5f5;
    line-height: 1.4;
}
.ambassador-page .amb-affiliate-box .invited-by b {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}
.ambassador-page .menu-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #64748b;
    margin: 18px 8px 8px;
    letter-spacing: 1px;
}
.ambassador-page .amb-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ambassador-page .amb-sidebar ul li {
    margin-bottom: 5px;
}
.ambassador-page .amb-sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.25s ease;
}
.ambassador-page .amb-sidebar ul li a i {
    width: 18px;
    text-align: center;
    font-size: 16px;
    opacity: 0.9;
}
.ambassador-page .amb-sidebar ul li a:hover {
    background: rgba(255,255,255,0.07);
    color: #fff;
    transform: translateX(4px);
}
.ambassador-page .amb-sidebar ul li a.active {
    background: linear-gradient(90deg, #00AEF0, #0284c7);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,174,240,0.25);
}
.ambassador-page .amb-main {
    margin-left: 260px;
    width: calc(100% - 260px);
    background: #f8fafc;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.ambassador-page .amb-topbar {
    height: 70px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    flex-shrink: 0;
}
.ambassador-page .amb-topbar .left h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ambassador-page .amb-topbar .left h4 img {
    height: 35px;
    object-fit: contain;
}
.ambassador-page .amb-topbar .left h4 span{
    background: #b22222;
    padding: 8px 20px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
}
.ambassador-page .amb-topbar .right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ambassador-page .amb-topbar .profile {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
}
.ambassador-page .amb-topbar span {
    font-size: 14px;
    color: #374151;
}
.ambassador-page .logout-btn {
    background: #ef4444;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}
.ambassador-page .logout-btn:hover {
    background: #dc2626;
}
.ambassador-page .amb-content {
    flex: 1;
    overflow-y: auto;
    padding: 25px;
}
.ambassador-page .amb-content::-webkit-scrollbar {
    width: 6px;
}
.ambassador-page .amb-content::-webkit-scrollbar-track {
    background: transparent;
}
.ambassador-page .amb-content::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.ambassador-page .amb-content::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.ambassador-page .container {
    max-width: 100%;
    padding: 0;
}
.ambassador-page .aff-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 700px;
    margin: 40px auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: center;
}
.ambassador-page .aff-card h2 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #14263A;
}
.ambassador-page .aff-card .sub {
    color: #6b7280;
    margin-bottom: 25px;
}
.ambassador-page .aff-box {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}
.ambassador-page .aff-box input {
    flex: 1;
    padding: 12px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #f9fafb;
}
.ambassador-page .copy-btn {
    background: #00AEF0;
    color: #fff;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}
.ambassador-page .copy-btn:hover {
    background: #0284c7;
}
.ambassador-page .aff-code {
    margin-top: 20px;
    font-size: 16px;
    color: #111827;
}
.ambassador-page .amb-block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 14px;
}
.ambassador-page .amb-block-header .left h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.ambassador-page .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00AEF0, #0284c7);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,174,240,0.25);
}
.ambassador-page .amb-block-header p {
    margin-top: 4px;
    font-size: 15px;
    color: #64748b;
}
.ambassador-page .btn-primary {
    background: linear-gradient(90deg, #00AEF0, #0284c7);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.25s;
}
.ambassador-page .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,174,240,0.3);
}
.ambassador-page .amb-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 25px 0;
}
.ambassador-page .stat-box {
    position: relative;
    border-radius: 16px;
    padding: 22px;
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}
.stat-blue {
    background: linear-gradient(135deg, #00AEF0, #0369a1);
}
.stat-green {
    background: linear-gradient(135deg, #22c55e, #15803d);
}
.ambassador-page .stat-box::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    top: -30px;
    right: -30px;
}
.ambassador-page .stat-box:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.ambassador-page .stat-content span {
    font-size: 15px;
    opacity: 0.85;
}
.ambassador-page .stat-content h4 {
    font-size: 36px;
    margin: 5px 0 0;
    font-weight: 700;
}
.ambassador-page .stat-icon {
    font-size: 32px;
    opacity: 0.9;
}
.ambassador-page .amb-table-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    overflow-x: auto;
}
.ambassador-page .amb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.ambassador-page .amb-table thead th {
    background: #f8fafc;
    padding: 14px;
    text-align: left;
    font-weight: 600;
    color: #334155;
    border-bottom: 1px solid #e2e8f0;
}
.ambassador-page .amb-table td {
    padding: 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
}
.ambassador-page .amb-table tbody tr {
    transition: 0.2s;
}
.ambassador-page .amb-table tbody tr:hover {
    background: #f9fbff;
}
.ambassador-page .amb-table td:first-child {
    font-weight: 600;
    color: #0f172a;
}
.ambassador-page .no-data {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
    font-size: 14px;
}
.ambassador-page .no-data i {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}
.dataTables_filter input {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 10px;
    outline: none;
}
.dataTables_length select {
    border-radius: 6px;
    padding: 4px;
}
.dataTables_paginate .paginate_button {
    border-radius: 6px !important;
    padding: 4px 10px !important;
    margin: 2px;
}
.dataTables_paginate .current {
    background: #00AEF0 !important;
    color: #fff !important;
}
.ambassador-page .invite-wrapper {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    margin-top: 25px;
    align-items: stretch;
}
.ambassador-page .invite-info {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    padding: 35px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.ambassador-page .invite-info::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: rgba(0,174,240,0.15);
    border-radius: 50%;
}
.ambassador-page .invite-info h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ambassador-page .invite-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.ambassador-page .invite-info ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #e2e8f0;
}
.ambassador-page .invite-info ul li i {
    color: #00AEF0;
    font-size: 16px;
}
.ambassador-page .invite-tip {
    background: rgba(255,255,255,0.08);
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px;
    color: #cbd5f5;
}
.ambassador-page .invite-form-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}
.ambassador-page .invite-form-card .form-group {
    margin-bottom: 20px;
}
.ambassador-page .invite-form-card label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
}
.ambassador-page .invite-form-card .form-control {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    transition: all 0.25s ease;
    height: unset;
}
.ambassador-page .invite-form-card .form-control:focus {
    border-color: #00AEF0;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,174,240,0.15);
}
.ambassador-page .invite-form-card .btn-primary {
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    background: linear-gradient(90deg, #00AEF0, #0284c7);
    color: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
    float: right;
}
.ambassador-page .invite-form-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,174,240,0.35);
}
#inviteMsg {
    margin-top: 15px;
    font-size: 15px;
}
.ambassador-page .network-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 30px;
}
.ambassador-page .stat-card{
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transition: 0.3s ease;
}
.ambassador-page .stat-card a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}
.ambassador-page .stat-card:hover{
    transform: translateY(-5px);
}
.ambassador-page .stat-card::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -40%;
    width: 140px;
    height: 140px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
}
.ambassador-page .stat-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.ambassador-page .stat-content h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}
.ambassador-page .stat-content span {
    font-size: 14px;
    opacity: 0.9;
}
.stat-blue {
    background: linear-gradient(135deg, #00AEF0, #0078D4);
}
.stat-green {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}
.stat-purple {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}
.stat-orange {
    background: linear-gradient(135deg, #f97316, #ea580c);
}
.ambassador-page .network-tree {
    background: #f5f7fb;
    padding: 30px 0;
    margin-bottom: 30px;
}
.ambassador-page .network-tree .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 18px;
    padding: 0 5px;
}
.ambassador-page .tree-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ambassador-page .adv-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid #e6ebf1;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    transition: all 0.25s ease;
    text-decoration: none;
}
.ambassador-page .adv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}
.ambassador-page .adv-left {
    flex-shrink: 0;
}
.ambassador-page .adv-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #00AEF0, #007BFF);
}
.ambassador-page .adv-body {
    flex: 1;
    min-width: 0;
}
.ambassador-page .adv-name {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ambassador-page .adv-email {
    font-size: 14px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ambassador-page .adv-right {
    text-align: right;
}
.ambassador-page .adv-meta {
    font-size: 14px;
    font-weight: 600;
    color: #00AEF0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ambassador-page .view-all-card {
    border: 2px dashed #cbd5e1;
    background: #f8fafc;
    justify-content: flex-start;
}
.ambassador-page .view-all-card:hover {
    background: #eef6ff;
    border-color: #00AEF0;
}
.ambassador-page .view-all-card .adv-avatar {
    background: linear-gradient(135deg, #00AEF0, #38bdf8);
}
.ambassador-page .no-data {
    grid-column: span 3;
    text-align: center;
    padding: 30px;
    color: #94a3b8;
    font-size: 14px;
}
.ambassador-page .network-activity .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 18px;
    padding: 0 5px;
}
.ambassador-page .table-card{
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 10px 35px rgba(15,23,42,0.06);
    overflow-x: auto;
}
.ambassador-page .dataTables_wrapper .dataTables_length{
    float: left;
    margin-bottom: 20px;
}
.ambassador-page .dataTables_wrapper .dataTables_filter{
    float: right;
    margin-bottom: 20px;
    position: relative;
}
.ambassador-page .dataTables_wrapper .dataTables_length label,
.ambassador-page .dataTables_wrapper .dataTables_filter label{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    position: relative;
}
.ambassador-page .dataTables_wrapper .dataTables_filter label::before{
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #94a3b8;
    z-index: 2;
}
.ambassador-page .dataTables_wrapper .dataTables_length select{
    height: 42px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 14px;
    background: #fff;
    outline: none;
    font-size: 14px;
    color: #0f172a;
}
.ambassador-page .dataTables_wrapper .dataTables_filter input{
    width: 260px;
    height: 42px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 16px 0 42px !important;
    outline: none;
    background: #fff;
    font-size: 14px;
    transition: all .25s ease;
}
.ambassador-page .dataTables_wrapper .dataTables_filter input:focus{
    border-color: #00AEF0;
    box-shadow: 0 0 0 4px rgba(0,174,240,0.10);
}
.ambassador-page .amb-table{
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 14px;
}
.ambassador-page .amb-table thead th{
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 0 18px 10px;
    border: none !important;
    background: transparent !important;
    white-space: nowrap;
}
.ambassador-page .amb-table thead th.sorting_asc:after {
    content: "\f0dc" !important;
    font-family: 'Font Awesome 5 Free' !important;
}
.ambassador-page .amb-table thead th.sorting_desc:after {
    content: "\f0de" !important;
    font-family: 'Font Awesome 5 Free' !important;
}
.ambassador-page .amb-table tbody tr{
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,0.06);
    transition: all .25s ease;
}
.ambassador-page .amb-table tbody tr:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(15,23,42,0.08);
}
.ambassador-page .amb-table tbody td{
    padding: 18px;
    font-size: 15px;
    border: none !important;
    vertical-align: middle;
    background: #fff;
}
.ambassador-page .amb-table tbody tr td:first-child{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.ambassador-page .amb-table tbody tr td:last-child{
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.ambassador-page .user-cell{
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 240px;
}
.ambassador-page .user-avatar{
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00AEF0, #0078D4);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0,174,240,0.22);
}
.ambassador-page .user-info{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.ambassador-page .user-name{
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}
.ambassador-page .user-email{
    font-size: 13px;
    color: #64748b;
    line-height: 1.3;
}
.ambassador-page .status{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: capitalize;
}
.ambassador-page .status.pending{
    background: rgba(148,163,184,0.15);
    color: #64748b;
}

.ambassador-page .status.sent{
    background: rgba(59,130,246,0.12);
    color: #2563eb;
}
.ambassador-page .status.clicked{
    background: rgba(245,158,11,0.15);
    color: #d97706;
}
.ambassador-page .status.in_progress{
    background: rgba(168,85,247,0.14);
    color: #9333ea;
}
.ambassador-page .status.signed_up{
    background: rgba(34,197,94,0.15);
    color: #16a34a;
}
.ambassador-page .status.missed{
    background: rgba(239,68,68,0.14);
    color: #dc2626;
}
.ambassador-page .status.expired{
    background: rgba(100,116,139,0.16);
    color: #475569;
}
.ambassador-page .date-cell{
    font-size: 14px;
    color: #64748b;
    white-space: nowrap;
}
.ambassador-page .action-cell{
    text-align: right;
}
.ambassador-page .delete-btn{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: none;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    transition: all .25s ease;
}
.ambassador-page .delete-btn:hover{
    background: #fee2e2;
    color: #dc2626;
    transform: scale(1.05);
}
.ambassador-page .no-data{
    text-align: center;
    padding: 40px !important;
    color: #94a3b8;
    font-size: 15px;
    background: transparent !important;
    box-shadow: none !important;
}
.ambassador-page .dataTables_wrapper .dataTables_info{
    padding-top: 18px;
    font-size: 14px;
    color: #64748b;
}
.ambassador-page .dataTables_wrapper .dataTables_paginate{
    padding-top: 12px;
}
.ambassador-page .dataTables_wrapper .dataTables_paginate .paginate_button{
    min-width: 38px;
    height: 38px;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    color: #64748b !important;
    margin: 0 4px;
    transition: all .25s ease;
}
.ambassador-page .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: rgba(0,174,240,0.08) !important;
    border-color: #00AEF0 !important;
    color: #00AEF0 !important;
}
.ambassador-page .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: linear-gradient(135deg, #00AEF0, #0078D4) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(0,174,240,0.25);
}
.ambassador-page .stripe-panel{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 38px 40px;
    border-radius: 24px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 25px 60px rgba(2, 6, 23, 0.08);
    transition: all 0.35s ease;
}
.ambassador-page .stripe-panel::before{
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    transition: all 0.4s ease;
}
.ambassador-page .stripe-panel.not_connected::before{
    background: radial-gradient(circle at left, #3b82f6, transparent 60%);
}
.ambassador-page .stripe-panel.pending::before{
    background: radial-gradient(circle at left, #f59e0b, transparent 60%);
    animation: glowMove 3s infinite ease-in-out;
}
.ambassador-page .stripe-panel.completed::before{
    background: radial-gradient(circle at left, #22c55e, transparent 60%);
}
.ambassador-page .stripe-panel.error::before{
    background: radial-gradient(circle at left, #ef4444, transparent 60%);
}
@keyframes glowMove{
    0% { transform: translateX(0px); opacity: 0.15; }
    50% { transform: translateX(20px); opacity: 0.25; }
    100% { transform: translateX(0px); opacity: 0.15; }
}
.ambassador-page .stripe-panel:hover{
    transform: translateY(-6px);
    box-shadow:
        0 35px 90px rgba(2, 6, 23, 0.12);
}
.ambassador-page .stripe-panel-left{
    display: flex;
    align-items: center;
    gap: 22px;
    z-index: 2;
}
.ambassador-page .stripe-badge{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(135deg, #00AEF0, #2563eb);
    box-shadow: 0 20px 50px rgba(0,174,240,0.30);
}
.ambassador-page .stripe-status-title{
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
}
.ambassador-page .stripe-status-sub{
    font-size: 15.5px;
    color: #475569;
    margin-top: 6px;
    line-height: 1.6;
    max-width: 520px;
}
.ambassador-page .stripe-panel-right{
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ambassador-page .stripe-action-btn{
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}
.ambassador-page .stripe-action-btn.primary{
    background: linear-gradient(135deg, #00AEF0, #2563eb);
    color: #fff;
    box-shadow: 0 18px 40px rgba(0,174,240,0.25);
}
.ambassador-page .stripe-action-btn.warning{
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
}
.ambassador-page .stripe-action-btn.success{
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
}
.ambassador-page .stripe-action-btn:hover{
    transform: translateY(-4px);
}
.ambassador-page .profile-form{
    padding: 20px 0;
}
.ambassador-page .profile-grid{
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
    margin-top: 20px;
}
.ambassador-page .profile-card{
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 14px;
    padding: 20px;
}
.ambassador-page .avatar-box img{
    width: 110px;
    height: 110px;
    border-radius: 14px;
    object-fit: cover;
    border: 2px solid #00aef0;
    margin-bottom: 10px;
}
.ambassador-page .form-group{
    margin-bottom: 14px;
}
.ambassador-page .form-group label{
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
.ambassador-page .form-group input,
.ambassador-page .form-group select,
.ambassador-page .form-group textarea{
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    outline: none;
}
.ambassador-page .form-group textarea{
    min-height: 80px;
    resize: none;
}
.ambassador-page .form-footer{
    margin-top: 20px;
    text-align: right;
}
.ambassador-page .save-btn{
    background: #00aef0;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}
/*--------------------------- Resend Verification Email ---------------------------*/
#verification-success-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999;
    background:rgba(204,255,204,.92);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}
#verification-success-popup .verification-popup-content{
    max-width:840px;
    width:100%;
    text-align:center;
    padding:40px;
}
#verification-success-popup .success-icon{
    margin-bottom:20px;
}
#verification-success-popup .success-icon i{
    font-size:80px;
    color:#008000;
}
#verification-success-popup h3{
    font-size:32px;
    color:#008000;
    margin:0 0 15px;
    font-family:'Bricolage Grotesque';
    font-weight:700;
}
#verification-success-popup p{
    font-size:18px;
    line-height:1.8;
    color:#333;
    margin:0 0 25px;
    font-family:'Bricolage Grotesque';
}
#verification-success-popup .support-note{
    font-size:16px;
    line-height:1.8;
    color:#483d8b;
    font-family:'Bricolage Grotesque';
    margin-bottom:30px;
}
#verification-success-popup .support-note strong{
    display:block;
    margin-bottom:8px;
    color:#483d8b;
    font-size:18px;
}
#verification-success-popup .support-note a{
    color:#0066cc;
    font-weight:600;
    text-decoration:none;
}
#verification-success-popup .support-note a:hover{
    text-decoration:underline;
}
#verification-success-popup #closeVerificationPopup{
    background:#008000;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    font-family:'Bricolage Grotesque';
    transition:.3s;
}
#verification-success-popup #closeVerificationPopup:hover{
    background:#006400;
}

.tinymce-help-note {
    background: #eef6ff;
    border-left: 4px solid #00AEF0;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #1a1a1a;
}
#recent-tickets #ticketsList td .label{
    display: inline-block;
    min-width: 95px;
    text-align: center;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
    text-transform: capitalize;
    border: 1px solid transparent;
}
#recent-tickets #ticketsList td .label-low{
    background: #eafaf1;
    color: #198754;
    border-color: #bfe8cf;
}
#recent-tickets #ticketsList td .label-medium{
    background: #fff8e5;
    color: #b78103;
    border-color: #ffe29a;
}
#recent-tickets #ticketsList td .label-high{
    background: #fff0f0;
    color: #dc3545;
    border-color: #ffc7cd;
}
#recent-tickets #ticketsList td .label-success{
    background: #eafaf1;
    color: #198754;
    border-color: #bfe8cf;
}
#recent-tickets #ticketsList td .label-warning{
    background: #fff8e5;
    color: #b78103;
    border-color: #ffe29a;
}
#recent-tickets #ticketsList td .label-danger{
    background: #f3f4f6;
    color: #6b7280;
    border-color: #d7dce2;
}
#recent-tickets #ticketsList td .btn.btn-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00AEF0;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #00AEF0;
    transition: all .25s ease;
    min-width: 120px;
}
#recent-tickets #ticketsList td .btn.btn-primary:hover{
    background: #14263A;
    border-color: #14263A;
    color: #fff;
}
#recent-tickets #ticketsList td:nth-child(2){
    font-weight: 600;
    color: #14263A;
}
.revive-main-wrap .inner-main-section .ticket-view-page{
    margin-top: 10px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-view-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:25px;
    flex-wrap:wrap;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-view-header .ticket-left h2{
    margin:0 0 8px;
    color:#14263A;
    font-size:28px;
    font-weight:700;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-view-header .ticket-left p{
    margin:0;
    color:#666;
    font-size:15px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .back-ticket-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#00AEF0;
    color:#fff;
    text-decoration:none;
    padding:12px 18px;
    border-radius:8px;
    font-size:14px;
    font-weight:600;
    transition:all .3s ease;
}
.revive-main-wrap .inner-main-section .ticket-view-page .back-ticket-btn:hover{
    background:#14263A;
    color:#fff;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-detail-card,
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-reply-card{
    background:#fff;
    border:1px solid #B1B5BA4A;
    border-radius:14px;
    padding:25px;
    box-shadow:0 8px 30px rgba(1, 41, 112, 0.08);
    margin-bottom:25px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-detail-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
    padding-bottom:20px;
    margin-bottom:25px;
    border-bottom:1px solid #eee;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-number-box span{
    display:block;
    font-size:13px;
    color:#777;
    margin-bottom:5px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-number-box h3{
    margin:0;
    color:#14263A;
    font-size:24px;
    font-weight:700;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-badges{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-priority,
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-status{
    display:inline-block;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.3px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .priority-low{
    background:#eafaf1;
    color:#1e8e5a;
}
.revive-main-wrap .inner-main-section .ticket-view-page .priority-medium{
    background:#fff8e1;
    color:#b78103;
}
.revive-main-wrap .inner-main-section .ticket-view-page .priority-high{
    background:#fdecec;
    color:#d93025;
}
.revive-main-wrap .inner-main-section .ticket-view-page .status-open{
    background:#e8f5e9;
    color:#2e7d32;
}
.revive-main-wrap .inner-main-section .ticket-view-page .status-progress{
    background:#fff4e5;
    color:#ef6c00;
}
.revive-main-wrap .inner-main-section .ticket-view-page .status-closed{
    background:#fdecea;
    color:#c62828;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-meta-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:25px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-meta-item{
    background:#f9fbfd;
    border:1px solid #edf1f5;
    border-radius:10px;
    padding:18px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-meta-item label{
    display:block;
    font-size:13px;
    color:#777;
    margin-bottom:8px;
    font-weight:600;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-meta-item div{
    color:#14263A;
    font-size:16px;
    font-weight:600;
    word-break:break-word;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-message-wrap h4{
    margin:0 0 15px;
    color:#14263A;
    font-size:20px;
    font-weight:700;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-message-box{
    background:#f8fbff;
    border:1px solid #e6eef5;
    border-radius:12px;
    padding:20px;
    color:#333;
    line-height:1.8;
    font-size:15px;
    word-break:break-word;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-message-box p:last-child{
    margin-bottom:0;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-reply-card h3{
    margin:0 0 8px;
    color:#14263A;
    font-size:24px;
    font-weight:700;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-reply-card p{
    margin:0 0 20px;
    color:#666;
    font-size:15px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-closed-box{
    background:#fff5f5;
    border:1px solid #ffd6d6;
    color:#c62828;
    padding:16px 20px;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-closed-box i{
    margin-right:8px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-chat-box{
    background:#fff;
    border:1px solid #B1B5BA4A;
    border-radius:14px;
    padding:20px;
    box-shadow:0 8px 30px rgba(1, 41, 112, 0.06);
    margin-bottom:25px;
    display:flex;
    flex-direction:column;
    gap:14px;
    max-height:520px;
    overflow-y:auto;
}
.revive-main-wrap .inner-main-section .ticket-view-page .chat-msg{
    max-width:75%;
    display:flex;
    flex-direction:column;
}
.revive-main-wrap .inner-main-section .ticket-view-page .chat-msg.user{
    align-self:flex-end;
    text-align:right;
}
.revive-main-wrap .inner-main-section .ticket-view-page .chat-msg.admin{
    align-self:flex-start;
    text-align:left;
}
.revive-main-wrap .inner-main-section .ticket-view-page .chat-bubble{
    padding:12px 16px;
    border-radius:14px;
    font-size:14px;
    line-height:1.6;
    word-break:break-word;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
}
.revive-main-wrap .inner-main-section .ticket-view-page .user-bubble{
    background:#0f5ef7;
    color:#fff;
    border-bottom-right-radius:4px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .admin-bubble{
    background:#f1f3f6;
    color:#333;
    border-bottom-left-radius:4px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .chat-time{
    font-size:11px;
    color:#888;
    margin-top:6px;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-reply-card textarea{
    width:100%;
    min-height:140px;
    border:1px solid #dcdfe6;
    border-radius:10px;
    padding:12px;
    font-size:14px;
    outline:none;
    resize:vertical;
}
.revive-main-wrap .inner-main-section .ticket-view-page .ticket-reply-card textarea:focus{
    border-color:#0f5ef7;
    box-shadow:0 0 0 3px rgba(15,94,247,0.1);
}
.revive-main-wrap .inner-main-section .ticket-view-page .btn-right{
    margin-top:15px;
    text-align:right;
}
/*--------------------------- Emergncey Card ---------------------------*/
#emergencyCardTable{
    width:100%;
    margin:0;
    border:1px solid #E8EDF3;
    border-radius:10px;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    background:#fff;
}
#emergencyCardTable thead th{
    background:none;
    border:none;
    border-bottom:2px solid #EEF2F6;
    color:#14263A;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
    padding:18px 16px;
}
#emergencyCardTable tbody td{
    border:none;
    border-bottom:1px solid #EEF2F6;
    padding:18px 16px;
    vertical-align:middle;
    color:#495057;
    font-size:14px;
}
#emergencyCardTable tbody tr:last-child td{
    border-bottom:none;
}
#emergencyCardTable tbody tr{
    transition:.25s;
}
#emergencyCardTable tbody tr:hover{
    background:#FAFCFD;
}
.ec-person{
    display:flex;
    align-items:center;
    gap:14px;
}
.ec-avatar{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:50%;
    overflow:hidden;
    border:1px solid #E6EBF1;
    background:#F8F9FA;
}
.ec-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.ec-info h5{
    margin:0;
    color:#14263A;
    font-size:15px;
    font-weight:600;
}
.ec-info span{
    display:block;
    margin-top:4px;
    color:#6C757D;
    font-size:13px;
}
.ec-info small{
    display:block;
    margin-top:4px;
    color:#9AA5B1;
    font-size:12px;
}
.ec-program strong{
    display:block;
    color:#14263A;
    font-size:14px;
    font-weight:600;
}
.ec-program span{
    display:block;
    margin-top:5px;
    color:#6C757D;
    font-size:13px;
}
#emergencyCardTable .label{
    display:inline-block;
    padding:10px 15px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    border:none;
    box-shadow:none;
}
#emergencyCardTable .label-success{
    background:#EAF8F0;
    color:#1E8E5A;
}
#emergencyCardTable .label-warning{
    background:#FFF6DF;
    color:#C78A00;
}
#emergencyCardTable .label-info{
    background:#EAF5FF;
    color:#1677FF;
}
#emergencyCardTable .label-danger{
    background:#FDECEC;
    color:#DC3545;
}
#emergencyCardTable .label-default{
    background:#F1F3F5;
    color:#6C757D;
}
#emergencyCardTable .btn{
    border-radius:5px;
    font-size:14px;
    font-weight:600;
    padding:10px 15px;
    transition:.25s;
}
#emergencyCardTable .btn-primary{
    background:#00AEF0;
    border:1px solid #00AEF0;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
#emergencyCardTable .btn-primary:hover{
    background:#0096CF;
    border-color:#0096CF;
}
#emergencyCardTable .btn-primary:hover i,#emergencyCardTable .btn-primary i:hover{
    background: unset;
}
#emergencyCardTable .btn i{
    padding: 0;
}
#emergencyCardTable .text-muted{
    color:#ADB5BD;
    font-size:13px;
}
#emergencyCardTable tbody td:first-child{
    color:#6C757D;
    font-weight:600;
}
.table-responsive{
    border:none;
    overflow-x:auto;
}
#revive-emergency-form-wrapper{
    --primary:#00AEF0;
    --secondary:#14263A;

    --text:#243447;
    --muted:#6B7280;

    --border:#D7E3EC;

    --bg:#F7FAFC;

    --white:#ffffff;
    max-width:1250px;
    margin:35px auto;
}
#revive-emergency-form-wrapper *{
    box-sizing:border-box;
}
#revive-emergency-form-wrapper .revive-page{
    background:#fff;
    border:1px solid #E6EEF5;
    border-radius:14px;
    padding:35px;
    box-shadow:0 10px 35px rgba(20,38,58,.08);
}
#revive-emergency-form-wrapper .revive-page-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:25px;
    padding-bottom:25px;
    margin-bottom:30px;
    border-bottom:1px solid #E8EEF5;
}
#revive-emergency-form-wrapper .revive-page-header .left{
    flex:1;
}
#revive-emergency-form-wrapper .revive-page-header h1{
    margin:0;
    color:#14263A;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
}
#revive-emergency-form-wrapper .revive-page-header p{
    margin:12px 0 0;
    max-width:650px;
    color:#667085;
    font-size:15px;
    line-height:1.8;
}
#revive-emergency-form-wrapper .revive-page-header .right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
#revive-emergency-form-wrapper .status{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}
#revive-emergency-form-wrapper .status:before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:currentColor;
}
#revive-emergency-form-wrapper .status.approved{
    background:#EAFBF3;
    color:#16A34A;
    border:1px solid #BBF7D0;
}
#revive-emergency-form-wrapper .status.pending{
    background:#FFF8E6;
    color:#D97706;
    border:1px solid #FCD34D;
}
#revive-emergency-form-wrapper .status.rejected{
    background:#FEECEC;
    color:#DC2626;
    border:1px solid #FECACA;
}
#revive-emergency-form-wrapper .status.cancelled{
    background:#F4F4F5;
    color:#52525B;
    border:1px solid #D4D4D8;
}
#revive-emergency-form-wrapper .revive-student-header{
    display:flex;
    align-items:flex-start;
    gap:35px;
}
#revive-emergency-form-wrapper .revive-student-header .student-details{
    flex:1;
}
#revive-emergency-form-wrapper .revive-student-header .student-photo{
    width:220px;
    min-width:220px;
    height:220px;
    border-radius:15px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}
#revive-emergency-form-wrapper .revive-student-header .student-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
#revive-emergency-form-wrapper .student-info h3{
    margin:0;
    color:var(--secondary);
    font-size:24px;
    font-weight:700;
}
#revive-emergency-form-wrapper .student-info p{
    margin:5px 0;
    color:var(--muted);
    font-size:14px;
}
#revive-emergency-form-wrapper .revive-info-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:30px;
}
#revive-emergency-form-wrapper .revive-info-card{
    border:1px solid var(--border);
    border-radius:12px;
    padding:18px;
    background:#FBFDFF;
}
#revive-emergency-form-wrapper .revive-info-card label{
    display:block;
    color:#94A3B8;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:8px;
    letter-spacing:.5px;
}
#revive-emergency-form-wrapper .revive-info-card span{
    display:block;
    color:var(--secondary);
    font-size:16px;
    font-weight:600;
}
#revive-emergency-form-wrapper .revive-section{
    background:#fff;
    border:1px solid #ccf1ff;
    border-radius:14px;
    overflow:hidden;
    margin-top:30px;
    box-shadow:0 4px 18px rgba(20,38,58,.04);
}
#revive-emergency-form-wrapper .revive-section h2{
    margin:0;
    padding:18px 24px;
    font-size:18px;
    font-weight:700;
    color:#14263A;
    background:#ccf1ff;
    border-bottom:1px solid #EDF2F7;
}
#revive-emergency-form-wrapper .revive-section-body{
    padding:25px;
}
#revive-emergency-form-wrapper .revive-grid-2{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}
#revive-emergency-form-wrapper .revive-grid-3{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
#revive-emergency-form-wrapper .revive-grid-4{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
#revive-emergency-form-wrapper .revive-section-body h4 {
    margin: 0 0 20px 0;
    background: #ccf1ff;
    padding: 10px 15px;
    border-radius: 10px;
}
#revive-emergency-form-wrapper .form-group{
    margin-bottom:20px;
}
#revive-emergency-form-wrapper label{
    display:block;
    margin-bottom:10px;
    color:#14263A;
    font-size:14px;
    font-weight:600;
}
#revive-emergency-form-wrapper .revive-small-note{
    background:#F6FBFE;
    border-left:4px solid #00AEF0;
    padding:15px;
    border-radius:10px;
    color:#556371;
    line-height:1.5;
    margin-bottom:25px;
}
#revive-emergency-form-wrapper input[type=text],
#revive-emergency-form-wrapper input[type=email],
#revive-emergency-form-wrapper input[type=tel],
#revive-emergency-form-wrapper input[type=date],
#revive-emergency-form-wrapper input[type=time],
#revive-emergency-form-wrapper input[type=number],
#revive-emergency-form-wrapper select,
#revive-emergency-form-wrapper textarea{
    width:100%;
    border:2px solid #D4DEE8;
    border-radius:10px;
    background:#FCFEFF;
    color:#14263A;
    font-size:14px;
    font-weight:500;
    padding:15px;
    transition:.25s;
    box-shadow:none;
    height: unset;
    line-height: unset;
}
#revive-emergency-form-wrapper textarea{
    padding-top:15px;
}
#revive-emergency-form-wrapper input:hover,
#revive-emergency-form-wrapper textarea:hover,
#revive-emergency-form-wrapper select:hover{
    border-color:#A8DDF5;
}
#revive-emergency-form-wrapper input:focus,
#revive-emergency-form-wrapper textarea:focus,
#revive-emergency-form-wrapper select:focus{
    border-color:#00AEF0;
    background:#fff;
    outline:none;
    box-shadow:0 0 0 4px rgba(0,174,240,.15);
}
#revive-emergency-form-wrapper input::placeholder,
#revive-emergency-form-wrapper textarea::placeholder{
    color:#A0AEC0;
}
#revive-emergency-form-wrapper input[readonly],
#revive-emergency-form-wrapper textarea[readonly],
#revive-emergency-form-wrapper select[disabled]{
    background:#F3F5F7;
    border-color:#D6DEE6;
    color:#667085;
    cursor:not-allowed;
}
#revive-emergency-form-wrapper .revive-checkbox-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px 25px;
    margin-top:10px;
}
#revive-emergency-form-wrapper .revive-checkbox-grid label{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:500;
    color:#344054;
    cursor:pointer;
    margin:0;
}
#revive-emergency-form-wrapper input[type=checkbox]{
    width:20px;
    height:20px;
    accent-color:#00AEF0;
    cursor:pointer;
    flex-shrink:0;
}
#revive-emergency-form-wrapper .revive-checkline{
    margin-top:15px;
}
#revive-emergency-form-wrapper .revive-checkline label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    line-height:1.8;
    font-weight:500;
}
#revive-emergency-form-wrapper hr{
    border:none;
    border-top:1px solid #ccc;
    margin:30px 0;
}
#revive-emergency-form-wrapper table{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}
#revive-emergency-form-wrapper table thead tr{
    border-bottom:2px solid #E5EDF5;
}
#revive-emergency-form-wrapper table th{
    padding:15px;
    text-align:left;
    font-size:14px;
    font-weight:700;
    color:#14263A;
    background:none;
}
#revive-emergency-form-wrapper table td{
    padding:15px;
    border-bottom:1px solid #EEF3F7;
    vertical-align:top;
}
#revive-emergency-form-wrapper table tbody tr:hover{
    background:#FAFCFE;
}
#revive-emergency-form-wrapper table td input{
    height:46px !important;
    border:2px solid #D4DEE8 !important;
    background:#fff !important;
    box-shadow:none !important;
}
#revive-emergency-form-wrapper .revive-pickup-card{
    background:#FAFCFE;
    border:1px solid #E5EDF5;
    border-radius:10px;
    padding:20px;
    margin-bottom:20px;
}
#revive-emergency-form-wrapper .revive-pickup-card-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid #E8EEF5;
}
#revive-emergency-form-wrapper .revive-pickup-card-title strong{
    font-size:16px;
    color:#14263A;
}
#revive-emergency-form-wrapper .revive-inline-checks{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:20px;
}
#revive-emergency-form-wrapper .revive-inline-checks label{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
}
#revive-emergency-form-wrapper .revive-verification-list{
    margin-top:25px;
}
#revive-emergency-form-wrapper .revive-verification-card{
    background:#F9FCFF;
    border-left:4px solid #00AEF0;
    border-radius:10px;
    padding:15px;
    margin-top:15px;
}
#revive-emergency-form-wrapper .revive-verification-title{
    font-size:15px;
    font-weight:700;
    color:#14263A;
    margin-bottom:10px;
}
#revive-emergency-form-wrapper .revive-btn-row{
    margin-top:25px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}
#revive-emergency-form-wrapper .revive-btn{
    background:#00AEF0;
    color:#fff;
    border:none;
    border-radius:40px;
    padding: 15px 20px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;

}
#revive-emergency-form-wrapper .revive-btn:hover{
    background:#14263A;
}
#revive-emergency-form-wrapper .revive-btn-outline{
    background:#fff;
    color:#14263A;
    border:2px solid #00AEF0;
}
#revive-emergency-form-wrapper .revive-btn-outline:hover{
    background:#00AEF0;
    color:#fff;
}
#revive-emergency-form-wrapper .revive-consent-box{
    background:#F8FCFE;
    border-radius:10px;
    line-height:1.8;
    color:#4B5563;
    font-size:14px;
}
#revive-emergency-form-wrapper .revive-section-body .checkbox label{
    display: flex;
    align-items: center;
    margin: 0;
}
#revive-emergency-form-wrapper .revive-section-body .checkbox label input{
    margin-right: 15px;
}
#revive-emergency-form-wrapper .revive-signature-row{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:25px;
    margin-top:30px;
}
#revive-emergency-form-wrapper .revive-signature-line{
    height:55px;
    border-bottom:2px solid #CBD5E1;
}
#revive-emergency-form-wrapper .revive-footer-note{
    margin-top:35px;
    padding-top:25px;
    border-top:1px solid #E5EDF5;
    font-size:13px;
    color:#667085;
    line-height:1.8;
}
#revive-emergency-form-wrapper .revive-form-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:35px;
    padding-top:25px;
    border-top:1px solid #e7e7e7;
}
#revive-emergency-form-wrapper .revive-form-footer-right{
    display:flex;
    align-items:center;
    gap:10px;
}
#revive-emergency-form-wrapper .revive-form-footer .btn,#revive-emergency-form-wrapper button#reviveAddPickupBtn{
    padding:15px 20px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:none;
    transition:.25s ease;
    text-decoration:none;
    box-shadow:none;
}
#revive-emergency-form-wrapper .revive-form-footer .btn i{
    font-size:14px;
}
#revive-emergency-form-wrapper .revive-form-footer .btn-default{
    background:#fff;
    color:#444;
    border:1px solid #d9d9d9;
}
#revive-emergency-form-wrapper .revive-form-footer .btn-default:hover{
    background:#f5f5f5;
    border-color:#cfcfcf;
    color:#222;
}
#revive-emergency-form-wrapper .revive-form-footer .btn-warning{
    background:#fff6e6;
    color:#b7791f;
    border:1px solid #f3d28b;
}
#revive-emergency-form-wrapper .revive-form-footer .btn-warning:hover{
    background:#ffe8bb;
    color:#8a5a11;
}
#revive-emergency-form-wrapper .revive-form-footer .btn-primary{
    background:#2f6fed;
    color:#fff;
}
#revive-emergency-form-wrapper .revive-form-footer .btn-primary:hover{
    background:#1d5dde;
}
#revive-emergency-form-wrapper .revive-form-footer .btn-primary:focus{
    color:#fff;
}
#revive-emergency-form-wrapper .revive-form-footer .btn:disabled{
    opacity:.75;
    cursor:not-allowed;
}
#revive-emergency-form-wrapper .revive-alert-success{
    border-radius:12px;
    border:1px solid #b7ebc6;
    background:#ecfdf3;
    color:#146c43;
    padding:18px 20px;
    font-size:15px;
    font-weight:500;
}
#revive-emergency-form-wrapper .revive-alert-success i{
    margin-right:10px;
    font-size:18px;
}
#revive-emergency-form-wrapper .revive-alert-danger{
    border-radius:10px;
    border:1px solid #f5c2c7;
    background:#fff5f5;
    color:#b42318;
    padding:18px 20px;
    font-size:15px;
    font-weight:500;
}
#revive-emergency-form-wrapper .revive-alert-danger i{
    margin-right:10px;
    font-size:18px;
}
.revive-emergency-card{
    background: #fff;
    padding: 20px;
    margin: 25px auto;
    width: 1024px;
}
.revive-emergency-card .ecard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:3px solid #00AEF0;
}
.revive-emergency-card .ecard-title h2{
    margin:0;
    color:#14263A;
    font-size:28px;
    font-weight:700;
}
.revive-emergency-card .ecard-title p{
    margin:10px 0 0;
    color:#666;
    font-size:14px;
    line-height:1.5;
}
.revive-emergency-card .ecard-actions button{
    padding:15px 20px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:none;
    transition:.25s ease;
    text-decoration:none;
    box-shadow:none;
}
.revive-emergency-card .ecard-section{
    margin-top:20px;
}
.revive-emergency-card .ecard-section .inline{
    display: flex;
    grid-gap: 20px;
}
.revive-emergency-card .ecard-section h3{
    margin:0 0 12px;
    padding:10px 15px;
    background:#14263A;
    color:#fff;
    border-left:5px solid #00AEF0;
    border-radius:4px;
    font-size:17px;
    font-weight:600;
}
.revive-emergency-card table{
    margin-bottom:0;
}
.revive-emergency-card table th{
    width:220px;
    background:#f6fbfd;
    color:#14263A;
    font-weight:600;
}
.revive-emergency-card table th,
.revive-emergency-card table td{
    padding:10px 12px !important;
    vertical-align:middle;
}
.revive-emergency-card .student-photo{
    width:180px;
    height:180px;
    object-fit:cover;
    border-radius:15px;
}
.revive-emergency-card .label{
    border-radius:20px;
    padding:5px 12px;
    font-size:11px;
    font-weight:600;
}
.revive-emergency-card .ecard-footer{
    margin-top:25px;
    padding-top:15px;
    border-top:2px solid #d9e4ea;
}
.revive-emergency-card .btn{
    min-width:180px;
}
@media print{
    @page{
        size:A4 portrait;
        margin:8mm;
    }

    body{
        background:#fff !important;
        color:#14263A !important;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
        line-height:1.3;
        -webkit-print-color-adjust:exact;
        print-color-adjust:exact;
    }
    .header,
    .navbar,
    .sidebar,
    .footer,
    .breadcrumb-section,
    .ecard-actions,
    .btn{
        display:none !important;
    }
    .revive-emergency-card .ecard-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-bottom:3px solid #00AEF0;
        padding-bottom:8px;
        margin-bottom:10px;
    }
    .revive-emergency-card .ecard-title h2{
        margin:0;
        color:#14263A;
        font-size:20px;
        font-weight:700;
    }
    .revive-emergency-card .ecard-title p{
        margin:5px 0 0;
        font-size:10px;
        color:#555;
    }
    .revive-emergency-card .ecard-section{
        margin-top:10px;
        page-break-inside:avoid;
    }
    .revive-emergency-card .ecard-section h3{
        margin:0 0 10px;
        padding:10px;
        background:#14263A !important;
        color:#fff !important;
        border-left:5px solid #00AEF0;
        font-size:14px;
        font-weight:700;
    }
    .revive-emergency-card table{
        width:100%;
        border-collapse:collapse;
        margin-bottom:5px;
        page-break-inside:avoid;
    }
    .revive-emergency-card table th{
        background:#eef9fd !important;
        color:#14263A !important;
        font-weight:700;
        width:170px;
    }
    .revive-emergency-card table th,
    .revive-emergency-card table td{
        border:1px solid #c7d7df;
        padding:10px!important;
        font-size:12px;
        vertical-align:middle;
    }
    .revive-emergency-card .label{
        display:inline-block;
        padding:5px 10px;
        border-radius:10px;
        font-size:10px;
        font-weight:700;
    }
    .label-success{
        background:#dff7e5 !important;
        color:#0f7b37 !important;
        border:1px solid #7fd49d;
    }
    .label-danger{
        background:#fde8e8 !important;
        color:#c62828 !important;
        border:1px solid #ef9a9a;
    }
    .label-default{
        background:#f1f1f1 !important;
        color:#555 !important;
        border:1px solid #ccc;
    }
    .ecard-footer{
        margin-top:10px;
        padding-top:8px;
        border-top:2px solid #00AEF0;
        font-size:9px;
        color:#555;
    }
    h2,
    h3,
    table,
    tr,
    td,
    th,
    img{
        page-break-inside:avoid;
    }
    .ecard-section:last-child{
        margin-bottom:0;
    }
}
/*--------------------------- Tutor Base LMS ---------------------------*/
.revive-main-wrap .inner-content-section .attendance-dashboard{
    display:flex;
    gap:30px;
    align-items:flex-start;
    margin-top:25px;
}
.revive-main-wrap .inner-content-section .attendance-calendar-panel{
    width:430px;
    background:#fff;
    border:1px solid #E6EDF5;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(20,38,58,.06);
}
.revive-main-wrap .inner-content-section .attendance-details-panel{
    flex:1;
    background:#fff;
    border:1px solid #E6EDF5;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(20,38,58,.06);
}
.revive-main-wrap .inner-content-section .attendance-page-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 25px;
    border-bottom: 1px solid #EDF2F7;
    background: #14263A;
    border-radius: 15px;
}
.revive-main-wrap .inner-content-section .attendance-page-title{
    display:flex;
    align-items:center;
    gap:18px;
}
.revive-main-wrap .inner-content-section .attendance-page-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:#EAF8FD;
    display:flex;
    align-items:center;
    justify-content:center;
}
.revive-main-wrap .inner-content-section .attendance-page-icon .material-symbols-outlined{
    font-size:34px;
    color:#00AEF0;
}
.revive-main-wrap .inner-content-section .attendance-page-title h2{
    margin:0;
    font-family:'Bricolage Grotesque',sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height:1.2;
}
.revive-main-wrap .inner-content-section .attendance-page-title p{
    margin:8px 0 0;
    font-size:15px;
    color:#667085;
}
.revive-main-wrap .inner-content-section .attendance-history-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #00AEF0;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    transition: .25s;
    font-size: 18px;
}
.revive-main-wrap .inner-content-section .attendance-history-btn .material-symbols-outlined{
    font-size:20px;
}
.revive-main-wrap .inner-content-section .attendance-panel-header{
    padding:25px;
    border-bottom:1px solid #EDF2F7;
    background:#fff;
}
.revive-main-wrap .inner-content-section .attendance-panel-title{
    display:flex;
    align-items:center;
    gap:15px;
}
.revive-main-wrap .inner-content-section .attendance-panel-title .material-symbols-outlined{
    width:50px;
    height:50px;
    border-radius:14px;
    background:#EAF8FD;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    color:#00AEF0;
}
.revive-main-wrap .inner-content-section .attendance-panel-title h3{
    margin:0;
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:24px;
    font-weight:700;
    color:#14263A;
}
.revive-main-wrap .inner-content-section .attendance-panel-title p{
    margin:6px 0 0;
    font-size:14px;
    color:#667085;
    line-height:1.6;
}
.revive-main-wrap .inner-content-section .attendance-calendar-weekdays{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    padding:18px 20px;
    background:#F8FAFC;
    border-bottom:1px solid #EDF2F7;
}
.revive-main-wrap .inner-content-section .attendance-calendar-weekdays span{
    text-align:center;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    color:#98A2B3;
    font-family:'Bricolage Grotesque',sans-serif;
    text-transform:uppercase;
}
.revive-main-wrap .inner-content-section .attendance-calendar-grid{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:10px;
    padding:20px;
}
.revive-main-wrap .inner-content-section .attendance-empty-cell{
    height:86px;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day{
    position:relative;
    height:86px;
    border:1px solid #E5EDF5;
    border-radius:16px;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.25s;
    user-select:none;
}
.revive-main-wrap .inner-content-section .attendance-day-name{
    font-size:10px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#98A2B3;
    margin-bottom:3px;
}
.revive-main-wrap .inner-content-section .attendance-day-number{
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:28px;
    font-weight:700;
    color:#14263A;
    line-height:1;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.available{
    border:2px solid #00AEF0;
    background:#F4FCFF;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.available:hover{
    background:#00AEF0;
    border-color:#00AEF0;
    transform:translateY(-3px);
    box-shadow:0 12px 24px rgba(0,174,240,.22);
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.available:hover .attendance-day-name,
.revive-main-wrap .inner-content-section .attendance-calendar-day.available:hover .attendance-day-number{
    color:#fff;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.selected{
    background:#14263A;
    border-color:#14263A;
    box-shadow:0 15px 35px rgba(20,38,58,.22);
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.selected .attendance-day-name,
.revive-main-wrap .inner-content-section .attendance-calendar-day.selected .attendance-day-number{
    color:#fff;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.today{
    box-shadow:0 0 0 3px rgba(0,174,240,.15);
}
.revive-main-wrap .inner-content-section .attendance-day-status{
    position:absolute;
    bottom:-8px;
    left:50%;
    transform:translateX(-50%);
    width:24px;
    height:24px;
    border-radius:50%;
    background:#00AEF0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.revive-main-wrap .inner-content-section .attendance-day-status .material-symbols-outlined{
    font-size:14px;
    color:#fff;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.selected .attendance-day-status{
    background:#fff;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.selected .attendance-day-status .material-symbols-outlined{
    color:#14263A;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.disabled{
    background:#F8FAFC;
    border:1px dashed #E2E8F0;
    cursor:default;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.disabled:hover{
    transform:none;
    box-shadow:none;
    background:#F8FAFC;
}
.revive-main-wrap .inner-content-section .attendance-calendar-day.disabled .attendance-day-name,
.revive-main-wrap .inner-content-section .attendance-calendar-day.disabled .attendance-day-number{
    color:#CBD5E1;
}
.revive-main-wrap .inner-content-section .attendance-empty-state{
    padding:70px 35px;
    text-align:center;
}
.revive-main-wrap .inner-content-section .attendance-empty-state .material-symbols-outlined{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:#EAF8FD;
    color:#00AEF0;
    font-size:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.revive-main-wrap .inner-content-section .attendance-empty-state h3{
    margin:25px 0 12px;
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:26px;
    font-weight:700;
    color:#14263A;
}
.revive-main-wrap .inner-content-section .attendance-empty-state p{
    max-width:340px;
    margin:0 auto;
    font-size:15px;
    line-height:1.8;
    color:#667085;
}
.revive-main-wrap .inner-content-section .attendance-content{
    padding:28px;
}
.revive-main-wrap .inner-content-section .attendance-info-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:24px;
}
.revive-main-wrap .inner-content-section .attendance-info-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:20px;
    border:1px solid #E8EEF5;
    border-radius:16px;
    background:#FAFCFE;
}
.revive-main-wrap .inner-content-section .attendance-info-icon{
    width:52px;
    height:52px;
    border-radius:14px;
    background:#EAF8FD;
    display:flex;
    align-items:center;
    justify-content:center;
}
.revive-main-wrap .inner-content-section .attendance-info-icon .material-symbols-outlined{
    font-size:24px;
    color:#00AEF0;
}
.revive-main-wrap .inner-content-section .attendance-info-content label{
    display:block;
    margin-bottom:6px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#98A2B3;
}
.revive-main-wrap .inner-content-section .attendance-info-content h4{
    margin:0;
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:20px;
    font-weight:700;
    color:#14263A;
}
.revive-main-wrap .inner-content-section .attendance-info-content p{
    margin:6px 0 0;
    font-size:14px;
    color:#667085;
}
.revive-main-wrap .inner-content-section .attendance-card{
    margin-bottom:20px;
    padding:22px;
    background:#FFFFFF;
    border:1px solid #E8EEF5;
    border-radius:16px;
    transition:.25s;
}
.revive-main-wrap .inner-content-section .attendance-card:hover{
    border-color:#D3EAF8;
    box-shadow:0 10px 25px rgba(20,38,58,.05);
}
.revive-main-wrap .inner-content-section .attendance-card-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}
.revive-main-wrap .inner-content-section .attendance-card-header .material-symbols-outlined{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#EAF8FD;
    color:#00AEF0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}
.revive-main-wrap .inner-content-section .attendance-card-header h3{
    margin:0;
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:18px;
    font-weight:700;
    color:#14263A;
}
.revive-main-wrap .inner-content-section .attendance-checkbox{
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px 18px;
    border:1px solid #E5EDF5;
    border-radius:14px;
    cursor:pointer;
    transition:.25s;
    background:#fff;
}
.revive-main-wrap .inner-content-section .attendance-checkbox:hover{
    border-color:#00AEF0;
    background:#F8FDFF;
}
.revive-main-wrap .inner-content-section .attendance-checkbox input{
    width:18px;
    height:18px;
    margin:0;
    cursor:pointer;
}
.revive-main-wrap .inner-content-section .attendance-checkbox span{
    font-size:15px;
    font-weight:600;
    color:#344054;
}
.revive-main-wrap .inner-content-section .aftercare-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.revive-main-wrap .inner-content-section .aftercare-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 16px;
    border:1px solid #E5EDF5;
    border-radius:30px;
    cursor:pointer;
    background:#FFFFFF;
    transition:.25s;
    font-size:14px;
    font-weight:600;
    color:#344054;
}
.revive-main-wrap .inner-content-section .aftercare-item:hover{
    background:#F4FCFF;
    border-color:#00AEF0;
}
.revive-main-wrap .inner-content-section .aftercare-item input{
    margin:0;
    width:16px;
    height:16px;
}
.revive-main-wrap .inner-content-section .attendance-rate-box{
    background:linear-gradient(135deg,#14263A,#1D344D);
    border-radius:18px;
    padding:24px;
    color:#FFFFFF;
    overflow:hidden;
    position:relative;
}
.revive-main-wrap .inner-content-section .attendance-rate-box:before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}
.revive-main-wrap .inner-content-section .attendance-rate-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
    position:relative;
    z-index:2;
}
.revive-main-wrap .inner-content-section .attendance-rate-row:last-of-type{
    border-bottom:none;
}
.revive-main-wrap .inner-content-section .attendance-rate-row span{
    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
    color:rgba(255,255,255,.65);
}
.revive-main-wrap .inner-content-section .attendance-rate-row strong{
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:20px;
    font-weight:700;
    color:#FFFFFF;
}
.revive-main-wrap .inner-content-section .attendance-rate-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:22px;
    padding-top:20px;
    border-top:2px dashed rgba(255,255,255,.18);
    position:relative;
    z-index:2;
}
.revive-main-wrap .inner-content-section .attendance-rate-total span{
    font-size:15px;
    font-weight:700;
    color:#FFFFFF;
    text-transform:uppercase;
    letter-spacing:.8px;
}
.revive-main-wrap .inner-content-section .attendance-rate-total strong{
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:34px;
    font-weight:700;
    color:#00AEF0;
    line-height:1;
}
.revive-main-wrap .inner-content-section #selected_slots,
.revive-main-wrap .inner-content-section #slot_rate,
.revive-main-wrap .inner-content-section #aftercare_total{
    font-family:'Bricolage Grotesque',sans-serif;
    font-weight:700;
}
.revive-main-wrap .inner-content-section #aftercare_total{
    color:#00AEF0;
}
.revive-main-wrap .inner-content-section .attendance-rate-box:hover{
    box-shadow:0 18px 40px rgba(20,38,58,.22);
    transform:translateY(-2px);
    transition:.25s;
}
.revive-main-wrap .inner-content-section .attendance-footer{
    margin-top:28px;
}
.revive-main-wrap .inner-content-section .btn-save-attendance{
    width:100%;
    height:58px;
    border:none;
    border-radius:16px;
    background:linear-gradient(135deg,#00AEF0,#0097D2);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    font-family:'Bricolage Grotesque',sans-serif;
    font-size:17px;
    font-weight:700;
    color:#FFFFFF;
    transition:.25s;
}
.revive-main-wrap .inner-content-section .btn-save-attendance:hover{
    background:linear-gradient(135deg,#0097D2,#007FB4);
    box-shadow:0 14px 35px rgba(0,174,240,.28);
    transform:translateY(-2px);
}
.revive-main-wrap .inner-content-section .btn-save-attendance .material-symbols-outlined{
    font-size:22px;
}
.revive-main-wrap .inner-content-section .attendance-card,
.revive-main-wrap .inner-content-section .attendance-info-card,
.revive-main-wrap .inner-content-section .attendance-calendar-day,
.revive-main-wrap .inner-content-section .btn-save-attendance,
.revive-main-wrap .inner-content-section .aftercare-item,
.revive-main-wrap .inner-content-section .attendance-checkbox{
    transition:all .25s ease;
}
/*--------------------------- Responsive ---------------------------*/

@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1920px) and (max-width: 1920px) {
    .container{
        max-width: 1440px !important;
    }
}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1500px) and (max-width: 1599px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1440px) and (max-width: 1440px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-height: 800px) and (max-height: 940px) and (min-width: 768px) and (max-width: 1024px) {
    .container{
        width: unset;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: unset;
    }
    .revive-main-wrap .inner-main-section .result-find-section .results-section, .revive-main-wrap .inner-content-section .box-wrap .results-section{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container{
        width: unset;
    } 
}

@media(min-width: 320px) and (max-width: 480px){
    .container{
        width: unset;
    }
    nav.revive-navbar{
        padding: 15px;
    }
    nav.revive-navbar .navbar-header .inline {
        align-items: center;
        justify-content: space-between;
    }
    nav.revive-navbar ul li a{
        padding: 0;
    }
    nav.revive-navbar .navbar-collapse {
        height: unset !important;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0 0 0;
    }
    ul#main-menu li a,ul#main-menu li:first-child a,ul#main-menu li:last-child a{
        padding: 15px !important;
    }
    .revive-main-wrap .inner-main-section,.revive-main-wrap .inner-main-section .result-find-section .city-search .input-box,
    .revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap, .revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addeducation-wrap{
        display: block;
    }
    .revive-main-wrap .inner-main-section .profile-section,
    .revive-main-wrap .inner-main-section .quick-numbers-section, .revive-main-wrap .inner-main-section .profile-right-section,
    .revive-main-wrap .inner-main-section .profile-section .my-profile-data a,
    .revive-welcome-wrap .inline-left-right .left-box,.revive-welcome-wrap .inline-left-right .right-box{
        width: 100%;
    }
    .revive-main-wrap .inner-main-section .result-find-section .results-section, .revive-main-wrap .inner-content-section .box-wrap .results-section,
    .revive-main-wrap .inner-main-section .quick-numbers-section .inline{
        grid-template-columns: repeat(1, 1fr);
    }
    .revive-main-wrap .inner-main-section .profile-section .my-profile-data{
        border: 1px solid #ccc;
        padding: 80px 15px 30px;
    }
    .revive-main-wrap .inner-main-section .quick-numbers-section {
        margin: 50px 0 0 0;
    }
    .dataTables_wrapper .row,.revive-welcome-wrap .inline-left-right{
        overflow-y: scroll;
    }
    .revive-main-wrap .dataTables_info {
        margin: 15px 0 30px 0;
    }
    .revive-main-wrap .dataTables_paginate a{
        display: inline-block;
    }
    .revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .inline-addroom-wrap small.room-days{
        position: unset;
    }
    .revive-main-wrap .inner-main-section .result-find-section ul.nav, .admin-login-wrap .inner-section ul.nav{
        display: flex;
    }
    #introLetterModal{
        padding: 0 !important;
    }
    #introLetterModal .modal-dialog{
        overflow: unset;
        width: 95%;
    }
    #introLetterModal .modal-body{
        overflow: hidden;
    }
    #introLetterModal .modal-body .col-sm-3{
        display: none;
    }
    #introLetterModal .modal-header h4 {
        width: 100%;
        font-size: 18px;
        line-height: 1.3;
    }
    #introLetterModal .modal-header .inline button#dontShowIntro {
        font-size: 14px;
        padding: 6px 10px;
        grid-gap: 6px;
    }
    #introLetterModal .modal-header .inline .close {
        font-size: 20px;
        margin-left: auto;
    }
    .modal .modal-lg{
        width: fit-content;
    }
    .revive-main-wrap table.dataTable td a i, .revive-main-wrap table.dataTable td a.full-btn, .revive-main-wrap table.dataTable td a i, .revive-main-wrap table.dataTable td a.book-room,
    .revive-welcome-wrap .inline-left-right{
        display: block;
    }
    .revive-main-wrap .bv-alert-box .alert a.verify-link{
        display: block;
        width: fit-content;
        margin: 15px 0 0 0;
        padding: 10px 30px;
    }
    .revive-main-wrap .inner-main-section .result-find-section .results-section .result-box .bottom-btn-inline.book-room-sec a {
        padding: 8px 10px;
    }
    .revive-main-wrap .breadcrumb-section,
    .revive-main-wrap .breadcrumb-section h1{
        display: block;
        text-align: center;
    }
    .revive-main-wrap .breadcrumb-section ul {
        margin: 15px 0;
        border-top: 1px solid #000;
        padding: 15px 0 0 0;
        justify-content: center;
    }
    .revive-welcome-wrap .inline-left-right .left-box,
    .revive-welcome-wrap .inline-left-right .right-box{
        padding: 30px 20px;
    }
    .revive-main-wrap .inner-main-section .result-find-section ul.nav li a, .admin-login-wrap .inner-section ul.nav li a{
        font-size: 16px;
        padding: 10px 20px;
    }
    .revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap, .revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap:not(#tutorbvform){
        padding: 20px 5px;
    }
    .revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap .input-box, .revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap .input-box {
        margin-bottom: 30px;
    }
    .revive-main-wrap .inner-main-section .profile-right-section form.form-box-wrap button.default-btn, .revive-main-wrap .inner-main-section .result-find-section form.form-box-wrap button.default-btn {
        padding: 12px 30px;
        font-size: 16px;
        margin: 0 auto;
    }
    .admin-login-wrap form div#message-box.success,
    .admin-login-wrap form div#signup-message-box.success {
        font-size: 16px;
        text-align: center;
    }
    .admin-login-wrap form div#message-box.success .loader-emoji,
    .admin-login-wrap form div#signup-message-box.success .loader-emoji{
        font-size: 24px;
    }
    .ambassador-signup-inner-section{
        flex-direction: column;
    }
    .ambassador-signup-inner-section .signup-left,
    .ambassador-signup-inner-section .signup-right{
        width: 100%;
    }
    .ambassador-signup-inner-section .admin-form{
        grid-template-columns: 1fr;
    }
    .revive-main-wrap .inner-main-section .ticket-view-page .ticket-detail-card,
    .revive-main-wrap .inner-main-section .ticket-view-page .ticket-reply-card{
        padding:18px;
    }
    .revive-main-wrap .inner-main-section .ticket-view-page .ticket-view-header .ticket-left h2{
        font-size:24px;
    }
    .revive-main-wrap .inner-main-section .ticket-view-page .ticket-number-box h3{
        font-size:20px;
    }
    .revive-main-wrap .inner-main-section .ticket-view-page .chat-msg{
        max-width:100%;
    }
    .revive-main-wrap .inner-main-section .ticket-view-page .ticket-chat-box{
        max-height:420px;
    }
}