@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  /*  background: #f0f3f8;*/
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', 'Roboto', sans-serif;
  letter-spacing: -0.01em;
}
h1, .h1 { font-size: 2rem; font-weight: 700; line-height: 1.3; }
h2, .h2 { font-size: 1.5rem; font-weight: 700; line-height: 1.3; }
h3, .h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.35; }
h4, .h4 { font-size: 1.125rem; font-weight: 600; line-height: 1.4; }
h5, .h5 { font-size: 1rem; font-weight: 600; line-height: 1.4; }
h6, .h6 { font-size: .875rem; font-weight: 600; line-height: 1.4; }
#main-wraper .sidebar-nav .hide-menu {
  transition: 0.5s;
}
#main-wraper.toggled .left-sidebar .hide-menu {
  display: none;
}
/*
.header-nav{margin-left: -35px;margin-right: -30px; background: #e3e3e4;}
.header-nav.navbar .nav-link{color: #333;border: 1px solid #afafaf;    padding: 7px 18px;margin-right: 5px;margin-bottom: 6px;}
.header-nav.navbar .navbar-nav{display: inline;text-align: center;}
.header-nav.navbar .nav-item{display: inline-block;}
*/

#main-wraper #menu-toggle .hamburger-menu {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.1s;
}
#main-wraper #menu-toggle .hamburger-menu:hover {
  opacity: 0.8;
}
#main-wraper.toggled #menu-toggle .hamburger-menu {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-title {
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 500;
}
.page-wraper-search .btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-color: #ddd;
  min-width: 36px;
  border-right: 0;
  height: 40px;
  line-height: 32px;
  padding: 6px 7px;
}
.page-wraper-search .form-control {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 40px;
  border-left: 0;
}
.page-wraper-search .form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}
.top-header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

/*theme setting*/
a {
  /*  transition: 0.3s;*/
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #1b427e !important;
}
.hover-opacity {
  transition: 0.2s;
  cursor: pointer;
}
.hover-shadow {
  cursor: pointer;
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0px 3px 8px #00000038;
}
.hover-opacity:hover {
  opacity: 0.5;
}
.site-content {
  background: #141414;
}
.btn-brand1 {
  background: rgb(42, 77, 129) !important;
  border-color: #1b427e;
  color: #fff !important;
}
.btn-brand1:hover {
  background: rgb(17, 60, 126) !important;
  color: #fff !important;
}
.border-md-0 {
  border-bottom: 0;
}
/*typos*/
.font-12 {
  font-size: 12px;
  line-height: 15px;
}
.font-14 {
  font-size: 14px;
}
.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-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
  line-height: 40px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
