@import url("https://fonts.googleapis.com/css?family=Gilda+Display&display=swap");

button {
    outline: 0px !important;
}
.amountformat {
    text-align: right;
    margin-top: 9px;
}
.position-relative {
    position: relative;
}

body.modal-open {
    height: 100vh;
}

.notifyjs-corner {
    top: 10% !important;
    right: 3% !important;
    /*top: 22% !important;
    right: 33% !important;*/
}
.main-header .sidebar-toggle::before {
    /* content: "\f0c9"; */
    display: none;
}
.content-header {
    padding: 45px 15px 0 15px;
}

li.treeview.menu-open > a > span > svg #vertical {
    display: none;
}
li.treeview.menu-open .fa-plus {
    display: none;
}
.skin-blue .main-header .logo:hover {
    background-color: white;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: transparent;
    color: #555556;
}
.skin-blue .wrapper {
    background-color: #f6f6f6;
}
.skin-blue .main-header .navbar {
    background-color: white;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 245px;
    border-radius: 5px;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #555556;
}
.custom-nav-search {
    margin-right: ;
}
.custom-nav-search .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    background-color: #e9ecef;
    border-radius: 30px 0 0 30px;
    border-color: transparent;
    margin-right: -6px;
    min-height: 35px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    padding-left: 20px;
    padding-right: 0;
    height: 42px;
    background-clip: padding-box;
}
.custom-nav-search .btn {
    display: inline-block;
    color: #212529;
    background-color: #e9ecef;
    border-radius: 0px 30px 30px 0px;
    padding: 9px 15px 9px 15px;
    border-color: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #212529;
    text-align: center;
    vertical-align: middle;
}
.skin-blue .main-sidebar {
    background: white;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    z-index: 999;
}
.skin-blue .sidebar-menu > li.active > a {
    background: #e34941;
    color: #fff !important;
}
.skin-blue .sidebar-menu > li.active > a svg rect {
    fill: #fff;
}
.skin-blue .sidebar-menu > li a {
    transition: 0.2s all !important;
}
.skin-blue .sidebar-menu > li:hover > a {
    color: #fff !important;
    background: #fb746d;
}
.skin-blue .sidebar-menu li a svg rect {
    fill: #737373;
}
.skin-blue .sidebar-menu > li:hover > a svg rect {
    fill: #fff;
}
.skin-blue .sidebar-menu > li.menu-open > a {
    background: #e75a53;
    color: white !important;
}
.skin-blue .sidebar-menu > li.menu-open > a svg rect {
    fill: #fff;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    background-color: #f2f2f2;
}
.dashboard .page-header {
    padding: 10px 30px;
}
.padding-left-0 {
    padding-left: 0px;
}
.dashboard .page-header span:nth-child(1) {
    display: block;
    color: #515151;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 5px;
}
.dashboard .page-header span:nth-child(2) {
    display: block;
    font-size: 14px;
    padding-left: 5px;
    padding-bottom: 10px;
    color: #adadad;
}

.graph-outer {
    padding: 15px 0px 0px 0px;
}
.flex-box canvas {
    filter: drop-shadow(0px 1px 9px #b9b8b8);
}
.custom_row {
    display: flex;
}
.custom_row > div:nth-child(1) {
    flex: 3.3;
}
.custom_row > div:nth-child(2) {
    flex: 2;
}
.graph-outer .cus-box {
    padding: 15px;
}
.graph-outer .cus-box .custom_box_title {
    margin-left: 8px;
    /*border-left: 6px solid #71aea6;*/
    padding-left: 15px;
}
.graph-outer .cus-box .custom_box_title span {
    font-size: 23px;
    font-weight: 500;
    position: relative;
}
.graph-outer .cus-box .custom_box_title span.green:after {
    content: "";
    background-color: #71aea6;
    height: 15px;
    width: 5px;
    position: absolute;
    top: 5px;
    left: -15px;
}
.graph-outer .cus-box .custom_box_title span.red:after {
    background-color: #f34068;
    content: "";
    height: 15px;
    width: 5px;
    position: absolute;
    top: 5px;
    left: -15px;
}
.graph-outer .cus-box .custom_box_title span.brinjal:after {
    background-color: #7171af;
    content: "";
    height: 15px;
    width: 5px;
    position: absolute;
    top: 5px;
    left: -15px;
}
.cus-box .knob-chart {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}
.cus-box .knob-chart .knob-wrapper {
    display: block;
    box-shadow: 5px 5px 10px rgba(241, 53, 95, 0.4);
    padding: 5px;
    border-radius: 50%;
    height: 170px;
}
.navbar-nav > .user-menu ul.dropdown-menu .role-sub-item {
    padding-bottom: 0px;
}
.navbar-nav > .user-menu ul.dropdown-menu .role-sub-item > ul {
    padding-left: 20px;
    list-style-type: none;
    text-align: left;
}
.navbar-nav > .user-menu ul.dropdown-menu .role-sub-item > ul li a {
    color: #777;
    font-size: 13px;
}
.navbar-nav > .user-menu ul.dropdown-menu .role-sub-item > ul li:hover {
    background-color: #e1e3e9;
}
.navbar-nav > .user-menu ul.dropdown-menu .role-sub-item > ul li {
    padding: 2px;
}
.navbar-nav > .user-menu ul.dropdown-menu .role-sub-item > ul li::marker {
    color: #777;
}
body {
    height: 100vh;
    overflow: hidden;
}
.info-box-content {
    padding: 20px;
}
.custom_info-box_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px;
}
.custom_info-box_wrapper > .col-sm-2 {
    flex: 2;
}
.custom_info-box_wrapper .info-box {
    height: 145px;
}
.cus-box .cus-view-more {
    margin: 25px 0px 10px 0px;
    font-size: 15px;
    color: #fd5d5d;
    text-align: center;
    letter-spacing: 1.5px;
}
.cus-box .cus-table td {
    padding: 9.8px;
}
.custom_info-box_wrapper .cus-box .info-box-number {
    font-size: 50px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}
