body {
    background: #f1f5f9;
    font-family: 'Poppins';
}
/*---------------Scroll-design--------------*/
::-webkit-scrollbar {
    width: 10px;
    background: rgb(3 135 190 / 38%);
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(#034865,.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #013248;
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background: #013248;
  }
  
  .small-scroll::-webkit-scrollbar {
    width: 6px;
    background: rgb(3 135 190 / 38%);
  }
  .small-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(#034865,.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .small-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #013248;
  }
  .small-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #013248;
  }
  /*---------------End-scroll-design--------------*/

.invalid-feedback {
    font-size: 0.8rem;
    letter-spacing: 0.4px;
}

.main-navbar {
    background: #0C2556;
}

.main-navbar .navbar-brand {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.35rem 0;
}

.main-navbar .navbar-nav li.nav-item.dropdown,
.main-navbar .navbar-nav li.nav-item {
    margin: 0 0.5rem;
}

.main-navbar .navbar-nav li.nav-item.dropdown .nav-link.dropdown-toggle,
.main-navbar ul.navbar-nav li.nav-item a.nav-link {
    color: #bbb;
}

.main-navbar ul.navbar-nav li.nav-item a.nav-link:hover,
.main-navbar ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle:hover,
.main-navbar ul.navbar-nav li.nav-item a.nav-link.active {
    color: #fff;
}

.edit_btn {
    color: #06152B;
    margin: 0 0.3rem;
    display: inline-block;
    padding: 0.1rem 0.4rem;
}

.edit_btn:hover,
.edit_btn:focus {
    color: #f58634;
}

.edit_btn svg,
.delete-btn svg {
    width: 1.3rem;
    height: 1.3rem;
}

.delete-btn {
    border: 0;
    background: transparent;
    color: #f44336;
    display: inline-block;
    margin: 0 0.3rem;
    padding: 0.1rem 0.4rem;
}

.delete-btn:hover,
.delete-btn:focus {
    color: #f58634;
}
table {
    border-radius: 0.5rem;
    overflow: hidden;    
}

.table thead {
    background-color: #047AAC;
    color: #fff;
    position: sticky;
    top: 0;
}

.table thead th {
    font-weight: normal;
    border-right: 2px solid #0e8fc7;
    border-color: #0e8fc7;
    border-bottom: none;
}
.table thead th:last-of-type {
    border-right: none;
}
.table thead th.date-box {
    width: 18% !important;
}
.table thead th.status-box {
    width: 9% !important;
}
.table thead th.action-box {
    width: 13% !important;
}

.table>:not(:first-child) {
    border-top: none;
}
.table tbody td {
    border: 1px solid #e5e5e5;
    padding: 0.4rem 0.75rem;
    font-size: 0.9rem;
}
.table tbody tr.odd, .table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.table tbody tr.odd > *, .table tbody tr:nth-child(odd) > * {
    --bs-table-accent-bg : none
}
.table tbody tr:hover > *, .table tbody tr:nth-child(odd):hover > * {
    --bs-table-accent-bg : none
}
.table tbody tr:hover {
    background-color: #e4e4e4;
}
.table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0.5rem;
}
.table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 0.5rem;
}
.table-loader {
    position: absolute;
    left: 0;
    top: -0.5rem;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 25%);
}
.table-loader.active {
    display: inline-flex;
}
.question-table-wrapper.active {
    max-height: 80vh;
    overflow: hidden;
}
.ans_option > p {
    display: none;
}
.ans_option .option, .ans_option .option * {
    font-weight: normal !important;
}


#subscription-item-modal .modal-header {
    background-color: #ebebeb;
}
.subscription-modal-body {
    padding: 1rem;
}


/* ---------------  status modal start  ---------------- */
.status-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
    padding-bottom: 0;
}

.status-content svg {
    width: 5rem;
    height: auto;
    color: #f58634;
}

.status-content h4 {
    font-size: 1.4rem;
    margin-top: 0.6rem;
    margin-bottom: 0;
}
.bootbox .modal-body {
    padding: 1.5rem;
}
.bootbox .modal-footer {
    border: none;
    padding: 1.5rem;
    padding-top: 0;
    justify-content: center;
    gap: 0.8rem;
}

.bootbox .modal-footer .btn-default {    
    color: #6c757d;
    border-color: #6c757d;
    transition: all .3s ease;
}
.bootbox .modal-footer .btn {
    padding: 0.5rem 2.3rem;
    border-radius: 2rem;
}
.bootbox .modal-footer .btn-default:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.bootbox .modal-footer .btn-primary {    
    background-color: #f58634;
    border-color: #f58634;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all .3s ease;
}
.bootbox .modal-footer .btn-primary:hover {
    background-color: transparent;
    color: #f58634;
}
.bootbox .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

.bootbox-close-button {
    margin-top: -0.6rem;
    margin-right: -0.6rem;
    font-size: 1.8rem !important;
    border: 1px solid #000 !important;
    height: 1.7rem;
    width: 1.7rem;
    padding: 0 !important;
    line-height: 1.3 !important;
    padding-bottom: 0.3rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
    border-radius: 2rem;
    background-color: #dedede !important;
    text-shadow: none !important;
}

.old-math mjx-container[jax="CHTML"][display="true"] {
    display: inline-block !important;
    margin: 0;
}
.new-math mjx-container[jax="CHTML"][display="true"] {
    display: initial;
}

