/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans');*/
@import url("https://fonts.googleapis.com/css?family=Open Sans:wght@300;400;600&display=swap");
/*<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">*/

body {
  overflow: hidden;
  margin: 0;
  font-family: "Roboto";
  color: #5c6975;
  font-size: 1rem;
  font-style: normal;
  /*font-weight: 400;*/
  line-height: 1.5;
  background: #f9f9f9;
}
ul {
  list-style: none;
}
.g-login a {
  background: #ea4335;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.f-col {
  flex-direction: column;
}
.mob-only {
  display: none;
}
.desk-only {
  display: block;
}

.main-container {
  justify-content: space-between;
}
.te-container {
  position: relative;
  margin: 0;
  width: 75% !important;
  left: 22.4% !important;
  top: 0;
  transition: all 0.4s linear;
}
.te-container.stretched {
  width: 90% !important;
  left: 8% !important;
  transition: all 0.4s linear;
}

.page-heading {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #edf0f5;
  padding: 0 10px;
}
.muted {
  color: gray;
  font-size: 11px;
  display: block;
  margin-top: 0px;
}

/*
** Style for Breadcrumbs
*/

.bcrumbs-back-cta {
  padding: 0;
  position: absolute;
  top: 90%;
  left: 0;
}
.bcrumbs-back-cta .d-flex {
  justify-content: flex-start;
  align-items: center;
}
.back-button {
  display: none;
}
.back-button a {
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  color: #244895;
}
.back-button i {
  margin-right: 5px;
}
.bcrumbs {
  margin-left: 10px;
}
.bcrumbs span {
  margin-right: 5px;
  font-size: 12px;
  color: #fff;
}
.bcrumbs i {
  font-size: 12px;
  color: #fff;
}
.crumb a {
  color: #a2a2a2;
  text-decoration: none;
}
.bcrumbs span.active a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .bcrumbs-back-cta {
    top: 120%;
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
  header > .d-flex {
    padding: 0 10px;
  }
  .header-left {
    width: 100%;
    text-align: center;
  }
  .hamburger-menu {
    top: 25px;
  }
  .bcrumbs-back-cta {
    padding: 0;
    width: 100%;
    top: 120%;
  }
  .bcrumbs {
    margin-left: 20px;
  }
  .bcrumbs .crumb,
  .bcrumbs .crumb i {
    font-size: 14px;
  }
  /*.bcrumbs{
      display: none;
    }*/
}

/*
** Style for Custom Scrollbar
*/

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cac6c6;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6;
}*/

/*
** Style for Access Control Switch
*/

