:root{
    --cb-btn-color:#ED2A26;
    --cb-btn-color-hover:#ED2A26 !important;
    --cb-menu-active-bg:#ED2A2610;
    --cb-greenbg-light:#0a6c3310;
    --cb-dark-green:#03b053;
    --cb-button-text:#ffffff;
    --cb-white:#ffffff;
    --cb--orange:#FF8901;
    --cb--blue:#0066CC;
    --cb-black:#333333;
    --cb-dark-gray:#555555;
    --cb-star-color: #ef7420;
    --fb-color:#3b5998;
    --tw-color:#1da1f2;
    --g-color:#ff0000;
    --cb-gray:#aaaaaa;
    --bs-body-bg: #f7f7f7;
    --cd-border-color: #ececec;
}
a, .btn {
    text-decoration: none;
}
.btn-primary {
    color: var(--cb-button-text);
    border-color: var(--cb-btn-color);
    background: var(--cb-btn-color);
    transition: 0.3s;
}

.btn-primary:hover {
    color: var(--cb-white);
    border-color:var(--cb-btn-color-hover);
    background-color:var(--cb-btn-color-hover)
}
.btn-white {
    color: var(--cb-btn-color);
    border-color: var(--cb-btn-color);
    background: var(--cb-white);
    transition: 0.3s;
}

.btn-white:hover {
    color: var(--cb-button-text);
    border-color:var(--cb-btn-color-hover);
    background-color:var(--cb-btn-color-hover);
}
.btn-black{
    color: var(--cb-white);
    border-color: var(--cb-white);
    background: var(--cb-black);
    transition: 0.3s;
}

.btn-black:hover {
    color: var(--cb-black);
    border-color:var(--cb-white);
    background-color:var(--cb-white);
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: var(--cb-white);
    background-color:var(--cb-btn-color-hover);
    border-color:var(--cb-btn-color-hover);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: var(--cb-white);
    background-color: var(--cb-btn-color-hover);
    border-color: var(--cb-btn-color-hover);
    -webkit-box-shadow: 0 0 0 0.15rem rgba(237, 42, 38, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(237, 42, 38, 0.5);
}
.btn-primary-soft {
    color: var(--cb-button-text);
    border-color: var(--cb-btn-color);
    background: var(--cb-btn-color);
    transition: 0.3s;
}
.page-item.active .page-link {
    z-index: 3;
    color: var(--cb-button-text);
    background-color:var(--cb-btn-color);
    border-color: var(--cb-btn-color);
}
.btn-success-soft {
    background: #00980045 !important;
    color: #017001 !important;
}
.btn-success-soft:hover {
    background: #017001 !important;
    color: var(--cb-white) !important;
}
.text-green{
    color:var(--cb-btn-color);
}
.text-organge{
    color:var(--cb--orange);
}
.headtopbar {
    background: var(--cb-black);
    color: var(--cb-white);
    padding: 8px;
    font-size: 16px;
}
body {
    overflow-x: hidden;
}
.logo {
    text-align: left;
}
span.logo-lg {
    display: flex;
    align-items: center;
    height: 100%;
}
span.logo-lg span {
    color: var(--cb-btn-color);
    font-size: 20px;
    font-weight: 600;
    margin-left: 0px;
}
button#vertical-menu-btn {
    background: var(--cb-btn-color);
    color: var(--cb-white);
    font-size: 30px !important;
    order: 1;
}
table.table-bordered.dataTable td:last-child a, table.table-bordered.dataTable td:last-child a {
    color: var(--cb-black);
    font-size: 14px;
    margin-right: 10px;
}
.space-between {
    justify-content: space-between;
}
.bg-violet-soft {
    background: var(--cb--orange);
}
.bg-violet {
    background: #6126DA;
    color: var(--cb-white);
}
.text-violet {
    color: #6126DA;
}
.font-size-30 {
    font-size: 30px;
}
.text-mute {
    color: #000;
}
.bg-pink-soft {
    background:var(--cb-btn-color);
}
.text-pink {
    color: #BB4AD6;
}
.bg-blue-soft {
    background: var(--cb--blue);
}
.text-blue {
    color: #0066CC;
}
.align-center {
    align-items: center;
}
.nav-pills-color a.nav-link {
    font-size: 16px;
    color: var(--cb-dark-gray);
    padding: 0 10px;
}
.nav-pills-color a.nav-link.active {
    color: var(--cb-btn-color);
}
.card-title {
    font-size: 20px;
    color: var(--cb-black);
    margin: 0;
}
.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
    margin: 5px 15px 0 !important;
}
.apexcharts-legend-marker {
    border-radius: 50% !important;
}
#revenueGrowth_box h5 {
    color: var(--cb-black);
    font-size: 18px;
}
#revenueGrowth_box h5 + small {
    color: var(--cb-dark-gray);
    font-size: 14px;
    font-weight: 400;
}
.verti-timeline .event-list {
    font-size: 14px;
}
.chart-statistics > span {
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 3px;
}
.account-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0 !important;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #F7F7F7;
}
.col-md-8.login-card {
    display: flex;
    justify-content: space-between;
    background: var(--cb-white);
    box-shadow: 0 0 2px #0002;
    padding: 0;
}
.col-left {
    width: 100%;
}
.col-right {
    width: 40%;
    background-size: cover;
    background-position: center;
}
.login-card .card {
    margin: 0;
}
.login-card .profile-user-wid {
    margin: 0 auto;
}
.login-card .profile-user-wid img {
    max-width: 100%;
}
.login-card h5 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
}

.remamber-sec {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.remamber-sec label, .remamber-sec a {
    font-size: 13px;
    font-weight: 400;
}
.table_heading h2 {
    font-size: 18px;
    margin: 8px 0 0;
}
.dataTables_filter {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    padding-right: 15px;
}
.dataTables_filter > label {
    border: 1px solid #fafafa;
    border-radius: 5px;
    padding: 3px 35px 3px 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 210px;
    margin: 0;
    background: #fafafa;
}
.dataTables_filter > label > i {
    position: absolute;
    right: 0;
    width: 35px;
    height: 33px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}
.dataTables_filter > label > input.form-control {
    margin: 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    border: none !important;
    font-size: 14px;
    line-height: 1.6;
    background: transparent;
}
.dropdown-item-lable {
    color: var(--cb-black);
    font-size: 14px;
    margin-right: 10px;
    padding: 3px 1.5rem 0;
    width: 100%;
    display: inline-block;
}
a.table_head_btn {
    background: var(--cb-btn-color);
    color: var(--cb-white);
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.3s;
    gap: 8px;
}
a.table_head_btn:hover {
    background: var(--cb-btn-color-hover);
    color: var(--cb-white);
    transition: 0.3s;
}
#datatable-inline_wrapper .row:first-child {
    margin-bottom: 15px;
}
#datatable-inline_wrapper .row:last-child {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
}
.table th {
    font-weight: 500;
    background: var(--cb-menu-active-bg);
    color: var(--cb-black);
}
.simplebar-content-wrapper {
    background-color: var(--cb-white);
}

