:root {
    --grey: #727E8C;
    --black: #000;
    --theme: #191e3a;
    --theme_hover: #0f1433;
    --blue: #4f69ff;
    --hover_blue: #354edd;
    --b_color: #ced4da;
}
.bg_theme{
    background-color: var(--theme);
}
.color_theme{
    color: var(--theme);
}
.color_white{
    color: #fff;
}
.color_blue{
    color: #4f69ff;
}
.font_18{
    font-size: 18px;
}
.pb_15{
    padding-bottom: 15px;
}
.p_15{
    padding: 15px;
}
.mt_15{
    margin-top: 15px;
}
.mt_18{
    margin-top: 18px;
}
.mt_20{
    margin-top: 20px;
}
.mr_30{
    margin-right: 30px;
}
.mtb_15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.ptb_15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.text-right{
    text-align: right;
}
.b_redius_22{
    border-radius: 22px;
}
.b_shadow{
    box-shadow: 0 1px 1px rgb(0 0 0 / 25%), 0 2px 2px rgb(0 0 0 / 20%), 0 4px 4px rgb(0 0 0 / 15%), 0 8px 8px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 5%);
}
.bg_blue{
    background-color: #557ef8 !important;
}
.bg_red{
    background-color: #cb3838 !important;
}
.border_bottom{
    border-bottom: 1px solid #ccc;
}
.b_grey{
    background-color: #f7f7f7;
}
.b_dashed_top{
    border-top: 1px dashed #e8ebf3;
}
/* Buttons */

input[type="checkbox"] {
    cursor: pointer;
}

.btnUms{
    transition: all 0.2s ease;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    line-height: normal;
    cursor: pointer;
    padding: 0 12px;
}
.btnUms-md {
    font-size: 14px;
    padding: 6px 15px;
}

/* colors */
.btnUms-blue {
    transition: all 0.2s ease;
    background-color: var(--blue);
    border-color: var(--blue);
    color: #fff;
}
.btnUms-blue:hover {
    background-color: var(--hover_blue);
    border-color: var(--hover_blue);
    color: #fff;
}
.btnUms-theme {
    transition: all 0.2s ease;
    background-color: var(--theme);
    border-color: var(--theme);
    color: #fff;
}
.btnUms-theme:hover {
    background-color: var(--theme_hover);
    border-color: var(--theme_hover);
    color: #fff;
}

