.content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 0 15px 65px 15px;
    min-height: 80vh;
    margin-top: 0px; 
}

  .form-control-datepicker-medium  {
    display: block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .3rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}



.form-control-datepicker {
    border: 1px solid gainsboro;
    border-radius: 4px;
    color: #435966;
    padding: 7px 12px;
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px;
  }
  
  .form-control-datepicker-small {
    border: 1px solid gainsboro;
    border-radius: 4px;
    color: #435966;
    padding: 7px 12px;
    height: 34px;
    width: 195px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px;
  }

  .form-control-datepicker-250 {
    border: 1px solid gainsboro;
    border-radius: 4px;
    color: #435966;
    padding: 7px 12px;
    height: 34px;
    width: 336px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px;
  }

  .form-control-datepicker-100 {
    border: 1px solid gainsboro;
    border-radius: 4px;
    color: #435966;
    padding: 7px 12px;
    height: 34px;
    width: 315px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px;
  }

  .form-control-datepicker-smaller {
    border: 1px solid gainsboro;
    border-radius: 4px;
    color: #435966;
    padding: 7px 12px;
    height: 34px;
    width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px;
  }

  .form-control-datepicker-payments {
    border: 1px solid gainsboro;
    border-radius: 4px;
    color: #435966;
    padding: 7px 12px;
    height: 34px;
    width: 135px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px;
  }

/* =============
   Progressbars
============= */
.progress {
    -webkit-box-shadow: none !important;
    background-color: #ebeff2;
    box-shadow: none !important;
    height: 10px;
    overflow: hidden;
  }
  
  .progress-bar {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
  }
  
  .progress.progress-sm {
    height: 5px !important;
  }
  
  .progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
  }
  
  .progress.progress-md {
    height: 15px !important;
  }
  
  .progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
  }
  
  .progress.progress-lg {
    height: 20px !important;
  }
  
  .progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
  }
  
  .progress-bar-primary {
    background-color: #4667cc;
  }
  
  .progress-bar-success {
    background-color: #3ec845;
  }
  
  .progress-bar-info {
    background-color: #45b0e2;
  }
  
  .progress-bar-warning {
    background-color: #fbca35;
  }
  
  .progress-bar-danger {
    background-color: #e96154;
  }
  
  .progress-bar-inverse {
    background-color: #60667a;
  }
  
  .progress-bar-purple {
    background-color: #aa81f3;
  }
  
  .progress-bar-pink {
    background-color: #ff8acc;
  }
  
  .progress-bar-custom {
    background-color: #2196f3;
  }
  
  /* Custom progressbars */
  .progress-bar-custom-alt {
    background-color: rgba(33, 150, 243, 0.2);
  }
  
  .progress-bar-primary-alt {
    background-color: rgba(70, 103, 204, 0.2);
  }
  
  .progress-bar-success-alt {
    background-color: rgba(62, 200, 69, 0.2);
  }
  
  .progress-bar-info-alt {
    background-color: rgba(69, 176, 226, 0.2);
  }
  
  .progress-bar-warning-alt {
    background-color: rgba(251, 202, 53, 0.2);
  }
  
  .progress-bar-danger-alt {
    background-color: rgba(233, 97, 84, 0.2);
  }
  
  .progress-bar-purple-alt {
    background-color: rgba(170, 129, 243, 0.2);
  }
  
  .progress-bar-inverse-alt {
    background-color: rgba(96, 102, 122, 0.2);
  }
  
  .progress-bar-pink-alt {
    background-color: rgba(255, 138, 204, 0.2);
  }
  
  .progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s all;
  }
  
  