.btn-warning-soft {
    background: linear-gradient(90deg, rgba(240,153,122,0.3) 0%, rgba(255, 174, 0, 0.3) 100%);
    color: #f18058;
    transition: 0.3s;
}
.btn-warning-soft:hover {
    background: linear-gradient(90deg, rgba(240,153,122,1) 0%, rgba(255, 174, 0, 1) 100%);
    color: var(--cb-white);
    transition: 0.3s;
}
.btn-danger-soft {
    background: #ec2b2459;
    color: #EC2B24 !important;
    transition: 0.3s;
}
.btn-danger-soft:hover {
    background: #EC2B24 !important;
    color: var(--cb-white) !important;
    transition: 0.3s;
}
.btn-set {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.profile-card .btn-set a {
    width: 100%;
    padding: 7px 7px;
}
/* table td:last-child a {
    color: var(--cb-black);
    font-size: 18px;
    margin-right: 5px;
} */
.profile-gallary .col {
    max-width: 20%;
    margin-bottom: 20px;
    width: 100%;
    flex: auto;
}
.profile-gallary .col:nth-child(1), .profile-gallary .col:nth-child(2), .profile-gallary .col:nth-child(3) {
    max-width: 33.33%;
}
.btn-transparent {
    background: transparent;
    color: var(--cb-black);
    font-weight: 400;
}

.container-fluid > .table_heading, .container-fluid > .table_add_btn {
    display: none;
}
.date-row {
    margin: 10px auto 40px;
    display: flex;
    justify-content: space-around;
}
.date-data {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    font-size: 16px;
}
span.date-content {
    font-weight: 600;
    color: var(--cb-black);
}
.artical-image {
    margin-bottom: 30px;
}
.artical-image img {
    max-width: 100%;
}
thead.hide {
    display: none;
}

.swal2-modal {
    padding: 25px 61px 40px !important;
    width: calc(235px + 120px) !important;
    min-height: auto !important;
}
.swal2-icon {
    position: relative;
}
.swal2-icon {
    position: relative !important;
    background: url(../images/Vector.png);
    border: none !important;
    color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto !important;
    background-size: 50px;
}
h2.swal2-title {
    color: #0B1018 !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}
.swal2-content {
    font-size: 14px !important;
    color: var(--cb-dark-gray) !important;
}
hr.swal2-spacer {
    margin: 7px 0 !important;
}
button.swal2-confirm.swal2-styled {
    border-radius: 5px;
    font-size: 16px;
    margin: 0;
    width: 100%;
    border: 2px solid var(--cb-btn-color) !important;
    background: var(--cb-btn-color ) !important;
}
button.swal2-cancel.swal2-styled {
    background: transparent !important;
    margin: 15px 0 0;
    width: 100%;
    color: var(--cb-btn-color) !important;
    border: 2px solid var(--cb-btn-color) !important;
    border-radius: 5px;
}
button.swal2-cancel.swal2-styled:hover {
    color: var(--cb-white) !important;
    background: var(--cb-btn-color) !important;
    border: 2px solid var(--cb-btn-color) !important;
}
.ticket-details {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 25px;
}
.ticket-content p {
    color: var(--cb-dark-gray);
    padding: 0;
    margin: 10px 0;
}
.ticket-content p:last-child {
    margin-bottom: 0;
}
.ticket-description {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ticket-description-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.ticket-desc-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.ticket-icon-box {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.ticket-content-box h4 {
    font-size: 16px;
    margin: 0 0 0px;
    color: var(--cb-black);
}
.ticket-content-box span.date {
    font-size: 12px;
    color: var(--cb-dark-gray);
}
.ticket-description-box:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.ticket-description-box:last-child .ticket-desc-content-box p:last-child {
    margin-bottom: 0;
}
.border-radius {
    border-radius: 10px;
}

.overflow-hidden {
    overflow: hidden;
}
.ticket-info-row {
    margin-bottom: 20px;
}
.ticket-info-row .ticket-info-title {
    font-size: 16px;
    margin-bottom: 3px;
}
.ticket-info-row .text-violet {
    margin-bottom: 0;
}
.ticket-info-row:last-child {
    margin-bottom: 0;
}
.ticket-info-row .form-control {
    background: #faf4f4;
    border: none;
    margin-top: 5px;
    padding: 10px 15px; 
}
.ticket-info-row a.table_head_btn {
    padding: 12px 15px;
    justify-content: center;
}
.ticket-info-row .tox.tox-tinymce {
    border-color: #ececec !important;
    border-radius: 10px;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    line-height: 15px;
    background-color: var(--cb-btn-color) !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}
.nav-tabs-custom {
    gap: 15px;
}
.nav-tabs-custom .nav-item .nav-link:before, .nav-tabs-custom .nav-item .nav-link:after{
    display: none;
}
a.table_head_btn {
    white-space: nowrap;
}
button.custom-btn {
    background: transparent;
    border: none;
    font-size: 18px;
}
ul.nav-custom {
    margin-left: -20px;
    margin-right: -20px;
    background: #FAFAFA;
}
ul.nav-custom li.nav-item a {
    min-width: 200px;
    text-align: center;
    border-radius: 0;
    padding: 12px 40px;
}
ul.nav-custom li.nav-item a.active {
    background: var(--cb-btn-color);
}
ul.nav-custom li.nav-item a:hover {
    color: var(--cb-btn-color);
}
ul.nav-custom li.nav-item a.active:hover {
    color: var(--cb-white);
}
.tab-custom-content {
    padding: 30px 10px 0;
}
.custom-profile-card {
    background: var(--cb-black);
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
/* .custom-profile-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 2px;
    background: var(--cb-btn-color);
}   */
.profile-verified {
    position: absolute;
    right: 20px;
    top: 20px;
} 
.profile-card-left {
    width: 50%;
    padding: 20px;
}
.profile-card-right {
    padding: 20px;
    width: 50%;
}
.profile-card-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 20px;

}
.profile-card-avtar {
    width: 100px;
    height: 100px;
    background: #fcfcfc;
    border-radius: 50%;
    overflow: hidden;
}
.profile-card-avtar img {
    width: 100px;
    height: 100px;
    padding: 0;
}   
.profile-card-details {
    padding-left: 0px;
    color: #fff;
}
.profile-card-details h5 {
    font-size: 20px;
    color: #fff;
}
.profile-card-details p {
    font-size: 16px;
    margin: 0;
}
.profile-card-btn {
    font-size: 16px;
    display: flex;
    margin-top: 20px;
}
.profile-card-btn a {
    padding: 0 20px;
    border-right: 1px solid #777;
}
.profile-card-btn a:last-child {
    border-right: 0px solid #777;
}
table.profile-card-table {
    margin: 0;
}
table.profile-card-table th {
    padding: 10px 7px;
    background: transparent;
    color: var(--cb-black);
    border: none;
    font-size: 16px;
}
table.profile-card-table td {
    padding: 10px 7px;
    background: transparent;
    color: var(--cb-dark-gray);
    border: none;
    font-size: 16px;
}
.custom-profile-details {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}   
.custom-profile-details h4.card-title {
    margin-bottom: 15px;
}
.custom-profile-details p {
    font-size: 16px;
    margin: 0 0 10px !important;
}
.card {
    -webkit-box-shadow: 0 0 2px rgba(18, 38, 63, 0.3);
    box-shadow: 0 0 2px rgba(18, 38, 63, 0.3);
    border-radius: 5px;
}
.card.reviews-card {
    width: 92%;
}
.reviews-card h5.card-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
.rating-ave {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.rating-ave p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rating-ave p i {
    color: var(--cb-star-color);
    font-size: 1.4em;
}
.bar-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}
.bar-area .progress {
    width: 50%;
}
.bar-area .star-area {
    width: calc(50% - 50px);
    display: flex;
    gap: 7px;
    justify-content: center;
}
.star-area-count {
    width: 50px;
    text-align: center;
}
.bar-area .star-area i {
    color: #d9d9d9;
    font-size: 20px;
}
.bar-area .star-area i.rated {
    color: var(--cb-star-color);
}
.bar-area .progress .progress-bar {
    background: var(--cb-dark-green);
    animation: animate-positive 1s;
}
.reviews-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.reviews-user-details {
    display: flex;
    align-items: center;
    gap: 20px;
}
.reviews-user-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.reviews-user-img img {
    max-width: 100%;
}
.reviews-user-detials .user-name {
    font-size: 20px;
    font-weight: 500;
}
.reviews-user-detials .user-date {
    color: var(--cb-dark-gray);
}  
.reviews-user-rating .star-area {
    display: flex;
    gap: 5px;
    font-size: 20px;
    color: #d9d9d9;
    margin-bottom: 10px;
} 
.reviews-user-rating .star-area .rated {
    color: var(--cb-star-color);
}
.comment-area p {
    font-size: 16px;
    color: var(--cb-dark-gray);
    margin: 0;
}
.load-more-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.load-more-btn a {
    display: inline-block;
    padding: 10px 45px;
    border: 1.5px solid var(--cb-dark-gray);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: var(--cb-dark-gray);
    transition: 0.5s;
}
.load-more-btn a:hover {
    background: var(--cb-dark-gray);
    border: 1.5px solid var(--cb-dark-gray);
    color: var(--cb-white);
}

.report-details {
    margin-left: -30px;
    margin-right: -30px;
}
.report-details .reviews-details {
    padding: 30px;
    border-top: 1px solid #dcdcdc;
}
.report-details .reviews-details:first-child {
    border: none;
    padding-top: 10px;
}
.report-details .reviews-details:last-child {
    padding-bottom: 0;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%555555'/></svg>");
}
input#customControlInline {
    margin-left: -18px;
    margin-right: 10px;
}
.form-check-input:checked {
    background-color: var(--cb-dark-green);
    border-color: var(--cb-dark-green);
    border-radius: unset;
}
input#customControlInline:focus {
    box-shadow: unset;
}
#terms:checked {
    background-color: var(--cb-btn-color);
    border-color: var(--cb-btn-color);
    border-radius: unset;
}  
#terms:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


#terms {
width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-check-input[type="checkbox"] {
    border-radius: unset !important;
}
#declineRecord .modal-dialog.modal-xl {
    max-width: 800px;
}
#declineRecord .modal-body > .row:first-child .col-md-12 {
    text-align: center;
}
#declineRecord .modal-body > .row:first-child .col-md-12 i {
    font-size: 55px;
    color: var(--cb-star-color);
}
#declineRecord .modal-body > .row:first-child .col-md-12 h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
textarea.form-control {
    background: var(--cb-white) !important;
    min-height: 110px;
}
#declineRecord button.btn-primary {
    margin-right: 10px;
    width: 100%;
    max-width: 40%;
    padding: 10px 25px;
    font-size: 16px;
    border: 1px solid #ed2a26;
}
#declineRecord button.btn-secondary {
    background: var(--cb-white);
    width: 100%;
    max-width: 40%;
    padding: 10px 25px;
    font-size: 16px;
    border: 1px solid #ed2a26;
    color: #ed2a26 !important;
}
.swal2-icon.swal2-warning.pulse-warning {
    background-image: url('../images/delete.png');
}
.table-responsive {
    margin-left: -20px;
    margin-right: -20px;
}
/* div.table-responsive > div.dataTables_wrapper > div.row:first-child, div.table-responsive > div.dataTables_wrapper > div.row:last-child {
    margin-left: 15px;
    margin-right: 15px;
} */
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px !important;
    border-right-width: 0;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    border-right-width: 0;
}
.logo-card {
    background-color: var(--cb-btn-color);
    padding: 30px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.admin-div {
    float: left;
    width: 100%;
}
.admin-div h6 {
    color: var(--cb-white);
    font-weight: 500;
    font-size: 18px;
}
.left-side-div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 550px;
}
.login-logo-div {
    width: 200px;
}
.login-page {
    display: inline-block;
    justify-content: center;
    width: 100%;
    background: var(--cb-white);
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 2px #0003;
}
.home-create-acc p {
    font-size: 12px;
    font-weight: 500;
}
.home-create-acc p a {
    color: var(--cb-btn-color);
    font-weight: 500;
    margin-left: 10px;
}
.cyber-sign-btn button {
    padding-left: 40px;
    padding-right: 40px;
}
.cyber-sign-btn a{
    color: var(--cb-white);
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    border-radius: 2px;
}
.social-list-item {
    height: 2.5rem;
    width: 2.5rem;
    line-height: calc(2.5rem - 0px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 4px;
    color: #adb5bd;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 17px;
}
.fb-color{
    background-color: var(--fb-color);
    border-color: var(--fb-color);
}
.tw-color{
    background-color: var(--tw-color);
    border-color: var(--tw-color);
}
.yt-color{
    background-color: var(--cb-btn-color);
    border-color: var(--cb-btn-color);
}
.in-color{
    background-color: var(--cb--blue);
    border-color: var(--cb--blue);
}
.g-color{
    background-color: var(--g-color);
    border-color: var(--g-color);
}
.mdi-set, .mdi:before {
    font-size: 18px;
}
.social-list-item.fb-color:hover {
    color: var(--fb-color) !important;
}
.social-list-item.tw-color:hover {
    color: var(--tw-color) !important;
}
.social-list-item.g-color:hover {
    color: var(--g-color) !important;
}
/* .cyber-center-row{
    align-items: start;
    justify-content: center;
} */
.login-foote-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.forget-pas-span{
    padding-left: 10px;
}
section.profile-name {
    background-color: var(--cb-black);
    padding: 20px;
}
.pro-img-div {
    display: flex;
}
ul.level-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.level-ul li {
    color: var(--cb-white);
    display: inline-block;
    padding-right: 30px;
    font-weight: 400;
}
ul.level-ul li span {
    opacity: 0.8;
    font-weight: 300;
}
ul.exam-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}
ul.exam-ul li {
    color: var(--cb-white);
    display: inline-flex;
    border: 1px solid var(--cb-gray);
    padding: 16px 20px;
    margin: 0px;
    flex-direction: column;
    gap: 5px;
}
ul.exam-ul li span {
    display: block;
    text-align: center;
}
ul.exam-ul Li:nth-child(2) {
    border-left: none;
    border-right: none;
}
.profime-img-div {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.pic-div img {
    border: 2px solid var(--cb-white);
}
.pro-wrap {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    gap:20px;
}
.pro-setting a {
    color: var(--cb-white);
}
.pro-setting {
    display: flex;
}
.pro-socila {
    display: flex;
    gap: 5px;
}   
section.pro-tabs-sec {
    padding: 20px 12px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 16px;
    transition: 0.3s;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 600;
    color: #707070;
}
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    /* background-color: #ddd; */
    border-bottom: 2px solid var(--cb-btn-color);
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    /* background-color: #ccc; */
    border-bottom: 2px solid var(--cb-btn-color);
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 20px 12px 6px 0;
    /* border: 1px solid #ccc; */
    border-top: none;
  }
  .col-login-inner {
    padding: 0px 15px 0 25px;
}