.login-page.te-container {
  /*background: #88D5E9;*/
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .logo {
  padding: 14px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.login-page .logo img {
  max-width: 200px;
}

.login-form {
  width: 30%;
  min-width: 300px;
  padding: 20px;
  margin: 40px auto;
  /* box-shadow: 0 0 6px gray; */
  /*text-align: center;*/
  background: #ffffffcf;
  border-radius: 10px;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100% !important;
  margin-bottom: 10px;
}
.login-page .bg-image {
  background-image: url("../images/loginbg.png");
  width: 100%;
  position: absolute;
  height: 100%;
  background-position: center left;
  background-size: cover;
  /*opacity: 0.9;*/
  z-index: -1;
}

#submit.noclick {
  background: gray !important;
}

/*
** Style for Access Control Switch
*/
.access-permission .d-flex {
  justify-content: space-between;
}
.access-permission {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #c5c5c5;
  padding: 5px 0;
}
.access-permission:last-child {
  border-bottom: none;
}
.access-permission .perm-label i {
  display: none;
  margin-left: 10px;
  transform: rotate(0deg);
  transition: 0.2s linear;
}
.access-permission.has-submenu > .d-flex .perm-label i {
  display: inline-block;
}
.access-permission .perm-label i.chev-rotate {
  transform: rotate(-90deg);
  transition: 0.2s linear;
}
.access-permission .sub-permission {
  display: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.access-permission .sub-permission > .d-flex {
  padding-left: 20px;
}
.perm-label {
  width: 75%;
}
.perm-switch {
  text-align: center;
}
.perm-switch span {
  color: #244895;
  font-size: 14px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
}

/* Change default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  /*top: 0;*/
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ddd;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 0px;
  bottom: -6px;
  background-color: #6e7b98;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*position: absolute;
            content: "";
            height: 13px;
            width: 13px;
            left: 0px;
            bottom: 0px;
            background-color: #6e7b98;
            -webkit-transition: .4s;
            transition: .4s;*/
}

input:checked + .slider {
  /*background-color: #d4d1d1;*/
  background-color: #7c8392;
}

input:focus + .slider {
  box-shadow: 0 0 1px #244895;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  height: 4px;
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*
** Style for responsiveness
*/
.d-flex.desk-only {
  display: flex;
}
.d-flex.mob-only {
  display: none;
}
.responsive-table {
  width: 100%;
  overflow-x: auto;
}
.dataTables_wrapper .dataTables_filter {
  padding: 0px 0px 10px;
  margin-top: 6px;
  padding-right: 211px;
  width: 87%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
/*#university-list .dataTables_wrapper .dataTables_filter {
    padding-right: 0px;
}*/
@media screen and (max-width: 768px) {
  .d-flex.mob-only {
    display: flex;
  }
  header > .d-flex {
    background: #fff;
  }
  .te-container {
    width: 70% !important;
    left: 29% !important;
  }
  .te-container.stretched {
    width: 100% !important;
    left: 0 !important;
    transition: all 0.4s linear;
  }
  .d-flex.desk-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .te-container {
    left: 0 !important;
    width: 100% !important;
    transition: 0.4s linear;
  }
  .te-container.stretched {
    left: 47% !important;
    transition: 0.4s linear;
  }
  .mob-only {
    display: block;
  }
  .desk-only {
    display: none;
  }
}
/*Group Management Start*/
.group-management-body {
  background-color: #fff;
}
.group-space {
  min-height: 85.4vh;
  margin: 6px 6px;
  border: 1px solid #ddd;
  padding: 0px 12px;
}
.group-flex > .form-group {
  /*border: 1px solid #ddd;*/
  width: 32%;
}
.group-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
}
.group-header {
  padding: 1px 0px;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  height: auto;
}
.group-header .header-right .header-username {
  font: normal normal normal 14px/17px Open Sans;
  letter-spacing: 0px;
  color: #495f7d;
  margin-right: 10px;
}
.group-header .group-header-left .logo {
  width: 20%;
  text-align: center;
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.group-header .group-header-left {
  width: 75%;
  /*justify-content: space-between;*/
  padding: 0;
}
.group-header .group-header-left .logo .logo-image {
  max-width: 120px;
  margin-left: 0;
}
.group-header-left {
  align-items: center !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 10px;
}
.group-header .group-header-left .group-header-text {
  /* padding-left: 10px; */
  margin-top: 0;
}
.group-header .group-header-left .group-header-text ul {
  margin: 0;
}
.group-header-text ul {
  padding-inline-start: 0px;
}
.group-header-text a {
  text-decoration: none;
  color: #495f7d;
}
.group-header-left a {
  display: block;
}
.group-header-text ul li {
  padding: 3px 15px 0px 0px;
  display: inline-block;
  font-size: 14px;
  color: #495f7d;
}
.group-header-text ul li img {
  width: 22px;
}
.group-main-container {
  padding: 2px;
  justify-content: space-between;
  align-items: stretch;
  /*background: transparent linear-gradient(180deg, #F5F5F5 0%, #D2D2D2 20%, #B7B7B7 36%, #A4A3A3 53%, #989797 69%, #959494 87%) 0% 0% no-repeat padding-box;
        */
  opacity: 1;
}
.group-side {
  position: relative;
  width: 18.5%;
  left: 3px;
}
/*#group-manage .ips-box-body textarea {
        width: 65.5% !important;
    }*/
/*#group-manage .select2-container--default .select2-selection--multiple {
       height: 26px;
    }
    #group-manage .select2-container--default .select2-selection--multiple .select2-selection__choice {
       margin-top: 3px;
    }*/
.ips-flex.group-btn {
  right: 40px;
  position: absolute;
  /* margin-top: 117px; */
  justify-content: flex-end;
  bottom: 9px;
}
/*.group-container {
            border: 2px solid #ddd;
        background: #fff;
    }*/
.ips-box-body.group-box-body {
  height: auto;
  padding: 0px 11px;
}
.ips-box-body.group-box-body h5 {
  margin: 0px 0px 17px;
}
.group-flex.user-group-flex {
  justify-content: flex-end;
  padding: 0px;
  flex: auto;
}
.user-group-box {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.user-group-box ul {
  overflow: hidden;
  height: 177px;
  margin: 0px;
  padding-inline-start: 0px;
  overflow-y: auto;
}
.user-group-box ul li {
  padding: 4px 6px;
  border-bottom: 1px solid #ddd;
}
.my-select i {
  float: right;
}
.correct i {
  color: green;
}
.wrong i {
  color: red;
}
.bar i {
  color: orange;
}
.group-exchange {
  cursor: pointer;
  margin: 71px 0px;
}
.select {
  min-width: 300px;
}
.page-container {
  border: 2px solid #ddd;
  background: #fff;
  overflow: auto;
  /*height: 92vh;*/
  height: calc(100vh - 46px);
}
.ms-list li::before {
  position: absolute;
  margin-right: 2px;
  content: "\2713 ";
  color: #1bd21b;
  right: 2px;
}
/*Group Management End*/
/*Admin Heading Button*/
.admin-btn {
  z-index: 99999;
  top: 5px;
  right: 13px;
  position: absolute;
}

.admin-btn a {
  font-size: 11px;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px 5px !important;
  color: #fff !important;
  border: none;
  background: #edbc50 !important;
}
/*Page Heading*/
.adminpage-heading {
  background: transparent linear-gradient(90deg, #224893 0%, #078bb9 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
  padding: 2px 0px;
}
.adminpage-heading p {
  padding: 2px;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 11px;
  font-weight: 400;
  box-sizing: border-box;
}
/*Datatable*/
table.dataTable thead th {
  color: #353a40;
  border-bottom: 2px solid #335298 !important;
}
.dataTables_wrapper .dataTables_length {
  width: 13%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  background: #f1f1f1;
  font-size: 12px;
  border-top: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_paginate {
  padding-right: 14px;
  width: 50%;
  box-sizing: border-box;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}
.dataTables_wrapper .dataTables_info {
  padding: 9px 20px 8px;
  width: 50%;
  box-sizing: border-box;
}
.datatable .dataTables_info,
.datatable .dataTables_paginate {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #fff !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #efecec;
}
/*.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        border-bottom: 1px solid #ddd;
    }*/
/*Group Management*/
.user-image {
  max-width: 28px;
}
.header-left.mob-only,
.header-right {
  padding: 0px;
}
.header-right p img {
  margin-right: -11px;
}
.dropdown {
  box-sizing: border-box;
  margin: 0px 31px 0px 0px;
  width: 20.4%;
}
.dropdown .dropdown-list {
  width: 104%;
  box-shadow: 0 0px 4px 2px rgb(210 209 209 / 98%);
  margin: -4px 6px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}
.dropdown .dropdown-label {
  border-radius: 3px;
  width: 100%;
  display: block;
  height: auto;
  font-size: 10px;
  background: #fff;
  border: 1px solid #909294;
  padding: 4px 11px;
  margin: 4px 0px !important;
  cursor: pointer;
  position: relative;
}
.dropdown .dropdown-label:before {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  padding: 0px 8px;
  border-bottom: 1px solid #ddd;
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 0px;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  font-weight: 400 !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: 0px;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  height: 4px;
  padding: 1px 1px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #b6b3b3;
  border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
  line-height: 4px;
  font-size: 10px;
  margin-right: 0;
  margin-left: 0;
  color: black;
}
.user-label {
  width: 127px;
}
.group-label {
  width: 113px;
}
#grouptable i {
  font-size: 8px;
  margin-left: 11px;
}
.group-box-body {
  padding: 0px 20px;
}
.dataTables_filter label {
  font-size: 11px;
}
.dataTables_wrapper .dataTables_filter input {
  border: none;
  background-color: #efecec;
}
/*.dataTables_filter label:before {
        color: #7c7979;
        font-family: FontAwesome;
        content: "\f002";
        position: absolute;
        right: 8px;
        top: 27px;
        transform: translateY(-50%);
        transition: transform 0.25s;
        transform-origin: center center;
    }*/
.dataTables_filter text {
  display: none;
}
.user-display {
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.post-modal-wrapper {
  top: 2em;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
/*Fee Box Table*/
.fee-amount-box th {
  padding: 9px 20px 9px !important;
  border-bottom: 1px solid #ddd !important;
}
.fee-btn {
  position: relative;
  float: right;
  width: 7%;
  text-align: center;
}
/*User Multiselect*/
.user-ui.ms-options-wrap > button:focus,
.user-ui.ms-options-wrap > button {
  width: 100% !important;
}
/*Checklist*/
/*.checklist-data table , .course-fee-ui table , .document-table table ,.user_table table{
       border:1px solid #ddd !important;
    }
    .checklist-data table th, .course-fee-ui table th, .user_table table th {
       padding: 9px !important;
    }
    .document-table table th {
        padding:9px 22px !important;
    }*/
.student-btn {
  position: relative;
  right: 32px;
  width: 10%;
  float: right;
  z-index: 999;
  text-align: center;
}
#manager .ms-options-wrap > button[disabled] {
  background-color: #9f76a5 !important;
}
#assistant-manager .ms-options-wrap > button[disabled] {
  background-color: #00afa3 !important;
}
#team-leader .ms-options-wrap > button[disabled] {
  background-color: #969937 !important;
}
#counsellor .ms-options-wrap > button[disabled] {
  background-color: #f9af72 !important;
}
#call-status .ms-options-wrap > button[disabled] {
  background-color: #757ea6 !important;
}
/*File Upload pre sale*/
#fileupload {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#fileupload label {
  width: 138px;
}
.add-transaction {
  margin-top: 19px;
  padding: 20px !important;
  box-shadow: 4px 4px 8px #ddd;
}
/*Popup Form Ui*/
.popup-form {
}
.popup-form > .d-flex {
  padding: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
}
.popup-form label {
  align-items: center !important;
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding-left: 1px !important;
}
.popup-form input,
.popup-form textarea {
  font-size: 11px;
  color: #000;
  width: 208px !important;
}
.popup-form > .d-flex > .form-group {
  width: 32%;
  margin-right: 20px;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  white-space: pre-line !important;
}
.ipsside-nav.ms-options-wrap > .ms-options {
  width: 100% !important;
}
/*Setup Start*/
.setup-body {
  background-color: #fff;
  min-height: 85.4vh;
  margin: 6px 6px;
  border: 1px solid #ddd;
  padding: 0px 12px;
}
.setup-body h5 {
  margin-top: 11px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.setup-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
}
.ips-flex.setup-btn {
  right: 40px;
  position: absolute;
  /* margin-top: 117px; */
  justify-content: flex-end;
  bottom: 9px;
}
.setup-flex > .form-group {
  width: 32%;
}
.ips-box-body.setup-box-body {
  height: auto;
  padding: 0px 0px;
}
.setup-body .dropdown {
  box-sizing: border-box;
  margin: 0px 24px 0px 0px;
  width: 54.5%;
}
.setup-body input:checked ~ label,
.setup-body input:focus ~ label,
.setup-body textarea:focus ~ label,
.shifted ~ label {
  top: 0px;
  transition: 0.2s linear;
  /* font-weight: bold !important;*/
  color: #244895;
}
.users-label {
  margin-top: -4px;
}
.users-label label {
  align-items: baseline !important;
  margin: 0px !important;
}
.interval-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.interval-flex > .interval-group {
  width: 32.5%;
}
#setup select {
  width: 69.3px !important;
}
#setup-body .dataTables_wrapper .dataTables_filter {
  padding-right: 0px !important;
}
/*Setup End*/
/*Bulk Setup Start*/
.bulk-setup ul.bulk-tabbing {
  padding-inline-start: 0px;
  display: flex;
  margin-top: 14px;
  background: #fff;
  margin-bottom: 8px;
}
.bulk-setup ul.bulk-tabbing li {
  font-size: 14px;
  line-height: 20px;
  width: calc(34% - 9px);
  height: auto;
  cursor: pointer;
  padding: 3px 0;
  margin-right: 0px;
}
ul.bulk-tabbing li {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #dbdddd;
  border-radius: 5px 5px 0px 0px;
  opacity: 1;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  /* width: 36.5%; */
  /* background: none; */
  color: #414242;
  display: table-cell;
  padding: 0px 15px;
  /* top: 49px; */
  /* left: 8px; */
  width: 23%;
  height: 28px;
  cursor: pointer;
}
.bulk-setup ul.bulk-tabbing li.current {
  background: #098bb9 0% 0% no-repeat padding-box;
}
ul.bulk-tabbing li.current {
  background: transparent linear-gradient(90deg, #224893 0%, #078bb9 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
  opacity: 1;
  color: #fff;
}
.bulk-setup .ips-heading-inner {
  height: 28px;
  background: transparent linear-gradient(90deg, #f2f2f2 0%, #e8e8e8 100%) 0% 0%
    no-repeat;
  margin-top: 2px;
  width: 100%;
  cursor: pointer;
}
.bulk-setup .ips-heading-inner p {
  width: 100%;
  color: #4d5f80;
  font-size: 15px;
  font-weight: 400;
  padding: 3px 14px !important;
}
.bulk-flex {
  padding: 2px 10px;
}
#bulk-setup .dropdown {
  box-sizing: border-box;
  margin: 0px 23px 0px 0px;
  width: 55%;
}
.bulk-date-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 63%;
}
#bulk-setup
  .bulk-date-flex
  input[type="date"]::-webkit-calendar-picker-indicator {
  width: 10px;
  margin-left: 0px;
  /*padding-left:0px;*/
}
.bulk-date-flex > .form-group {
  padding: 0px 5px;
  margin: 0px;
  width: 50%;
}
#bulk-setup .bulk-date-flex input {
  width: 102px !important;
}
#bulk-setup .bulk-btn {
  justify-content: flex-end !important;
}
.bulk-tab-contents {
  padding-top: 13px;
  display: none;
  background: #fff;
  /*border: 2px solid #ddd;*/
  /*padding: 15px;*/
}
.bulk-tab-contents.current {
  display: inherit !important;
}
/*#bulk-setup th {
        padding: 9px 13px !important;
    }*/