/*Colors*/
.pink {
    color: #fe6271;
  }
  .blue {
    color: blue;
  }
  
  .bg-pink {
    background-color: #fe6271;
  }
  
  .green {
    color: #3ec845;
  }
  
  .bg-green {
    background-color: #3ec845;
  }
  
  .bg-grey {
    background-color: #BEBEBE;
  }
  
  .red {
    color: #cb2027;
  }

  .purple {
    color: #D43C96;
  }

  .yellow {
    color: #fbca35;
  }

  .customToast.react-snackbar-message {
    background: #323232 !important;
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  

  .form-group {
    margin-bottom: 8px; 
}

/*Badge Colors - https://www.w3schools.com/colors/colors_picker.asp*/
  .badge-orange {
    background-color: #ffd699;
  } 

  .badge-purple {
    background-color: #ddccff;
  }
  
  .badge-red {
    background-color: #ffb3b3;
  }
  
  .badge-yellow {
    background-color: #ffff99;
  }

  .badge-yellow-highlight {
    background-color: #FFEE58;
  }

  .badge-darkyellow {
    background-color:#fbca35;
  }
  
  
  .badge-blue {
    background-color: #b3e0ff;
  }
  
  .badge-lightblue {
    background-color: #45b0e2;
  }

  .badge-green {
    background-color: #b3e6cc;
  }

  .badge-lightgreen {
    background-color: #b3ff99;
  }
  
  .badge-pink {
    background-color: #ff8acc;
  }
  
  .badge-grey {
    background-color: #e6e6e6;
  }

  .badge-brown {
    background-color: #e67300;
    
  }
  
  .badge-inverse {
    background-color: #60667a;
  }

  .badge-class-status-scheduled {
    background-color: #45b0e2;
  }

  .badge-class-status-requires-marking {
    background-color: #f89a20;
  }

  .badge-class-status-marked {
    background-color: #D43C96;
  }

  .badge-class-status-paid {
    background-color: #3ec845;
  }

  .badge-student-course-status-enrolled {
    background-color: #3ec845;
  }
  
  .badge-student-course-status-enquired {
    background-color: #fe6271 ;
  }

  .badge-student-course-status-waiting {
    background-color: #45b0e2;
  }

  .badge-course-status-draft {
    background-color: #fbca35;
  }
  .badge-course-status-active {
    background-color: #3ec845;
  }
  .badge-course-status-completed {
    background-color: #bebebe;
  }
  .badge-course-status-archived {
    background-color: #bebebe;
  }



  .badge-student-attendence-pending {
    background-color: #45b0e2;
  }
  .badge-student-attendence-absent {
    background-color: #fe6271;
  }
  .badge-student-attendence-attended {
    background-color: #3ec845;
  }
  .badge-class-status-not-student {
    background-color: black;
  }

  .class-attendence-table {
    cell: 15px;
  }

  		

 
  .badge {
    font-weight: 600;
    padding: 3px 5px;
    margin-top: 1px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 0px;
  }

  .btn-primary-pink {
    background-color: #fe6271 !important;
    border-color: #fe6271 !important;
    color:white;
  }

  .btn-primary-purple {
    background-color: #D43C96 !important;
    border-color: #D43C96 !important;
    color:white;
  }



  .btn-primary-pink:hover {
    color: white  !important;
    text-decoration: none;
  }
  .btn-white {
    background-color: #ffffff !important;
    border-color: #fe6271 !important;
    color:#fe6271;
  }

  .btn-white:hover {
    color: #fe6271 !important;
    text-decoration: none;
  }
  .bg-primary-pink {
    background-color: #fe6271 !important;
    border-color: #fe6271 !important;
    color:white;
    border-radius: .3rem;
  }

  /*Modals*/
  .modalXXL {
    max-width:1250px !important;
  }

  .page-title-box .page-title-btn, .page-title-box .page-title-nav-pills {
     margin-top: 0px; 
  }

  /* Tabs */

  
.nav.nav-tabs {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
}

.nav.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav.nav-tabs .nav-item .nav-link {
  padding: 12px 18px;
  color: #435966;
  border: 1px solid transparent;
}

.nav.nav-tabs .nav-item .nav-link.active, .nav.nav-tabs .nav-item .nav-link:focus, .nav.nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #e8e8e8;
  border-bottom-color: transparent;
  background-color: #fe6271;
  color:white;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #e8e8e8;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
}