.col-login-inner h5 {
    font-size: 32px;
    font-weight: 700;
}
.app-search-logo {
    order: 3;
}
.gap-5 {
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.list-group-flush > .list-group-item .border-bottom {
    margin-bottom: -1px;
    position: relative;
}
.list-group-outer {
    padding: 20px;
}
.list-group-outer > ul.list-group {
    box-shadow: 0 0 10px #0002;
    border-radius: 4px;
}
.list-group-flush > .list-group-item .details {
    position: absolute;
    left: 0;
    background: white;
    height: auto;
    z-index: 1;
    padding: 20px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px 0px;
    margin: 0px 15px 0;
    width: 85%;
}
.list-group-outer .list-group-outer > ul.list-group {
    box-shadow: 0 0 3px #0002;
}
.list-group-flush > .list-group-item .border-bottom a, .list-group-flush > .list-group-item .border-bottom.opened a.icon_plus {
    color: inherit;
}
.list-group-flush > .list-group-item .border-bottom.opened a, .list-group-flush > .list-group-item .border-bottom.opened h1 {
    color: var(--cb-btn-color);
}
.list-group-flush > .list-group-item .border-bottom h1.heading {
    cursor: pointer;
}


.page-button {
    text-align: right;
}
.col-custom {
    max-width: 25%;
}
.card-image {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.image-buttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}
.image-buttons .btn {
    padding: 5px 7px;
    font-size: 0.9em;
}
.custom-image-input {
    position: relative;
    cursor: pointer;
    gap: 32px;
    border-radius: 2px;
    border: 1px solid rgb(239, 239, 239);
    background: rgb(255, 255, 255);
    aspect-ratio: 1/0.7;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-image-input input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
.custom-image-input button {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}
.custom-image-button-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
}
.custom-image-button-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.issue-section {
    display: flex;
    flex-direction: row;
}
.issue {
    position: relative;
}
.issue-trigar, .issue-add {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 2px 0px 0px;
    cursor: pointer;
    border: 1px solid rgb(239, 239, 239);
    background: rgb(255, 255, 255);
    height: 40px;
    width: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
}
.issue-trigar-close {
    all: unset;
    cursor: pointer;
    z-index: 9;
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: rgb(255, 255, 255);
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.issue_inner_main_append .issue-trigar {
    background: var(--cb-white);
    color: var(--cb-black);
    border-color: var(--cb-white);
}
.issue.issue_inner_sub_append .issue-trigar{
    background: var(--cd-border-color);
    color: var(--cb-black);
    border-color: var(--cb-white);
}

.issue.issue_inner_sub_append.active .issue-trigar, .issue_inner_main_append.active .issue-trigar {
    background: var(--cb-btn-color);
    color: var(--cb-white);
    border-color: var(--cb-btn-color);
}


.custom-select-db {
    position: relative;
}
.custom-select-db .form-control {
    padding-right: 40px;
}
.custom-select-db .form-control + i {
    position: absolute;
    top: 12px;
    right: 12px;
}
.text-muted {
    color: #afb0b4 !important;
}
.col-custom a {
    color: inherit;
    width: 100%;
    display: inline-block;
    height: 100%;
}
.profile-view {
    background: #333;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    padding: 35px;
    color: var(--cb-white);
}

.profile-full-image img {
    border: 3px solid var(--cb-white);
    aspect-ratio: 1/1; 
    /* aspect-ratio: 1; */
    object-fit: cover;
    object-position: center;
    background: #fff;
}
.profile-top-details h2 {
    color: var(--cb-white);
    margin-bottom: 20px;
}
.meta-info {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 5px;
}
i.dripicons-warning {
    display: none;
}
.profile-details h2 {
    align-items: center;
    display: flex;
    gap: 5px;
    line-height: 1;
    font-weight: 400;
} 
.font-weight-600 {
    font-weight: 600 !important;
}
.inner-pop {
    padding: 22px 25px 25px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px 0px;
    max-width: 505px;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    width: 100%;
    display: none;
}
.inner-pop.inner-pop-open {
    display: block;
}
.inner-pop-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.inner-pop-title h1 {
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 18px;
}
button.inner-pop-close {
    background: transparent;
    border: none;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 17px;
    margin: 0;
    line-height: 1;
}
.inner-pop-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.inner-pop-item {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
a.inner-pop-items-toggle {
    color: inherit;
}
p.inner-pop-item-desc {
    margin: 0;
    color: #000;
    max-height: 192px;
    overflow-y: scroll;
}
.inner-pop-item.active {
    border-color: var(--g-color);
}
.inner-pop-item.active svg path {
    fill: var(--g-color);
}
.inner-pop-item.file.active svg path {
    fill: none;
    stroke: var(--g-color);
}
/* form.custom-setting-form {
    max-width: 1000px;
} */
.nav-tabs-custom .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.5rem 0.9rem !important;
    border-radius: 4px;
}
.nav-tabs-custom .nav-item .nav-link.active {
    color: var(--cb-white);
    background: var(--cb-btn-color);
}
.tab-content-small {
    max-width: 795px;
    margin-bottom: 35px;
}
.nav-tabs-custom .nav-item .nav-link:hover {
    color: inherit;
}
.nav-tabs-custom .nav-item .nav-link.active:hover {
    color:  var(--cb-white);
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-400 {
    font-weight: 400;
}
.form-check-input:checked {
    background-color: var(--cb-btn-color);
    border-color: var(--cb-btn-color);
    border-radius: unset;
}
.form-switch .form-check-input:focus {
    box-shadow: none;
}
.form-switch-lg .form-check-input {
    width: 65px;
    height: 30px;
    left: -1.65rem;
}
.form-switch-lg {
    padding-left: 3.85rem;
}
.form-switch label.form-check-label {
    font-size: 16px;
    font-weight: 400;
}
.custom-accordian {
    display: none;
}
a.custom-accordian-toggle {
    display: inline-block;
    transition: 0.3s;
}
.custom-accordian-toggle.active {
    transform: rotate(-180deg);  
}
.custom-accordian.custom-accordian-open {
    display: block;
}
.custom-accordian-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.custom-accordian-item {
    cursor: pointer;
}
.custom-accordian-item.active {
    color: var(--cb-btn-color);
}
.custom-accordian-data {
    display: none;
}
.custom-accordian-data.active {
    display: block;
}
.custom-accordian-item.active .inner-pop {
    display: block;
}
section.v-tabs-sec {
    display: inline-block;
    width: 100%;
    margin: 40px auto;
    padding: 0;
}
.v-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.v-tabs-buttons {
    width: 280px;
    margin-left: -23px;
    background: var(--cb-white);
}
.v-tabs-title {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1;
    color: #000;
}
.v-tabs-buttons .nav-pills > a {
    border-bottom: 1px solid #ececec;
    display: flex;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 17px 20px;
    margin: 0 !important;
}
.v-tabs-buttons .nav-pills > a.active {
    color: var(--cb-btn-color);
    background: var(--cb-menu-active-bg);
}
.v-tabs-buttons .nav-pills > a:hover {
    color: var(--cb-btn-color);
}
.v-tabs-content {
    width: calc(100% - 300px);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--cb-white);
    background-color: var(--cb-btn-color);
}
.nav-link:focus, .nav-link:hover {
    color:  var(--cb-btn-color);
}
ul.exam-issues {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    max-width: calc(100% - 300px);
}
ul.exam-issues li.exam-issues-list {
    position: relative;
    display: inline-block;
    width: auto;
}
ul.exam-issues li.exam-issues-list > a.inner-pop-items-toggle {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: var(--cb-white);
    border-radius: 4px;
    font-size: 16px;
    color: var(--cb-black);
}
ul.exam-issues li.exam-issues-list .inner-pop {
    min-width: 400px;
}
ul.exam-issues li.exam-issues-list .inner-pop {
    min-width: 400px;
    bottom: 100%;
    left: 0;
}
.v-tabs-inner-tabs .btn-set > a {
    display: flex;
    line-height: 1;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #000;
}
.v-tabs-inner-tabs .btn-set {
    gap: 5px;
    margin-top: -5px;
}
.form-select:focus {
    border-color: var(--cd-border-color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.align-start {
    align-items: flex-start;
}
.time-stamp {
    display: inline-block;
    width: 100%;
    background: var(--cb-white);
    color: var(--cb-black);
    text-align: center;
    padding: 5px 15px;
    font-size: 28px;
    font-weight: 700;
    border-radius: 4px;
}
.custom-select-db input ~ .row {
    /* display: flex; */
    max-height: 300px;
    overflow-y: scroll;
    box-shadow: 0 0 2px #0005;
    margin: 0 auto;
    display: none;
}
.custom-select-db.open_popup  input ~ .row {
    display: flex;
}

/*
.custom-select-db input:focus ~ .row {
    display: block;
} */
.profile-img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background: var(--cb-white);
    width: 90%;
    border: 1px solid var(--cd-border-color);
}
.profile-img-block .mb-3 {
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
}
.profile-img-block .mb-3 img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    opacity: 0;
}
.mt-2.file_upload_profile_icon {
    position: absolute;
}
.mt-2.file_upload_profile_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.file_upload_profile_btn {
    display: flex;
    color: inherit;
    font-weight: 500;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
}
.profile-img-block.uploaded .mb-3 img {
    opacity: 1;
}
.profile-img-block.uploaded a.file_upload_profile_btn {
    opacity: 0;
}
.ans-select {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    border: 1px solid var(--cd-border-color);
    position: relative;
}
.ans-select-items {
    display: flex;
    flex-direction: column;
    /* width: 20%;  */
    position: relative;
}
.ans-select-items .outer-inner-pop.inner-pop-open {
    width: 350px;
    bottom: 100%;
}
.ans-select-items-title {
    padding: 10px;
    border: 1px solid var(--cd-border-color);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    line-height: 1.2;
    font-size: 14px;
    background: var(--cb-white);
    cursor: pointer;
}
.ans-select-items-sub {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sub-select-items-title {
    /* width: 100%; */
    display: flex;
    border: 1px solid var(--cd-border-color);
    text-align: center;
    font-size: 14px;
    justify-content: center;
    padding: 0;
    background: var(--cb-white);
    cursor: pointer;
}
.sub-select-items-title span {
    padding: 10px;
}
.ans-select-items-title.active {
    color: var(--cb-btn-color);
}
.sub-select-items-title.active {
    background: var(--cb-btn-color);
    color: var(--cb-white);
    position: relative;
}
.sub-select-items-title.active .inner-pop.outer-inner-pop {
    display: block;
    width: 350px;
    right: 0;
    bottom: 100%;
    z-index: 999;
    left: 0;
}


.ans-select-items-sub .sub-select-items-title:nth-child(1) .inner-pop.outer-inner-pop {
    right: auto !important;
    left: 0 !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(2) .inner-pop.outer-inner-pop {
    right: auto !important;
    left: 0 !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(3) .inner-pop.outer-inner-pop {
    right: auto !important;
    left: 0 !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(4) .inner-pop.outer-inner-pop {
    right: auto !important;
    left: 0 !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(5) .inner-pop.outer-inner-pop {
    right: auto !important;
    left: 0 !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(6) .inner-pop.outer-inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(7) .inner-pop.outer-inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(8) .inner-pop.outer-inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(9) .inner-pop.outer-inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items-sub .sub-select-items-title:nth-child(10) .inner-pop.outer-inner-pop {
    right: 0 !important;
    left: auto !important;
}

.ans-select-items:nth-child(1) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(6) .ans-select-items-inner > .inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items:nth-child(2) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(7) .ans-select-items-inner > .inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items:nth-child(3) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(8) .ans-select-items-inner > .inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items:nth-child(4) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(9) .ans-select-items-inner > .inner-pop {
    right: 0 !important;
    left: auto !important;
}
.ans-select-items:nth-child(5) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(10) .ans-select-items-inner > .inner-pop {
    right: 0 !important;
    left: auto !important;
}



.studentexam_slider  .slick-track {
    display: flex;
    gap: 15px;
    width: 100%;
    margin: 0;
}
.studentexam_slider .slick-track .col-custom {
    width: 100%;
    max-width: calc(100% - 15px);
}

.studentexam_slider {
    display: flex !important;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.studentexam_slider button.slide-arrow {
    position: absolute;
    left: -7px;
    background: var(--cb-white);
    border: 1px solid var(--cd-border-color);
    box-shadow: 0 0 3px #0002;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.studentexam_slider button.slide-arrow.next-arrow {
    right: 0px;
    left: auto;
}
.studentexam_slider button.slide-arrow i {
    line-height: 0;
}
.studentexam_slider .slick-list.draggable {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
}
.exam-list {
    padding-left: 30px;
}
ul.exam-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.exam-list-items li {
    background: var(--cb-white);
    border-bottom: 1px solid var(--cd-border-color);
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.exam-list-items li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--cb-black);
    opacity: 0.8;
    padding: 10px 15px;
    width: 100%;
}
table.table-bordered.dataTable.m-0 {
    margin: 0 !important;
}
.pointer-event-none {
    pointer-events: none;
}
.btn-transperent {
    background: #fff2;
}
label.repeater-lable {
    font-size: 16px;
    color: var(--cb-black);
}
label.repeater-lable button {
    background: transparent;
    border: none;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.repeater .custom-image-input button {
    transform: scale(0.8);
}
.exam-grade {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.exam-grade .dull {
    color: var(--cb-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    opacity: 0.5;
}
.exam-grade  .gradeText {
    color: rgb(3, 176, 83);
    font-size: 34px;
    font-weight: 600;
    line-height: 24px;
}
.link {
    text-decoration: underline !important;
}
.font-size-40 {
    font-size: 65px;
}
.text-green{
    color: rgb(3, 176, 83) !important;
}
.help-section {
    text-align: center;
    padding: 2rem 0;
    max-width: 600px;
    margin: 0 auto;
}
.p-4 {
    padding: 2rem !important;
}
.chat-icon {
    display: flex;
    width: 75px;
    height: 75px;
    background: var(--g-color);
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 50%;
    right: 10px;
}
.chat-icon a {
    font: inherit;
    color: inherit;
    line-height: 1;
}
.chat-icon .mdi::before {
    font-size: inherit;
}
.upgrade-plan {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(250, 250, 250);
}
.upgrade-plan h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
}
.upgrade-plan-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: left;
}
.upgrade-plan-item:last-child {
    margin-bottom: 0;
}
.upgrade-plan-item span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.plans-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.plans-detail-item {
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    background: rgb(250, 250, 250);
    padding: 20px;
    display: grid;
    grid-template-areas: "tick planType . price"
        "tick planType . price";
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    text-align: left;
    transition: background 250ms ease-in-out 0s;
    border: 1px solid #ececec;
}
.plans-detail-item .tick {
    grid-area: tick;
    margin-right: 34px; 
}
.plans-detail-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.plans-detail-item .planType {
    grid-area: planType;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plans-detail-item .planType h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.plans-detail-item .price h1 {
    color: var(--cb-black);
    font-size: 40px;
    font-weight: 700;
    margin: 0 5px;
    line-height: 1;
}
.plans-detail-item .button {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--cb-menu-active-bg);
    color: var(--cb-btn-color);

}
.plans-detail-item .button span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.plans-detail-item .price {
    grid-area: price;
    display: flex;
    align-items: flex-end;
    gap: 2px;
}
.plans-detail-item .price span {
    opacity: 0.6;
    color: var(--cb-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.plans-detail-item.active {
    background: var(--cb-btn-color);
}
.plans-detail-item.active .planType h1, .plans-detail-item.active .price h1, .plans-detail-item.active .price span, .plans-detail-item.active .button {
    color: var(--cb-white);
}
.plans-detail-item.active .button {
    background: #fff3;
}
.active-plan {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: end;
    gap: 15px;
}
.plans-detail-item .button.button-success {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: rgba(var(--bs-success-rgb), 0.2);
    color: var(--bs-green);

}


.accordion-button:not(.collapsed) {
    background: var(--cb-menu-active-bg);
    color: var(--cb-btn-color);
}
.notifications {
    padding: 20px;
    /* border-bottom: 1px solid  var(--cd-border-color); */
}
.notifications a {
    color: inherit;
    display: flex;
    width: 100%;
}
.gap-15 {
    gap: 15px;
}

.notifications:hover {
    background: var(--cd-border-color);
}
.notifications-details {
    padding: 0px;
    position: relative;
    display: flex;
    gap: 15px;
}
.notifications-details .notifications-details-back {
    font-size: 30px;
    width: 31px;
}
.notifications-details .notifications-details-back a {
    color: inherit;
    line-height: 1.7;
}
.notifications-details-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    position: relative;
    padding-left: 0px;
}
/* .notifications-details-content img {
    position: absolute;
    left: 0;
    top: 0;
} */
.notifications-bottom-content h2 {
    font-size: 18px;
}
.notifications-details-content > .d-flex {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.avtar-name h2 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.avtar-name h2  span {
    opacity: 0.6;
    font-size: 0.8em;
    font-weight: 500;
}
.avtar-date p {
    margin: 0;
    color: #333;
    font-weight: 500;
}
.notifications-bottom-content {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ececec;
}
.notifications-details + .notifications-details {
    padding-top: 0;
}
.notifications-details:last-child .notifications-bottom-content {
    border: none;
    padding: 0;
}
.input-group i {
    line-height: 1;
}
.select2-container--default .select2-selection--single {
    padding: 2.25px 0;
    height: auto !important;
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1 !important;
    padding: 9px 10px 7px;
}
.col-custom img.card-img-top {
    aspect-ratio: 1/1.1;
    object-fit: cover;
    background: #f3f6f9;
}
.col-custom .card {
    height: calc(100% - 30px);
} 
.badge-soft-success {
    color: rgb(0, 129, 34);
    background-color: rgba(0, 129, 34, 0.10);
}
.custom-image-input.edit-image-no-bg {
    background: transparent;
    border: none;
    flex-direction: column;
    gap: 25px;
}
button.custom-image-button.file_upload_profile_btn.edit-image {
    aspect-ratio: 1/1;
    max-width: 210px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    height: auto;
}
.edit-image .custom-image-button-inner {
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.edit-image .custom-image-button-inner .edit-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background: #0007;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit-image .custom-image-button-inner .edit-icon svg path {
    color: #fff;
    fill: #fff;
}
.edit-image .custom-image-button-inner .edit-icon svg {
    width: 60px;
}
button.custom-image-button.file_upload_profile_btn.edit-image + .text {
    font-weight: 700;
    color: #000;
    font-size: 1.2em;
}
.in-color:hover {
    color: var(--cb--blue) !important;
}
.yt-color:hover {
    color: var(--cb-btn-color) !important;
}
label.chk-lbl span {
    display: inline-block;
    width: 100%;
}
label.chk-lbl small {
    font-size: 95%;
    font-weight: 400;
    opacity: 0.7;
}
.relative {
    position: relative;
}
a.otp-btn {
    position: absolute;
    right: -80px;
    top: 35px;
    font-weight: 500;
    font-size: 1.1em;
    text-decoration: underline !important;
}
.no-search-filter div#datatable-inline_filter > label {
    display: none !important;
}
button.custom-image-button.image_uploded {
    position: static;
    transform: scale(.98);
}
.custom-image-button .img_container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.custom-image-button .img_container img {
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.image_uploded .custom-image-button-inner {
    background: #0008;
    z-index: 1;
    position: relative;
}
.image_uploded .custom-image-button-inner svg path {
    fill: #fff;
}
.image_uploded .custom-image-button-inner .text {
    color: #fff;
}
.row.edit-row ~ .row.d-none {
    display: flex !important;
}
.btn[disabled] {
    cursor: no-drop;
    opacity: 0.7;
    background-color: #fff;
    border-color: #ed2a26;
    color: #ed2a26;
}
.row > a.text-dark {
    margin-bottom: 10px;
}
.subject-content > p:last-child {
    margin-bottom: 0;
}
.chat-leftsidebar-nav .nav-pills li.nav-item {
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.chat-leftsidebar-nav .nav-pills li.nav-item:first-child {
    border-left: none;
}
.chat-leftsidebar-nav .nav-pills .nav-link {
    padding: 20px 10px;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}
.chat-leftsidebar-nav .nav-pills .nav-link.active {
    background: linear-gradient(180deg, rgba(237, 42, 38, 0) 0%, rgba(237, 42, 38, 0.13) 49%, rgba(237, 42, 38, 1) 110%);
    color: var(--g-color);
}
.chat-search-box input.form-control {
    background: #ececec;
    border-radius: 4px;
}
.chat-leftsidebar {
    border-right: 1px solid #ececec;
}
.chat-list li a {
    padding: 0;
}
.chat-list-inner {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    align-items: center;
}
.chat-list-img {
    position: relative;
    width: 40px;
    background: #fff;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ececec;
}
.chat-icon-no {
    position: absolute;
    bottom: -10px;
    right: -4px;
    color: var(--g-color) !important;
}
.chat-list-data {
    display: flex;
    width: calc(100% - 50px);
}
.chat-list-data h5 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.chat-list-data h5 span.created-time {
    font-weight: 300;
    font-size: 0.8em;
    color: #777;
}
.chat-list-data h5 + p.text-truncate {
    font-size: 0.9em;
    margin-top: -2px;
    color: #777;
}
.chat-list-inner:hover, .chat-list li.active .chat-list-inner {
    background: #ed162610;
}
.chat-list li a:hover {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
    min-height: inherit;
}
.chat-list .simplebar-content, .chat-list .simplebar-placeholder {
    max-height: 500px;
}
.messages {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    width: 100%;
    gap: 20px;
    max-height: 470px;
    overflow-y: scroll;
    min-height: 470px;
}
.conversation-list {
    display: flex;
    float: none !important;
    width: 100% !important;
    max-width: 70%;
}
.right.message .conversation-list {
    justify-content: end;
}
.right.message .ctext-wrap > p.chat-time {
    text-align: right;
}
.message {
    max-width: 100%;
    display: flex;
}
.right.message {
    justify-content: end;
}
.message .ctext-wrap > p:not(.chat-time) {
    background: var(--cb-menu-active-bg);    
    padding: 10px;
    border-radius: 4px;
    color: #000;
    margin-bottom: 5px;
    width: auto;
}
.right.message .ctext-wrap > p:not(.chat-time) {
    background: var(--g-color); 
    color: #fff;
}
.message .ctext-wrap > p.chat-time {
    font-size: 0.9em;
    color: #999;
}
.bottom form {
    padding: 20px;
    display: flex;
    gap: 15px;
}
.bottom form input#message {
    border-radius: 4px;
    padding: 10px 15px;
}
.bottom form button {
    border-radius: 4px;
    min-width: 80px;
}
.user-status {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding: 5px 10px 3px;
    font-size: 0.9em;
    color: #fff;
    border-radius: 2px;
    line-height: 1;
}
.user-box img {
    border: 1px solid #ececec;
    padding: 2px;
}
.text-underline {
    text-decoration: underline !important;
}
.help-leftsidebar-nav li.nav-item {
    width: auto;
    flex-grow: inherit;
    border: none !important;
}
.help-leftsidebar-nav li.nav-item a.nav-link {
    padding: 20px 40px;
}
.help-leftsidebar-nav table tr td {
    padding: 0;
}
.help-leftsidebar-nav table tr td > a {
    padding: 10px;
    color: initial;
    display: flex;
    width: 100%;
    font-size: inherit;
}
.help-leftsidebar-nav table tr.read td {
    background: #ececec;
}
.help-leftsidebar-nav table tr td > a > p {
    display: block;
    width: 100%;
    max-width: 760px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.mail-view-header .back-arrow a {
    font-size: 25px;
    line-height: 0;
    display: flex;
    color: inherit;
}
.mail-view-header .d-flex {
    width: 100%;
    position: relative;
    padding-left: 60px;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}
img.mail-image {
    position: absolute;
    left: 0;
    top: 0;
}
.mail-view-header .d-flex h4.mail-username {
    margin: 0;
    font-size: 18px;
}
.mail-view-header .d-flex h4.mail-username span {
    color: #999;
    font-weight: 400;
    font-size: 0.9em;
}
.mail-date {
    font-weight: 600;
}
.mail-content {
    padding-left: 106px;
}
.mail-view-body {
    padding-top: 0 !important;
}
.text-right {
    text-align: right;
}
.payment-block .card {
    height: calc(100% - 24px);
}
#paymentForm div#card-errors {
    margin-bottom: 15px;
    font-weight: 400;
}
.no-header div#datatable-inline_wrapper > .row:first-child {
    display: none;
}
.no-header div#datatable-inline_wrapper table {
    margin: 0 !important;
}
.user-plan-table td {
    padding: 10px 0px;
}
.active-plan-btn a.mobile {
    display: none;
}
.studentexam_slider a.btn-primary {
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
}
.studentexam_slider a.btn-primary > i {
    margin-right: 5px;
}
.plans-detail-item .button span {
    text-transform: capitalize;
}
.desc {
    max-width: 100%;
    white-space: normal;
}
.back-arrow.arrow-hide {
    width: 26px;
}
.pagination-wrap {
    display: flex;
    width: 100%;
    margin-top: 40px;
}
.pagination-wrap .flex.sm\:hidden {
    display: none;
}
.pagination-wrap nav {
    width: 100%;
}
.pagination-wrap {
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagination-wrap  .sm\:justify-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.pagination-wrap .sm\:justify-between p {
    margin: 0;
    opacity: 0.7;
}
.pagination-wrap .sm\:justify-between span.relative.z-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: none !important;
}
.pagination-wrap .sm\:justify-between span.relative.z-0 > span, .pagination-wrap .sm\:justify-between span.relative.z-0 > a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    margin: 0px !important;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    color: #222;
    border-radius: 50px;
}
.pagination-wrap .sm\:justify-between span.relative.z-0 > a {
    border: 1px solid #ccc !important;
}
.pagination-wrap .sm\:justify-between span.relative.z-0 span.relative {
    padding: 0 !important;
    width: inherit;
    height: inherit;
    margin: 0 !important;
    font-size: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.pagination-wrap .sm\:justify-between span.relative.z-0 span.relative svg, .pagination-wrap .sm\:justify-between span.relative.z-0 > a svg {
    width: 25px;
    height: 25px;
}
.pagination-wrap .sm\:justify-between span.relative.z-0 > a:hover, .pagination-wrap .sm\:justify-between span.relative.z-0 > span[aria-current="page"] > span {
    background: #ed2a26 !important;
    border-color: #ed2a26 !important;
    color: #fff !important;
}
/* .page-search form {
    display: flex;
    gap: 10px;
    width: auto;
} */
.page-search form input.search {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.47rem 0.75rem;
} 
.count-bx .text-danger {
    color: #ed2a26 !important;
}


.profile-img-block .file_upload_profile_icon a img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    text-align: center;
    transform: translate(-25px, -25px);
}
.profile-img-block {
    position: relative;
}
.profile-img-block .file_upload_profile_icon img {
    max-width: 50px !important;
    object-fit: contain;
}
.profile-card-right .profile-card-table tbody td {
    color: var(--cb-white);
}

.profile-card-right .profile-card-table tbody th {
    color: var(--cb-white);
}
.custom-grid-column .card-image img {
    height: 200px;
    object-fit: cover;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    left: 10px;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
    padding-left: 35px;
}
table.dataTable > thead .sorting:before {
    right: 2em !important;
}
table.dataTable > thead .sorting:after {
    right: 1.5em !important;
}
div#timepicker-input-group1 ul#parsley-id-9 {
    position: absolute;
    bottom: -23px;
}
div#timepicker-input-group1 {
    position: relative;
}
body[data-sidebar="dark"] .mm-active {
    color: var(--cb-btn-color) !important;
}
.btn-transparent {
    display: flex;
    align-items: center;
    gap: 3px;
}
.profile-image {
    flex: 0 0 auto;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
}
.plans-detail-item.active.active-package.disabled {
    background: grey !important;
}
.new-bx-1 {
    background: #FFA052;
    border-radius: 3px;
    padding: 10px 20px;
}
.new-bx-2 {
    background: #C182F9;
    border-radius: 3px;
    padding: 10px 20px;
}
.new-bx-3 {
    background: #FFC136;
    border-radius: 3px;
    padding: 10px 20px;
}
.analyics-count-bx {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #F1F1F1;
    padding: 20px 15px;
}


.notifications-bottom-content p {
    color: #000;
    margin-bottom: 10px;
}
.notifications-bottom-content .avtar-date p {
    color: #929191;
}
.notification-table td div br {
    display: none;
}
.notification-table td div img {
    margin: 0 5px;
}
.avtar-name h2 {
    margin-top: 2px;
}
.notification-table td div .avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: inline-block;
    display: -ms-flexbox;
    /* display: flex; */
    font-weight: 500;
    /* height: 100%; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 100%; */
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding: 6px 0;
}
.assignment-table p.card-title-desc {
    display: none;
}
.professor-table p.card-title-desc {
    display: none;
}
/* .exam-table #datatable-inline_wrapper .row {
    align-items: center;
} */
.student-deshboard p.card-title-desc {
    display: none;
}
.student-assignment-table p.card-title-desc {
    display: none;
}
.student-all-exam-table p.card-title-desc {
    display: none;
}
.forget-password {
    padding-left: 10px;
    text-decoration: underline !important;
}
.reset-sign-btn {
    text-decoration: underline !important;
    padding: 0 10px !important;
    color: #ed2a26 !important;
}
a.text-danger.forget-password {
    font-weight: 600;
    color: #ed2a26 !important;
}
.filter-row {
    display: flex;
    gap: 10px;
}
.filter-col .form-select, .filter-col .form-control {
    max-width: 150px;
    width: 100%;
    border: none;
    background-color: #fafafa;
}
.filter-col button {
    padding: 5px 15px !important;
    height: auto;
    min-height: auto;
}
#datatable-inline_wrapper .row:first-child .col-sm-12.col-md-6 {
    max-width: initial;
    width: auto;
}
#datatable-inline_wrapper .row:first-child {
    justify-content: space-between;
}
.filter-col {
    display: flex;
    gap: 10px;
}
div#datatable-inline_wrapper {
    overflow: hidden;
}
.custom-grid-column .card {
    height: 100%;
}
.add_more_student {
    white-space: nowrap;
}
a.mail-link {
    color: inherit;
}
.meta-info a {
    color: inherit;
}
.custom-select-db .form-control + i {
    opacity: 0;
}
.login-admin-div {
    display: none;
}
.left-side-div-cont {
    color: #fff;
}
span.badge.bg-success.float-end {
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
}
#sidebar-menu ul li .badge {
    position: absolute;
    right: 15px;
    padding: 4px;
    font-size: 10px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal;
}
span.inner-pop-icon {
    font-size: 30px;
    color: #000;
    font-family: serif;
    width: 45px;
    height: 45px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 50%;
}
.inner-pop-item.active span.inner-pop-icon {
    color: var(--cb-btn-color);
}

@media only screen and (max-width: 1700px){
    .bar-area .star-area {
        gap: 2px;
    }
    .bar-area .progress {
        width: 45%;
        margin-right: 5%;
    }
}
@media only screen and (max-width: 1500px){
    .card.reviews-card {
        width: 95%;
    }
    .bar-area .star-area i {
        font-size: 16px;
    }
    .reviews-user-rating .star-area {
        gap: 2px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1400px){
    .btn-set {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .profile-card .btn-set a {
        padding: 7px 7px;
        font-size: 12px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .dtr-control .d-flex > div {
        white-space: normal;
    }
    .plans-detail-item .tick {
        margin-right: 20px;
    }
    .active-plan-btn a {
        font-size: 0.775rem;
        padding: 7px 10px;
    }
    .plans-detail-item .button.button-success {
        padding: 5px 15px;
    }
    .plans-detail-item .button span {
        font-size: 0.775rem;
    }
    .plans-detail-item .planType h1 {
        font-size: 22px;
    }

}
@media only screen and (max-width: 1300px){
    .card.reviews-card {
        width: 100%;
    }
    .bar-area .progress {
        width: calc(50% - 15px);
        margin-right: 15px;
    }
    .bar-area .star-area {
        gap: 0px;
    }
    .star-area-count {
        width: 35px;
        text-align: right;
    }
    .col-custom {
        max-width: 33.33%;
    }
    .main_dashboard h4.font-size-18 {
        font-size: 16px !important;
    }
    .main_dashboard h5.font-size-24 {
        font-size: 22px !important;
    }
    .count-bx .font-size-18 {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 1200px){
    .ticket-description {
        margin-bottom: 25px;
    }
    .tab-custom-content div#second .col-lg-4, .tab-custom-content div#second .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .profile-card-details h5 {
        font-size: 18px;
    }
    .profile-card-details p {
        font-size: 14px;
        margin: 0;
    }
    .profile-card-avtar img {
        width: 80px;
        height: 80px;
    }
    .profile-card-avtar {
        width: 80px;
        height: 80px;
    }
    .profile-card-btn {
        font-size: 14px;
    }
    table.profile-card-table th, table.profile-card-table td {
        padding: 8px 7px;
        font-size: 14px;
    }
    .profile-verified img {
        max-width: 25px;
    }
    .card-title {
        font-size: 15px;
    }
    .custom-profile-details p {
        font-size: 14px;
    }
    .reviews-user-detials .user-name {
        font-size: 18px;
    }
    .comment-area p {
        font-size: 14px;
    }
    .pack_info {
        margin-bottom: 35px;
    }
    .exam-table .table_heading {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .exam-table .table_heading h2 {
        padding-left: 12px;
        margin-bottom: 15px;
    }
    .exam-table #datatable-inline_wrapper .row {
        align-items: flex-start;
    }
    .subject-path .table_heading h2 {
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px){
    .footer-block {
        display: flex;
        flex-direction: column;
    }
    .footer-block .policy-menu {
        position: relative !important;
        order: 1;
    }
    .copy-right-bx{
        order: 2;
    }
    .deshbord-table {
        margin-bottom: 30px;
    }
    .dataTables_filter {
        justify-content: center;
    }
    /* .table-responsive .row:nth-child(1) .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    } */
    body[data-sidebar="dark"] .vertical-menu {
        background-color:#F8F8FB;
        /* background: linear-gradient(90deg, rgba(97,38,218,1) 0%, rgba(187,74,214,1) 100%); */
    }
    body[data-sidebar="dark"] .menu-title {
        color: var(--cb-dark-gray);
    }   
    body[data-sidebar="dark"] #sidebar-menu ul li a {
        color: var(--cb-black);
    }
    body[data-sidebar="dark"] #sidebar-menu ul li a i {
        color: var(--cb-black);
    }
    body[data-sidebar="dark"] ul.metismenu > li.mm-active {
        background-color: #f8f8f8;
        background: #f8f8f8;
    }
    body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
        color:var(--cb-black);
    }
    .page-title-box h4 {
        font-size: 18px !important;
    }
    .table_heading h2 {
        font-size: 16px;
    }
    .dataTables_wrapper  .col-md-6 {
        width: 100% !important;
    }
    .table_heading {
        margin-bottom: 15px;
    }
    .dataTables_filter > label {
        width: calc(73% - 170px);
        max-width: inherit;
    }
    .table_add_btn {
        width: 170px;
        align-items: center;
    }
    .table_add_btn a.table_head_btn {
        justify-content: center;
        min-width: 170px;
    }
    .page-title-box {
        padding-bottom: 10px;
    }
    .nav-tabs-custom {
        margin-top: 0 !important;
    }
    .nav-tabs-custom .nav-item .nav-link {
        font-size: 16px !important;
        padding: 0.4rem 1.5rem !important;
        white-space: nowrap;
    }
    .nav-tabs-custom {
        margin-top: 0 !important;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .exam-table div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
    }
    .table_add_btn.exam-filter {
        width: 100%;
    }

    .exam-table div.dataTables_wrapper div.dataTables_filter {
        flex-direction: column;
    }
    .exam-table  .filter-col {
        display: flex;
        gap: 10px;
        width: calc(50% - 85px);
    }
    .subs-table  .filter-col {
        width: calc(100% - 0px);
    }
    .exam-table  .filter-col .form-select, .filter-col .form-control {
        max-width: 100%;
        width: 100%;
    }
    .exam-table .filter-col:last-child, .subs-table .filter-col:last-child{
        width: auto;
    }
    .table_add_btn.exam-filter + .table_add_btn {
        width: 100%;
    }
    .single-filter .dataTables_filter > label {
        width: 100%;
    }
    .tab-row-rev {
        flex-direction: column-reverse;
    }
    .single-filter-with-button .dataTables_filter > label {
        width: calc(100% - 170px);
    }
    .profile-image {
        max-width: 480px;
    }
    .profile-img-block {
        max-width: 480px;
        margin-bottom: 20px;
        width: 100%;
    }
    .custom-image-input {
        max-width: 480px;
        margin-bottom: 20px;
        width: 100%;
    }
    .chat-leftsidebar.inner-chat-page {
        display: none;
    }
    .add_more_student {
        white-space: nowrap;
        width: 100%;
    }
    /* div.table-responsive > div.dataTables_wrapper > div.row:first-child {
        margin-left: 0;
        margin-right: 0;
    } */

}
@media only screen and (max-width: 850px){
    .profile-card-left, .profile-card-right {
        padding: 2rem;
    }
}
@media only screen and (max-width: 767px){
    .profile-top-details {
        margin-top: 20px;
    }
    div#timepicker-input-group1 {
        position: relative;
        margin-bottom: 35px;
    }
    .page-title-box .breadcrumb {
        display: none;
    }
    .card-title {
        font-size: 16px;
    }
    .date-data {
        font-size: 14px;
    }
    .date-row {
        margin: 0px auto 30px;
    }
    div.dataTables_wrapper > div.row:nth-child(2) .col-sm-12 {
        overflow-x: scroll;
    }
    .dtr-control .d-flex > div:nth-child(2) {
        min-width: 200px;
    }
    .custom-profile-card {
        flex-direction: column;
    }
    .profile-card-left, .profile-card-right {
        padding: 2rem;
        width: 100%;
    }
    .custom-profile-card::after {
        height: 2px;
        width: 100%;
        background: #0A6C33;
        top: calc(50% - 2px);
        bottom: 0;
    }

    ul.nav-custom {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    ul.nav-custom li.nav-item a {
        min-width: 150px;
        padding: 10px 15px;
        white-space: nowrap;
        width: auto;
    }
    ul.nav-custom li {
        overflow: visible;
    }
    .chat-leftsidebar.inner-chat-page {
        display: none;
    }
    .col-custom {
        max-width: 50%;
    }
    .pro-wrap {
        justify-content: start !important;
        align-items: flex-start !important;
        margin-top: 30px;
    }
    .profile-top-details div {
        flex-wrap: wrap;
    }
    .ans-select-items .outer-inner-pop.inner-pop-open {
        width: 210px !important;
    }
    .ans-select-items .outer-inner-pop.inner-pop-open {
        width: 240px;
    }
    .ans-select-items:nth-child(3) .inner-pop-open {
        left: -130px;
    }
    .ans-select-items:nth-child(2) .inner-pop-open {
        left: -40px;
    }
    .ans-select-items:nth-child(2) .outer-inner-pop {
        right: -100px !important;
    }
    
    .sub-select-items-title.active .inner-pop.outer-inner-pop {
        width: 210px !important;
        padding: 12px 12px 12px;
    }
    .ans-select-items:nth-child(1) .inner-pop.outer-inner-pop {
        right: -130px;
        width: 240px;
    }
    .inner-pop-items {
        flex-wrap: wrap;
    }
    .exam-table  .filter-col {
        width: calc(100% - 0px);
    }
    .filter-row {
        flex-direction: column;
    }
    .filter-col button {
        width: 100%;
    }
    #datatable-inline_wrapper .row:last-child {
        text-align: center;
        margin: 15px -15px 0;
    }
    .pagination {
        justify-content: center;
        margin-top: 20px;
    }
    section.pro-tabs-sec {
        padding: 20px 0;
    }
    .tabcontent {
        padding: 20px 0px 0px 0;
    }
    .tabcontent * {
        word-break: break-word;
    }
    .login-admin-div {
        display: flex;
        width: 100%;
    }
    .profile-user-wid {
        margin-top: 0;
        width: auto;
        height: auto;
    }
    .profile-user-wid img {
        max-height: 70px;
    }
    .logo-card {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .admin-div h6 {
        text-align: center;
        margin: 0;
    }
    .col-login-inner {
        padding: 0;
    }
    .left-side-div {
        height: auto;
    }
    .login-logo-div {
        width: 200px;
        text-align: center;
    }
    .login-foote-wrap {
        gap: 15px;
    }
    .account-pages {
        padding: 1rem 0 !important;
    }
    .cyber-login-footer.mt-5 {
        margin-top: 20px !important;
    }
    .logo-card {
        padding: 20px;
    }
    .col-login-inner h5 {
        font-size: 26px;
    }
    .navbar-header {
        padding: 0;
    }
    .custom-image-input.edit-image-no-bg {
        border: 1px solid rgb(239, 239, 239);
    }
    div#datatable-inline_paginate {
        margin-top: 20px;
    }
    .subject-content * {
        word-break: break-word;
    }
    
}
@media only screen and (max-width: 575px){
    ul.exam-ul li span {
        word-break: auto-phrase;
    }
    .profile-view {
        padding: 15px !important;
    }
    ul.exam-ul li {
        padding: 10px 10px;
    }
    ul.exam-ul li span {
        font-size: 12px;
    }
    ul.nav.nav-pills-color {
        margin-top: 20px;
        justify-content: space-between;
    }
    .dataTables_filter > label {
        width: calc(100% - 0px);
        max-width: inherit;
    }
    .table_add_btn {
        width: 100%;
        align-items: center;
    }
    div.dataTables_wrapper div.dataTables_filter {
        flex-direction: column;
    }
    .profile-card .btn-set {
        flex-direction: column;
    }
    .profile-gallary .col:nth-child(1), .profile-gallary .col:nth-child(2) {
        max-width: 50%;
    }
    .profile-gallary .col, .profile-gallary .col:nth-child(3) {
        max-width: 33.33%;
    }
    .plans-detail-item .price h1 {
        font-size: 30px;
    }
    .plans-detail-item .price span {
        font-size: 12px;
    }
    .plans-detail-item .button {
        padding: 5px 10px;
    }
    .plans-detail-item .planType h1 {
        font-size: 20px;
    }
    .active-plan {
        gap: 13px;
    }
    .active-plan-btn a.desktop {
        display: none;
    }
    .active-plan-btn a.mobile {
        display: inline-block;
    }
    .pagination-wrap  .sm\:justify-between {
        flex-direction: column-reverse;
    }
    .pagination-wrap {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .single-filter-with-button .dataTables_filter > label {
        width: calc(100% - 0px);
    }
    .font-size-22 {
        font-size: 20px !important;
    }
    .font-size-20 {
        font-size: 18px !important;
    }
    .font-size-18 {
        font-size: 16px !important;
    }
    .remamber-sec label {
        width: calc(100% - 35px);
    }
    .custom-profile-details {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    button.custom-image-button.file_upload_profile_btn.edit-image {
        margin-top: 20px;
    }
    button.custom-image-button.file_upload_profile_btn.edit-image + .text {
        margin-bottom: 20px;
    }
    .subject-img, .subject-content {
        margin-top: 10px;
    }
    .avatar-lg {
        height: 4.5rem;
        width: 4.5rem;
    }
    .banner-content h1 {
        font-size: 28px !important;
    }
    .banner-content h4 {
        font-size: 16px;
        margin-top: 20px;
    }

}
@media only screen and (max-width: 480px){
    ul.nav-custom li.nav-item a {
        min-width: inherit;
        padding: 10px 20px;
        white-space: nowrap;
        width: auto;
    }
    .profile-card-left, .profile-card-right {
        width: 100%;
    }
    .profile-card-avtar {
        width: 60px;
        height: 60px;
    }
    .profile-card-avtar img {
        width: 60px;
        height: 60px;
    }
    .profile-card-row {
        gap: 10px;
    }
    .profile-card-details h5 {
        font-size: 15px;
    }
    .profile-card-left {
        padding: 1rem;
    }
    .profile-card-right {
        padding: 1rem 2rem;
    }
    .profile-card-details p {
        font-size: 12px;
    }
    .profile-card-right  table.profile-card-table th, .profile-card-right  table.profile-card-table td {
        font-size: 12px;
    }
    .profile-card-btn a {
        padding: 0 15px;
    }
    table.profile-card-table th, table.profile-card-table td {
        padding: 7px 0;
        font-size: 14px;
    }
    .reviews-user-img {
        width: 65px;
        height: 65px;
    }

    .reviews-user-details {
        gap: 15px;
    }
    .reviews-user-detials .user-name {
        font-size: 16px;
    }
    .report-details .reviews-details {
        padding: 20px;
    }
    .tab-custom-content {
        padding: 30px 0px 0;
    }

    ul.level-ul li {
        padding-right: 0;
        font-size: 13px;
    }
    .profile-view .picture-block {
        gap: 12px;
    }
    .pro-nam-div h3 {
        font-size: 20px;
    }
    .plans-detail-item {
        padding: 10px;
        display: grid;
        grid-template-columns: 35px 120px auto;
        grid-template-areas: "tick planType price"
            "tick planType price";
    }
    .plans-detail-item .price {
        width: 100%;
        justify-content: end;
    }
    .plans-detail-item .tick svg {
        width: 25px;
        height: 25px;
    }
    .plans-detail-item .tick svg circle {
        cx: 12;
        cy: 13;
        r: 12;
    }
    .plans-detail-item .tick svg path {
        d: path("m 8 12.5 l 2.243 3.243 l 6.384 -4.486");
    }
    .plans-detail-item .tick {
        margin-right: 10px;
    }
    .plans-detail-item .planType h1 {
        font-size: 18px;
    }
    .plans-detail-item .button {
        padding: 4px 6px;
    }
    .plans-detail-item .price h1 {
        font-size: 24px;
    }
    .active-plan span {
        font-size: 12px;
    }
    .col-custom {
        max-width: 100%;
    }
    .page-search form {
        width: 100%;
        flex-direction: column;
    }
    .page-search form input.search {
        padding: 9px 15px;
    }
    .mail-view-header .d-flex h4.mail-username {
        margin: 0;
        font-size: 16px;
    }
    .avatar-sm {
        height: 40px;
        width: 40px;
    }
    .mail-view-header .d-flex {
        padding-left: 50px;
        min-height: 40px;
    }
    .mail-view-header, .mail-view-body {
        padding: 0 0 15px  !important;
    }
    .mail-content {
        padding-left: 96px;
    }
    .cyber-sign-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    ul.level-ul li {
        width: 100%;
    }
    .issue-section-main, .issue-sub-section-main {
        max-width: 310px;
    }
}


@media only screen and (max-width: 380px){
    .custom-grid-column .card-body .sa-warning.delete-exam {
        top: 10px;
    }
    .apexcharts-text tspan {
        font-size: 11px;
    }
    ul.exam-ul li {
        padding: 6px 6px;
    }
    ul.exam-ul li span {
        font-size: 13px;
    }
    ul.level-ul li {
        font-size: 13px;
    }
    .custom-grid-column {
        width: 100%;
    }
    .card-image img {
        height: auto !important;
        object-fit: cover;
    }
    .card-body {
        padding: 0.75rem 0.75rem;
    }
    .button-group {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}


ul.dtr-details li span.dtr-title {
    font-weight: bold;
    margin-right: 5px;
}
ul.dtr-details {
    padding-left: 1rem;
}
ul.dtr-details li {
    list-style: none;
    padding-bottom: 10px;
}
ul.dtr-details li span.dtr-data div {
    margin-top: 10px;
}
a.btn.btn-primary:focus {
    box-shadow: unset;
}
a.btn.btn-primary {
    text-decoration: none !important;
}
button.accordion-button[aria-expanded="true"]:after {
    color: #fff;
    background-image: url("https://lyne.cybernauticstech.co/uploads/profile/red-arrow.svg");
}
.notification-table tr td div strong {
    padding-right: 50px;
    padding-left: 5px;
} 
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg path {
    /* fill: #ed2a26; */
    stroke: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.market-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.market-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.exam-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.exam-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.assignment-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.assignment-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.subject-icon path {
    fill: #ed2a26;
    stroke: unset;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.subject-icon path {
    fill: #ed2a26;
    stroke: unset;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.message-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.message-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.help-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.help-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.notification-icon path {
    stroke: #ed2a26;
    fill: unset;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.notification-icon path {
    stroke: #ed2a26;
    fill: unset;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.subscription-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.subscription-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.setting-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.setting-icon path {
    stroke: unset;
    fill: #ed2a26;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.designing-icon path {
    fill: #ed2a26;
    stroke: unset;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.designing-icon path {
    fill: #ed2a26;
    stroke: unset;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.report-icon path {
    fill: #ed2a26;
    stroke: unset;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.report-icon path {
    fill: #ed2a26;
    stroke: unset;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.database-icon path {
    /* fill: #000; */
    stroke: #ed2a26;
}
body[data-sidebar="dark"] ul.metismenu > li.mm-active svg.database-icon path {
    /* fill: #000; */
    stroke: #ed2a26;
}
.metismenu li svg {
    width: 22px;
}

body[data-sidebar="dark"] #sidebar-menu ul li a svg {
    width: 25px;
}
/* #datatable-inline_wrapper .row:first-child {
    padding: 0 10px;
} */
/* #datatable-inline_wrapper .row:nth-child(2) .col-sm-12 {
    padding: 0;
}
#datatable-inline_wrapper .row:nth-child(2) .col-sm-12 table {
    padding: 0 10px;
} */



.col-custom a.btn.btn-danger {
    margin: 5px 0 !important;
}
.col-custom button.btn.btn-danger.report_exam {
    margin-bottom: 10px !important;
}
.col-custom a.btn.btn-danger {
    margin: 5px 0 !important;
    color: #fff !important; 
}




.card-body.student-class .row:first-child .col-sm-12.col-md-6 {
    width: 50% !important;
}
.card-body.student-class .row:first-child .col-sm-12.col-md-6:first-child .table_heading {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-body.student-class .row:first-child .col-sm-12.col-md-6:first-child .table_heading select#acrhiveinfo {
    width: auto;
}
.card-body.student-class .row:first-child .col-sm-12.col-md-6:first-child .table_heading h2 {
    margin-top: 0;
}
.student-class div#datatable-inline_filter {
    flex-direction: row-reverse;
}
.professor-prof .profile-img-block img#profile_img {
    display: none;
}
.professor-prof .profile-img-block.uploaded img#profile_img {
    display: block;
}
.professor-class 
 div#datatable-inline-assigment_wrapper .row:first-child {
    margin-bottom: 15px !important;
}
.student-class 
 div#datatable-inline-assigment_wrapper .row:first-child {
    margin-bottom: 15px !important;
}
.professor-class div#datatable-inline-assigment_wrapper .row:first-child .table_heading a {
    color: #ed2a26;
    font-size: 15px;
    text-decoration: underline !important;
    margin-left: 5px;
}
.student-class div#datatable-inline-assigment_wrapper .row:first-child .table_heading a {
    color: #ed2a26;
    font-size: 15px;
    text-decoration: underline !important;
    margin-left: 5px;
}
.student-exam-manage lable {
    float: left;
}
.student-exam-manage .filtr-btn {
    /* float: left; */
    /* width: 100%; */
    text-align: left;
}

.card-body.student-exam-manage .row:nth-child(2) table tr td  div span {
    display: none;
}
.card-body.student-exam-manage .row:nth-child(2) table tr td div br {
    display: none;
}
.card-body.student-exam-manage .row:nth-child(2) table tr td div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.card-body.student-exam-manage .row:nth-child(2) table tr td div p.card-title-desc {
    margin-bottom: 0;
}


.professor-class .row:nth-child(2) table tr td  div span {
    display: none;
}
.professor-class .row:nth-child(2) table tr td div br {
    display: none;
}
.professor-class .row:nth-child(2) table tr td div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.professor-class .row:nth-child(2) table tr td div p.card-title-desc {
    margin-bottom: 0;
}




.student-view-list .row:first-child .table_heading a {
    color: #ed2a26;
    font-size: 15px;
    text-decoration: underline !important;
    margin-left: 5px;
}
.student-view-list .row:nth-child(2) table tr td  div span {
    display: none;
}

.student-view-list .row:nth-child(2) table tr td div br {
    display: none;
}
.student-view-list .row:nth-child(2) table tr td div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.student-view-list .row:nth-child(2) table tr td div p.card-title-desc {
    margin-bottom: 0;
}
.student-view-list .row:first-child {
    margin-bottom: 15px !important;
}




button.report-bg-btn {
    background: transparent;
    border: unset;
}
button.report-bg-btn:hover {
    background: unset;
}
button.report-bg-btn img {
    max-width: 20px;
}
.col-custom .card-body {
    position: relative;
}
.col-custom button.report-bg-btn {
    position: absolute;
    top: 9px;
    right: 5px;
    background: transparent;
}
p.card-text.exam-listing-btn-bx {
    display: flex;
    align-items: center;
    gap: 5px;
}
.col-custom button.report-bg-btn:focus {
    background: unset;
    border: unset;
    outline: unset;
    box-shadow: unset;
}
.student-view-list div#datatable-inline-assigment_filter .table_add_btn a {
    color: #ed2a26;
    font-size: 15px;
    text-decoration: underline !important;
    margin-left: 0px;
}
.student-view-list div#datatable-inline-assigment_filter label {
    /* max-width: 180px !important; */
    text-align: right;
    align-items: end;
    margin-left: auto;
}
.student-view-list div#datatable-inline-assigment_filter {
    flex-direction: row-reverse;
}
.student-view-list div#datatable-inline-assigment_filter .table_add_btn {
    width: 100%;
}


.student-profile-details .button-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.student-profile-details .button-group .meta-info {
    align-items: center;
    justify-content: flex-start;
}
.student-profile-details .button-group .meta-info i {
    display: none;
}
.student-profile-details .button-group .meta-info span {
    color: #ffffff78;
    font-weight: 400;
    font-size: 14px;
}




.professor-class div#datatable-inline-assigment_filter {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.professor-class div#datatable-inline-assigment_filter div#assignment_heading_btn {
    width: 100%;
    order: 1;
}
.professor-class div#datatable-inline-assigment_filter div#assignment_table_add_btn {
    order: 2;
}
.professor-class div#datatable-inline-assigment_filter label {
    order: 3;
}
.professor-class div#datatable-inline-assigment_filter div#assignment_heading_btn a {
    color: #ed2a26;
    font-size: 15px;
    text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
    .student-profile-details .button-group {
        gap: 20px;
        column-gap: 10px;
    }
    .card-body.student-class .dataTables_filter {
        justify-content: end !important;
    }
    .card-body.student-class .dataTables_filter label {
        width: calc(100% - 80px) !important;
    }
    .student-view-list div#datatable-inline-assigment_filter label {
        max-width: 100% !important;
    }
    .student-view-list div#datatable-inline-assigment_filter .table_add_btn {
        text-align: left;
    }
    .student-view-list div#datatable-inline-assigment_filter label {
        /* max-width: 180px !important; */
        text-align: right;
        align-items: end;
        margin-left: 0;
        margin-right: auto;
    }
    .professor-class div#datatable-inline-assigment_filter div#assignment_heading_btn {
        text-align: left;
    }
    .professor-class div#datatable-inline-assigment_filter {
        justify-content: flex-end;
    }
    .professor-class div#datatable-inline-assigment_filter div#assignment_table_add_btn {
        width: auto;
    }
}