mjx-container[jax="CHTML"][display="true"] {
    text-align: left;
}

.ck-editor__editable p {
  margin: 0 !important;
}

.ans_option .option p:empty {
    margin: 0;
}

.question_img p:empty {
    margin: 0 !important;
    display: none;
}

.question_table img {
  width: 8rem !important;
  height: auto !important;
  object-fit: inherit;
}
.question_img img{
    width: 8rem !important;
    height: 8rem !important;
    object-fit: contain;
}
 
/* ---------------  status modal end  ---------------- */



.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.back_btn {
    padding: 0rem 0.5rem 0.5rem;
    display: inline-block;
    color: #f58634;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 0 0.3rem 0 0;
}

.back_btn svg {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.4rem;
}

.back_btn:hover,
.back_btn:focus {
    color: #326abc;
    text-decoration: none;
}

.form-control {
    color: #232d42;
    border: 1px solid #adb5bd;
}

span.select2.select2-container {
    max-width: 100%;
    width: 100% !important;
}



span.select2.select2-container span.selection>.select2-selection {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #adb5bd;
    border-radius: 3px;
}


span.select2.select2-container span.selection>.select2-selection .select2-selection__rendered {
    line-height: 1.5;
    padding: 0.3rem 0.85rem;
    color: #232d42;
}

span.select2.select2-container span.selection {
    width: 100%;
    display: inline-block;
}

.form-control:focus,
span.select2.select2-container span.selection>.select2-selection:focus {
    box-shadow: none;
    outline: none;
}

.dataTables_length,
.dataTables_filter {
    margin-bottom: 0.5rem;
}

.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    color: #232d42;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0;
}

.dataTables_length label select {
    width: auto;
    min-width: 3.5rem;
    display: inline-block;
    margin: 0 0.4rem;
    border-radius: 5px;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
    background-size: 11px;
    border: 1px solid #adb5bd;
}

.dataTables_length label select:focus,
.dataTables_length label select:hover {
    box-shadow: none;
    outline: none;
}

.dataTables_filter,
.dataTables_filter label {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.dataTables_filter .form-control {
    width: 180px;
    border-radius: 5px;
    /* padding: 0.3rem 3rem 0.3rem 0.5rem; */
    padding: 0.3rem 0.8rem 0.3rem 2rem;
    margin-left: 0.4rem;
    color: #232d42;
}

.dataTables_filter .form-control:focus,
.dataTables_filter .form-control:hover {
    box-shadow: none;
    outline: none;
    border: 1px solid #adb5bd;
}

.dataTables_info {
    margin-top: 0;
    white-space: normal;
    color: #8b8b8b;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    padding-top: 0 !important;
    border-radius: 6px;
    font-size: 0.9rem;
}

.dataTables_paginate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.5em;
    padding: 0;
}

