/*
 Template Name: Stexo - Responsive Bootstrap 4 Admin Dashboard
 Author: Themesdesign
 Website: www.themesdesign.in
 File: Main Css File
*/
/* ============
TABLES OF CSS
---------------

01. General
02. Bootstrap-custom
03. Helper
04. Waves Effect
05. Demo Only
06. Menu
07. Buttons
08. Cards
09. Email
10. Calender
11. Ecommerce
12. Project
13. Alerts
14. Pagination
15. Popover & Tooltip
16. Rangeslider
17. Sweet alert
18. Tab & Accordion
19. Form Elements
20. Form Validation
21. Form advanced
22. Form editor
23. Form summernote
24. Form upload
25. Form wizard
26. Chart
27. Tables
28. widgets
29. Maps
30. Timeline
31. Invoice
32. Pricing
33. Extra pages
34. Account pages
*/
/* @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap"); */
/* ==============
  General
===================*/
body {
  background-repeat: repeat;
  background: #F2F2F5;
  /* font-family: "Poppins", sans-serif; */
  /* color: #354558; */
  color: #222;
  font-size: 14px;
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

.done-text {
  margin-top: 150px;
  color: #202124;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.264px;
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

h1 {
  color: #44283D;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0;
  /* font-family: "Poppins", sans-serif; */
}

h6 {
  font-size: 14px;
}

p {
  line-height: 1.7;
  letter-spacing: .25px;
}

svg {
  max-width: 100%;
}

* {
  outline: none !important;
}

a {
  color: #3D43A5;
  font-weight: 500;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: underline;
  transition: all .2s ease;
}

button:hover,
button:active,
button:focus {
  transition: all .2s ease;
}

b,
strong {
  font-weight: 500;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.slimScrollDiv {
  height: auto !important;
}

/* ==============
  Bootstrap-custom
===================*/
.dropdown-menu {
  padding: 4px 0;
  font-size: 13px;
  /* -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
          box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44); */
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  border-color: #e9ecef;
  margin: 0;
}

.dropdown-item {
  background-color: #ffffff;
  padding: .4rem 1rem;
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: #f0f4f7;
  color: #354558;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f0f4f7;
  color: #354558;
}

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  margin-top: 20px !important;
}

.show>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px !important;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #9ca8b3;
  content: "\f105" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.custom-control {
  min-height: 2.5rem !important;
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #e9ecef;
}

.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #e9ecef;
  text-align: right;
}

.bg-primary {
  background-color: #30419b !important;
}

.bg-success {
  background-color: #02c58d !important;
}

.bg-info {
  background-color: #59c6fb !important;
}

.bg-warning {
  background-color: #fcbe2d !important;
}

.bg-danger {
  background-color: #fc5454 !important;
}

.bg-muted {
  background-color: #9ca8b3 !important;
}

.bg-secondary {
  background-color: #616f80 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-lighten-primary {
  background-color: #c4caed;
}

.bg-lighten-success {
  background-color: #aefee7;
}

.bg-lighten-info {
  background-color: #bde8fd;
}

.bg-lighten-warning {
  background-color: #fddd92;
}

.bg-lighten-danger {
  background-color: #feb8b8;
}

.bg-lighten-secondary {
  background-color: #dfe3e7;
}

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #fc5454 !important;
}

.text-muted {
  color: rgba(32, 33, 36, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; 
  letter-spacing: -0.084px;
}

.custom-image {
  margin-bottom: 3px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(1%) saturate(24%) hue-rotate(176deg) brightness(92%) contrast(91%);
  font-size: 13px;
  width: 12px;
  font-weight: 400;
  line-height: 130%;
}

.text-primary {
  color: #30419b !important;
}

.text-warning {
  color: #fcbe2d !important;
}

.text-success {
  color: #02c58d !important;
}

.text-info {
  color: #59c6fb !important;
}

.text-dark {
  color: #354558 !important;
}

.text-secondary {
  color: #616f80 !important;
}

.border-primary {
  border-color: #30419b !important;
}

.border-success {
  border-color: #02c58d !important;
}

.border-info {
  border-color: #59c6fb !important;
}

.border-warning {
  border-color: #fcbe2d !important;
}

.border-danger {
  border-color: #fc5454 !important;
}

.border-dark {
  border-color: #354558 !important;
}

.border-secondary {
  border-color: #616f80 !important;
}

dt {
  font-weight: 500;
}

.bs-spinner .spinner-border,
.bs-spinner .spinner-grow {
  margin-right: 8px;
  margin-top: 10px;
}

.custom-control-input:checked~.custom-control-label:before {
  border-color: #FF8246;
  background-color: #FF8246;
}

.hcenter {
  text-align: center;
  margin-bottom: 20px;
}

.hcenter a {
  background: #F2F2F5;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 4px;
}

.hcenter a h5 {
  color: #363a6d;
  font-size: 16px;
}

.text-blue {
  color: #363a6d;
}

.cardbodylogin {
  padding: 3.25rem 1.25rem;
}

.mwdthlogin {
  max-width: 300px;
  margin: 0 auto;
}

/* Navs & Tabs */
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #30419b;
}

.nav-pills>.active>a>.badge {
  color: #30419b;
}

.badge {
  font-weight: 500;
}

.badge-primary {
  background-color: #30419b;
}

.badge-success {
  background-color: #02c58d;
}

.badge-info {
  background-color: #59c6fb;
}

.badge-warning {
  background-color: #fcbe2d;
  color: #ffffff;
}

.badge-danger {
  background-color: #fc5454;
}

.badge-dark {
  background-color: #354558;
}

.badge-secondary {
  background-color: #616f80;
}

.badge-soft-primary {
  background-color: rgba(48, 65, 155, 0.2);
  color: #30419b;
}

.badge-soft-success {
  background-color: rgba(2, 197, 141, 0.2);
  color: #02c58d;
}

.badge-soft-info {
  background-color: rgba(89, 198, 251, 0.2);
  color: #59c6fb;
}

.badge-soft-warning {
  background-color: rgba(252, 190, 45, 0.2);
  color: #fcbe2d;
}

.badge-soft-danger {
  background-color: rgba(252, 84, 84, 0.2);
  color: #fc5454;
}

.badge-soft-dark {
  background-color: rgba(53, 69, 88, 0.2);
  color: #354558;
}

.badge-soft-secondary {
  background-color: rgba(97, 111, 128, 0.2);
  color: #616f80;
}

/* ==============
  Progressbar
===================*/
.progress-bar {
  background-color: #30419b;
}

/* ==============
  Pagination
===================*/
.page-link {
  color: #30419b;
}

.page-item.active .page-link {
  background-color: #30419b;
  border-color: #30419b;
}

.page-link:focus,
.page-link:hover {
  color: #354558;
  background-color: #f0f4f7;
}

/* ==============
  Helper Classes
===================*/
.m-b-1 {
  margin-right: 480px;
  color: rgba(32, 33, 36, 0.60);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px ;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-22 {
  margin-left: 490px;
  margin-top: 100px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-32 {
  width: 55%;
  margin-left: 125px;
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-5 {
  margin-right: 5px;
}

.w-30 {
  max-width: 30px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.ans-box.log-active {
  /* Your additional styles for the .ans-box when active */
  border-radius: 32px;
  border: 1px solid #EA6249;
  background: rgba(234, 98, 73, 0.10);
}

.ans-box a.log-active {
  border-radius: 32px;
  border: 1px solid #EA6249;
  background: rgba(234, 98, 73, 0.10);
}

.l-h-23 {
  line-height: 23px;
}

.l-h-34 {
  line-height: 34px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.header-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.rating-symbol-foreground {
  top: 0px;
}

.sub-title {
  margin-bottom: 25px;
  color: #adb5bd;
}

.bg-pattern {
  background-image: url("../images/bg-pattern.png");
  background-size: cover;
  background-position: bottom;
}

/* ==============
 Demo Only css
===================*/
.button-items .btn {
  margin-top: 8px;
  margin-right: 5px;
}

.mfp-content .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.icon-demo-content {
  text-align: center;
  color: #9ca8b3;
}


.icon-demo-content i {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  color: #616f80;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.icon-demo-content .col-md-4 {
  margin-bottom: 30px;
}

.icon-demo-content .col-md-4:hover i {
  color: #30419b;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* ==============
  Popover & Tooltips
===================*/
.popover-header {
  margin-top: 0;
}

.tooltip .tooltip-inner {
  padding: 4px 10px;
}

/* ==============
  Waves Effect
===================*/
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  color: #44283D;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
}

.waves-effect1 {

  color: #44283D;
  /* display: flex;
  padding: 13.28px 111px 12.72px 15px;
  align-items: center; */
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/******* Metis Menu css *******/
.metismenu {
  padding: 0;
}

.metismenu ul {
  padding: 0;
}

.metismenu ul li {
  list-style: none;
}

.metismenu .active a {
  color: #fff !important;
}

.enlarged .button-menu-mobile {
  margin-left: -37px;
}

.enlarged .metismenu {
  padding: 40px 0px 0px;
}

/******* Topbar *******/
.topbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.topbar .topbar-left {
  background-color: #343a40;
  float: left;
  text-align: left;
  height: 70px;
  position: relative;
  width: 240px;
  z-index: 1;
  padding-left: 40px;
  padding-top: 10px;

}

.topbar .topbar-left .logo {
  line-height: 70px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.topbar .topbar-left .logo .logo-sm {
  display: none;
}

.navbar-custom h3 {
  margin-bottom: 0px;
}

.topbar .navbar-custom {
  background-color: #f8f8f8;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  margin-left: 240px;
  min-height: 70px;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ececec;
}

.topbar .navbar-custom .navbar-right .dropdown-toggle:after {
  content: initial;
} */

.topbar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.notification-item-list {
  max-height: 230px;
}

.navbar-custom .dropdown-menu.dropdown-menu-right {
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
}

.notification-list.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.notification-list .nav-link {
  padding: 0 15px;
  line-height: 70px;
  color: #495057;
  max-height: 70px;
}

.notification-list .noti-icon {
  font-size: 24px;
  vertical-align: middle;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 10px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
}

.notification-list .notify-item .notify-icon i {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 32px;
  margin-top: 2px;
  color: #ffffff;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* font-family: "Poppins", sans-serif; */
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
  /* font-family: "Poppins", sans-serif; */
}

.notification-list .language-switch a img {
  float: right;
  margin-top: 3px;
}

.notification-list.show .nav-link {
  background-color: rgba(53, 69, 88, 0.05);
}

.notification-list .nav-user img {
  height: 36px;
  width: 36px;
}

.notification-list .profile-dropdown {
  width: 170px;
}

.notification-list .profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
  color: #616f80;
}

.notification-list .profile-dropdown span {
  margin-top: 5px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

.dropdown-menu-lg {
  width: 300px;
}

.app-search {
  position: relative;
  margin-top: 18px;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid #f0f4f7;
  font-size: 13px;
  height: 34px;
  padding-left: 18px;
  padding-right: 40px;
  margin-right: 16px;
  background: #f0f4f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
  border: none;
}

.app-search button {
  position: absolute;
  top: 9px;
  right: 26px;
  display: block;
  color: #9ca8b3;
  font-size: 11px;
  border: none;
  background-color: transparent;
}

.button-menu-mobile {
  border: none;
  display: inline-block;
  height: 34px;
  width: 40px;
  background-color: transparent;
  font-size: 24px;
  margin-left: 9px;
  margin-bottom: 16px;
}

/******* Sidemenu *******/
.side-menu {
  width: 240px;
  z-index: 10;
  background: white;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 30px;
  position: fixed;
  top: 60px;
}

.side-menu .waves-effect .waves-ripple {
  background-color: #67696b;
}

#sidebar-menu {
  padding-top: 40px;
}

#sidebar-menu1 {
  padding-top: 80px;
}

#sidebar-menu>ul>li.mm-active>a>span>.menu-arrow i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu>ul>li>a {
  color: #44283D;
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* font-family: "Poppins", sans-serif; */
}

#sidebar-menu>ul>li>a:hover,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:active {
  color: #fd7e14;
  text-decoration: none;
  transition: 0.2s;
}



#sidebar-menu>ul>li>a>span {
  margin-left: 7px;
}

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

#sidebar-menu>ul>li>a i {
  line-height: 1;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

#sidebar-menu>ul>li>a .badge {
  margin-top: 3px;
}

#sidebar-menu>ul>li>a.mm-active {
  border-radius: 8px;
  display: block;
  align-items: center;
  background: #F4DA68;
  color: #44283D !important;
}

#sidebar-menu .menu-title {
  padding: 12px 20px !important;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b9c1eb;
}

#sidebar-menu .submenu li.mm-active>a {
  color: #ffffff;
}

#sidebar-menu .submenu li a {
  padding: 8px 20px 8px 10px;
  color: #9b9b9b;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#sidebar-menu .submenu li a:focus {
  background-color: left-bar;
}

#sidebar-menu .submenu li a:hover {
  color: #9b9b9b;
}

#sidebar-menu .submenu>li>a {
  padding-left: 50px;
}

#sidebar-menu .submenu>li .submenu>li>a {
  padding-left: 70px;
}

/******* Enlarged *******/
.enlarged .slimScrollDiv {
  overflow: inherit !important;
}

.enlarged .slimScrollBar {
  visibility: hidden;
}

.enlarged #wrapper .topbar .topbar-left {
  width: 70px !important;
}

.enlarged #wrapper .topbar .topbar-left .logo .logo-light {
  display: none;
  opacity: 0;
}