@media only screen and (max-width: 767px) {
.card-body.student-class .row:first-child .col-sm-12.col-md-6 {
    width: 100% !important;
}
.card-body.student-class .dataTables_filter {
    justify-content: flex-start !important;
    align-items: flex-start;
}
.card-body.student-class .row:first-child .col-sm-12.col-md-6:first-child .table_heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    float: left;
}
p.card-text.exam-listing-btn-bx {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
}



@media only screen and (max-width: 575px) {
    .student-profile-details .button-group {
        grid-template-columns: 1fr 1fr;
    }
    .card-body.student-class .dataTables_filter .table_add_btn {
        width: auto !important;
    }
    .student-view-list div#datatable-inline-assigment_filter {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 420px) {
.student-profile-details .button-group .meta-info {
    font-size: 12px;
}
}




.student-class div#datatable-inline_filter {
    flex-direction: row-reverse;
    align-items: end;
}
.student-class #datatable-inline_filter .table_add_btn #archiveinfo label {
    cursor: pointer;
}
.student-class #datatable-inline_filter .table_add_btn #archiveinfo label {
    margin: 0;
    padding: 6px 12px;
    background: #fef2f1;
    border-radius: 4px;
    border: 1px solid #ed2a26;
}
.student-class #datatable-inline_filter .table_add_btn #archiveinfo label input {
    width: 18px;
    height: 18px;
    margin-left: 0;
}
.student-class #datatable-inline_filter .table_add_btn #archiveinfo label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.student-class #datatable-inline_filter .table_add_btn #archiveinfo label {
    margin: 0;
}
.student-class #datatable-inline_filter .table_add_btn #archiveinfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: unset;
    gap: 5px;
}
.student-class #datatable-inline_filter .table_add_btn {
    display: flex;
    gap: 8px;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.student-class #datatable-inline_filter .table_add_btn select#acrhiveinfo {
    /* margin-top: 10px; */
    width: auto;
}
.student-class #datatable-inline_filter .table_add_btn lable {
    width: fit-content;
    font-weight: bold;
}
.student-class #datatable-inline_filter .table_add_btn {
    display: flex;
    gap: 8px;
    text-align: left;
    align-items: flex-start;
}
.student-class #datatable-inline_filter .table_add_btn select#acrhiveinfo {
    /* margin-top: 10px; */
    width: auto;
    background: #f4f4f5;
    color: #000;
    border-color: #000;
}
/* .student-class #datatable-inline_filter .table_add_btn select#acrhiveinfo:after {
    position: absolute;
    background: url("https://lyne.cybernauticstech.co/uploads/class/down-icon.png") no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    font: normal normal normal 24px / 1 "Material Design Icons";
    font-size: 18px;
} */
@media only screen and (max-width: 1080px) {
.student-class .row:first-child {
    flex-direction: column;
    gap: 10px;
}
.student-class div#datatable-inline_filter {
    flex-wrap: wrap;
    justify-content: flex-end !important;
}
.student-class div#datatable-inline_filter label {
    width: 100% !important;
    max-width: 100%;
}
.student-class #datatable-inline_filter .table_add_btn {
    display: flex;
    gap: 8px;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
}
.student-class #datatable-inline_filter .table_add_btn select#acrhiveinfo {
    width: auto;
}
}
.custom-radio input[type="radio"] {
    appearance: none; /* Remove default radio button */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
}