/*.bulk-check{
        margin-left: 11px;
    }*/
.bulk-flex textarea {
  width: 208px !important;
}
.bulk-councellor label {
  font-size: 12px;
}
.bulk-councellor {
  margin: 17px 16px 0px;
}
.open .dropdown-label {
  padding: 11px 11px !important;
}
#bulk-setup .dataTables_length select {
  padding: 3.6px 0px !important;
}
#bulk-setup .dataTables_filter {
  padding-right: 0px !important;
}
#bulk-setup .checkbox-inline {
  display: flex;
}
#bulk-setup .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  display: block;
  /*top:5px !important;*/
  top: -3px !important;
}
.ms-options-wrap,
.ms-options-wrap * {
  position: relative;
}
#bulk-transfer-form .ms-options-wrap > .ms-options > .ms-search input {
  width: 192px !important;
}
#bulk-setup .ms-options-wrap > .ms-options {
  left: 0px !important;
  width: 208px !important;
}
#bulk-setup .ips-flex {
  padding: 17px 15px;
  justify-content: flex-start;
}
.setup-box-body {
  padding: 0px 0px;
}
/*Bulk Setup End*/
#acess-btn input {
  background: #00a3d3 !important;
}
/*Animation Div*/
/*.sales-body {
      position: relative;
      -webkit-animation-name: animatebottom;
      -webkit-animation-duration: 2s;
      animation-name: animatebottom;
      animation-duration: 2s
    }
    @-webkit-keyframes animatebottom {
      from { bottom:-50px; opacity:0 }
      to { bottom:0px; opacity:1 }
    }
    @keyframes animatebottom {
      from{ bottom:-50px; opacity:0 }
      to{ bottom:0; opacity:1 }
    }*/