.custom_info-box_wrapper .cus-box .info-box-number:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 5px;
}
.custom_info-box_wrapper .cus-box .info-box-text {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}
.custom_info-box_wrapper > .col-sm-2:nth-child(2) .info-box .info-box-content {
    background-image: url("../../storage/images/usr2.svg");
    background-size: cover;
    background-position-x: 50px;
    background-repeat: no-repeat;
}
.custom_info-box_wrapper > .col-sm-2:nth-child(3) .info-box .info-box-content {
    background-image: url("../../storage/images/usr3.svg");
    background-size: contain;
    background-position-x: 58px;
    background-position-y: 7px;
    background-repeat: no-repeat;
}
.custom_info-box_wrapper > .col-sm-4 .info-box .info-box-content {
    background-image: url("../../storage/images/usr1.svg");
    background-size: contain;
    background-position-x: calc(100% + 57px);
    background-position-y: 15px;
    background-repeat: no-repeat;
}
.download .all-downloads img {
    height: 60%;
}
.download .all-downloads {
    position: relative;
}
.download .all-downloads .chart-wrapper {
    position: absolute;
    top: 0px;
    left: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download .all-downloads .chart-wrapper .knob-chart {
    margin-left: 25px;
}
.download .all-downloads .chart-wrapper > span {
    margin-left: 5px;
    font-size: 40px;
    font-weight: 100;
}
.custom_info-box_wrapper > .col-sm-2:nth-child(1) .info-box {
    background: linear-gradient(to bottom right, #fcd68d, #f66061);
}
.custom_info-box_wrapper > .col-sm-2:nth-child(2) .info-box {
    background-image: linear-gradient(
        to bottom right,
        rgba(248, 120, 213, 1),
        rgba(214, 106, 228, 0.9)
    );
}
.custom_info-box_wrapper > .col-sm-2:nth-child(3) .info-box {
    background-image: linear-gradient(to bottom right, #4be79d, #60e146);
}
.custom_info-box_wrapper > .col-sm-4 .info-box {
    background-image: linear-gradient(to bottom right, #69cfdd, #747df4);
}
.custom_info-box_wrapper > .col-sm-4 {
    flex: 4;
}
.info-box-text {
    white-space: normal !important;
}
.main-sidebar {
    height: calc(100vh);
    overflow: hidden;
}
.skin-blue .main-header .logo .logo-lg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.skin-blue .main-header .logo .logo-lg img {
    height: 40px;
}
.skin-blue .main-header .logo {
    display: flex;
    justify-content: center;
    align-self: center;
    height: 55px;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    margin-top: 10px;
}
.main-header .navbar-custom-menu {
    height: 65px;
}
.main-header .navbar-custom-menu.nav-left {
    float: left;
    width: 300px;
}
.main-header .navbar-custom-menu.nav-left > ul,
.main-header .navbar-custom-menu.nav-left > ul li {
    width: 100%;
}
.main-header .navbar-custom-menu > ul > li {
    display: flex;
    align-items: center;
}
.main-header .navbar-custom-menu > ul,
.main-header .navbar-custom-menu > ul li,
.main-header .navbar-custom-menu > ul li a {
    height: 100%;
}
.skin-blue .main-header .navbar .nav > li > a:hover {
    background-color: white;
}
.main-header .navbar-custom-menu > ul li {
    margin: 0px 5px;
}
.main-sidebar .sidebar .sidebar-menu li:nth-child(2) a {
    /*padding:10px 5px 5px 15px !important;*/
}
.main-sidebar .sidebar .sidebar-menu li > a {
    padding: 5px 5px 5px 15px !important;
    color: #737373;
    transition: 0.3s ease;
    /*border-radius: 15px 0px 0px 15px;*/
    /*margin-left: 5px;*/
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: #e75a53;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a {
    font-weight: 600;
}
.notifications-menu .dropdown-toggle > i {
    font-size: 20px;
    color: #555556;
}
.notifications-menu > .dropdown-toggle {
    height: 40px !important;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.notifyjs-foo-base {
    /*opacity: 0.85;*/
    width: 200px;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
}

.notifyjs-foo-base .title {
    /*width: 100px;*/
    float: left;
    margin: 10px 0 0 10px;
    text-align: right;
}

.notifyjs-foo-base .buttons {
    /*width: 70px;
  float: right;
  font-size: 9px;
  padding: 5px;
  margin: 2px;*/
    margin-left: 30px;
}

.notifyjs-foo-base button {
    font-size: 9px;
    padding: 5px;
    margin: 2px;
    width: 60px;
}

.select2-selection__choice {
    color: #1a1a1a;
}

a:hover {
    transition: all linear 0.3s;
}

.main-header {
    top: 0;
}

a.current {
    padding: 5px 15px !important;
    color: white !important;
    background: #3c8dbc !important;
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    /* color: white !important;  */
}

.skin-blue .sidebar a {
    color: white;
}

.importantfield {
    color: red;
}

.requiredfield {
    color: red;
}
/* .required{
    color:red;
  }*/
.message {
    text-transform: capitalize;
}

/*input[type=radio]:not(table) {
    opacity: 0;
    position: relative;
    ! display: none;
    position: absolute;
    margin-left: 4px;
    width: 100%;
}
*/
input[type="checkbox"].custom-control-input,
input[type="checkbox"].form-control,
input[type="checkbox"]#example-select-all {
    /*opacity: 0;*/
    /*z-index: 9;
  cursor: pointer;
  width: 15px;
  height: 15px;*/
    /*position: absolute;*/
}
input[type="checkbox"].custom-control-input + label,
input[type="checkbox"].form-control + label,
input[type="checkbox"]#example-select-all + label {
    /* position: relative;
  cursor: pointer;
  padding: 0;*/
}
input[type="checkbox"].custom-control-input + label:before,
input[type="checkbox"].form-control + label:before,
input[type="checkbox"]#example-select-all + label:before {
    /* content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border: 1.4px solid #a7a7a7;*/
}
input[type="checkbox"].custom-control-input:checked + label:before,
input[type="checkbox"].form-control:checked + label:before,
input[type="checkbox"]#example-select-all:checked + label:before {
    /*background-color: #3c8dbc;
  border: 0;*/
}
input[type="checkbox"].custom-control-input:checked + label:after,
input[type="checkbox"].form-control:checked + label:after,
input[type="checkbox"]#example-select-all:checked + label:after {
    /*content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  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;
  transform: rotate(45deg);*/
}