.custom-radio input[type="radio"]:checked {
    background-color: white; /* White square when checked */
    border: 1px solid #ed2a26;
}

.custom-radio input[type="radio"]:checked::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 14px;
    background-color: black;
    top: 0px;
    left: 1px;
    background: url("/uploads/class/check-new-2.png") no-repeat;
}
.metismenu li#chat span.badge {
    width: 20px;
    height: 20px;
}
.chat-list-data h5.text-truncate span.created-time {
    height: fit-content;
    line-height: normal;
}
.chat-list-data h5 {
    align-items: center;
}
span.time-and-msg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}
.help-support .help-support-column-2 h3 {
    display: none;
}
.mail-content span.mail-title {
    margin-bottom: 8px;
    display: block;
}
.help-support-column-1 .mail-view-header {
    padding-bottom: 0 !important;
}
.help-support-column-2 .mail-view-header {
    padding-bottom: 0 !important;
}
.help-support-column-2 .mail-view-header .back-arrow {
    opacity: 0;
}

.custom-grid-column .card-body .sa-warning.delete-exam {
    position: absolute;
    top: 20px;
    right: 20px;
}
.custom-grid-column .card-body {
    position: relative;
}
.create-new-user .input-group .parsley-errors-list {
    width: 100%;
}




.term-and-condition:before {
    position: absolute;
    content: '';
    background: #fff;
    width:65%;
    left: 0;
    top: 0;
    height: 100%;
}
.term-and-condition {
    position: relative;
    padding: 50px 0;
}
.term-and-condition:after {
    position: absolute;
    content: '';
    background: #ed2a26;
    width: 35%;
    right: 0;
    top: 0;
    height: 100%;
}
.term-and-condition-content {
    z-index: 9;
    position: relative;
    padding: 30px 30px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.term-and-condition-content h1 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 10px;
    color: #222222;
}
.term-and-condition-content h2 {
    font-size: 20px;
    color: #222222;
}
.term-and-condition-content p {
    margin-top: 1rem;
    color: #797878;
    font-size: 14px;
}
.term-and-condition-content hr {
    margin-bottom: 30px;
}