/*
.font-medium{font-family: 'GothamRounded-Medium', sans-serif;}
.font-bold{font-family: 'GothamRounded-Bold', sans-serif;}
.font-light{font-family: 'GothamRounded-Light', sans-serif;}
*/
.font-medium {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.line-height-inherit {
  line-height: inherit;
}
.text-warning {
  color: #c68343 !important;
}
.text-primary {
  color: #214883 !important;
}

.text-dark {
  color: #040404 !important;
}
/*BG Colors*/
.bg-black {
  background: #000;
}
.bg-danger {
  background: #bc2025;
}
.bg-success {
  background-color: #00db97 !important;
}
.bg-info {
  background-color: #3eafec !important;
}
.bg-voilet {
  background-color: #7a55fb !important;
}
.bg-warning {
  background-color: #ff871e !important;
}
/*Buttons*/
.lang-dd .selectParent {
  width: 130px;
  height: 35px;
  border-radius: 6px;
}
.lang-dd .selectParent .select-option {
  height: 35px;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover {
  /*color:#fff;*/
}

.btn {
  transition: 0.5s;
  height: 44px;
  border-radius: 2px;
  min-width: 100px;
  line-height: 28px;
}
button:focus {
  outline: 0;
}
.btn-lg {
  border-radius: 2px;
  height: 50px;
  min-width: 135px;
  font-size: 18px;
  line-height: 32px;
}
.btn-sm {
  border-radius: 2px;
  min-width: 100px;
  line-height: 21px;
}
.btn-md {
  height: 34px;
  font-size: 15px;
  border-radius: 2px;
  min-width: 45px;
  line-height: 20px;
  margin-right: 5px;
}

.btn-outline-primary {
  color: #214883;
  border-color: #214883;
}
.btn-outline-primary:hover {
  background: #214883;
  border-color: #214883;
}

.search-adon .form-control {
  height: 40px;
}
.search-adon .form-control:focus {
  box-shadow: none;
}

.btn-info-light {
  color: #0f8eca;
  background-color: #e9f8ff;
  border-color: 0;
}
.btn-info-light:hover {
  color: #fff;
  background-color: #0f8eca;
}
.btn-success-light {
  color: #72c380;
  background-color: #e8f7ed;
  border: 0;
}
.btn-success-light:hover {
  color: #fff;
  background-color: #72c380;
}
.btn-success:hover {
  color: #fff !important;
}
.btn-info:hover {
  color: #fff !important;
}
.btn-danger-light {
  color: #e84645;
  background-color: #ffe7ea;
  border: 0;
}
.btn-danger-light:hover {
  color: #fff;
  background-color: #e84645;
}
.btn-warning-light {
  color: #ff911c;
  background-color: #ffeedc;
  border: 0;
}
.btn-warning-light:hover {
  color: #fff;
  background-color: #f39a16;
}
.calander-adon .form-control {
  height: 40px;
  border-color: #fff;
}
.calander-adon button {
  background: #fff;
  min-width: 48px;
  border-color: #fff;
}
.calander-adon button:focus {
  box-shadow: none;
}
.calander-adon .form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}
.upload-img-merge-btn .btn.upload-img {
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
/*pagination*/
.page-bottom-pagination .pagination .page-item {
  margin: 0 3px;
}
.page-bottom-pagination .pagination .page-item .page-link {
  border-radius: 3px;
  padding: 7px 13px;
  font-size: 13px;
  color: #3f424f;
}

.page-bottom-pagination .pagination .page-item .page-link:hover,
.page-bottom-pagination .pagination .page-item .page-link.active {
  color: #fff !important;
  /* background: #ef3c3f */
  background: #1b429e;
}
/*Login*/
.login-bg {
  /* background-image: url("https://assets-courii.s3.af-south-1.amazonaws.com/branding/images/mp-backdrop.png");
  background-size: cover; */
}

/*Tables style*/
.dataTables_wrapper .form-control {
  border-radius: 2px;
}
.dataTables_wrapper .form-control:focus {
  box-shadow: none;
}
.dataTables_info {
  color: #797979;
  font-weight: 400;
  font-size: 15px;
}
.page-item.active .page-link {
  background-color: #1b427e;
  border-color: #1b427e;
  color: white !important;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.paginate_button .page-link {
  font-size: 15px;
}
.table-responsive {
  display: inline-table;
  background: #fff;
}
.table-style-1 thead th {
  font-size: 16px;
  font-weight: 500;
  background: #d0d2d9;
  border-bottom: 0;
}

.table-style-1 thead th.srno-th {
}
.table-style-1 tbody td {
  font-size: 15px;
  padding: 6px 12px;
  vertical-align: middle;
}
.table-style-1.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eaedf585;
}

.breadcrumb-wrap .breadcrumb {
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 300;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  color: #b9b3b3;
}
.breadcrumb-wrap {
  margin: 0 -30px;
}
.dataTables_length {
  display: none;
}
/*Genral*/
.cursor-pointer {
  cursor: pointer;
}
.opacity-05 {
  opacity: 0.6;
}
.rounded-10 {
  border-radius: 10px;
}
.card {
  border-radius: 8px;
  border: 0;
}
.btn-success {
  background-color: #00db97;
  border-color: #00db97;
}
.form-control::placeholder {
  font-weight: 300;
  color: #898686;
}
.no-focus {
  outline: 0;
}
.no-focus::placeholder {
  color: #c2c1c1;
}

.header-dd .dropdown-toggle::after {
  border: 0;
}
.header-dd .nav-link:hover {
  color: #b1b1b1 !important;
}
.header-dd .dropdown-item {
  padding: 1px 22px;
  font-size: 15px;
}
.header-dd .dropdown-menu.show {
  top: 10px !important;
}
.header-dd .dropdown-item:focus,
.header-dd .dropdown-item:hover {
  background-color: #dcdcdc;
}
.header-dd .noti-dd {
  min-width: 295px;
}

/*Left side bar*/
.left-sidebar {
  background: #21242b;
  z-index: 99;
  width: 260px;
  padding: 0 0;
  /*  height: 100%;*/
  box-shadow: 0px 0px 7px #00000057;
  /*  float: left;*/
  min-height: 100vh;
  transition: width 0.25s ease;
  font-family: "Roboto", sans-serif;
}
#main-wraper.toggled .left-sidebar {
  width: 78px;
  padding: 0;
  text-align: center;
}
#main-wraper.toggled .left-sidebar .logo {
  padding-left: 10px;
  padding-right: 10px;
}
#main-wraper.toggled .left-sidebar .arrow-icon {
  display: none;
}
#main-wraper.toggled .sidebar-nav .nav-bar .nav-item .nav-link {
  justify-content: center;
  padding: 12px 0;
}
#main-wraper.toggled .sidebar-nav .nav-bar .nav-item .nav-link .side-nav-icon {
  margin-right: 0;
}
#main-wraper.toggled .sidebar-nav .nav-bar .nav-item .nav-link .dropdown-caret {
  display: none;
}
.scroll-sidebar {
  height: calc(100% - 20px);
  position: relative;
}
.sidebar-nav .nav-bar {
  padding: 10px 0;
}
.sidebar-nav .nav-bar .nav-item {
  list-style: none;
  display: block;
}
.sidebar-nav .nav-bar .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3;
  margin: 2px 12px;
  border-radius: 10px;
  border-bottom: 0;
  padding: 11px 12px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.sidebar-nav .nav-bar .nav-item .nav-link:hover {
  color: #fff !important;
  background-color: rgba(255, 113, 0, 0.16);
}
.sidebar-nav .nav-bar .nav-item .nav-link:hover .side-nav-icon {
  background-color: #ff7100;
  color: #fff;
}
.sidebar-nav .nav-bar .nav-item .nav-link .side-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.sidebar-nav .nav-bar .nav-item .nav-link .hide-menu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-nav .nav-bar .nav-item .nav-link .dropdown-caret {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  background-color: transparent;
  font-size: 11px;
  opacity: 0.6;
  transition: transform 0.25s ease;
}
.sidebar-nav .nav-bar .nav-item .nav-link .dropdown-caret.rotated {
  transform: rotate(180deg);
}
.sidebar-nav .submenu {
  padding-left: 0;
}
.sidebar-nav .submenu .nav-item .nav-link {
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 1px 12px 1px 28px;
  padding: 8px 10px;
}
.sidebar-nav .submenu .nav-item .nav-link .side-nav-icon {
  width: 22px;
  height: 22px;
  font-size: 11px;
  margin-right: 10px;
  background-color: transparent;
}
.sidebar-nav .submenu .nav-item .nav-link:hover,
.sidebar-nav .submenu .nav-item .nav-link:hover .side-nav-icon {
  color: #fff !important;
  background-color: rgba(255, 113, 0, 0.14);
}
.page-wrapper {
  /*
  margin-left: 35px;
  margin-right: 35px;
*/
  padding: 22px 30px;
  background-color: #fff;
  overflow: auto;
}
/*Tab Style*/
.tab-style .nav-tabs .tab-sub {
  font-size: 18px;
}
.tab-style .nav-tabs {
  display: flex;
  flex-wrap: initial;
  overflow: auto;
}
.tab-style .nav-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #3f424f;
  text-align: center;
  width: auto;
  margin: 0 15px;
  font-size: 18px;
  padding: 0 40px 7px;
}
.tab-style .nav-tabs .nav-item.show .nav-link,
.tab-style .nav-tabs .nav-link.active,
.tab-style .nav-tabs .nav-link:hover {
  border-bottom-color: #dc3545;
  color: #dc3545;
}
.tab-style-2 .nav-tabs .nav-link {
  border: 1px solid #c7c2c2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #333;
}
.tab-style-2 .nav-tabs .nav-link.active {
  background: #1b427e !important;
  color: #fff;
  border-color: #1b427e;
  background: #ececec;
}
.tab-style-2 .nav-tabs .nav-link.active:hover {
  background: #1b429e !important;
  color: #fff !important;
}