input[type="radio"] {
    /*opacity: 0;
  z-index: 9;
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;*/
}
input[type="radio"] + label {
    /*position: relative;
  cursor: pointer;
  padding: 0; */
}
input[type="radio"] + label:before {
    /*content: '';
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border: 1.4px solid #a7a7a7;
  margin-left: 5px;*/
}
input[type="radio"]:checked + label:before {
    /*background-color: #bb3e43;
  border: 0; */
}
input[type="radio"]:checked + label:after {
    /*content: "\f00c";
  position: absolute;
  left: 7px;
  top: 0px;
  width: 2px;
  height: 2px;
  font: normal normal normal 15px/1 FontAwesome;
  color: #e6e4e4;*/
    /*filter: drop-shadow(1px 1px 2px black);*/
    /*font-weight: 100;*/
}
input[type="radio"] + label:before {
    /*border-radius: 100%; */
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url(../images/arrow.png) !important;
    /* add custom arrow */
    background-repeat: no-repeat;
    background-position: center right;
    padding: 1px;
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    min-width: 60px;
    padding: 3.5px 10px;
    border: 1px solid #d2d6de;
}
select option {
    height: 50px;
    padding: 10px;
}

.custom-upload {
    float: left;
    width: calc(100% - 70px);
    position: relative;
}
.custom-upload label {
    width: 100%;
    display: block;
    margin-bottom: 7px;
}
.custom-upload .up-btn {
    position: relative;
    color: #fff;
    font-size: 12px;
    padding: 7px 10px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    background-color: #1886c3;
    color: #fff;
    border-radius: 3px;
}
.custom-upload .up-btn:hover {
    background-color: #116fa3;
    color: #fff;
}
.custom-upload input {
    cursor: pointer;
}
.custom-upload .up-btn:before,
.custom-upload .up-btn:after {
    content: "";
    display: table;
}
.custom-upload .up-btn:after {
    clear: both;
}
.custom-upload .up-btn > i.fa-upload {
    margin-right: 5px;
}
.custom-upload input[type="file"] {
    opacity: 0;
    cursor: pointer;
    height: 26px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.custom-upload ~ .img-prev {
    border: 1px solid #3c8dbc;
    padding: 5px;
    float: right;
    border-radius: 2px;
    position: relative;
}

.custom-upload ~ .img-prev > img {
    height: 50px;
    width: 50px;
}

.message {
    display: block;
    font-size: 14px;
    text-transform: lowercase;
    margin-top: 7px;
}

.error {
    color: #dc3545;
}

.success {
    color: #003300;
}

.nav-item {
    cursor: pointer;
}

.all-msg {
    padding: 10px 15px;
    border: #222d32 solid 1px;
    margin-bottom: 15px;
}
.all-msg .message {
    margin-top: 0;
}

.form-control {
    padding: 2px 10px;
    height: auto;
}

.input-group-addon {
    padding: 5px;
}

button.btn-primary i.fa-save {
    margin-right: 7px;
    font-size: 16px;
}
.skin-blue .main-header .navbar .nav .open > a {
    background-color: white !important;
}
.navbar-nav > .user-menu .user-image {
    box-shadow: 1px 1px 10px #a6a3a3;
    padding: 0px;
    width: 50px;
    height: 50px;
    background-color: #fff;
}
.dropdown.user > .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown.user > .dropdown-toggle > span {
    color: #737373;
}
.navbar-nav > .user-menu ul.dropdown-menu {
    width: 200px;
    text-align: center;
    top: 60px;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 1px 4px 14px #00000047;
    border: 0;
}
@media (max-width: 767px) {
    .navbar-nav > .user-menu ul.dropdown-menu {
        width: 100%;
        right: 0;
    }
}
.navbar-nav > .user-menu ul.dropdown-menu > li > img {
    max-height: 90px;
    margin: 10px auto;
}
.navbar-nav > .user-menu ul.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #f0efef;
}
.navbar-nav > .user-menu ul.dropdown-menu > li > a.btn {
    color: #222d32;
    padding: 7px 15px;
    text-align: left;
}
.navbar-nav > .user-menu ul.dropdown-menu > li > a.btn:hover {
    background-color: transparent;
    color: #3c8dbc;
}
.navbar-nav > .user-menu ul.dropdown-menu > li > a {
    text-align: left;
}
.sidebar-collapse .main-header {
    top: 0;
}
.sidebar-collapse .main-sidebar .sidebar-menu > li.img-outer > img.user-logo {
    max-height: 40px;
}
.sidebar-collapse .main-sidebar .sidebar-menu > li.img-outer span.name {
    display: none;
}

.main-header,
.main-footer {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
}

label {
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
}
label:focus {
    outline: 0;
}

.form-group {
    margin-bottom: 10px;
}
.form-group:before,
.form-group:after {
    content: "";
    display: table;
}
.form-group:after {
    clear: both;
}

.treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 13px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 230px;
    left: 50px;
}

.main-sidebar .sidebar-menu > li > a .pull-right-container {
    right: 12px;
}
.main-sidebar .sidebar-menu > li.img-outer {
    padding: 15px;
    color: #fff;
    text-align: center;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*background-color: rgba(60, 141, 188, 0.3);*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.43) 100%, rgba(0, 0, 0, 0.0) 100%), url("../../images/morning12.png");*/
    /* background: linear-gradient(rgba(0, 0, 0, 0.43) 100%, rgba(0, 0, 0, 0) 100%),
        url("../../storage/images/dashain.svg"); */
    background: linear-gradient(rgba(0, 0, 0, 0.43) 100%, rgba(0, 0, 0, 0) 100%),
        url("../images/background/new-year-vibes-07.png");
    background-size: cover;
    //background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 0px;
}

.main-sidebar .sidebar-menu > li.img-outer > img.user-logo {
    max-height: 100px;
    padding: 3px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 100%;
    cursor: pointer;
}
.main-sidebar .sidebar-menu > li.img-outer span.name {
    font-size: 13px;
    cursor: pointer;
    white-space: normal;
}

@media (max-width: 767px) {
    .skin-blue .wrapper {
        background-color: #ecf0f5;
    }
}

body.modal-open .modal {
    padding-right: 0 !important;
}
body.modal-open .modal-dialog {
    margin: 30px auto;
}

.modal .container {
    max-width: 100%;
}
.modal label {
    /*width: 100%;*/
}
.modal .input-group {
    /*display: inline-block;*/
    margin: 5px 5px 0;
}
.modal .radio-wrap {
    display: inline-block;
}

.modal-lg {
    width: 1100px;
}
@media (max-width: 992px) {
    .modal-lg {
        width: 96%;
    }
}

.modal-md {
    width: 900px;
}
@media (max-width: 992px) {
    .modal-md {
        width: 96%;
    }
}