.ContentBox{
    background-color: #fff;
    
}
.ContentBoxHeader{
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.ContentBoxBody{
    padding: 15px;
}
.table thead th {
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
}
.table td:not(:first-child) {
    padding: 7px;  
}
.table .thead-dark th {
    background-color: #cb3838;
    border-color: #cb3838;
    padding: 12px;
    
}
body .d-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
body .d_flex{
    display: flex;
}
body .align_center{
    align-items: center;
}
body .j_center{
    justify-content: center;
}
.b_bottom_red{
    border-bottom: 2px solid #cb3838;
}
.TotalAmountText {
    font-size: 16px;
    margin-right: 10px;
    color: #6c6c6c;
    display: block;
}
span.StudentName {
    text-transform: uppercase;
    font-weight: 600;
}
.TotalAmount{
    font-size: 18px;
    font-weight: 600;
}
.PayButton{
    font-size: 15px;
    padding: 10px;
    background-color: var(--theme);
    color: #fff;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 24px;
}
.PayButton:hover{
    color: #fff;
    background-color: var(--theme_hover);
}
.finalTotalSection .finalprise {
    text-align: center;
}
.table-responsive .table .common {
    min-width: 150px;
}
.table-responsive .table>tbody tr {
    border-top: 1px dashed #e8ebf3;
    vertical-align: middle;

}
.common {
    border: 1px solid #ccc;
    height: 34px;
    width: 100%;
    line-height: 34px;
    box-sizing: border-box;
    padding: 0 12px;
    color: #000;
    border-radius: 0;
}
.column_sm {
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    padding: 0 8px;
    color: #000;
    border-radius: 0;
    background: #fff;
}
.common:focus {
    outline: none;
    border-color: #29aae3;
}
.common:focus::placeholder {
    padding-left: 5px;
}
.common::placeholder {
    font-size: 13px;
    line-height: 34px;
    color: #7C7C7C;
    transition: all 0.2s ease;
}
.checkbox_area input[type="checkbox"] {
    margin: 8px 6px 0 0;
}
body .check {
    width: 20px;
    padding: 5px 12px;
}
.table-responsive::-webkit-scrollbar {
    height: 6px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
  }
.table-responsive::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
    cursor: pointer;
  }
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #e0e0e0;
    cursor: pointer;
  }
  td.highlight {
    background-color: #e7e7e7 !important;
    color: #000;
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.navbar-custom {
    background: #fff;
    min-height: 60px;
    position: relative;
    border-bottom: 1px solid #eceff5;
    margin-left: 260px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-custom .nav-link {
    padding: 0;
    color: #384a65;
    margin: 0 8px;
}
.navbar-custom .nav-link.nav-icon {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    /* background-color: #f5f5f9; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.navbar-custom .nav-link.nav-icon i {
    font-size: 20px;
    padding-bottom: 2px;
    color: #384a65;
}
.navbar-custom .dropdown-toggle:after {
    content: initial;
}
.navbar-custom .topbar-nav {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-custom .topbar-nav li {
    float: left;
}
.navbar-custom .topbar-nav li.show .nav-link {
    background-color: #fff;
    color: #000444;
}
.navbar-custom .topbar-nav li:last-child {
    margin-right: 8px;
}
.navbar-custom .topbar-nav li:first-child {
    margin-left: 8px;
}
.button-menu-mobile {
    border: none;
    color: #384a65!important;
    width: 60px;
    background-color: transparent;
    cursor: pointer;
}
.nav-user .nav-user-name {
    vertical-align: middle;
}

.app-search {
    position: relative;
    margin: 0;
}
.app-search form {
    position: relative;
    z-index: 1;
}
.app-search form .form-control, .app-search form .form-control:focus {
    border: 1px solid transparent;
    font-size: 13px;
    height: 34px;
    color: #696c71;
    background: #f5f5f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 300px;
    border-radius: 0;
    padding-left: 15px;
}
.app-search form button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    text-align: center;
    background-color: transparent;
    color: #748aa9;
}
.app-search form button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.app-search form button:focus {
    outline: 0;
}
.app-search .input.form-control::-webkit-input-placeholder {
    color: #98a9d9;
}
.app-search input.form-control:-moz-placeholder {
    color: #98a9d9;
}
.app-search input.form-control::-moz-placeholder {
    color: #98a9d9;
}
.app-search input.form-control:-ms-input-placeholder {
    color: #98a9d9;
}
@media (max-width:1316.98px) {
    .topbar {
    position: fixed;
}
.page-wrapper .page-content {
    margin-top: 60px;
}
}@media (max-width:1024px) {
    .topbar .app-search .form-control, .topbar .app-search .form-control:focus {
    width: 230px;
}
body.dark-sidebar .left-sidebar .brand{
    display: none;
}
body.dark-sidebar .left-sidebar .sidebar-user-pro{
    display: none;
}
}@media (max-width:768px) and (max-width:1023.98px) {
    .app-search {
    display: none;
}
}@media (max-width:767px) {
    .app-search, .hidden-sm {
    display: none;
}
}@media (max-width:375px) {
    .page-title-box .breadcrumb {
    display: none;
}
}body.dark-topbar .navbar-custom, body.dark-topbar .topbar {
    background-color: #0f172a;
}
body.dark-topbar .left-sidebar .brand {
    background-color: #0f172a;
    border-right: 1px solid #131d35;
}
body.dark-topbar .left-sidebar .brand .logo .logo-lg {
    display: none;
}
body.dark-topbar .left-sidebar .brand .logo .logo-lg.logo-light {
    display: inline-block;
}
body.dark-topbar .navbar-custom .nav-link.nav-icon i {
    color: #abb4c7;
}
body.dark-topbar .navbar-custom .nav-link.nav-icon {
    background-color: #343c50;
}
body.dark-topbar .navbar-custom .nav-link {
    color: #c2cbe2;
}
body.dark-topbar .app-search form .form-control, body.dark-topbar .app-search form .form-control:focus {
    color: #c2cbe2;
    background: #343c50;
}
.footer {
    bottom: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    left: 0;
    color: #8d93a1;
    border-top: 1px solid #dfdfdf;
}
.left-sidebar {
    min-width: 260px;
    max-width: 260px;
    background-color: #fff;
    min-height: 100vh;
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 1001;
}
.left-sidebar .brand {
    background-color: #fff;
    border-bottom: 1px solid #eceff5;
    border-right: 1px solid #eceff5;
    text-align: center;
}
.left-sidebar .brand .logo {
    line-height: 60px;
}
.left-sidebar .brand .logo .logo-sm {
    height: 35px;
}
.left-sidebar .brand .logo .logo-lg {
    height: 15px;
    margin-left: 2px;
    display: inline-block;
}
.left-sidebar .brand .logo .logo-light {
    display: none;
}
.left-sidebar .nav.nav-tabs {
    border-bottom: 1px solid transparent;
    background-color: #f5f5f9;
    padding: 5px;
}
.left-sidebar .nav.nav-tabs.menu-tab .nav-item.show.active, .left-sidebar .nav.nav-tabs.menu-tab .nav-item.show:focus, .left-sidebar .nav.nav-tabs.menu-tab .nav-item.show:hover {
    color: #fff;
    background-color: #557ef8;
    border-color: transparent transparent transparent;
}
.left-sidebar .nav.nav-tabs.menu-tab .nav-link {
    color: #5a5c61;
    padding: .2rem .5rem;
    border-radius: 5px;
}
.left-sidebar .nav.nav-tabs.menu-tab .nav-link.active, .left-sidebar .nav.nav-tabs.menu-tab .nav-link:focus, .left-sidebar .nav.nav-tabs.menu-tab .nav-link:hover {
    color: #fff;
    background-color: #557ef8;
    border-color: transparent transparent transparent;
}
.left-sidebar .menu-content {
    padding-bottom: 240px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #eceff5;
}
.left-sidebar .menu-body {
    padding: 10px 0;
}
.left-sidebar .menu-body .nav-item {
    position: relative;
    display: block;
    transition: all 0.2s ease;
}

.left-sidebar .menu-body .nav-item:hover{
    background-color: #0f1433; 
}


.left-sidebar .menu-body .nav-item.menuitem-active .nav-link.active {
    color: #303e67;
    background-color: rgb(54 61 96);
}
.left-sidebar .menu-body .nav-item.menuitem-active .nav-link.active .menu-icon {
    color: #ccd1e0;
}
.left-sidebar .menu-body .nav-item .nav-link {
    position: relative;
    color: #5a5c61;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    border-radius: 0;
    padding: 10px 15px;
}
.left-sidebar .menu-body .nav-item .nav-link .menu-icon {
    margin-right: 6px;
    font-size: 20px;
    color: #545d7b;
    min-width: 21px;
}
.left-sidebar .menu-body .nav-item .nav-link.active, .left-sidebar .menu-body .nav-item .nav-link.active i {
    color: #557ef8;
}
.left-sidebar .navbar-vertical .navbar-nav {
    padding-left: 0;
}
.left-sidebar .navbar-vertical .navbar-nav .menu-label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #8491b7;
    padding: 20px 8px;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: block;
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #303e67;
    background: #f5f5f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .menu-icon {
    color: #1f2538;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-item .nav {
    padding: 0 0 0 10px;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-item .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: 12px;
    width: 4px;
    height: 4px;
    border: 1px solid #8997bd;
    border-radius: 50%;
    background: rgba(48, 62, 103, .2);
}
.left-sidebar .navbar-vertical .navbar-nav .nav-item .nav .nav-item .nav-link.active:before {
    content: "";
    border: none;
    background: #557ef8;
}
.navbar-custom .responsive-logo {
    display: none;
}
.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-wrapper .page-content-tab {
    width: calc(100% - 260px);
    margin-left: auto;
    position: relative;
    min-height: calc(100vh - 60px);
    padding: 0 8px 52px 8px;
    margin-top: 60px;
}
.sidebar-user-pro {
    padding: 20px 16px;
}
.sidebar-user-pro .user-detail h5, .sidebar-user-pro .user-detail p {
    color: #303e67;
}
.update-msg {
    border-radius: 5px;
    padding: 12px 12px;
    position: relative;
    background-color: #131d35;
}
.update-msg h5 {
    color: #f1f5fa;
}
.update-msg p {
    color: #8997bd;
    font-weight: 400;
}
.enlarge-menu .left-sidebar {
    min-width: 60px;
}
.enlarge-menu .left-sidebar .brand .logo .logo-lg {
    display: inline-block;
}
.enlarge-menu .left-sidebar .brand .logo .logo-lg {
    display: none;
}
.enlarge-menu .left-sidebar .update-msg {
    display: none;
}
.enlarge-menu .left-sidebar .sidebar-user-pro {
    padding: 20px 0;
}
.enlarge-menu .left-sidebar .sidebar-user-pro .user-detail {
    display: none;
}
.enlarge-menu .left-sidebar .nav.nav-tabs.menu-tab .nav-link {
    padding: .2rem 0;
}
.enlarge-menu .left-sidebar .nav.nav-tabs.menu-tab .nav-link span {
    display: none;
}
.enlarge-menu .left-sidebar .menu-body .nav-item .collapse.show {
    display: none;
}
.enlarge-menu .left-sidebar .menu-body .nav-item .nav-link {
    padding: 0;
}
.enlarge-menu .left-sidebar .menu-body .nav-item .nav-link .menu-icon {
    margin: 0 auto;
}
.enlarge-menu .left-sidebar .menu-body .nav-item .nav-link span {
    display: none;
}
.enlarge-menu .left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: none;
}
.enlarge-menu .left-sidebar .menu-label {
    border: 1px solid #eceff5;
    border-radius: 5px;
}
.enlarge-menu .left-sidebar .menu-label span {
    display: none;
}
.enlarge-menu .left-sidebar:hover {
    min-width: 260px;
}
.enlarge-menu .left-sidebar:hover .brand .logo .logo-lg {
    display: inline-block;
}
.enlarge-menu .left-sidebar:hover .brand .logo .logo-light {
    display: none;
}
.enlarge-menu .left-sidebar:hover .update-msg {
    display: block;
}
.enlarge-menu .left-sidebar:hover .sidebar-user-pro {
    padding: 16px;
}
.enlarge-menu .left-sidebar:hover .sidebar-user-pro .user-detail {
    display: inline-block;
}
.enlarge-menu .left-sidebar:hover .nav.nav-tabs.menu-tab .nav-link {
    padding: .2rem .5rem;
}
.enlarge-menu .left-sidebar:hover .nav.nav-tabs.menu-tab .nav-link span {
    display: inline-block;
}
.enlarge-menu .left-sidebar:hover .menu-body .nav-item .collapse.show {
    display: block;
}
.enlarge-menu .left-sidebar:hover .menu-body .nav-item .nav-link {
    padding: 10px;
}
.enlarge-menu .left-sidebar:hover .menu-body .nav-item .nav-link .menu-icon {
    margin: 0;
    margin-right: 6px;
}
.enlarge-menu .left-sidebar:hover .menu-body .nav-item .nav-link span {
    display: block;
}
.enlarge-menu .left-sidebar:hover .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: block;
}
.enlarge-menu .left-sidebar:hover .menu-label {
    border: none;
}
.enlarge-menu .left-sidebar:hover .menu-label span {
    display: inline-block;
}
.enlarge-menu .topbar .navbar-custom {
    margin-left: 60px;
}
.enlarge-menu .topbar .topbar-left {
    margin-left: 0;
    width: 260px;
}
.enlarge-menu.enlarge-menu-all .left-sidebar {
    display: none;
}
.enlarge-menu.enlarge-menu-all .topbar .topbar-left {
    margin-left: 0;
    width: 260px;
}
.enlarge-menu.enlarge-menu-all .topbar .navbar-custom {
    margin-left: 0;
}
.enlarge-menu .page-content-tab {
    width: calc(100% - 60px);
}
@media (max-width:1199.98px) {
    .page-wrapper .page-content-tab {
    width: calc(100% - 60px);
}
}@media (max-width:1023.98px) {
    .left-sidebar {
    position: fixed;
    top: 60px;
    overflow-y: auto;
    z-index: 5;
    bottom: 0;
}
.navbar-custom {
    margin-left: 60px;
}
.navbar-custom .responsive-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}
.page-content-tab {
    min-height: 100vh;
    width: 100%}
.enlarge-menu .topbar .topbar-left {
    margin-left: 0;
    width: 60px!important;
}
.enlarge-menu .page-content-tab {
    width: 100%}
.enlarge-menu-all .topbar .navbar-custom {
    margin-left: 0;
}
.enlarge-menu-all .page-content-tab {
    width: 100%}
}@media (min-width:768px) {
    .navbar-collapse {
    display: block!important;
}
.navbar-vertical .navbar-nav .nav .nav-link {
    padding-left: 28px!important;
}
}@media (max-width:767.98px) {
    .navbar-collapse {
    display: block!important;
}
.navbar-vertical .navbar-nav .nav .nav-link {
    padding-left: 1.5rem;
}
.navbar-custom .nav-link {
    margin: 0 5px;
}
}@media (min-width:680px) {
    .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}body.dark-sidebar .left-sidebar {
    background-color: var(--theme);
}
body.dark-sidebar .left-sidebar .brand {
    background-color: #fff;
    border-bottom: 1px solid #131d35;
}
body.dark-sidebar .left-sidebar .brand .logo .logo-lg {
    display: none;
}
body.dark-sidebar .left-sidebar .brand .logo .logo-light {
    display: inline-block;
}
body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link {
    color: #9da2af;
    border-bottom: 1px solid #242a4c;
}
body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link.active {
    color: #ccd1e0;
}
body.dark-sidebar .left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #ccd1e0;
    background-color: rgba(204, 209, 224, .08);
}
body.dark-sidebar .left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .menu-icon {
    color: #ccd1e0;
}
body.dark-sidebar .left-sidebar .sidebar-user-pro {
    padding: 20px 16px;
}
body.dark-sidebar .left-sidebar .sidebar-user-pro .user-detail h5, body.dark-sidebar .left-sidebar .sidebar-user-pro .user-detail p {
    color: #ccd1e0;
    font-size: 12px;
}
body.dark-sidebar .left-sidebar .nav.nav-tabs {
    background-color: #2f3648;
}
body.dark-sidebar .left-sidebar .nav.nav-tabs.menu-tab .nav-item.show.active, body.dark-sidebar .left-sidebar .nav.nav-tabs.menu-tab .nav-item.show:focus, body.dark-sidebar .left-sidebar .nav.nav-tabs.menu-tab .nav-item.show:hover {
    color: #ccd1e0;
    background-color: #0f172a;
    border-color: transparent transparent transparent;
}
body.dark-sidebar .left-sidebar .nav.nav-tabs.menu-tab .nav-link {
    color: #9da2af;
}
body.dark-sidebar .left-sidebar .nav.nav-tabs.menu-tab .nav-link.active, body.dark-sidebar .left-sidebar .nav.nav-tabs.menu-tab .nav-link:focus, body.dark-sidebar .left-sidebar .nav.nav-tabs.menu-tab .nav-link:hover {
    color: #ccd1e0;
    background-color: #0f172a;
    border-color: transparent transparent transparent;
}
body.dark-sidebar.enlarge-menu .left-sidebar .brand .logo .logo-lg {
    display: none;
}
body.dark-sidebar.enlarge-menu .left-sidebar .menu-label {
    border: 1px solid rgba(204, 209, 224, .05);
}
body.dark-sidebar.enlarge-menu .left-sidebar:hover .brand .logo .logo-lg {
    display: none;
}
body.dark-sidebar.enlarge-menu .left-sidebar:hover .brand .logo .logo-light {
    display: inline-block;
}
body.dark-sidebar.enlarge-menu .left-sidebar .sidebar-user-pro {
    padding: 20px 0;
}
body.dark-sidebar.enlarge-menu .left-sidebar:hover .menu-label {
    border: 1px solid transparent;
}
body.dark-sidebar.enlarge-menu .left-sidebar:hover .sidebar-user-pro {
    padding: 20px 16px;
}
[data-layout=horizontal] {
    display: inherit;
}
[data-layout=horizontal] .topbar {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eceff5;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
[data-layout=horizontal] .topbar .brand {
    text-align: center;
    height: 60px;
    width: 160px;
    background-color: #fff;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[data-layout=horizontal] .topbar .brand .logo {
    line-height: 60px;
}
[data-layout=horizontal] .topbar .brand .logo .logo-sm {
    height: 30px;
}
[data-layout=horizontal] .topbar .brand .logo .logo-lg {
    height: 16px;
    display: inline-block;
}
[data-layout=horizontal] .topbar .brand .logo .logo-lg.logo-light {
    display: none;
}
[data-layout=horizontal] .topbar .navbar-custom {
    margin-left: 0;
    width: 100%;
    border-bottom: none;
}
[data-layout=horizontal] .topbar .navbar-custom .navbar-custom-menu {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
[data-layout=horizontal] .page-wrapper {
    margin: 0 auto;
    width: 1380px;
    padding-top: 60px;
}
[data-layout=horizontal] .page-wrapper .page-content-tab {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
}
[data-layout=horizontal] .app-search-topbar form {
    position: relative;
    z-index: 1;
}
[data-layout=horizontal] .app-search-topbar button {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    text-align: center;
    background-color: transparent;
    color: #384a65;
}
[data-layout=horizontal] .app-search-topbar button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[data-layout=horizontal] .app-search-topbar button:focus {
    outline: 0;
}
[data-layout=horizontal] .app-search-topbar input {
    width: 100%;
    height: 56px;
    border: none;
    font-size: 12px;
    border-radius: 4px;
    padding-left: 54px;
    padding-right: 15px;
    background-color: #fff;
    color: #000444;
}
[data-layout=horizontal] .app-search-topbar input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0!important;
}
.navbar-custom-menu .navigation-menu .nav-item.active a {
    color: #557ef8;
}
.navbar-custom-menu .navigation-menu .nav-item.active a i {
    color: #557ef8;
}
.navbar-custom-menu .navigation-menu .nav-item.active .dropdown-menu li.active>a {
    color: #557ef8;
}
.navbar-custom-menu .navigation-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
}
.navbar-custom-menu .navigation-menu .nav-item .nav-link:hover {
    color: #557ef8;
}
.navbar-custom-menu .navigation-menu .nav-item .nav-link.active {
    color: #557ef8;
}
.navbar-custom-menu .navigation-menu .nav-item .nav-link.active .menu-icon {
    color: #557ef8;
}
.navbar-custom-menu .dropdown {
    position: relative;
}
.navbar-custom-menu .dropdown .dropdown-toggle:after {
    display: block;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #1f2538;
    border: none;
    font-size: 12px;
    margin-left: .255em;
    float: right;
}
.navbar-custom-menu .dropdown .nav-link.dropdown-toggle:after {
    content: "\f107";
    font-family: "Line Awesome Free";
    position: relative;
    top: 2px;
}
.navbar-custom-menu .dropdown .nav-link.dropdown-toggle.arrow-none:after {
    display: none;
}
.navbar-custom-menu .dropdown .nav-link.active.dropdown-toggle:after {
    content: "\f107";
    color: #557ef8;
}
.navbar-custom-menu .dropdown .dropdown-menu {
    margin: 1.125rem 0;
    line-height: 1.2rem;
    min-width: 12rem;
    -webkit-box-shadow: 0 3px 12px rgba(214, 228, 241, .3);
    box-shadow: 0 3px 12px rgba(214, 228, 241, .3);
    border-radius: .5rem;
    top: 100%!important;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item {
    position: relative;
    line-height: 26px;
    color: #384a65;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item.active {
    color: #557ef8;
    text-decoration: none;
    background-color: rgba(85, 126, 248, .04);
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(85, 126, 248, .04);
    color: #557ef8;
    border-radius: 0;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:focus .dropdown-toggle:after {
    color: #557ef8;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:focus:hover {
    color: #557ef8;
    text-decoration: none;
    background-color: rgba(85, 126, 248, .04);
    border-radius: 0;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:focus:active {
    color: #557ef8;
    text-decoration: none;
    background-color: rgba(85, 126, 248, .04);
    border-radius: .25rem;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:hover {
    color: #557ef8;
    text-decoration: none;
    background-color: rgba(85, 126, 248, .04);
    border-radius: 0;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:hover.dropdown-toggle:after {
    color: #557ef8;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-submenu a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 1rem;
}
.navbar-custom-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: -18px!important;
    left: 100%;
    -webkit-box-shadow: 0 3px 12px rgba(214, 228, 241, .3);
    box-shadow: 0 3px 12px rgba(214, 228, 241, .3);
    min-width: 12rem;
    border-radius: .5rem;
}
.navbar-custom-menu .dropdown .dropdown-menu.dropdown-menu-md {
    min-width: 17rem!important;
    border-radius: .5rem;
}
.navbar-custom-menu .dropdown .dropdown-menu.dropdown-menu-xl {
    min-width: 24rem!important;
    border-radius: .5rem;
}
.navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle:hover span {
    background-color: #8d93a1;
}
.navbar-toggle .lines {
    width: 20px;
    display: block;
    position: relative;
    padding-top: 24px;
    height: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #8d93a1;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.navbar-toggle.open span {
    position: absolute;
}
.navbar-toggle.open span:first-child {
    top: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #8d93a1;
}
.navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}
.navbar-toggle.open span:last-child {
    width: 100%;
    top: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.navigation-menu>li {
    display: inline-block;
    position: relative;
}
.navigation-menu>li a {
    display: block;
    font-size: 13px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    line-height: 18px;
}
.navigation-menu>li a .menu-icon {
    display: inline-block;
    font-size: 20px;
    margin-right: 8px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    vertical-align: text-bottom;
    color: #1f2538;
}
@media (max-width:1499.98px) {
    body[data-layout=horizontal] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body[data-layout=horizontal] .page-wrapper {
    width: 100%}
body[data-layout=horizontal] .page-wrapper .page-content {
    min-height: calc(100vh - 60px);
    margin-top: 0;
}
}@media (max-width:1200px) {
    body[data-layout=horizontal] .navbar-custom-menu .navigation-menu .nav-item .nav-link {
    padding: 5px 0;
}
body[data-layout=horizontal] .topbar .brand {
    width: 60px!important;
    position: fixed;
    z-index: 1;
}
body[data-layout=horizontal] .topbar .brand .logo .logo-lg {
    display: none!important;
}
body[data-layout=horizontal] .topbar .navigation-menu {
    margin-left: 60px;
}
}@media (max-width:1024px) {
    body[data-layout=horizontal] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body[data-layout=horizontal] .page-wrapper {
    width: 100%}
}@media (min-width:992px) {
    .topbar .navigation-menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #384a65;
    min-height: 60px;
    font-weight: 500;
}
.topbar .navigation-menu>li>a span {
    vertical-align: middle;
    padding: 4px;
    border-radius: 4px;
}
.topbar .navigation-menu>li>a span menu-icon {
    color: #8997bd;
    font-size: 20px;
}
.topbar .navigation-menu>li:hover a {
    color: #557ef8;
}
.topbar .navigation-menu>li:hover a i {
    color: #557ef8;
}
.topbar .navigation-menu>li.active {
    border-bottom: 1px solid #557ef8;
}
.topbar .navbar-toggle {
    display: none;
}
.topbar #navigation {
    display: block;
}
.animate {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.navbar-custom-menu .dropdown .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
}@media (max-width:991px) {
    body[data-layout=horizontal] .page-wrapper {
    width: 100%}
.topbar .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
    width: 100%;
    margin-left: 0!important;
}
.topbar .navigation-menu>li {
    display: block;
}
.topbar .navigation-menu>li>a {
    color: #1f2538;
    padding: 15px;
    font-size: 13px;
}
.topbar .navigation-menu>li>a:after {
    position: absolute;
    right: 15px;
}
.topbar .navigation-menu>li>a:hover {
    color: #557ef8;
}
.topbar .navbar-header {
    float: left;
}
#navigation {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    max-height: 500px;
    padding: 8px;
    overflow: auto;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 3px 1.25px rgba(137, 151, 189, .3);
    box-shadow: 0 1px 3px 1.25px rgba(137, 151, 189, .3);
}
#navigation.open {
    display: block;
    overflow-y: auto;
}
.navbar-custom-menu {
    min-height: 0;
}
.topbar .navigation-menu {
    margin-left: 0;
}
.topbar .navigation-menu .dropdown-menu {
    margin: 0;
}
.topbar .navigation-menu .dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.topbar .navigation-menu .nav-item .nav-link {
    padding: .5rem 0!important;
    border-bottom: 1px solid #eceff5;
}
.topbar .navigation-menu .nav-item .dropdown-menu {
    position: static!important;
    margin: 0;
    -webkit-transform: none!important;
    transform: none!important;
}
.topbar .navigation-menu .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.dark-topbar .topbar .navigation-menu>li>a {
    color: #384a65!important;
}
}@media (min-width:768px) {
    .navbar-toggle {
    display: block;
}
}@media (max-width:1129.98px) {
    .topbar .nav-user .user-name {
    display: none;
}
}@media (max-width:767.98px) {
    .topbar .brand {
    margin-right: 0;
}
.topbar .brand .logo .logo-sm {
    height: 32px;
}
.topbar .brand .logo .logo-lg {
    display: none;
}
.page-content {
    width: 100%;
    margin-top: 0;
    min-height: 100vh;
    padding: 0 0 60px 0;
}
.hide-phone {
    display: none;
}
}@media (max-width:767px) {
    .page-title-box .breadcrumb {
    display: none;
}
}@media (max-width:620px) {
    .logo-large {
    display: none;
}
.logo-small {
    display: inline-block!important;
}
}@keyframes slideIn {
    0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
}
}@-webkit-keyframes slideIn {
    0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
}
0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
}
}.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
body[data-layout=horizontal].dark-topbar .navbar-custom, body[data-layout=horizontal].dark-topbar .topbar {
    background-color: #0f172a;
}
body[data-layout=horizontal].dark-topbar .navbar-custom .brand, body[data-layout=horizontal].dark-topbar .topbar .brand {
    background-color: #0f172a;
}
body[data-layout=horizontal].dark-topbar .navbar-custom .brand .logo .logo-lg, body[data-layout=horizontal].dark-topbar .topbar .brand .logo .logo-lg {
    display: none;
}
body[data-layout=horizontal].dark-topbar .navbar-custom .brand .logo .logo-lg.logo-light, body[data-layout=horizontal].dark-topbar .topbar .brand .logo .logo-lg.logo-light {
    display: inline-block;
}
body[data-layout=horizontal].dark-topbar .navigation-menu>li a .menu-icon {
    color: #566587;
}
body[data-layout=horizontal].dark-topbar .topbar .navigation-menu>li>a {
    color: #c2cbe2;
}
body[data-layout=horizontal].dark-topbar .navbar-custom-menu .dropdown {
    position: relative;
}
body[data-layout=horizontal].dark-topbar .navbar-custom-menu .dropdown .dropdown-toggle:after {
    color: #566587;
}
body[data-layout=horizontal].dark-topbar .navbar-custom-menu .navigation-menu .nav-item .nav-link.active, body[data-layout=horizontal].dark-topbar .navbar-custom-menu .navigation-menu .nav-item .nav-link:hover {
    color: #fff;
}
body[data-layout=horizontal].dark-topbar .navbar-custom .nav-link.nav-icon i {
    color: #abb4c7;
}
body[data-layout=horizontal].dark-topbar .navbar-custom .nav-link.nav-icon {
    background-color: #343c50;
}
body[data-layout=horizontal].dark-topbar .navbar-custom .nav-link {
    color: #c2cbe2;
}
html {
    position: relative;
    min-height: 100%}
body {
    margin: 0;
    overflow-x: hidden!important;
    font-size: 13px;
    background-color: #F5F5FB;
    color: #000444;
    letter-spacing: .1px;
    line-height: 1.5;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.row>* {
    position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #303e67;
    margin: 10px 0;
}
h1 {
    line-height: 43px;
}
h2 {
    line-height: 35px;
}
h3 {
    line-height: 30px;
}
h4 {
    line-height: 22px;
}
a {
    color: #303e67;
    text-decoration: none;
}
a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
}

.fw-semibold {
    font-weight: 500!important;
}
.nav.nav-pills {
    background-color: #fbfbfb;
}



.hover-light-color:hover {
    color: #f9fafb!important;
}
.dropdown-menu {
    -webkit-box-shadow: 0 3px 12px rgba(214, 228, 241, .3);
    box-shadow: 0 3px 12px rgba(214, 228, 241, .3);
    margin: 0;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background-color: #f9fafb;
    color: #000444;
}
.dropdown-lg {
    width: 320px;
}
.dropdown-xl {
    min-width: 42rem;
}
.dropdown-toggle::after, .dropend .dropdown-toggle::after, .dropstart .dropdown-toggle::before, .dropup .dropdown-toggle::after {
    display: none;
}






/* Notification box */
.notification-list .notification-menu {
    max-height: 220px;
    margin-left: 0;
}
.notification-list .alert-badge::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 5px;
    right: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #ef4d56;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit!important;
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}


.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.drop-shadow {
    -webkit-filter: drop-shadow(0 8px 4px #f9fafb);
    filter: drop-shadow(0 8px 4px #f9fafb);
}


.scroll-rightbar {
    max-height: 500px;
}
.thumb-xxs {
    height: 24px!important;
    width: 24px!important;
    font-size: 10px;
    font-weight: 700;
}
.thumb-xs {
    height: 32px!important;
    width: 32px!important;
    font-size: 12px;
    font-weight: 700;
}
.thumb-sm {
    height: 36px!important;
    width: 36px!important;
    font-size: 14px;
    font-weight: 700;
}
.thumb-md {
    height: 48px;
    width: 48px;
    font-size: 18px;
    font-weight: 700;
}
.thumb-lg {
    height: 60px;
    width: 60px;
    font-size: 24px;
    font-weight: 700;
}
.thumb-xl {
    height: 78px;
    width: 78px;
    font-size: 32px;
    font-weight: 700;
}


.icon-xs {
    width: 15px;
    height: 15px;
}
.icon-sm {
    width: 22px;
    height: 22px;
}
.icon-md {
    width: 30px;
    height: 30px;
}
.icon-lg {
    width: 36px;
    height: 36px;
}
.icon-xl {
    width: 42px;
    height: 42px;
}

.topbar-nav .dropdown-item{
    font-size: 13px;
}
.topbar-nav .dropdown-item a{
    cursor: pointer;
}

.b_bottom{
    border-bottom: 1px solid #f7f7f7;
}
@media (min-width:767.99px) and (max-width:991.98px) {
    .border-bo {
    border-bottom: 1px solid #eceff5;
}
}
.bg-soft-primary {
    color: #557ef8!important;
}
.bg-soft-primary.not-hover:hover {
    background-color: rgba(85, 126, 248, .08)!important;
    color: #557ef8!important;
}



.infosummery{
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    /* z-index: 1000; */
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }
  .modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
  }
  .modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    margin: 2rem;

    border-radius: 0.25rem;
    width: 50%;
    max-height: 75%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }
.modal-head{
    padding: 10px 15px;
    background-color: #cb3838;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-details {
    padding: 10px 15px;
}
  .modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
  }
  .modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
  }
  .modal-close {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0.75rem;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  .modal-close:hover, .modal-close:focus {
    color: rgba(0,0,0,0.5);
  }
  
  .modal:nth-of-type(2) {
/*     justify-content: initial; */
    align-items: initial;
    background-color: rgba(0,0,0,0.7);
    left: 0;
  }
  .modal:nth-of-type(2) .modal-content {
    margin: 0;
    border-radius: 0;
    box-shadow: initial;
    max-width: 50%;
    height: max-content;
    max-height: 100%;
    text-align: justify;
  }
  .modal:nth-of-type(2) .modal-close {
    font-size: 30px;
    padding: 0;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal:nth-of-type(3).modal-show .modal-content {
    animation: fadeInLeft 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; 
  }
  .modal:nth-of-type(3).modal-hide .modal-content {
    animation: fadeOutRight 0.2s ease-in-out forwards;
  }
  
  .modal:nth-of-type(4) .modal-content {
    padding: 0;
  }
  .modal:nth-of-type(4) .modal-header, .modal:nth-of-type(4) .modal-footer  {
    background-color: steelblue;
    padding: 1rem;
    color: #fff;
    text-align: center;
  }
  .modal:nth-of-type(4) .modal-header h1 {
    margin: 0;
  }
  .modal:nth-of-type(4) .modal-body {
    padding: 1.25rem;
  }
  .modal:nth-of-type(4) .modal-close {
    color: rgba(255,255,255,0.5);
  }
  .modal:nth-of-type(4) .modal-close:hover, .modal:nth-of-type(4) .modal-close:focus {
    color: rgba(255,255,255,0.75);
  }
  
  .modal:nth-of-type(5) {
    justify-content: center;
    align-items: center;
  }
  .modal:nth-of-type(5) .modal-content {
    padding: 0;
    height: 80%;
    max-height: 80%;
    width: auto;
    max-width: 80%;
    overflow: visible;
    border: 3px solid #fff;
  }
  .modal:nth-of-type(5) .modal-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;  
  }
  .modal:nth-of-type(5) .modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    top: -1.5rem;
    right: -1.5rem;
    border-radius: 50%;
    color: #111;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.2);
  }
  .modal:nth-of-type(5) .modal-close:hover, .modal:nth-of-type(5) .modal-close:focus {
    color: #111; /* color: rgba(255,0,0,0.5); */
  }
  .modal:nth-of-type(5).modal-show .modal-content {
    animation: zoomIn 0.3s ease-in-out forwards;
  }
  .modal:nth-of-type(5).modal-hide .modal-content {
    animation: zoomOut 0.2s ease-in-out forwards;
  }

  .ListContentItem {
    margin-bottom: 5px;
}
.ListContentItem .FeetitleMain {
    line-height: 26px;
    padding: 5px 10px;
}
.ListContentItem .Feedetail {
    line-height: 26px;
    padding: 5px 10px;
}
.ListContentItem .Total .FeetitleMain,.ListContentItem .Total .Feedetail {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    font-weight: 600;
}
  
  /* Animations */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-3rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0); 
    }
  }
  @keyframes fadeOutUp {
    0% { 
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-3rem);
    }
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes zoomOut {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.3);
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0); 
    }
  }
  @keyframes fadeOutRight {
    0% { 
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  
  /* Responsiveness */
  @media(max-width: 992px) {
    html { font-size: 14px; }
    .modal-content { width: 80%; }
  }
  @media(max-width:767px) {
    html { font-size: 12px; }
    .modal-content {
         width: 90%;
    }
    .modal-content h1 { margin-bottom: 1.5rem; }
    .modal:nth-of-type(2) .modal-content {
        max-width: 100%; 
        }
    .modal:nth-of-type(3) { justify-content: center; }
    .modal:nth-of-type(3) .modal-content { width: 80%; }
    .modal:nth-of-type(5) .modal-content { max-width: 85%; }

    .table .thead-dark th:not(:first-child) {
        min-width: auto;
        padding: 10px;
    }
    .check {
        padding: 4px 5px 0 !important;
    }
    .table-responsive .table .common {
        min-width: 100%;
        width: 100px;
    }
    .common{
        height: 30px;
    }
    .common::placeholder{
        font-size: 12px;
    }
    .TotalAmountText {
        font-size: 14px;
        margin-right: 0;
    }
    .table .thead-dark th:not(:first-child) {
        padding: 5px;
        font-size: 12px;
    }
    .table td:not(:first-child){
        padding: 5px;
        font-size: 12px;
    }
    .ListContentItem .Total {
        justify-content: center;
    }
    .ListContentItem .Total .FeetitleMain, .ListContentItem .Total .Feedetail {
        width: 100%;
        text-align: center;
    }
    .table .thead-dark th {
        padding: 10px;
    }
  }