/*Accordion*/
.faq-accordion .card-header {
  background-color: #ececec;
  margin-bottom: 6px !important;
  border: 0;
}
.faq-accordion .card-header .accordion-title {
  color: #333;
  font-size: 16px;
}
.faq-accordion .card-body {
  background: #f7f7f7;
}
.faq-accordion .card-header .accordion-title:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*Mobile header*/
.mo-header {
  background: #3f403f;
  transition: 0.3s;
  padding: 10px 0;
  position: fixed;
  z-index: 99;
  box-shadow: 0px 2px 6px #0003;
  width: 100%;
}
.desktop-header {
  background: #1b427e;
  margin: -22px -30px 0;
  padding: 10px 25px;
  box-shadow: 0px 0px 9px #00000021;
}
.header-serch-button button {
  min-width: 40px;
  background: #fff;
  border-right: 0;
  border-radius: 0;
  height: 40px;
  line-height: 32px;
}
.header-serch-button .form-control {
  height: 40px;
  border-radius: 0;
}
/*Select DD*/
.selectParent {
  width: 100%;
  overflow: hidden;
  border: 1px solid #c4d5e0;
  border-radius: 2px;
  background: #fff;
  padding-right: 8px;
  height: 40px;
}
.selectParent .select-option {
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 12px 2px 13px;
  border: none;
  background: transparent url("/assets/images/caret-down.svg") no-repeat;
  background-size: 12px;
  background-position: right center;
  height: 40px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #898686;
  font-weight: 300;
}
.selectParent .select-option:focus {
  outline: none;
}
.tital-1 {
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
}
.tab-styel-1 .nav-item {
  color: #333;
  font-weight: 500;
  border-radius: 0;
  border-width: 3px;
  border-right: 0;
  border-left: 0;
}
.tab-styel-1 .nav-item:hover {
  border-color: transparent;
}
.tab-styel-1 .nav-item.active {
  border-top-color: #eb3c3f;
  background: #e2e8f1;
  border-bottom-color: #e2e8f1;
}
.tab-styel-1 .tab-content {
  background: #e2e8f1;
  padding: 15px 35px;
}
/*Custome checkbox - Radio Buttons*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #fb654e;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #eeeeee, transparent;
  box-shadow: 0 0 0 1px #eeeeee, transparent;
}
.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: black;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  cursor: pointer;
  position: initial;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-label:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 2px solid #ccc;
}
.custom-control.circle-style .custom-control-label:before {
  width: 30px;
  height: 30px;
  border-radius: 35px;
}
.custom-checkbox.circle-style
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-size: 13px;
  background-position: 8px 10px;
}
.circle-style .custom-control-label:after {
  width: 30px;
  height: 30px;
}
.custom-control.circle-style {
  min-height: 31px;
}

.custom-control-label:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #1b427e;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("/assets/images/checked.svg");
  background-size: 11px;
  background-position: 5px 6px;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #dc3545;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(116, 96, 238, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(116, 96, 238, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: 0;
}
.custom-radio .custom-control-label {
  position: initial;
  padding-left: 8px;
  font-size: 15px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #214883;
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("/assets/images/circle.svg");
  background-size: 14px;
  top: 2px;
  left: 2px;
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(116, 96, 238, 0.5);
}
/*Switch button*/
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*  Login  */
.login-tab .nav-item {
  font-size: 22px;
  color: #4f525b;
  width: 50%;
  text-align: center;
  border: 0;
  border-bottom: 4px solid transparent;
}
.login-tab .nav-item.active {
  border-bottom-color: #dc3545;
  background: transparent;
  color: #dc3545;
}
.form-style label {
  color: #646368;
  font-size: 16px;
}
.form-style .form-control {
  height: 40px;
  font-size: 16px;
  border-radius: 2px;
  transition: 0.3s;
  font-weight: 300;
}
.select2-container .select2-selection--multiple {
  min-height: 40px !important;
  border-radius: 1px !important;
  border-color: #d2d2d2 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1b427e !important;
}
.selectParent.disabled {
  background: #e9ecef;
}
.form-style .form-control:focus {
  box-shadow: none;
  border-color: #6c747d;
}
.pricing-check-list {
  list-style-image: url("/assets/images/check-mark.png");
  padding-left: 24px;
  line-height: 33px;
}
.form-dark label {
  color: #767677;
}
.form-dark .form-control {
  color: #000;
  background: #9c9c9c;
  border-color: #9c9c9c;
}
[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
  background: #1b427e;
  vertical-align: middle;
  margin-right: 1em;
  color: white;
}
/* ----- Mobile ------- */
@media (max-width: 767px) {
  .font-xs-36 {
    font-size: 36px !important;
  }
  .font-xs-25 {
    font-size: 25px !important;
  }
  .font-xs-20 {
    font-size: 20px !important;
  }
  .font-xs-16 {
    font-size: 16px !important;
  }
  .font-xs-14 {
    font-size: 14px !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .border-b {
    border-bottom: 1px solid #ddd;
  }
  .home-banner-heading {
    font-size: 38px;
  }
  .left-sidebar {
    left: -320px;
    position: fixed;
  }
  .header-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sidebar-nav .nav-bar .nav-item .nav-link {
    padding: 12px 12px;
    font-size: 14px;
  }

  .header-nav .navbar .nav-link {
    border-right: 0;
  }
  .navbar-toggler {
    padding: 0px 5px;
  }
  .page-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 65px 15px 25px;
  }
  .dashboard-cards .card {
    min-height: 206px;
  }
  .home-page {
    min-height: 100vh;
  }
  #mob_sidebar {
    transition: 0.5s;
    z-index: 9;
    margin-top: 0;
  }
  #mob_sidebar .sidebar-nav .nav-bar {
    margin-top: 65px;
  }
  .show-sidebar {
    left: 0;
  }
  .table-responsive {
    display: block;
  }
  .tab-style-2 .nav-tabs {
    justify-content: center;
  }
  .tab-style-2 .nav-tabs .nav-item {
    margin-bottom: 5px;
  }
  .mo-header.fixed-header {
    padding: 5px 0;
  }
  .mo-header.fixed-header .logo {
    width: 40px;
  }
  .mo-header .logo {
    transition: 0.3s;
    width: 40px;
    vertical-align: bottom;
  }
  .time,
  .mins,
  .meridian {
    width: 45px !important;
    margin: 0 8px !important;
  }
  input.timepicki-input {
    width: 100% !important;
    font-size: 16px !important;
  }

  .my-croppie-element .cr-boundary {
    width: 100% !important;
  }
}