.content-wrapper {
    margin-top: 50px;
    background-color: #f6f6f6;
}
@media (max-width: 767px) {
    .content-wrapper {
        margin-top: 103px;
    }
}
.content-wrapper .invoice {
    padding: 8px;
    margin: 0px 15px;
    border: none !important;
}
@media (max-width: 767px) {
    .content-wrapper .invoice {
        margin: 10px 15px 25px;
    }
}
.content-wrapper .invoice .breadcrumb {
    background-color: transparent;
    padding: 0;
}
.content-wrapper .invoice .content-header,
.content-wrapper .invoice .content {
    padding: 0;
}
.content-wrapper .invoice .content-header h4 {
    margin: 5px 0;
}
.content-wrapper .upload-wrap {
    margin-top: 15px;
}
.content-wrapper .upload-wrap .form-group .img-prev .removeprofilephoto {
    position: absolute;
    top: -8px;
    right: -5px;
    color: #fff;
}
.content-wrapper
    .upload-wrap
    .form-group
    .img-prev
    .removeprofilephoto
    i.fa-times {
    padding: 1px 2px 2px;
    background-color: #dc3545;
    border-radius: 100%;
    font-size: 12px;
    display: block;
}

.content {
    margin-bottom: 65px;
}

.page-header > i.fa {
    margin-right: 5px;
}

.district {
    overflow: hidden;
}
.district > .title-wrap,
.district > .btn-group {
    margin-bottom: 20px;
}
.district ul#nav-tab {
    clear: both;
    margin-bottom: 20px;
}
.district ul#nav-tab > li.nav-item a.nav-link {
    padding: 10px 15px;
    color: #367fa9;
    display: inline-block;
    font-weight: 600;
    margin-right: 0;
    border: 1px solid transparent;
}
.district ul#nav-tab > li.active a.nav-link {
    color: #fff;
    background-color: #367fa9;
}
.district > .btn-group {
    float: right;
}
.district > .btn-group a.btn {
    border-radius: 3px !important;
}
.district > .btn-group a.btn:not(:last-child) {
    margin-right: 10px;
}
.district > .btn-group a.btn i.fa {
    margin-right: 3px;
}

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

.tab-content .btn-wrap .btn {
    margin-top: 15px;
}
@media (max-width: 992px) {
    .tab-content .btn-wrap .btn {
        margin: 15px auto;
    }
}
.tab-content #sec-ward .btn {
    margin-top: 42px;
}
@media (max-width: 992px) {
    .tab-content #sec-ward .btn {
        margin: 0 auto 15px;
    }
}

#no-more-tables {
    clear: both;
    overflow: auto;
}
#no-more-tables > table {
    width: 100%;
}
#no-more-tables > table td > a {
    font-size: 16px;
}
#no-more-tables > table td > a.edit {
    margin-right: 7px;
    color: #3c8dbc;
}
#no-more-tables > table td > a.remove {
    color: #dc3545;
} 

@media (max-width: 992px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        /* display: block; */
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        /* position: absolute;
        top: -9999px;
        left: -9999px; */
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
  Label the data
  */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}
#deleteMod .btn-wrap {
    margin: 0 auto;
    text-align: center;
}
#deleteMod .btn-wrap a.btn:first-child {
    margin-right: 7px;
}
#deleteMod .btn-wrap i.fa-plus {
    transform: rotate(45deg);
}

/************exam manage**************/
.exam-manage,
.unit-wrap {
    position: relative;
}
.exam-manage:before,
.exam-manage:after,
.unit-wrap:before,
.unit-wrap:after {
    content: "";
    display: table;
}
.exam-manage:after,
.unit-wrap:after {
    clear: both;
}
.exam-manage .batch-wrapper,
.unit-wrap .batch-wrapper {
    width: calc(100% - 75px);
}
.exam-manage .addExamRoutineRow,
.exam-manage .addRoutineRow,
.unit-wrap .addExamRoutineRow,
.unit-wrap .addRoutineRow {
    /* position: absolute;
  right: 0;
  top: 67px; */
}

/************routine-wrap**************/
.routine-wrap .break-wrap .right-wrapper {
    /* margin-top: 15px; */
}

.routine-wrap .break-wrap .right-wrapper .filter,
.unit-wrap .break-wrap .right-wrapper .filter {
    box-shadow: 0 1px 2px 1px #d9d9d9;
    margin: 0;
    padding-top: 5px;
}
.routine-wrap .break-wrap .right-wrapper .icon-wrap,
.routine-wrap .break-wrap .right-wrapper .routine-icons .input-group,
.unit-wrap .break-wrap .right-wrapper .icon-wrap,
.unit-wrap .break-wrap .right-wrapper .routine-icons .input-group {
    display: inline-block;
    margin-top: 25px;
}

.ui-timepicker-standard {
    z-index: 9999 !important;
}

/*class manage*/
.unit-wrap .break-wrap {
    margin: 15px 0 0;
    box-shadow: 0 1px 2px 1px #d9d9d9;
    padding: 7px 0 5px;
}
.unit-wrap .break-wrap .break-check {
    margin-top: 15px;
}
.unit-wrap .right-wrapper .date .timepicker {
    width: calc(100% - 0px) !important;
}

.main-footer {
    bottom: 0;
    text-align: center;
    margin-left: 0;
    padding: 7px 15px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .main-footer {
        position: relative;
    }
}
.main-footer .footer-logo {
    float: left;
}
@media (max-width: 767px) {
    .main-footer .footer-logo {
        float: none;
        text-align: center;
    }
}
.main-footer .footer-logo > img {
    max-height: 50px;
}
.main-footer .copyright-text {
    float: right;
    margin-top: 15px;
}
.copyright {
    margin: 15 px 0px;
}
.copyright h4 {
    color: #c5c5c5;
    margin: 0px;
    text-align: center;
}
form.edit {
    margin-top: 20px;
    overflow: hidden;
}

.role {
    overflow: hidden;
}
.role .upper-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}
.role .upper-main .title-wrap {
    flex: 1;
}
.role .upper-main .title-wrap .title {
    margin: 0px;
}
.role .upper-main form {
    flex: 1;
}
.role .upper-main form .form-group {
    margin-bottom: 0px;
}
.role .upper-main form .select-style {
    display: flex;
    justify-content: flex-end;
}
.role .upper-main form button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.role #no-more-tables .tabel-level1 {
    text-align: center;
}
.role .role-save {
    text-align: right;
    margin: 20px 0px;
}