.enlarged #wrapper .topbar .topbar-left .logo .logo-sm {
  margin-left: -23px;
  display: block;
  line-height: 70px;
  font-size: 12px;
}



.enlarged #wrapper .navbar-custom {
  margin-left: 70px;
}

.enlarged #wrapper #sidebar-menu .menu-title,
.enlarged #wrapper #sidebar-menu .menu-arrow,
.enlarged #wrapper #sidebar-menu .badge {
  display: none !important;
}

.enlarged #wrapper #sidebar-menu .mm-collapse.mm-show {
  display: none;
}

.enlarged #wrapper #sidebar-menu .nav.mm-collapse {
  height: inherit !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #30419b;
}

.enlarged #wrapper .left.side-menu {
  position: fixed;
  width: 70px;
  z-index: 5;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>a {
  position: relative;
  width: 260px;
  color: #ffffff;
  background-color: #2d3d91;
  z-index: 1;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>a.open :after,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>a.mm-active :after {
  display: none;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>ul a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: #ffffff;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover a span {
  display: inline-block;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a {
  padding: 15px 20px;
  -webkit-transition: none;
  transition: none;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:hover,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:active,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:focus {
  color: #ffffff;
  background-color: #2d3d91;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a i {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 20px !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a span {
  display: none;
  padding-left: 10px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover>ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li>a span.float-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.mm-active a {
  color: #ffffff;
}

.enlarged #wrapper .content-page {
  margin-left: 70px;
}

.enlarged #wrapper .footer {
  left: 70px;
}

/******* Footer *******/
.footer {
  bottom: 0;
  text-align: center !important;
  padding: 19px 30px 20px;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  left: 240px;
  /* font-family: "Poppins", sans-serif; */
}

/******* Responsive *******/
@media (min-width: 769px) {
  .enlarged {
    min-height: 1200px;
  }

  .enlarged .slimscroll-menu {
    overflow: inherit !important;
  }
}

@media (max-width: 419px) {
  .content-page {
    margin-left: 70px;
  }

  .enlarged .side-menu.left {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }

  .button-menu-mobile {
    display: block;
  }

  .navbar-custom {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .topbar .topbar-left {
    width: 70px !important;
    height: 70px;
  }

  .topbar .topbar-left .logo-light {
    display: none !important;
  }

  .topbar .topbar-left .logo-sm {
    display: block !important;
    line-height: 70px !important;
    font-size: 28px;
  }

  .navbar-custom {
    margin-left: 70px !important;
  }

  .content-page {
    margin-left: 0 !important;
  }

  .content-page .content {
    padding: 0px;
  }

  .enlarged .left.side-menu {
    margin-left: -70px;
  }

  .footer {
    left: 0 !important;
  }
}

.right-sidebar {
  position: fixed;
  width: 280px;
  top: 70px;
  bottom: 0px;
  right: 0px;
  padding-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

@media (min-width: 1200px) {
  .dasboard-content {
    margin-right: 280px;
  }
}

/******* Content Page *******/
.content-page {
  margin-left: 240px;
  overflow: hidden;
}

.content-page .content {
  padding: 0 36px 10px 36px;
  margin: 86px auto 60px auto;
}

.content-page .contentnw {
  margin-top: 110px;
}

/******* Page Title *******/
.page-title-box {
  padding: 16px 0px;
}

.page-title-box h5 {
  margin: 0px 0px;
  padding-bottom: 0px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

.page-title-box .page-title {
  font-size: 23px;
  margin: 0;
  font-weight: 500;
}

.page-title-box .breadcrumb {
  padding: 4px 0;
  background-color: transparent;
  margin-bottom: 0;
}

.page-title-box .breadcrumb a {
  color: #354558;
}

.page-title-box .breadcrumb a:hover {
  color: rgba(53, 69, 88, 0.9);
}

.page-title-box .breadcrumb .active {
  color: rgba(53, 69, 88, 0.7);
}

/******* menu light *******/
.left-side-menu-light .side-menu {
  background-color: #ffffff;
}

.left-side-menu-light #sidebar-menu>ul>li>a.mm-active {
  color: #4090cb !important;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(43, 46, 49, 0.07);
  box-shadow: 0px 1px 1px 0px rgba(43, 46, 49, 0.07);
}

.left-side-menu-light #sidebar-menu>ul>li>a:hover,
.left-side-menu-light #sidebar-menu>ul>li>a:focus,
.left-side-menu-light #sidebar-menu>ul>li>a:active {
  color: #4090cb;
}

.left-side-menu-light #sidebar-menu>ul>li>a.waves-effect .waves-ripple {
  background: rgba(103, 105, 107, 0.4);
}

.left-side-menu-light #sidebar-menu>ul>li>a .badge-light {
  background-color: rgba(103, 105, 107, 1);
  color: #ffffff;
}

.left-side-menu-light #sidebar-menu .submenu li a:hover {
  background-color: #ffffff;
  color: #4090cb;
}

.left-side-menu-light.enlarged #sidebar-menu>ul>li:hover>a {
  color: #4090cb !important;
  background-color: #f9f9f9 !important;
}

.left-side-menu-light.enlarged #sidebar-menu>ul>li:hover>ul a:hover {
  color: #4090cb !important;
}

.left-side-menu-light.enlarged #sidebar-menu>ul>li>a:hover,
.left-side-menu-light.enlarged #sidebar-menu>ul>li>a:active,
.left-side-menu-light.enlarged #sidebar-menu>ul>li>a:focus {
  color: #4090cb !important;
}

.left-side-menu-light.enlarged #sidebar-menu ul ul {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

.left-side-menu-light .navbar-custom {
  background-color: #383c40;
}

.left-side-menu-light .navbar-custom .button-menu-mobile {
  color: #e9ecef;
  background-color: #383c40;
}

.left-side-menu-light .navbar-custom .btn-light {
  background-color: #42464b !important;
  border-color: #42464b !important;
  color: #ced4da !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.left-side-menu-light .navbar-custom .notification-list .nav-link {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::-webkit-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control:-ms-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::-ms-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control,
.left-side-menu-light .navbar-custom .notification-list .app-search .form-control:focus {
  border: 1px solid #42464b;
  background: #42464b;
  color: #ced4da;
}

@media (max-width: 576px) {
  .page-title-box .breadcrumb {
    display: none;
  }
}

@media (max-width: 420px) {
  .dropdown-menu-lg {
    width: 220px;
  }

  .notify-icon {
    display: none;
  }

  .notify-details {
    margin-left: 0px !important;
  }
}

/* ==============
  Alertify
===================*/
.alertify,
.alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #9ca8b3;
}

.alertify-logs>.success {
  background-color: #02c58d;
  color: #ffffff;
}

.alertify-logs>.error {
  background-color: #fc5454;
  color: #ffffff;
}

.alertify-logs>*,
.alertify-logs>.default {
  background-color: #30419b;
}

/* ==============
  Alertify
===================*/
.alertify,
.alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #9ca8b3;
}

.alertify-logs>.success {
  background-color: #02c58d;
  color: #ffffff;
}

.alertify-logs>.error {
  background-color: #fc5454;
  color: #ffffff;
}

.alertify-logs>*,
.alertify-logs>.default {
  background-color: #30419b;
}

/* =============
   Alerts
============= */
.alert {
  position: relative;
  border: 0;
}

.alert .alert-link {
  font-weight: 500;
  text-decoration: underline;
}

.alert-primary {
  color: #ffffff;
  background-color: #30419b;
}

.alert-primary hr {
  border-top-color: #243174;
}

.alert-success {
  color: #ffffff;
  background-color: #02c58d;
}

.alert-success hr {
  border-top-color: #019369;
}

.alert-danger {
  color: #ffffff;
  background-color: #fc5454;
}

.alert-danger hr {
  border-top-color: #fb2222;
}

.alert-warning {
  color: #ffffff;
  background-color: #fcbe2d;
}

.alert-warning hr {
  border-top-color: #f3ab03;
}

.alert-info {
  color: #ffffff;
  background-color: #59c6fb;
}

.alert-info hr {
  border-top-color: #27b5fa;
}

.alert-secondary {
  color: #ffffff;
  background-color: #616f80;
}

.alert-secondary hr {
  border-top-color: #4b5663;
}

.alert-dark {
  color: #ffffff;
  background-color: #354558;
}

.alert-dark hr {
  border-top-color: #222c38;
}

/* ==============
  Buttons
===================*/
.btn {
  border-radius: 6px;
  /* background-color: #363a6d; */
  /* border: none; */
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
}

button:focus {
  outline: none;
}

.btn-sm {
  font-size: 10.83333px;
}

.btn-lg {
  font-size: 15.6px;
}

.btn-custom {
  font-size: 15.6px;
  width: 100px;
  height: 50px;
  /* padding: 50px; */
  margin-right: 10px;
}

.btn-deleteStudent {
  font-size: 15.6px;
  width: 50px;
  height: 50px;
  margin-right: 100px;
  /* background-color: #fb2222;  */

}

.btn-enableStudent {
  font-size: 15.6px;
  width: 50px;
  height: 50px;
  margin-right: 100px;
  /* background-color: #fb2222;  */
}

.btn-changepassword {
  font-size: 12px;
  width: 125px;
  height: 50px;
  margin-right: 10px;
  /* background-color: #fb2222;  */

}

.btn-deleteStudent:hover {
  background-color: rgb(255, 0, 0);
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.btn-enableStudent:hover {
  background-color: lightgreen;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.btn-deleteStakeholderRel {
  font-size: 8px;
  width: 30px;
  height: 30px;
  /* margin-right: 0px; */
  /* background-color: #fb2222;  */

}

.btn-deleteStakeholderRel:hover {
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-pink,
.btn-purple,
.btn-indigo,
.btn-teal,
.btn-lime,
.btn-orange,
.btn-oranges,
.btn-brown,
.btn-blue-grey {
  color: #ffffff;
}

.btn-primary {
  background-color: #363a6d;
  border: 1px solid #363a6d;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #20245a;
  border: 1px solid #20245a;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(48, 65, 155, 0.3);
  box-shadow: 0 0 0 2px rgba(48, 65, 155, 0.3);
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
  box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
}

.btn-success {
  background-color: #009382;
  border: 1px solid #009382;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success,
.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle,
.btn-outline-success:hover,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  background-color: #007b6d;
  border: 1px solid #007b6d;
}

.btn-success.focus,
.btn-success:focus,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 197, 141, 0.3);
  box-shadow: 0 0 0 2px rgba(2, 197, 141, 0.3);
}

.btn-info {
  background-color: #59c6fb;
  border: 1px solid #59c6fb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info,
.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle,
.btn-outline-info:hover,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  background-color: #40bdfa;
  border: 1px solid #40bdfa;
}

.btn-info.focus,
.btn-info:focus,
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(89, 198, 251, 0.3);
  box-shadow: 0 0 0 2px rgba(89, 198, 251, 0.3);
}

.btn-warning {
  background-color: #fcbe2d;
  border: 1px solid #fcbe2d;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  background-color: #fcb614;
  border: 1px solid #fcb614;
  color: #ffffff;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(252, 190, 45, 0.3);
  box-shadow: 0 0 0 2px rgba(252, 190, 45, 0.3);
}

.btn-danger {
  background-color: #fc5454;
  border: 1px solid #fc5454;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  background-color: #fc3b3b;
  border: 1px solid #fc3b3b;
}

.btn-outline-enable {
  background-color: white;
  border: 1px solid green;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(252, 84, 84, 0.3);
  box-shadow: 0 0 0 2px rgba(252, 84, 84, 0.3);
}

.btn-dark {
  background-color: #354558;
  border: 1px solid #354558;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark,
.btn-outline-dark.active,
.btn-outline-dark:active,
.show>.btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #2b3948;
  border: 1px solid #2b3948;
  color: #ffffff;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
  box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
}

.btn-secondary {
  background-color: #F2F2F5;
  border: 1px solid #F2F2F5;
  color: #363a6d;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle,
.btn-outline-secondary:hover,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  background-color: #D0D1DC;
  border: 1px solid #D0D1DC;
  color: #373A6D;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(97, 111, 128, 0.3);
  box-shadow: 0 0 0 2px rgba(97, 111, 128, 0.3);
}

.btn-link {
  color: #354558;
}

.btn-link:hover {
  color: #30419b;
}

/* button Outline */
.btn-outline-primary {
  color: #30419b;
  border-color: #30419b;
}

.btn-outline-success {
  color: #02c58d;
  border-color: #02c58d;
}

.btn-outline-info {
  color: #59c6fb;
  border-color: #59c6fb;
}

.btn-outline-warning {
  color: #fcbe2d;
  border-color: #fcbe2d;
}

.btn-outline-danger {
  color: #fc5454;
  border-color: #fc5454;
}

.btn-outline-dark {
  color: #354558;
  background-image: none;
  background-color: transparent;
  border-color: #354558;
}

.btn-outline-secondary {
  color: #616f80;
  border-color: #616f80;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-icon {
  position: relative;
}

.btn-icon .btn-icon-label {
  margin: -.55rem .9rem -.55rem -.9rem;
  padding: .6rem .9rem;
}

.btn-icon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 38%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-icon:hover::before {
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}

/* ==============
  Card
===================*/
.card {
  border: none;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(191, 190, 190, 0.44) !important;
  box-shadow: 0px 0px 13px 0px rgba(191, 190, 190, 0.44) !important;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

.report-body {
  flex: 1 1 auto;
}

.report-body h4 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  text-transform: uppercase;
}

.card-columns .card {
  margin-bottom: 30px;
}

.table thead th {
  font-weight: 500;
  color: #202124;
}

