@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

* {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body,
html {
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

body {
  background: #f4f4f4;
  color: #3e3e3e;
  overflow-x: hidden;
}

.min-height-section {
  min-height: 490px;
}

.page-loader {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.page-loader .spinner {
  bottom: 0;
  height: 70px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  z-index: 9999
}

.page-loader .spinner>div {
  width: 18px;
  height: 18px;
  background-color: #341f97;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.page-loader .spinner .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.page-loader .spinner .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

.spinner input {
  text-align: right
}

.spinner~.pie {
  pointer-events: none
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

.container-fluid {
  position: relative;
}

/* Body content CSS Start here */
/* 
.content-wrap{
  width:83%  !important;
  float: right!important; 
  padding-top: 105px !important;
  padding-right: 30px !important;
  transition: all linear 0.2s !important;
  padding-bottom: 50px !important;
} */
.slide-left-nav .content-wrap {
  width: 93.5%;
}

h1.main-heading {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 35px 0;
  margin: 0;
}

.copy-right-user {
  color: #838383;
  font-size: 12px;
  padding-bottom: 20px;
  position: absolute;
  bottom: -8px;
  left: 16%;
  padding-left: 15px;
}

.dl-blok,
.btn-wraper {
  float: left;
  width: 100%;
}

a:focus {
  outline: none !important;
}

h2.heading-enroll.padd-remove {
  padding: 0;
}

h2.heading-enroll {
  font-size: 20px;
  font-weight: 500;
  color: #4b4f54;
  padding: 0 0 10px 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

h5.comm-heading {
  font-size: 14px;
  color: #4f4f4f;
  padding: 0;
  margin: 0;
}

/* Custom Checkbox Css Start*/
label.check-box-main,
.check-bx-prof.dl-blok label.check-box-main {
  font-weight: 400;
  font-size: 14px;
  color: #4f4f4f;
  padding-left: 30px;
  margin: 0;
}

.check-box-main {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-box-main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check-box-main:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box-main input:checked~.checkmark {
  background-color: #00aeef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box-main input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box-main .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Custom Upload File Css Start*/
.upload-file-prof label {
  padding-left: 35px;
  color: #6c6c6c;
}

.new-button {
  display: inline-block;
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 2px;
  background-color: #f6f6f6;
  font-size: 12px;
  color: #6c6c6c;
  border: 1px solid #d4d4d4;
}

input[type="file"] {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 0;
  font-size: 15px;
  color: rgb(153, 153, 153);
}

.button-wrap {
  position: relative;
  display: inline-block;
}

/* .button-wrap :before{ position:absolute; left:10px; top:10px; width:20px; height:20px; background:url("../images/file-attach.svg"); content:""; background-repeat:no-repeat; opacity:0.7; background-size:20px 20px; opacity: 0.4;} */

/* Apply Button Css Start*/
.apply-btn {
  border-radius: 2px;
  background-color: rgb(86, 212, 143);
  padding: 9px 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  transition: all linear 0.2s;
  margin-top: 15px;
}

.apply-btn:hover {
  background: #28ac64;
}

button:focus {
  outline: none;
}

select {
  background-color: transparent;
  border-width: 1px 1px 1px 1px;
  border: 1px solid #ebebeb;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 14px;
  color: #525252;
  font-weight: 400;
  border-radius: 2px;
}

select.classic {
  background-image: url('../images/arrow-down.svg');
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: 92% 50% !important;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 7px 6px 12px;
  color: #525252;
  font-weight: 400;
  width: 55%;
  margin-left: 5%;
  float: left;
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

select.classic.wdth35 {
  width: 35%;
}

select:focus {
  outline: none;
}

.row.padd-bot-25 {
  padding-bottom: 25px;
}

.row.padd-bot-25:last-child {
  padding-bottom: 0;
}

.left-content {
  height: 640px;
}

.padd0 {
  padding: 0;
}

select.classic.fl-right {
  float: right;
  width: 115px;
}

.left-content .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.left-content .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #565676;
  width: 8px;
  border-radius: 8px;
}

.slide-arrow {
  position: absolute;
  width: 50px;
  right: 0;
  top: -6px;
}

.carousel-control {
  width: 20px;
  height: 20px;
  opacity: 1;
}

.carousel-control.right,
.carousel-control.left {
  background: transparent;
  z-index: 2;
}

.carousel-control.right img,
.carousel-control.left img {
  width: 15px;
}

.carousel-control.right img {
  transform: rotate(180deg);
}

.box-wrapper .nav-tabs>li {
  width: 33.3%;
  padding: 0px 15px;
}

.box-wrapper .nav>li>a {
  padding: 0;
}

.box-wrapper .nav-tabs {
  border: 0;
}

.box-wrapper .nav-tabs>li>a {
  margin-right: 0;
  line-height: normal;
  border: 0px solid transparent;
  border-radius: 0;
}

.box-wrapper .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: transparent;
  border: 0;
}

.dvc-wdt .alert {
  display: none;
}

/* Header CSS Start here */
/* header {
  position:fixed;
  width:100%;
  z-index:9;
  top:0
  } */

.header-main-wrap {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px 4px 0 0;
  color: #525252;
  font-size: 14px;
  -o-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  -webkit-box-shadow: 0 5px 6px -6px #ddd;
  -moz-box-shadow: 0 5px 6px -6px #ddd;
  box-shadow: 0 5px 6px -6px #ddd
}

.header-main-wrap .left-wrap {
  float: left;
  display: flex;
  align-items: center
}

.header-main-wrap .left-wrap .navigation-menu {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer
}

.header-main-wrap .left-wrap .navigation-menu img {
  width: 20px;
  opacity: .4;
  display: flex;
  align-items: center
}

.header-main-wrap .right-wrap {
  float: right;
  margin-right: 15px;
  display: flex;
  align-items: center
}

.header-main-wrap .right-wrap .notifcation {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-top: 10px
}

.header-main-wrap .right-wrap .notifcation img {
  width: 20px;
  opacity: .4
}

.header-main-wrap .right-wrap .notifcation .notif-numbr {
  position: absolute;
  top: -8px;
  right: -15px;
  background-color: #e77927;
  border-radius: 15px;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  z-index: 2
}

.header-main-wrap .right-wrap .profile-view-section {
  text-align: right;
  display: flex;
  align-items: center;
  position: relative;

}

.header-main-wrap .right-wrap .profile-view-section div {
  float: left
}

.header-main-wrap .right-wrap .profile-view-section p {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
  line-height: normal;
  margin: 0
}

.header-main-wrap .right-wrap .profile-view-section p:first-child {
  color: #1d3f86;
  font-size: 12px;
  padding-bottom: 2px
}

.user-img-sec {
  margin-left: 10px
}

.user-img-sec img {
  width: 45px;
  height: 45px;
  border-radius: 50%
}

.header-main-wrap .right-wrap .profile-view-section .user-dr-sectn-wrap {
  position: absolute;
  left: -55px;
  top: 21px;
  display: none;
  padding-top: 40px;
}

.header-main-wrap .right-wrap .profile-view-section .user-drop-sect {
  color: #6a6a6a;
  font-size: 14px;
  background: #fdfdfd;
  width: 175px;
  padding: 10px 10px;
  text-align: left;
  border: 1px solid #ccc;
  border-width: 0px 1px 1px 1px;
  z-index: 9;
}

.header-main-wrap .right-wrap .profile-view-section:hover .user-dr-sectn-wrap {
  display: block;
}

.drop-arrow {
  position: absolute;
  top: -18px;
  width: 25px;
  transform: rotate(180deg);
  right: 20px;
}

.header-main-wrap .right-wrap .profile-view-section .backdrop-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1;
}

.header-main-wrap .right-wrap .profile-view-section:hover .backdrop-layer {
  display: block;
}

.header-main-wrap .right-wrap .profile-view-section .user-drop-sect a {
  display: block;
  color: #6a6a6a;
  font-size: 14px;
  padding: 10px 0px;
  border-bottom: 1px solid #ededed;
}

.header-main-wrap .right-wrap .profile-view-section .user-drop-sect a:last-child {
  border: 0;
}

.header-main-wrap .right-wrap .profile-view-section .user-drop-sect a img {
  width: 17px;
  margin-right: 10px;
}

.header-main-wrap .right-wrap .profile-view-section .user-drop-sect a:hover {
  text-decoration: none;
  color: #e77927;
}

.header-main-wrap .right-wrap .profile-view-section .user-drop-sect a:hover img {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.header-main-wrap .right-wrap .profile-view-section:hover .user-dr-sectn-wrap {
  display: block;
}

/* Header CSS end here */



/* left navigation CSS start here */
.left-navigation-wrap {
  background: #212232;
  position: fixed;
  top: 76px;
  bottom: 0;
  left: 0px;
  height: 100%;
  padding: 25px 0px;
  color: #fff;
  width: 15%;
  z-index: 9;
  transition: all linear 0.2s;
  /* box-shadow: 10px 0 5px -2px #888; */
}

.left-navigation-wrap .mCSB_outside+.mCSB_scrollTools {
  right: 0;
}

.slide-left-nav .left-navigation-wrap {
  width: 5%;
}

.left-navigation-wrap ul {
  padding: 0;
  margin: 0;
}

.left-navigation-wrap ul li {
  list-style: none;
}

.left-navigation-wrap ul li:last-child.padd50 {
  padding: 0 0 70px 0;
}

.left-navigation-wrap ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 13px 0px 13px 20px;
}

.left-navigation-wrap ul li a.selected-nav,
.left-navigation-wrap ul li a:hover {
  background: #373852;
}

.left-navigation-wrap ul li a span.icon {
  width: 24px;
  padding: 0;
}

.left-navigation-wrap ul li a img,
.left-navigation-wrap ul li a span.icon::after {
  display: none;
}

/* left navigation image CSS start here */
.left-navigation-wrap ul li a span.icon.dashboard {
  background: url(../images/left-navigation/dashboard.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.classroom {
  background: url(../images/left-navigation/online-learning.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.administrator {
  background: url(../images/left-navigation/admin-with-cogwheels.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.message {
  background: url(../images/left-navigation/envelope.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.user-manage {
  background: url(../images/left-navigation/user-management.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.report {
  background: url(../images/left-navigation/statistics.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.profile {
  background: url(../images/left-navigation/user-avatar.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.idrive {
  background: url(../images/left-navigation/cloud-storage.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.business-dashboard {
  background: url(../images/left-navigation/website.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.setiing {
  background: url(../images/left-navigation/black-settings-button.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span.icon.support {
  background: url(../images/left-navigation/help.svg);
  max-width: 100%;
  height: 24px;
}

.left-navigation-wrap ul li a span {
  font-weight: 400;
  color: #cbcbcb;
  padding-left: 20px;
  position: relative;
  opacity: 1;
  transition: all linear 0.2s;
}

.slide-left-nav .left-navigation-wrap ul li a span {
  opacity: 0;
  padding: 0;
  line-height: 0;
}

.left-navigation-wrap ul li.submenu-in a span:after {
  position: absolute;
  right: -25px;
  top: 4px;
  background: url(../images/arrow-down.svg);
  width: 11px;
  height: 11px;
  content: '';
  transform: rotate(-90deg);
}

.left-navigation-wrap ul li.submenu-in.open-submenu a span:after {
  transform: rotate(0deg);
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 10px 0px;
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul {
  padding: 0;
  margin: 0;
  float: right;
  width: 79%;
}

.slide-left-nav .left-navigation-wrap ul li.submenu-in .submenu-wrap ul {
  display: none;
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul li {
  color: #a1a1a1;
  font-size: 13px;
  list-style: none;
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul li:last-child.padd50 {
  padding: 0;
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul li a {
  color: #a1a1a1;
  display: block;
  line-height: 39px;
  padding: 0;
  position: relative;
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul li a::before {
  width: 7px;
  height: 7px;
  background: #a7a7a7;
  position: absolute;
  left: -19px;
  top: 16px;
  content: '';
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul li a:hover {
  background: transparent
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul li a:hover::before {
  background: #8687a4;
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap ul li a:hover {
  color: #8687a4;
}

.left-navigation-wrap ul li.submenu-in .submenu-wrap {
  opacity: 0;
  height: 1px;
  transition: all linear 0.2s;
  margin: 0;
  z-index: -1;
  overflow: hidden;
}

.left-navigation-wrap ul li.submenu-in.open-submenu .submenu-wrap {
  opacity: 1;
  height: auto;
  margin: 0px;
  z-index: 9;
}

.slide-left-nav .left-navigation-wrap ul li.submenu-in.open-submenu .submenu-wrap {
  margin: 0;
}

.header-main-wrap .left-wrap .navigation-menu img.after-click {
  display: none;
}

.slide-left-nav .header-main-wrap .left-wrap .navigation-menu img.default {
  display: none;
}

.slide-left-nav .header-main-wrap .left-wrap .navigation-menu img.after-click {
  display: block;
}

/* Left navigation CSS End here */

/* Copyright CSS Start here */
.copy-right-user {
  float: left;
  width: 82%;
  margin-top: 30px;
  color: #838383;
  font-size: 12px;
  padding-bottom: 20px
}

/* Copyright CSS End here */

/* .content-wrap {
width:83% !important;
float:right !important;
padding-top:105px !important;
padding-right:30px !important;
transition:all linear .2s!important;
} */
.slide-left-nav .content-wrap {
  width: 93%;
}

.box-dashboard {
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  padding: 20px;
  color: #7d7d7d;
  font-size: 15px;
  float: left;
  width: 100%;
  min-height: 145px
}

.page-heading {
  float: left;
  width: 100%;
  padding: 0 0 35px
}

.main-heading {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: normal
}

.sub-heading {
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 30px
}

.inner-heading {
  color: #212232;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
  float: left;
  line-height: normal
}

/* Pagination CSS Start here */
.pagination-wrap {
  /*float:left;
width:100%;
padding-top:30px;*/
  display: flex;
  align-items: center
}

.record-page {
  color: #525252;
  font-size: 13px;
  font-weight: 400
}

.pagination-wrap .pagination {
  margin: 0
}

.pagination-wrap .pagination>li>a,
.pagination>li>span {
  color: #525252;
  padding: 9px 14px
}

/* Pagination CSS end here */

/* Search CSS Start here */
.search-wrapper {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px
}

.search-wrapper input {
  width: 90%;
  border: 0;
  color: #9e9e9e;
  font-size: 12px;
  height: 30px
}

.search-wrapper img {
  width: 17px;
  opacity: .3
}

/* Search CSS end here */
.required {
  color: red;
}

.locked {
  pointer-events: none;
  background: #eee !important;
  opacity: 0.7;
}

.error {
  font-size: 12px !important;
  color: red !important;
}

.custom-control.custom-radio #st_gender-error,
.custom-control.custom-radio #ed_gender-error {
  position: absolute;
  bottom: -21px;
  left: 0;
}

/*-- CSS for loader --*/
/* .loader {border: 10px solid #f3f3f3; border-radius: 50%; border-top: 10px solid #3498db; border-bottom: 10px solid #3498db; width: 80px; height: 80px; -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;}
  @-webkit-keyframes spin {0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); }}
  @keyframes spin {0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }} */

.md-preloader {
  font-size: 0;
  display: inline-block;
  -webkit-animation: outer 6600ms linear infinite;
  animation: outer 6600ms linear infinite;
}

.md-preloader svg {
  -webkit-animation: inner 1320ms linear infinite;
  animation: inner 1320ms linear infinite
}

.md-preloader svg circle {
  fill: none;
  stroke: #341f97;
  stroke-linecap: round;
  -webkit-animation: arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite;
  animation: arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite
}

.form-wrapper-main form label#st-grade-error.error {
  position: absolute;
  bottom: -16px;
  left: 15px;
}

@-webkit-keyframes outer {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes outer {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes inner {
  0% {
    -webkit-transform: rotate(-100.8deg);
    transform: rotate(-100.8deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes inner {
  0% {
    -webkit-transform: rotate(-100.8deg);
    transform: rotate(-100.8deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-webkit-keyframes arc {
  0% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: 0
  }

  40% {
    stroke-dasharray: 151.55042961px, 210.48670779px;
    stroke-dashoffset: 0
  }

  100% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: -151.55042961px
  }
}

@keyframes arc {
  0% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: 0
  }

  40% {
    stroke-dasharray: 151.55042961px, 210.48670779px;
    stroke-dashoffset: 0
  }

  100% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: -151.55042961px
  }
}

#fb_success {
  display: none;


}

#fb_success .modal-dialog {
  top: 50px;
}

#fb_success.fade.show {
  display: block;
}

#fb_success.fade.hide {
  display: none;
}

#fb_success .close {
  padding: 0 !important;
  top: 2px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.reset-categories {
  color: #341f97;
  font-size: 14px;
  cursor: pointer;
  float: right;


}

.reset-categories i {
  padding-left: 4px;
  color: #341f97;
}

#subjectListData center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pull-right.left-search {
  width: 52%;
}

#AddSubjectPop .sucess-bg,
#MapGradeSubjectPop .sucess-bg {
  display: none;
}

.page-item.active .page-link {
  background: #341f97;
  border-color: #341f97;
}

.pagination-wrap .page-link:hover {
  color: #341f97;
}

.Alert-title-main {
  color: rgba(0, 0, 0, .65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
}

.Alert-Content-main {
  font-size: 16px;
  position: relative;
  float: none;
  line-height: normal;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, .64);
  max-width: calc(100% - 20px);
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.alert-arrow-right {
  max-width: 75px;
}

.modal-body {
  padding: 2rem 1rem !important;
}

.overlay-blur-layer {
  position: fixed;
  top: 80px;
  left: 0;
  width: 300px;
  height: 320px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
}


.wrap {
  width: 500px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: #2e4261;
  box-shadow: 0 1px 2px 0 #c9ced1;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.file {
  position: relative;
  max-width: 22.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
}

.file__input,
.file__value {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.3);
  padding: 0.9375rem 1.0625rem;
}

.file__input--file {
  position: absolute;
  opacity: 0;
}

.file__input--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  line-height: normal !important;
  background: #341f97;
  width: 10px;
  font-size: 14px !important;
}

.file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 3px;
  background-color: #341f97;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 10px 1.0625rem;
  margin: -0.9375rem -1.0625rem;
  color: white;
  cursor: pointer;
}

.file__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  border-radius: 4px;
  background: #efefef;
  padding: 3px 6px;
  border: 1px solid #ccc;
  font-weight: 400;
}

.file__value:hover:after {
  color: rgba(0, 0, 0, 0.85);
}

.file__value:after {
  content: "X";
  cursor: pointer;
}

.file__value:after:hover {
  color: white;
}

.file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.file__input input[type="file"] {
  width: 80px;
}

.ProfileActiveWrap {
  border: 1px solid #d7d6de;
  padding: 2px 8px;
  border-radius: 6px;
  background: #faf9ff;
}

.outerDivFull {
  margin: 0;
}

.wrapOuter {
  border: 1px solid #dfdcef;
  padding: 6px 0;
  border-width: 0px 0px 1px 0px;
}

.wrapOuter img {
  max-width: 24px;
  cursor: pointer;
}

.wrapOuter:last-child {
  border: 0;
}


/* Switch Toogle CSS start Here */

.switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 94px;
  max-width: 94px;
  height: 27px;
  background: #939ca5;
  display: block;
  border-radius: 100px;
  position: relative;
  line-height: 27px;
  font-size: 14px !important;
}

.switchToggle label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
  background: #389E0D;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
  content: 'Deactive';
  position: absolute;
  top: 0;
  left: 28px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
  content: 'Active';
  position: absolute;
  top: 0;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.switchToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}

.enroll-plus-minus-button {
  max-width: 24px;
}


/* Rating Star Widgets Style */
.star-wrap {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  width: 250px;
  margin: 0 auto;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul>li.star {
  display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
  font-size: 26px;
  padding: 4px 0px;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
  color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.starSelect>i.fa {
  color: #FF912C;
}

.star-message {
  background: #389E0D;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 8px;
  color: #fff;
  border-radius: 6px 0px 0px 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #341f97;
  color: white;
}

@media (max-width:768px) {

  .pagination-wrap .pagination>li>a,
  .pagination>li>span {
    padding: 7px 10px
  }
  .nav-tabs{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}