#class-manage ul#nav-tab,
#student_set ul#nav-tab {
    margin-bottom: 20px;
    clear: both;
}
#class-manage ul#nav-tab:before,
#class-manage ul#nav-tab:after,
#student_set ul#nav-tab:before,
#student_set ul#nav-tab:after {
    content: "";
    display: table;
}
#class-manage ul#nav-tab:after,
#student_set ul#nav-tab:after {
    clear: both;
}
#class-manage ul#nav-tab li.nav-item a.nav-link,
#student_set ul#nav-tab li.nav-item a.nav-link {
    padding: 10px 15px;
    color: #367fa9;
    display: inline-block;
    font-weight: 600;
    margin-right: 0;
    border: 1px solid transparent;
}
#class-manage ul#nav-tab li.active a.nav-link,
#student_set ul#nav-tab li.active a.nav-link {
    color: #fff;
    background-color: #367fa9;
}
#class-manage .checkboxes,
#student_set .checkboxes {
    display: block;
}
#class-manage .check-col,
#student_set .check-col {
    padding: 5px;
    border: 1px solid #f2f2f2;
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin: 5px;
    display: block;
    float: left;
}
#class-manage .check-col label,
#student_set .check-col label {
    margin: 0px;
}
#class-manage .check-save,
#student_set .check-save {
    float: right;
    margin: 0px 15px 0px 0px;
}
#class-manage .selected-main,
#student_set .selected-main {
    text-align: center;
}
#class-manage .title-wrap,
#student_set .title-wrap {
    margin-bottom: 10px;
    overflow: hidden;
}
#class-manage .title-wrap .title,
#student_set .title-wrap .title {
    margin-top: 0px;
}
#class-manage .sec-mgmt,
#student_set .sec-mgmt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#class-manage .sec-mgmt div,
#student_set .sec-mgmt div {
    flex-grow: 3;
    flex-shrink: 1;
    margin: 0px 5px;
}
#class-manage .sec-mgmt .save-btn,
#student_set .sec-mgmt .save-btn {
    display: flex;
    align-items: flex-end;
}
#class-manage .form-group .btn-primary,
#student_set .form-group .btn-primary {
    float: right;
}

/*************....branch........************/
.branch,
.staffset,
.studentset {
    overflow: hidden;
}
.branch .title-wrap,
.staffset .title-wrap,
.notice .title-wrap,
.privilage .title-wrap,
.studentset .title-wrap {
    margin-bottom: 20px;
    float: left;
}
.branch .title-wrap .title,
.staffset .title-wrap .title,
.notice .title-wrap .title,
.privilage .title-wrap .title,
.studentset .title-wrap .title {
    margin-top: 0px;
}
.branch .btn-group,
.staffset .btn-group,
.notice .btn-group,
.privilage .btn-group,
.studentset .btn-group {
    margin-bottom: 20px;
    float: right;
}
.branch .btn-group i,
.staffset .btn-group i,
.notice .btn-group i,
.privilage .btn-group i,
.studentset .btn-group i {
    margin: 0px 5px;
}
.branch .btn-group a.btn:not(:last-child),
.staffset .btn-group a.btn:not(:last-child),
.notice .btn-group a.btn:not(:last-child),
.privilage .btn-group a.btn:not(:last-child),
.studentset .btn-group a.btn:not(:last-child) {
    margin-right: 10px;
}

#student_set ul#nav-tab {
    margin-top: 20px;
    margin-bottom: 0;
}
#student_set .modal-header {
    /* border-bottom: 0; */
}
#student_set .modal-body {
    padding-top: 0;
}
#student_set .tab-content .form-group label {
    margin: 0 0 7px;
}
#student_set .save-btn-wrap {
    text-align: right;
    /*border-top: 1px solid #e5e5e5;*/
    /*padding-top: 20px;*/
}
#student_set .address-wrap .section-title,
#student_set .parent-outer .section-title {
    font-size: 16px;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(34, 45, 50, 0.3);
    position: relative;
}
#student_set .address-wrap .section-title label.custom-control-label,
#student_set .parent-outer .section-title label.custom-control-label {
    width: auto;
    margin-left: 10px;
    margin-bottom: 0;
}
#student_set .address-wrap .section-title input[type="checkbox"] {
    top: 0;
    left: 90px;
}
#student_set .parent-outer .section-title input[type="checkbox"] {
    top: 0;
    left: 123px;
}
#student_set .other-info label {
    width: auto;
}

#gaurdian_info .parent-academy .grade-wrap {
    margin: 5px 10px 0 0;
}
#gaurdian_info .parent-academy .grade-wrap label {
    margin: 0 0 2px;
}

/***********subject set************/
.subjectset .drop-wrap .save-btn-wrap {
    text-align: right;
    /* border-top: 1px solid #e5e5e5;
  padding-top: 20px; */
}
.subjectset .display-wrap span.sub {
    display: inline-block;
    background-color: #d4d4d4;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 0 5px 5px 0;
}
.subjectset .display-wrap i.fa-edit {
    color: #222d32;
}
.subjectset .display-wrap i.fa-trash {
    color: #dc3545;
}
.subjectset .display-wrap tr td:nth-child(2) {
    min-width: 95px;
}

.mod-division .box-header {
}
.mod-division .box-header .box-title:before {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 4px solid #3c8dbc;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mod-division .box-header .box-title {
    font-size: 17px;
    display: block;
    border-left: 3px solid #3c8dbc;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #d3e6f1;
}

/*staff academic section*/
.academic .box-header .edu-add {
    position: absolute;
    color: #5fa4cc;
    cursor: pointer;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
    right: 0;
}