/*Tooltip*/
.tooltip {
  pointer-events: auto;
  margin-left: 0px;
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
        right: 0px;
        visibility: hidden;
        width: max-content;
        background-color: white;
        color: #252525;
        /* text-align: center; */
        border-radius: 6px;
        padding: 5px 8px;
        position: absolute;
        z-index: 1;
        font-size: 11px;
        bottom: 25px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*Dispatch Dashboard Start*/
.dispatch-box-head,
.display-box-head {
  margin-top: -7px;
  height: 28px;
  cursor: pointer;
  padding-left: 16px;
  line-height: 2;
  padding: 0px 12px;
  background: #f2f2f2;
}
.dispatch-box-head h3,
.display-box-head h3 {
  font-size: 14px;
  font-weight: 400;
}
.dispatch-box-head i {
  margin: 7px;
  float: right;
  bottom: 51px;
}
.dispatch-box-body {
  padding: 9px 0px;
}
#dispatch-nav ul {
  margin: 12px 0px;
  padding-inline-start: 6px;
}
#dispatch-nav ul li {
  background: #f2f2f2;
  border-radius: 3px;
  line-height: 1.2;
  text-align: center;
  padding: 0px 0px;
  border: 1px solid #ddd;
  display: inline-table;
  width: 43%;
  margin: 5px 5px;
}
#dispatch-nav ul li h5 {
  padding-top: 10px;
  font-weight: 400;
  margin: 0px;
  font-size: 25px;
}
#dispatch-nav p {
  margin-top: 4px;
  font-size: 12px;
  padding: 0px 0px;
  text-align: center;
}
.dispatch-box-body .partial {
  color: #6cbf71;
}
.dispatch-box-body .today {
  color: #f9af72;
}
.dispatch-btn {
  justify-content: flex-end !important;
}
#dispatch-body p {
  width: auto !important;
}
.dispatch-body-icon i {
  top: 9px;
  position: absolute;
  right: 24px;
}
.display-icons,
.dispatchh .user-icons {
  cursor: pointer;
}
#dispatch-body label {
  font-size: 10px;
}
.form-borderss input {
  width: 4% !important;
  margin-right: 12px;
}
.display-button {
  color: #fff;
  background: #0a84b5;
  text-decoration: none;
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 3px;
}
.ips-flex > .form-borders {
  border-right: 1px solid #ddd;
}
.ips-flex > .form-borderss {
}
.dispatche-box-body {
  padding: 0px 19px;
}
.dispatche-box-body h5 {
  margin: 2px 0px;
  font-size: 13px;
  color: #122e52;
  font-weight: 500;
}
.dispatche-box-body p {
  font-size: 11px;
}
.id-text {
  margin-right: 15px;
}
.dispatche-box-body tbody td,
.dispatche-box-body tbody th {
  font-size: 11px;
  width: 1%;
  color: #3e464c;
  padding: 3px 0px !important;
}
.dispatch-log-body {
  padding: 5px 0px;
}
.dispatch-log-body ul.post-tabbing li {
  width: 12%;
}
.dispatch-log-body .post-tab-contents {
  border: none;
}
.dispatch-log-body .step-inner strong {
  width: 42%;
}
.dispatch-log-body .step-inner p {
  font-size: 10px;
}
.dispatch-box-body {
  padding: 9px 9px;
}
.display-icons i {
  float: right;
}
.pending-tab {
  padding: 0px 14px;
}
#dispatch-body .fa-times {
  color: red;
  margin: 0px 8px 0px 4px;
}
.modal .fa-times {
  color: red;
  margin: 0px 5px 0px 4px !important;
}
#dispatch-body .fa-check {
  color: green;
  margin: 0px 6px;
}
.display-text h3 {
  font-size: 15px;
  margin: 0px;
}
.display-box-body ul {
  padding-inline-start: 0px;
}
.display-box-body ul li {
  list-style: initial;
}
.dispatch-log-btn {
  margin-left: 14px;
  padding: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
}
.dispatch-log-btn > .form-group {
  padding: 5px 0px;
  width: 11%;
}
#dispatch-body textarea {
  width: 60.4% !important;
}
#dispatch-btn {
  right: 39px;
  position: absolute;
  bottom: 1px;
}
#dispatch-body .dropdown {
  margin: 0px 24px 0px 0px;
  width: 53%;
}
#dispatch-body .dropdown .dropdown-list {
  width: 107%;
  margin-bottom: 4px;
}
/*Dispatch Dashboard End*/
/*Inventory Start*/
#multi-ul ul li {
  background: transparent !important;
  text-align: left !important;
  border: none !important;
  width: 100% !important;
  margin: 0px 0px !important;
}
#multi-ul ul {
  margin: 12px 0px;
  padding-inline-start: 0px !important;
}
#multi-ul .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  display: block !important;
}
#multi-ul .ms-options-wrap > .ms-options {
  padding: 0px 5px;
  left: 12px !important;
  width: 85% !important;
}
#multi-ul .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  top: 4px !important;
}
.inventory-body .dropdown {
  width: 86% !important;
}
.inventory-body .setup-body {
  border: none !important;
  margin: 6px 0px;
  min-height: auto;
  padding: 6px 12px;
}
.inventory-list ul li {
}
#inventory-nav ul li {
  background: transparent;
  border-radius: 0px;
  line-height: 1.2;
  text-align: left;
  padding: 8px 13px 4px;
  border-top: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: auto;
  margin: 3px 0px;
}
#inventory-nav a {
  color: #4e5f80;
}
#inventory-nav ul li:last-child {
  border-bottom: 1px solid #ddd;
}
#inventory-nav li i {
  margin-right: 1px;
}
#inventory-nav ul {
  padding-inline-start: 0px;
}
#stock-taking .dataTables_wrapper .dataTables_filter {
  padding-right: 0px;
}
#inventory-page tbody td,
#inventory-page thead th {
  width: 134px;
  font-size: 11px;
  color: #3e464c;
  padding: 3px 0px 3px 0px !important;
}
#inventory-page tbody td input {
  width: 100%;
}
#inventory-page .ips-flex > .form-borders {
  border: none;
}
#inventory-page .ips-box-body textarea {
  font-size: 11px;
  color: #000;
  width: 208px !important;
  border: 1px solid #909294;
  border-radius: 3px;
  padding: 2px 8px;
}
.inventory-btn {
  position: absolute;
  right: 35px;
  bottom: 6px;
}

