@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display-ultralight-webfont.eot');
    src: url('../fonts/sf-pro-display-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-display-ultralight-webfont.woff2') format('woff2'),
        url('../fonts/sf-pro-display-ultralight-webfont.woff') format('woff'),
        url('../fonts/sf-pro-display-ultralight-webfont.ttf') format('truetype'),
        url('../fonts/sf-pro-display-ultralight-webfont.svg#sf_pro_displayultralight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf_pro/sf-pro-display-regular-webfont.woff2') format('woff2'),
        url('../fonts/sf_pro/sf-pro-display-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display-medium-webfont.eot');
    src: url('../fonts/sf-pro-display-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-display-medium-webfont.woff2') format('woff2'),
        url('../fonts/sf-pro-display-medium-webfont.woff') format('woff'),
        url('../fonts/sf-pro-display-medium-webfont.ttf') format('truetype'),
        url('../fonts/sf-pro-display-medium-webfont.svg#sf_pro_displaymedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display-semibold-webfont.eot');
    src: url('../fonts/sf-pro-display-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-display-semibold-webfont.woff2') format('woff2'),
        url('../fonts/sf-pro-display-semibold-webfont.woff') format('woff'),
        url('../fonts/sf-pro-display-semibold-webfont.ttf') format('truetype'),
        url('../fonts/sf-pro-display-semibold-webfont.svg#sf_pro_displaysemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display-bold-webfont.eot');
    src: url('../fonts/sf-pro-display-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-display-bold-webfont.woff2') format('woff2'),
        url('../fonts/sf-pro-display-bold-webfont.woff') format('woff'),
        url('../fonts/sf-pro-display-bold-webfont.ttf') format('truetype'),
        url('../fonts/sf-pro-display-bold-webfont.svg#sf_pro_displaybold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display-heavy-webfont.eot');
    src: url('../fonts/sf-pro-display-heavy-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-display-heavy-webfont.woff2') format('woff2'),
        url('../fonts/sf-pro-display-heavy-webfont.woff') format('woff'),
        url('../fonts/sf-pro-display-heavy-webfont.ttf') format('truetype'),
        url('../fonts/sf-pro-display-heavy-webfont.svg#sf_pro_displayheavy') format('svg');
    font-weight: 800;
    font-style: normal;
}

h2 {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    box-sizing: border-box;
    font-family: "SF Pro Display";
}

button {
    transition: all .3s ease-in-out;
}

button:focus {
    outline: unset !important;
    box-shadow: 0 0 0 0.1rem rgba(24, 136, 220, .5) !important;
    transition: all .3s ease-in-out;
}

button:hover {
    transition: all .3s ease-in-out;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: unset;
}