.table thead th {
  color: #202124;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.table tbody td {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
  background: #f0f4f7;
  border: 1px solid #f0f4f7;
  padding: 10px 16px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #30419b;
}

.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 25px;
  margin: 8px auto;
  color: #9ca8b3;
  width: 35px;
}

.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: #dee2e6;
  height: 36px !important;
  width: 36px !important;
}

.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #30419b;
}

.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #dee2e6;
}

.custom-dd-empty .dd-list .dd3-content:hover {
  color: #30419b;
}

.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

.dd-dragel>.dd-item .dd-handle {
  padding: 8px 16px !important;
  background: #dee2e6;
  height: auto;
}

.dd-placeholder,
.dd-empty {
  background: #dee2e6;
  border: 1px dashed #9ca8b3;
}

.dd-dragel>.dd3-item>.dd3-handle {
  border: none;
  background: #dee2e6;
  height: 36px !important;
  width: 36px !important;
}

.dd-dragel>.dd3-item>.dd3-handle:before {
  color: inherit;
  top: 7px;
}

.dd-dragel>.dd3-item>.dd3-content {
  padding: 8px 16px 8px 46px;
  background: #dee2e6;
  height: auto;
}

/* Ion Range slider */
.irs--modern .irs-bar,
.irs--modern .irs-to,
.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-handle>i:first-child {
  background: #30419b !important;
}

.irs--modern .irs-to:before,
.irs--modern .irs-from:before,
.irs--modern .irs-single:before {
  border-top-color: #30419b;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  color: #616f80;
}

.irs--modern .irs-grid-text {
  font-size: 10px;
}

/* =========== */
/* Sweet Alert2 */
/* =========== */
.swal2-modal .swal2-title {
  font-size: 24px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  border: 2px solid #9ca8b3;
  font-size: 16px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #30419b;
}

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-icon.swal2-question {
  color: #30419b;
  border-color: #30419b;
}

.swal2-icon.swal2-success {
  border-color: #02c58d;
}

.swal2-icon.swal2-success .line {
  background-color: #02c58d;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #02c58d;
}

.swal2-icon.swal2-warning {
  color: #fcbe2d;
  border-color: #fcbe2d;
}

.swal2-icon.swal2-error {
  border-color: #fc5454;
}

.swal2-icon.swal2-error .line {
  background-color: #fc5454;
}

/* ==============
  Form-elements
===================*/
label {
  font-weight: 500;
}

.form-control {
  font-size: 14px;
}

.form-control:focus {
  border-color: #30419b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #30419b;
}

.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #30419b;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #30419b;
}

.has-success .form-control {
  border-color: #02c58d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control {
  border-color: #fcbe2d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-danger .form-control {
  border-color: #fc5454;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #f0f4f7;
}

.input-group-text {
  font-size: 13px;
}

/* ==============
  Form-Validation
===================*/
.error {
  color: #ff0000;
}

.parsley-error {
  border-color: #fc5454;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list>li {
  font-size: 12px;
  list-style: none;
  color: #fc5454;
  margin-top: 5px;
}

/* ==============
  Form-Advanced
===================*/
/* Datepicker */
.datepicker {
  border: 1px solid #ced4da;
  padding: 8px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #30419b !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.table-condensed thead th,
.table-condensed tbody td {
  padding: 5px;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

/* Prism */
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
  background: #f0f4f7;
}

/* Rating */
.badge:empty {
  padding: 0;
}

/* ==============
  Form Editor
===================*/
.mce-panel {
  border-color: #dfe8ee !important;
  background-color: #f0f4f7 !important;
}

.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus {
  background-color: #30419b !important;
}

.mce-menu {
  background-color: #ffffff !important;
}

/* ==============
  Form-Upload
===================*/
/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 22px;
}

/* ==============
  Summernote
===================*/
.note-btn-group .dropdown-menu>li>a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.note-btn-group .dropdown-menu>li>a:hover {
  background-color: #f7f9fb;
}

.note-image-popover,
.note-air-popover,
.note-link-popover {
  display: none;
}

.note-image-popover .dropdown-toggle::after,
.note-air-popover .dropdown-toggle::after,
.note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}

.note-editor .btn-light {
  background-color: transparent;
  border-color: transparent;
}

.note-editor .btn-group-sm>.btn,
.note-editor .btn-sm {
  padding: 8px 12px;
}

.note-editor .note-toolbar {
  background-color: #f0f4f7;
  border-bottom: 1px solid #f0f4f7;
  margin: 0;
}

.note-editor .note-statusbar {
  background-color: #ffffff;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid #f0f4f7;
  margin-bottom: 0px;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}

.note-popover .btn-group-sm>.btn,
.note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* ==============
  Widgets
===================*/
.widget-chart li {
  width: 31.5%;
  display: inline-block;
  padding: 0;
}

.widget-chart li i {
  font-size: 22px;
}

.mini-stat-icon i {
  font-size: 30px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.dashboard-ct-chart .ct-grid {
  stroke: rgba(0, 0, 0, 0.05);
}

#slider-1 {
  height: 49px;
}

#slider-2 {
  height: 49px;
}

/* Activity */
.activity-feed {
  list-style: none;
}

.activity-feed .feed-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 2px solid #f0f4f7;
}

.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #30419b;
  background-color: #ffffff;
}

.activity-feed .feed-item:last-child {
  border-color: transparent;
}

.suggestion-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #30419b;
  font-size: 15px;
}

/* ==============
  Charts
===================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* Morris chart */
/* Morris chart */
.morris-charts text {
  font-family: "Poppins", sans-serif !important;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
}

.morris-hover.morris-default-style .morris-hover-point {
  font-weight: 500;
  font-size: 14px;
  color: #354558 !important;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #354558;
  color: #ffffff;
  padding: 4px;
  border-radius: 5px 5px 0 0;
  margin: -10px -12px 10px;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #ffffff;
  z-index: 100;
  color: #354558;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  height: 300px;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.09);
  stroke-width: 2px;
  stroke-dasharray: 3px;
}

.ct-chart .ct-label {
  fill: #9ca8b3;
  color: #9ca8b3;
  font-size: 14px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #30419b;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #02c58d;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #fcbe2d;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #59c6fb;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #59c6fb;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #fc5454;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #f0f4f7;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #30419b;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #fcbe2d;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #02c58d;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  background: #354558;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* C3 chart */
.c3 svg {
  max-width: 100%;
}

.c3-tooltip td>span {
  background: #354558;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #354558;
}

.c3-tooltip .value {
  font-weight: 600;
}

.c3-line {
  stroke-width: 2px;
}

.c3-legend-item {
  font-size: 13px;
}

/* ==============
  Maps
===================*/
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f0f4f7;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #30419b;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #30419b;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #30419b;
}

table.dataTable tbody td {
  padding: 10px 18px;
  border-bottom: 1px solid #ccc!important;
}

/* ==============
  Tables
===================*/

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
  background-color:#fff !important;
  padding: 15px 12px;
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #f0f4f7;
}

.table td,
.table th {
  padding: .45rem;
  vertical-align: middle;
}

/************** datatables ***************/
.dataTables_wrapper.container-fluid {
  width: auto;
}

/* == Responsive Table ==*/
table.focus-on tbody tr.focused th {
  background-color: #30419b;
  color: #ffffff;
}

table.focus-on tbody tr.focused td {
  background-color: #30419b;
  color: #ffffff;
}

.table-rep-plugin .btn-toolbar {
  display: block;
}

.table-rep-plugin .table-responsive {
  border: none !important;
}

.table-rep-plugin .fixed-solution {
  margin-bottom: 0px;
}

.table-rep-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
}

.table-rep-plugin .btn-group.float-right .dropdown-menu {
  left: auto;
  right: 0;
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #dee2e6;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #616f80;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
  background-color: #f0f4f7;
  cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
  background-color: #30419b;
  border-color: #30419b;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

/* ==============
  Calendar
===================*/
.calendar {
  float: left;
  margin-bottom: 0;
}

.modal-footer {
  display: block;
  text-align: center;
}

.modal-footer button {
  width: 48%;
}

.modal-footer .btn {
  padding: 10px;
  text-transform: uppercase;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
}

.fc-toolbar h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #d5d5d5;
  background-color: #f0f4f7;
}

.fc-widget-content {
  border: 1px solid #d5d5d5;
}