.tab-content {
  padding: 0 0 0 0;
}

/*Calandar*/
.rbc-month-view {
  height:650px !important;
}
.rbc-event {
  background-color: #fe6271 !important;
}

.modal-footer>:not(:first-child) {
  margin-left: .0rem;
}


/*Round Checkboxes */

.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal; }
  .checkbox label::before {
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #efefef;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -34px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: none !important;
    top: 2px; }
  .checkbox label::after {
    color: #495057;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px; }


    .form-control-datepicker{
      width:370px
    } 


    .form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + 0.9rem + 2px);
      padding: 9px;
      font-size: .9rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 0.3rem;
      -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  }

    /* Date Picker */
    .react-datepicker {
      font-family: Arimo,sans-serif !important; 
      font-size: 0.8rem; 
      background-color: #ffffff !important;
      color: #000;
      border: 1px solid #ced4da !important;
      border-radius: 0.3rem;
      display: inline-block;
      position: relative;
    }

    .react-datepicker__header {
        text-align: center;
        background-color: #ffffff !important;
        border-bottom: 1px solid #aeaeae;
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
        padding-top: 8px;
        position: relative;
    }

    .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range {
      border-radius: 0.3rem;
      background-color: #fe6271 !important;
      color: #fff;
    }

    .react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
      margin-top: 0;
      color:#797979 i !important;
      font-weight: normal !important;
      font-size: 0.944rem;
    }
    
    .react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected {
      border-radius: 0.3rem;
      background-color: #fe6271 !important;
      color: #fff;
     }

  
     /*Modals*/

     .modal-350px {
      width:350px;
     }

     .modal-450px {
      width:450px;
     }

     
    .modal-MMMpx {
      width:500px;
    }

    .modal-YYYpx {
      width:750px;
     }



    .modal-750px {
      width:750px;
    }

    .modal-1000px {
      width:1000px;
    }

    .modal-1200px {
      width:1200px;
    }

    .modal-1400px {
      width:1400px;
    }
    .modal-1800px {
      width:1800px;
    }
    

    /*Removes annoying width restriction*/
    .modal-dialog {
        max-width: 2500px !important;
        margin: 1.75rem auto;
    }    


    .public-DraftEditor-content{
      padding: .45rem .9rem;
    }

    .btn-link {
      font-weight: 600;
      color: #495057!important;
      background-color: transparent;
  }

  /* Required otherwise calandar does not render in month mode */
  .rbc-calendar {
    min-height: 850px ;
  }

  /* Mobile */
  .bottom-nav-item.active  {
    background-color: #fe6271 !important;
  }

  .normal-font-weight {
    font-weight: 100  !important;
    margin:0 !important;
  }

  .bottom-nav-item--title {
    margin-top: 5px;
    font-size: 14px !important;
    margin-bottom: 0px;
}

.md-18 { font-size: 18px; }

.card-header-mobile {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  border-bottom: 0 solid rgba(0,0,0,.125);
  height: 25px;
  border-radius: .25rem .25rem 0rem 0rem;
}

.card-body-mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn:hover {
  color: white;
  text-decoration: none;
}

.spinner-modal {
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 65%; /* Full width */
  height: 65%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.nav-user img {
  height: 45px;
  width: 45px;
  border: 2px solid #ced4da;
}







.chat-card {
  background: #fff;
  transition: .5s;
  border: 0;
  margin-bottom: 15px;
  border-radius: .55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    border-radius: 50%
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media only screen and (max-width: 767px) {
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}


#NewScroller::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  overflow-x: hidden;
}

#NewScroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

#NewScroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.pageBreaker {
  page-break-after: always;
}

.whiteFullBackground {
  background-color: #ffffff;
}

.borderBottom {
  border-bottom: "5px solid red";
}

.attendenceTable {
  border-collapse: collapse;
  overflow-y:auto;
}
.attendenceTable td{
  border:1px solid #c0c0c0;
}


.swal-text {
  font-size: 22px;
}