.item-add {
    padding-right: 30px;
    position: relative;
}
.item-add .edu-remove {
    position: absolute;
    color: #5fa4cc;
    cursor: pointer;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
    right: 15px;
}
.login-quote {
    flex: 4;
    z-index: 999;
    color: white;
    margin-top: -10%;
    position: relative;
    font-size: 3em;
    font-family: "Gilda Display", serif;
    padding: 0px 35px;
    line-height: 1.2;
    padding-top: 150px;
}
/*tamu losar edit: Heading*/
.login-h1-highlight {
    font-size: 1.15em;
}
.login-quote:before {
    content: "";
    /*background-image: url('../../images/coma.png');*/
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    /*left: -35px;*/
    left: 0;
    top: -10px;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert();
    transform: rotate(180deg);
}
.login-quote:after {
    content: "";
    /*background-image: url('../../images/coma.png');*/
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    /*right: -30px;*/
    margin-left: 5px;
    bottom: 15px;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert();
    /*transform: rotateY(180deg) rotateZ(180deg);*/
}
.login-box {
    display: flex;
    width: 90%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    margin: 0px auto;
    overflow: hidden;
}
.login-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background: linear-gradient(
            to right,
            rgb(18 42 56 / 83%),
            rgba(18, 42, 56, 1)
        ),
        url(../../storage/images/backImg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%; */
}

.login-box .login-pad {
    padding: 7px;
    background-color: white !important;
    padding-right: 35px;
    padding-left: 20px;
    border-radius: 30px;
}

.login-pad::placeholder {
    letter-spacing: 0.5px;
}
.login-box .form-group {
    margin-bottom: 20px;
}
.login-box .form-group span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: 0px;
}
.login-box .form-group .terms {
    margin-top: 15px;
}
.login-box .form-group .terms p {
    width: 300px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}
.login-box .form-group .forgot {
    margin-top: 10px;
}
.login-box .form-group .forgot p {
    width: 300px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.login-foot {
    opacity: 0.6;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    border-top: 0.5px solid #ccc;
    background: rgba(0, 0, 0, 0.3);
}
/*.login-foot:hover
{
  opacity: 0.5;
}*/
.login-foot .link-collection {
    width: 100%;
    display: flex;
    justify-content: center;
}
.login-foot .link-collection .foot-menu {
    display: flex;
}
.login-foot .link-collection .copyright {
    display: flex;
}
.login-foot .link-collection p {
    margin: 8px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
}
.login-foot .link-collection p .foot-sub {
    margin: 0px 5px;
}
.login-foot .link-collection p i {
    margin: 0px 5px;
}
.login-foot .link-collection p a {
    color: #ccc;
}
.login-foot .link-collection p a:hover {
    color: #fff;
}
.login-back {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
}

/*start Single image*/
.login-back img {
    align-self: center;
}
/*end*/
.login-back .card-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 150vh;
    overflow: hidden;
}
.login-back .card {
    height: 250px;
    width: 220px;
    background-color: #741938;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border-radius: 10px;
    overflow: hidden;
}
.login-back .card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.login-logo {
    width: 150px;
    margin: 40px auto !important;
}
.login-box-body {
    /* flex: 2; */
    z-index: 999999;
    width: 28%;
    background: white;
    /*background-image: url("../../images/christmas.svg");*/
    /*background-image: url("../../images/login-dashain1.svg") !important;*/
    background-repeat: no-repeat;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 10px;
    position: relative;
    background-position: center bottom;
    background-size: 104%;
    /*background-size: 152%; /*for christmas*/
    /*background-position-y:0px;*/
}
.smart_logo {
    display: flex;
    justify-content: center;
}
.login-box-body ::-webkit-scrollbar {
    width: 10px;
}
.login-box-body ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.login-box-body ::-webkit-scrollbar-thumb {
    background: #888;
}
.login-box-body ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.login-box-body img {
    max-height: 160px;
    margin: 0 auto 10px;
}
.login-box-body .login-box-msg {
    color: #dd4b39;
    padding-bottom: 10px;
    font-weight: 600;
}
.login-box-body:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    width: 100%;
    box-shadow: 00px 25px 20px black;
    transform: scale(0.9);
    border-radius: 20px;
}
.login {
    width: 100%;
    border-radius: 30px !important;
    margin: 10px auto;
    padding: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.login_btn {
    display: flex;
    justify-content: center;
}
.fg_pw {
    width: 100%;
    text-align: center;
    display: block;
    color: #505050;
    text-decoration: none;
}
.login-box-body .alert-success {
    padding: 2px 15px;
    font-size: 14px;
    text-align: center;
}
.login-box-body .alert-danger {
    padding: 2px 15px;
    font-size: 14px;
    text-align: center;
}
.login-box-body img {
    max-height: 160px;
    max-height: 160px;
    background: white;
    padding: 10px;
}
.login-box-body .login-box-msg {
    color: #dd4b39;
    padding-bottom: 10px;
    font-weight: 600;
}
.login-box-body:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    width: 100%;
    box-shadow: 00px 25px 20px black;
    transform: scale(0.9);
    border-radius: 20px;
}

.login-side {
    height: 400px;
    overflow-y: scroll;
}

.schoolset .btn-group {
    float: right;
}
.schoolset .btn-group i {
    margin: 0px 5px;
}
.schoolset .btn-group a.btn:not(:last-child) {
    margin-right: 10px;
}

.custom-datatables #example2 thead tr:nth-child(1) th:nth-child(1) {
    padding-right: 0px;
    text-align: center;
    padding-left: 0px;
}
.custom-datatables #example2 thead tr:nth-child(1) th:nth-child(1):after {
    display: none;
}
.custom-datatables #example2 tbody tr td:nth-child(1) {
    text-align: center;
}
.custom-datatables #example2 tbody tr td a {
    font-size: 16px;
    margin-right: 7px;
}
.custom-datatables #example2 tbody tr td a.remove {
    color: #dc3545;
}

/*# sourceMappingURL=bootstrap-datepicker.css.map */
.mod-customize .modal-header {
    position: relative;
    /*.modal-title{
    float: left;
  }*/
}
.mod-customize .modal-header button {
    float: right;
}
.mod-customize .modal-header .icon-col {
    width: 20%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 40%;
    top: 0px;
    align-items: center;
    font-size: 30px;
    color: #3c8dbc;
}
.mod-customize .modal-header .icon-col i {
    cursor: pointer;
}
.mod-customize .modal-header .icon-col button {
    background-color: transparent;
    border: none;
}

.page-header {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 5px;
}

.privilage .btn-group {
    display: flex;
}
.privilage .btn-group .form-control {
    width: 200px;
}
.privilage .btn-save {
    margin-top: 15px;
}

.cus-box {
    border-radius: 5px;
    box-shadow: none;
    border: none;
}
.cus-box .box-header.with-border {
    border: none;
}
.cus-box .cus-box-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #f15044;
    letter-spacing: 1px;
    margin: 30px 0px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.cus-box .info-box-text {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-size: 13px;
}
.cus-box .info-box-number {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 100;
}
.cus-box .student {
    color: #fff;
}
.cus-box .parent {
    color: #fff;
}
.cus-box .staff {
    color: #fff;
}
.cus-box .download {
    color: #fff;
}