.social-box ul.social-list li {
    list-style: none;
    display: inline-block;
    margin-right: 0px;
}
.social-box ul.social-list li a img {
    width: 30px;
    height: 30px;
    padding: 3px;
}
.social-box ul.social-list li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.social-box h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-align: right;
}
.social-box {
    margin-top: 30px;
    text-align: right;
    z-index: 9;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
ul.social-list {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}
.back-to-login {
    margin-top: 0px;
    text-align: left;
    z-index: 9;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.back-to-login a {
    background: #ed2a26;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ed2a26;
    border-radius: 0.25rem;
}
.back-to-login a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.social-login-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.remamber-sec2.parsley-error input {
    border-color: #f46a6a !important;
}
#terms[data-parsley-id="14"] {
    border-color: #f46a6a !important;
}

@media only screen and (max-width: 575px){
    .term-and-condition:before {
    width:50%;
}
.term-and-condition:after {
    width: 50%;
}
.social-box ul.social-list li a {
    width: 35px;
    height: 35px;
}
.social-box ul.social-list li a img {
    width: 25px;
    height: 25px;
}
.term-and-condition-content {
    padding: 20px 20px;
}
.term-and-condition-content h1 {
    font-size: 25px;
}
.term-and-condition-content h2 {
    font-size: 18px;
}
.social-box h4 {
    font-size: 18px;
}
}



.subscription-btn {
    background-color: #f46a6a;
    border-color: #f46a6a;
    color: #fff !important;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 0.47rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}
.subscription-btn:hover {
background-color: #cf5a5a;
    border-color: #c35555;
}



.issue-section-main, .issue-sub-section-main {
    overflow: auto;
}
.issue-add .issue-add-button {
    height: 40px;
    width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sub-select-items-title.active .inner-pop.outer-inner-pop {
    right: 0 !important;
    left: unset !important;
}
.ans-select-items-sub {
    position: absolute;
    top: 38px !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    bottom: unset !important;
}
 .new-class {
    row-gap: 40px;
} 
/* .ans-select .ans-select-items:nth-child(1) .inner-active {
    margin-bottom: 38px;
}
.ans-select .ans-select-items:nth-child(2) .inner-active {
    margin-bottom: 38px;
}
.ans-select .ans-select-items:nth-child(3) .inner-active {
    margin-bottom: 38px;
}
.ans-select .ans-select-items:nth-child(4) .inner-active {
    margin-bottom: 38px;
}
.ans-select .ans-select-items:nth-child(5) .inner-active {
    margin-bottom: 38px;
}


.ans-select .ans-select-items:nth-child(6) .inner-active {
    margin-top: 38px;
}
.ans-select .ans-select-items:nth-child(7) .inner-active {
    margin-top: 38px;
}
.ans-select .ans-select-items:nth-child(8) .inner-active {
    margin-top: 38px;
}
.ans-select .ans-select-items:nth-child(9) .inner-active {
    margin-top: 38px;
}
.ans-select .ans-select-items:nth-child(10) .inner-active {
    margin-top: 38px;
} */

.alert {
    width: 100%;
}
.col-login-inner a {
    color: #ed2a26;
}
.remamber-sec2 {
    padding-left: 5px;
}
.remamber-sec2 label {
    margin-left: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
}
.remamber-sec2 input#terms {
    position: relative;
    top: 2px;
}



/* The Modal (background) */
.remamber-sec3 .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .remamber-sec3 .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
  }
  .remamber-sec3 .modal-content h3 {
    margin-bottom: 15px;
}
  /* The Close Button */
  .remamber-sec3 .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}
  
  .remamber-sec3 .close:hover,
  .remamber-sec3 .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .remamber-sec3 button#myBtn {
    background: unset;
    border: unset;
    color: #ed2a26;
    font-size: 13px;
    padding: 0;
}
.remamber-sec3 label {
    margin-left: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
}
.remamber-sec3 input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.remamber-sec3 input {
    position: relative;
    top: 2px;
}
.remamber-sec3 {
    padding-left: 5px;
}
.remamber-sec3 input:checked {
    background-color: var(--cb-btn-color);
    border-color: var(--cb-btn-color);
    border-radius: unset;
}
.remamber-sec3 input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.footer {
    padding: 12px calc(24px / 2);
    height: auto !important;
}
.policy-menu {
    padding-bottom: 8px;
}
.policy-menu a {
    color: #fff;
    text-decoration: underline !important;
    padding: 0 5px;
}
.policy-menu a:hover {
    color: #ed2a26;
}
.remamber-sec3.parsley-error input {
    border-color: #f46a6a !important;
}
.parsley-errors-list > li {
    margin-bottom: 10px;
}
.remamber-sec3 .modal-content span.close {
    position: absolute;
    right: 12px;
    top: -2px;
}