.dataTables_paginate .paginate_button.previous .page-link,
.dataTables_paginate .paginate_button.next .page-link {
    position: relative;
    font-size: 0;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_paginate .paginate_button .page-link {
    margin: 0 0.1rem;
    border-radius: 50%;
    padding: 8px 12px;
    background: #ced3dd;
    border: none;
    color: #223a58;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-body .dataTables_paginate .pagination li.paginate_button.page-item.active a {
    background-color: #0c729d;
}

.paginate_button.previous:hover {
    background: none;
    border: none;
}

.paginate_button.previous a,
.paginate_button.next a {
    background: transparent !important;
    border: 0;
    width: 100%;
    height: 100%;
}

.paginate_button.previous.disabled:hover::before {
    background: #ced3dd;
}

.paginate_button.previous:hover::before {
    background: #ff8700;
    color: #ffffff;
}

.paginate_button.disabled a::before {
    color: #6f6f6f !important;
    background-color: #d1d1d1 !important;
}

.dataTables_paginate .paginate_button.previous .page-link::before {
    content: "\2190";
    width: 30px;
    height: 30px;
    background: #ced3dd;
    border-radius: 100px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0c2556;
    font-size: 1.1rem;
    padding: 0 2px 1px 0;
}

a.paginate_button.first,
a.paginate_button.last {
    display: none;
}

.dataTables_paginate span .paginate_button {
    width: 35px;
    height: 35px;
    background: #ced3dd;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    font-size: 14px;
    padding: 2px !important;
    margin: 0 3px;
    border: none !important;
}

.dataTables_paginate span .paginate_button.current,
.dataTables_paginate span .paginate_button.current:hover,
.dataTables_paginate span .paginate_button:hover {
    background: #ff8700;
    border: none;
    color: #ffffff !important;
}

.paginate_button.next a:hover::before {
    background: #0c729d !important;
    border: none;
}

.paginate_button.next.disabled:hover::before {
    background: #ced3dd;
}

.paginate_button.next:hover::before {
    background: #ff8700;
    color: #ffffff;
}

.paginate_button.next.disabled::before {
    color: #acb0c3;
}

.dataTables_paginate .paginate_button.next .page-link::before {
    content: "\2192";
    width: 30px;
    height: 30px;
    background: #ced3dd;
    border-radius: 100px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0c2556;
    font-size: 1.3rem;
    padding: 2px 1px 0px 2px;
}

/* <============= log in page starts css ======================> */
.main_form {
    background: #F1F5FF;
    height: 100vh;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.main_form::before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url('../images/classroom-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;   
    z-index: 0;
    opacity: .4;
}

.main_form .form-img {
    width: 50%;
    padding: 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.main_form .form-img img {
    width: 80%;
}

.main_form .main_sign_in {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.main_form .sign_in_form {
    width: 60%;
    padding: 1.5rem 2.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.main_form .sign_in_form .logo {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main_form .sign_in_form .logo strong {
    font-size: 1.3rem;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    color: #047aac;
    margin-top: 1rem;
    text-align: center;
}

.main_form .sign_in_form .logo img {
    width: 15rem;
}

.main_form .sign_in_form h1 {
    color: #4B4B4B;
    font-size: 2rem;
    width: 100%;
    font-weight: 700;
    padding: 1rem 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
}

.main_form .sign_in_form .login_form {
    padding: 1rem 0;
}

.main_form .sign_in_form .form-control:focus,
.form-check-input:focus {
    box-shadow: none;
    border-color: #B8C2CF !important;
}

/* .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
} */

.main_form .sign_in_form form button.btn-primary {
    height: 2.4rem;
    width: 100%;
    border: none !important;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    border-radius: .25rem;
    color: #fff;
    /* background-image: linear-gradient(to left, #4062ff, #007dff, #0094ff, #00a8ff, #40baff); */
    background-color: #f58634;
    transition: all .3s ease-in-out;
    position: relative;
    box-shadow: none;
    padding: 0 1rem;
}

.main_form .sign_in_form form .btn-outline-danger {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.main_form .sign_in_form form button.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.form-control:focus, .form-control:-webkit-autofill {
    border-color: #919191;                  
    -webkit-text-fill-color: #505050;                  
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;   
}

.main_form .sign_in_form form button.btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1.2, 1.2);
}

.main_form .sign_in_form form button.btn-primary:hover::before,
.main_form .sign_in_form form button.btn-primary:focus::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.main_form .sign_in_form form button.btn-primary:hover::after,
.main_form .sign_in_form form button.btn-primary:focus::after {
    opacity: 1;
    transform: scale(1, 1);
}

.main_form .sign_in_form form .form-group {
    position: relative;
}

.main_form .sign_in_form form .form-group .form-t {
    position: static;
}

.main_form .sign_in_form form .form-group i {
    position: absolute;
    left: 0.6rem;
    top: 2.80rem;
    font-size: medium;
    z-index: 9;
    color: #b9cee2;
}

.main_form .sign_in_form form .form-group .eye_btn {
    border: none;
    background-color: #fff;
    position: absolute;
    right: 0.3rem;
    top: 2.7rem;
    z-index: 9;
    color: #f58634;
}

.main_form .sign_in_form form .form-group .form-label {
    font-weight: 500;
}

.main_form .sign_in_form form .form-group .form-control {
    padding: 0.6rem 0.5rem 0.4rem 2rem;
    font-size: 0.9rem;
}

.main_form .sign_in_form .form-check label.form-check-label {
    font-size: .9rem;
    font-weight: 500;
}

.main_form .sign_in_form form input#Check1 {
    border: 1px solid #B8C2CF;
}

input[type=checkbox] {
    transform: scale(1.4);
}

.main_form .sign_in_form .form-check .form-check-input {
    margin-left: -1.2em;
    margin-right: .5rem;
}

.btn-link {    
    font-size: .9rem;
    text-decoration: none;
    color: #f58634;
    transition: all .3s ease-in;
}

.btn-link:hover,
.btn-link:focus {
    color: #000;
}

/* <============= log in page end css ======================> */

/* <============= dashboard sidebar css starts ======================> */
.main-layout {
    background-color: #F7F6F4;
    height: 100vh;
}
.main-layout .sidebar {
    height: calc(100vh - 1rem);
    border-radius: 1.5rem;
    background-color: #04374e;
    /* background: linear-gradient(180deg, rgb(251 155 85) 11%, rgb(255 141 59) 21%, rgb(212 107 31) 74%); */
    position: fixed;
    left: 0;
    top: 0;
    width: 16.3rem;
    margin: 0.5rem 0;
    margin-left: 0.5rem;
    transition: all .3s ease-in-out;
    z-index: 9;
    overflow: auto;
}

/* .main-layout .sidebar:hover {
    width: 260px;
    transform: translateX(0px);
    font-size: 1rem;
} */

.main-layout .sidebar .navbar-collapse {
    width: 100%;
    display: inline-block !important;
    opacity: 1;
}

.side_close .top-header {
    width: calc(100% - 80px);
    margin-left: 80px;
    transition: all .3s ease-in-out;
}

.side_close .main-wrapper {
    width: calc(100% - 80px);
    margin-left: 80px;
    transition: all .3s ease-in-out;
}

.side_close .sidebar {
    width: 80px;
    font-size: 0;
}

.side_close .dropdown-toggle::after {
    display: none;
}

.main-layout.side_close .sidebar .sidebar_menu .sm_logo {
    display: inline-block;
    width: 45%;
    transition: all 0.3s ease;
    -webkit-animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.side_close .sidebar_menu .lg_logo {
    display: none;
    transition: all 0.3s ease;
}

.main-layout .sidebar .sidebar_menu .logo {
    padding: 1.5rem 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* transition: all .3s ease-in-out; */
}
.main-layout .sidebar .sidebar_menu .logo strong{
    color: #fff;
    text-transform: capitalize;
    margin-top: 1rem;
    font-weight: 400;
}
.main-layout .sidebar .sidebar_menu .logo .lg_logo {
    width: 11rem;
    transition: all .3s ease-in-out;
    -webkit-animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.main-layout .sidebar .sidebar_menu .navbar-nav {
    max-height: calc(100vh - 7rem);
    overflow: auto;
}

.main-layout .sidebar .sidebar_menu .sm_logo {
    display: none;
    width: 2.8rem;
}


.main-layout .sidebar .sidebar_menu .nav-item .dropdown-menu {
    width: 100%;
    background-color: #00587d;
    position: static !important;
    transform: none !important;
    padding-left: 4rem;
    border: none;
    box-shadow: none;
    /* margin: 0.5rem 1.3rem 0.5rem 1.5rem !important; */
    margin: 0.1rem 1.3rem 0.5rem 1.5rem !important;
    border: 1px solid #0c729d;
    padding: 0.1rem;
    width: auto;
}
.main-layout .sidebar .sidebar_menu .nav-item .dropdown-menu li {
    position: relative;
}
.main-layout .sidebar .sidebar_menu .nav-item .dropdown-menu li::before {
    content: "";
    width: 0.28rem;
    height: 0.28rem;
    background-color: #ffffff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 5%;
}
.main-layout .sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-item.active {
    background-color: #006d9b;
}

.main-layout .sidebar .sidebar_menu .nav-item a svg {
    height: 18px;
    width: 18px;
    /* fill: #fff; */
    margin-right: 1rem;
}

.main-layout .sidebar .sidebar_menu ul li a {
    color: #fff;
}

.main-layout .sidebar .sidebar_menu .navbar-nav .nav-link {
    padding: 0.8rem 1rem 0.8rem 1.8rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin-right: 1.2rem;
    position: relative;    
}
.main-layout .sidebar .sidebar_menu .navbar-nav .nav-link span {
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.main-layout .sidebar .sidebar_menu .navbar-nav .nav-link:hover,
.main-layout .sidebar .sidebar_menu .navbar-nav .nav-link:focus {
    background-color: rgb(25 187 255 / 34%);
}
.main-layout .sidebar .sidebar_menu .nav-item.dropdown .dropdown-toggle::after {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
}
.main-layout .sidebar .sidebar_menu .nav-item .dropdown-item:focus,
.main-layout .sidebar .sidebar_menu .nav-item .dropdown-item:hover {
    background-color: #006d9b;
    color: #ffffff;
}

.main-layout .sidebar .sidebar_menu .navbar-nav a.nav-link.active {
    background-color: rgb(25 187 255 / 34%) !important;
}

.main-layout .sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-item {
    padding: 0.3rem 1.6rem;
    /* transition: all .3s ease; */
    font-size: 0.9rem;
}
.main-layout .sidebar .sidebar_menu .navbar-nav .nav-link.active ~ .dropdown-menu {
    display: block;
}
/* .dropdown-toggle:after {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 7%;
    top: 50%;
    z-index: 9 !important;
} */

.multiselect-container.dropdown-menu.show {
    width: 100% !important;
}

button.navbar-toggler.collapsed {
    width: 80px;
}

/* <============= dashboard sidebar css ends ======================> */
/* <============= dashboard header css start ======================> */
.main-wrapper {
    margin-left: 16.8rem;
    margin-top: 5.9rem;
    display: inline-block;
    width: calc(100% - 16.8rem);
    padding: 0 1.1rem 1.5rem;
    transition: all .3s ease-in-out;
}

header.top-header {
    margin-left: 16.8rem;
    display: inline-block;
    width: calc(100% - 16.8rem);
    transition: all .3s ease-in-out;
    position: fixed;
    z-index: 2;
    right: 0;
    /* left: 16.8rem; */
    top: 0;
    padding: 1rem 1.1rem;
    padding-bottom: 0;
    background-color: #f7f6f4;
}

header.top-header .inner_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f58634;
    /* margin: 1rem 1.1rem; */
    border-radius: 20px;
    padding: 0.5rem 1.3rem;    
    box-shadow: 0.1rem 0.1rem 0.3rem rgb(0 0 0 / 10%);
}

.top-header .inner_header .navbar-toggler {
    padding-left: 0;
}

header.top-header .inner_header .side_header {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: end;
}

.top-header .dropdown-toggle::after {
    content: none;
}

.top-header .inner_header .side_header .form-inline svg#search {
    color: #adb5bd;
}

.top-header .dropdown button#dropdownMenuButton1 {
    background: transparent;
    border: 0;
    color: #ffffff;
    box-shadow: none;
    font-weight: 600;
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-header .dropdown button span {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.6rem;
    display: inline-flex;
    padding: 0.1rem;
    align-items: end;
    background-color: #fff;
}

.top-header .dropdown button span img {
    width: 100%;
}

.top-header form span.input-group-append {
    position: absolute;
    left: 0.7rem;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.top-header form.form-inline {
    width: 50%;
}

.top-header form input#example-search-input {
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    z-index: 0;
    border: 1px solid #adb5bd !important;
}

.top-header ul.dropdown-menu.show {
    top: 10% !important;
    left: auto !important;
    border: 0 !important;
    /* border-radius: 20px; */
    box-shadow: 0.2rem 0.3rem 0.8rem rgb(0 0 0 / 20%);
    padding: 0.1rem;
    border-radius: 0.4rem;
}

.top-header ul.dropdown-menu.show ul .dropdown-item:focus,
.dropdown-item:hover {
    color: #fafafa;
    background-color: #047AAC;
    overflow: hidden;
    transition: all .3s ease;
}

.top-header ul.dropdown-menu.show ul .dropdown-item.active,
.dropdown-item:active {
    color: #047AAC;
    text-decoration: none;
    background-color: transparent;
    overflow: hidden;
}

.side_header .dropdown-menu {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.inner_header .navbar-toggler label {
    display: flex;
    flex-direction: column;
    width: 45px;
    cursor: pointer;
    margin-bottom: 0;
}

.inner_header .navbar-toggler label span {
    background: #ffffff;
    border-radius: 10px;
    height: 3px;
    margin: 2.5px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.inner_header .navbar-toggler span:nth-of-type(1) {
    width: 25%;
}

.inner_header .navbar-toggler span:nth-of-type(2) {
    width: 50%;
}

.inner_header .navbar-toggler span:nth-of-type(3) {
    width: 25%;
}

.inner_header .navbar-toggler input[type="checkbox"] {
    display: none;
}

.sidebar-collapse .inner_header .navbar-toggler span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(50deg) translate(3px, 0)
}

.sidebar-collapse .inner_header .navbar-toggler span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}

.sidebar-collapse .inner_header .navbar-toggler span:nth-of-type(3) {
    transform-origin: bottom;
    width: 25%;
    transform: translate(10px, -4px) rotatez(50deg);
}

.top-header ul.dropdown-menu.show li {
    /* border-bottom: 1px solid #cfced570; */
    overflow: hidden;
}
.top-header ul.dropdown-menu.show li a {
    padding: 0.45rem 0.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.top-header ul.dropdown-menu.show li a:hover {
    background-color: #fff2e9;
}
.top-header ul.dropdown-menu.show li a svg {
    color: #da5e02;
    width: 1.1rem;
    height: auto;
}
.top-header ul.dropdown-menu.show li a span {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: #ffe5d1;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #da5e02;
}

.top-header ul.dropdown-menu.show li:last-child {
    border-bottom: 0;
}

/* <============= dashboard header css end ======================> */
/* <============= dashboard table css start ======================> */
.main-wrapper .iner_container {
    margin: 0 1.5rem;
}

.main-wrapper .card {
    border-radius: 20px;
    /* overflow: hidden; */
    box-shadow: 0.1rem 0.1rem 0.3rem rgb(0 0 0 / 10%);
    border: none;
    /* min-height: 50vh; */
}

.main-wrapper .card-header {
    background: none;
    border: 0;
    /* padding: 1rem 1.3rem; */
}

.main-wrapper .title-wrapper a.btn.btn-primary {
    background-color: #f58634;
    border: 1px solid #f58634;
    padding: 0.5rem 0.7rem;
    box-shadow: none;
    transition: all .3s ease;
    border-radius: 30px;
}

.main-wrapper .title-wrapper a.btn.btn-primary:hover {
    background-color: transparent;
    color: #f58634;
}
.main-wrapper .inner-form-title {
    margin: 0.5rem 0 1rem 0;
}

.main-wrapper .title-wrapper h2 {
    color: #054c6a;
    font-weight: 600;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.main-wrapper .title-wrapper a i.fas.fa-plus {
    margin: 0 0.1rem 0 0;
}

.form-select:focus {
    border-color: #adb5bd;
}

table tbody td a .edit_btn svg {
    color: #06152B !important;
}

.badge {
    font-weight: normal;
    border-radius: 100px;
    letter-spacing: 0.2px;
    font-size: 0.8rem;
}

.main-wrapper .card div#usersTable_wrapper table#usersTable {
    margin: 0.5rem 0 !important;
}

.dataTables_paginate .paginate_button.previous .page-link::before {
    content: "«";
    width: 2rem;
    height: 2rem;
    background: #71acc5;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.1;    
}

.dataTables_paginate .paginate_button .page-link {
    margin: 0 0.2rem;
    border-radius: 50%;
    padding: 8px 12px;
    background: #71acc5;
    border: none;
    color: #ffffff;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    transition: all .3s ease;
}

.dataTables_paginate .paginate_button.next .page-link::before {
    content: "»";
    width: 2.2rem;
    height: 2.2rem;
    background: #71acc5;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1;    
}

.dataTables_wrapper .row:nth-child(2)>.col-sm-12 {
    /* max-height: calc(100vh - 21.1rem); */
    overflow-y: auto;
}

/* table header chanegs seacrh and entries */
#userTable_wrapper #userTable_filter label {
    position: relative;
}
#userTable_wrapper #userTable_filter label::before {
    content: "";      
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_918_441)'%3E%3Cpath d='M23.7068 22.2937L17.7378 16.3247C19.3644 14.3353 20.1642 11.7968 19.9716 9.23426C19.7791 6.67173 18.609 4.28123 16.7034 2.55722C14.7977 0.833208 12.3024 -0.0924103 9.73342 -0.0281784C7.16447 0.0360534 4.71849 1.08522 2.9014 2.90231C1.08431 4.7194 0.0351379 7.16539 -0.029094 9.73434C-0.0933258 12.3033 0.832293 14.7987 2.5563 16.7043C4.28031 18.6099 6.67081 19.78 9.23334 19.9725C11.7959 20.1651 14.3344 19.3653 16.3238 17.7387L22.2928 23.7077C22.4814 23.8899 22.734 23.9907 22.9962 23.9884C23.2584 23.9861 23.5092 23.8809 23.6946 23.6955C23.88 23.5101 23.9852 23.2593 23.9875 22.9971C23.9897 22.7349 23.8889 22.4823 23.7068 22.2937ZM9.99978 18.0007C8.41753 18.0007 6.87081 17.5315 5.55522 16.6525C4.23963 15.7734 3.21425 14.524 2.60875 13.0622C2.00324 11.6004 1.84482 9.99182 2.1535 8.43998C2.46218 6.88813 3.22411 5.46266 4.34293 4.34384C5.46175 3.22502 6.88721 2.4631 8.43906 2.15442C9.99091 1.84573 11.5994 2.00416 13.0613 2.60966C14.5231 3.21516 15.7725 4.24054 16.6515 5.55614C17.5306 6.87173 17.9998 8.41845 17.9998 10.0007C17.9974 12.1217 17.1538 14.1551 15.654 15.6549C14.1542 17.1547 12.1208 17.9983 9.99978 18.0007Z' fill='%23F58634'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_918_441'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 1.2rem;
    height: 1rem;
    background-size: 1rem;
    background-repeat: no-repeat;               
    position: absolute;
    left: 0.9rem;
    top: 50%;     
    transform: translateY(-50%);      
  }

#userTable_wrapper #userTable_length .form-control {
    padding: 0.4rem 1.65rem 0.4rem 0.45rem;
    height: auto;
    line-height: normal;
    /* background: url(./assets/images/down-arrow-light.svg) no-repeat center right 0.5rem / 0.8rem; */
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23616572' stroke-width='2' points='7.086 3.174 17.086 13.174 7.086 23.174' transform='scale(1 -1) rotate(-89 -1.32 0)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;    
    background-position: 85% 50%;    
    -webkit-box-shadow: none !important;
} 

/* <==============  edit user form start ==============> */
/* .main-wrapper .card .title-wrapper .title {
    position: relative;
} */

/* .main-wrapper .card .title-wrapper .title a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: x-large;
} */

.main-wrapper .title-wrapper .title a {
    border-color: #f58634;
    background-color: unset;
    border-radius: 1.2rem;
    color: #f58634;
    padding: 0.2rem 0.7rem;
}
.main-wrapper .title-wrapper .title a:hover {
    text-decoration: none;
    background-color: #f58634;
    color: #ffffff !important;
}
.main-wrapper .title-wrapper .title a:focus {
    text-decoration: none;   
}

.main-wrapper .form-control:focus {
    border-color: #adb5bd !important;    
}

/* <=================== add new user form started =================> */
.card .card-body button.btn.btn-password {
    color: #fff;
    background-color: #f58634;
    border-color: #f58634;
}

.card .card-body .input-group .btn-primary:active:focus,
.card .card-body .row:last-child .btn-primary {
    box-shadow: none;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 26px;
    margin-left: 0.75rem;
}

.btn.btn-outline-secondary {
    /* color: #6c757d;
    border-color: #6c757d;
    font-weight: 600;
    letter-spacing: 0.3px; */
    padding: 0.5rem 2.3rem;
    border-radius: 30px;
    transition: all .3s ease;
}

/* .card .card-body .btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d;
} */

.card .card-body .btn-outline-secondary:active:focus {
    box-shadow: none;
}

.btn.btn-primary {
    padding: 0.5rem 3rem;
    border-radius: 30px;
    background-color: #f58634;
    border-color: #f58634;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all .3s ease;
}

.btn.btn-primary:hover {
    background-color: transparent;
    color: #f58634;
    border-color: #f58634;
}

.btn.btn-primary:active, .btn.btn-primary:focus {
    border-color: #f58634 !important;
    background-color: unset !important;
    color: #f58634 !important;
}

.card .card-body .btn-secondary:active:focus {
    box-shadow: none;
}

.card .card-body form .form-group .form-check.form-switch {
    margin-left: 0.6rem;
}

.form-switch {
    margin-bottom: 0;
}
.form-switch .form-check-input {
    margin-right: 0.8rem;
}

.form-check-input:checked {
    border-color: #f58634;
    background-color: #f58634;
    margin-right: 0.8rem;
}

.main-wrapper .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-wrapper .card .card-body {
    padding: 0 0.5rem;
}

/* <============== edit user css starts ==============> */
.card .card-body .btn-warning {
    padding: 0.5rem 3.2rem;
    border-radius: 30px;
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all .3s ease;
}

.card .card-body .btn-warning:hover {
    background-color: transparent;
    color: #ffc107;
}

.card .card-body form.form_inside {
    margin-top: -0.8rem;
}

/* ---------------  toast popup   ------------------ */
.toast-container {
    position: fixed;
    z-index: 9;
    bottom: 2.2rem;
    right: 1.2rem;
}
.toast-container .toast {
    background-color: #ddffe5;
    /* border: 2px solid #14A44D; */
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0 !important;
    color: #000;
    /* box-shadow: 0 0 6px #858585; */
}
.toast-container.toast-danger .toast{
    background-color: #ffebeb;
    /* border: 2px solid #D90429; */
    border: none;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0 !important;    
}
.hide-toast {
	display: none;
}
.toast-container .toast-progress {
    height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.toast-container .toast-progress-bar-danger {
	background-color: #ff3333;
	height: 2px;
	animation: toastProgress 3s ease-in-out forwards;
}

.toast-container .toast-progress-bar {
	background-color: #14A44D;
	height: 2px;
	animation: toastProgress 3s ease-in-out forwards;
}

.slide-in-slide-out {
	animation: slideInRight 0.3s ease-in-out forwards, slideOutRight 0.5s ease-in-out forwards 3s;
	transform: translateX(110%);
}

.slide-in-fade-out {
	animation: slideInRight 0.3s ease-in-out forwards, fadeOut 0.5s ease-in-out forwards 3s;
	transform: translateX(110%);
}

.wiggle-me {
	animation: wiggle 2s ease-in;
}

/* spinner start */

.spinner-box {
    color: #ff8700;
}




@keyframes slideInRight { 
	0% { transform: translateX(110%); }
	75% { transform: translateX(-10%); }
	100% { transform: translateX(0%); }
}

@keyframes slideOutRight { 
	0% { transform: translateX(0%); }
	25% { transform: translateX(-10%); }
	100% { transform: translateX(110%); }
}
  
@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes toastProgress {
	0% { width: 100%; }
	100% { width: 0%; }
}

@keyframes wiggle {
	0%, 7% { transform: rotateZ(0); }
	15% { transform: rotateZ(-13deg); }
	20% { transform: rotateZ(9deg); }
	25% { transform: rotateZ(-10deg); }
	30% { transform: rotateZ(7deg); }
	35% { transform: rotateZ(-2deg); }
	40%, 100% { transform: rotateZ(0); }
}


/* -----------------------   subscription delete btn in add form    -------------------------- */
.delete-item {
    outline: none;
    background-color: #ffd6da;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 2rem;
    color: #dc3545;
    border: 1px solid #dc3545;
    transition: all 0.3s ease;
}
.delete-item:hover {
    background-color: #dc3545;
    color: #ffffff;
}

.add-more {
    outline: none;
    background-color: #28a745 !important;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 2rem !important;
    color: #ffffff !important;
    border: 1px solid #28a745 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;    
}
.add-more svg {
    width: 1rem;
    height: 1rem;    
}
.add-more:hover {
    background-color: #1a8834 !important;    
}
.add-subscription {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;
}
.add-subscription .card:first-child {
    height: fit-content !important;    
}

.add-subscription .add-subject {
    max-height: calc(100vh - 14rem);
    overflow: auto;
    padding: 1rem;
}
.head-subject {
    position: sticky;
    top: -1rem;
    z-index: 1;    
    background-color: #ffffff;
}

/* ---------------  active deactiev status switch   ------------------ */
table .form-check-input{
    width: 1.7em !important;
    height: 0.8em;
}



/* <============== add new organization css starts ==============> */
/* .card .card-body .btn-warning {
    padding: 0.5rem 3rem;
    color: #6c757d;
    border-color: #6c757d;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 30px;
    background-color: #fff;
    transition: all .3s ease;
} */

/* .card .card-body .btn-warning:hover {
    color: #fff !important;
    background-color: #6c757d;
} */

tbody,
td,
tfoot,
th,
thead,
tr {
    font-size: 1rem;
}

.error{
    color: red;
}

body {
    overflow: auto !important;
}
body.modal-open {
    overflow: hidden !important;
}

/* collapse-sidebar */
.sidebar-collapse .sidebar {
    width: 4rem !important;
    overflow: initial;
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item a {
    z-index: 1;
    background-color: #04374e;    
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item a span {
    /* font-size: 0; */
    /* font-size: 1rem; */
    position: absolute;
    left: 0rem;
    padding: 0.3rem 0.4rem;
    border-radius: 0 0.4rem 0.4rem 0;
    background-color: #00587d;
    text-align: left;
    text-wrap: nowrap;    
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item a:hover span {
    left: 4rem;
    opacity: 1;
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item a svg {
    flex: none;
    margin: 0;
}
.sidebar-collapse .sidebar .sidebar_menu .navbar-nav {
    overflow: visible;
    /* padding-right: 0.3rem; */
}
.sidebar-collapse .sidebar .sidebar_menu .navbar-nav .nav-link {
    padding: 0.7rem;    
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item .dropdown-menu {
    position: absolute !important;    
    left: 0rem !important;
    top: 0rem;
    opacity: 0;
    display: block !important;   
    z-index: -1;    
    transition: all 0.3s ease;
    
}
/* .sidebar-collapse .sidebar .sidebar_menu .dropdown-toggle:hover + .dropdown-menu {
    display: block !important;
} */
.sidebar-collapse .sidebar .sidebar_menu .nav-item:hover .dropdown-menu {
    /* display: block !important; */   
    left: 2.5rem !important;
    opacity: 1;    
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item.dropdown span {
    display: none;
}
.sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-head-title {
    display: none;
    list-style: none;
}
.sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-head-title .dropdown-item:hover, .sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-head-title .dropdown-item:focus {    
    color: #ffffff;
    background-color: #0c648a;
}
.sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-head-title::before {
    display: none !important;
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-head-title {
    display: block;
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item .dropdown-menu .dropdown-head-title .dropdown-item {
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    border-bottom: 1px solid #005e87;
    font-weight: 500;
    background-color: #0c648a;
}
.sidebar-collapse .sidebar .sidebar_menu .nav-item:hover .nav-link span {
    left: 4rem;
    opacity: 1;
}

.sidebar-collapse .sidebar .sidebar_menu .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.sidebar-collapse .sidebar .sidebar_menu .logo .lg_logo {
    display: none;
}
.sidebar-collapse .sidebar .sidebar_menu .logo strong {
    display: none;
}
.sidebar-collapse .sidebar .sidebar_menu .logo .sm_logo {
    display: inline-block;
    transition: all .3s ease-in-out;
    -webkit-animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.sidebar-collapse .top-header {
    margin-left: 4.5rem;    
    width: calc(100% - 4.5rem);
}
.sidebar-collapse .main-wrapper {
    margin-left: 4.5rem; 
    width: calc(100% - 4.5rem);
}

/* resolved status */

.resolved-badge {
    background-color: #28a745;
    color: #fff;
    border-radius: 1rem;
    padding: 0.3rem 0.5rem 0.3rem;
    line-height: 1;
    display: inline-block;
    font-size: 0.9rem;
}

.btn-link {    
    color: #f58634 !important;    
}



/* question bank modal design */
.question-view-modal .question-view-data {
    background-color: #f7f7f7;
    border: 1px solid #d5d5d5;
    padding: 0.5rem 0.6rem;
    height: 100%;
    border-radius: 0.4rem;        
}
.question-view-modal .question-view-data span {
    display: block;
    line-height: 1;
    margin-bottom: 0.3rem;
    color: #646464;
    font-size: 0.85rem;
}
.question-view-modal .question-view-data strong {
    font-weight: 600;
    display: block;
    line-height: 1.2;
    font-size: 0.9rem;
    text-wrap: wrap;
}
.question-view-modal .question-box {
    background-color: #fff6ef;
    border: 1px solid #f58634;
    margin: 0;
    /* padding: 0.8rem 0.4rem; */
    border-radius: 0.3rem;      
}
.question-view-modal .answer-box {
    background-color: #edffec;
    border: 1px solid #229e1a;
    margin: 0;
    /* padding: 0.8rem 0.4rem; */
    border-radius: 0.3rem;      
}
.question-view-modal .question-discription-box {
    background-color: #edf3ff;
    border: 1px solid #3068d5;
    margin: 0;
    /* padding: 0.8rem 0.4rem; */
    border-radius: 0.3rem;      
}
.question-view-modal .answer-box br {
    display: none;
}
.question-view-modal .question-box h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
} 

.question-view-modal .ck-editor {        
    width: 100% !important;                 
}
.question-view-modal .ck-editor .ck-editor__top {
    display: none;
    width: 100%;
}
.question-view-modal .ck-editor .ck-editor__editable {
    border-color: transparent !important;    
    background-color: unset !important;                       
}         
    .question-view-modal .ck-editor:focus, .question-view-modal .ck-editor:focus-visible, .question-view-modal .ck-editor:focus-within .ck-editor__top {
            display: block;    
            position: absolute;
            top: -2.5rem;           
        }
        .question-view-modal .ck-editor:focus, .question-view-modal .ck-editor:focus-visible, .question-view-modal .ck-editor:focus-within .ck-editor__editable {
            border: 1px solid #c4c4c4 !important;
            background-color: #ffffff !important;
            box-shadow: none !important;
        }    

    .question-view-modal .ck-editor .ck-editor__editable p {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

.question-view-modal h4 {
    margin-bottom: 0.7rem;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.row-secetion-delete-box {
    position: fixed;    
    transform: unset !important;    
    padding: 0.6rem 0.6rem;
    background-color: white;
    box-shadow: 0 0 0.4rem 0 #717171;
    left: 50%;
    bottom: 0;
    width: fit-content;
    border-radius: 0.6rem;
    transform: translateX(-35%) !important;
    display: flex;
    gap: 0.5rem;
    -webkit-animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    z-index: 1;
}
.row-secetion-delete-box button {
    width: max-content;
}
.row-secetion-delete-box .close-icon {
    background-color: #e6e6e6;
    border: 1px solid #aeaeae;
    padding: 0.6rem;
    color: #06152B;
    height: fit-content;
}
.row-secetion-delete-box .btn-icon {
    display: flex;
    align-items: center;    
    gap: 0.3rem;
}
.row-secetion-delete-box .close-icon svg {
    width: 0.9rem;
    height: 0.9rem;
}
.question_table .form-check-input {
    margin-top: 0;
    width: 0.8em !important;
    height: 0.8em;
    margin-left: 0;
    position: static;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.question_table .form-check-input:focus {
    border-color: #f58634 !important;
}
.question_table .sorting_disabled::before, .question_table .sorting_disabled::after {
    display: none !important;
}
.question_table tbody tr:first-child {
    white-space: nowrap !important;
}

@media screen and (max-width:1439px) {
    label {     
        font-size: 0.9rem;
    }
}

@media screen and (max-width:1280px) {
    .main_form .form-img img {
        width: 90%;
    }

    .main_form .sign_in_form {
        width: 90%;
    }
 
}

@media screen and (max-width:991px) {
    .main_form .form-img {
        display: none;
    }

    .main_form .main_sign_in {
        width: 75%;
    }

    .main_form .sign_in_form {
        width: 100%;
    }

    header.top-header .inner_header .side_header {
        width: 80%;
    }
}



@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}