/*login page css*/
.login-wrapper {
    background-image: url(../images/cover-copy.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
    margin-bottom: 8px;
    position: absolute;
    left: 66px;
    top: 53px
}

.kumon-login {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.login-heading {
    margin-bottom: 67px;
}

.login-heading>h2 {
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 33px;
    font-weight: 600;
    text-align: center;
}

.login-panel {
    background-color: #FFFFFF;
    box-shadow: 0 13px 27px rgba(20, 74, 98, 0.22);
    width: 415px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 43px 30px 56px;
    border-radius: 15px;
    box-sizing: border-box;
}

.reset-panel {
    padding: 43px 30px 85px;
}

.login-detail {
    display: flex;
    flex-direction: column;
    margin-top: 17px;
    position: relative;

}

.login-detail>label {
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 500 !important;
    padding-left: 9px;
    margin-bottom: 4px;
}

.login-detail input {
    border: 1px solid #A1A1A1;
    opacity: 0.79;
    padding: 9px 40px 9px 10px;
    max-width: 100%;
    border-radius: 5px;

}

.login-detail img,
.login-detail i {
    position: absolute;
    right: 21px;
    top: 43px;
    max-width: 18px;
    color: hsla(0, 0%, 49%, 0.45);
}

.login-btn {
    margin-top: 31px;
    margin-bottom: 19px;
}

.login-btn>button,
.login-btn>a {
    background-color: #0072bc;
    color: #FFFFFF;
    border: 2px solid transparent;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1px;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 10px;
    height: 44px;
    text-align: center;
    width: 100%;
    transition: all .3s ease-in-out;
}

.login-btn>button:hover,
.login-btn>a:hover {
    background-color: #fff;
    color: #138EC4;
    border: 2px solid #138EC4;
    transition: all .3s ease-in-out;
}

.remember>label {
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 8px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border: 1px solid #6D6D6D;
    border-radius: 3px;
    position: relative;
    top: 2px;
}

.styled-checkbox:hover+label:before {
    background: #e9e9e9;
    transition: all .3s ease-in-out;
}

.styled-checkbox:checked+label:before {
    background: #0072bc;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

input:focus {
    border-color: #7DCDF4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/*Dashboard page css*/
.layout-fixed {
    overflow-x: hidden;
}

/*aside bar*/
.layout-fixed .main-sidebar {
    box-shadow: -1px 4px 8px 1px rgba(1, 55, 79, 0.25);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #7dcdf3;
    color: #fff;
    font-weight: 600;
    border-bottom: solid 1px;
    box-shadow: none;

}

.brand-link .brand-image {
    float: none;
}

.side-image {
    display: none;
}

.sidebar-collapse .side-image {
    display: block;
}

.sidebar-collapse .logo-image {
    display: none;
}

.sidebar-collapse.layout-fixed .brand-link {
    padding: 30px 6px;
}

.brand-link {
    text-align: center;
}

.layout-fixed .brand-link {
    padding: 25px 50px;
    border-bottom: 1px solid #7DCDF4;
    width: 239px;
}

.sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
    margin: 0;
}

.brand-link {
    transition: all .3s ease-in-out;
}

.navbar-light {
    min-height: 68px;
    box-shadow: -1px 4px 8px 1px rgba(1, 55, 79, 0.25);
}

.nav-sidebar .nav-item>.nav-link {
    padding: 11px 24px;
    color: #010101;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .50px;
    margin-bottom: unset;
}

.nav-sidebar>.nav-item {
    transition: all .3s ease-in-out;
}

.main-sidebar,
.main-sidebar::before {
    width: 239px;
}

body:not(.sidebar-mini-md) .content-wrapper,
body:not(.sidebar-mini-md) .main-footer,
body:not(.sidebar-mini-md) .main-header {
    margin-left: 250px;
    margin-right: 12px;
}

body:not(.sidebar-mini-md) .main-header {
    margin-right: 0;
}

.main-header {
    position: fixed !important;
    top: 0;
    width: auto;
    right: 14px;
    left: 0;
}

[class*=sidebar-dark-] {
    background-color: #fff;
}

[class*=sidebar-dark-] .sidebar a {
    color: #000;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:active {
    background-color: #7DCDF4;
    color: #fff;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{
    color: #000;
}
.set_ed_ch label{
    display: block;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #000;
    padding: 12px 53px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgba(1, 193, 242, 0.2);
    color: #000;
    transition: all .3s ease-in-out;
}

.nav-sidebar>.nav-item .nav-icon.fa,
.nav-sidebar>.nav-item .nav-icon.fab,
.nav-sidebar>.nav-item .nav-icon.far,
.nav-sidebar>.nav-item .nav-icon.fas,
.nav-sidebar>.nav-item .nav-icon.glyphicon,
.nav-sidebar>.nav-item .nav-icon.ion {
    font-size: 14px;
    margin-right: 13px;
    width: 16px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #7dcdf3;
    color: #fff;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
}

.nav-item .fa-circle {
    opacity: 0;
}

.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .main-footer,
.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 5.3rem !important;
}

.nav-pills .nav-link {
    border-radius: unset;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
    height: calc(100% - 81px);
}

.nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    top: 0.9rem;
    color: #A4A4A4;

}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link>p>.right {
    color: #fff;
    transition: all .3s ease-in-out;
}

/*header top*/
.navbar-nav {
    padding-left: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
}

.nav-item.d-sm-inline-block a {
    padding-left: 0px !important;
    color: #0072bc !important;
    font-family: "SF Pro Display";
    font-size: 13px !important;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.user-breadcrum span {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding: 8px 0;
}

.head-right {
    display: flex;
    align-items: flex-start;
    padding-right: 8px;
}

.head-right>span {
    padding-right: 9px;
    margin-top: -10px;
}

.head-right>i {
    align-self: center;
    padding-left: 14px;
    color: #161616;
    font-size: 18px;
    margin-top: -6px;
    font-weight: 600;
}

.head-right>span>i {
    border-radius: 50%;
    padding: 13px;
    background-color: #f0f1f2;
    font-size: 20px;
}

.head-right-cont>h2 {
    color: #161616;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;

}

.head-right-cont>span {
    color: #161616;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-weight: 300;
    display: block;
    /* line-height: 0.5; */
    letter-spacing: .50px;
}

/*main container*/
.content-header {
    border-radius: 5px;
    margin-top: 82px;
    margin-left: 18px;
    margin-right: 18px;

}

.instructor-list {
    background-color: #7DCDF4;
    border-radius: 5px;
    margin-bottom: -48px;
}

.instructor-list .text-dark {
    color: #fff !important;
    padding: 15px 5px;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 600;
}

.instructor-list span {
    text-transform: uppercase;
    color: #fff;
    padding: 8px 5px 0;
    font-family: "SF Pro Display";
}

/*content wrapper*/
.content-wrapper {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}

.content-wrapper>.content {
    border-radius: 10px;
    border: 1px solid rgba(166, 166, 166, 0.5);
    padding: 56px 0 56px;
    margin-bottom: 20px;
    background: white;
}

.content-center {
    border-radius: 10px;
    border: 1px solid rgba(166, 166, 166, 0.5);
    padding: 21px 0;
}

.content-center .container-fluid {
    padding: 0;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/*database table*/
.table-responsive {
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 250px;
    padding: 2px 17px;
    padding-left: 35px;
    line-height: 31px;
    height: auto;
    max-height: unset;
    min-height: unset;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-right: 53px;
}

.table td,
.table th {
    border-top: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
}

.datatable .styled-checkbox+label:before {
    content: '';
    margin-right: 8px;
    margin-left: 4px;
    display: none;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border: 1px solid #7dcdf4;
    border-radius: unset;
}

.table.dataTable {
    margin-bottom: 20px !important;
}

.content .container-fluid {
    padding: 0;
}

.table.datatable thead .snumber:before {
    content: unset;
}

.table.datatable thead .snumber:after {
    content: unset;
}

.table.datatable thead input:not(.styled-checkbox) {
    width: 100%;

}

.table.datatable thead select {
    width: 100%;
    color: #C6C6C6;
    font-family: "SF Pro Display";
    font-size: 13px;
    padding: 10px;

}

table.dataTable thead>tr>th.snumber {
    padding: 0px;
}

table.dataTable thead>tr>th.sorting_asc,
.table th,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
}

table.dataTable td a {
    color: #0072bc;
    text-decoration: none;
}

.table.datatable thead tr th.data-action:last-child:before {
    content: unset;
}

.table.datatable thead tr th.data-action:last-child:after {
    content: unset;
}

.page-link {
    color: #B0B0B0;
    font-size: 14px;
    margin-left: 0;
    font-family: "SF Pro Display";

}

.page-link:hover {
    background-color: unset;
    transition: all .3s ease-in-out;
}

.page-link:focus {
    box-shadow: unset;
}

.table thead th {
    border-bottom: unset;
}

.table tbody tr:nth-child(even) {
    background-color: rgba(104, 104, 104, 0.05);
}

.table thead tr {
    background-color: rgba(104, 104, 104, 0.05);
}

div.dataTables_wrapper div.dataTables_length label {
    color: #161616;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
}

div.dataTables_wrapper div.dataTables_info {
    color: #161616;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    padding-left: 8px;
}

.page-item.active .page-link {
    background-color: #0072bc;
    border-color: unset;
}

.pagination .paginate_button:nth-child(-n + 2) a {
    border: unset;
}

.pagination .paginate_button:nth-last-child(-n + 2) a {
    border: unset;
}

.pagination .paginate_button a {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}

.pagination .paginate_button:nth-child(2) a:after,
.pagination .paginate_button:nth-child(2) a:before {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
    top: 50%;
    width: 0;

}

.pagination .paginate_button:nth-child(2) a:before {
    margin-top: -1px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pagination .paginate_button:nth-last-child(2) a:after,
.pagination .paginate_button:nth-last-child(2) a:before {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 2px;
    top: 50%;
    width: 0;

}

.pagination .paginate_button:nth-last-child(2) a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 8px;
    color: #959595;

}

.dataTables_length {
    margin-top: 5px;
    margin-left: 14px;
    position: relative;
}

/* .dataTables_info:before{
	content: "";
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  background-color: #bbb;
  border-radius: 50%;
  color: #BDBDBD;
  margin-right: 7px;

} */
.datatable .styled-checkbox+label {
    margin-bottom: unset;
}

table.dataTable td,
table.dataTable th {
    box-sizing: border-box;
}

.dataTables_wrapper .row:last-child .col-sm-12:first-child {
    position: static;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12:first-child {
    padding-left: unset;
    padding-right: unset;
    overflow-x: auto;
    display: block;
}

.width-80 {
    max-width: 80px !important;
    min-width: 80px !important;
    width: 80px !important;
    word-break: break-word;
}

.width-10 {
    max-width: 10px !important;
    min-width: 10px !important;
    width: 10px !important;
    word-break: break-word;
}

.width-115 {
    min-width: 115px !important;
    max-width: 115px;
    width: 115px !important;
}

.width-60 {
    min-width: 55px !important;
    max-width: 55px !important;
    width: 55px !important;
}

.width-90 {
    min-width: 90px !important;
    word-break: break-word;
}

.width-95 {
    min-width: 95px !important;
    max-width: 100%;
    word-break: break-word;
}

.width-160 {
    min-width: 160px !important;
    max-width: 160px !important;
    word-break: break-word;
}

.width-195 {
    min-width: 195px !important;
    max-width: 195px !important;
    word-break: break-word;

}

.width-130 {
    min-width: 130px !important;
}

.width-140 {
    min-width: 140px !important;
    max-width: 140px !important;
    width: 140px !important;
}

.width-200 {
    min-width: 200px !important;
}

.width-250 {
    min-width: 250px;
}

.width-300 {
    min-width: 300px;
}

.cal-position {
    position: relative;
}

.calendar {
    position: absolute;
    right: 22px;
    top: 24px;
    color: #A3A3A3;
    display: inline-block;
    font-size: 16px;
}

/*send password btn*/
.table-wrapper {
    position: relative;
    padding: 0 7.5px;
}

.send-btn {
    position: absolute;
    right: 318px;
    top: 0;
    z-index: 999;
}

.send-btn-position {
    right: 15px;
}

.send-btn button,
.send-btn a {
    color: #FFFFFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background-color: #0072bc;
    border: unset;
    border-radius: 5px;
    padding: 6px 16px;
    display: inline-block;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
}

.send-btn button:hover,
.send-btn a.add-new-fl-btn:hover {
    background-color: #FFFFFF;
    color: #0072bc;
    transition: all .3s ease-in-out;
    border: 1px solid #0072bc;
}

.send-btn .button {
    width: 110px;
}

.send-btn .select-box {
    width: 111%;
}

.filter {
    position: absolute;
    top: 1px;
    right: 0;
    margin: 0 10px;
    border: 1px solid #D7D7D7;
    padding: 5px 10px;
    color: #959595;
    z-index: 999;
    width: 40px;
    border-radius: 5px;
    cursor: pointer;
}

/*level listing*/
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.angle-btn {
    position: relative;
}

.angle-btn:after {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
    color: #9C9C9C;
    pointer-events: none;
}

.level-unlock {
    position: absolute;
    right: 490px;
}

/*add-level-config level page css*/
.level-unlock-config {
    border: 1px solid rgba(166, 166, 166, 0.5);
    padding: 24px 0 22px;
    border-radius: 8px;
}
.manage-level{
    display: flex;
    flex-wrap: wrap;
}
.manage-level.st_border {
    display: flex;
    border: solid 1px #ccc;
    margin: 0 auto;
    width: 94%;
    padding: 10px 0;
    flex-wrap: wrap;
    border-radius: 5px;
}

.level-1 {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 15px;
}
.manage-level .error-class input::placeholder{
    font-weight: 600 !important;
    color: #868686 !important;
}
.error-class{
    text-align: right;
}

.level-1 label {
    color: #505050;
    font-family: "SF Pro Display";
    font-size: 14px;
    padding-right: 20px;
    letter-spacing: .50px;
    font-weight: 500 !important;
    margin-bottom: 8px;
    line-height: normal;
}

.level-links {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px 45px 0 24px;
}

.level-links label {
    color: #505050;
    font-family: "SF Pro Display";
    font-size: 14px;
    padding-right: 20px;
    letter-spacing: .50px;
    font-weight: 500 !important;
    margin-bottom: 8px;
    line-height: normal;
}

.level-1 select {
    border: 1px solid #D7D7D7;
}

.select-box {
    width: 100%;
}

.select-box-2 {
    width: 100%;
}

.manage-level-config {
    display: flex;
    padding-top: 15px;
}

.manage-level-config .manage-level-2:last-child {
    margin-right: unset;
}

.manage-level-2 {
    flex-basis: 100%;
    max-width: 100%;
    border-radius: 8px;
    margin-right: 14px;
    display: flex;
}

.level-2 {
    align-items: center;
    width: 100%;
    max-width: 33%;
    flex-basis: 33%;
    padding: 20px 45px 14px 24px;
}

.level-2 label {
    color: #505050;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300 !important;
    padding-right: 20px;
}

.level-2 select {
    border: 1px solid #D7D7D7;
}

.add-links-btn {
    text-align: left;
    padding-top: 55px;
}

.add-level-btn {
    text-align: right;
    padding-top: 65px;
}

.add-level-btn button,
.add-level-btn a,
.add-links-btn button,
.add-links-btn a {
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    border-radius: 5px;
    padding: 7px 22px;
    display: inline-block;
}

.save {
    background-color: #0072bc;
    color: #FFFFFF;
    border: 1px solid transparent;
    width: 86px;
    text-align: center
}

.save:hover {
    background-color: #FFFFFF;
    color: #0072bc;
    border: 1px solid #0072bc;
    transition: all .3s ease-in-out;
}

.cancel {
    background-color: #FFFFFF;
    color: #0072bc;
    border: 1px solid #0072bc;
    margin-right: 5px;
}

.cancel:hover {
    background-color: #0072bc;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

/*reset password page*/
.reset label {
    color: #7DCDF4;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
}

.reset label i {
    padding-right: 6px;
}

.popup-body {
    padding: 25px 30px;
}

.popup-body label {
    color: #505050;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300 !important;
}

.popup-body input,
.popup-body select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
}

.popup-foot {
    background: #ECECEC;
    padding: 15px;
    border: none;
}

.popup-header {
    border-bottom: unset;
}

.f-reset {
    border: 1px solid #0072bc;
    background-color: #fff;
    padding: 6px 22px;
    color: #0072bc;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
}

.f-reset:hover {
    border: 1px solid transparent;
    background-color: #0072bc;
    color: #fff;
    transition: all .3s ease-in-out;
}

.f-apply {
    border: 1px solid transparent;
    background-color: #0072bc;
    padding: 6px 22px;
    color: #FFFFFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.f-apply:hover {
    border: 1px solid #0072bc;
    background-color: #FFFFFF;
    color: #0072bc;
    transition: all .3s ease-in-out;
}

/*filter page css*/
.popup-header .filter-close {
    color: #7DCDF4;
    border: 1px solid #7DCDF4;
    border-radius: 50%;
    width: 28px;
    padding: 2px 5px;
    opacity: unset;
    margin: -1rem 0rem -1rem auto;
    float: right;
    text-shadow: unset;
    margin: 0px;
}

.filter-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 29px;
}

.filter-level:after {
    top: 69%;
    transform: translateY(-41%);
}

.calendar-icon {
    position: relative;
}

.calendar-icon input {
    cursor: pointer;
}

.calendar-icon i {
    position: absolute;
    right: 12px;
    bottom: 10px;
    color: #9C9C9C;
    pointer-events: none;
    z-index: 9999;
}

.overlay.show {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1045;
    background-color: #000;
    opacity: .5;
}

/*popup-login*/
.popup-wrap {
    position: fixed;
    height: unset;
    max-width: 311px;
    width: 100%;
    padding: 25px 0 15px;
    border-radius: 8px;
    margin: auto;
    left: 0;
    right: 0;
    top: -195px;
    background-color: #FFFFFF;
    z-index: 1050;
    transition: all .3s ease-in-out;
}

.popup-header {
    padding: 0px;
    margin-top: -21px;
    margin-right: -9px;
}

.popup-header .popup-btn {
    margin: -2rem 0rem -1rem auto;
    padding: 2px 1px;
    font-size: 30px;
    border: unset;
    background-color: unset;
}

.popup-body {
    text-align: center;
}

.popup-foot {
    justify-content: center;
    background: unset;
}

.popup-wrap.popup-show {
    top: 50%;
    transform: translateY(-50%);
}

/*password-popup*/
.password-popup {
    position: fixed;
    height: unset;
    max-width: 311px;
    width: 100%;
    padding: 25px 0 15px;
    border-radius: 8px;
    margin: auto;
    left: 0;
    right: 0;
    top: -195px;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;
    z-index: 1050;
}

.password-popup.popup-show {
    top: 50%;
    transform: translateY(-50%);
}

/*import excel popup*/
.excel-popup {
    position: fixed;
    height: unset;
    max-width: 311px;
    width: 100%;
    padding: 25px 0 15px;
    border-radius: 8px;
    margin: auto;
    left: 0;
    right: 0;
    top: -250px;
    background-color: #FFFFFF;
    z-index: 1050;
    transition: all .3s ease-in-out;
}

.excel-popup.excel-show {
    top: 50%;
    transform: translateY(-50%);
}

/*audio files page*/
.audio-panel {
    border-bottom: unset;
    background-color: #CCF3FC;
    height: 49px;
    align-items: center;
    margin-bottom: 22px;
    margin-top: -21px;
    list-style: none;
    padding-inline-start: 0;
}

ul.tabs li {
    background: none;
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 13px 31px;
    cursor: pointer;
}

.audio-panel.tabs li.current {
    border-bottom: 4px solid #0072bc;
    color: #0072bc;
}

.tab-content {
    display: none;

}

.tab-content.current {
    display: inherit;
}

/*user-dropdown*/
/*.user-menu.user-dropdown .dropdown-menu{
  display: block;
  }*/
.dropdown-menu-right {
    width: unset;
    max-width: 200px;
    border: unset;
}

.user-media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 3px solid #7DCDF4;
}

.user-media>a {
    padding: 12px;
}

.user-media>a>i {
    padding-right: 18px;
    font-size: 14px;
    font-weight: 600;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100px;
    display: none;
    background-color: #fff;
    box-shadow: -1px 4px 8px 1px rgba(1, 55, 79, 0.25);
    width: 185px;
    right: -8px;
    transition: all .6s ease-in-out;
}

.navbar-expand .navbar-nav .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #7DCDF4;
    border-style: solid;
    right: 28px;
    bottom: 100%;
    border-width: 0 8px 8px;
    transition: all .6s ease-in-out;
}