@media only screen and (max-width: 992px){
    .remamber-sec3 .modal-content {
        width: 60%;
    }
    }


@media only screen and (max-width: 767px){
.remamber-sec3 .modal-content {
    width: 80%;
}
}

@media only screen and (max-width: 480px){
    .remamber-sec3 .modal-content {
        width: 90%;
    }
    }


    .page-title-right.Subjective.Create li.breadcrumb-item.active {
        display: none;
    }
    .page-title-right.Dashboard li.breadcrumb-item.active {
        display: none;
    }
    body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.class-icon path {
        fill: #ed2a26;
    }
    body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.class-icon path {
        fill: #ed2a26;
        /* opacity: 1; */
        /* color: #ed2a26; */
        stroke: unset;
    }
    .edit-image svg path {
        color: #fff;
        fill: #fff;
    }
    .edit-image {
       background: #a4a2a2 !important;
    }
    .edit-image .text {
        color: #fff;
    }
    /* .custom-validation ul#parsley-id-11 {
        position: absolute;
        bottom: -32px;
        left: 2px;
    } */
    .footer-block {
        position: relative;
    }
    .footer-block .policy-menu {
        position: absolute;
        right: 0;
        top: 0;
    }
    .listing-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .policy-menu a {
        text-transform: capitalize;
    }
    body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.sidebr-icon circle {
        stroke: #ed2a26;
    }
    body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg.sidebr-icon path {
        fill: #ed2a26;
    }


    @media only screen and (max-width: 767px) {
    .ans-select-items:nth-child(1) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(1) .ans-select-items-inner > .inner-pop {
        right: auto !important;
        left: 0 !important;
    }
    .ans-select-items:nth-child(1) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(2) .ans-select-items-inner > .inner-pop {
        right: auto !important;
        left: 0 !important;
    }
    .ans-select-items:nth-child(1) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(3) .ans-select-items-inner > .inner-pop {
        right: auto !important;
        left: 0 !important;
    }
    .ans-select-items:nth-child(1) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(4) .ans-select-items-inner > .inner-pop {
        right: auto !important;
        left: 0 !important;
    }
    .ans-select-items:nth-child(1) .ans-select-items-inner > .inner-pop, .ans-select-items:nth-child(5) .ans-select-items-inner > .inner-pop {
        right: auto !important;
        left: 0 !important;
    }
    .inner-pop {
        padding: 18px 12px 12px;
    }
    /* .sub-select-items-title.active .inner-pop.outer-inner-pop .inner-pop-items svg {
        width: 36px;
        height: 36px;
    } */
}




.student-deshboard tbody tr td img.rounded-circle {
    display: none;
}
.student-deshboard tbody tr td span {
    margin-left: 0 !important;
}
.student-class-table tbody tr td img.rounded-circle {
    display: none;
}
.student-class-table tbody tr td  span {
    margin-left: 0 !important;
}