#inventory-page .ips-box-body label {
  width: 99%;
}

.stock-flex {
  padding: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
}
.stock-flex > .form-group {
  width: 50%;
}
#stock-input .ips-box-body input,
#stock-input .ips-box-body select {
  width: 130px !important;
}
#stock-input .ips-box-body textarea {
  width: 266px !important;
}
#stock-takings input {
  font-size: 11px;
}
.inventory-body {
  padding: 9px 0px !important;
}
/*Inventory End*/

/*Pre Post Upload */
.file-uploads {
  width: 101%;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
  /*width: 102px;sal
    position: relative;
    margin-bottom: 11px;*/
}
.file-uploads label {
  width: 39.5%;
  padding-left: 3px;
}

.dataTables_wrapper .dataTables_scroll {
  margin-top: 47px;
}

/*Course Kit Item*/

#course-kit .bank-payment ul li {
  width: 17%;
}
#course-kit .bank-payment {
  width: 100%;
  margin-top: -20px;
}
.form-check-inline {
  display: inline-flex;
}
.form-check-inline label {
  padding-left: 2px;
}
.kit-box {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0px;
  box-shadow: 3px 2px 2px #e3dede;
  border: 1px solid #ddd;
}
#course-kit thead th,
#course-kit tbody td {
  padding: 0px 6px 9px !important;
}
#course-kit h5 {
  color: #195d9f;
  font-size: 16px;
  padding-left: 7px;
  margin-bottom: 0px;
}
.course-add {
  float: right;
}
.course-add a {
  font-size: 11px;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px 5px !important;
  color: #fff !important;
  border: none;
  background: #edbc50 !important;
}
#manage-kit .form-check {
  margin: 9px 0px;
}
.error p {
  margin: 1px 1px 0px;
  font-size: 11px;
}
/*Assign Bank Table*/
#bank-table {
  padding: 0px 6px;
}
#bank-table thead th,
#bank-table tbody td,
#bank-table tbody th,
#bank-table tfoot th {
  padding: 6px 11px !important;
  border: 1px solid #ddd !important;
}
#dispatch-body .dataTables_wrapper .dataTables_scroll {
  margin-top: 5px;
}
/*Modal Label*/
.modal .ips-flex > .form-group {
  width: 70% !important;
}
.dispatch-wrapper {
  height: 319px;
}
#dispatchess_wrapper .dataTables_length,
#groupstable_wrapper .dataTables_length {
  display: none;
}
/*#dispatchess ul {
    padding-inline-start :200px;
}
#dispatchess ul li {
    border-bottom:none;
    list-style:none;
}
table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
    color: #565151 !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    font-size: 25px;
    font-weight: bold;
    left: 14% !important;
    position: unser !important;
}
table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    background-color: transparent !important;
}
#dispatchess_wrapper .checkbox-inline input[type=checkbox] {
    margin-right: 30px;
}
#dispatchess_wrapper table.dataTable thead th label {
    font-weight: bold !important;
    font-size: 12px !important;
}
#dispatchess_wrapper table.dataTable tbody tr label {
    font-size: 12px !important;
    display: block;
        font-weight: 400 !important;
}*/
#dispatch-item .dispatch-iconns {
  font-size: 14px;
  position: absolute;
  right: 53px;
}
.dispatch-text ul li {
  display: inline-block;
}
.dispatch-items label {
  display: block;
  margin-left: 27px;
}
#dispatch-item label {
  font-size: 12px !important;
}
.dispatch-space,
.dispatch-text {
  margin-left: 27px;
}
.dispatch-items {
  padding-left: 24px;
}
#dispatch-item {
  margin-top: 12px;
  margin-bottom: 32px;
}
.dispatch-iconns {
  cursor: pointer;
}
/*Lead Transfer Manage Group*/
.manage-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
}
.manage-group > .form-group {
  width: 30%;
}
.manage-group > .manage-form-group {
  padding: 0px 25px;
  width: 64%;
}
.manage-group .dataTables_wrapper .dataTables_info {
  padding: 9px 9px 8px !important;
}
#grouptable i {
  font-size: 13px;
}
.manage-form-group h4 {
  color: #30429c;
  font-size: 15px;
  margin: 0px 0px;
}
.manage-form-group h5 {
  color: #30429c;
  font-size: 15px;
  margin: 17px 0px 0px;
}
.manage-form-group p {
  color: #30429c;
  font-size: 13px;
  margin: 2px 0px;
}
#tevdatatable tbody td {
  padding: 1px 10px !important;
}
.manage-group {
  padding: 7px 3px !important;
}
#tevdatatable i {
  margin-left: 18px;
}
#tevdatatable .fa-check {
  color: green;
}
#tevdatatable_wrapper .dataTables_length {
  width: 17% !important;
}
#tevdatatable_wrapper .dataTables_filter {
  padding-right: 131px;
  width: 83%;
}
#groupstable a {
  cursor: pointer;
  text-decoration: none !important;
}
.manage-form-group .admin-btn {
  top: 51px !important;
  right: 35px !important;
}
#manage .groupactive,
#manage .groupactive .sorting_1 {
  background-color: #faebca !important;
}
.group-management-body.group-space .ips-box-body textarea {
  width: 208px !important;
}
.manage-rule {
  /*padding: 1px 16px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: stretch;
}
.manage-rule > .form-group {
  width: 19%;
}
.rule-btn {
  padding: 1px;
  display: flex;
  flex-wrap: inherit;
  justify-content: flex-end;
  align-items: stretch;
}
.group-management-body.group-space .select2-container {
  width: 208px !important;
}
.group-management-body.group-space #dynamicdropdowns label {
  margin-bottom: 4px;
  width: 298px !important;
}
.rule-btn > .form-group {
  width: 9%;
}
.rule-btn .form-group {
  margin: -1px 0px;
  padding: 0px 4px;
}
#rulestable i {
  cursor: pointer;
  padding-left: 8px;
}
#manages .admin-btn {
  top: 6px !important;
  right: 7px !important;
}
#allocation-manage label,
#dynamicdropdowns label {
  width: 208px !important;
}
#dynamicdropdowns label {
  margin: 0px 5px;
}
#rulestable_wrapper .dataTables_filter {
  padding-right: 107px !important;
}
#rulestable_wrapper .university {
  color: #dc8433;
}
#rulestable_wrapper .media {
  color: #267a90;
}
#rulestable_wrapper .campaign {
  color: #5d5c2b;
}
.group-btnss {
  margin-left: 13px !important;
  padding: 5px 0px !important;
}
.rule-table {
  margin-top: 40px;
}

.rule-btns {
  bottom: 0px;
  right: 13px;
  position: absolute;
  padding: 1px;
  display: flex;
  flex-wrap: inherit;
  justify-content: unset;
  align-items: normal;
}
.rule-btns > .form-group {
  width: 46%;
}
.rule-btns .form-group {
  margin: 1px 0px !important;
  padding: 0px 4px !important;
}
#rulles input {
  font-size: 12px impo !important;
  width: 140px !important;
}
#unassigned-leads-form .ips-flex {
  padding: 0px 15px !important;
}
#unassigned .post-box {
  padding: 7px 0px !important;
}
#university-text p {
  height: 18px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #c1c5c5;
  padding: 5px 8px;
  color: #000000;
  background-color: #f9f7f7;
}

#dispatch-body hr {
  border: 1px solid #eae8e8;
}

#setup-body .form-group {
  margin: 0px 0;
  padding: 0px 5px;
}
#auto-flex {
  padding: 0px 14px;
  width: 100%;
  display: flex;
  flex-wrap: inherit;
  justify-content: flex-end;
  align-items: center;
}
#auto-flex > .form-group {
  width: 9%;
}
#auto-flex .form-group {
  margin: 1px 0px !important;
  padding: 0px 4px !important;
}
#auto-flex input {
  width: 95px !important;
  border: none !important;
}
.university-details .ms-options-wrap > .ms-options {
  left: 10px !important;
  width: 93% !important;
}
#course-kit .tooltip .tooltiptext:before,
#dispatch-body .tooltip .tooltiptext:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 54%;
  margin-left: -10px;
  border-width: 4px;
  border-style: solid;
  border-color: #060606 transparent transparent transparent;
}
#course-kit .tooltip .tooltiptext,
#dispatch-body .tooltip .tooltiptext {
  padding: 1px 3px !important;
  color: #fff !important;
  box-shadow: 3px 2px 2px #ddd;
  background: #060606;
  border: 1px solid #ddd !important;
  width: 97px !important;
  right: -38px !important;
  bottom: 32px !important;
  font-size: 10px !important;
}
.order-error {
  margin-top: -3px;
  padding-left: 131px;
}
/*UI Tags*/
.tag-text {
}
.tag-box ul {
  margin: 0px;
  padding-inline-start: 0px;
}
.tag-box ul li {
  color: grey;
  border-radius: 50px;
  padding: 3px 8px;
  background: #f2f2f2;
  display: inline-block;
  font-size: 11px;
  margin: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.tag-box ul li:hover {
  border: 1px solid rgb(176, 176, 176);
}
.tag-box i {
  margin-left: 3px;
}
.tag-box .tooltip .tooltiptext {
  left: -40px;
  width: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.tag-box .tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 52px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
.id-cards form > .d-flex {
  align-items: baseline !important;
}
.proofs {
  border: 1px solid #ddd;
  padding: 5px 11px;
  background-color: #fbf7f7;
}
#multi-ul .ms-options-wrap > button {
  width: 100% !important;
}

@media (max-width: 991px) {
  .group-header .group-header-left {
    width: 82%;
  }
  .ms-options-wrap > button {
    width: 142px !important;
    padding: 8px 8px !important;
  }
  .bulk-btn input {
    width: 27% !important;
  }
  .setup-flex > .form-group {
    width: 48%;
  }
  #setup select {
    width: 47px !important;
  }
  #auto-flex > .form-group {
    width: 18% !important;
  }
  .dataTables_wrapper .dataTables_length {
    width: auto;
    border-bottom: 0px;
  }
  .dataTables_wrapper .dataTables_filter {
    border-bottom: 0px;
    padding-right: 0px;
    width: auto;
  }
  .admin-btn {
    top: 0px;
  }
  .dataTables_wrapper {
    margin-top: 25px;
  }
  .bank-payment ul li {
    padding: 0px;
    width: 32% !important;
  }
  .tag-box {
    width: 100% !important;
  }
  #auto-flex {
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .group-header-text ul li {
    padding: 3px 0px 0px 0px;
    font-size: 13px;
  }
  .access-table h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1d569b;
    font-size: 11px;
    font-weight: 500;
  }
  #inventory-page .ips-box-body label {
    width: 44% !important;
  }
  #inventory-page tbody td,
  #inventory-page thead th {
    width: 134px;
  }
  #stock-input .ips-box-body input,
  #stock-input .ips-box-body select {
    width: 74px !important;
  }
  .setup-flex > .form-group {
    width: 48%;
  }
  #setup select {
    width: 69px;
  }
  #auto-flex {
    width: 100%;
  }
  #auto-flex > .form-group {
    width: 12%;
  }
}
/*Subject*/
.d-flex.subject-select {
  margin-bottom: 27px;
  justify-content: flex-start;
}
input.save.shifted.bulk-tf.filter-submit.add {
  margin-top: 5%;
  width: 25%;
  float: right;
}
div#subject-table_filter {
  padding-right: 0px;
}
.d-flex.subject-select > .form-group {
  width: 49%;
}
.fa-trash {
  color: red !important;
}
.admin-box h4 {
  margin-bottom: 0px;
  padding: 0px;
}
div#subject_wrapper .dataTables_scroll {
  margin-top: 12px;
}
#course .ms-options-wrap > button {
  padding: 7px 8px !important;
  border: 1px solid #c1c5c5 !important;
  width: 100% !important;
}
#presales .select2-container {
  /* padding: 12px 0px; */
  width: 208px !important;
}
:focus-visible {
  outline: none;
}
.side-nav::-webkit-scrollbar,
.te-containers::-webkit-scrollbar {
  width: 2px;
}
.ips-side::-webkit-scrollbar {
  width: 2px;
}
/* Campaign Multiselect */
.campaign-multiselect {
  z-index: 99999;
  top: 94px;
  left: 15px;
  position: absolute;
}
.campaign-multiselect1 {
  z-index: 99999;
  top: 94px;
  left: 193px;
  position: absolute;
}
.campaign-multiselect3 {
  z-index: 99999;
  top: 94px;
  left: 365px;
  position: absolute;
}
.campaign-multiselect4 {
  z-index: 99999;
  top: 94px;
  left: 533px;
  position: absolute;
}
.campaign-multiselect5 {
  z-index: 99999;
  top: 94px;
  right: 274px;
  position: absolute;
}
.campaign-multiselect6 {
  z-index: 99999;
  top: 94px;
  right: 128px;
  position: absolute;
}
.campaign-multiselect7 {
  z-index: 99999;
  top: 94px;
  right: 6px;
  position: absolute;
}
.datatable-multiselect .ms-options-wrap {
  position: relative;
}
.datatable-multiselect
  .ms-options-wrap
  > .ms-options
  > ul
  input[type="checkbox"] {
  display: block;
  top: 6px;
}
.datatable-multiselect .ms-options-wrap > button {
  width: 100px !important;
}
.datatable-multiselect .ms-options-wrap > .ms-options {
  /* left: 12px !important; */
  width: 100px !important;
}
.datatable-multiselect .ms-options-wrap > button:focus,
.campaign-multiselect .ms-active > button:focus {
  width: 100px !important;
}
.campaign table.dataTable.no-footer {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}
.campaign .dataTables_wrapper .dataTables_length {
  border-bottom: none;
}
.campaign .datatable-form {
  opacity: 0;
}
.datatable-multiselect .ms-options-wrap > button > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
}
.datatable-multiselect .ms-options {
  /* max-height: 72px !important;*/
}
.datatable-multiselect .ms-search {
  margin: 2px 7px 0px;
}
.campaign .responsive-table {
  overflow-y: hidden;
}
/*.campaign thead th, .campaign tbody th, .campaign tfoot th {
    padding: 0px 44px 9px!important;
}*/
/*Datatable Search*/
.search-btn {
  z-index: 99999;
  top: 5px;
  right: 145px;
  position: absolute;
}
.datatable-search {
  border-radius: 3px;
  padding: 6px 6px;
  border: none;
  background-color: #efecec;
  box-sizing: border-box;
}
.table-loader {
  visibility: hidden;
  position: relative;
}
.table-loader:before {
  position: absolute;
  left: 50%;
  visibility: visible;
  display: table-caption;
  content: " ";
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #1076ad;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