.navbar-expand .navbar-nav .dropdown-menu.show {
    top: 52px;
    display: block;
    transition: all .6s ease-in-out;
}

.user-media:hover {
    background-color: #f5f5f5;
    transition: all .6s ease-in-out;
}

.user-media a {
    display: block;
    width: 100%;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 14px;
}

/*success */
.success-wrap {
    height: unset;
    max-width: 340px;
    width: 100%;
    border-radius: 15px;
    margin: auto;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.success-body {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px 30px;
}

.success-body i {
    font-size: 56px;
    padding: 15px;
    color: green;
}

.success-foot {
    padding: 15px;
    border: none;
    display: flex;
    justify-content: center;
}

/*add audio file page*/
.add-audio {
    padding: 30px 0 47px;
}

.input-level {
    width: 100%;
}

.switch-toggle {
    display: inline-block;
    position: relative;
    min-height: 89px;
}

.switch input {
    display: none;
}

.slider-toggle {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    bottom: 0;
    cursor: pointer;
    left: 26px;
    position: absolute;
    right: 0;
    top: 51px;
    transition: .4s;
    height: 33px;
    width: 72px;
}

.slider-toggle:before {
    background-color: #d0d4d8;
    bottom: 5px;
    content: "";
    height: 16px;
    left: 10px;
    position: absolute;
    transition: .4s;
    width: 15px;
    top: 9px;
}

input:checked+.slider-toggle {
    background-color: #fff;
}

input:checked+.slider-toggle:before {
    transform: translateX(35px);
    background-color: #0072bc
}

.slider-toggle.round {
    border-radius: 34px;
}

.slider-toggle.round:before {
    border-radius: 50%;
}

.upload-btn {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    height: 38px;
    padding: 7px 14px;
    position: relative;
    border-radius: .25rem;
}

.upload-btn:active,
.upload-btn:focus {
    border-color: #80bdff;
}

.upload-btn i,
.upload-btn img {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    font-size: 21px;
    background-color: #0072bc;
    padding: 9px 22px;
    border-radius: 0 4px 4px 0;
    height: 38px;
}

.upload-btn span {
    color: #A5A5A5;
    font-family: "SF Pro Display";
    font-size: 13px;
    font-weight: 300;
    display: block;
    text-align: left;
}

input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}