/* ----- ipad ------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* tablet / small laptop: keep the sidebar out of the content's way */
@media (min-width: 768px) and (max-width: 1199px) {
  .left-sidebar {
    width: 220px;
  }
  .sidebar-nav .nav-bar .nav-item .nav-link {
    font-size: 13px;
    padding: 10px 10px;
  }
}
/**/
span.multiselect-native-select {
  position: relative;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  width: 100%;
  display: inline-block;
  height: 50px;
  font-size: 16px;
  border-radius: 15px;
  transition: 0.3s;
  font-weight: 300;
}
button.multiselect {
  color: #898686 !important;
  line-height: 35px !important;
}
.multiselect-native-select .dropdown-toggle::after {
  float: right !important;
  margin-top: 13px !important;
  font-size: 22px !important;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0 3px 15px;
}
.multiselect-container.dropdown-menu {
  width: 100% !important;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
/* DatePicker */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #ced4da !important;
}

/* POOJA CSS */
.hide {
  display: none;
}
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}
@media only screen and (min-device-width: 319px) and (max-device-width: 667px) {
  .avatar-upload input {
    display: block;
    margin-left: 0px !important;
  }

  .avatar-body .col-md-3 {
    display: none !important;
  }
}

.buttonlo span {
  font-family: "Roboto", sans-serif !important;
}