.box-bg {
    background-color: #fff;
    color: #4c4c4c;
    justify-content: center;
    align-items: center;
}
.box-bg img {
    height: 60px;
    filter: drop-shadow(0 0px 10px rgba(15, 15, 15, 0.2));
}

.pie-wrap {
    display: flex;
    justify-content: center;
}

.customizedlabel {
    display: flex;
    align-items: center;
}
.customizedlabel select {
    margin: 0px 5px;
    min-width: 60px;
}
.customizedlabel:not(select) {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/*profile page*/
.profile-wrapper {
    background-color: whitesmoke;
    overflow: hidden;
    padding: 15px;
}
.profile-wrapper .content-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 7px;
}
.profile-wrapper .content-header h3 {
    margin: 0 0 7px;
    font-size: 20px;
}
.profile-wrapper .image-wrapper {
    text-align: center;
    margin-bottom: 15px;
}
.profile-wrapper .image-wrapper .info-name {
    margin: 7px auto;
    font-size: 16px;
    font-weight: 600;
}
.profile-wrapper .image-wrapper .info-post {
    font-size: 12px;
    color: #666666;
}
.profile-wrapper .image-wrapper .user-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.profile-wrapper .info-wrapper .info {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    /*&:hover{
    background-color:darken($white, 12%);
    transition: all ease-in-out 0.3s;
  }*/
}
/*.profile-wrapper .info-wrapper .info:first-child {
  border-top: 1px solid #e0e0e0; }*/
.profile-wrapper .info-wrapper .info i.fa {
    margin-right: 5px;
}
.profile-wrapper .info-wrapper .pass-change {
    color: #3c8dbc;
    cursor: pointer;
}

.school .image-wrapper {
    width: 180px;
    float: left;
}
.school .image-wrapper .school-user-img {
    max-width: 100%;
    max-height: 130px;
    margin-bottom: 5px;
}
.school .image-wrapper .info-post {
    font-size: 14px;
    font-weight: 600;
}
.school .info-wrapper {
    width: calc(100% - 195px);
    float: right;
    margin-top: 5px;
}
.school .info-wrapper h3.address-title {
    padding: 0 0 5px 15px;
    position: relative;
    margin: 10px auto 5px;
    font-size: 18px;
}
.school .info-wrapper h3.address-title i.fa {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
}
.school .info-wrapper .address-wrap {
    padding: 0 10px;
}

.all-role {
    background: white;
    position: relative;
    /* height: calc(100vh - 58px); */
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

.role-head {
    position: absolute;
    top: 32px;
    margin: 0px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
    z-index: 99;
    font-weight: 600px;
    letter-spacing: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    line-height: 40px;
    display: inline-block;
}
.logout_btn {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9999;
}
.all-cards-wrapper {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* row-gap: 30px; */
    background: white;
    position: relative;
    /* height: calc(100vh - 58px); */
    height: 100vh;
}
.new-class {
    padding-top: 115px;
}
.new-class .role-head {
    padding-top: 0px !important;
}
.all-cards-wrapper .card-icon {
    font-size: 60px;
    transition: 1s all;
}
.all-cards-wrapper .cards-single {
    cursor: pointer;
    transition: 1s all;
    width: 33.3%;
    display: flex;
    justify-content: center;
}
.all-cards-wrapper .cards-single .card-wrapper {
    transition: 1s all;
    height: 160px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    padding: 20px;
    color: white;
    background: #183b8f;
}
.all-cards-wrapper .cards-single .card-wrapper .card {
    width: 100%;
    text-align: center;
    background: #183b8f;
    position: unset;
    border: none;
}
.all-cards-wrapper .cards-single .card-wrapper .card .card-icon {
    position: relative;
}
.all-cards-wrapper .cards-single .card-wrapper .card .card-head {
    position: absolute;
    top: -20px;
    left: 50%;
    border-radius: 3px;
    transform: translateX(-50%);
    padding: 3px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    width: 75%;
    background: #f46b45;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eea849, #f46b45);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.all-cards-wrapper .cards-single .card-wrapper .card .card-head h3 {
    margin: 0px !important;
    font-size: 22px;
}
.all-cards-wrapper .cards-single .card-wrapper .card .card-head:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    transform: translatey(-50%);
}
.all-cards-wrapper .cards-single .card-wrapper .card .card-head:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transform: translatey(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.all-cards-wrapper .cards-single .card-wrapper .curves {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.all-cards-wrapper .cards-single .effect5 {
    position: relative;
}
.all-cards-wrapper .cards-single .effect5:before,
.all-cards-wrapper .cards-single .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.all-cards-wrapper .cards-single .effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.all-cards-wrapper .cards-single:hover {
    transform: scale(1.1, 1.1);
}
.all-cards-wrapper .cards-single:hover .card-wrapper {
    border-radius: 0px;
}
.all-cards-wrapper .cards-single:hover .card-wrapper .card-icon {
    transform: scale(0.8, 0.8);
}

.all-cards-wrapper .highlightrole {
    transform: scale(1.1, 1.1);
}
.all-cards-wrapper .highlightrole .card-wrapper {
    border-radius: 0px;
}
.all-cards-wrapper .highlightrole .card-wrapper .card-icon {
    transform: scale(0.8, 0.8);
}

.wrap-dashboard .invoice {
    background-color: #ecf0f5;
    padding: 0;
    margin: 0 15px;
}
.wrap-dashboard .page-header {
    margin: 0 auto 15px;
    border-bottom: 1px solid #c7d3d9;
}

.graph-outer .box {
    margin-left: 0;
    margin-right: 0;
}

.dashboard-outer .info-box {
    display: table;
}
.dashboard-outer .info-box .info-box-icon,
.dashboard-outer .info-box .info-box-content {
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    float: none;
}
.dashboard-outer .info-box .icon-wrap {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
}
.dashboard-outer .info-box .icon-wrap i.fa {
    font-size: 25px;
}
.dashboard-outer .info-box .icon-wrap,
.dashboard-outer .info-box .content-wrap {
    display: table-cell;
    vertical-align: middle;
}
.dashboard-outer .info-box .icon-wrap .status,
.dashboard-outer .info-box .icon-wrap .count,
.dashboard-outer .info-box .content-wrap .status,
.dashboard-outer .info-box .content-wrap .count {
    display: block;
}

.wrap-dashboard .invoice {
    background-color: #f6f6f6;
    padding: 0;
    margin: 0 15px;
}
.wrap-dashboard .page-header {
    margin: 0px 15px 20px 15px;
    border-bottom: 1px solid #e7eaec;
}

.graph-outer .box {
    margin-left: 0;
    margin-right: 0;
}

.dashboard-outer .info-box {
    display: table;
}
.dashboard-outer .info-box .info-box-icon,
.dashboard-outer .info-box .info-box-content {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.dashboard-outer .info-box .icon-wrap {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
}
.dashboard-outer .info-box .icon-wrap i.fa {
    font-size: 25px;
}
.dashboard-outer .info-box .icon-wrap,
.dashboard-outer .info-box .content-wrap {
    display: table-cell;
    vertical-align: middle;
}
.dashboard-outer .info-box .icon-wrap .status,
.dashboard-outer .info-box .icon-wrap .count,
.dashboard-outer .info-box .content-wrap .status,
.dashboard-outer .info-box .content-wrap .count {
    display: block;
}

/*# sourceMappingURL=main.css.map */

/*....................changepassword............*/
.change-pass .card {
    margin-top: 30px;
    background: white;
    padding-top: 30px;
    padding-bottom: 10px;
}
.change-pass .chg_btn {
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    margin-right: 20px;
}
.change-pass .dis_message {
    margin: 0px;
    /*display: none;*/
}
.change-pass label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 3px;
    margin-right: -20px;
}
/*....................changepassword............*/

/*Loader css starts*/
#loading {
    height: 100vh;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}
#loading .boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#loading .boxLoading:before {
    content: "";
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
}
#loading .boxLoading:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #1a6844;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes shadow {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}