#custom-text {
    position: relative;
    left: 0px;
    color: #A5A5A5;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding-right: 24px;
}

.level-1 .note {
    padding: 4px 0;
    color: #A5A5A5;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    display: block;
}

/*excel-download*/
.excel-download {
    display: flex;
    align-items: center;
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 0px 0 5px;
    max-height: 115px;
}

.excel-download a {
    margin-top: 20px;
}

.excel-download a label {
    font-size: 15px;
    color: #7DCDF4;
}

.excel-download a label img {
    width: 15px;
}

.error {
    padding-top: 2px;
}

div.error,
div.error span,
span.error,
label.error {
    color: red;
    font-size: 14px;
}

/*excel-page table*/
.excel-table {
    padding: 20px 0px 10px 0px;
    margin-top: 20px;
}

.excel-table h2 {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 24px;
}

/*audio-detail*/
.audio-detail {
    display: flex;
    flex-direction: column;
}

.audio-detail span {
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .50px;
    line-height: 1.1;
    display: block;
}

.audio-detail span i,
.audio-detail span img {
    color: #7DCDF4;
    padding-left: 6px;
    width: 20px;
}

.audio-detail-btn {
    padding-top: 4px;
    padding-right: 25px;
    margin-top: -15px;

}

.audio-detail-block {
    margin-top: -40px;
}

.user-breadcrum {
    display: flex !important;
    align-items: center;
}

.user-breadcrum a {
    padding-right: 4px !important;
}

/*center-detail*/
.center-block {
    padding: 35px 0 11px;
    margin-bottom: 20px;
}

.center-info {
    flex-basis: 25%;
    max-width: 25%;
}

.center-info-subject {
    background-color: #F7F7F7;
    max-width: 100%;
    flex-basis: 100%;
    height: 50px;
    padding: 14px 0 16px 24px;
    margin-top: 30px;
    margin-bottom: 5px;

}