.searchinput {
  width: 100% !important;
  height: 44px;
}

.buttonwidthmin {
  min-width: 59px;
}

.subtitlenwe {
  font-size: 15px;
  color: #717171;
  font-weight: 100;
}

.sidebar-nav .nav-bar .nav-item .nav-link:hover {
  color: #fff !important;
}

.inputin input {
  height: 44px !important;
}

.orengebutton {
  background: #ff6f02 !important;
  border: 1px solid #ff6f02 !important;
}

.orengebutton:hover {
  background: #cc5a06 !important;
  border: 1px solid #cc5a06 !important;
  color: #fff !important;
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
.btn2 {
  border: 1px solid lightgray;
}

.loader {
  position: absolute;
  left: 54%;
  top: 90%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.avoid_click {
  cursor: not-allowed !important;
  pointer-events: none !important;
  background-color: lightgray;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.error {
  color: red;
}

div.webapp-plan-card {
  box-shadow: 0 10px 20px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  cursor: pointer;
}

div.webapp-plan-card:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgb(0 0 0 / 12%), 0 4px 8px rgb(0 0 0 / 6%);
}

/** add left-right padding and remove flex-display for mobile view **/
@media (max-width: 767px) {
  div.card-deck > a {
    display: block !important;
    padding: 0px 15px !important;
  }
}

/** for disabled switch **/
.switch input:checked:disabled + span {
  background-color: #5d9cec;
  cursor: not-allowed;
}

.switch input:not(:checked):disabled + span {
  cursor: not-allowed;
}

.or-separator {
  margin-top: 32px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.or-separator b {
  color: #666;
  padding: 0 8px;
  width: 30px;
  height: 30px;
  font-size: 0.8em;
  text-align: center;
  line-height: 26px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -15px;
  z-index: 1;
}

#togglePassword {
  margin-left: 91%;
  cursor: pointer;
  position: absolute;
  margin-top: 11px;
  color: #ced4da;
  margin-right: -20%;
  z-index: 1000;
}

i.fa-eye {
    color: #495057 !important;
}