.fc th.fc-widget-header {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

.fc-state-hover {
  background: #adb5bd;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 5px;
  text-align: center;
  background-color: #30419b;
  color: #ffffff !important;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* ==============
  Email
===================*/
.email-leftbar {
  width: 230px;
  float: left;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.email-rightbar {
  margin-left: 260px;
}

.dot-online {
  position: absolute;
  left: 28px;
  font-size: 12px;
}

.chat-user-box p.user-title {
  font-size: 13px;
  color: #354558;
  font-weight: 500;
}

.chat-user-box p {
  font-size: 12px;
}

.wavepostn {
  padding-top: 15px;
  padding-right: 25px;
  float: right;
}

.wavednone {
  display: none;
}

@media (max-width: 767px) {
  .email-leftbar {
    float: none;
    width: 100%;
  }

  .email-rightbar {
    margin: 0;
  }

  .content-page .contentnw {
    margin-top: auto !important;
  }

  .topbar {
    position: relative;
  }

  .enlarged #wrapper .topbar .topbar-left {
    width: 100% !important;
  }

  .topbar .topbar-left {
    width: 100% !important;
  }

  .topbar .topbar-left .logo-sm {
    line-height: 50px !important;
  }

  .enlarged #wrapper .topbar .topbar-left .logo .logo-sm {
    float: left;
  }

  .topbar .topbar-left .logo {
    width: 100px;
    float: left;
  }

  .notification-list .nav-link {
    line-height: 70px;
    border-right: 1px solid rgba(0, 0, 0, .07);
  }

  .navbar-custom {
    margin-left: 0px !important;
  }

  .headtop {
    padding: 10px 15px !important;
    margin-right: 10px;
  }

  .navbar-custom .list-inline>li:first-child {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999999;
  }

  .dropdown.notification-list.list-inline-item {
    background: #F8F8F8;
    margin-top: -10px;
  }

  .topbar .navbar-custom {
    border-top: 1px solid rgba(0, 0, 0, .07);
    float: left;
    width: 100%;
    clear: both;
  }

  .content-page {
    clear: both;
  }

  .side-menu {
    z-index: 9999 !important;
  }

  .wavepostn {
    padding-top: 25px;
    padding-right: 25px;
    position: absolute;
    right: 0px;
    top: 70px;
  }

  .enlarged .button-menu-mobile,
  .button-menu-mobile {
    margin-left: 5px;
    height: 55px;
    margin-bottom: 0px;
    width: 50px;
  }

  .wavednone {
    display: block;
    float: right;
  }
}

.greenall {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background: #0bde50;
  background: -moz-linear-gradient(top, #0bde50 0%, #16d3a5 100%);
  background: -webkit-linear-gradient(top, #0bde50 0%, #16d3a5 100%);
  background: linear-gradient(to bottom, #0bde50 0%, #16d3a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0bde50', endColorstr='#16d3a5', GradientType=0);

  border-radius: 100%;
  font-style: normal !important;
}

.selectclr {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background: grey;
  border-radius: 100%;
  font-style: normal !important;
}

.redclr {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background: #ff3a4a;
  border-radius: 100%;
  font-style: normal !important;
}

.pinkclr {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background: #ff9070;
  border-radius: 100%;
  font-style: normal !important;
}

.yellowclr {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background: #e4d904;
  border-radius: 100%;
  font-style: normal !important;
}

.mergeclr {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background: green;
  border-radius: 100%;
  font-style: normal !important;
}

.h3,
h3 {
  font-size: 25px;
}

.mail-list a {
  display: block;
  color: #3f5168;
  font-size: 13px;
  line-height: 24px;
  padding: 5px;
}

.mail-list a.active {
  color: #fc5454;
  font-weight: 500;
}

.message-list {
  display: block;
  padding-left: 0;
}

.message-list li {
  position: relative;
  display: block;
  height: 75px;
  line-height: 75px;
  cursor: default;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.message-list li a {
  color: #354558;
}

.message-list li:hover {
  background: rgba(53, 69, 88, 0.08);
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
}

.message-list li .col-mail {
  float: left;
  position: relative;
}

.message-list li .col-mail-1 {
  width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 28px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 31px;
  font-size: 13px;
  margin-left: 5px;
}

.message-list li .col-mail-1 .title {
  position: absolute;
  left: 110px;
  right: 0;
  top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 360px;
  right: 0;
  bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

.message-list li .col-mail-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  top: 8px;
}

.message-list li .col-mail-2 .date {
  right: 0;
  width: 170px;
  padding-left: 70px;
}

.message-list li.active,
.message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #30419b;
  box-shadow: inset 3px 0 0 #30419b;
}

.message-list li.unread {
  background-color: #f7f7f7;
  font-weight: 500;
  color: #2b3948;
}

.message-list li.unread a {
  color: #2b3948;
  font-weight: 500;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 1px #dee2e6;
  box-shadow: inset 0 0 0 1px #dee2e6;
  border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked~label {
  opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
  top: 0;
}

.message-list .checkbox-wrapper-mail label:before {
  content: "\F12C";
  font-family: "Material Design Icons";
  top: 0;
  height: 20px;
  color: #2b3948;
  width: 20px;
  position: absolute;
  margin-top: -27px;
  left: 4px;
  font-size: 13px;
}

.email-inbox {
  position: relative;
}

.email-inbox .form-control,
.email-inbox .form-control:focus {
  border: 1px solid #f0f4f7;
  font-size: 13px;
  height: 40px;
  padding-left: 34px;
  padding-right: 12px;
  margin-right: 16px;
  background: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.email-inbox button {
  position: absolute;
  top: 12px;
  left: 6px;
  display: block;
  color: #9ca8b3;
  font-size: 11px;
  border: none;
  background-color: transparent;
}

@media (max-width: 425px) {
  .title img {
    display: none;
  }
}

.email-img-overlay .email-overlay i {
  background: #30419b;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
}

.email-img-overlay:hover img {
  opacity: 0.2;
}

.email-img-overlay:hover .email-overlay i {
  opacity: 1;
}

@media (max-width: 375px) {
  .date {
    display: none;
  }
}

@media (max-width: 768px) {
  .mo-mb-2 {
    margin-bottom: 10px;
  }

  .mo-mt-2 {
    margin-top: 10px !important;
  }

  .ex-pages {
    padding: 24px 0px;
  }

  .btn-toolbar {
    margin-top: 15px;
  }
}

.home-btn {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
}

.accountbg {
  background: url("../images/restaurant.png");
  position: absolute;
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
}

.wrapper-page {
  margin: 4.5% auto;
  width: 420px;
  position: relative;
}

.wrapper-box {
  margin: 4.5% auto;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper-page {
    width: 90%;
  }
}

.account-pages {
  margin: 10.5% auto;
  position: relative;
}

.comming-watch div {
  display: inline-block;
}

.comming-watch div .card {
  margin: 0px 15px 15px 15px;
}

.comming-watch div .card .countdown-num {
  font-weight: 600;
  color: #30419b;
}

.comming-watch div span {
  width: 150px;
  display: block;
}

.comming-watch div span:first-child {
  height: 60px;
  font-weight: 300;
  font-size: 3em;
  line-height: 48px;
}

.comming-watch div span:last-child {
  padding-top: 14px;
  font-size: 0.9em;
}

.coming-soon-search-form input {
  padding: 15px 20px;
  width: 100%;
  color: #354558;
  border: 2px solid #e9ecef;
  outline: none !important;
  padding-right: 180px;
  padding-left: 30px;
  border-radius: 30px;
}

.coming-soon-search-form button {
  position: absolute;
  top: 7px;
  right: 8px;
  outline: none !important;
  border-radius: 30px;
  padding: 9px 30px;
}

.coming-soon-search-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.faq-box {
  border-left: 3px solid;
}

.error-bg {
  background: url("../images/error.png");
  position: absolute;
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
}

.error-page {
  text-transform: uppercase;
  background: repeating-linear-gradient(45deg, #30419b, #30419b 10px, #02c58d 10px, #02c58d 20px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  line-height: .7;
  position: relative;
}

.maintenance-img img {
  max-width: 320px;
}

/* ==============
  Timeline
===================*/
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.main-timeline {
  overflow: hidden;
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #adb5bd;
  position: absolute;
  top: 0;
  left: 50%;
}

.main-timeline .timeline {
  padding-right: 30px;
  position: relative;
}

.main-timeline .timeline-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #adb5bd;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -4px;
}

.main-timeline .timeline-icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #30419b;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline .year {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  background: #30419b;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-timeline .year:before {
  content: "";
  border-right: 18px solid #30419b;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  left: -18px;
}

.main-timeline .timeline-content {
  width: 46.5%;
  padding: 43px 50px;
  margin: 0 20px 0 0;
  background: #f0f4f7;
  position: relative;
}

.main-timeline .timeline-content:after {
  content: "";
  border-left: 20px solid #f0f4f7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-timeline .title {
  float: left;
  font-size: 18px;
  margin: 0 20px 20px 0;
}

.main-timeline .description {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  clear: both;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  background: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: -3px;
}

.main-timeline .timeline:last-child:before {
  top: auto;
  bottom: 0;
}

.main-timeline .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}

.main-timeline .timeline:nth-child(2n) .year {
  right: auto;
  left: 35%;
}

.main-timeline .timeline:nth-child(2n) .year:before {
  border: 18px solid transparent;
  border-right: none;
  border-left: 18px solid #30419b;
  left: auto;
  right: -18px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  float: right;
  margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
  border-left: none;
  border-right: 20px solid #f0f4f7;
  right: auto;
  left: -20px;
}

@media only screen and (max-width: 1200px) {
  .main-timeline .year {
    right: 30%;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    left: 30%;
  }
}

@media only screen and (max-width: 990px) {
  .main-timeline .year {
    right: 25%;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    left: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    left: 10px;
  }

  .main-timeline .timeline {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }

  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:before {
    display: none;
  }

  .main-timeline .timeline-icon {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }

  .main-timeline .year,
  .main-timeline .timeline:nth-child(2n) .year {
    display: block;
    font-weight: bold;
    margin: 0 0 32px 30px;
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }

  .main-timeline .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 18px solid #30419b;
    right: auto;
    left: -18px;
  }

  .main-timeline .timeline-content {
    padding: 20px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: auto;
    float: none;
    margin: 0 0 0 30px;
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    border: none;
    border-bottom: 20px solid #f0f4f7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 480px) {
  .main-timeline .title {
    float: none;
  }

  .main-timeline .year,
  .main-timeline .timeline:nth-child(2n) .year {
    margin-left: 20px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    margin-left: 10px;
  }
}

.pricing-box {
  padding: 30px;
  position: relative;
}

.pricing-box .pricing-icon i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 56px;
  top: -25px;
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.pricing-box .pricing-features {
  padding-left: 20px;
}

.pricing-box .pricing-plan sup {
  font-size: 26px;
  position: relative;
  top: -18px;
}

.pricing-box .pricing-border {
  border-top: 1px solid #f0f4f7;
  margin: 0 auto;
  border-bottom: 1px solid #f0f4f7;
  padding: 5px;
}

.pricing-box .pricing-features {
  padding-left: 20px;
}

.switch-flex {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 26px;
  padding: 2px;
  border-radius: 18px;
  cursor: pointer;
  margin-top: -5px;
}

.switch-input-flex {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label-flex {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.42);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label-flex:before,
.switch-label-flex:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
  letter-spacing: 1px;
}

.switch-label-flex:before {
  content: attr(data-off);
  right: 7px;
  color: #333;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label-flex:after {
  content: attr(data-on);
  left: 6px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input-flex:checked~.switch-label-flex {
  background: #363a6d;
}

.switch-input-flex:checked~.switch-label-flex:before {
  opacity: 0;
}

.switch-input-flex:checked~.switch-label-flex:after {
  opacity: 1;
}

.switch-handle-flex {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 22px;
  height: 22px;
}

.switch-handle-flex:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 22px;
  height: 22px;
  background-image: url(../images/flags/us_flag.jpg);
  border-radius: 100%;
  background-size: cover;
}

.switch-input-flex:checked~.switch-handle-flex {
  left: auto;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  right: 4px;
}

.header-right-section {
  text-align: right;
}

.first {
  display: flex;
  width: 1189px;
  padding: 20px 36px;
  justify-content: space-between;
  align-items: center;
}

.icons {
  margin-right: 10px;
  /* Adjust as needed */
}


.search-icon {
  margin-top: 20px;
  margin-left: -210px;
  width: 44px;
  height: 44px;
}

.profile-icon {
  margin-left: 23px;
  margin-top: 2px;
  width: 44px;
  height: 44px;
}

.email-info {
  color: rgba(68, 40, 61, 0.60);
  margin-left: -51px;
  text-align: center;
  margin-top: 27px;
}

.fixheader {
  display: flex;
  justify-content: space-between;
}

.organization {
  color: #44283D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 2px;
}

.gap-12 {
  gap: 12px
}

.icons {
  gap: 25px;
}

.down-icon {
  margin-left: -0px;
  margin-top: 20px;
  width: 44px;
  height: 44px;
}

.space {
  margin-left: -120px
}

.h2 {
  color: #44283D;
}

.organization {
  color: #44283D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  margin-top: 2px;
}

.bell-icon {
  margin-top: 20px;
  width: 44px;
  height: 44px;
}

.help-icon {
  margin-top: 20px;
  width: 44px;
  height: 44px;
}

.logo-icon {
  width: 44px;
  height: 44px;
}

.headtop h3 {
  text-align: right;
  /* Ensures all elements are inline */
}

.headtop {
  padding-top: 12px;
  text-align: right;
}

.headtop p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  color: #6a6a6a;
}

.headtop p:last-child {
  margin-bottom: 10px;
}

.boxhead h5 {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.boxhead1 h5 {
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.boxhead ul {
  padding: 0px;
  margin: 0px;
}

.boxhead ul li {
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 9px 15px;
}

.boxhead .lastlogin {
  margin-top: -7px;
  color: #9f9e9e;
  font-size: 13px;
  display: block;
  padding-bottom: 10px;
}
.headtop{padding-top:12px; text-align: right; }
.headtop p{margin-bottom: 0px; padding-bottom: 0px; font-size: 12px; color:#6a6a6a;}
.headtop p:last-child{margin-bottom:10px;}
.boxhead h5{padding-bottom:10px; margin-bottom:15px;}

/* .boxhead p{padding-top:15px;padding-bottom:15px;} */
.boxheadsml h5 {
  padding-bottom: 10px;
  ;
  margin-bottom: 15px;
}

.boxheadsml h5 i {
  float: right;
}

.boxheadsml ul {
  padding: 0px;
  margin: 0px;
}

.boxheadsml ul li {
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  margin: 0px 0px 9px 0px;
  list-style: none;
}

.boxheadsml span {
  margin-top: -7px;
  color: #9f9e9e;
  font-size: 13px;
  display: block;
  padding-bottom: 10px;
}

/* .prgtem{margin-top: 18px; border-radius: 8px; text-transform: uppercase; text-align: center; background:#e6e6e6; padding-top: 10px; padding-bottom: 10px; color:#807b7b; font-weight: 600; letter-spacing: .5px; box-shadow: 0px 2px 1px #ccc;} */
.btncheckin {
  border: 2px solid #3c3f71;
  background: #fff;
  color: #3c3f71;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 7px;
  text-transform: uppercase;
}

.btncheckin:hover {
  background: #3c3f71;
  color: #fff;
}

.btnReviewSafetyPlan {
  border: 2px solid #3c3f71;
  background: #fff;
  color: #3c3f71;
  position: absolute;
  font-weight: 600;
  top: -7px;
  right: -170px;
  width: 100%;
  border-radius: 7px;
  text-transform: uppercase;
}

.btnReviewSafetyPlan:hover {
  background: #3c3f71;
  color: #fff;
}

.smlmodalbox {
  max-width: 80%;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 20px;
  text-align: left;
  margin-bottom: 15px;
}

.smlmodalbox ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.smlmodalbox ul li {
  margin-bottom: 7px;
}

.menulineblank {
  border-top: 1px solid #555;
  margin: 30px 20px;
  list-style: none;
}

.dropheadsec {
  margin-bottom: 12px;
  padding-right: 0px;
  border-radius: 6px;
}

.dropheadsec .fbox {
  display: inline-block;
  padding-right: 19px;
  padding-left: 22px;
  margin-bottom: -10px;
  font-size: 14px;
  padding-top: 4px;
}


.graphlscn ul {
  padding: 0px;
  margin: 0px;
  background: #4f527d;
  border-radius: 8px;
}

.graphlscn ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.graphlscn ul li .red {
  background-color: #ff3a4a;
  display: inline-block;
  width: 0%;
  height: 50px;
  border-top-left-radius: 8px;
}

.graphlscn ul li .pink {
  background-color: #ff9070;
  display: inline-block;
  width: 0%;
  height: 50px;
}

.graphlscn ul li .yellow {
  background-color: #e4d904;
  display: inline-block;
  width: 0%;
  height: 50px;
  border-bottom-left-radius: 8px;
}

.multiselect-container li a,
.multiselect-container .multiselect-all {
  color: #333;
}

/* .dropheadsec .multiselect-native-select .btn{padding-right:19px!important; padding-left:19px!important;} */
.graphlright ul {
  padding: 0px;
  margin: 0px;
  border-radius: 8px;
}

.graphlright ul li {
  padding: 0px;
  margin: 0px 0px 10px;
  list-style: none;
  color: #333;
  line-height: 50px;
}

.graphlright ul li .red {
  background-color: #ff3a4a;
  display: inline-block;
  max-width: 140px;
  width: 0%;
  height: 50px;
  border-radius: 8px;
  margin-right: 10px;
}

.graphlright ul li .pink {
  background-color: #ff9070;
  display: inline-block;
  max-width: 140px;
  width: 0%;
  height: 50px;
  border-radius: 8px;
  margin-right: 10px;
}

.graphlright ul li .yellow {
  background-color: #e4d904;
  display: inline-block;
  max-width: 140px;
  width: 0%;
  height: 50px;
  border-radius: 8px;
  margin-right: 10px;
}

.graphlright ul li:last-child {
  margin: 0px 0px 0px;
}

.graphlright ul li span {
  float: right;
}

.donut-chart .flot-chart .legend div {
  right: 10px !important;
}

.donut-chart .flot-chart .legend table {
  right: 10px !important;
}

.donut-chart2 .flot-chart .legend div {
  right: 10px !important;
}

.donut-chart2 .flot-chart .legend table {
  right: 10px !important;
}

.textsmlblock {
  margin-top: -27px;
  margin-bottom: 20px;
}

.textsmlblock p {
  font-size: 13px;
  color: #646464;
}

.headlighttext {
  float: right;
  font-weight: 400;
  color: #7d7d7d;
}

.sperm h6 {
  text-transform: uppercase;
  color: #7d7d7d;
}

.sperm .lightgrey {
  color: #7d7d7d;
  font-size: 12px;
}

.sperm ul {
  padding: 10px;
  margin: 0px 0px 25px;
  border-radius: 8px;
}

.sperm ul li {
  padding: 0px;
  margin: 0px 0px 8px;
  list-style: none;
  color: #333;
  font-weight: 600;
}

.sperm ul li span {
  float: right;
}

.sperm ul li .text-red {
  color: #ff3a4a !important;
}

.tabcs .nav-tabs .nav-link {
  color: #44283D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.tabcs .nav-link.active {
  color: #44283D;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.tabcs .nav-tabs .nav-item.show .nav-link,
.tabcs .nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: inset 0px -2px 0px 0px #2530de;
  -moz-box-shadow: inset 0px -2px 0px 0px #2530de;
  box-shadow: inset 0px -2px 0px 0px #2530de;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  -webkit-box-shadow: inset 0px -2px 0px 0px #2530de;
  -moz-box-shadow: inset 0px -2px 0px 0px #2530de;
  box-shadow: inset 0px -2px 0px 0px #2530de;
  color: #333;
}

.searchbox {
  margin-bottom: 25px;
}

.wavesearch span {
  position: absolute;
  color: #777;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

.wavesearch input {
  border: 2px solid #c6c6c6 !important;
  background: #fff !important;
}

.wavesearch button {
  background: #30419b;
  float: right;
  right: 10px;
  left: auto;
  color: #fff;
  height: 40px;
  top: 0px;
  width: 80px;
  font-size: 17px;
  border-radius: 6px;
  right: 0px;
}

.serhwave ul {
  padding: 0px;
  margin: 0px;
}

.serhwave ul li {
  padding: 10px 0px 5px;
  margin: 0px;
  border-bottom: 1px solid #ccc;
}

.serhwave ul li img {
  float: left;
  margin-right: 10px;
}

.serhwave ul li h5 {
  border: none;
  color: #333;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  font-size: 17px;
}

.serhwave ul li p {
  color: #9b9b9b;
  font-weight: 400;
}

.serhwave ul li .blue {
  float: right;
  background: #f8f8f8;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  border-radius: 6px;
  margin-top: 15px;
  margin-left: 3px;
  margin-right: 3px;
  color: #5e5d5d;
}

.serhwave ul li .blue i {
  background: #0076a6;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.serhwave ul li .red {
  float: right;
  background: #f8f8f8;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  border-radius: 6px;
  margin-top: 15px;
  margin-left: 3px;
  margin-right: 3px;
  color: #5e5d5d;
}

.serhwave ul li .red i {
  background: #ff3a4a;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.serhwave ul li .pink {
  float: right;
  background: #f8f8f8;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  border-radius: 6px;
  margin-top: 15px;
  margin-left: 3px;
  margin-right: 3px;
  color: #5e5d5d;
}

.serhwave ul li .pink i {
  background: #ff9070;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.serhwave ul li .yellow {
  float: right;
  background: #f8f8f8;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  border-radius: 6px;
  margin-top: 15px;
  margin-left: 3px;
  margin-right: 3px;
  color: #5e5d5d;
}

.serhwave ul li .yellow i {
  background: #e4d904;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

/* data table */
.datawave {
  padding: 0px;
  margin: 0px;
}

.datawave td {
  padding: 10px 0px 5px;
  margin: 0px;
  border-bottom: 1px solid #ccc;
}

.datawave td img {
  float: left;
  margin-right: 10px;
}

.datawave td h5 {
  border: none;
  color: #333;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  font-size: 17px;
}

.datawave td p {
  color: #9b9b9b;
  font-weight: 400;
}

.datawave td .blue {
  background: rgba(89, 139, 166, 0.10);
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  border-radius: 16px;
  color: #598BA6;
}

.datawave td .blue i {
  background: #598BA6;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .red {
  background: rgba(185, 16, 4, 0.05);
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  border-radius: 16px;
  color: #ff3a4a;
}

.datawave td .red i {
  background: #ff3a4a;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .pink {
  background: #f8f8f8;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  border-radius: 6px;
  color: #5e5d5d;
}

.datawave td .pink i {
  background: #ff9070;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .yellow {
  color: #B54708;
  display: flex;
  gap: 6px;
  border-radius: 16px;
  background: #FFFAEB;
  mix-blend-mode: multiply;
  float: right;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  margin-left: 3px;
  margin-right: 3px;
}

.datawave td .yellow i {
  background: #B54708;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .dark-blue i {
  background: #4f527d;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .green {
  color: #027A48;
  display: flex;
  padding: 4px 12px 4px 10px;
  gap: 6px;
  border-radius: 16px;
  background: #ECFDF3;
  mix-blend-mode: multiply;
  float: right;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  margin-left: 3px;
  margin-right: 3px;
}

.datawave td .green i {
  background: #027A48;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .purple {
  font-weight: 400;
  font-size: 12px;
  background: rgba(68, 40, 61, 0.10);
  padding: 3px 7px 3px 20px;
  border-radius: 16px;
  color: #44283D;
}

.datawave td .purple i {
  background: #44283D;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #fff !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fff !important;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 0px solid transparent !important;
}

table.dataTable.no-footer {
  border-bottom: 0px solid transparent !important;
}

table.dataTable thead th,
table.dataTable thead td {
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  color: #202124;
  border-bottom: 1px solid #fcf8f8 !important;
}

.dataTables_filter:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f002";
  left: 0px;
  bottom: 0px;
  color: #777;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

/* .dataTables_filter:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f002";
  right: -90px;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    background: #30419b;
    border-radius: 6px;
    cursor: pointer;
} */

.dataTables_wrapper .dataTables_filter {
  float: none !important;
  margin-right: 0px;
  position: relative;
}

.dataTables_wrapper .dataTables_filter input {
  border: 2px solid #c6c6c6 !important;
  border-radius: 6px;
  padding: 7px 7px 7px 32px;
  margin-left: 0px !important;
  width: 100%;
  font-size: 13px;
  color: #495057;
  height: 40px;
}

.dataTables_filter label {
  display: block;
}

.dataTables_length {
  display: none;
}

/* data table */

.tpsearchbtn {
  padding-top: 5px;
  padding-bottom: 10px;
}

.tpsearchbtn button {
  border: none;
  padding: 7px 14px 7px 30px;
  background: #d0d1dc;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #575757;
}

.tpsearchbtn button .red {
  background: #ff3a4a;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
  border: 1px solid #fff;
}

.tpsearchbtn button .pink {
  background: #ff9070;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
  border: 1px solid #fff;
}

.tpsearchbtn button .yellow {
  background: #e4d904;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
  border: 1px solid #fff;
}

.tpsearchbtn button .blue {
  background: #0076a6;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
  border: 1px solid #fff;
}

.tpsearchbtn i {
  font-size: 11px;
  display: inline-block;
  padding-left: 5px;
}

.bigbtnpad {
  padding: 10px 15px;
  background: #fff;
  color: #363a6d;
  font-weight: bold;
  border: 1px solid #dbdbdb;
}

.headpanelb {
  padding-top: 20px;
  padding-bottom: 10px;
}

.headpanelb img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.headpanelb h4 {
  color: #222;
  font-weight: 600;
  margin-top: 8px;
}

.headpanelb h5 {
  margin-top: 5px;
  margin-bottom: 8px;
}

.headpanelb span {
  display: inline-block;
  padding: 1px 10px;
  margin-top: 3px;
  margin-bottom: 6px;
  background: #ff3a4a;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 1px;
}

.headpanelb p {
  color: #9b9b9b;
}

.tblwve {
  width: 100%;
}

.tblwve th {
  width: 30%;
  font-weight: 500;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.tblwve td {
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btal h6 {
  text-transform: uppercase;
  color: #7d7d7d;
  padding-bottom: 10px;
  padding-top: 6px;
}

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

.redbg {
  background: #ff3a4a;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  padding-left: 9px;
  padding-right: 9px;
}

.pink-text {
  color: #ff9070;
}

.red-text {
  color: #ff3a4a;
}

.brown-text {
  color: #ae771f;
}

.slideryellow {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d0d1dc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 20px;
}

.slideryellow:hover {
  opacity: 1;
}

.slideryellow::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #e4d904;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #fff;
}

.slideryellow::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #e4d904;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #fff;
}

.sliderred {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d0d1dc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 20px;
}

.sliderred:hover {
  opacity: 1;
}

.sliderred::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ff3a4a;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #fff;
}

.sliderred::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ff3a4a;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #fff;
}

.sliderpink {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d0d1dc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 20px;
}

.sliderpink:hover {
  opacity: 1;
}

.sliderpink::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ff9070;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #fff;
}

.sliderpink::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ff9070;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #fff;
}

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

.fixheader {
  background: #f8f8f8;
  position: fixed;
  z-index: 9;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ececec;
  margin-left: 240px;
  right: 0px;
  left: 0px;
  top: 0px;
  min-height: 65px;
  width: calc(100% - 240px);
}

.hdr-section {
  max-width: 967px;
  margin: 0 auto;
}

.enlarged .fixheader {
  margin-left: 70px;
}

.fixheader li {
  list-style: none;
}





/*  */
.pb-24 {
  padding-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.students-tab .active span {
  color: #2530de;
}

.sml-space {
  float: right;
  letter-spacing: 1px;
}


@media screen and (max-width:480px) {
  .import-btn {
    text-align: right;
    display: inline-block;
    width: 98%;
    padding-bottom: 15px;
  }

}

@media screen and (min-width:481px) and (max-width:767px) {
  .import-btn {
    text-align: right;
    display: inline-block;
    width: 98%;
    padding-bottom: 15px;
  }


}

.form-group.mb-0.wavesearch {
  margin-right: 89px;
}


@media screen and (min-width:1023px) {
  .content-page .contentnw {
    margin: 110px auto;
  }

  .header-right-section {
    width: 900px;
    width: 100%;
    margin: 0 20px;
  }

  .charts-flot-width {
    max-width: 960px;
    margin: 0 auto;
  }

  .import-btn {
    text-align: right;
    display: inline-block;
    width: 47%;
  }

  .contentnw.cohort-report-content {
    margin: 175px auto;
  }
}


@media screen and (max-width:767px) {
  .wavepostn {
    top: 0px;
  }

  .d-none-mobile {
    display: none;
  }

  .side-menu {
    position: absolute;
  }

  .enlarged .fixheader {
    margin-left: 0px;
    padding-top: 0px;
    clear: both;
  }

  .fixheader {
    position: relative;
    margin-left: 0px;
  }
}

@media screen and (min-width:768px) {
  #d-none-desktop {
    display: none;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .dropheadsec {
    display: -webkit-inline-box;
  }

  .tablet-btn {
    width: 75% !important
  }
}

@media screen and (min-width:1024px) and (max-width:1024px) {
  .cstm-pl-35 {
    padding-left: 35px
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .fixheader .headtop {
    width: 467px;
  }

  .fixheader .dropheadsec .multiselect-native-select .btn {
    padding-left: 16px !important;
  }

  .table-filter-item {
    width: 525px;
  }

  .tab-title-pb {
    padding-bottom: 15px;
  }

  .tpsearchbtn {
    padding-bottom: 20px;
  }

  .tpsearchbtn button {
    padding: 7px 7px 7px 24px;
  }

  .tabcs .nav-tabs .nav-link {
    padding: 8px 14px;
  }

  .tab-full-width {
    max-width: 100%;
    flex: 100%;
  }

  .table-filter-item div {
    font-size: 12px;
  }

  .cstm-pl-35 {
    padding-left: 35px
  }

  .enlarged #sidebar-menu {
    padding-top: 40px;
  }

  #sidebar-menu {
    padding-top: 0px;
  }

  .topbar-left {
    height: 116px !important;
  }

  .enlarged .side-menu {
    top: 70px;
  }

  .side-menu {
    top: 115px;
  }

  .side-menu {
    top: 115px;
  }

  .enlarged .left.side-menu {
    margin-left: 0px;
  }

  .header-right-section {
    width: 600px;
    margin: 0 auto;
  }

  .content-page .content {
    width: 600px;
    margin: 110px auto;
  }

  .hdr-section {
    max-width: 561px;
    margin: 0 auto;
  }

}

.display-inline {
  display: inline-block;
}

/* .multiselect-item.multiselect-all{position: absolute;bottom: 0px; } */
.multiselect-container.dropdown-menu.show li:last-child {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.lang-select {
  padding: 3px;
  color: #20245a;
  border: 1p solid #20245a;
  float: right;
}

.filter-table-item .list-group-item {
  padding: 7px 15px;
  background-color: #F8F8F8;
}

.block-none {
  display: none;
}

.table-filter-item {
  display: flex;
}

.table-filter-item div {
  display: -webkit-inline-box;
  float: left;
  margin-right: 25px;
  border: none;
  padding: 7px 14px 7px 30px;
  background: #d0d1dc;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #575757;
}

.table-filter-item .red {
  background: #ff3a4a;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
  border: 1px solid #fff;
}

.table-filter-item .yellow {
  background: #e4d904;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
  border: 1px solid #fff;
}

.table-filter-item .pink {
  background: #ff9070;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
  border: 1px solid #fff;
}



.filter-float-left {
  float: left;
}

.clear-all-btn {
  padding: 8px 15px;
  display: -webkit-inline-box;
}

@media screen and (min-width:768px) {
  #d-none-desktop {
    display: none;
  }

  .ipad-desktop-cstm-float-left {
    float: left;
  }
}

.table-filter-item {
  display: flex;
  clear: both;
}



/* New CSS 12 Dec 2019 */


/* New CSS 12 Dec 2019 */


.filter-float-left {
  float: left;
}

.clear-all-btn {
  padding: 8px 15px;
  display: -webkit-inline-box;
}

/* ==================== 05-12-2019 =================== */
.grey-color {
  color: #555;
}

.black-color {
  color: #222 !important;
}

.light-grey {
  color: #9b9b9b;
}

.font-weight-500 {
  font-weight: 500;
}

.white-color {
  color: #fff !important;
}

.mr-8 {
  margin-right: 8px;
}

.background-white {
  background-color: #fff;
}

.background-pink {
  background: #ff3a4a;
}

.background-ligh-pink {
  background: #ff9070;
}

.background-green {
  background: #009382;
}

.background-blue {
  background: #0076a6;
}

.background-dark-blue {
  background: #4f527d;
}

.background-yellow {
  background: #e4d904;
}

.background-grey {
  background: #ededed;
}

.background-purple {
  background-color: #A020F0;
}

.background-red {
  background-color: #dc3545
}

;

.font20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.display-flow-root {
  display: flow-root;
}

.vertical-align-middle {
  vertical-align: middle;
}

.meddision-content-btn {
  padding: 2px 19px;
  border-radius: 5px;
}

.meddision-quesn-option-box span span {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-left: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.wellbeing-show-more-text,
.concern-show-more-text,
.school-performance-content {
  display: none;
}

.show-less-btn,
.show-less-btn2,
.show-less-btn3,
.show-less-pm-btn {
  display: none;
}

.verticall-cneter-text {
  display: table-cell;
  vertical-align: middle;
  height: 56px;
}

/* ==================== 05-12-2019 =================== */
.marg-bot20 {
  margin-bottom: 20px;
}

.hder-wlog {
  margin-bottom: 20px;
}

.hder-wlog h3 {
  font-size: 23px;
  margin: 0;
  font-weight: 500;
}

.hder-wlog p {
  padding-top: 4px;
}

.hder-wlog a i {
  display: inline-block;
}

.hder-wlog a {
  color: #111;
}

.smlbox {
  max-width: 360px;
  margin: 0 auto 20px;
}

.smlbox .cardbodylogin {
  padding: 1.25rem 1rem .8px;
}

.btncheckbg {
  border: 2px solid #3c3f71;
  background: #3c3f71;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 50%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 7px;
  text-transform: uppercase;
}

.btncheckbg:hover {
  background: #20245a;
  color: #fff;
}

.btnrsp {
  border: 2px solid #3c3f71;
  background: #3c3f71;
  color: #fff;
  border-radius: 7px;
  font-weight: 600;
  text-transform: uppercase;
}

.btnrsp:hover {
  background: #20245a;
  color: #fff;
}

.btnDownload {
  border: 2px solid #3c3f71;
  background: #3c3f71;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: -80px;
  right: -170px;
  border-radius: 7px;
}

.btnDownload:hover {
  background: #20245a;
  color: #fff;
}

.btndflt {
  border: 2px solid #f2f2f5;
  box-shadow: 0px 2px 1px #ccc;
  background: #f2f2f5;
  color: #3c3f71;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 7px;
  text-transform: uppercase;
}

.btndflt:hover {
  border: 2px solid #20245a;
  box-shadow: 0px 2px 1px #20245a;
  background: #20245a;
  color: #fff;
}

.okgreen {
  border: 2px solid #009382;
  background: #009382;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 7px 12px;
  min-width: 80px;
  border-radius: 7px;
  text-transform: uppercase;
}

.okgreen:hover {
  border: 2px solid #008374;
  background: #008374;
  color: #fff;
}

.edittextblue {
  background: none;
  color: #3c3f71;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 7px 12px;
  min-width: 80px;
  border-radius: 7px;
  text-transform: uppercase;
}

.edittextblue:hover {
  color: #3c3f71;
}

.outwve img {
  float: left;
  margin-right: 14px;
  width: 75px;
}

.outwve {
  padding-top: 2px;
}

.outwve h4 {
  padding-top: 10px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}

.outwve p {}

.outwve span {
  position: absolute;
  right: 15px;
  top: -10px;
  background-color: #ff9070;
  padding: 3px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.padt3 {
  padding-top: 3px;
}

/* .wavlogb{padding:0px; margin:0px 0px 45px!important; list-style:none;}
/* .wavlogb li{padding:0px; margin:0px;} */
.wavlogb li a {
  padding: 10px 20px;
  display: block;
  text-align: left;
  color: #202124;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.22px;
}

.smlbox .mwdthlogin {
  max-width: 340px;
}

.hderbox {
  color: #fff;
  float: right;
}

.top-hderbox {
  background-color: #373a6d;
  padding: 5px 10px;
}

.top-hderbox .nav-link {
  color: #fff;
  padding-right: 10px;
}

.top-hderbox .nav-link span {
  display: inline-block;
  padding-right: 10px;
}

.top-hderbox .dropdown-menu {
  top: 7px !important;
}

.top-hderbox .dropdown-item {
  padding: .5rem 1rem;
}

.top-hderbox .dropdown-item {
  font-size: 14px;
}

.ubox {
  padding: 0px
}

.redbg {
  background: #ff3a4a;
  color: #fff;
  margin-top: 2%;
  text-transform: uppercase;
  float: right;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.pinkbg {
  background: #ff9070;
  color: #fff;
  margin-top: 2%;
  text-transform: uppercase;
  float: right;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.yellowbg {
  background: #e4d904;
  color: #fff;
  margin-top: 2%;
  text-transform: uppercase;
  float: right;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.greenbg {
  background: #19c691;
  color: #fff;
  margin-top: 2%;
  text-transform: uppercase;
  float: right;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.no-concern-option {
  display: none;
}

.mt-65 {
  margin-top: 65px;
}

@media screen and (min-width:768px) {
  #d-none-desktop {
    display: none;
  }

  .ipad-desktop-cstm-float-left {
    float: left;
  }

}

@media screen and (max-width:480px) {
  .d-xs-block {
    display: block;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .stakeholders-section th {
    width: 50%;
  }

  .top-hderbox ul li .dropdown a span {
    display: none;
  }
}

.stk-topheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding-right: 15px;
  height: 60px
}

.stk-topheader img {
  height: 60px;
}

.stk-header a {
  color: #363A6D;
}

.stk-topheader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding-right: 15px;
  height: 60px
}

.stk-topheader img {
  height: 60px;
}

.stk-header a{
  color: #363A6D;
}

@media screen and (max-width:768px) {
  .py-mobile-tablet-0 {
    padding-left: 0;
    padding-right: 0;
  }
}


@media screen and (min-width:481px) {
  .float-md-right {
    float: right;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .ipad-full-width {
    flex: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (min-width:481px) {
  .float-md-right {
    float: right;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .ipad-full-width {
    flex: 100% !important;
    max-width: 100% !important;
  }
}

/* New CSS 12 Dec 2019 */

/* Start New CSS 1 Jan 2020 */
@media screen and (min-width:768px) and (max-width:1023px) {
  .topbar {
    position: inherit;
  }

  .topbar-left {
    position: fixed !important;
    z-index: 999 !important;
  }
}

.dropheadsec {
  font-size: 0px;
  border: 0px solid #ccc !important;
}

.dropheadsec .cls-radius {
}

.dropheadsec .cls-radius span:first-child .btn-group {
  border-left: 0px solid #ccc;
}

.dropheadsec .cls-radius span:last-child {
  border-right: 0px solid #ccc;
}

.dropheadsec span {
  display: inline-block;
}

.dropheadsec .fbox {
  display: inline-table;
  padding-right: 19px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  opacity: .5;
  position: relative;
  height: 24px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.dropheadsec span:last-child {
  border-right: 1px solid #ccc;
}

.clearAllBtn {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  margin-left: 6px;
  margin-right: 6px;
}

/* End New CSS 1 Jan 2020 */

.modal-body-test {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: .5px;
  width: 450px;
  height: 300px
}

/* Start New CSS 8 Jan 2020 - Luke */
.progress {
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
}

.progress-bar {
  border-radius: 4px;
}

.fa.muted {
  opacity: .5
}

.fa-question-circle {
  cursor: help;
}

.modal-body h6 {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: .5px;
}

.btn-in-progress,
.btn-in-progress:hover {
  opacity: .7;
  background: #e6e6e6;
  color: #807b7b;
}

.multiselect-container label,
.multiselect-item label,
.multiselect-item.multiselect-all {
  width: 100%;
}

/* Filter bar multiselect */
.dropheadsec .multiselect-native-select .btn {
  color: var(--Base-Black-300, #545454);
  font-size: 13px;
  font-weight: 400;
  margin-top:12px;
  display: flex;
  padding: 11px 12px 11px 16px;
  align-items: center;
  gap: 62px;
  align-self: stretch;
  padding: 11px 12px 11px 16px;
  border-radius: 8px;
  border: 1px solid rgba(32, 33, 36, 0.40);
  background: var(--Base-White-500, #FFF);
}

.dropheadsec .multiselect-native-select .btn:hover {
  background-color: #fff;
}

.dropheadsec .multiselect-native-select .btn:focus {
  background-color: #D0D1DC;
  box-shadow: none
}

/* remove focus indicator outline */

/* Add hover BG / active colors */
.multiselect-container>li>a>label.checkbox:hover,
.multiselect-container>li>a>label.radio:hover {
  background-color: #F2F2F5;
}

.multiselect-container>li>a>label.checkbox:active,
.multiselect-container>li>a>label.radio:active {
  background-color: #EAEAEF;
}

.multiselect-container>li.active {
  background-color: #F8F8F8;
}

.multiselect-container>li>a>label>input[type=checkbox] {
  margin-right: .5em;
  margin-top: .6em;
  margin-bottom: 10px !important;
}

.multiselect-all>label>input[type=checkbox] {
  display: none;
}

/* hide checkbox */
.multiselect-all>label {
  font-weight: normal !important;
  color: #3D43A5
}

.multiselect-container>li>a.multiselect-all label {
  margin-top: .6em;
}

/* TYPOGRAPHY STYLES*/

.title-1 {}

.title-jumbo {
  color: #44283D;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.52px;
  line-height: 41px;
  padding-bottom: 12px;
  text-align: right;
}

.title-2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.35px;
  line-height: 28px;
}

.title-3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.52px;
  line-height: 25px;
}

.helper-text,
.d-helper-text {
  font-size: 13px;
  line-height: 18px;
  opacity: .7;
}

.helper-text-block {
  margin-top: -20px;
  margin-bottom: 1.5em;
  opacity: .5;
}

/* .card.in-progress{opacity: .6;} */

/* .card.in-progress h5 {color: #009382;} */
/* .card.in-progress p {opacity: .8;} */


/* Help Pill */
.help-pill {
  border: 1px solid #D8DBDD;
  border-radius: 32px;
  padding: 16px 24px 16px 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.help-pill>p {
  text-align: center;
  line-height: 1em;
  margin: 0;
}

.fa-question-circle.green {
  color: #008489;
  font-size: 18px;
  vertical-align: text-top;
  cursor: default;
}


/* Help topics list */
.help-list {}

.fas.fa-external-link-alt {
  margin-left: .5em;
}

/* End CSS 8 Jan 2020 - Luke */



/* Start New CSS 2 June 2020 */
.tablebox {
  width: 100%;
  border: 1px solid #dee2e6 !important;
}

.tablebox thead {
  border-bottom: 0px solid transparent !important;
}

.tablebox thead th {
  background: #343A40;
  color: #fff;
  border-bottom: 0px solid transparent !important;
}

.tablebox tbody td {
  padding: 10px 12px !important;
  border-top: 0px solid transparent !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.btn-edit {
  border: 1px solid #009382;
  background: #009382;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

.btn-edit:hover {
  border: 1px solid #007D6F;
  background: #007D6F;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .4);
}

.btn-user {
  border: 1px solid #4F527D;
  background: #4F527D;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

.btn-user:hover {
  border: 1px solid #3C3F71;
  background: #3C3F71;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .4);
}

.btn-check {
  border: 1px solid #FF9070;
  background: #FF9070;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

.btn-check:hover {
  border: 1px solid #F56A41;
  background: #F56A41;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .4);
}

.btn-ban {
  border: 1px solid #FF3A4A;
  background: #FF3A4A;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

.btn-assign, .btn-unassign {
  
  border-radius: 8px;
  border: 1px solid #44283D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.btn-assign {
  background: #44283D;
  color: #FFF;
  padding: 4px 24px;
}

.btn-unassign {
  background: #fff;
  color: #44283D;
  padding: 4px 16px;
}

.btn-organizations {
  border: 1px solid #4F527D;
  background: #4F527D;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  height: 30px;
  width: 120px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

.btn-ban:hover {
  border: 1px solid #F41729;
  background: #F41729;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .4);
}

.mydltbox {
  background-color: #efefef;
  padding-top: 40px;
}

.modal-header .close {
  border-bottom: none;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  font-weight: 299;
  padding: 0px;
  background: #fff;
  opacity: 1;
}

.modal-header .close {
  line-height: 28px;
}

.mydltbox .modal-body .close {
  position: absolute;
  right: -15px;
  top: -53px;
  border: 1px solid #555;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  font-weight: 299;
  background: #fff;
  opacity: 1;
}

.mydltbox i {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 2px solid #d9534f;
  color: #d9534f;
  font-size: 25px;
}

.mydltbox h6 {
  color: #d9534f;
  text-transform: uppercase;
  font-size: 24px !important;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 30px;
}

.mydltbox p {
  font-size: 17px
}

.mydltbox .modal-footer {
  background-color: #fff;
}

.pad-bot15 {
  padding-bottom: 15px;
}

.cstmbtn {
  font-size: 14px;
}

.cstmbtn i {
  font-size: 12px;
  padding-right: 5px;
}

.dtbxtbl .dataTables_wrapper .dataTables_filter {
  display: none !important;
}

.dtbxtbl .dataTables_wrapper .dataTables_filter input {
  width: auto !important;
}

.dtbxtbl .dataTables_wrapper .dataTables_filter {
  float: right !important;
}

.dtbxtbl .dataTables_filter::before {
  bottom: 7px;
}

.dtbxtbl .dataTables_length {
  display: block !important;
}

.dtbxtbl .dataTables_length select {
  border: 2px solid #c6c6c6 !important;
  padding: 7px;
  height: 40px;
  border-radius: 7px;
}

.dtbxtbl .dataTables_wrapper .dataTables_info {
  display: block;
}

.dtbxtbl .dataTables_paginate {
  margin-top: 15px;
  border-radius: 6px;
  padding-top: 0px !important;
}

.dtbxtbl .dataTables_wrapper .dataTables_paginate .paginate_button.current{
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #78BC61;
  color: #78BC61 !important;
}

.dtbxtbl .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #007b6d !important;
    border: 1px solid #007b6d;
    background: transparent;
}


.mydltbox{background-color: #efefef; padding-top:40px;}
.modal-header .close{position: absolute; right: 0px; top: 0px; border: 1px solid #555; height: 28px; width: 28px; border-radius: 50px; font-weight: 299; padding:0px; background: #fff; opacity: 1;}
.modal-header .close{line-height:28px;}
.mydltbox .modal-body .close{position: absolute; right: -15px; top: -53px; border: 1px solid #555; height: 28px; width: 28px; border-radius: 50px; font-weight: 299; background: #fff; opacity: 1;}
.mydltbox i{display: block; margin: 0 auto; margin-bottom: 0px;width: 70px; height: 70px; line-height: 70px;  border-radius: 50%; margin-bottom: 10px; border: 2px solid #d9534f; color:#d9534f; font-size:25px;}
.mydltbox h6{color:#d9534f; text-transform:uppercase; font-size:24px!important; letter-spacing:1px; font-weight:600; padding-top:10px; padding-bottom:30px;}
.mydltbox p{font-size:17px}
.mydltbox .modal-footer{background-color: #fff;}
.pad-bot15{padding-bottom:15px;}
.cstmbtn{font-size:14px;}
.cstmbtn i{font-size:12px; padding-right:5px;}
.dtbxtbl .dataTables_wrapper .dataTables_filter {display: none !important;}
.dtbxtbl .dataTables_wrapper .dataTables_filter input{width:auto!important;}
.dtbxtbl .dataTables_wrapper .dataTables_filter{float:right!important;}
.dtbxtbl .dataTables_filter::before{bottom: 7px;}
.dtbxtbl .dataTables_length{display:block!important;}
.dtbxtbl .dataTables_length select{border: 2px solid #c6c6c6 !important; padding: 7px; height: 40px; border-radius: 7px;}
.dtbxtbl .dataTables_wrapper .dataTables_info{display:block;}
.dtbxtbl .dataTables_paginate { margin-top: 15px; border-radius: 6px; padding-top:0px!important;}
.dtbxtbl .dataTables_wrapper .dataTables_paginate .paginate_button,
.dtbxtbl .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {width: 32px; height: 32px; padding: 6px; justify-content: center; align-items: center; border-radius: 8px; color: #20212433 !important; border: 1px solid rgba(32, 33, 36, 0.20); background: #FFF; margin-left: 12px !important;}
.dtbxtbl .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dtbxtbl .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover { color: #5D616D !important; border: 1px solid #5D616D; background: #FFF; margin-left: 12px !important;}
/* End New CSS 2 June 2020 */
#sel {
  width: 300px;
  height: 40px;
  margin-left: 100px;
  overflow-y: scroll;
}

/*700px width for example*/

#sel option {
  width: 700px;
  /*default would be inherit*/
  height: 60px;
  /*just changed for example*/
  overflow-y: scroll;
}

.wrapper {
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 150px;
}

.wrapper .selection {
  width: 150px;
  border: 1px solid #ccc
}

.dropdown1 {
  width: 290px;
  overflow: scroll;
  height: 20px;
}

.newSelect {
  min-width: 100px;
  min-height: 45px;
  border-width: 3px;
  border-color: rgba(50, 50, 50, 0.14);
  margin: 10px 10px 10px 0px;
}

.newInputBox {
  width: 50px;
  height: 10px
}

.values-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 16px;
}

select:invalid {
  color: gray;
}

#value-table tbody tr:hover {
  cursor: pointer;
}


#value-table tbody tr.selected {
  background-color: #aab7d1;
  color: white;
}

.show-performance-metric-content {
  display: none;
}

.other-ans-badge {
  font-size: 12px;
  background-color: #6c757d;
  color: white;
  text-align: center;
  float: right;
  padding: 5px;
  border-radius: 5px;
}

.other-q-ans-show-more-text,
.show-less-btn-other-qa {
  display: none;
}

.datawave td .slider-red {
  color: #dc3545;
  display: flex;
  gap: 6px;
  border-radius: 16px;
  background: rgba(185, 16, 4, 0.05);
  mix-blend-mode: multiply;
  float: right;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  margin-left: 3px;
  margin-right: 3px;
}

.datawave td .slider-red i {
  background: #dc3545;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .slider-yellow {
  color: #e4d904;
  display: flex;
  gap: 6px;
  border-radius: 16px;
  background: #f8f8f8;
  mix-blend-mode: multiply;
  float: right;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  margin-left: 3px;
  margin-right: 3px;

}

.datawave td .slider-yellow i {
  background: #e4d904;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

.datawave td .slider-green {
  color: #009382;
  display: flex;
  gap: 6px;
  border-radius: 16px;
  background: #f8f8f8;
  mix-blend-mode: multiply;
  float: right;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 7px 3px 20px;
  margin-left: 3px;
  margin-right: 3px;
}

.datawave td .slider-green i {
  background: #009382;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 4px;
}

/* aside */
aside#right-aside {
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;

}

aside#right-aside::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.3;
}

.aside-wrapper {
  position: fixed;
  z-index: 999;
  width: 671px;
  background: #fff;
  min-height: 100vh;
  right: 0;
  top: 0;
  padding: 1.8rem 1.5rem;
  -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
}

.aside-wrapper::-webkit-scrollbar {
  width: 2px;
}

.aside-wrapper::-webkit-scrollbar-thumb {
  background: #363a6d;
  background: #eee;
}

/* aside footer */
.aside-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside-footer .btn-group {
  border-radius: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside-footer button {
  border-radius: 0;
  min-height: 50px;
  width: 100%;
  font-size: 1.1rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
}

.btn-default {
  background: #eeeeee;
  color: #373a6c;
}

.aside-body {
  display: block;
  height: calc(100vh - 150px);
  overflow-y: auto;
  width: 100%;
}

.aside-body::-webkit-scrollbar {
  display: none;
}

.aside-title {
  margin-bottom: 2rem;
}

.aside-title h3 {
  color: #333333;
  line-height: 10px;
}

.aside-title h3 span {
  margin-bottom: 1.3rem;
  display: block;
}

.aside_close {
  width: 25px !important;
  height: 25px !important;
  padding: 0;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: none !important;
  float: right;
  background-color: transparent;
  cursor: pointer;
}

.aside_close span {
  font-size: 2.25em;
}

#campaign_everyday .form-check-inline {
  width: 45%;
}

#recurring_element_wrapper {
  display: none;
}

.hide {
  display: none;
}

.asider-hide {
  visibility: hidden;
  z-index: -99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.asider-hide .aside-wrapper {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.asider-hide.show {
  z-index: 999;
  visibility: visible;
}

.asider-hide.show .aside-wrapper {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#loading-screen__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #fff, 12.72984px -12.72984px 0 0 #fff, 18px 0 0 0 #fff, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
  animation: dotSpin 1.5s infinite linear;
}

@keyframes dotSpin {
  0%,
  100% {
    box-shadow: 0 -18px 0 0 #fff, 12.72984px -12.72984px 0 0 #fff, 18px 0 0 0 #fff, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #fff, 18px 0 0 0 #fff, 12.72984px 12.72984px 0 0 #fff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #fff, 12.72984px 12.72984px 0 0 #fff, 0 18px 0 0 #fff, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #fff, 0 18px 0 0 #fff, -12.72984px 12.72984px 0 0 #fff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #fff, -12.72984px 12.72984px 0 0 #fff, -18px 0 0 0 #fff, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #fff, -18px 0 0 0 #fff, -12.72984px -12.72984px 0 0 #fff;
  }

  75% {
    box-shadow: 0 -18px 0 0 #fff, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #fff, -12.72984px -12.72984px 0 0 #fff;
  }

  87.5% {
    box-shadow: 0 -18px 0 0 #fff, 12.72984px -12.72984px 0 0 #fff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #fff;
  }
}

.nav-user-organization {
  margin: -11px -9px;
  padding: 10px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background: #FFF;
  overflow: hidden;
  color: #1E4854;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
}

.enlarged .nav-user-organization {
  width: 30px;
}

.notification-list .nav-link.nav-user-profile {
  line-height: normal;
  padding: 8px 16px;
}

.topbar .topbar-left .logo.nav-logo {
  line-height: normal;
}

.stakeholder-user-organization {
  max-width: 200px;
  margin: 10px 0;
  padding: 7px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.7);
  text-overflow: ellipsis;
}

.wrapper-review-sp-page {
  margin: 2% auto 4% auto;
  width: 80%;
}

@media (max-width: 767px) {
  .wrapper-review-sp-page {
    width: 90%;
  }
}

.top-header-stakeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #373a6d;
  padding: 5px 10px;
}

.header-box-stakeholder a {
  color: #fff;
}

#canvas-container {
  height: 500px;
  overflow: auto;
  background: #333;
  text-align: center;
  border: 3px solid black;
}

#pdf-viewer-controls {
  display: flex;
}

#pdf-viewer-controls .toolbar-control {
  width: 20%;
  background-color: #333;
  color: #fff;
  font-size: 1.5rem;
}

#pdf-viewer-controls .pdf_page_section {
  width: 20%;
  display: flex;
  align-items: center;
  background-color: #333;
  color: #fff;
  font-size: 1.5rem;
}

#page_number {
  width: 50%;
  border: none;
  height: 100%;
  text-align: center;
  background-color: #333;
  color: #fff;
  line-height: normal;
}

.pdf_page_section .slash {
  width: 20%;
  height: 100%;
  text-align: center;
}

.pdf_page_section #page_count {
  width: 40%;
  height: 100%;
  text-align: center;
}


#loadingPDF {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.form-box {
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 10px;
}

.stfa_card {
  width: 500px;
}

@media (max-width: 500px) {
  .stfa_card {
    width: 100%;
  }
}

.qr_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  position: relative;
  width: 300px;
  height: 300px;
}

.alt_code {
  text-align: center;
}

.sms_txt {
  padding: 15px;
  height: 300px;
  width: 100%;
}

.drop-down-box {
  text-align: left;
  width: 136px;
  height: 40px;
  padding: 9px 12px 11px 16px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background-repeat: no-repeat;
  background-position: 110px center;
}

.filter-box {
  text-align: right;
  width: 106px;
  height: 40px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background-image: url('/assets/images/tenant-logo/filter-lines.svg');
  background-repeat: no-repeat;
  background-position: 16px center;
}

.filter-box.clicked {
  background: #EA6249;
  color: white; 
  background-image: url('/assets/images/tenant-logo/filter-lines-clicked.svg');
  background-repeat: no-repeat;
  border: 1.5px solid #EA6249;
  background-position: 16px center;
}

.filter-box.clicked::placeholder {
  color: white; 
}

.search-box {
  text-align: left;
  display: inline-block;
  height: 40px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background-image: url('/assets/images/tenant-logo/search-md.svg');
  background-repeat: no-repeat;
  background-position: 166px center;
}


 
.tenant-row1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -95px;
  margin-left: -95px;
}

.col-form-text {
  white-space: nowrap;
  margin-top: 10px;
  color: rgba(32, 33, 36, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}



.btn-cancel {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
  background: #ffffff;
 }



.btn-cancel {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
}


.btn-primary1 {
  border-radius: 8px;
  background: #44283D;
  color: #FFFFFF
}

.btn-cancel {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
}


.btn-primary1 {
  border-radius: 8px;
  background: #44283D;
  color: #FFFFFF
}

.level-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

.btn-exit {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
}

.fa-edit {
  content: '';
  color: #44283D;
}

.col-100 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 50.00000%;
  height: 100px;
}

.col-10 .row {
  display: flex;
  justify-content: space-between;
  /* Distribute space between columns */
}

.upload {
  display: flex;
  padding: 30px 350px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #495057;
  background: #FFF;
}


.color-picker {}

.col-10 .col-6 {
  width: 48%;
  /* Adjust width to leave some space for gap */
}

.col-form-label {
  color: rgba(32, 33, 36, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

textarea.form-control {
  height: 144PX;
}

/* 

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




 */

.btn-cancel {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
}

.upload-box {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
}

.form-control {
  display: flex;

  align-items: center;

  border-radius: 8px;
  border: 1.25px solid rgba(32, 33, 36, 0.20);
  background: #FFF;
}

.upload-box label strong {
  color: #FF8246;
}

.upload-box label blue {
  color: #373A6D;
}

.box__input {
  margin-left: 200px
}

.upload-box label {
  font-size: 16px;
  color: #333;
}

.upload-box img {
  width: 50px;
  height: 50px;
}

.form-group {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #202124;
  margin-bottom: .2rem;
}

.upload_text {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

#logoImage,
#participantLogo,
#favicon,
#oneroster_partial_import_config,
#metricFile,
#filename,
#filename_stakeholder {
  display: none !important;
}

.col-10 .row {
  display: flex;
  justify-content: space-between;
}

.upload {
  display: flex;
  padding: 30px 350px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #495057;
  background: #FFF;
}

.badges-status-inactive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #FC5454;
  background: #fc544d2e;
  padding: 4px 12px 4px 10px;
  border-radius: 16px;
  border: 2px;
}

.badges-status-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #027A48;
  background: #ECFDF3;
  padding: 4px 12px 4px 10px;
  border: 2px;
  border-radius: 16px;
}


.btn-export {
  display: flex;
  height: 40px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background: var(--Neutral-White, #FFF);
}

.btn-back {
  border-radius: 12px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.btn-no {
  color: #B91004;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 44px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #B91004;
  background: rgba(185, 16, 4, 0.05);
}

.btn-yes {
  display: flex;
  height: 44px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #EA6249;
}


.dtbxtbl .dataTables_filter::before {
  display: none !important;
}

.upload {
  display: flex;
  padding: 30px 350px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #495057;
  background: #FFF;
}


.dtbxtbl .dataTables_wrapper .dataTables_filter {
  display: none !important;
}

.dtbxtbl .dataTables_wrapper .dataTables_length {
  display: none !important;
}


.table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #111;
  padding: .75rem !important;
  max-width: 1150px;
  margin: 69px auto 60px auto;
}

th {
  white-space: nowrap;
}

.filterDropdown:focus {
  border-color: grey !important;
}

.filterDropdown {
  -webkit-appearance: none;
}

.table thead th {
  color: #000
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #fff;
}

.faicons-edit-del {
  font-size: 15px;
  margin-right: 8px;
  margin-left: 7px;
  color: #44283D !important;
}

.badges-status {
  background-color: #ECFDF3;
  color: #3B9350;
  padding: 1px 5px;
  text-align: center;
  border-radius: 5px;
}

.badges-status-danger {
  background-color: #fc544d2e;
  color: #FC5454;
  padding: -1px 5px;
  text-align: center;
  border-radius: 5px;
}

.customBorderRight {
  border-bottom-right-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.customBorderLeft {
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

.underline {
  text-decoration: underline;
}

.radio-container input[type="radio"] {
  transform: scale(0.7);
  /* Adjust the scale as needed */
}


.radio-container input[type="radio"]:checked+label::before {
  content: "\2022";
  /* Bullet character */
  font-size: 1.5em;
  /* Adjust size as needed */
  color: #007bff;
  /* Change color as needed */
  position: relative;
  top: -0.2em;
  /* Adjust position as needed */
}

.admin-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -100px;
}


.admin-title {
  color: #44283D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.btn-primary1 {
  display: flex;
  padding: 10px 12px 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #44283D;
}

.font-16 {
  color: #202124;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
}

.btn-outline-primary1 {
  color: #30419b;
  text-decoration: underline;
}

.day-remaining {
  color: #202124;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  background: rgba(32, 33, 36, 0.08);
}

.fa-question-circle1 {}

.drop-down-box {
  text-align: left;
  width: 136px;
  height: 40px;
  padding: 11px 12px 11px 16px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background-image: url('/assets/images/admin/drop-down.svg');
  background-repeat: no-repeat;
  background-position: 110px center;
}


.search-box {
  text-align: left;
  display: inline-block;
  height: 40px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background-image: url('/assets/images/admin/search-md.svg');
  background-repeat: no-repeat;
  background-position: 166px center;
}

.tenant-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -95px;
  margin-left: -95px;
}

.col-form-text {
  white-space: nowrap;
  margin-top: 10px;
  color: rgba(32, 33, 36, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.btn-primary1 {
  border-radius: 8px;
  background: #44283D;
  color: #FFFFFF
}

.btn-cancel {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
}

.level-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

.btn-exit {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
}


.admin-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -95px;
  margin-left: -95px;
}

.btn-link {
  color: #373A6D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
}


.btn-primary1:hover {
  background: #1b1018;
  color: #FFFFFF;
}

.table.no-vertical-borders {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8f9fa;
}

.table.no-vertical-borders th,
.table.no-vertical-borders td {
  border-right: none;
  border-left: none;
  border-top: 1px solid #eaedf0;
  border-bottom: 1px solid #eaedf0;
  padding: 17px 16px 17px 16px;
}

.table-bordered {
  border: 1px solid #e6eaed;
}

.btn-primary1:hover {
  background: #1b1018;
  color: #FFFFFF;
}

.review-safety-text {
  margin-left: 240px;
}
.admin-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -100px;
}


.admin-title {
  color: #44283D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
}

.btn-primary1 {
  display: flex;
  padding: 10px 12px 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #44283D;
}

.font-16 {
  color: #202124;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}

.btn-outline-primary1 {
  color: #30419b;
  text-decoration: underline;
}

.day-remaining {
  color: #202124;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  background: rgba(32, 33, 36, 0.08);
}

.fa-question-circle1 {
 
  
}

.drop-down-box {
  text-align: left;
  width: 136px;
  height: 40px;
  padding: 11px 12px 11px 16px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background-image: url('/assets/images/admin/drop-down.svg'); 
  background-repeat: no-repeat; 
  background-position: 110px center;
}


 .search-box {
  text-align: left;
  display: inline-block;
  height: 40px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch; 
  border-radius: 8px;
  border: 1.5px solid rgba(32, 33, 36, 0.20);
  background-image: url('/assets/images/admin/search-md.svg'); 
  background-repeat: no-repeat; 
  background-position: 166px center; 
 }

 .tenant-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -95px;
  margin-left: -95px;
}
 .col-form-text {
  white-space: nowrap;
  margin-top: 10px;
  color: rgba(32, 33, 36, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
 }

 .btn-primary1 {
  border-radius: 8px;
  background: #44283D;
  color: #FFFFFF
 }
 
 .btn-cancel {
  border-radius: 8px;
  color: #44283D;
  border: 1px solid #44283D;
 }

 .level-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
 }

 .btn-exit {
  border-radius: 8px;
  color: #44283D ;
  border: 1px solid #44283D;
 }


 .admin-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -95px;
  margin-left: -95px;
}

.btn-purple {
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #44283D;
  border-radius: 8px;
  background: #44283D;
}

.col-form-label {
  color: rgba(32, 33, 36, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.fa-eye,
.fa-minus-circle,
.fa-plus,
.fa-ban,
.fa-edit,
.fa-door-closed {
  color: #ffffff;
}

.left-240 {
  margin-left: 240px
}

.button-container {
  display: flex;
  gap: 10px;
  /* Adjust the gap between buttons as needed */
}

.button-container .btn {
  flex: 1;
  /* Ensure buttons take up equal space */
}

.dropdown-menu a {
  display: flex;
  align-items: center;
}

.dropdown-menu a i {
  margin-right: 8px;
}

.btn-purple:hover {
  background: #1b1018;
  color: #FFFFFF;
}

#questionBankAdmin-list-table tbody td,
#questionBankAdmin-list-table tbody th {
  flex: 1;
  height: 47px;
  vertical-align: middle;
}

#questions-list-table tbody td,
#questions-list-table tbody th {
  flex: 1;
  height: 47px;
  vertical-align: middle;
}

.table.no-vertical-borders th,
.table.no-vertical-borders td {
  border-right: none;
  border-left: none;
}

.table-bordered {
  border: 1px solid #e6eaed;
}

.review-safety-text {
  margin-left: 240px;
}

.logo-box {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 250px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.25px solid rgba(32, 33, 36, 0.20);
  background: #FFF;
}

.logo-box input[type="color"] {
  flex-grow: 1;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

#manageTenant .col-form-label {
  margin-top: 12px;

}

.btn-primary1:hover {
  background: #1b1018;
  color: #FFFFFF;
}


.font-tenant {
  display: inline;
  color: #202124;
}

.subfont-tenant {
  font-size: 0.95em;
  font-weight: 600;
  color: #202124;
}
.col-form-label {
  color: rgba(32, 33, 36, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
}

.fa-eye , .fa-minus-circle , .fa-plus , .fa-ban , .fa-edit, .fa-door-closed {
  color: #ffffff ;
}

.dtbxtbl .dataTables_wrapper .dataTables_filter input {
  display: none !important;
}

.dtbxtbl .dataTables_wrapper .dataTables_filter {
  display: none !important;
}

.dtbxtbl .dataTables_wrapper .dataTables_length {
  display: none !important;
}



.image-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.btn-orange {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  background: #EA6249;
}

.btn-grey {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #598BA6;
}

.modal-footer1 {
  display: flex;
  padding: 1rem;
  justify-content: end;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.modal-footer1 .btn {
  margin: 0 5px; 
}

.modal-header1 {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  position: relative;
}

.modal-header1 .close {
  color : #000000;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.modal-header1 img {
  margin-bottom: 10px;
}

.dynamicContent {
  color: #222934;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.form-participant{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px; 
  box-sizing: border-box; 
  text-align: left; 
  display: flex;
align-self: stretch;
border-radius: 8px;
border: 1.25px solid rgba(32, 33, 36, 0.20);
background: #FFF;
box-shadow: 0px 1.493px 3.734px 0px rgba(103, 110, 118, 0.08), 0px 0px 0px 0.747px rgba(103, 110, 118, 0.16), 0px 0.747px 0.747px 0px rgba(0, 0, 0, 0.12);
}

.btn-link {
  color: #373A6D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  background: none; 
  border: none; 
  padding: 0; 
  cursor: pointer; 
}

.line {
  display: inline-block;
  width: 3px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 20px;
  background: #EA6249;
}

.mb-200 {
  margin-bottom: 200px;
}

table.dataTable tbody tr {
  background-color: #ffffff;
}
.left-content {
  margin-left: auto;
}

.right-content {
  text-align: left;
  margin-right: auto;
}

.mr-20 {
    margin-right: 20rem !important;
}


.filter-container {
  display: flex;
  padding: 12px 4px 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

span.multiselect-native-select {
  margin-left: 20px;
}

.card-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 8px;
  border: 1px solid #DBBCB7;
  background: #FFEFEC;
}

.clear-all-btn {
  color: var(--Base-White-500, #FFF);
  padding: 2px 2px 8px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid rgba(55, 58, 109, 0.20);
  background: rgba(55, 58, 109, 0.20);
}

.clear-all-btn .close-icon {
  font-size: 18px;
  color: var(--Base-White-500, #FFF);
}

.font-33{
  color: rgba(32, 33, 36, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
}

.form-check-label {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.mr-22 {
  margin-top: 240px;
  margin-left: 300px;
}

.lock-logo {
  margin-left: 195px;
  width: 64px;
  height: 64px;
}

.btn-transparent {
  color: var(--Base-Black-300, #545454);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 130%;
    padding: 7px 7px 7px 9px;
    align-items: center;
    gap: 32px;
    border-radius: 8px;
    border: 1.5px solid rgba(32, 33, 36, 0.20);
    background: var(--Base-White-500, #FFF);
}

.btn-oranges {
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #EA6249;
  background: #EA6249;
}

#optionsCard {
  display: none;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.options-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.options-vertical .option-item {
  margin: 5px 0;
}

.card-box {
  display: none;
  position: absolute;
  border-radius: 8px 8px 0px 0px;
  background: #FFF;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 100;
}

.card-box a {
  color: #373A6D;
  display: block;
  margin: 5px 0;
}

.font-32 {
  color: #373A6D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; 
  text-decoration-line: underline;
  cursor: pointer;
}

a:not([href]):not([tabindex]) {
  color: #373A6D;
}

.modal-slider {
  position: fixed;
  z-index: 999;
  background: #fff;
  min-height: 100vh;
  right: 0;
  top: 0;
  -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow-y: auto;
  display: flex;
  width: 800px;
  padding: 40px 32px;
  flex-direction: column;
}

label {
margin-bottom: 0;
}

.black {
color:#000000
}

.mt-100 {
  margin-top: 100px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  color: #202124;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
}

.btn-lrg {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  gap: 6px;
}

.badges-grey {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  background: rgba(32, 33, 36, 0.08);
}

.iti {
  display: flex !important;;
}

.text-td {
  color: rgba(32, 33, 36, 0.80);
font-family: Figtree;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: -0.084px;
}

.click-to-upload {
  cursor: pointer;
}

#logoImageIcon,
#faviconIcon ,
#participantIcon,
#stakeholderIcon,
#relationshipIcon,
#studentIcon,
#onerosterIcon
{ cursor: pointer; }

.p-b-30 {
  padding-bottom: 30px;
}



@media (max-width: 768px) {
  .content-page {
    padding: 0 15px;
  }

  .stakeholder-content {
    padding: 15px 0;
  }

  .participant-response-content {
    padding: 15px 0;
  }

  .page-title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .table-wrapper {
    overflow-x: auto;
  }

  .dashboard-filter-container {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .dashboard-filter-container .custom-control {
    align-self: center;
  }

  .cohorts-container, .campaigns-container {
    width: 100%;
  }

  .select-control {
    width: 100%;
    font-size: 14px;
  }

  table#participant-list-table {
    width: 100%;
    font-size: 14px;
  }

  table#participant-list-table th, table#participant-list-table td {
    padding: 10px;
  }

  .no-vertical-borders th, .no-vertical-borders td {
    border-left: none;
    border-right: none;
  }
}