.center-info-subject label {
    color: #161616;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 600 !important;
}

.center-subject-detail {
    display: unset;
    flex: 25%;
    max-width: 25%;
}

.center-detail.tabs li {
    padding: 13px 14px;
}

.center-detail {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* #region Spinner CSS */
.spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
}

.spinner#ajax-loader {
    position: absolute;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1000;
}

.spinner#loader {
    z-index: 1035;
}

.cssload-container {
    width: 100%;
    height: 46px;
    text-align: center;
}

.cssload-zenith {
    width: 46px;
    height: 46px;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 3px 3px 1px rgb(255, 255, 255);
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
}



@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* #endRegion Spinner CSS */
.modal-md {
    max-width: 435px;
}

.modal-content {
    box-shadow: none;
    border: none;
}

.modal-header {
    background: #7DCDF4;
    color: #fff;
    border-top-left-radius: 0.25rem;
    padding: 0.5rem 1.75rem;
    border-top-right-radius: 0.25rem;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    padding: 0.5rem;
}

.modal-body {
    padding: 2rem;
}

.modal-footer {
    background: #EFF3F5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0.75rem 2rem;
}

/* #endRegion Modal Style */


/* #region Modal Remark */
.modal-remark .modal-body {
    padding: 1.5rem 2rem 0.875rem 2rem;
}

.modal-remark .form-group {
    /*margin-bottom: 0;*/
    position: relative;
}