/*loader ends*/
.role-link {
    padding: 0px !important;
    color: #555;
    margin: 0px 5px;
}
.role-link button {
    border: none;
    padding: 3px 8px;
    height: 28px;
    background: white;
    color: #555;
}

.receiptdiv .col-md-2 {
    padding: 0px !important;
}

.receiptdiv div input {
    width: 100%;
}

/*..........................attendance  */
.attendance-card-wrapper {
    text-align: center;
    width: 100%;
    box-shadow: 1px 1px 12px #ddd;
    margin-top: 35px;
    padding: 15px;
}
.attendance-card-wrapper .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 150px;
}
.attendance-card-wrapper .image-wrapper img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.attendance-card-wrapper .attendance-detail .stud-name {
    font-size: 1.3em;
}
.attendance-card-wrapper .attendance-button .absent {
    /*background-color: red;*/
    padding: 10px 15px;
    color: white;
    cursor: pointer;
}
.attendance-card-wrapper .attendance-button .present {
    /*background-color: green;*/
    padding: 10px 15px;
    color: white;
    cursor: pointer;
}
.attendance-table {
    height: 400px;
    overflow-y: auto;
}

.custom-file-upload {
    font-weight: 200 !important;
    border: 1px solid #28a1c4;
    display: inline-block;
    padding: 7px;
    cursor: pointer;
    color: #fff;
    height: 34px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12),
        1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    margin-top: 5px;
}
/*..........................attendance  */

//* examination online start */
.sub_div_ {
    margin-bottom: 45px;
}
.sub_div_ .s_warn_text {
    margin-top: 30px;
    display: none;
    color: #f04b4c;
}
.sub_div_ .s_warn_text i {
    color: #f04b4c;
    margin-right: 15px;
}
.sub_div_ h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.sub_div_ .subjet_wrap {
    width: 33.3%;
    border-radius: 9px;
    background: #fff;
    padding: 20px 30px 30px;
    box-shadow: 0px 0px 25px #00000042;
}
.sub_div_ .subjet_wrap h5 {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
    font-weight: normal;
}
.sub_div_ .subjet_wrap h3 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
}
.sub_div_ .subjet_wrap h5 {
    font-size: 14px;
    color: #373737;
}
.sub_div_ .subjet_wrap .sujet_btn {
    display: inline-block;
    margin-top: 30px;
}
.sub_div_ .subjet_wrap .sujet_btn button {
    border-radius: 3px;
    background: #40cf82;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    box-shadow: none;
    border: none;
}
.sub_div_ .subjet_wrap .sujet_btn button:focus {
    background: #cecece;
}
.rules_gide {
    padding: 30px 15px;
    box-shadow: 0px 0px 25px #00000042;
    margin-top: 30px;
}
.rules_gide .hh {
    background-color: #40cf82 !important;
}
.rules_gide .jj {
    background-color: #cecece;
}
.rules_gide h2 {
    font-size: 36px;
    margin-bottom: 45px;
    color: #000;
}
.rules_gide .rules_list_ {
    padding: 0px;
    margin: 0px;
}
.rules_gide .rules_list_ li {
    list-style: none;
    margin-bottom: 10px;
    color: #000;
}
.rules_gide .checkbox {
    margin: 45px 0px 30px;
}
.rules_gide .checkbox label {
    color: #000;
}
.rules_gide .guide_btn button {
    border-radius: 3px;
    background: #cecece;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    box-shadow: none;
    border: none;
}
.quest_container {
    margin: 0px 15px;
}
.quest_container .timer_zone {
    padding: 12px 30px 17px;
    background: #f04b4c;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 30px;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
.quest_container .timer_zone .time-zone {
    display: flex;
}
.quest_container .timer_zone .time-zone span {
    margin-right: 15px;
}
.quest_container .timer_zone .time-zone span i {
    font-size: 26px;
}
.quest_container .timer_zone .time-zone h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.quest_container .timer_zone .answer_text h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.quest_container .quest_wrapper {
    box-shadow: 0px 0px 25px #00000042;
    padding: 30px 15px;
    border-radius: 9px;
    margin-bottom: 30px;
}
.quest_container .quest_wrapper h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.quest_container .quest_wrapper form label {
    font-size: 16px;
}
.quest_container .subjet_btn button {
    border-radius: 3px;
    background: #cecece;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    box-shadow: none;
    border: none;
}
.quest_container .subjet_btn button:hover {
    background-color: #40cf82;
}

/* examination online end */

@media print {
    .content-wrapper {
        margin-top: 0px;
        min-height: unset !important;
        height: auto !important;
    }
}