.modal-remark .form-group label {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.modal-remark .form-control {
    resize: none;
    border-radius: 0.25rem;
    border: 1px solid #D7D7D7;
    background-color: #FFFFFF;
    font-size: 0.875rem;
}

.char-count {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    color: #A5A5A5;
    font-size: 0.75rem;
}

/* #endRegion Modal Remark */


.modal-table .table th,
.modal-table .table td {
    font-size: 1.0625rem;
}

.modal-table .table th {
    font-weight: 500;
    background: #F0F0F0;
}

.modal-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.modal-table .table-striped tbody tr:nth-of-type(even) {
    background-color: #F0F0F0
}


/*center-student-detail*/
.center-header {
    margin-top: 42px;
}

/*FOR LISTING ICON ENABLE-DISABLE*/
table.dataTable td.data-action a.disable i {
    color: #C2C3C3;

}

table.dataTable td.data-action a i {
    color: #959595;
    padding-right: 15px;
    font-size: 18px;
}
.error-class {
    position: relative;
}
span.date_icon {
    position: absolute;
    right: 12px;
    top: 6px;
    color: #ccc;
}

table.dataTable td.data-action a img {
    width: 22px;
    margin-right: 14px;
}

.datatable .styled-checkbox[disabled]+label:before {
    border: 1px solid #C2C3C3;
}

/*country block*/
.country-block {
    padding: 35px 0 41px;
}

/*data-table*/
/* table.dataTable thead  th{
  font-weight: 600;
} */

/*collapse side bar*/
.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 74px;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused,
.sidebar-mini.sidebar-collapse .main-sidebar:hover {
    margin-left: 0;
    width: 74px;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-text,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .user-panel>.info,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-text,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .logo-xl,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel>.info {
    visibility: hidden;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item .nav-treeview>.nav-item>.nav-link>p {
    visibility: visible;
    opacity: 1;
}

.sidebar-mini.sidebar-collapse .nav-sidebar>.nav-item.has-treeview:hover>.nav-treeview {
    display: block;
    position: absolute;
    left: 74px;
    width: 189px;
    top: 45px;
    background-color: #fff;
    box-shadow: 0 3px 6px #ccc;
    z-index: 9999;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item.has-treeview:hover>.nav-link>p {
    display: block;
    visibility: visible;
    position: absolute;
    left: 74px;
    top: 0;
    background-color: #7DCDF4;
    color: #fff !important;
    padding: 12px 15px;
    text-align: left;
    opacity: 1;
    width: 189px;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item {
    position: relative;
    display: block;
}

.sidebar-mini.sidebar-collapse .nav-sidebar {
    overflow: visible;
    width: 74px;
}

.sidebar-mini.sidebar-collapse .sidebar {
    overflow: auto;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    overflow: visible;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
    width: auto;
}

.sidebar-mini.sidebar-collapse .nav-sidebar>.nav-item>.nav-link {
    padding: 12px 15px;
    text-align: center;
}

.sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
    display: flex;
    justify-content: center;
    width: auto !important;
}

.sidebar-mini.sidebar-collapse [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    padding: 12px 15px;
}

.sidebar-mini.sidebar-collapse .nav-sidebar>.nav-item .nav-icon {
    margin-right: 0;
}

.sidebar-mini.sidebar-collapse .brand-text,
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
    margin-left: 0;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-text,
.main-sidebar .logo-xl,
.main-sidebar .logo-xs,
.sidebar .nav-link p,
.sidebar .user-panel .info {
    transition: unset;
}

.sidebar-mini.sidebar-collapse .brand-link .brand-image {
    width: 25px;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item>.nav-link .right {
    display: none;
}

.sidebar-mini.sidebar-collapse .nav-sidebar,
.sidebar-mini .nav-sidebar .nav-link,
.sidebar-mini .nav-sidebar>.nav-header {
    overflow: visible;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item.has-treeview .nav-treeview {
    display: none;
    position: absolute;
    left: 74px;
    width: 189px;
    top: 45px;
    background-color: #fff;
    box-shadow: 0 3px 6px #ccc;
    z-index: 9999;
}

/*custom-notifications*/
.custom-header {
    margin-top: 9px;
}

.custom-desc {
    flex: 1 0 66%;
    max-width: 66%;

}

.level-1>label>span {
    color: #FA0628;
}

/*reports*/
.level-1.calendar-icon i {
    right: 57px;
}

::placeholder {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #B6B6B6 !important;
}

textarea {
    resize: none;
}

.level-1 select {
    color: #B6B6B6;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1;
}

.level-1 select option {
    color: #495057 !important;
}

.select-level {
    /* color: #B6B6B6; */
    font-size: 14px !important;
    font-weight: 500 !important;
}

.select-level>option {
    color: #495057 !important;
}

/*free-trial-config*/
.free-trial {
    flex: 1 0 100%;
    max-width: 100%;
}

.time-period {
    display: flex;
}

.time-slot {
    flex: 1 0 33%;
    max-width: 33%;
    padding-right: 45px;
    margin-right: 24px;
}

.time-slot.calendar-icon i {
    right: 57px;
}

.add-pia-remark {
    max-width: 435px;
}

/*dashboard*/
.card-wrapper {
    margin-top: 97px;
    border: 1px solid rgba(166, 166, 166, 0.5);
    border-radius: 5px;
    padding: 21px 26px 26px 17px;
}

.card-wrapper>div>p {
    margin-bottom: 0;
    padding-left: 18px;
}

.card-wrapper p i {
    color: #878787;
    font-size: 24px
}

.card-wrapper p span {
    color: #161616;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 600;
    padding-left: 12px;
}

.card-container {
    display: flex;
    justify-content: space-between;
    padding-top: 76px;
    padding-bottom: 2px;
    background-image: url(../images/fg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

}

.card {
    flex: 1 0 22%;
    max-width: 22%;
    margin-bottom: 0;
    padding: 0 23px 10px 12px;
    justify-content: space-between;
    border-radius: 5px;

}

.card-container .card .card-content {
    color: #161616;
    padding-top: 6px;
}

.card-img {
    background-color: rgba(238, 140, 43, 0.95);
    width: 76px;
    height: 62px;
    box-shadow: -1px 6px 13px 0 rgba(238, 140, 43, 0.34);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
}

.card-content p {
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 0.75px;
}

.card-img.card-yellow {
    background-color: #FACB0F;
    box-shadow: -1px 6px 13px 0 rgba(250, 203, 15, 0.34);
}

.card-img.card-green {
    background-color: #61BD0E;
    box-shadow: -1px 6px 13px 0 rgba(97, 189, 14, 0.34);
}

.card-img.card-purple {
    background-color: #B585EC;
    box-shadow: -1px 6px 13px 0 rgba(181, 133, 236, 0.34);
}

.card-img i {
    font-size: 30px;
    color: #fff;

}

.card-block-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.card-wrapper-2 {
    border: 1px solid rgba(166, 166, 166, 0.5);
    border-radius: 5px;
    padding: 22px 30px 29px 25px;
    flex: 1 0 47%;
    max-width: 47%;
}

.card-container-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 41px;
}

.card-container-2 .card {
    flex: 1 0 46%;
    max-width: 46%;
    color: #fff;
    padding: 20px 18px 12px 19px;
    justify-content: space-between;
}

.card-container-2 .card-1 {
    background-color: #B88BED;
    opacity: 0.95;
}

.card-container-2 .card-2 {
    background-color: #FACE1B;
    opacity: 0.95;
}

.card-container-2 .card-3 {
    background-color: #FD5151;
    opacity: 0.95;
}

.card-container-2 .card-4 {
    background-color: #69C01A;
    opacity: 0.95;
}

.card-wrapper-2 p {
    margin-bottom: 0;
}

.card-wrapper-2 p span {
    color: #161616;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 600;
    padding-left: 12px;
    text-transform: uppercase;
}

.card-wrapper-2 p i {
    color: #878787;
    font-size: 25px;
}

.card-img-2 i {
    font-size: 46px;
}

.card-content {
    text-align: right;
}

.card-content span {
    font-family: "SF Pro Display";
    font-size: 22px;
    font-weight: 600;
}

.card-wrapper-2 .card-content p {
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0;
    letter-spacing: 0.75px;
}

.card-container-2 .card .card-content {
    margin-top: -24px;
}

.dashboard-header .content-header {
    margin-top: 5px;
}

.dashboard-header .content-header h1 {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 500;
}

.dashboard-header .content-header h1 span {
    font-weight: 600;
    padding-left: 14px;
}

.dashboard-header .content-header p {
    color: #FFFFFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.dashboard-header .content-header .instructor-list {
    padding: 15px 29px 14px
}

.table td:last-child,
.table th:last-child {
    border-right: unset;
}

.user-breadcrum>.nav-link:after {
    content: "/";
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding-left: 4px;
    margin-top: -6px;
}

/*for sidebar collapse*/
.sidebar-collapse .nav-item ul {
    display: none !important;
}

.sidebar-collapse .nav-item:hover ul {
    display: block !important;
    height: auto !important;
}

/* 6 Dec 2019 */
.audio-detail .audio-upload {
    text-align: right;
    padding: 10px 10px 10px 30px;
}

/**/
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 7px;
    font-size: 16px;
    right: 16px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 20px;
    right: 16px;
    font-size: 16px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    display: flex;
    align-items: center;
}

.table thead th {
    vertical-align: middle;
}

.user-menu>a {
    height: 2.5rem;
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #000;
    font-size: 18px;
}

.user-menu a:focus {
    outline: none;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

div.dataTables_wrapper div.dataTables_processing.card {
    background-color: unset;
    box-shadow: unset;
    border: unset;
}

/* 11 Dec 2019 */
.filter-active {
    color: #7DCDF4;
}

.filter-active:after {
    content: "";
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
    position: absolute;
    top: -8px;
    right: -3px;
    color: #E91E63;
    font-size: 12px;
}

.audio-download {
    padding-top: 5px;
}

.audio-download span {
    color: #000000;
    font-family: "SF Pro Display";
    font-size: 13px;
    letter-spacing: .50px;
    line-height: 1.1;
    display: block;
}

/* 12-12-2019 */
.swal-button--cancel {
    background-color: #FFFFFF;
    color: #0072bc;
    border: 1px solid #0072bc;
}

.swal-button--cancel:not([disabled]):hover {
    background-color: #0072bc;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.alert-dismissible .close,
.alert-dismissible .mailbox-attachment-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

/*16-12-2019*/
.content-management-upload {
    padding-top: 8px;
}

.content-management-upload a {
    color: #0072bc;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .50px;
}

.content-management-upload a span {
    padding-left: 7px;
}

input:checked+.slider-toggle {
    border: 1px solid #0072bc;
}

/* 16-12-2019 */
.datepicker-panel>ul>li {
    height: 26px;
}

.dataTables_wrapper .row:nth-child(2) {
    position: relative;
    overflow-x: auto;
}

/*404 error*/
.page-error {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 40px 40px;
    text-align: center;
    background: #fff;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    transform: translateY(100%);
    border-radius: 8px;

}

.notfound-404 h1 {
    font-size: 165px;
    font-weight: 700;
    font-family: "SF Pro Display";
}

.notfound-404 h1>span {
    color: #00b7ff;
}

.page-error h2 {
    font-size: 22px;
    font-family: "SF Pro Display";
}

.datepicker-container.open-cal {
    display: block;
}

.content-center {
    border-radius: 10px;
    border: 1px solid rgba(166, 166, 166, 0.5);
    padding: 21px 0;
}

.content-center .container-fluid {
    padding: 0;
}

/*12-12-2019*/
.login-panel-wrap {
    position: absolute;
    right: 37px;
    align-self: center;
    z-index: 1;

}

.kumon-login-k {
    display: flex;
    height: 100vh;
    position: relative;
}

.logo-k {
    max-width: 189px;
    margin: 0 auto;
}

.logo-k img {
    width: 100%;
}

.remember-k {
    text-align: center;
}

.remember-k span {
    color: #B4B3B3;
    font-family: "SF Pro Display";
    font-size: 13px;
    font-weight: 500;
}

.login-panel-k {
    background-color: #FFFFFF;
    box-shadow: 0 13px 27px rgba(20, 74, 98, 0.22);
    width: 415px;
    padding: 22px 30px 17px;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.login-content-wrap {
    flex: 1 0 70%;
    max-width: 70%;
    position: relative;
}

.login-content {
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 62px;
}

.login-content h2 {
    color: #FFFFFF;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .50px;
    padding-bottom: 13px;
}

.login-content p {
    color: #FFFFFF;
    font-family: "SF Pro Display";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .50px;
    line-height: 18px;
    margin: 0;
    width: 399px;
}

.login-btn.k-btn {
    margin-top: 19px;
    margin-bottom: 12px;
}

.k-btn>button,
.k-btn>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-btn>button>.left-arrow,
.k-btn>a>.left-arrow {
    padding-left: 17px;
}

.k-btn>button>.azure,
.k-btn>a>.azure {
    padding-right: 16px;
}

.overlay-wrapper {
    background-size: cover;
    background-color: #50BFEB;
    background: linear-gradient(270deg, #0072BC 0%, #7DCDF4 100%);
}

.login-content-wrap.overlay-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-cover.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.login-content-wrap.overlay-wrapper:after {
    content: "";
    position: absolute;
    right: 29px;
    top: 0px;
    width: 350px;
    height: 100%;
    transform: scale(1.2);
    background-image: url(../images/curve.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*13-12-2019*/
.back-to-login a {
    color: #138EC4;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
}

.back-to-login>a>img {
    padding-right: 6px;
}

.reset-panel {
    padding: 43px 30px 63px;
    z-index: 1;
}

.kumon-login {
    background-size: cover;
    background-color: #50BFEB;
    background: linear-gradient(270deg, #0072BC 0%, #7DCDF4 100%);
}

.kumon-login:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/reset-screen.png);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

@media(max-width: 1360px) {
    .login-content-wrap.overlay-wrapper:after {
        content: "";
        position: absolute;
        right: 27px;
        top: 0px;
        width: 275px;
        height: 100%;
        transform: scale(1.2);
        background-image: url(../images/curve.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

/* 19-12-2019 */
#modal_history .modal-header {
    padding: 10px 30px 10px 10px;
}

#modal_history .modal-dialog .table th,
.modal-dialog .table td {
    font-size: 14px;
    font-family: "SF Pro Display";
}

#modal_history .modal-dialog .table th {
    line-height: 1.9;
}

/* 20-12-2019 */
.detail-content {
    margin-top: -15px;
    margin-bottom: -43px;
}

.detail-1 {
    margin-top: 38px;
}

.detail-country {
    margin-top: -15px;
    margin-bottom: -15px;

}

div.dataTables_wrapper div.dataTables_filter#student-list_filter label,
div.dataTables_wrapper div.dataTables_filter#app-student-list_filter label {
    margin-right: 0;
}

.all-detail-block {
    margin-top: 14px;
}

.time-slot .calendar-icon i {
    bottom: unset;
    top: -27px;
}

/* 23-12-2019 */
#custom-text-edit-pic {
    position: relative;
    left: 0px;
    color: #A5A5A5;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding-right: 24px;
}

#custom-text-pic {
    position: relative;
    left: 0px;
    color: #A5A5A5;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding-right: 24px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-results__option {
    color: #495057 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #495057 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    color: #ffffff !important;
    background-color: #0072bc !important;
}

.select2-search__field::-webkit-input-placeholder {
    color: #ff0000;
}

.datepicker-panel>ul>li {
    height: 24px;
}

#subject_list_filter label {
    margin-right: 0;
}

#branch_list_filter label {
    margin-right: 0;
}

/* 7-01-2020 */
.level-1.center-subject-detail label.switch {
    padding-right: 0;
}

/* 10-01-2020 */
.datepicker-dropdown {
    box-shadow: unset !important;
}

/*28-02-2020*/
.manage-level .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 230px;
}

.manage-level .select2-container--default .select2-container {
    width: auto !important;
}

@media(max-width: 1120px) {
    .manage-level .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        max-width: 170px;
    }

}

.student-sub-title {
    background-color: #d0d0d0;
    padding: 8px;
    font-size: 18px;
    margin: 20px;
    margin-bottom: 0px;
}

.guardian_outer {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 0px 20px;
}

.guardian_outer:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.consent-detail {
    width: 60%;
    max-width: 60%;
    flex-basis: 60%;
}

.consent-answer {
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
}

.download_pdf a {
    color: #FFFFFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background-color: #0072bc;
    border: unset;
    border-radius: 5px;
    padding: 6px 16px;
    display: inline-block;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
}

.download_pdf a:hover {
    background-color: #FFFFFF;
    color: #0072bc;
    transition: all .3s ease-in-out;
    border: 1px solid #0072bc;
}

.download_pdf {
    text-align: right;
    margin-right: 15px;
}

select.form-control {
    padding: .375rem 1.75rem .375rem 0.75rem;
}

#custom-text-consent {
    position: relative;
    left: 0px;
    color: #A5A5A5;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding-right: 24px;
}


/* 23-11-2021  */

.pro_img_show {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 50%;
    padding: 20px 15px;
}

.pro_img_show .de_img {
    display: block;
    width: 65px;
    position: relative;
    margin: 0 20px 20px 0;
}

.pro_img_show .de_img img {
    width: 100%;
    border: solid 1px #eee;
    height: 65px;
    /* box-shadow: 0 0 4px rgb(0 0 0 / 16%); */
    object-fit: cover;
    border-radius: 5px;
}

.de_img a {
    position: absolute;
    right: -8px;
    background: white;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 50%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    top: -9px;
}




/* custom checkbox */
input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #0072bc;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

input[type="checkbox"]:checked {
    border: 2px solid #0072bc;
    background: #0072bc;
}

input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
}

input[type="checkbox"]:checked:before {
    width: 7px;
    top: 10px;
    left: 2px;
    transform: rotate(44deg);
}

input[type="checkbox"]:checked:after {
    width: 12px;
    top: 7px;
    left: 5px;
    transform: rotate(-55deg);
}

input[type="radio"]:focus {
    outline: none;
}


/* 24-11-21 */

.edit_pro_i_left {
    display: flex;
    align-items: center;
}

.edit_pro_i_left .dropzone {
    min-height: 70px;
    padding: 2px 4px;
    /* max-height: 100px; */
    border: solid 1px #eee;
    border-radius: 7px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.edit_pro_i_left .dropzone .dz-preview .dz-image img {
    width: 100%;
}

.edit_pro_i_left .dz-default.dz-message span {
    display: none;
}

.edit_pro_i_left .dz-default.dz-message:before {
    position: absolute;
    content: '+';
    margin-top: -11px;
    font-size: 38px;
}

.edit_pro_i_left .dropzone .dz-preview {
    min-height: auto;
}

.edit_pro_i_left .dropzone .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    z-index: 10;
}

.edit_pro_i_left .dropzone .dz-preview .dz-details {
    line-height: unset;
    padding: 0;
    z-index: -1;
}

.edit_pro_i_left .dropzone .dz-message {
    text-align: center;
    margin: 0em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* display: none; */
}

.menu_bar h5 {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #7DCDF4;
    color: white;
    cursor: pointer;
}

.menu_bar h5.collapsed:hover {
    background: #7DCDF4;
    color: white;
}

.menu_bar h5.collapsed {
    background: transparent;
    color: #000;
}

.menu_bar h5 i {
    transform: rotate(90deg);
    transition: .2s linear all;

}

.menu_bar h5.collapsed i {
    transform: rotate(0deg);
}

.menu_bar {
    margin-bottom: 15px;
}

.dashboard_sidebar_menu {
    padding: 20px 0;
}

/* 26-11-2021  */

.side_menu .side_bar_menu_list {
    max-height: 300px;
    overflow-y: auto;
    border-bottom: solid 1px #eee;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7dcdf3;
    border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media(max-width:1921px) {

    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: -250px;
    }

    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {

        margin-left: 0 !important;
        right: 0;
        margin-right: 0;
        padding: 0 15px;

    }
}

@media(max-width:767px) {
    .table-responsive {
        display: block;
    }

    .card-container,
    .card-block-2 {
        flex-wrap: wrap;
    }

    .card,
    .card-wrapper-2 {
        max-width: 100%;
        margin-bottom: 10px;
        flex: 1 1 100%;
    }




}




/* 30-11-21 admin dashboard  */

.admin-dashboard-page .order-detail-h {
    text-align: center;
}

.admin-dashboard-page .card {
    max-width: 100%;
    padding: 15px;
    height: 100%;

}

.admin-dashboard-page input {
    outline: none;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border: none;
}

.order-detail-h {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.admin-dashboard-page .order-detail-c {
    display: block;
    margin: 8px auto 0;
    text-align: center;
    font-size: 14px;
}

.my-legend-admin .legend-scale-admin ul li {
    display: inline-block;
    font-size: 13px;
    list-style: none;
    line-height: 18px;
    color: #AAA3A3;
    vertical-align: text-top;
}

.my-legend-admin ul.legend-labels-admin li span {
    display: inline-block;
    height: 16px;
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
    border: 1px solid #999;
}


.legend-labels-admin li:first-child span {
    background: #F5C235;
}

.legend-labels-admin li:nth-child(3) span {
    background: #F57035;
}

.my-legend-admin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 20px 0px;
}


.dashboard-custom-table td,
.dashboard-custom-table th {
    border: 1px solid #ddd;
    color: #000000;
    vertical-align: middle;
}

.dashboard-custom-table.filltable tr td,
.dashboard-custom-table.filltable tr th {
    width: 45px;
    height: 45px;
}

.dashboard-custom-table tbody>tr:nth-child(even) {
    background-color: #F5F5F5;
    padding-left: 20px;
}

.dashboard-custom-table tr:last-child td.total-count,
.cart-table tr:last-child td.total-count {
    border-radius: 0px 0px 8px 8px;
    background: #7dcdf4 !important;
    color: #fff;
    font-weight: 700;
}

.dashboard-custom-table tr th:nth-child(2),
.dashboard-custom-table tr td:nth-child(2),
.cart-table tr th:nth-child(2),
.cart-table tr td:nth-child(2) {
    text-align: center;
}

.tab-content-text {
    text-align: center;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.admin-dashboard-page .tab-content {
    display: block;
}

.admin-dashboard-page .table td:last-child,
.table th:last-child {
    border-right: 1px solid #ddd;
}

.admin-dashboard-page select {
    border: none;
}

.admin-dashboard-page {
    margin-top: 8%;
}

.admin-dashboard-page .top-h {
    font-size: 18px;
    font-weight: 700;
}

.admin-dashboard-page .graph-design {
    padding: 40px 0;
}

.selectParent select {
    box-shadow: 0px 3px 6px #00000029;
    text-indent: 1px;
    padding: 17px 48px 15px 17px;
    border: none;
    margin-bottom: 29px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: white url("../images/drop-down.png") no-repeat 155px center;
}

.dashboard-page .top-small-h {
    color: #818A8F;
    font-size: 12px;
}

.my-legend-admin p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1199px) {
    .admin-dashboard-page {
        margin-top: 12%;
    }
}

@media (max-width: 1199px) {

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: 0;
        right: 0;
    }

    .order-detail-h {
        font-size: 12px;
    }

}

@media (max-width: 767px) {
    .legend-labels-admin {
        float: inherit;
        padding: 0;
        margin: 14px 0 0;
        text-align: center;
        padding: 13px 11px 18px;
    }

    .admin-dashboard-page {
        margin-top: 15%;
    }

}

@media (max-width: 575px) {
    .admin-dashboard-page {
        margin-top: 30%;
    }
    .level-1 {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 0 14px;
    }

    .head-right-cont>h2 {
        line-height: initial;
        font-size: 12px;
    }

    .user-menu>a {
        padding: 0.5rem 0;
    }

    .user-breadcrum span {
        font-size: 14px;
    }

    .head-right {
        align-items: center;
    }

    .selectParent select {
        font-size: 14px;
        background: white url(../images/drop-down.png) no-repeat 153px center;
    }

    .head-right>span>i {
        font-size: 14px;
    }

    .admin-dashboard-page .card {
        margin-bottom: 15px;
    }

    .head-right>i {
        padding-left: 4px;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-left: 0;
    }
}

.allowpresaletab {

    text-align: center;
}

.tab-link ul li {
    padding: 6px 30px;
    border: 1px solid #eee;
    margin-right: 0;
}

.tab-link ul li.active {
    border: none;
    background: #0072bb;
    border-radius: 4px;
    border-bottom: 3px solid #0072bb !important;
}

.tab-link ul li.active a {
    color: white;
}
.m-r-l-minus.worksheet-m .tab-link {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.m-r-l-minus.worksheet-m .tab-link .m-md-b {
    margin-bottom: 0;
}
.theme-btn {
    background: #128ec2;
    color: #fff !important;
}

main {
    padding-top: 0;
}

.submitreportlabelbox {
    border: solid 1px #E5E5E5;
    padding: 11px;
}

.tab-link ul li {
    padding: 6px 30px;
    border: 1px solid #eee;
    margin-right: 0;
}

.tab-link ul li.active {
    border: none;
    background: #0072bb;
    border-radius: 4px;
}

.tab-link ul li.active a {
    color: white;
}

.theme-btn {
    background: #128ec2;
    color: #fff !important;
}

main {
    padding-top: 0;
}


.navbar-expand .navbar-nav{
    align-items: center;
}
.navbar-expand .user-breadcrum span{
    padding: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding-top: 5px;
}
.submitreportlabelbox span{
    display: flex;
}
/* .table-responsive{
    display: table;
} */
@media (max-width: 1400px) {
    table{
        /* display: block; */
        overflow: auto;
    }
}
.form-control[readonly] {
    background-color: #FFFFFF;
    opacity: 1;
}
.table-warp {
    overflow-x: auto;
}
