html {
  height: 100%;
}

body {
  font-family: roboto, sans-serif;
  font-size: 0.875rem;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 0.875rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #2fdf84;
}

.form-control {
  border-radius: 5px;
  box-shadow: none;
  padding: 0.469rem 0.75rem;
}

.form-control:focus {
  border-color: #161d4c;
  box-shadow: none;
  outline: 0;
}

a {
  color: #009ce7;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
button {
  outline: none !important;
}

input[type="file"] {
  height: auto;
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: vertical;
}

.navbar-nav > li {
  float: left;
}

.form-group {
  margin-bottom: 20px;
}

.display-block {
  display: block;
}

.btn.rounded {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-item:active {
  background: #1d2249;
}

.table-responsive {
  white-space: nowrap;
  max-width: 100%;
}

.table {
  color: #000;
  margin-bottom: 0;
  border: 1px solid #efefef;
}

.table.table-white {
  background-color: #fff;
}

.table td,
.table th {
  border-top: 1px solid #efefef;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #e4f2f3;
}

table.table td .avatar {
  margin: 0 5px 0 0;
}

table.table td h2 {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

table.table td h2 a {
  color: #757575;
}

table.table td h2 a:hover {
  color: #2fdf84;
}

table.table td h2 span {
  color: #9e9e9e;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

div.dataTables_wrapper div.dataTables_paginate {
  text-align: right;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.w-md {
  min-width: 110px;
}

.w-40 {
  width: 40px;
}

.block {
  display: block !important;
}

.text-ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-muted-light {
  color: #aaa;
}

.add-btn-col {
  margin-bottom: 30px;
}

.card-box {
  background-color: #fff;
  border: 1px solid #d5dbe1;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.card-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 0 !important;
  text-transform: capitalize;
}

.page-title {
  color: #565656;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  padding: 5px 0;
}

.page-sub-title {
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.cal-icon::after {
  background: transparent url(../img/calander.png) no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 19px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 17px;
}

.cal-icon {
  position: relative;
  width: 100%;
}

.badge-success-border {
  border: 1px solid #55ce63;
  color: #55ce63;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

.badge-danger-border {
  border: 1px solid #f62d51;
  color: #f62d51;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

.badge-warning-border {
  border: 1px solid #ffbc34;
  color: #ffbc34;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

.badge-info-border {
  border: 1px solid #009efb;
  color: #009efb;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

.modal-footer.text-left {
  text-align: left;
}

.modal-footer.text-center {
  text-align: center;
}

.font-18 {
  font-size: 18px;
}

.border-right {
  border-right: 1px solid #d5dbe1;
}

.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.btn {
  border-radius: 5px;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}

.rounded,
.circle {
  border-radius: 500px;
}

.bg-primary,
.badge-primary {
  background-color: #2fdf84 !important;
}

.bg-success,
.badge-success {
  background-color: #8944d7 !important;
}

.bg-info,
.badge-info {
  background-color: #009efb !important;
}

.bg-warning,
.badge-warning {
  background-color: #776fd6 !important;
}

.bg-danger,
.badge-danger {
  background-color: #f62d51 !important;
}

.bg-white {
  background-color: #fff;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #2fdf84 !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
  color: #55ce63;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
  color: #f62d51;
}

.text-info,
.dropdown-menu > li > a.text-info {
  color: #009efb;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
  color: #ffbc34;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
  color: #7460ee;
}

.btn-outline-primary {
  color: #000;
  border-color: #2fdf84;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #22c571;
  border: 1px solid #22c571;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary:active,
.open > .dropdown-toggle.btn-outline-primary {
  background-color: #22c571;
  border: 1px solid #22c571;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .dropdown-toggle.btn-outline-primary.focus,
.open > .dropdown-toggle.btn-outline-primary:focus,
.open > .dropdown-toggle.btn-outline-primary:hover {
  background-color: #22c571;
  border: 1px solid #22c571;
}

.btn-primary {
  background-color: #161c4c !important;
  border: 1px solid #1f2448 !important;
  color: white !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #22c571;
  border: 1px solid #22c571;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #22c571;
  border: 1px solid #22c571;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #1f2448 !important;
  border: 1px solid #1c214a !important;
}

.btn-secondary {
  background-color: #8e37d7;
  border: 1px solid #8e37d7;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  background-color: #6d22aa;
  border: 1px solid #6d22aa;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  background-color: #6d22aa;
  border: 1px solid #6d22aa;
}

.btn-success {
  background-color: #55ce63;
  border: 1px solid #55ce63;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background: #4ab657;
  border: 1px solid #4ab657;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background: #4ab657;
  border: 1px solid #4ab657;
}

.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-warning {
  background: #ffbc34;
  border: 1px solid #ffbc34;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background: #e9ab2e;
  border: 1px solid #e9ab2e;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background: #e9ab2e;
  border: 1px solid #e9ab2e;
}

.btn-danger {
  background: #ff1300;
  border: 1px solid #ff1300;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}

.btn-search {
  color: #fff;
  background: linear-gradient(180deg, #2fdf84 0%, #8944d7 100%);
  border: 1px solid transparent;
}

.btn-search:not(:disabled):not(.disabled):active {
  color: #fff;
  background: linear-gradient(180deg, #8944d7 0%, #2fdf84 100%);
  border: 1px solid transparent;
}

.btn-search:hover,
.btn-search:focus,
.btn-search.active,
.btn-search:active,
.open > .dropdown-toggle.btn-search {
  color: #fff;
  background: linear-gradient(180deg, #8944d7 0%, #2fdf84 100%);
  border: 1px solid transparent;
}

.btn-search.active.focus,
.btn-search.active:focus,
.btn-search.active:hover,
.btn-search.focus:active,
.btn-search:active:focus,
.btn-search:active:hover,
.open > .dropdown-toggle.btn-search.focus,
.open > .dropdown-toggle.btn-search:focus,
.open > .dropdown-toggle.btn-search:hover {
  color: #fff;
  background: linear-gradient(180deg, #8944d7 0%, #2fdf84 100%);
  border: 1px solid transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #2fdf84;
  border-color: #2fdf84;
}

.pagination > li > a,
.pagination > li > span {
  color: #2fdf84;
}

.page-item.active .page-link {
  background-color: #2fdf84;
  border-color: #2fdf84;
}

.dropdown-menu {
  transform-origin: left top 0;
  box-shadow: inherit;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  box-shadow: 0 1px 3px 0 #c8c8c8;
}

.navbar-nav .open .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-content {
  border-radius: 0;
}

.btn-group-xs > .btn,
.btn-xs {
  min-height: 22px;
  min-width: 22px;
}

.dropdown-menu {
  font-size: 13px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  box-shadow: none;
}

.btn-link {
  color: #333;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.card {
  border: 1px solid #d5dbe1;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgb(36 37 38/8%);
}

.card-header {
  background: 0 0;
  padding: 15px;
}

.card-body {
  padding: 15px;
}

.table .thead-light th {
  color: #161d4c;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.card-title {
  margin-bottom: 1.125rem;
}

.dropdown-action .dropdown-toggle::after {
  display: none;
}

.badge.badge-pill {
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.table .badge {
  font-weight: 700;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-link {
  border-radius: 0;
}

.table.dataTable {
  border-collapse: collapse !important;
}

textarea.form-control {
  height: auto;
}

.progress-example .progress {
  margin-bottom: 1.5rem;
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 15px;
}

.progress.progress-sm {
  height: 6px;
}

.progress.progress-md {
  height: 8px;
}

.progress.progress-lg {
  height: 18px;
}

.form-control.form-control-sm {
  padding: 0.25rem 0.5rem;
}

.modal-body a:active,
.modal-body a:focus,
.modal-body a:hover {
  color: #333;
}

.bg-green {
  background: #00b871 !important;
}

.bg-pruple {
  background: #8944d7 !important;
}

.bg-dark {
  background: #373d3f !important;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes taskHighlighter {
  0% {
    background: #feeb99;
  }
  100% {
    background: #fff;
  }
}

@keyframes taskHighlighter {
  0% {
    background: #feeb99;
  }
  100% {
    background: #fff;
  }
}

.header-outer {
  height: 70px;
  position: fixed;
  background: #f1f1f1;
  z-index: 99;
  top: 0;
  width: 100%;
}

.header {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  height: 70px;
  border: 1px solid #d5dbe1;
  border-radius: 0px;
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.sidebar .header-left {
  border-bottom: 1px solid #0c1451;
  border-radius: 10px 10px 0 0;
  background: white;
  float: left;
  height: 80px;
  padding: 0 20px;
  position: fixed;
  text-align: center;
  width: 267px;
  z-index: 1;
}

.sidebar .header-left a span {
  font-size: 20px;
  color: #0c1451;
  font-weight: 600;
}

.logo {
  display: block;
  line-height: 80px;
}

.header .navbar-nav .badge {
  position: absolute;
  right: 7px;
  top: 4px;
}

.header .dropdown-menu > li > a {
  position: relative;
}

.header .dropdown-toggle::after {
  display: none;
}

.header .has-arrow .dropdown-toggle::after {
  display: inline-block;
}

.page-title-box {
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding: 17px 20px;
}

.page-title-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  display: none;
}

.user-menu {
  margin: 0;
  position: relative;
  z-index: 99;
}

.user-menu.nav > li > a {
  color: #000;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  height: 60px;
}

.user-menu.nav > li > a.user-link {
  background: #efefef;
  margin: 8px 8px 8px 8px;
  line-height: 45px;
  height: 45px;
  border-radius: 5px;
}

.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  /* background-color: rgb(12 20 81); */
}

.user-img {
  display: inline-block;
  position: relative;
}

.user-img img {
  border: 1px solid #00b871;
}

.user-img .status {
  border: 1px solid #fff;
  bottom: 38%;
  height: 7px;
  position: absolute;
  left: -4px;
  width: 7px;
}

.user-menu .user-img .status {
  bottom: 18px;
}

.user-menu .dropdown-menu {
  min-width: 136px;
}

.user-menu .bg-primary {
  background-color: #fb2f32 !important;
}

.status {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.status.online {
  background-color: #55ce63;
}

.status.offline {
  background-color: #f62d51;
}

.status.away {
  background-color: #faa937;
}

label {
  text-transform: capitalize;
}

.form-focus {
  height: 50px;
  position: relative;
}

.form-focus .focus-label {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -ms-transform: translate3d(0, 22px, 0) scale(1);
  -o-transform: translate3d(0, 22px, 0) scale(1);
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -18px;
  z-index: 1;
  color: #888;
  margin-bottom: 0;
}

.form-focus.focused .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -14px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .form-control:focus ~ .focus-label,
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}

.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  height: 50px;
}

.form-focus
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
  right: 7px;
}

.form-focus
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.form-focus
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

.form-focus
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}

.form-focus
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
}

.form-focus
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}

.main-search {
  margin-bottom: 20px;
}

.search-result {
  margin-bottom: 30px;
}

.search-result u {
  color: #ff9b44;
}

.search-result p {
  color: #777;
  margin-bottom: 0;
}

.search-lists .nav-tabs.nav-tabs-solid {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.top-nav-search form {
  margin-top: 10px;
  position: relative;
  width: 240px;
}

#toggle_btn {
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 10px;
}

.top-nav-search .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #d5dbe1;
  border-radius: 10px;
  color: #000;
  height: 40px;
  padding: 10px 50px 10px 15px;
}

.top-nav-search .btn {
  background-color: transparent;
  border-color: transparent;
  min-height: 40px;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.top-nav-search .form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}

.top-nav-search .form-control::-moz-placeholder {
  color: #c4c4c4;
}

.top-nav-search .form-control:-ms-input-placeholder {
  color: #c4c4c4;
}

.top-nav-search .form-control::-ms-input-placeholder {
  color: #c4c4c4;
}

.top-nav-search .form-control::placeholder {
  color: #c4c4c4;
}

.responsive-search {
  display: none;
  color: #333;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}

.top-nav-search.active form {
  display: block;
  left: 0;
  position: absolute;
}

.sidebar {
  top: 100px;
  width: 270px;
  z-index: 99;
  background-color: white;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  left: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px solid #d5dbe1;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.sidebar-inner {
  height: 100%;
}

.sidebar-menu ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  border-top: 0;
  position: relative;
  top: 0;
}

.sidebar-menu ul.sidebar-ul {
  top: 80px;
}

.sidebar-menu li a img {
  margin-right: 10px;
}

.sidebar-menu li a {
  text-transform: uppercase;
  color: #0c1451;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 30px;
  min-height: 30px;
  padding: 8px 20px;
  border-radius: 0;
  border-top: 0px solid #e7e7e7;
}

.sidebar-menu li a:hover {
  color: #0c1451;
}

.sidebar-menu li a > .badge {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
}

.sidebar-menu li a i {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.sidebar-menu li a i.back-icon {
  margin-left: 0;
}

.sidebar-menu li.active a {
  color: #feba18;
  background: linear-gradient(180deg, #0c1451 0%, #2c2f44 100%);
  border-radius: 10px;
  font-weight: 700;
}

.sidebar-menu li.submenu a.active.subdrop {
  color: #fff;
  background: linear-gradient(180deg, #2fdf84 0%, #8944d7 100%);
  border-radius: 10px;
}

.menu-title {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}

.menu-title > i {
  float: right;
  line-height: 40px;
}

.sidebar-menu li.menu-title a {
  color: #ff9b44;
  display: inline-block;
  float: right;
  padding: 0;
}

.sidebar-menu li.menu-title a.add-user-icon {
  background-color: #eee;
  border-radius: 24px;
  color: #bbb;
  line-height: 24px;
  min-height: 24px;
  width: 24px;
  text-align: center;
  margin-top: 6px;
}

.sidebar-menu li.menu-title a.add-user-icon:hover {
  background-color: #2fdf84;
  color: #fff;
}

.sidebar-menu li.menu-title a.add-user-icon i {
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
}

.sidebar-menu li.menu-title a.btn {
  color: #fff;
  display: block;
  float: none;
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 15px;
}

.sidebar-menu li.menu-title a.btn:hover {
  color: #fff;
}

.sidebar-menu ul ul a.active {
  color: #2fdf84;
  text-decoration: underline;
}

.mobile-user-menu {
  color: #fff;
  display: none;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 60px;
  z-index: 10;
}

.mobile-user-menu > a {
  color: #2fdf84;
  padding: 0;
}

.mobile-user-menu > a:hover {
  color: #2fdf84;
}

.mobile-user-menu > .dropdown-menu > a {
  line-height: 23px;
}

.profile-rightbar {
  display: none !important;
  color: #2fdf84;
  font-size: 26px;
  margin-left: 15px;
}

.mobile_btn {
  display: none;
}

#sidebar-menu ul ul a {
  display: block;
  padding: 0 20px 0 50px;
  border-top: 0;
}

#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

#sidebar-menu ul ul ul ul a {
  padding-left: 100px;
}

#sidebar-menu ul ul {
  background-color: #fff;
}

.sidebar-menu > ul > li {
  position: relative;
  border-bottom: 0 solid #d5dbe1;
}

.sidebar-menu ul ul {
  border: 0 solid #d5dbe1;
  padding: 0;
}

.sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "font awesome 5 free";
  font-weight: 900;
  text-rendering: auto;
  line-height: 40px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sidebar-menu .menu-arrow:before {
  content: "\f105";
}

.sidebar-menu li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.noti-dot:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 5px solid #2fdf84;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #2fdf84;
  z-index: 10;
  position: absolute;
  right: 37px;
  top: 25px;
}

.noti-dot:after {
  content: "";
  border: 4px solid #2fdf84;
  background: 0 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 24px;
  width: 24px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  opacity: 0;
}

.page-header {
  border: 0px solid #d5dbe1;
  padding: 5px 10px;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  background: white;
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.page-title {
  color: #000;
  padding-left: 0px;
  border-left: 5px solid;
  border-style: solid;
  border-width: 0;
  border-left-width: 5px;
  border-image: linear-gradient(180deg, #fff 0%, #fff 100%) 1;
}

.page-header .row {
  align-items: center;
}

.dashboard-calendar .fc-state-active {
  background-color: #8944d7 !important;
}

.dashboard-calendar .fc-today-button {
  color: #fff !important;
  background-color: #2fdf84 !important;
}

.dashboard-calendar .fc-button {
  padding: 6px 8px !important;
}

.page-wrapper {
  left: 0;
  margin-left: 340px;
  padding-top: 70px;
  margin-right: 40px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-wrapper > .content {
  padding: 30px 10px 1px 15px;
}

.main-wrapper {
  height: 100%;
}

.account-page {
  /* background-image: url(../img/bg-account.jpg); */
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.account-page::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
}

.account-title {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 40px;
  text-align: center;
}

.account-box {
  margin: 0 auto;
  width: 400px;
  border: 1px solid #d5dbe1;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
  border-radius: 0;
}

.account-wrapper {
  padding: 30px;
}

.account-logo {
  margin-bottom: 20px;
  text-align: center;
}

.account-box .form-group {
  margin-bottom: 25px;
}

.account-box .account-btn {
  border-radius: 0;
  font-size: 22px;
  padding: 10px 26px;
  border: 0;
}

.account-box .account-btn:hover,
.account-box .account-btn:focus {
  border: 0;
  opacity: 0.8;
}

.account-box a {
  color: #323232;
  font-size: 16px;
}

.account-box a:hover {
  color: #2fdf84;
}

.account-box .form-control {
  border: 1px solid #d5dbe1;
  height: 40px;
}

.account-box label {
  color: #7f8fa4;
  font-size: 16px;
  font-weight: 400;
}
.btn {
  line-height: 1;
}
.account-logo img {
  width: 120px;
}

.main-content {
  margin-left: 225px;
  padding: 30px;
  background-color: #eaeef3;
}

.content-wrapper {
  margin-top: 80px;
}

.page-header .breadcrumb li + li:before {
  padding: 0 10px;
  color: #373d3f;
  content: "\f101";
  font-family: "font awesome 5 free";
  font-style: normal;
  font-weight: 900;
}

.page-header .breadcrumb {
  border-radius: 4.25rem !important;
  font-size: 12px;
  background: 0 0;
}

.page-header h5 {
  font-weight: 700;
  color: #333;
  font-size: 22px;
}

.page-header .breadcrumb-item a {
  color: #373d3f;
}

.page-header .breadcrumb-item span {
  color: #feba18;
  text-decoration: underline;
}

.page-header .breadcrumb-item a i {
  padding-right: 20px;
}

.page-header a,
.profile-content a {
  color: #373d3f;
}

.page-content {
  color: #333;
}

.page-content h4 {
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
}

.card-header .dropdown-menu .show {
  top: -37px;
  left: -60px;
}

.page-content .card-header {
  border-radius: 2px 2px 0 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.pae-content .card-body {
  background-color: #f7f7f7;
}

.model-open .header,
.model-open .sidebar {
  z-index: 0;
}

.custom-mt-form-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 1.25rem;
}

.custom-mt-form-group input {
  height: 1.9rem;
}

.custom-mt-form-group textarea {
  resize: none;
}

.custom-mt-form-group select {
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: 0 0;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}

.custom-mt-form-group .control-label {
  position: absolute;
  top: 0.25rem;
  padding-left: 0.125rem;
  z-index: 1;
  color: grey;
  font-size: 0.8rem;
  font-weight: 400;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.custom-mt-form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #d5dbe1;
  display: block;
}

.custom-mt-form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.custom-mt-form-group select,
.custom-mt-form-group input,
.custom-mt-form-group textarea {
  display: block;
  background: 0 0;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}

.custom-mt-form-group select,
.custom-mt-form-group input:focus,
.custom-mt-form-group input:valid,
.custom-mt-form-group input.form-file,
.custom-mt-form-group input.has-value,
.custom-mt-form-group textarea:focus,
.custom-mt-form-group textarea:valid,
.custom-mt-form-group textarea.form-file,
.custom-mt-form-group textarea.has-value {
  color: #333;
  width: 100%;
}

.custom-mt-form-group select ~ .control-label,
.custom-mt-form-group input:focus ~ .control-label,
.custom-mt-form-group input:valid ~ .control-label,
.custom-mt-form-group input.form-file ~ .control-label,
.custom-mt-form-group input.has-value ~ .control-label,
.custom-mt-form-group textarea:focus ~ .control-label,
.custom-mt-form-group textarea:valid ~ .control-label,
.custom-mt-form-group textarea.form-file ~ .control-label,
.custom-mt-form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}

.custom-mt-form-group select:focus,
.custom-mt-form-group input:focus,
.custom-mt-form-group textarea:focus {
  outline: none;
}

.custom-mt-form-group select:focus ~ .control-label,
.custom-mt-form-group input:focus ~ .control-label,
.custom-mt-form-group textarea:focus ~ .control-label {
  color: #337ab7;
}

.custom-mt-form-group select:focus ~ .bar::before,
.custom-mt-form-group input:focus ~ .bar::before,
.custom-mt-form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.menu-small .main-content {
  margin-left: 80px;
}

.aboutprofile-pic {
  width: 20%;
  margin: auto;
  border: 2px solid #06b4c2;
  border-radius: 50%;
}

.aboutprofile a,
.aboutme-profile a {
  color: #06b4c2;
}

.aboutprofile-pic .card-img-top {
  border-radius: 50%;
}

.aboutme-start {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
  margin-top: 10px;
  margin-bottom: 15px;
}

.aboutme-starttitle {
  color: #7f90a4;
  font-size: 25px;
  text-align: center;
}

.aboutme-startname {
  color: #06b4c2;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.profile-content {
  overflow: hidden;
}

.profile-userpic img {
  margin: 0 auto;
  width: 130px;
  padding: 3px;
  border: 3px solid #d2d6de;
  border-radius: 50% 50% 50% 50%;
}

.profile-usertitle {
  text-align: center;
  margin-top: 5px;
}

.profile-usertitle-name {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 700;
  color: #3a405b;
}

.profile-usertitle-job {
  color: #777;
  font-size: 12px;
  margin-bottom: 5px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0;
}

.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center;
}

.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600;
}

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px;
}

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px;
}

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1;
}

.profile-tabname {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
}

.thumb-lg {
  width: 33%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.blogThumb {
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
}

.thumb-center {
  text-align: center;
}

.thumb-center img {
  display: inline-block;
}

.border-gray {
  border: 1px solid #ddd;
}

.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0 0 0 0;
  padding-left: 0;
  padding-right: 0;
}

.list-group .list-group-item {
  display: block;
  padding: 5px;
}

.profile-desc {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

.profile-desc-item {
  text-align: left;
  font-size: 14px;
  color: #6f6d6d;
  width: 100px;
}

.performance-list {
  list-style: none outside none;
  padding: 0;
}

.performance-list li a {
  color: #9e9e9e;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.performance-list li a:hover {
  color: #00c0ef;
}

.work-monitor .title {
  margin: 0 0 40px;
}

.work-monitor .title h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  margin: 20px 0 10px;
}

.work-monitor .title p {
  font-size: 14px;
  color: #b1b5b7;
}

.work-monitor .states {
  width: 90%;
}

.work-monitor .states .info {
  display: inline-block;
  width: 100%;
  font-size: 13px;
}

.work-progress .states {
  width: 100%;
}

.p-text-area,
.p-text-area:focus {
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 300;
  border: 3px solid #dcd4d4;
}

ul.activity-list {
  list-style-type: none;
  padding: 10px;
}

ul.activity-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border: 1px solid #d5dbe1;
  border-radius: 10px;
}

ul.activity-list .avatar img {
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

ul.activity-list .activity-desk {
  margin-left: 70px;
}

ul.activity-list .activity-desk h5 {
  color: #2a323f;
}

ul.activity-list .activity-desk h5 a {
  font-weight: 700;
}

.activity-desk .album a {
  float: left;
  margin-right: 10px;
  width: 170px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 10px;
}

.activity-desk .album a img {
  width: 100%;
}

#map-canvas {
  height: 200px;
  width: 100%;
}

.revenue-graph {
  height: 220px;
}

.panel {
  padding: 10px;
  border: 1px solid #eaeef3;
  border-top: 0;
}

.form-group {
  position: relative;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: 0 0;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form-label {
  font-size: 13px;
  cursor: text;
  top: 20px;
}

.form-label,
.form__field:focus ~ .form-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: grey;
}

.form__field:focus ~ .form-label {
  color: #337ab7;
}

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #337ab7;
}

.tab-pane > p:last-child {
  margin-bottom: 0;
}

.tabs-reversed > li {
  float: right;
  margin-right: 0;
}

.tabs-reversed > li > a {
  margin-right: 0;
}

.customtab.nav-tabs .nav-link.active,
.customtab.nav-tabs .nav-link.active:focus {
  border-bottom: 0 solid #8e37d7;
  background-color: #8945d7 !important;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #8945d7;
  color: #fff;
  border-radius: 30px;
}

.customtab.nav-tabs .nav-link {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  color: #999;
}

.btmBorder {
  border-bottom: 0 !important;
}

.customtab {
  border-bottom: 2px solid #f7fafc;
  padding-bottom: 20px;
  font-size: 18px;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-pills > li > a,
.nav-tabs > li > a {
  font-size: 14px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 2px 2px 0 0;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li a.active,
.nav-tabs > li a.active:focus,
.nav-tabs > li a.active:hover {
  width: 100%;
  outline: none;
  border: 1px solid #ddd7d7;
  border-bottom-color: transparent;
}

.patient-img img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

table.dataTable tbody td.patient-img {
  padding: 2px;
}

.all-tab {
  border-bottom: 2px solid #eaeef3;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 50px;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  bottom: 1.5em;
}

.apexcharts-toolbar {
  display: none !important;
}

.apexcharts-legend.position-bottom.apexcharts-align-center,
.apexcharts-legend.position-top.apexcharts-align-center {
  justify-content: flex-start !important;
}

.apexcharts-legend-text {
  font-size: 14px !important;
  margin-right: 15px !important;
}

.apexcharts-legend-marker {
  margin-right: 15px !important;
  border-radius: 50% !important;
}

.card-table.card-table-top .card-body {
  height: 175px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.card-title > a.btn {
  color: #fff;
}

.custom-table tr {
  background-color: #fff;
}

.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > th {
  padding: 20px 15px;
  vertical-align: middle;
}

.table.custom-table > tbody > tr > td,
.table.custom-table > tfoot > tr > td,
.table.custom-table > thead > tr > td {
  padding: 10px 15px;
  vertical-align: middle;
}

.dash-widget-icon {
  border-radius: 100%;
  color: #777;
  display: inline-block;
  float: left;
  font-size: 30px;
  height: 66px;
  line-height: 66px;
  margin-right: 10px;
  text-align: center;
  width: 66px;
}

.dash-widget-info > h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.dash-widget-info > span {
  font-size: 15px;
}

.activity-panel .activity-box {
  height: 350px;
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.activity-panel .activity-list > li {
  padding: 0;
  border: 0;
  box-shadow: inherit;
}

.activity-panel .activity-list > li:last-child {
  margin-bottom: 0;
}

.activity-panel .activity-list::before {
  left: 8px;
}

.chat-panel .card-body {
  overflow-y: auto;
  height: 340px;
  -webkit-overflow-scrolling: touch;
}

.chat-panel .chats {
  padding: 30px 0;
}

.chat-panel .chat-date {
  background-color: #fff;
}

.chat-panel .message-area .input-group .form-control:focus {
  height: 44px;
  transition: inherit;
}

.task-panel .card-body {
  height: 286px;
  overflow-x: auto;
}

.task-panel .task-wrapper {
  padding: 0;
}

.member-panel .contact-list {
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
}

.member-panel .contact-list > li:last-child {
  border-bottom: 0;
}

.member-panel .card-body {
  overflow-y: auto;
  height: 260px;
  -webkit-overflow-scrolling: touch;
}

.activity-box {
  position: relative;
}

.activity-list {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  position: relative;
}

.activity .activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.activity .activity-list > li .activity-user {
  height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 32px;
}

.activity .activity-list > li .activity-content {
  background-color: #fff;
  margin: 0 0 0 40px;
  padding: 0;
  position: relative;
}

.activity-list::before {
  bottom: 0;
  content: "";
  left: 23px;
  position: absolute;
  top: 8px;
  width: 2px;
}

.activity .activity-list li::before {
  bottom: 0;
  content: "";
  left: 22px;
  position: absolute;
  top: 12px;
  width: 2px;
}

.activity-list li::before {
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}

.activity-list > li {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  border: 1px solid #d5dbe1;
}

.activity-list > li:last-child .activity-content {
  margin-bottom: 0;
}

.activity-user .avatar {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
}

.activity-list > li .activity-user {
  background: #fff;
  height: 32px;
  left: -7px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  width: 32px;
}

.activity-list > li .activity-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}

.activity-list > li .activity-content .timeline-content {
  color: #9e9e9e;
}

.activity-list > li .activity-content .timeline-content a.name {
  color: #000;
}

.activity-list > li .time {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.select2-container .select2-selection--single {
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  right: 7px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #2fdf84;
}

.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #333;
}

.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
  color: #333;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #fdbd2f;
    border-color: #fdbd2f;
    color: #1a295e !important;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}

.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}

.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}

.custom-table tr.holiday-completed {
  color: #aaa;
}

.modal-header.bg-danger .modal-title {
  color: #fff;
}

.dropdown.action-label {
  display: inline-block;
}

.action-label > a {
  display: inline-block;
  min-width: 103px;
}

.action-label > a:focus,
.action-label > a:hover,
.action-label > a:active {
  color: #fff;
}

.action-label .btn-sm {
  padding: 5px;
}

.profile-img-wrap {
  height: 120px;
  position: absolute;
  width: 120px;
  background: #fff;
  overflow: hidden;
}

.profile-basic {
  margin-left: 140px;
}

.profile-img-wrap img {
  width: 120px;
  height: 120px;
}

.fileupload.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.5);
  border-radius: 0;
  padding: 3px 10px;
  border: none;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  padding: 5px;
}

.btn-text {
  color: #fff;
}

.parent-form {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.chat-main-row {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

.chat-main-wrapper {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.message-view {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
  vertical-align: top;
  width: 75%;
}

.chat-window {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.fixed-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.fixed-header .navbar {
  border: 0;
  margin: 0;
  min-height: auto;
  padding: 0;
}

.fixed-header .user-info a {
  color: #76838f;
  text-transform: uppercase;
}

.typing-text {
  color: #2fdf84;
  font-size: 12px;
  text-transform: lowercase;
}

.last-seen {
  color: #a3afb7;
  display: block;
  font-size: 12px;
}

.custom-menu.nav > li > a {
  color: #2fdf84;
  font-size: 18px;
  margin-left: 15px;
  padding: 0;
}

.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-menu .dropdown-menu {
  left: auto;
  right: 0;
}

.search-box .input-group {
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.search-box .input-group .form-control {
  background: 0 0;
  border: none;
}

.search-box .btn {
  background-color: transparent;
}

.chat-contents {
  display: table-row;
  height: 100%;
}

.chat-content-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}

.chat-wrap-inner {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.chats {
  padding: 30px 15px;
}

.chat-body {
  display: block;
  margin: 10px 0 0;
  overflow: hidden;
}

.chat-body:first-child {
  margin-top: 0;
}

.chat-right .chat-content {
  position: relative;
  display: block;
  float: right;
  padding: 8px 15px;
  margin: 0;
  clear: both;
  background-color: #e6e6e6;
  border-radius: 20px 2px 2px 20px;
  max-width: 60%;
}

.chat-right .chat-body {
  padding-left: 48px;
  padding-right: 10px;
}

.chat-bubble {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.chat.chat-right .chat-bubble:last-child .chat-content {
  border-bottom-right-radius: 20px;
}

.chat.chat-right .chat-bubble:first-child .chat-content {
  border-top-right-radius: 20px;
}

.chat-content > p {
  margin-bottom: 0;
  word-wrap: break-word;
}

.chat-time {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 12px;
}

.chat-right .chat-time {
  text-align: right;
}

.chat-line {
  border-bottom: 1px solid #eaeaea;
  height: 12px;
  margin: 7px 0 20px;
  position: relative;
  text-align: center;
}

.chat-date {
  background-color: #f5f5f5;
  color: #000;
  font-size: 12px;
  padding: 0 11px;
}

.chat-avatar {
  float: right;
}

.chat-avatar .avatar {
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.chat-left .chat-avatar {
  float: left;
}

.chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px;
  padding-right: 20px;
}

.chat-left .chat-content {
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #888;
  float: left;
  position: relative;
  padding: 8px 15px;
  border-radius: 2px 20px 20px 2px;
  max-width: 60%;
}

.avatar {
  background-color: #2fdf84;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 38px;
  position: relative;
  white-space: nowrap;
  float: left;
}

.avatar:hover {
  color: #fff;
}

.avatar > img {
  width: 100%;
  display: block;
}

.chat.chat-left .chat-bubble:first-child .chat-content {
  border-top-left-radius: 20px;
  margin-top: 0;
}

.chat.chat-left .chat-bubble:last-child .chat-content {
  border-bottom-left-radius: 20px;
}

.chat-left .chat-time {
  color: #a3afb7;
}

.attach-list {
  color: #adb7be;
  padding: 5px 0 0;
  line-height: 24px;
  margin: 0;
  list-style: none;
}

.attach-list i {
  margin-right: 3px;
  font-size: 16px;
}

.attach-list a {
  word-wrap: break-word;
}

.chat-footer {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  padding: 15px;
}

.message-bar {
  display: table;
  height: 44px;
  position: relative;
  width: 100%;
}

.message-bar .message-inner {
  display: table-row;
  height: 100%;
  padding: 0 8px;
  width: 100%;
}

.message-bar .link {
  color: #777;
  display: table-cell;
  font-size: 20px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

.message-bar .message-area {
  display: table-cell;
}

.message-area .input-group .form-control {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 44px;
  margin: 0;
  padding: 6px 12px;
  resize: none;
}

.message-area .btn {
  height: 44px;
  width: 50px;
  background-color: #7c5bcb;
  border: 1px solid #7c5bcb;
}

.profile-right {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
  vertical-align: top;
}

.display-table {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.table-row {
  display: table-row;
  height: 100%;
}

.table-body {
  position: relative;
  height: 100%;
  width: 100%;
}

.table-content {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.profile-right-inner {
  border-left: 1px solid #eaeaea;
  background-color: #fff;
}

.chat-profile-img {
  padding: 30px;
  position: relative;
  text-align: center;
}

.edit-profile-img {
  height: 120px;
  margin: 0 auto;
  position: relative;
  width: 120px;
  cursor: pointer;
}

.change-img {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  line-height: 120px;
  position: absolute;
  top: 0;
  width: 100%;
}

.edit-profile-img:hover .change-img {
  display: block;
}

.edit-profile-img img {
  height: auto;
  margin: 0;
  width: 120px;
  border-radius: 50%;
  border: 2px solid #2fdf84;
}

.user-name {
  color: #333;
}

.edit-btn {
  border-radius: 40px;
  height: 36px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 36px;
}

.chat-profile-info {
  padding: 15px;
}

.user-det-list {
  list-style: none;
  padding: 0;
}

.user-det-list > li {
  padding: 6px 15px;
}

.user-det-list .text-muted {
  color: #888;
}

.transfer-files .tab-content {
  padding-top: 0;
}

.files-list {
  list-style: none;
  padding-left: 0;
}

.files-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  margin: 2px 0 0;
  padding: 10px;
}

.files-cont {
  position: relative;
}

.file-type {
  height: 48px;
  position: absolute;
  width: 48px;
}

.files-icon {
  background-color: #f3f7f9;
  border: 1px solid #e4eaec;
  border-radius: 4px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

.files-icon i {
  color: #76838f;
  font-size: 20px;
}

.files-info {
  padding: 0 30px 0 50px;
}

.file-name a {
  color: #333;
}

.files-action {
  display: none;
  height: 30px;
  list-style: none;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
  width: 30px;
}

.files-list > li:hover .files-action {
  display: block;
}

.file-date {
  color: #888;
  font-size: 12px;
}

.file-author a {
  color: #2fdf84;
  font-size: 12px;
  text-decoration: underline;
}

.files-action .dropdown-menu {
  left: auto;
  right: 0;
}

.chat-img-attach {
  border-radius: 4px;
  margin-bottom: 12px;
  margin-left: 12px;
  position: relative;
  float: right;
}

.chat-img-attach img {
  border-radius: 4px;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.chat-placeholder {
  background: rgba(69, 81, 97, 0.6);
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 13px;
  position: absolute;
  top: 0;
  width: 100%;
}

.chat-img-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.chat-file-desc {
  font-size: 11px;
}

.chat-right .chat-content.img-content {
  background-color: transparent;
  color: #76838f;
  padding: 0;
  text-align: right;
}

.chat-right .img-content .chat-time {
  color: #a3afb7;
}

.chat-left .chat-img-attach {
  float: left;
}

.chat-left .chat-img-attach {
  float: left;
  margin-left: 0;
  margin-right: 12px;
}

.chat-avatar-sm {
  width: 24px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  float: left;
}

.chat-avatar-sm img {
  width: 24px;
}

.chat-avatar-sm.user-img .status {
  bottom: 4px;
  right: -3px;
}

.files-share-list {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

.chat-user-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat-user-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  margin: 5px 0 0;
  padding: 10px;
  background-color: #fff;
}

.designation {
  color: #9e9e9e;
  font-size: 12px;
}

.online-date {
  color: #9e9e9e;
  font-size: 12px;
}

.drop-zone {
  width: 100%;
  height: 205px;
  border: 2px dashed #adb7be;
  text-align: center;
  padding: 25px 0 0;
  margin-bottom: 20px;
}

.drop-zone .drop-zone-caption {
  font-weight: 600;
}

.upload-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.upload-list .file-list {
  background-color: #fff;
  border-top: 1px solid #d8e2e7;
  padding: 10px;
}

.upload-list .file-list:first-child {
  border-top: none;
}

.upload-list .upload-wrap {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 0 5px;
}

.upload-list .file-name,
.upload-list .file-size {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.upload-list .file-name {
  padding-right: 15px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.upload-list .file-size {
  color: #888;
}

.upload-list .file-close {
  border: none;
  background: 0 0;
  color: #dbe4ea;
  position: absolute;
  right: 0;
  top: 2px;
}

.upload-list .file-close:hover {
  color: #f62d51;
}

.upload-list .upload-process {
  font-size: 10px;
  color: #888;
}

.upload-list .progress {
  margin-bottom: 5px;
  background-color: #f6f8fa;
  height: 5px;
}

.upload-list .file-name i {
  color: #fda75c;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
  color: #ccc;
  border-style: dashed;
  border-color: #adb7be;
  line-height: 200px;
  text-align: center;
  background-color: #fff;
}

.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

.upload-text {
  font-size: 24px;
  margin-left: 10px;
}

.notification-popup {
  z-index: 1051;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 300px;
  display: inline-block;
  background: #1f8fef;
  border: 1px solid #1082e4;
  color: #fff;
  padding: 20px;
  opacity: 0.8;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.notification-popup.success {
  background: #35ba67;
  border: 1px solid #2fa65c;
}

.notification-popup p {
  margin-top: 0;
  margin-bottom: 0;
}

.notification-popup .task {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.notification-popup .notification-text {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}

.notification-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  z-index: 90;
  height: 100%;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.sidebar-overlay.opened {
  display: block;
}

.sidebar-menu.opened {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0;
}

html.menu-opened {
  overflow: hidden;
}

html.menu-opened body {
  overflow: hidden;
}

.task-chat-view.opened {
  margin-right: 0;
}

.chat-profile-view.opened {
  margin-right: 0;
}

.menu-opened .message-view.task-view {
  width: 100%;
}

.filter-row .btn {
  border-radius: 0;
  min-height: 50px;
  padding: 12px;
  text-transform: uppercase;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

.action-label .label {
  display: inline-block;
  min-width: 85px;
  padding: 0.5em 0.6em;
}

.action-label i {
  margin-right: 3px;
}

.action-label .dropdown-menu > li > a {
  padding: 3px 10px;
}

.action-icon {
  color: #777;
  font-size: 18px;
  padding: 0 10px;
  display: inline-block;
}

.table .dropdown-menu {
  font-size: 12px;
}

.profile-widget {
  background-color: #fff;
  border: 1px solid #d5dbe1;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.profile-widget .user-name > a {
  color: #333;
}

.dropdown.profile-action {
  position: absolute;
  right: 5px;
  text-align: right;
  top: 10px;
}

.profile-action .dropdown-toggle::after {
  display: none;
}

.profile-img {
  cursor: pointer;
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 100px;
  left: 0px;
  top: 30px;
}

.profile-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}

.mobile-no > a {
  color: #777;
  display: inline-block;
}

.staff-mail > a {
  color: #777;
  display: inline-block;
  margin-top: 5px;
}

.staff-action-btns {
  margin-top: 10px;
}

.staff-id {
  margin-top: 5px;
}

.view-icons {
  float: right;
  margin-right: 10px;
}

.view-icons .btn {
  color: #888;
  font-size: 18px;
  margin-right: 5px;
  padding: 4px;
}

.view-icons .btn.active {
  color: #333;
}

#calendar-events {
  background-color: #fcfcfc;
}

.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}

.calendar-events:hover {
  border-color: #e9e9e9;
  background-color: #fff;
}

.calendar-events i {
  margin-right: 8px;
}

.calendar {
  margin-bottom: 0;
  z-index: 999;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: roboto, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-family: roboto, sans-serif;
}

.fc-day {
  background: #fff;
}

.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 th.fc-widget-header {
  background: #eee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}

.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #f3f3f3;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #20c0f3 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #fff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  color: #fff !important;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px;
  text-align: center;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: roboto, sans-serif;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: roboto, sans-serif;
}

.event-form .input-group .form-control {
  height: 40px;
}

.profile-details {
  text-align: center;
}

.personal-info li .title {
  color: #515365;
  float: left;
  font-weight: 500;
  margin-right: 30px;
  width: 30%;
}

.personal-info li .text {
  color: #888da8;
  display: block;
  overflow: hidden;
}

.personal-info li {
  margin-bottom: 10px;
}

.personal-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.profile-view .profile-img-wrap {
  height: 150px;
  width: 150px;
}

.profile-view .profile-img {
  width: 150px;
  height: 150px;
}

.profile-view .profile-img .avatar {
  font-size: 24px;
  height: 100px;
  line-height: 100px;
  margin: 0;
  width: 100px;
}

.profile-view .profile-basic {
  margin-left: 170px;
}

.staff-msg {
  margin-top: 30px;
}

.experience-box {
  position: relative;
}

.experience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.experience-list::before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}

.experience-list > li {
  position: relative;
}

.experience-list > li:last-child .experience-content {
  margin-bottom: 0;
}

.experience-user .avatar {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
}

.experience-list > li .experience-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}

.experience-list > li .experience-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}

.experience-list > li .experience-content .timeline-content {
  color: #9e9e9e;
}

.experience-list > li .experience-content .timeline-content a.name {
  color: #616161;
  font-weight: 700;
}

.experience-list > li .time {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.before-circle {
  background-color: #ddd;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.skills > span {
  border: 1px solid #ccc;
  border-radius: 500px;
  display: block;
  margin-bottom: 10px;
  padding: 6px 12px;
  text-align: center;
}

.profile-info-left {
  border-right: 2px dashed #ccc;
}

.notifications {
  padding: 0;
}

.notifications .drop-scroll {
  height: 290px;
  width: 400px;
}

.notifications.msg-noti .drop-scroll {
  width: 310px;
}

.notifications .notification-heading {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #616161;
}

.notifications .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #bdbdbd;
}

.notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notifications ul.notification-list > li {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list > li:last-child {
  border-bottom: none;
}

.notifications ul.notification-list > li a {
  display: block;
  padding: 12px;
  border-radius: 2px;
}

.notifications ul.notification-list > li a:hover {
  background-color: #fafafa;
}

.drop-scroll {
  overflow-y: scroll;
  position: relative;
}

.topnav-dropdown-header {
  border-bottom: 1px solid #eee;
  text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  color: #333;
}

.user-menu.nav > li > a .badge {
  position: absolute;
  right: 3px;
  top: 6px;
  font-weight: 700;
}

.user-menu.nav > li > a > i {
  font-size: 20px;
  line-height: 60px;
}

.noti-details {
  color: #989c9e;
  margin: 0;
}

.noti-time {
  margin: 0;
}

.noti-title {
  color: #333;
}

.roles-menu {
  margin-top: 20px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.roles-menu > ul {
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
}

.roles-menu > ul > li {
  display: block;
  position: relative;
}

.roles-menu > ul > li a {
  border-left: 3px solid transparent;
  color: #333;
  display: block;
  padding: 10px 15px;
  position: relative;
}

.roles-menu > ul > li.active a {
  border-color: #2fdf84;
  color: #2fdf84;
}

.roles-menu > ul > li a:hover {
  border-color: #2fdf84;
  background-color: #eee;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: #000;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.role-action {
  float: right;
  display: none;
}

.roles-menu > ul > li a:hover .role-action {
  display: block;
}

.slide-nav .sidebar {
  margin-left: 0;
}

.fixed-header .custom-menu {
  margin: 1px 0 0;
}

.topnav-dropdown-footer {
  border-top: 1px solid #eee;
}

.notification-box {
  margin-right: -300px;
  position: fixed;
  right: 0;
  top: 60px;
  transition: all 0.4s ease 0s;
  width: 300px;
  z-index: 101;
  border-left: 1px solid #ddd;
}

.open-msg-box .notification-box {
  margin-right: 0;
  border: 1px solid #c7c7c7;
  box-shadow: 0 1px 3px 0 #c8c8c8;
}

.msg-sidebar {
  background-color: #fff;
}

.list-box {
  list-style: none;
  padding-left: 0;
}

.list-item.new-message {
  background-color: rgba(0, 0, 0, 0.2);
}

.list-item {
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  position: relative;
}

.list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}

.files-icon {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

.files-icon i {
  color: #777;
  font-size: 20px;
}

.list-body {
  padding: 0 0 0 50px;
}

.message-author {
  color: #333;
  float: left;
  font-weight: 700;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-time {
  color: #888;
  float: right;
  font-size: 11px;
}

.message-content {
  color: #333;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-members {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.team-members li {
  float: left;
}

.team-members li:first-child a {
  margin-left: 0;
}

.team-members a {
  border: 2px solid #fff;
  border-radius: 100%;
  display: block;
  height: 38px;
  overflow: hidden;
  width: 38px;
}

.team-members .all-users {
  line-height: 36px;
  opacity: 0.8;
}

.all-users {
  background-color: #ff5e3a;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 34px;
  text-align: center;
}

.team-members img {
  width: 100%;
}

.project-title {
  margin: 0 0 5px;
}

.project-title > h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}

.project-title > a {
  color: #333;
}

.project-box {
  position: relative;
}

.invoice-details,
.invoice-payment-details > li span {
  float: right;
  text-align: right;
}

.table .team-members a {
  width: 32px;
  height: 32px;
}

.table .team-members .all-users {
  line-height: 30px;
}

.attach-files > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.attach-files li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.attach-files li img {
  width: 50px;
}

.file-remove {
  color: red;
  position: absolute;
  right: -6px;
  top: -7px;
}

.attach-files li:last-child {
  margin-right: 0;
}

.inv-logo {
  height: auto;
  margin-bottom: 20px;
  max-height: 100px;
  width: auto;
}

.file-size {
  color: #888;
}

.payslip-title {
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.half-day {
  width: 15px;
}

.tab-box {
  border-bottom: 0;
  padding: 0;
}

.team-members a.followers-add {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.table-inbox input[type="radio"],
.table-inbox input[type="checkbox"] {
  cursor: pointer;
}

.mail-list {
  list-style: none;
  padding: 0;
}

.mail-list > li > a {
  color: #333;
  display: block;
  padding: 10px;
}

.mail-list > li.active > a {
  color: #2fdf84;
  font-weight: 700;
}

.unread .name,
.unread .subject,
.unread .mail-date {
  color: #000;
  font-weight: 600;
}

.table-inbox .fa-star {
  color: #ffd200;
}

.table-inbox .starred.fa-star {
  color: #ffd200;
}

.table.table-inbox > tbody > tr > td,
.table.table-inbox > tbody > tr > th,
.table.table-inbox > tfoot > tr > td,
.table.table-inbox > tfoot > tr > th,
.table.table-inbox > thead > tr > td,
.table.table-inbox > thead > tr > th {
  border-bottom: 1px solid #f2f2f2;
  border-top: 0;
}

.table-inbox {
  font-size: 14px;
  margin-bottom: 0;
}

.note-editor.note-frame {
  border: 1px solid #ccc;
  box-shadow: inherit;
}

.note-editor.note-frame .note-statusbar {
  background-color: #fff;
}

.note-editor.note-frame.fullscreen {
  top: 60px;
}

.mail-title {
  font-weight: 700;
  text-transform: uppercase;
}

.form-control.search-message {
  border-radius: 4px;
  margin-left: 5px;
  width: 180px;
  padding: 0.375rem 0.75rem;
}

.table-inbox tr {
  cursor: pointer;
}

table.table-inbox tbody tr.checked {
  background-color: #ffc;
}

.mail-label {
  margin-right: 5px;
}

.attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.attachments li {
  border: 1px solid #eee;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 200px;
}

.attach-file {
  color: #777;
  font-size: 70px;
  padding: 10px;
  text-align: center;
  min-height: 153px;
}

.attach-file > i {
  line-height: 133px;
}

.attach-info {
  background-color: #f4f4f4;
  padding: 10px;
}

.attach-filename {
  color: #777;
  font-weight: 700;
}

.attach-filesize {
  color: #999;
  font-size: 12px;
}

.attach-file img {
  height: auto;
  max-width: 100%;
}

.mailview-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.mailview-footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 15px;
}

.mailview-footer .btn-white {
  min-width: 102px;
}

.sender-img {
  float: left;
  margin-right: 10px;
  width: 40px;
}

.sender-name {
  display: block;
}

.receiver-name {
  color: #777;
}

.right-action {
  text-align: right;
}

.mail-view-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}

.mail-view-action {
  float: right;
}

.mail-sent-time {
  float: right;
}

.blog {
  position: relative;
  margin: 0 0 20px;
  background-color: #fff;
  border: 1px solid #d5dbe1;
  border-radius: 10px;
  padding: 20px;
}

.blog-image {
  overflow: hidden;
}

.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.blog-image img {
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blog-image a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-image {
  margin-bottom: 30px;
}

.blog-content {
  position: relative;
}

.blog-title {
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
}

.blog-content p {
  color: #282628;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 25px;
}

.read-more {
  color: #282628;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}

.read-more:hover {
  color: #2fdf84;
  margin-left: 10px;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.read-more i {
  color: #2fdf84;
  font-size: 18px;
  margin-right: 3px;
}

.blog-info {
  border: 1px solid #eaeaea;
  color: #909090;
  font-size: 12px;
  margin-bottom: 0;
  padding: 12px 20px;
}

.blog-info a {
  color: #909090;
  margin-right: 5px;
}

.blog-info a:last-child {
  margin-right: 0;
}

.blog-info a:hover {
  color: #2fdf84;
}

.blog-info i {
  color: #2fdf84;
  font-size: 18px;
  margin-right: 5px;
}

.post-left {
  float: left;
}

.post-right {
  float: right;
}

.post-left ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.post-left ul li {
  float: left;
  margin-right: 20px;
}

.post-left ul li:last-child {
  margin-right: 0;
}

.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.widget {
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #d5dbe1;
}

.widget h5 {
  color: #656565;
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 20px;
}

.search-form .form-control {
  border: 1px solid #eaeaea;
  border-radius: 0;
  border-right: 0;
  box-shadow: inherit;
  height: 40px;
  color: #ababab;
}

.search-form .btn-primary {
  background-color: transparent;
  border-color: #eaeaea;
  border-left: none;
  color: #2fdf84;
  height: 40px;
  border-radius: 0;
}

.latest-posts {
  margin: 0;
  padding: 0;
}

.latest-posts li {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.latest-posts li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.post-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
}

.post-thumb a img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.post-thumb a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.post-info {
  margin-left: 95px;
}

.post-info h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 10px;
}

.post-info h4 a {
  color: #333;
}

.post-info p {
  color: #909090;
  font-size: 12px;
  margin: 0;
}

.post-info p i {
  color: #2fdf84;
  font-size: 16px;
  margin-right: 4px;
}

.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories li {
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
}

.categories li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.categories li a {
  color: #656565;
  font-size: 14px;
}

.categories li a:hover {
  color: #2fdf84;
  margin-left: 10px;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.categories > li > a > i {
  color: #2fdf84;
  font-size: 18px;
  margin-right: 10px;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background-color: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 12px;
  transition: color 0.2s ease-in-out 0.2s;
}

.tag::before {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background-color: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #2fdf84;
  color: #fff;
}

.tag:hover::after {
  border-left-color: #2fdf84;
}

.comment-by {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}

.comments-list .comment-block p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  text-align: justify;
}

blockquote p {
  font-style: italic;
  font-weight: 400;
}

.grid-blog .blog-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.grid-blog .blog-title a {
  color: #333;
}

.grid-blog .blog-content p {
  font-size: 13px;
  margin: 0 0 15px;
  color: #909090;
}

.grid-blog .blog-info {
  border: 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 0;
  padding: 12px 0;
}

.grid-blog .blog-image {
  margin-bottom: 20px;
}

.grid-blog .read-more {
  font-size: 13px;
  margin-bottom: 15px;
}

.blog-view .blog-title {
  font-size: 32px;
}

.blog-view .blog-info {
  border: 0;
  margin-bottom: 20px;
  padding: 0;
}

.social-share {
  float: left;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}

.social-share > li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: center;
}

.social-share > li:first-child {
  margin-left: 0;
}

.social-share > li > a {
  border: 1px solid #dfdfdf;
  color: #2fdf84;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.social-share > li > a:hover {
  background-color: #2fdf84;
  color: #fff;
  border-color: #2fdf84;
}

.widget h3 {
  color: #656565;
  font-size: 21px;
  margin: 0 0 20px;
}

.blog-reply > a {
  color: #2fdf84;
  font-size: 12px;
  font-weight: 500;
}

.blog-date {
  color: #999;
  font-size: 12px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-list li {
  clear: both;
  padding: 10px 0 0 88px;
}

.comments-list li .comment {
  margin-bottom: 30px;
}

.comments-list li .comment-author {
  margin-left: -88px;
  position: absolute;
}

.comments-list li img.avatar {
  height: 58px;
  width: 58px;
  border-radius: 58px;
}

.blog-author-name {
  color: #2fdf84;
  font-size: 18px;
}

.text-red {
  color: red;
}

.new-comment label {
  font-size: 14px;
  font-weight: 500;
}

.new-comment input.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
  height: 40px;
}

.new-comment textarea.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
}

.new-comment .form-group {
  margin-bottom: 20px;
}

.comment-submit .btn {
  background-color: #2fdf84;
  border-color: #2fdf84;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 26px;
  color: #fff;
}

.about-author-img {
  background-color: #fff;
  height: 120px;
  overflow: hidden;
  position: absolute;
  width: 120px;
}

.author-details {
  margin-left: 145px;
}

.about-author {
  min-height: 120px;
}

.author-details .blog-author-name {
  display: inline-block;
  margin-bottom: 10px;
}

.blog-navigation {
  text-align: right;
}

.pagination-box .pagination {
  margin-top: 0;
}

.tab-content {
  padding-top: 20px;
}

.error-box {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1;
  margin: 0 auto;
  max-width: 475px;
  padding: 50px 30px 55px;
  text-align: center;
  width: 100%;
}

.error-heading {
  font-size: 3.5em;
  font-weight: 700;
}

.error-title {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

.error-wrapper {
  background-color: #fff;
  margin: 0;
  color: #4f5155;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

.error-box h1 {
  font-size: 150px;
}

.error-box p {
  margin-bottom: 30px;
}

.error-box .btn {
  text-transform: uppercase;
}

.lock-user {
  margin-bottom: 20px;
  text-align: center;
}

.lock-user img {
  margin-bottom: 15px;
  width: 100px;
}

.voice-call-avatar {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
}

.voice-call-avatar .call-avatar {
  margin: 15px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px;
  background-color: #fff;
}

.call-duration {
  display: inline-block;
  font-size: 30px;
  margin-top: 4px;
  position: absolute;
  left: 0;
}

.voice-call-avatar .call-timing-count {
  padding: 5px;
}

.voice-call-avatar .username {
  font-size: 18px;
  text-transform: uppercase;
}

.call-icons {
  text-align: center;
  position: relative;
}

.call-icons .call-items {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.call-icons .call-items .call-item {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.call-icons .call-items .call-item:last-child {
  margin-right: 0;
}

.call-icons .call-items .call-item a {
  color: #777;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}

.call-icons .call-items .call-item a i {
  width: 18px;
  height: 18px;
}

.user-video {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.user-video img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.user-video video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.my-video {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

.my-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.my-video ul li {
  float: left;
  width: 120px;
  margin-right: 10px;
}

.my-video ul li img {
  border: 3px solid #fff;
  border-radius: 6px;
}

.end-call {
  position: absolute;
  top: 7px;
  right: 0;
}

.end-call a {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  background-color: #f06060;
  padding: 8px 25px;
  text-transform: uppercase;
}

.call-users {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

.call-users ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.call-users ul li {
  float: left;
  width: 80px;
  margin-left: 10px;
}

.call-users ul li img {
  border-radius: 6px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.call-mute {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 6px;
  font-size: 30px;
  color: #fff;
  display: none;
  top: 0;
  border: 3px solid transparent;
}

.call-users ul li a:hover .call-mute {
  display: block;
}

.call-details {
  margin: 10px 0 0;
  display: flex;
}

.call-info {
  margin-left: 10px;
  width: 100%;
}

.call-user-details,
.call-timing {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.call-description {
  white-space: nowrap;
  vertical-align: bottom;
}

.call-timing {
  color: #a0a0a2;
  display: flex;
  font-size: 14px;
  margin-top: 1px;
  overflow: hidden;
  white-space: pre;
}

.content-full {
  height: 100%;
  position: relative;
  width: 100%;
}

.video-window .fixed-header {
  padding: 0;
  border: 0;
}

.video-window .fixed-header .nav > li > a {
  padding: 19px 15px;
}

.video-window .fixed-header .nav > li > a:active,
.video-window .fixed-header .nav > li > a:focus {
  background: #2fdf84;
  color: #fff;
}

.video-window .fixed-header .nav > li > a:focus {
  color: #495057;
}

.incoming-btns {
  margin-top: 20px;
}

.dash-widget {
  background-color: #fff;
  border: 1px solid #d5dbe1;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.dash-widget2 {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #d5dbe1;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.dash-widget2 .dash-widget-icon {
  border-radius: 4px 0 0 4px;
  display: block;
  float: left;
  height: 88px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  color: #fff;
}

.dash-widget2 .dash-widget-info {
  padding: 11px 20px;
}

.dash-progress {
  margin-top: 15px;
}

.dash-progress h5 {
  margin-bottom: 0;
}

.dash-widget3 .dash-widget-icon {
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.dash-widget4 .dash-widget-icon {
  color: #fff;
}

.dash-widget5 {
  display: flex;
  min-height: 90px;
  background: #fff;
  color: #333;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #d5dbe1;
  box-shadow: 0 6px 15px rgb(36 37 38/8%);
  justify-content: space-between;
  align-items: center;
}

.dash-widget5 .dash-widget-icon {
  border-radius: 50%;
  display: block;
  margin-top: 10px;
  float: left;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 26px;
  line-height: 55px;
  color: #fff;
  border: 0 solid #2fdf84;
}

.dash-widget5 .dash-widget-info {
  padding: 11px 0;
}

.analytics-desc {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.analytics-desc > .analytics-count {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}

.analytics-desc > .analytics-title {
  text-transform: uppercase;
  font-size: 12px;
}

.profile-widget.profile-widget4 {
  padding: 0;
}

.profile-bg {
  background: url(../img/user-02.jpg);
  background-size: cover;
  height: 141px;
  color: #fff;
  padding: 20px;
}

.profile-widget .profile-bg .user-name > a {
  color: #fff;
}

.profile-bg h5 {
  color: #fff;
}

.profile-avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.profile-avatar img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.profile-widget .user-info {
  padding: 10px 15px;
}

.profile-widget .user-info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}

.profile-widget .user-info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}

.profile-widget.profile-widget3 {
  padding: 0;
  overflow: hidden;
}

.profile-widget3 {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.avatar-link {
  border-radius: 6px;
  display: inline-block;
  float: left;
  margin: -30px 5px 0 8px;
  max-width: 100%;
  vertical-align: bottom;
  position: relative;
}

.avatar-link img {
  border: 2px solid #fff;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  height: 72px;
  width: 72px;
}

.avatar-link img.rounded-circle {
  border-radius: 50%;
}

.profile-widget3 .user-info {
  margin: 5px 0 0;
  text-align: left;
  padding: 0;
}

.profile-widget3 .user-info .username {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.profile-widget3 .user-info .username a {
  color: #333;
}

.user-analytics {
  padding: 10px 0;
}

.contacts-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
}

.contacts-header .navbar {
  border: 0;
  margin: 0;
  min-height: auto;
}

.contacts-header .user-info a {
  color: #76838f;
  text-transform: uppercase;
}

.contact-left {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}

.contacts-list {
  position: relative;
  padding: 0 50px 0 20px;
}

.contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.contact-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  padding: 10px;
  background-color: #fff;
}

.contact-cont {
  position: relative;
}

.contact-type {
  height: 48px;
  position: absolute;
  width: 48px;
}

.contact-icon {
  background-color: #f3f7f9;
  border: 1px solid #e4eaec;
  border-radius: 4px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

.contact-icon i {
  color: #76838f;
  font-size: 20px;
}

.contact-info {
  padding: 0 30px 0 50px;
}

.contact-action {
  height: 30px;
  list-style: none;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
  width: 30px;
}

.contact-date {
  color: #888;
  font-size: 12px;
}

.contact-author a {
  color: #2fdf84;
  font-size: 12px;
  text-decoration: underline;
}

.contact-action .dropdown-menu {
  left: auto;
  right: 0;
}

.contact-alphapets {
  background-color: #fff;
  border-left: 1px solid #d5dbe1;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  padding-bottom: 121px;
  position: fixed;
  right: 0;
  top: 121px;
  width: 50px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

.contact-box {
  display: inline-table;
  height: 100%;
  padding: 30px 15px;
  position: relative;
  width: 100%;
}

.alphapets-inner {
  height: 100%;
  overflow: auto;
}

.alphapets-inner a {
  display: block;
  text-align: center;
  padding: 2px;
  color: #333;
}

.notification-list .list-group-item {
  padding: 15px;
}

.chat-sidebar {
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  width: 300px;
}

.chat-sidebar .chat-contents {
  background-color: #fff;
}

.chat-sidebar .chat-left .chat-content {
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  max-width: 100%;
}

.chat-sidebar .chat-left .chat-body {
  margin-left: 50px;
  padding-right: 0;
}

.chat-sidebar .chat-date {
  background-color: #fff;
}

.chat-sidebar .chats {
  padding: 15px 15px 30px;
}

.chat-sidebar .avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.chat-sidebar .chat.chat-left {
  margin-bottom: 20px;
}

.chat-sidebar .chat.chat-left:last-child {
  margin-bottom: 0;
}

.chat-sidebar .chat-left .chat-time {
  color: #888;
  display: inline-block;
  font-size: 11px;
}

.chat-sidebar .chat-content > p {
  font-size: 13px;
  margin-bottom: 0;
}

.chat-sidebar.opened {
  margin-right: 0;
}

.lg-backdrop {
  z-index: 1041;
}

.product-thumbnail {
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}

.product-remove {
  position: absolute;
  top: -10px;
  right: -6px;
  color: #f06060;
  cursor: pointer;
}

#lightgallery .img-thumbnail {
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
  height: 250px;
  object-fit: cover;
}

@media only screen and (min-width: 991px) {
  #toggle_btn {
    color: #999;
    float: left;
  }
  .mini-sidebar .header-left .logo img {
    height: auto;
    max-height: 30px;
    width: auto;
  }
  .mini-sidebar .sidebar .header-left {
    padding: 0 5px;
    width: 85px;
  }
  .mini-sidebar .sidebar .header-left span {
    display: none;
  }
  .mini-sidebar .sidebar {
    width: 90px;
  }
  .mini-sidebar.expand-menu .sidebar {
    width: 270px;
  }
  .mini-sidebar.expand-menu .sidebar .header-left {
    width: 270px;
  }
  .mini-sidebar.expand-menu .sidebar .header-left span {
    display: inline-block;
  }
  .mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap;
  }
  .mini-sidebar.expand-menu .menu-title {
    visibility: visible;
  }
  .mini-sidebar .menu-title a {
    visibility: hidden;
  }
  .mini-sidebar.expand-menu .menu-title a {
    visibility: visible;
  }
  .mini-sidebar .sidebar .noti-dot:before {
    display: none;
  }
  .mini-sidebar .sidebar .noti-dot:after {
    display: none;
  }
  .mini-sidebar.expand-menu .sidebar .noti-dot:before {
    display: block;
  }
  .mini-sidebar.expand-menu .sidebar .noti-dot:after {
    display: block;
  }
  .modal-open.mini-sidebar .sidebar {
    z-index: 1001;
  }
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
    display: none;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span.chat-avatar-sm {
    display: inline-block;
    opacity: 1;
  }
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span.status {
    display: inline-block;
    opacity: 1;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: inline;
    opacity: 1;
  }
  .mini-sidebar .sidebar .sidebar-menu > ul > li > a i {
    font-size: 30px;
    width: 30px;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li > a i {
    font-size: 24px;
    width: 20px;
  }
  .mini-sidebar .page-wrapper {
    margin-left: 100px;
  }
  .mini-sidebar .header {
    left: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-md {
    width: 600px;
  }
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-top > li > a,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0;
  }
  .nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-top > li > a,
  .nav-tabs.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0;
  }
  .nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px;
  }
  .nav-tabs.nav-tabs-top > li > a.active,
  .nav-tabs.nav-tabs-top > li > a.active:hover,
  .nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #2fdf84;
  }
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #2fdf84;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #2fdf84;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  .nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
  }
  .nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-solid > li > a:hover,
  .nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
  }
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
  }
  .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-top > li > a,
  .nav-tabs-justified.nav-tabs-top > li > a:hover,
  .nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0;
  }
}

@media only screen and (max-width: 1330px) {
  .dash-widget-info > span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991.98px) {
  .sidebar {
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .mobile-logo {
    height: 60px;
    line-height: 54px;
    margin-left: 60px;
  }
  #toggle_btn {
    display: none;
  }
  .header {
    left: 10px;
  }
  .top-nav-search {
    display: none;
  }
  .profile-rightbar {
    display: inline-block !important;
  }
  .task-right-sidebar .task-chat-view {
    display: block;
    position: fixed;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-right: 0;
  }
  .task-chat-view {
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
    transform: translateX(0px);
    z-index: 1041;
    width: 300px;
    position: fixed;
    margin-right: -300px;
    display: table-cell;
    top: 0;
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .chat-profile-view {
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
    transform: translateX(0px);
    z-index: 1041;
    width: 300px;
    position: fixed;
    margin-right: -300px;
    display: table-cell;
    top: 0;
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .message-view.task-view {
    width: 100%;
  }
  .float-left.ticket-view-details {
    width: 90%;
  }
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }
  .chat-main-row {
    left: 0;
  }
  .content-page {
    margin-bottom: 10px;
  }
  .sidebar .header-left {
    position: absolute;
    width: 100%;
  }
  .mobile_btn {
    display: block;
  }
  .page-title-box {
    display: none;
  }
  .sidebar {
    margin-left: -280px;
    width: 270px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
  }
  .page-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slide-nav .sidebar {
    margin-left: 0;
  }
  a.mobile_btn {
    color: #2fdf84;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 60px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10;
  }
  .slide-nav .page-wrapper {
    left: 0;
    margin-left: 0;
  }
  body {
    font-size: 13px;
  }
  .sidebar-menu li a {
    font-size: 13px;
  }
  .chat-panel .custom-menu.navbar-nav > li > a {
    font-size: 18px;
  }
  .user-menu.nav > li > a {
    color: #2fdf84;
  }
  .header-left .logo img {
    margin-bottom: 10px;
  }
  .user-menu.nav > li > a .badge {
    color: #fff;
  }
  .page-header .breadcrumb {
    padding-left: 0;
    font-size: 9px;
  }
  .widget .laTest-posts {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .page-header h5 {
    font-size: 1.2em;
  }
  .user-menu.nav > li > a {
    color: #2fdf84;
  }
  .header-left .logo img {
    margin-bottom: 10px;
  }
  .user-menu.nav > li > a .badge {
    color: #fff;
  }
  .profile-info-left {
    border-right: none;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav .open .dropdown-menu {
    float: left;
    position: absolute;
  }
  .notifications {
    right: -48px;
  }
  .notifications::before,
  .notifications::after {
    right: 60px;
  }
  .modal-body.card-box {
    background-color: #fff;
    border: none;
    border-radius: inherit;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }
  .header {
    z-index: 1040;
  }
  .task-wrapper #task-list li .task-container .task-label {
    padding-right: 50px;
    word-break: unset;
  }
  .task-btn-right {
    position: absolute;
    right: 8px;
  }
  .task-wrapper #task-list li .task-container {
    padding: 8px 10px;
  }
  .task-action-btn.task-check {
    width: 36px;
  }
  .roles-menu {
    margin-bottom: 20px;
  }
  .contacts-list {
    padding: 0 70px 0 15px;
  }
  .left-action {
    text-align: center;
    margin-bottom: 15px;
  }
  .right-action {
    text-align: center;
  }
  .top-action-left .float-left {
    float: none !important;
  }
  .top-action-left .btn-group {
    margin-bottom: 15px;
  }
  .top-action-right {
    text-align: center;
  }
  .top-action-right a.btn.btn-white {
    margin-bottom: 15px;
  }
  .mail-sent-time {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified > li > a.active,
  .nav-tabs.nav-justified > li > a.active:hover,
  .nav-tabs.nav-justified > li > a.active:focus {
    border-color: transparent transparent transparent #2fdf84;
    border-left-width: 2px;
  }
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .nav-tabs > li > a {
    border-width: 2px;
    border-left-color: transparent;
  }
  .nav-tabs .nav-link {
    border-width: 2px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active,
  .nav-tabs > li > a.active,
  .nav-tabs > li > a.active:hover,
  .nav-tabs > li > a.active:focus {
    background-color: #f5f5f5;
    border-color: transparent transparent transparent #2fdf84;
    border-left-width: 2px;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
    border-radius: 10px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0 !important;
  }
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified > li > a.active,
  .nav-tabs-justified > li > a.active:hover,
  .nav-tabs-justified > li > a.active:focus {
    border-width: 0 0 0 2px;
    border-left-color: #2fdf84;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.17em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.83em;
  }
  h6 {
    font-size: 0.75em;
  }
  .page-title {
    font-size: 1.2em;
  }
  .card-title {
    font-size: 1.12em;
  }
  .blog-view .blog-title {
    font-size: 24px;
  }
  .widget h3 {
    font-size: 18px;
  }
  .coming-title {
    font-size: 30px;
  }
  .title-section {
    margin-bottom: 50px;
  }
  .newsletter form {
    width: 90%;
  }
  .newsletter input[type="text"] {
    width: 70%;
    height: 40px;
  }
  .submit-btn {
    width: 30%;
    height: 40px;
  }
  .my-video ul li {
    width: 80px;
  }
  .voice-call-avatar .call-avatar {
    width: 120px;
    height: 120px;
  }
  .product-info {
    margin: 20px 0 30px;
  }
  .profile-bg {
    height: 280px;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .header .has-arrow .dropdown-toggle > span:nth-child(2) {
    display: none;
  }
  .header .has-arrow .dropdown-toggle::after {
    display: none;
  }
  .page-header .breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .page-header .breadcrumb {
    display: none;
  }
  .contact-cat {
    padding-right: 70px;
  }
  .user-menu {
    display: none;
  }
  .mobile-user-menu {
    display: block;
  }
  .search-box {
    display: none;
  }
  .filter-row {
    margin-bottom: 15px;
  }
  .page-wrapper > .content {
    padding: 15px 15px 0;
  }
  .card,
  .page-header,
  .dash-widget5,
  .add-btn-col,
  .profile-widget,
  ul.activity-list li {
    margin-bottom: 0.9375rem;
  }
  .profile-view .profile-basic {
    margin-left: 0;
  }
  .profile-img-wrap {
    position: relative;
    margin: 0 auto;
  }
  .profile-view .profile-img-wrap {
    margin: 0 auto 10px;
    height: 100px;
    width: 100px;
  }
  .profile-view .profile-img {
    height: 100px;
    width: 100px;
  }
  .profile-view .profile-img .avatar {
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    width: 100px;
  }
  .profile-info-left {
    text-align: center;
  }
  .profile-basic {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-title {
    font-size: 18px;
  }
  .fc-toolbar .fc-right {
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    width: 200px;
    clear: both;
  }
  .fc-toolbar .fc-left {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .upload-text {
    font-size: 18px;
  }
  .call-duration {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: inherit;
  }
  .end-call {
    margin-top: 10px;
    position: inherit;
  }
  .chat-panel .chats {
    padding: 15px 0;
  }
  .chat-right .chat-content {
    max-width: 90%;
  }
  .chat-right .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  .chat-left .chat-content {
    max-width: 90%;
  }
  .chat-left .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  .chat-avatar .avatar {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .account-box {
    width: 100%;
    margin-bottom: 20px;
  }
  body {
    font-size: 12px;
  }
  .sidebar-menu li a {
    font-size: 12px;
  }
  .content {
    padding: 0 50px;
  }
  .coming-title {
    font-size: 20px;
  }
  .title-section {
    margin-bottom: 20px;
  }
  .newsletter form {
    width: 90%;
  }
  .newsletter input[type="text"] {
    width: 70%;
    height: 36px;
    padding: 0 10px;
  }
  .submit-btn {
    width: 30%;
    height: 36px;
    padding: 0 10px;
  }
  .sub-title {
    font-size: 11px;
  }
  .newsletter h3 {
    font-size: 16px;
  }
  .float-left.ticket-view-details {
    width: 80%;
  }
  .chat-panel .last-seen {
    font-size: 10px;
  }
  .custom-menu.navbar-nav > li > a {
    margin-left: 10px;
  }
  .profile-bg {
    height: 180px;
  }
  .error-box h1 {
    font-size: 40px;
  }
  .error-box h3 {
    font-size: 12px;
  }
  .error-box p {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .blog-info {
    font-size: 9px;
  }
  .pagination-lg .page-link {
    padding: 10px;
    font-size: 15px;
  }
}
.new-btn {
  border: 1px solid #3c3c3c !important;
  background: white !important;
  color: #2a2a2a !important;
  line-height: 1.1 !important;
}
.new-btn .anticon svg {
  font-size: 17px;
  color: #2a2a2a !important;
}
.table-striped tbody tr:nth-of-type(odd):hover {
  color: #333 !important;
  background-color: #dadada !important;
}
.table-striped tbody tr:nth-of-type(even):hover {
  background-color: #dadada !important;
  color: #333 !important;
}
.m-academic-year {
  margin-top: 10px;
  margin-left: 10px;
}
.m-academic-year .ant-select {
  width: 150px;
  background: #f0f2f2;
  box-shadow: 0 2px 5px rgb(15 17 17 / 15%);
  height: 35px !important;
}

.m-academic-year .ant-select-selection--single {
  height: 35px !important;
}
.back_arrow i {
  font-size: 30px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  cursor: pointer;
}
.ri-arrow-left-circle-line:before {
  content: "\EA5C";
}
.main_title {
  position: relative;
  top: -9px;
}
body {
  background-color: #fafbfe !important;
}
.form-group select,
.form-group .ant-select,
.form-group .ant-calendar-picker {
  display: block;
  width: auto !important;
}
.form-group .ant-select .ant-select-selection--single,
.form-group .ant-calendar-picker .ant-calendar-picker-input.ant-input {
  height: 40px;
}
.form-group
  .ant-select
  .ant-select-selection--single
  .ant-select-selection__rendered {
  line-height: 40px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  background-color: white !important;
  color: #feba18 !important;
  font-size: 18px;
  font-weight: 600;
}
.mb-20 {
  margin-bottom: 20px;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #1f2449 !important;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}
.ant-collapse {
  border-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.ant-collapse-content {
  border-radius: 0px !important;
}
.error {
  font-size: 11px;
  color: red;
  font-weight: 500;
}
.header-extra-padd {
  padding: 10px 10px !important;
  height: 50px;
}
.add-btn-col .anticon svg {
  position: relative;
  top: -3px;
}
.btn {
  border-radius: 25px !important;
}
.school-name {
  font-size: 20px;
  text-transform: capitalize;
  position: relative;
  top: 15px;
  left: 15px;
}
.hide {
  display: none !important;
}
.card-content {
  background: white;
  border-radius: 5px;
  padding: 10px;
}
.place-list {
  font-size: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 4px 10px;
  background: #fff;
  position: inherit;
  z-index: 1;
  max-width: -webkit-max-content;
  max-width: max-content;
  max-height: 180px;
  overflow-y: auto;
}
.place-list ul {
  font-size: 13px;
  list-style: none;
  padding-left: 0;
}
.place-list li {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding: 6px 2px;
  cursor: pointer;
}
.timelines {
  margin-bottom: 50px !important;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  word-break: break-word;
}
.font-blue {
  color: #2196f3;
  font-weight: 600;
  font-size: 17px;
}
.followup-model .card-content {
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
  border: 1px solid #ececec;
  padding: 3px 10px;
  margin: 0px 2px;
}
.followup-model .ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 0px solid #d9d9d9;
}
.followup-model
  .ant-collapse
  > .ant-collapse-item
  > .ant-collapse-header
  .ant-collapse-arrow
  svg {
  display: none;
}
.timeline {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.children .ant-collapse {
  border: none;
}
.timeline .ant-collapse-borderless {
  background-color: hsla(0, 0%, 98%, 0) !important;
}
.timeline .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0 10px 0 5px !important;
  color: rgba(0, 0, 0, 0.65) !important;
  font-size: 18px !important;
}
.timeline .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 700;
}
.children
  .ant-collapse
  > .ant-collapse-item
  > .ant-collapse-header
  .ant-collapse-arrow {
  right: 16px;
  left: auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.add_followup {
  border-top: 1px solid #b9b9b9;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 10px;
  background: #fff;
  right: 0;
}
.add_followup .action_btn {
  padding: 10px 15px;
  background: transparent !important;
  background-color: #ff2668 !important;
  background-image: linear-gradient(
    90deg,
    #ff2668,
    rgb(35 117 225/20%)
  ) !important;
  box-shadow: 0 0 10px 1px rgb(115 103 240 / 70%);
  border-radius: 4px;
  color: #fff;
}
.view-Profile .ant-modal-footer {
  display: none !important;
}
.datetime_picker .react-datepicker-wrapper {
  width: 100%;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ant-select,
input:not([type]),
input[type="date"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="search"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="text"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="url"]:not(.browser-default),
textarea.materialize-textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  height: 40px !important;
  line-height: 40px;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: transparent;
  border: 1px solid #ddd;
}
.followup-model {
  top: 60px !important;
}
.ant-collapse-content-box table {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ant-collapse-content-box tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ant-collapse-content-box td,
.ant-collapse-content-box th {
  display: table-cell;
  padding: 15px 5px;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #181e4b !important;
  border-color: #131a4e !important;
}
.ant-checkbox-checked::after {
  border: 1px solid #131a4e !important;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #131a4e !important;
}
table.table td h2 a:hover {
  color: #131a4e !important;
}
a:hover,
a:active,
a:focus {
  color: #131a4e !important;
}
.send-sms .ant-modal-footer {
  display: none;
}
.ant-upload .profile-img {
  width: 100px;
  padding: 10px 0 0;
  height: auto;
}
.add-parent .profile-img {
  width: 100px;
  padding: 0px 0 0;
  height: auto;
}
.profile-img-cam {
  width: 40px !important;
  top: -14px !important;
  position: relative !important;
  left: 30px !important;
}
.child-profile .ant-upload-select {
  border: none !important;
  background: #fff !important;
}
.bb {
  border-bottom: 1px solid #eee;
}
.d-content {
  display: contents;
}
.p-15px {
  padding: 15px;
}
.timelines .ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
  border: 0px solid #0c1451 !important;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
  border: 1px solid #feba18;
}
.total-amount {
  font-size: 15px;
}
.fees-package-mod table {
  border: 1px solid #ddd;
}
.km-table th {
  border: 1px solid #ddd;
  background: #ddd;
}
.hidden {
  display: none;
}
.children-add .ant-upload-list-picture-card .ant-upload-list-item,
.children-add .ant-upload-list-picture .ant-upload-list-item {
  position: relative;
  width: 100% !important;
  padding: 0;
  border: 0 solid #db327b;
  border-radius: 50%;
  margin-top: 20px !important;
}
.children-add .ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 120px !important;
  overflow: inherit;
}
.children-add .profile-img-cam-1 {
  height: 40px !important;
  z-index: 9999999999999;
  width: 40px !important;
  position: absolute !important;
  left: 70px !important;
  border: 0 solid !important;
  margin-top: 50px !important;
}
.children-add .ant-upload-list-item-info img {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 100px;
  left: 0;
  top: 8px;
  border-radius: 50px;
}
.children-add .change-profile {
  display: contents;
}
.children-add .ant-upload-list-picture-card .ant-upload-list-item-info:before {
  background-color: rgb(0 0 0/0);
}
.edit-profile-img-cam {
  width: 40px;
  top: -14px;
  position: relative;
  left: 30px;
}
.doc-div .doc-img {
  height: 100px;
  width: auto;
}

.calendar {
  padding: 0 !important;
  z-index: 999;
}
.tail-datetime-calendar {
  width: 100%;
  height: auto;
  margin: 15px;
  padding: 0;
  display: contents;
  overflow: hidden;
  position: absolute;
  border-collapse: initial;
  font-family: Open Sans, Calibri, Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 31%);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 31%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tail-datetime-calendar .calendar-navi {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  border-spacing: 0;
  border-collapse: initial;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.tail-datetime-calendar .calendar-navi span.button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNiAyTDAgOGw2IDZWMnoiLz48L3N2Zz4=);
  background-color: #1f2448;
  border-radius: 5px 0 0 5px;
}
.tail-datetime-calendar .calendar-navi span {
  width: 45%;
  cursor: pointer;
  color: #000;
  margin: 0;
  padding: 5px;
  display: table-cell;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  text-shadow: -1px -1px 0 rgb(0 0 0 / 15%);
  background-repeat: no-repeat;
  background-position: 50%;
}
.tail-datetime-calendar .calendar-navi span.button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAxNGw2LTYtNi02djEyeiIvPjwvc3ZnPg==);
  background-color: #1f2448;
  border-radius: 0 5px 5px 0;
}
.tail-datetime-calendar .calendar-navi span:first-child,
.tail-datetime-calendar .calendar-navi span:last-child {
  width: 35px;
  padding: 0 0 5px;
  font-size: 22px;
}
.tail-datetime-calendar:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  visibility: hidden;
}
.tail-datetime-calendar .calendar-date {
  margin: 0;
  padding: 0;
  display: block;
  border: 1px solid #eee;
  border-top: none;
}
.tail-datetime-calendar .calendar-date:nth-child(3) {
  display: none;
}
.tail-datetime-calendar .calendar-date table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.tail-datetime-calendar .calendar-date table tbody tr > *,
.tail-datetime-calendar .calendar-date table thead tr > * {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 35px;
  border: 0;
  background-color: #234;
}
.tail-datetime-calendar .calendar-date table tbody tr > .disable,
.tail-datetime-calendar .calendar-date table tbody tr > .empty {
  color: #89a;
  cursor: not-allowed;
  background-color: #efefef;
}
.tail-datetime-calendar .calendar-date table tbody tr > * {
  color: #345;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  background-color: #fff;
}
.calendar td,
th {
  display: table-cell;
  padding: 8px !important;
}
.calendar-title span {
  padding: 0 8px;
  border-radius: 50%;
  margin-right: 5px;
}
.calendar-title p {
  display: inline-table;
  margin-right: 10px;
}
.bg-color-5 {
  background-color: #00dafc !important;
}
.bg-color-3 {
  background-color: #ff72fe !important;
}
.bg-color-6 {
  background-color: #f13454 !important;
}
.mt-10 {
  margin-top: 10px;
}
.meal img {
  background: #1f2448;
}
.meal img,
.upload-img img {
  width: 30% !important;
  padding: 10px;
  border-radius: 50px;
}
.ant-popover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: 400;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ant-popover-placement-top .ant-popover-inner {
  background-color: rgb(255 255 255/0) !important;
}
.ant-popover-inner {
  background-color: #fff !important;
  box-shadow: none !important;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.center {
  text-align: center;
  text-align: -webkit-center;
}
.pointer {
  cursor: pointer !important;
}
.upload-img label {
  font-size: 14px;
  color: var(--iq-dark);
}
.meal img,
.upload-img img {
  width: 30% !important;
  padding: 10px;
  border-radius: 50px;
}
.upload-img img {
  background: #8369ab;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pdf .ant-upload-list-item {
  float: left !important;
  width: -webkit-max-content !important;
  width: max-content !important;
  height: 40px !important;
  margin: 0 8px 8px 0 !important;
}
.upload-gallery
  .ant-upload-list-picture-card
  .ant-upload-list-item-info:before {
  z-index: -9999 !important;
}
.ant-upload-list-item-info label {
  font-size: 14px;
  color: var(--iq-dark);
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.remove {
  text-align: center;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #f4364c;
  opacity: 1;
  height: 17px;
  width: 17px;
  padding: 0;
  font-size: 11px !important;
  border: 1px solid #f4364c;
  z-index: 1;
  border-radius: 4px;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 13px !important;
  font-weight: 900 !important;
}
.ant-upload-list-item .anticon-close,
.ant-upload-list-item .anticon-close:hover {
  color: #fafafa !important;
}
.anticon,
.anticon svg {
  display: inline-block;
}
.anticon svg {
  margin-top: -5px;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 13px !important;
  font-weight: 900 !important;
}
.ant-upload-list-picture-card .anticon-close,
.ant-upload-list-picture .anticon-close {
  position: absolute !important;
  top: 2px !important;
  right: 0 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover,
.ant-upload-list-picture .ant-upload-list-item:hover {
  background: transparent;
}
.d-flow-root {
  display: flow-root !important;
}
.ant-upload-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  zoom: 1;
}
.ant-upload-list-picture-card-container,
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left !important;
  width: 104px !important;
  height: 104px !important;
  margin: 0 8px 8px 0 !important;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card
  .ant-upload-list-item:hover
  .ant-upload-list-item-info,
.ant-upload-list-picture
  .ant-upload-list-item:hover
  .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-item {
  position: relative !important;
  height: 22px !important;
  margin-top: 8px !important;
  font-size: 14px !important;
}
.div-loader {
  display: none;
  position: fixed;
  width: 100%;
  background: rgb(0 0 0 / 45%);
  height: 100%;
  z-index: 99;
  min-height: 800px;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #ff9100;
  left: 0;
  top: 0;
  text-shadow: 1px 1px #dbdbdb;
  padding-top: 200px;
}
.div-loader img {
  width: 100px !important;
}
.mt-20 {
  margin-top: 20px;
}
.ant-checkbox-group,
.ant-radio-group {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
[type="checkbox"] + span:not(.lever) {
  padding-left: 15px;
  height: 19px;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.attendance .ant-checkbox-wrapper label:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}
.attendance .ant-checkbox-wrapper label {
  padding: 10px 30px;
  font-weight: 400;
  vertical-align: text-top;
  text-align: center;
  border: 1px solid #eee;
}
.children .ant-checkbox-wrapper label {
  border: 1px solid #1f2448;
  border-radius: 4px;
  padding: 5px 30px;
  font-size: 16px;
  color: #1f2448;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
.children .ant-checkbox-inner {
  display: none !important;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.children .ant-checkbox-wrapper-checked label {
  border: 1px solid #1f2448;
  background: #1f2448;
  border-radius: 4px;
  padding: 5px 30px;
  font-size: 16px;
  color: #fff;
}
.d-contents {
  display: contents;
}
.atd-img {
    border-radius: 50%;
    width: 80px;
    height: auto;
    display: block;
    max-height: 80px;
    object-fit: contain;
    background: transparent;
    border: 1px solid #dee2e6;
}
.attendance .ant-checkbox-wrapper label:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}
.center {
  text-align: center !important;
  text-align: -webkit-center !important;
}
.ant-checkbox-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  display: inline-block;
}

span.ant-time-picker {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.dashboard .card {
  background-color: transparent !important;
  box-shadow: initial !important;
}
.dashboard .border-left {
  border-left: 0px solid #dee2e6 !important;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%) !important;
  background-color: white !important;
  margin: 0 10px 20px !important;
}

/*insta post css */
.profile-timeline .profile-post .time {
  color: #999;
}
.card.is-post .card-heading,
.card.is-post .card-body {
  padding: 10px 10px 0 10px;
}
.post-body {
  padding: 2px 10px 0 10px !important;
}

.card-heading .index .user-block .image {
  width: 15%;
}
.card-heading .user-block {
  width: 100%;
}
.card-heading .user-block .user-info {
  width: 85%;
  font-weight: 800;
}
.card-heading .user-block .profile-info {
  width: 15%;
}

.user-comment .post-image .like-wrapper {
  left: 0;
  bottom: -17px !important;
}
.user-comment .post-image .like-wrapper .like-button {
  margin: 0;
  width: 30px;
  height: 30px;
  float: right;
}
.user-comment .post-image .like-wrapper .like-button .like-overlay {
  width: 30px;
  height: 30px;
}
.user-comment .user-block {
  display: -webkit-inline-box !important;
}
.user-comment .card-footer {
  padding: 0 !important;
  float: left;
}
.user-comment {
  margin-top: 5px;
  display: flow-root;
}
.user-comment span {
  float: left;
}
.comm-padd {
  padding: 10px !important;
  /* box-shadow: 0 2px 3px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1) !important; */
  border: 0 !important;
  margin: 0px 5px !important;
  width: auto !important;
}

.profile-timeline .profile-post .time {
  color: #999;
}

.masonry-grid .full {
  width: 100%;
}

.masonry-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.masonry-column-left {
  height: 100%;
  width: calc(61% - 0.5rem);
}
.masonry-column-left .height100 {
  height: 181px;
  border: 1px solid #ddd;
}
.masonry-column-right .height100 {
  height: 120px;
  border: 1px solid #ddd;
}
.triple-grid .third {
  max-height: 240px !important;
}
.masonry-column-right {
  width: 41%;
  height: 100%;
  margin-left: 0.1rem;
}
.masonry-grid img {
  display: block;
  margin-bottom: 0.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  max-height: 300px;
  height: 300px;
}
.triple-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single_post_img img {
  margin: 0px auto;
}
.single_post_img {
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.triple-grid img {
  display: block;
  margin-bottom: 0.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 95%;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.triple-grid .is-half .__react_modal_image__header {
  height: auto !important;
}
.triple-grid .is-half {
  display: block;
  width: calc(50% - 0.1rem) !important;
  height: 145px;
}
.w-100 {
  width: 100% !important;
}
.triple-grid .is-half div {
  height: 150px !important;
}
.triple-grid .is-half .__react_modal_image__modal_container,
.triple-grid .is-half .__react_modal_image__modal_content {
  height: 100% !important;
}
.triple-grid .is-half .__react_modal_image__modal_content div {
  height: 100% !important;
}
.image-post textarea.ant-input {
  border: 0px;
  border-bottom: 1px solid #d9d9d9;
}
.image-post .ant-upload-list-picture-card .ant-upload-list-item-actions {
  opacity: 1;
}
.image-post .ant-upload-list-item-actions a {
  display: none;
}
.image-post .ant-upload-list-item-actions {
  top: 9px !important;
  left: initial !important;
  right: -12px !important;
}
.image-post .ant-upload-list-item {
  padding: 0px !important;
}
.image-post .anticon-download {
  display: none;
}
.iq-bg-primary {
  min-height: 65px;
}
.image-post .ant-upload.ant-upload-select-picture-card {
  float: inherit;
  width: 90%;
  position: absolute;
  height: auto;
  display: block !important;
}
.image-post .ant-upload-list-picture-card-container:nth-child(-n + 3) {
  margin-top: 50px;
}
.select_img .am-image-picker-item-content {
  height: 0px;
  width: 0px;
  display: none;
}
.select_img .am-flexbox-item {
  position: initial !important;
  min-width: min-content !important;
  height: 50px;
}
.select_img .am-image-picker-item {
  display: none;
}

.select_img .am-image-picker-upload-btn {
  height: 50px !important;
  left: 20px !important;
  width: 90% !important;
  display: block;
}
.show_img .am-image-picker-upload-btn {
  display: none;
}
.rounded {
  border-radius: 5px !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pd015 {
  padding: 0px 15px !important;
}
.profile-post a {
  width: 100%;
}
.post-block textarea.ant-input {
  border: 0px !important;
  border-bottom: 1px solid #d9d9d9 !important;
}
.mb40 {
  margin-bottom: 40px;
}
.view-wrapper .setting p a {
  color: black !important;
}
.full-photo img {
  width: 100%;
  margin-bottom: 10px;
}
.post_com a {
  width: auto;
}
.modal-content,
.close {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.home-page .card.is-post .content-wrap .post-image {
  margin: 0 !important;
}
.user-comment .like-wrapper {
  position: initial !important;
}
.user-comment .post-image .like-wrapper .like-button {
  margin: 0;
  width: 25px;
  height: 25px;
  float: right;
  top: -5px;
}
.user-comment .post-image .like-wrapper .like-button svg {
  font-size: 15px;
}

.like-wrapper .like-button {
  z-index: 0 !important;
}

.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .shares-count,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .comments-count,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .likes-count,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .views-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3px;
}

.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .shares-count
  span,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .comments-count
  span,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .likes-count
  span,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .views-count
  span {
  display: block;
  font-size: 0.8rem;
  color: #888da8;
  margin: 0 5px;
}

.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .shares-count
  span.views,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .comments-count
  span.views,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .likes-count
  span.views,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .views-count
  span.views {
  margin: 0 2px;
}

.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .shares-count
  svg,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .comments-count
  svg,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .likes-count
  svg,
.videos-modal
  .card-body
  .inner
  .right-section
  .live-stats
  .social-count
  .views-count
  svg {
  height: 14px;
  width: 14px;
  stroke: #888da8;
}
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .shares-count,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .comments-count,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .likes-count,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .views-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3px;
}
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .shares-count
  span,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .comments-count
  span,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .likes-count
  span,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .views-count
  span {
  display: block;
  font-size: 0.8rem;
  color: #888da8;
  margin: 0 5px;
}
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .shares-count
  span.views,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .comments-count
  span.views,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .likes-count
  span.views,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .views-count
  span.views {
  margin: 0 2px;
}
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .shares-count
  svg,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .comments-count
  svg,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .likes-count
  svg,
.fancybox-custom-layout
  .fancybox-caption
  .live-stats
  .social-count
  .views-count
  svg {
  height: 14px;
  width: 14px;
  stroke: #888da8;
}

.fancybox-custom-layout
  .fancybox-caption
  .comments-list
  .is-comment
  .media-content
  .comment-actions
  .likes-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.fancybox-custom-layout
  .fancybox-caption
  .comments-list
  .is-comment
  .media-content
  .comment-actions
  .likes-count
  span {
  display: block;
  font-size: 0.75rem;
  color: #888da8;
  margin: 0 5px;
}
.fancybox-custom-layout
  .fancybox-caption
  .comments-list
  .is-comment
  .media-content
  .comment-actions
  .likes-count
  span.views {
  margin: 0 2px;
}
.fancybox-custom-layout
  .fancybox-caption
  .comments-list
  .is-comment
  .media-content
  .comment-actions
  .likes-count
  svg {
  height: 12px;
  width: 12px;
  stroke: #888da8;
}

.card.is-post .content-wrap .card-footer .social-count .shares-count,
.card.is-post .content-wrap .card-footer .social-count .comments-count,
.card.is-post .content-wrap .card-footer .social-count .likes-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3px;
}

.card.is-post .content-wrap .card-footer .social-count .shares-count span,
.card.is-post .content-wrap .card-footer .social-count .comments-count span,
.card.is-post .content-wrap .card-footer .social-count .likes-count span {
  display: block;
  font-size: 0.9rem;
  color: #888da8;
  margin: 0 5px;
}

.card.is-post .content-wrap .card-footer .social-count .shares-count svg,
.card.is-post .content-wrap .card-footer .social-count .comments-count svg,
.card.is-post .content-wrap .card-footer .social-count .likes-count svg {
  height: 18px;
  width: 18px;
  stroke: #888da8;
}

.card.is-post.is-nested {
  position: relative;
  margin-top: 20px !important;
  border-bottom-color: transparent;
  border-radius: 6px 6px 0 0;
}

.card.is-post.is-simple .post-actions {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.card.is-post.is-simple .card-footer {
  padding-top: 10px;
}

.card.is-post.has-nested .content-wrap .card-footer {
  margin-top: 16px;
}

.card.is-post .card-heading,
.card.is-post .card-body {
  padding: 5px 16px 0px 16px;
}

.card.is-post .card-footer {
  border: none;
  padding: 16px;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 0px solid #ddd;
}

.card.is-post .user-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.card.is-post .user-block img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.card.is-post .user-block a,
.card.is-post .user-block .time {
  display: block;
}

.card.is-post .user-block a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #393a4f;
  transition: color 0.3s;
}

.card.is-post .user-block a:hover {
  color: #4a4b67;
}

.card.is-post .user-block .time {
  font-size: 0.8rem;
  color: #999;
  font-weight: 600;
}

.card.is-post .user-block .user-info {
  padding: 0 5px;
}

.card.is-post .user-block .user-info a {
  line-height: 1.1;
}

.card.is-post .user-block .user-info a span {
  color: #0062ff;
  font-weight: 500;
}

.card.is-post .content-wrap .post-text p {
  color: #757a91;
  font-size: 0.9rem;
}

.card.is-post .content-wrap .post-text p a {
  color: #393a4f;
  font-weight: 500;
}

.card.is-post .content-wrap .post-text p a:hover {
  color: #0062ff;
}

.card.is-post .content-wrap .action-wrap {
  position: relative;
  margin-top: -22px !important;
}

.card.is-post .content-wrap .action-wrap .like-wrapper {
  position: absolute;
  bottom: -27px;
  right: 26px;
  max-height: 54px;
}

.card.is-post .content-wrap .action-wrap .fab-wrapper {
  position: absolute;
  bottom: -21px;
  max-height: 43px;
}

.card.is-post .content-wrap .action-wrap .fab-wrapper.is-share {
  right: 84px;
}

.card.is-post .content-wrap .action-wrap .fab-wrapper.is-comment {
  right: 131px;
}

.card.is-post .content-wrap .post-image {
  position: relative;
  margin: 0px 0;
}

.card.is-post .content-wrap .post-image img {
  display: block;
  border-radius: 3px;
}

.card.is-post .content-wrap .post-image .like-wrapper {
  position: absolute;
  bottom: -45px;
  right: 0;
  max-height: 54px;
}

.card.is-post .content-wrap .post-image .fab-wrapper {
  position: absolute;
  bottom: -45px;
  max-height: 43px;
}

.card.is-post .content-wrap .post-image .fab-wrapper.is-share {
  right: 58px;
}

.card.is-post .content-wrap .post-image .fab-wrapper.is-comment {
  right: 105px;
}

.card.is-post .content-wrap .post-image .triple-grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card.is-post .content-wrap .post-image .triple-grid a.is-half {
  display: block;
  width: calc(50% - 0.25rem) !important;
  height: 100%;
}

.card.is-post .content-wrap .post-image .triple-grid img {
  display: block;
  margin-bottom: 0.1rem;
  object-fit: cover;
  width: 100%;
  height: 50%;
}

.card.is-post .content-wrap .post-image .triple-grid .like-wrapper {
  position: absolute;
  bottom: -18px;
  right: 18px;
  max-height: 54px;
}

.card.is-post .content-wrap .post-image .triple-grid .fab-wrapper {
  position: absolute;
  bottom: -13px;
  max-height: 43px;
}

.card.is-post .content-wrap .post-image .triple-grid .fab-wrapper.is-share {
  right: 76px;
}

.card.is-post .content-wrap .post-image .triple-grid .fab-wrapper.is-comment {
  right: 123px;
}

.card.is-post .content-wrap .post-image .masonry-grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.card.is-post .content-wrap .post-image .masonry-grid img {
  display: block;
  margin-bottom: 0.1rem;
  object-fit: cover;
}

.card.is-post .content-wrap .post-image .masonry-grid .masonry-column-left {
  height: 100%;
  width: calc(61% - 0.5rem);
}

.card.is-post .content-wrap .post-image .masonry-grid .masonry-column-right {
  width: 39%;
  height: 100%;
  margin-left: 0.5rem;
}

.card.is-post .content-wrap .post-image .masonry-grid .like-wrapper {
  position: absolute;
  bottom: -18px;
  right: 0;
  max-height: 54px;
}

.card.is-post .content-wrap .post-image .masonry-grid .fab-wrapper {
  position: absolute;
  bottom: -13px;
  max-height: 43px;
}

.card.is-post .content-wrap .post-image .masonry-grid .fab-wrapper.is-share {
  right: 58px;
}

.card.is-post .content-wrap .post-image .masonry-grid .fab-wrapper.is-comment {
  right: 105px;
}

.card.is-post .content-wrap .post-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: start;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #f5f5f5;
  margin: 16px 0 10px 0;
}

.card.is-post .content-wrap .post-link.is-video .link-image {
  position: relative;
}

.card.is-post .content-wrap .post-link.is-video .link-image .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: rgba(52, 66, 88, 0.6);
}

.card.is-post .content-wrap .post-link.is-video .link-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 46px;
  width: 46px;
  background: #ff5f59;
  border-radius: 50%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.card.is-post .content-wrap .post-link.is-video .link-image .video-button img {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  left: 2px;
  z-index: 3;
}

.card.is-post
  .content-wrap
  .post-link.is-video
  .link-image
  .video-button:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ff5f59;
  -webkit-animation: wave 1.6s infinite;
  animation: wave 1.6s infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 0;
}

.card.is-post .content-wrap .post-link .link-image > img {
  display: block;
  height: 130px;
  width: 180px;
  min-width: 180px;
  border-radius: 6px;
  object-fit: cover;
}

.card.is-post .content-wrap .post-link .link-content {
  margin-left: 12px;
}

.card.is-post .content-wrap .post-link .link-content h4 {
  margin-bottom: 4px;
}

.card.is-post .content-wrap .post-link .link-content h4 a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #757a91;
}

.card.is-post .content-wrap .post-link .link-content h4 a:hover {
  color: #0062ff;
}

.card.is-post .content-wrap .post-link .link-content p {
  font-size: 0.9rem;
  color: #999;
}

.card.is-post .content-wrap .post-link .link-content small {
  text-transform: uppercase;
  font-size: 0.65rem;
  color: #757a91;
  margin-top: 8px;
}

.card.is-post .content-wrap .post-link .like-wrapper {
  position: absolute;
  bottom: -25px;
  right: 0;
  max-height: 54px;
}

.card.is-post .content-wrap .post-link .fab-wrapper {
  position: absolute;
  bottom: -20px;
  max-height: 43px;
}

.card.is-post .content-wrap .post-link .fab-wrapper.is-share {
  right: 58px;
}

.card.is-post .content-wrap .post-link .fab-wrapper.is-comment {
  right: 105px;
}

.card.is-post .content-wrap .post-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.card.is-post .content-wrap .post-actions .like-wrapper {
  margin: 0 2px;
}

.card.is-post .content-wrap .post-actions .like-wrapper .like-button {
  width: 36px;
  height: 36px;
  border: none;
}

.card.is-post .content-wrap .post-actions .like-wrapper .like-overlay {
  top: 0 !important;
  left: 0 !important;
  width: 36px;
  height: 36px;
}

.card.is-post .content-wrap .post-actions .like-wrapper i {
  font-size: 16px;
}

.card.is-post .content-wrap .post-actions .fab-wrapper {
  margin: 0 2px;
}

.card.is-post .content-wrap .post-actions .fab-wrapper .small-fab {
  width: 36px;
  height: 36px;
  border: none;
}

.card.is-post .content-wrap .post-actions .fab-wrapper .small-fab svg {
  height: 16px;
  width: 16px;
}

.card.is-post .content-wrap .card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px;
}

.card.is-post .content-wrap .card-footer .likers-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.card.is-post .content-wrap .card-footer .likers-group img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.card.is-post .content-wrap .card-footer .likers-group img:not(:first-child) {
  margin-left: -12px;
}

.card.is-post .content-wrap .card-footer .likers-group .no-like {
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.is-post .content-wrap .card-footer .likers-group .no-like svg {
  width: 24px;
  height: 24px;
}

.card.is-post .content-wrap .card-footer .likers-text {
  margin-left: 10px;
  line-height: 1.4;
}

.card.is-post .content-wrap .card-footer .likers-text p {
  font-size: 0.8rem;
  color: #888da8;
}

.card.is-post .content-wrap .card-footer .likers-text p a {
  color: #393a4f;
  font-weight: 500;
}

.card.is-post .content-wrap .card-footer .likers-text p a:hover {
  color: #0062ff;
}

.card.is-post .content-wrap .card-footer .social-count {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card.is-post .content-wrap .card-footer .social-count .shares-count,
.card.is-post .content-wrap .card-footer .social-count .comments-count,
.card.is-post .content-wrap .card-footer .social-count .likes-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3px;
}

.card.is-post .content-wrap .card-footer .social-count .shares-count span,
.card.is-post .content-wrap .card-footer .social-count .comments-count span,
.card.is-post .content-wrap .card-footer .social-count .likes-count span {
  display: block;
  font-size: 0.9rem;
  color: #888da8;
  margin: 0 5px;
}

.card.is-post .content-wrap .card-footer .social-count .shares-count svg,
.card.is-post .content-wrap .card-footer .social-count .comments-count svg,
.card.is-post .content-wrap .card-footer .social-count .likes-count svg {
  height: 18px;
  width: 18px;
  stroke: #888da8;
}

.card.is-post .comments-wrap .comments-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
}

.card.is-post .comments-wrap .comments-heading h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #757a91;
}

.card.is-post .comments-wrap .comments-heading .close-comments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s;
}

.card.is-post .comments-wrap .comments-heading .close-comments:hover {
  background: #e8e8e8;
}

.card.is-post .comments-wrap .comments-heading .close-comments svg {
  height: 18px;
  width: 18px;
  stroke: #757a91;
}

.card.is-post .comments-wrap .comments-body {
  padding: 16px;
  max-height: 450px;
  overflow-y: auto;
}

.card.is-post .comments-wrap .comments-body .comments-placeholder {
  text-align: center;
}

.card.is-post .comments-wrap .comments-body .comments-placeholder img {
  display: block;
  max-width: 80px;
  margin: 0 auto;
  opacity: 0.7;
}

.card.is-post .comments-wrap .comments-body .comments-placeholder h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.3rem;
  color: #393a4f;
}

.card.is-post .comments-wrap .comments-body .comments-placeholder p {
  color: #999;
}

.card.is-post .comments-wrap .comments-body .is-comment {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card.is-post .comments-wrap .comments-body .is-comment .media-left img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}

.card.is-post .comments-wrap .comments-body .is-comment .media-content a {
  font-size: 0.9rem;
  font-weight: 500 !important;
  display: block;
  color: #393a4f;
}

.card.is-post .comments-wrap .comments-body .is-comment .media-content a:hover {
  color: #ff5f59;
}

.card.is-post .comments-wrap .comments-body .is-comment .media-content .time {
  display: block;
  font-size: 0.8rem;
  color: #888da8;
  margin-bottom: 10px;
}

.card.is-post .comments-wrap .comments-body .is-comment .media-content p {
  font-size: 0.9rem !important;
  color: #757a91;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls {
  padding: 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .like-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .like-count
  span {
  display: block;
  font-size: 0.9rem;
  color: #888da8;
  margin: 0 5px;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .like-count
  svg {
  position: relative;
  top: -1px;
  height: 14px;
  width: 14px;
  stroke: #888da8;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .like-count:hover
  span {
  color: #ff5f59;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .like-count:hover
  svg {
  stroke: #ff5f59;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .reply,
.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .edit {
  margin: 0 5px;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .reply
  a,
.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .edit
  a {
  font-size: 0.8rem;
  color: #888da8;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .reply
  a:hover,
.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-content
  .controls
  .edit
  a:hover {
  color: #ff5f59;
}

.card.is-post .comments-wrap .comments-body .is-comment .media-right svg {
  height: 18px;
  width: 18px;
  stroke: #757a91;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-right
  .dropdown
  .button {
  padding: 4px !important;
  border-color: transparent !important;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .media-right
  .dropdown
  .media {
  border: none !important;
  padding-top: 0 !important;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .is-comment
  .media-left {
  position: relative;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .is-comment
  .media-left:after {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.4px;
  height: calc(100% - 46px);
  background: #e8e8e8;
}

.card.is-post
  .comments-wrap
  .comments-body
  .is-comment
  .is-comment
  .media-left:before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 13px;
  width: 13px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #fff;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06) !important;
  z-index: 1;
}

.card.is-post .comments-wrap .comments-body .load-more .load-more-button {
  background: #e8e8e8;
  width: 80px;
  padding: 5px 16px;
  border-radius: 500px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.card.is-post .comments-wrap .comments-body .load-more .load-more-button:active,
.card.is-post .comments-wrap .comments-body .load-more .load-more-button:focus {
  outline: none;
}

.card.is-post .comments-wrap .comments-body .load-more .load-more-button:hover {
  background: #f2f2f2;
}

.card.is-post .comments-wrap .comments-body .load-more .load-more-button svg {
  width: 22px;
  height: 22px;
  stroke: #888da8;
}

.card.is-post .comments-wrap .card-footer {
  margin: 0 !important;
  padding: 16px;
}

.card.is-post .comments-wrap .card-footer .post-comment {
  width: 100%;
}

.card.is-post .comments-wrap .card-footer .post-comment .media-left img {
  border-radius: 50%;
}

.card.is-post .comments-wrap .card-footer .post-comment .media-content .field {
  margin-bottom: 0;
}

.card.is-post
  .comments-wrap
  .card-footer
  .post-comment
  .media-content
  .textarea {
  border-color: #e8e8e8;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  resize: none;
}

.card.is-post .comments-wrap .card-footer .post-comment .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.card.is-post .comments-wrap .card-footer .post-comment .actions .action {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.card.is-post .comments-wrap .card-footer .post-comment .actions .action svg {
  width: 18px;
  height: 18px;
  stroke: #888da8;
  transition: all 0.3s;
}

.card.is-post
  .comments-wrap
  .card-footer
  .post-comment
  .actions
  .action:hover
  svg {
  stroke: #ff5f59;
}

.card.is-post
  .comments-wrap
  .card-footer
  .post-comment
  .actions
  .action.is-auto {
  margin-left: auto;
}

.card.is-post
  .comments-wrap
  .card-footer
  .post-comment
  .actions
  .action.is-upload {
  position: relative;
}

.card.is-post
  .comments-wrap
  .card-footer
  .post-comment
  .actions
  .action.is-upload
  input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.card.is-post
  .comments-wrap
  .card-footer
  .post-comment
  .emojionearea-scroll-area::-webkit-scrollbar {
  width: 4px;
}

.card.is-post .content-wrap .card-footer .social-count {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: stretch;
}
.hide_count {
  display: none !important;
}

.like-wrapper .like-button {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  opacity: 1 !important;
  overflow: hidden;
  border: 0px solid #ff2668;
}
.like-wrapper i {
  font-size: 26px;
  color: #0c1451;
}
.fab-wrapper i {
  font-size: 26px;
  color: #0c1451;
}
.user-comment .post-image .like-wrapper .like-button i {
  font-size: 25px;
  color: #0c1451;
}
.like-wrapper .like-button .like-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0c1451;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s;
  z-index: 0;
}

.like-wrapper .like-button i.not-liked {
  display: block;
  color: #ff3f40;
  position: relative;
  z-index: 1;
}

.like-wrapper .like-button i.is-liked {
  display: none;
  color: #fff;
  position: relative;
  z-index: 1;
}

.like-wrapper .like-button.is-active {
  box-shadow: 0px 5px 43px rgba(255, 114, 115, 0.18);
}

.like-wrapper .like-button.is-active .like-overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.like-wrapper .like-button.is-active i.not-liked {
  display: none;
}

.like-wrapper .like-button.is-active i.is-liked {
  display: block;
}

.fab-wrapper.is-share a {
  background: #1a72ff;
  box-shadow: 0 14px 26px -12px rgba(0, 98, 255, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 98, 255, 0.2) !important;
}

.fab-wrapper.is-share a:hover {
  background: #3d88ff;
}

.fab-wrapper.is-share a:hover svg {
  stroke: #fff;
}

.fab-wrapper.is-comment a {
  background: #1a72ff;
  box-shadow: 0 14px 26px -12px rgba(0, 98, 255, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 98, 255, 0.2) !important;
}

.fab-wrapper.is-comment a:hover {
  background: #3d88ff;
}

.fab-wrapper.is-comment a:hover svg {
  stroke: #fff;
}

.fab-wrapper .small-fab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #fcfcfc;
  opacity: 1;
  transition: all 0.3s;
}

.fab-wrapper .small-fab svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}

.fab-wrapper .small-fab.is-active {
  background: #0062ff;
}

.load-more-wrap {
  padding: 40px 0;
}

.load-more-wrap.narrow-top {
  padding-top: 20px 0;
}

.post_com a {
  width: auto;
}
.footer_botoom {
  display: none;
}
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 50px !important;
  background: #ffffff !important;
  padding-top: 10px;
}
.navbar-brand span {
  color: #ff2668;
  font-weight: 600;
}
.navbar-brand p {
  color: #ff2668;
  font-weight: 600;
  display: contents;
  text-align: center;
}
.signup-wrapper .process-bar-wrap {
  padding-top: 60px !important;
}
.confirm_cancel {
  width: 65px !important;
  height: 30px !important;
}
.confirm {
  background: #0062fe !important;
  color: #fff !important;
}
.follow-box {
  text-align: center;
  padding-bottom: 15px;
}
.follow-box .button:active,
.follow-box .button.is-active {
  border-color: #0062ff;
  color: #0062ff;
  padding: 15px 22px;
}
.column {
  padding-bottom: 0px;
}
.pt0 {
  padding-top: 0px;
}
.mg10 {
  margin-top: 10px;
}
.p0 {
  padding: 0;
}
.about_content {
  font-size: 0.9rem;
  font-weight: 400;
  color: #999;
}
.pb5 {
  padding-bottom: 7px !important;
}
.navbar .navbar-brand .navbar-item img {
}
.logo_font {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 42px;
}
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #2980b9;
  animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before {
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #8e44ad;
  animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

input[type="radio"]:disabled + .label-text:before {
  content: "\f111";
  color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before {
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before {
  content: "\f205";
  color: #16a085;
  animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before {
  content: "\f204";
  color: #ccc;
}
input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #0062ff;
  animation: effect 250ms ease-in;
}

@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.form-check {
  display: contents;
}
button,
input,
select,
textarea {
  margin-left: 8px;
}
.icon-link:before {
  content: none;
}
.mobile-navbar .navbar-brand {
  padding: 0;
}
.card {
  box-shadow: 0 0px 0px rgba(10, 10, 10, 0.1), 0 0 0 0px rgba(10, 10, 10, 0.1) !important;
}
.container {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  margin: 0 auto !important;
  position: relative !important;
  width: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.MuiBottomNavigationAction-root {
  flex: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 6px 6px 8px !important;
  max-width: 168px;
  min-width: 80px;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: inline-block !important;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal {
    text-align: center !important;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal
    > .ant-steps-item:not(:last-child)
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    display: !important;
  }
  .steps-action {
    text-align: end;
    margin-bottom: 10px;
  }
  .signup-wrapper {
    background: #f4f4f4 !important;
  }
  .form-check select {
    margin-left: 10px !important;
  }
  .am-list-item .am-list-line .am-list-extra {
    flex-basis: 100% !important;
    color: #888;
    font-size: 13px !important;
    text-align: left !important;
  }
  .am-list-item {
    min-height: 30px !important;
    background-color: transparent !important;
  }
  .am-list-item .am-list-line .am-list-content,
  .am-list-item .am-list-line .am-list-extra {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }

  .am-steps-item-finish .am-steps-item-tail:after {
    background-color: #108ee9;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail::after {
    height: 100% !important;
    border-radius: 1px !important;
    width: 80px !important;
    left: 0 !important;
    margin-top: -22px !important;
    z-index: 999;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal
    > .ant-steps-item
    > .ant-steps-item-container
    > .am-steps-item-finish
    .am-steps-item-tail:after {
    background-color: #108ee9;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal
    > .ant-steps-item
    > .ant-steps-item-container
    > .am-steps-item-tail:after {
    content: "";
    display: inline-block !important;
    background: #ddd !important;
    -webkit-transition: background 0.3s;
    transition: background 0.3s !important;
    position: relative;
    left: -2px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal
    > .ant-steps-item
    > .ant-steps-item-container
    > .am-steps-item {
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal
    > .ant-steps-item
    > .ant-steps-item-container
    > .am-steps-item {
    position: relative !important;
    display: inline-block !important;
    vertical-align: top !important;
  }
  .am-image-picker-list .am-image-picker-upload-btn {
    border-radius: 50px !important;
  }
  .ant-upload.ant-upload-select-picture-card {
    border-color: #1890ff;
    margin-left: 80px;
  }
  .signup-wrapper .process-panel-wrap .form-panel .field {
    border: 1px solid #e8e8e8;
    padding: 8px 8px 0px 8px !important;
    border-radius: 6px;
    background: #fcfcfc;
    margin-bottom: 20px;
  }
}
.loader-wrapper img {
  text-align: center;
}
html {
  background-color: #f4f4f4 !important;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #0062ff !important;
}
.ant-btn-primary {
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff !important;
  border-color: #0062ff !important;
}
#error {
  font-size: 13px;
  padding-left: 10px;
  color: red;
}
.stepsExample
  .timeline.am-steps.am-steps-small
  .am-steps-item.am-steps-custom
  .am-steps-head-inner
  > .am-steps-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9dff1;
}
.stepsExample .timeline.am-steps.am-steps-small .am-steps-tail {
  top: 3px;
  padding: 0 8px;
  background-color: transparent;
}
.sub-title {
  color: #888;
  font-size: 14px;
  padding: 30px 0 18px 0;
}
.pt-50 {
  padding-top: 50px;
}
.right {
  float: right;
}
.mb-10 {
  margin-bottom: 10px;
}
.input-icon {
  left: 7px !important;
}
Button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.anticon svg {
  display: inline-block;
  color: #9b9b9b;
  font-size: 20px;
  top: 0px !important;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ff2668 !important;
  font-weight: 500;
}
.profile-subheader h1,
.profile-subheader h2,
.profile-subheader h3,
.profile-subheader h4,
.profile-subheader h5,
.profile-subheader h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000 !important;
  font-weight: 600 !important;
}
.ReactSwipeableBottomSheet--open {
  overflow: auto;

  background-image: linear-gradient(#cf5ca2, #7d298f);
  height: 150px !important;
  max-height: 150px !important;
}
.post-title {
  text-align: center;
  font-size: 14px;
  color: white;
  margin: 5px;
  font-weight: 600;
}
.mobile_location_div .error {
  width: 30px;
}
.post-icon .icon {
  width: 33.33%;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-icon .icon p {
  position: absolute;
  margin-top: 40px;
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.post-icon .icon-border {
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  margin-top: 5px;
}
.mobile_location_div .icon img {
  width: 22px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-50 {
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0;
}
.not-found {
  text-align: center;
}
.not-found p {
  color: #c5c5c5;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.not-found img {
  width: 100px;
}
.view-wrapper .setting {
  background: white;
  min-height: 600px;
  padding: 5px 0px;
}
.view-wrapper .setting h3 {
  background: #eee;
  padding: 12px 15px;
  margin: 0;
  color: #3a3a3a !important;
}
.view-wrapper .setting p {
  padding: 15px 5px;
  border-bottom: 1px solid #eee;
  margin: 0 10px;
  color: black;
}
.version {
  text-align: center;
  padding: 20px;
}
.w-50 {
  width: 50%;
}
.logout .new-account {
  background: #fff !important;
  border-color: #ff2668 !important;
  color: #ff2668 !important;
  letter-spacing: 3px;
  font-size: 14px;
}
.logout {
  text-align: center;
}
.setting img {
  width: 18px;
  margin-right: 10px;
}
.setting p span {
  float: right;
}
.setting p span img {
  width: 12px;
}
.profile-subheader .subheader-middle h2 {
  text-transform: capitalize;
}
.info-row .content p {
  margin-bottom: 0;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.profile {
  z-index: 0 !important;
}
.cover-bg .camera {
  z-index: 0 !important;
}
.mt-100 {
  margin-top: 100px;
}
.signup-wrapper .outer-panel .outer-panel-inner {
  max-width: inherit;
  margin: 0px 15px;
}
.ant-upload.ant-upload-select-picture-card {
  display: inline-table !important;
  float: inherit;
}
.ant-upload.ant-upload-select-picture-card {
  margin-left: 0px;
}
.ant-upload-picture-card-wrapper {
  text-align: center;
}
.info-row p {
  margin-bottom: 0;
}
.no-border {
  border-bottom: 0px solid !important;
}
.info-row h4 {
  margin-bottom: 0;
}
.fa-chevron-right {
  font-size: 16px !important;
  color: #5b5b5b !important;
  margin: 0 4px !important;
}
.is-post .user-info a {
  color: black !important;
  font-weight: 600 !important;
}
.fab-wrapper.is-comment a,
.fab-wrapper.is-share a {
  background: #ff2668;
}
.fab-wrapper .small-fab svg {
  color: white;
}
.fab-wrapper img {
  width: 30px;
}
.fab-wrapper {
  /* background: #ff2668; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fcfcfc;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 58px;
}
.post_com {
  right: 105px;
}
.like-wrapper .like-button .like-overlay {
  width: 40px;
  height: 40px;
}
.like-wrapper .like-button {
  position: relative;
  width: 35px;
  height: 35px;
}
.card.is-post .content-wrap .post-image .like-wrapper {
  left: 0;
  right: auto;
}
.fab-wrapper {
  right: auto;
  left: 70px;
}
.post_com {
  right: auto !important;
  left: 35px;
}
.social-count img {
  width: 15px;
}
.mobile .is-post {
  margin: 7px 7px !important;
}
.post-body .__react_modal_image__icon_menu a {
  display: initial;
  font-size: 40px;
  cursor: pointer;
  line-height: 40px;
  box-sizing: border-box;
  border: none;
  padding: 5px 5px 5px 5px;
  margin-left: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: -4px;
}
.like-wrapper .anticon svg {
  margin-top: 3px;
  color: #ff2668;
}
.like-wrapper .like-button.is-active {
  box-shadow: 0px 5px 43px rgb(255 114 115 / 18%);
  background: #ff2668;
}
.like-wrapper .is-active svg {
  color: white;
}
.profile-timeline {
  margin-top: 50px;
  margin-bottom: 80px;
}
.footer_bottom .MuiBottomNavigationAction-wrapper i {
  font-size: 20px !important;
}

.rh5v-Volume_icon {
  padding: 2px !important;
}
.rh5v-Fullscreen_icon {
  padding: 2px !important;
}
.rh5v-PlayPause_icon {
  padding: 2px !important;
}
.rh5v-Overlay_inner {
  background-color: rgb(143, 52, 147) !important;
}
.is-half .rh5v-Overlay_inner {
  width: 30px !important;
  height: 30px !important;
}
.is-half .rh5v-Overlay_icon {
  height: 25px !important;
}
.masonry-column-left .rh5v-Overlay_inner {
  width: 35px !important;
  height: 35px !important;
}
.masonry-column-left .rh5v-Overlay_icon {
  height: 25px !important;
}
.rh5v-Overlay_component {
  border-radius: 3px;
}
.rh5v-DefaultPlayer_component {
  border-radius: 3px;
}

.rh5v-Overlay_inner {
  margin-left: -20px !important;
  border-radius: 50% !important;
}
.masonry-column-right .rh5v-Overlay_icon {
  height: 10px !important;
}
.masonry-column-right .rh5v-Overlay_inner {
  width: 20px !important;
  height: 20px !important;
}

.vid_screen {
  height: 95%;
}
.is-half .rh5v-DefaultPlayer_component {
  height: 95%;
}
.text-title span {
  font-weight: 600;
  font-size: 17px;
  color: #0c1451;
  margin-bottom: 2px;
  display: block;
}

.user-comment .com-img img {
  height: 38px;
  border-radius: 50px;
  min-width: 38px;
  margin-left: 5px;
  margin-top: 3px;
  position: relative;
}
.user-comment .send-img img {
  height: 36px;
  border-radius: 50px;
  min-width: 40px;
  padding-right: 3px;
}
.user-comment .com-img {
  width: 12%;
  float: left;
}
.user-comment .comt-text {
  width: 76%;
  float: left;
  margin-bottom: 5px;
}
.user-comment .send-img {
  width: 12%;
  float: left;
  text-align: end;
  padding-top: 3px;
}
.comt-text textarea.ant-input {
  border-radius: 30px !important;
  height: 45px !important;
  line-height: 1.5 !important;
  background: #fafafa;
  padding-top: 11px;
}
.no-img-found {
  margin-bottom: -20px;
  padding-top: 50px;
  text-align: center;
  font-weight: 600;
  font-size: large;
  color: rgba(99, 99, 99, 0.65);
}
.no-img-found img {
  width: 110px;
}
.use-gps .follow-box {
  text-align: center;
  padding-bottom: 0px;
}
.comm-padd {
  padding: 10px 10px 3px !important;
  /* box-shadow: 0 2px 3px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1) !important; */
  border: 0 !important;
  margin: 0px 5px !important;
  width: auto !important;
}
.comm-padd .user-block .image .profile-hr {
  width: 50px;
}
.comm-padd .user-block .comment {
  display: block;
}
.comm-padd .card-footer .likes-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.comm-padd .card-footer .likes-count span {
  display: block;
  font-size: 0.9rem;
  color: #888da8;
  margin: 0 5px;
}
.card.is-post .user-comment .card-footer {
  border-top: 0px solid #ddd;
}
.post-com-sec {
  margin-top: 10px;
  margin-bottom: 62px;
}
.comm-padd .user-info .user-name {
  font-weight: 700;
  font-size: 15px;
}
.comm-padd .user-block .image .profile-hr {
  width: 50px;
}
.card.comm-padd .user-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.fab-wrapper .anticon svg {
  color: white;
  margin-top: 2px;
}
.single-profile-timeline {
  margin-top: 10px;
}
.like-drawer .ant-drawer-header .ant-drawer-title {
  font-size: 18px;
}
.like-drawer .ant-drawer-wrapper-body .ant-drawer-header {
  padding: 14px 14px;
  min-height: 40px;
}
.like-drawer .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-close {
  top: 0px !important;
}
.like-drawer .ant-drawer-content-wrapper .ant-drawer-header .anticon-close svg {
  top: -8px !important;
}
.single-activity.like-drawer .ant-drawer-content-wrapper .ant-drawer-body {
  margin-top: 42px !important;
}
.like_user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
}
.like_user .image {
  width: 12%;
  float: left;
}
.like_user .image img {
  border: 1px solid rgba(0, 0, 0, 0.65);
  height: 35px;
  max-width: 35px;
  border-radius: 50%;
  padding: 2px;
  object-fit: cover;
  width: 100%;
}
.like_user .name {
  width: 88%;
  float: left;
  font-weight: 700;
  font-size: 15px;
}
.ant-message {
  border-radius: 10px;
}
.readMoreText {
  color: rgb(175 175 175) !important;
}
.full .video {
}
.top-new-head .active {
  border-bottom: 3px solid #ff2668;
  background: #0790d9;
}
.content-wrap .card-body .img1 {
  display: block !important;
}
.top-new-head div {
}
.new-top-mar {
  margin-top: 48px !important ;
}
.no-post-found {
  margin: 50px auto;
  display: table;
  font-size: 25px;
  color: #0c1451;
}
.dashboard-final {
  margin: 20px auto;
  display: table;
  font-size: 25px;
  color: #ff2668;
}
.horizontal-layout {
  background-color: #efefef !important;
}
#react-modal-image-img {
  height: auto !important;
  width: auto !important;
  max-height: 100% !important;
}
.card-footer .time {
  position: relative;
  display: block;
  float: left;
  bottom: 0;
  color: #bfbfbf;
  font-size: 12px;
}
.album-name {
  color: #0c1451 !important ;
}
.pl-25 {
  padding-left: 25px !important;
}
.share-img {
  width: 25px !important;
}
.is-post {
  margin-bottom: 10px !important;
}
.like-drawer .ant-modal-footer,
.sinlge-post-modal .ant-modal-footer {
  display: none !important;
}
.sinlge-post-modal .ant-modal-content,
.sinlge-post-modal .ant-modal-body,
.sinlge-post-modal .ant-modal-body .row,
.sinlge-post-modal .ant-modal-body .row .image,
.sinlge-post-modal .ant-modal-body .row .image .profile-post,
.sinlge-post-modal .ant-modal-body .row .image .profile-post .is-post,
.sinlge-post-modal
  .ant-modal-body
  .row
  .image
  .profile-post
  .is-post
  .content-wrap,
.sinlge-post-modal
  .ant-modal-body
  .row
  .col-md-6
  .profile-post
  .is-post
  .content-wrap
  .card-body,
.sinlge-post-modal
  .ant-modal-body
  .row
  .image
  .profile-post
  .is-post
  .content-wrap
  .card-body
  .triple-grid {
  height: 100% !important;
}
.sinlge-post-modal {
  width: 100% !important;
  position: relative !important;
  height: 100%;
  top: 0px !important;
  display: flow-root;
  margin: 0 auto !important;
  max-height: 100% !important;
  min-height: 100% !important;
  overflow: hidden;
  border-radius: 6px;
  padding: 24px 64px !important;
}
.sinlge-post-modal .masonry-grid img {
  display: block;
  margin-bottom: 0.1rem;
  -o-object-fit: cover;
  object-fit: contain;
  border-radius: 3px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  max-height: 460px !important;
}
.sinlge-post-modal .triple-grid .third {
  max-height: 320px !important;
}
.sinlge-post-modal .triple-grid .is-half div {
  height: 210px !important;
}
.sinlge-post-modal .triple-grid .is-half {
  display: block;
  width: calc(50% - 0.1rem) !important;
  height: 210px;
}
.sinlge-post-modal
  .ant-modal-body
  .col-md-6
  .is-post
  .triple-grid
  .is-half
  .__react_modal_image__header {
  height: auto !important;
}
.sinlge-post-modal .is-post .post-body .triple-grid.fourth .is-half {
  width: calc(50% - 0.1rem) !important;
  height: 50% !important;
}
.sinlge-post-modal .is-post .post-body .triple-grid.second .is-half {
  width: calc(100% - 0.1rem) !important;
  height: 50% !important;
}
.sinlge-post-modal .triple-grid.second .is-half div,
.sinlge-post-modal .triple-grid.fourth .is-half div {
  height: 100% !important;
}
.sinlge-post-modal .triple-grid.second .is-half div img {
  height: 100% !important;
}
.sinlge-post-modal .triple-grid.fourth .is-half div img {
  height: 99% !important;
}
.sinlge-post-modal .masonry-column-left .height100 {
  height: 260px;
}
.sinlge-post-modal .masonry-column-right .height100 {
  height: 173px !important;
}
.sinlge-post-modal .footer_botoom .border-top {
  padding-top: 10px !important;
}
.sinlge-post-modal .footer_botoom .user-comment .send-img img {
  border-radius: 0px !important;
}
.sinlge-post-modal .footer_botoom .user-comment .send-img {
  text-align: center !important;
}
.comment_list {
  overflow-y: scroll;
  max-height: 390px;
  padding-bottom: 40px;
}
.profile-post .bt {
  border-top: 1px solid #eee !important;
  padding-top: 5px;
  margin-top: 5px;
}
.trans-border {
  border: 1px solid #ddd;
  padding: 10px;
}
.like-drawer .ant-modal-body {
  padding: 0px;
}
.like-drawer .like_user {
  padding: 10px 25px !important;
}
.like-drawer {
  z-index: 99999999;
}
.sinlge-post-modal .user-comment .card-footer .setting-text .likes-count {
  margin-top: -10px !important;
  margin-left: 15px !important;
}
.comment_list::-webkit-scrollbar {
  width: 4px;
}
.comment_list::-webkit-scrollbar-track {
  background-color: #eee;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.comment_list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0c1451;
}
.dashboard .form-group .dashborad-class-lbl {
  padding-top: 10px;
}

.add-notice input[type="checkbox"] {
  opacity: 1 !important;
  left: 0 !important;
  right: auto !important;
  top: 5px !important;
}
.bg-color-4 {
  background-color: #2fdf84 !important;
}
.bg-color-2 {
  background-color: #727cf5 !important;
}
.color-4 {
  color: #2fdf84 !important;
}
.color-2 {
  color: #727cf5 !important;
}
.color-3 {
  color: #ff72fe !important;
}
.color-5 {
  color: #00dafc !important;
}
.color-6 {
  color: #f13454 !important;
}
.fl-right {
  float: right;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0 10px;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination li,
table.centered tbody tr td,
table.centered thead tr th {
  text-align: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff !important;
  background-color: #161c4c;
  border-color: #161c4c;
  cursor: default;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
select.form-control.old-ddl {
  height: 40px !important;
  width: 100% !important;
}
.ant-collapse-content {
  border-top: 1px solid #feba18 !important;
}
.bg-green {
  background: green !important;
  color: #fff !important;
}
.bg-yellow {
  background: #9e9e9e !important;
  color: #fff !important;
}
.bg-red {
  background: red !important;
  color: #fff !important;
}
.bg-orange {
  background: orange !important;
  color: #fff !important;
}
.att-btn {
  width: 90px;
  border: 1px solid #161c4c !important;
  height: 40px !important;
  line-height: 1.5 !important;
  border-radius: 10px !important;
  background: transparent !important;
  background-color: #fff !important;
  color: #161c4c !important;
  margin-right: 10px;
}
.br-left10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.br-right10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.absent-color {
  color: red !important;
}
.leave-color {
  color: orange !important;
}
.late-color {
  color: #FF6F61 !important;
}
.wo-color{
  color: #9E9E9E !important;	
}
.holiday-color{
  color: #03A9F4 !important;	
}

.bg-white {
  background: #fff;
}
.out-color {
  color: #7e7e7e !important;
}
.halfday-color {
  color: #727cf5 !important;
}
.in-color {
  color: green !important;
}
.color-1 {
  color: #f0297b !important;
}
.atn-label {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 2px 0;
  width: 90px;
  display: inline-block;
  text-align: center;
}
.atn-label span {
  display: block;
}
#attendance .form-group {
  margin-bottom: 0 !important;
}
#attendance span.ant-time-picker {
  margin-top: 0 !important;
}
#attendance .children .ant-checkbox-wrapper label {
  margin-top: 0 !important;
}
.date_range {
  color: #464646;
  font-size: 20px;
}
.date_range svg:first-child {
  float: left;
}
.date_range svg:nth-child(3) {
  float: right;
}
.date_range svg:nth-child(2) {
  position: relative;
  left: -5px;
  top: 0px;
}
.form-group select.changeSchool {
  width: 100% !important;
}
.school-header-width{
  width : 46%; 
}
.punch-btn-section .punch-btn{
	border-radius: 4px !important;
    line-height: 0;
    height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 12px;
    font-size: 12px;
}
.punch-btn-section .punch-out-btn{
	border-radius: 4px !important;
    line-height: 0;
    height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 12px;
    font-size: 12px;
	border-color: #E42728 !important;
    background-color: #EA5455 !important;
	box-shadow: 0 2px 6px 0 #996262 !important;
}
.attendance .ant-checkbox-wrapper .in-time {
  display: block;
}
.health-label {
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.timeline .ant-collapse-content-box table td {
  width: 100% !important;
  display: block;
}
.timeline .ant-collapse-content-box table td:nth-child(odd) {
  padding: 4px 0px 0px;
}
.timeline .ant-collapse-content-box table td:nth-child(even) {
  padding: 0px 0px 4px;
}
.ept-35 {
  padding-top: 25px !important;
}
.enquiry-filter input,
.enquiry-filter input[type="text"]:not(.browser-default),
.enquiry-filter .ant-select-selection--single {
  border: 1px solid #3c3c3c !important;
  height: 35px !important;
}
.enquiry-filter .ant-select {
  border-bottom: 1px solid #3c3c3c !important;
  height: 35px !important;
}

.enquiry-filter label {
  margin-bottom: 0;
}
.pay-fees-div {
  margin: 0 auto;
  width: 85%;
}
.pay-fees-div table {
  width: 100%;
}
.pay-fees-div .fees-paid {
  vertical-align: middle;
  touch-action: manipulation;
  height: 32px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-color: #2fdf84 !important;
  border: 1px solid #2fdf84 !important;
  color: white !important;
  border-radius: 25px !important;
}
.pay-fees-modal .ant-modal-header {
  background: #1f2448 !important;
}
.pay-fees-modal .ant-modal-header .ant-modal-title {
  color: white !important;
  font-weight: 700;
}
.pay-fees-modal .anticon {
  vertical-align: -0.6em;
}

.pay-fees-modal .anticon svg {
  color: white;
}
.fees-notes {
  color: red;
}
.fees-download {
  cursor: pointer;
  margin-left: 0px;
  color: #161c4c;
  font-size: 10px;
}
.fees-download .anticon svg {
  color: #161c4c;
  font-size: 12px;
}
.pay-fees-modal .ant-modal-footer {
  display: none;
}
.pay-fees-div td{
	font-size : 12px !important;
}
.enquiry-btn button:hover {
  background-color: #161c4c !important;
  border: 1px solid #1f2448 !important;
  color: white !important;
}
.enquiry-btn button:hover .anticon svg {
  color: white !important;
}

.enquiry-btn button .anticon svg {
  font-size: 13px;
}
.side-nav .side-nav-link.active {
  background: #161c4c !important;
}
.left-side-menu-detached .side-nav-light .side-nav-link.active {
  color: white !important;
}
.left-side-menu-detached .side-nav-light .side-nav-link:hover,
.left-side-menu-detached .side-nav-light .side-nav-link ul li:hover {
  background: #d4d4d4 !important;
  color: #343a40 !important;
}
.archive-list {
  text-decoration-line: underline;
  font-weight: 700;
}
.table-responsive {
  min-height: 700px !important;
}
.ant-popover-placement-top .ant-popover-inner {
  background-color: rgb(255 255 255) !important;
  box-shadow: 0 2px 6px 0 rgb(114 124 245 / 50%) !important;
}
.form-group
  .ant-select
  .ant-select-selection--single
  .ant-select-selection__rendered {
  line-height: 30px;
  margin: 0;
  border: 0 solid #ff000000 !important;
}
.enquiry-btn .btn-primary {
  box-shadow: initial !important;
}
.mt-5px {
  margin-top: 5px !important;
}
.btn-outline-primary {
  color: #161c4c !important;
  border-color: #161c4c !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #161c4c !important;
  border-color: #161c4c !important;
}
a {
  color: #161c4c !important;
}
.topnav-navbar .topnav-logo {
  text-align: center;
}
.topbar-right-menu select {
    border: 1px solid #343a40;
    padding: .375rem .5775rem .375rem .77rem;
    border-radius: .6rem;
    height: 45px;
}
.topbar-right-menu label {
  color: #161c4c !important;
}
.ant-select-selection-selected-value {
  padding: 4px 10px !important;
}
.table > tbody > tr > td {
  white-space: break-spaces !important;
  word-break: break-word !important;
}
.ant-select-selection--multiple
  .ant-select-search--inline
  .ant-select-search__field {
  border: 0 !important;
}
.multiple .ant-select {
  height: auto !important;
}

.absent-text {
  display: block;
  background-color: red;
  color: white;
  padding: 4px 0px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  width: 100%;
  bottom: -4px;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 700;
  text-align: center;
}
.children .ant-checkbox-wrapper label {
  margin-top: 0px !important;
}
.children .ant-checkbox-wrapper label {
  width: 100%;
}
.attendance .col-md-2 .ant-checkbox {
  display: block;
}
.attendance .col-md-2 .ant-checkbox + span {
  padding-right: 0px;
  padding-left: 0px;
}
.attendance .col-md-2 .ant-checkbox-wrapper {
  width: 100%;
}
.add_followup .btn-primary {
  line-height: 0.5 !important;
}

/* Chat CSS */
.chat-application .content-wrapper {
  margin-top: 0;
}
body .content-right {
  width: 100%;
  float: right;
  background: white;
}
.content.app-content .content-area-wrapper .content-wrapper {
  margin-top: 0;
  height: calc(100vh - 13rem);
  height: calc(var(--vh, 1vh) * 100 - 13rem);
}
.chat-application .chat-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 2;
  visibility: hidden;
  border-radius: 0.25rem;
}
.chat-application .chat-app-window .user-chats {
  padding: 20px 30px;
  position: relative;
  text-align: center;
  overflow-x: auto;
  height: calc(100vh - 18.5rem);
}
.chat-application .chat-app-form {
  padding: 10px 10px;
  background-color: white;
  border-top: 2px solid #eee;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.chat-application .chats {
  padding: 0;
}
.chat-application .chats .chat-avatar {
  float: inherit;
  display: block;
  text-align: right;
  font-weight: 800;
}
.avatar {
  white-space: nowrap;
  background-color: #c3c3c3;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
  margin: 5px;
}
.avatar img {
  border-radius: 50%;
}
.chat-application .chats .chat-body {
  display: block;
  margin: 5px 0px 0 0;
  overflow: hidden;
}
.chat-application .chats .chat-body .chat-content {
  text-align: right;
  display: block;
  float: right;
  padding: 0.75rem 1rem;
  margin: 0 0px 10px 0;
  clear: both;
  color: #fff;
  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.chat-application .chats .chat-body .chat-content p {
  margin: 0;
  line-height: 1.5rem;
}
.chat-application .chats .chat-left .chat-avatar {
  display: block;
  text-align: left;
}
.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 0px;
}
.chat-application .chats .chat-left .chat-content {
  text-align: left;
  float: left;
  margin: 0 0 10px 0px;
  color: white;
  background: none;
  background-color: #676768;
  box-shadow: 0 4px 8px 0 #dfdbe500, 0 2px 4px 0 #dfdbe500;
}
.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 1rem 0;
}
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0 1rem;
  background-color: #fff;
}
.divider .divider-text:before {
  right: 100%;
}
.divider .divider-text:before,
.divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.divider .divider-text:after {
  left: 100%;
}
.divider .divider-text:before,
.divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.chat-application .chat-app-window .favorite,
.chat-application .chat-app-window .sidebar-toggle {
  cursor: pointer;
}
.d-lg-none {
  display: none !important;
}
.avatar .avatar-status-busy {
  background-color: #ea5455;
}
.avatar [class*="avatar-status-"] {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
}
.chat-application .d-flex {
  display: flex !important;
}
.chat-application .form-control {
  display: block;
  width: 100%;
  height: calc(1.25em + 1.4rem + 1px);
  padding: 0.7rem 0.7rem;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #d9d9d9;
  color: #5f5f5f;
}
.chat-application .btn-primary {
  border-color: #4839eb !important;
  background-color: #7367f0 !important;
  color: #fff;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  position: absolute;
}
.ps__rail-x {
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0;
}
.chat_navbar .chat_header {
  background: #7367f0;
  padding: 10px !important;
}
.chat_navbar .chat_header h4 {
  color: white !important;
}
.chat-content {
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
}
.chat-app-form .btn-primary {
  line-height: 0;
}
.ticket-closed-button {
  background: #f44336 !important;
  border: 0 !important;
  color: white !important;
  padding: 0px 15px !important;
  border-radius: 30px !important;
  line-height: 1 !important;
  height: 30px !important;
  font-weight: 700 !important;
}
.ticket-status {
  border: 0 !important;
  padding: 5px 8px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
}
.tic-span {
  font-size: 15px !important;
}
.form-group .page-count-change {
  float: right;
  width: 70px !important;
  margin-right: 5px;
  height: 35px !important;
}
.form-group .page-count-change .ant-select-selection--single {
  height: 35px;
}
.house-aarka {
  background: #f0a337;
  color: white;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 12px;
}
.house-amogh {
  background: #ff1818;
  color: white;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 12px;
}
.house-abram {
  background: #31a1d0;
  color: white;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 12px;
}
.house-ajita {
  background: #c1668e;
  color: white;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 12px;
}

.dashboard-heading {
    text-align: center;
    border-bottom: 1px solid;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.3rem;
    width: 100%;
    border-bottom: 1px dashed #1220515c;
    font-family: "Jost";
    font-weight: 500 !important;
}
.dashboard-sub-img {
    height: 35px;
    width: auto;
    text-align: center;
    padding: 2px;
}
.dashboard-card {
    border-radius: 0.3rem !important;
    background: #fff;
    margin-bottom: 3px;
    -webkit-box-shadow: 4px 4px 0 #6c757d00;
    box-shadow: 4px 4px 0 #6c757d00;
    border: 0px solid #343a4036;
    padding: 4px 4px;
    min-height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.dashboard-container {
  max-width: 100%;
  text-align: center;
}

.dashboard-card h4 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
    font-family: "Jost";
    font-weight: 500 !important;
}
.form-group.mt-60 {
  margin-top: 60px;
}
.form-group .center {
  text-align: center;
  text-align: -moz-center !important;
}
.dashboard-container .row .col-md-3 {
  padding: 0 10px;
}
.dashboard-container .row {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-content: center;
  justify-content: center;
}
.dashboard-container .row .col-md-2 {
    width: 200px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 200px;
    margin-bottom: 14px;
}
.table td.nowrap {
  white-space: nowrap !important;
}

.ant-modal-body .children {
  margin-right: 0px;
  margin-left: 0px;
}
.ant-modal-body .children .ant-checkbox-wrapper label {
  padding: 5px 15px;
}
.ant-modal-body .children .ant-checkbox-wrapper {
  margin-right: 10px;
}
.children-model,
.ant-modal-body {
  top: 50px !important;
}
.children-model .ant-modal-body,
.ant-modal-body {
  max-height: 400px;
  overflow: auto;
  padding-top: 0 !important;
}
.ant-modal-header {
    background: #fdbd2f !important;
}
.ant-modal-title {
  color: white !important;
}
.ant-modal .ant-modal-close .anticon svg {
  color: white;
  top: 10px !important;
}
.ant-modal .ant-btn-primary {
  background-color: #0c1451;
  border-color: #0c1451;
}
.ant-btn:hover,
.ant-btn:focus {
  color: initial;
  border-color: initial;
}
.map_model .ant-modal-body {
  padding: 10px 15px !important;
  margin-top: 5px !important;
}
.student_box {
  font-size: 14px;
}
.student_list {
  font-size: 14px;
  font-weight: 800;
}
.driver-remove {
  left: -25px !important;
  top: 50px !important;
}
.remove-image {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  background: #ddd;
  font-weight: 800;
  position: relative;
  top: 20px;
}
.add-image {
  vertical-align: middle;
  alignment-baseline: middle;
  display: block;
  margin-top: 50px;
}

.new-pimage {
  height: 100px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.mtm-20 {
  margin-top: -20px;
}

.fchat_container .left .people::-webkit-scrollbar {
  width: 6px;
}

.fchat_container .left .people::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}

.fchat_container .left .people::-webkit-scrollbar-thumb {
  background-color: #a0aec0;
  border-radius: 10px;
}

.fchat_list div::-webkit-scrollbar {
  width: 6px;
}

.fchat_list div::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}

.fchat_list div::-webkit-scrollbar-thumb {
  background-color: #a0aec0;
  border-radius: 10px;
}

.input_send_div {
  background: #ebf7ff !important;
  padding: 2px 10px !important;
  margin-top: -2px !important;
  position: relative;
  border-bottom-right-radius: 10px;
}
.input_send_div input {
  border-radius: 30px !important;
  background: #fff !important;
  height: 38px !important;
}
.frow {
  margin: 0px !important;
}
.fbg {
  border-radius: 10px;
  background: #fff;
  padding: 0px !important;
  border: 1px solid #c4c4c4;
}
.send_btn {
  position: absolute !important;
  right: 3px;
  top: 6px;
  height: 31px !important;
}
.no_chat_list {
  height: 644px;
  width: 100%;
  background: #ebf7ff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.no_chat_list_row {
  display: flex;
  align-content: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.txt1 {
  font-size: 16px;
  font-weight: 600;
}
.chat_icon {
  height: auto;
  width: 85px;
  margin-bottom: 10px;
}
.f_pagination {
  padding: 10px 10px;
  background: #fafbfe;
  border-bottom-left-radius: 10px;
  border-top: 1px solid #dbdbdb;
}
.f_pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0px;
}
.no-child-found {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}
.fchat_list {
  height: 600px;
  width: 100%;
  background: #ebf7ff;
  border-bottom-right-radius: 10px;
}
.fchat_container .left {
  float: left;
  width: 30%;
  height: 100%;
  border: 0px solid var(--light);
}
.fchat_container .left .top {
  position: relative;
  width: 100%;
  height: 74px;
  padding: 15px 15px;
}
.fchat_container .left .top:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--light);
  transform: translate(-50%, 0);
}
.fchat_container .left input {
  float: left;
  height: 42px;
  padding: 0 15px;
  border: 1px solid var(--light);
  background-color: #eceff1;
  border-radius: 5px;
  width: calc(100% - 0px);
}
.fchat_container .left input:focus {
  outline: none;
}
.fchat_container .left a.search {
  display: block;
  float: right;
  width: 42px;
  height: 42px;
  margin-left: 0px;
  border: 1px solid var(--light);
  background-color: #7c69ae;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: top 10px left 11px;
  border-radius: 50%;
}
.fchat_container .left .people {
  margin-left: 0px;
  border-right: 0px solid var(--light);
  border-left: 0px solid var(--light);
  width: 100%;
  height: 515px;
  overflow-y: auto;
}
.fchat_container .left .people .person {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  cursor: pointer;
  list-style: none;
}
.fchat_container .left .people .person_selected,
.fchat_container .left .people .person:hover {
  background: #7c69ae;
}
.fchat_container .left .people .person_selected .name,
.fchat_container .left .people .person:hover .name {
  color: #fff !important;
}
.fchat_container .left .people .person_selected .time,
.fchat_container .left .people .person:hover .time {
  color: #fff !important;
}
.fchat_container .left .people .person_selected .program,
.fchat_container .left .people .person:hover .program {
  color: #fff !important;
}
.fchat_container .left .people .person_selected .last_msg,
.fchat_container .left .people .person:hover .last_msg {
  color: #fff !important;
}
.fchat_container .left .people .person:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 98%;
  height: 1px;
  content: "";
  background-color: var(--light);
  transform: translate(-50%, 0);
}
.fchat_container .left .people .person img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 1px solid #9f9f9f;
  padding: 3px;
}
.is_read {
  font-size: 12px;
  position: absolute;
  top: 30px;
  right: 4%;
  padding: 3px 0px;
  background: #25d366;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.fchat_container .left .people .person .name {
  font-size: 14px;
  line-height: 22px;
  color: var(--dark);
}
.fchat_container .left .people .person .name_bold {
  font-weight: 700;
}
.fchat_container .left .people .person .program {
  font-size: 11px;
  color: #353535;
}
.fchat_container .left .people .person .last_msg {
  font-size: 14px;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fchat_container .left .people .person .last_msg_bold {
  font-weight: 700;
}
.fchat_container .left .people .person .time {
  font-size: 11px;
  position: absolute;
  top: 8px;
  right: 4%;
  padding: 0 0 5px 5px;
  color: #373737;
}
.fchat_container .left .people .person .preview {
  font-size: 14px;
  display: inline-block;
  overflow: hidden !important;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--grey);
}
.fchat_container .left .people .person.active:after,
.fchat_container .left .people .person:hover:after {
  display: none;
}
.fchat_container .right {
  float: left;
  width: 70%;
  height: 100%;
  border-left: 1px solid #d5d5d5;
}
.fchat_container .right .top {
  width: 100%;
  height: 47px;
  padding: 15px 29px;
}
.fchat_container .right .top span {
  font-size: 15px;
  color: var(--grey);
}
.fchat_container .right .top span .name {
  color: var(--dark);
}

.fchat_container .right .chat {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 0 35px 92px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: var(--light);
  height: calc(100% - 48px);
  justify-content: flex-end;
  flex-direction: column;
}
.fchat_container .right .chat.active-chat {
  display: block;
  display: flex;
}
.fchat_container .right .chat.active-chat .bubble {
  transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(1) {
  animation-duration: 0.15s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(2) {
  animation-duration: 0.3s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(3) {
  animation-duration: 0.45s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(4) {
  animation-duration: 0.6s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(5) {
  animation-duration: 0.75s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(6) {
  animation-duration: 0.9s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(7) {
  animation-duration: 1.05s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(8) {
  animation-duration: 1.2s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(9) {
  animation-duration: 1.35s;
}
.fchat_container .right .chat.active-chat .bubble:nth-of-type(10) {
  animation-duration: 1.5s;
}
.fchat_container .right .write {
  position: absolute;
  bottom: 29px;
  left: 30px;
  height: 42px;
  padding-left: 8px;
  border: 1px solid var(--light);
  background-color: #eceff1;
  width: calc(100% - 58px);
  border-radius: 5px;
}
.fchat_container .right .write input {
  font-size: 16px;
  float: left;
  width: 347px;
  height: 40px;
  padding: 0 10px;
  color: var(--dark);
  border: 0;
  outline: none;
  background-color: #eceff1;
}
.fchat_container .right .write .write-link.attach:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/attachment.png");
  background-repeat: no-repeat;
  background-position: center;
}
.fchat_container .right .write .write-link.smiley:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/smiley.png");
  background-repeat: no-repeat;
  background-position: center;
}
.fchat_container .right .write .write-link.send:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  margin-left: 11px;
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/send.png");
  background-repeat: no-repeat;
  background-position: center;
}
.fchat_container .right .bubble {
  font-size: 16px;
  position: relative;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  padding: 13px 14px;
  vertical-align: top;
  border-radius: 5px;
}
.fchat_container .right .bubble:before {
  position: absolute;
  top: 19px;
  display: block;
  width: 8px;
  height: 6px;
  content: "\00a0";
  transform: rotate(29deg) skew(-35deg);
}
.fchat_container .right .bubble.you {
  float: left;
  color: var(--white);
  background-color: var(--blue);
  align-self: flex-start;
  animation-name: slideFromLeft;
}
.fchat_container .right .bubble.you:before {
  left: -3px;
  background-color: var(--blue);
}
.fchat_container .right .bubble.me {
  float: right;
  color: var(--dark);
  background-color: #eceff1;
  align-self: flex-end;
  animation-name: slideFromRight;
}
.fchat_container .right .bubble.me:before {
  right: -3px;
  background-color: #eceff1;
}
.fchat_container .right .conversation-start {
  position: relative;
  width: 100%;
  margin-bottom: 27px;
  text-align: center;
}
.fchat_container .right .conversation-start span {
  font-size: 14px;
  display: inline-block;
  color: var(--grey);
}
.fchat_container .right .conversation-start span:before,
.fchat_container .right .conversation-start span:after {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 30%;
  height: 1px;
  content: "";
  background-color: var(--light);
}
.fchat_container .right .conversation-start span:before {
  left: 0;
}
.fchat_container .right .conversation-start span:after {
  right: 0;
}
@keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes slideFromRight {
  0% {
    margin-right: -200px;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    margin-right: -200px;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
.mg0 {
  margin: 0px !important;
}
.map_popup div:first-child {
  position: relative !important;
}
.location-loading-spinner {
  height: 40px;
  margin: 1rem auto auto;
  width: 40px;
  display: block;
}

.center-marker {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
}
.center-marker-pulse::after {
  position: absolute;
  content: "";
  top: 53.5%;
  left: 52%;
  height: 240px;
  width: 240px;
  transform: translate(-50%, -50%);
  -webkit-animation: marker-pulse 1.2s ease-out infinite;
  animation: marker-pulse 1.2s ease-out infinite;
  background: rgba(255, 152, 0, 0.2);
  border: 2px solid #ff9800;
  border-radius: 100%;
  pointer-events: none;
  box-sizing: border-box;
  will-change: transform;
}

.location-suggestions-container {
  padding-top: 5px;
}
@-webkit-keyframes marker-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.3;
  }
}
@keyframes marker-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.3;
  }
}
.confirm-gps-location {
  height: 44.7vh;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 0px 0px #e0e0e0 !important;
  transition: 0.2s ease-out height;
}

.contentWrapper {
  flex: 1;
  margin-top: -50;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: Gray;
}
.scrollViewStyle {
  flex: 1;
  margin-top: -50;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #e2e8f0;
}
.nocontentWrapper {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}
.notFoundText {
  font-size: 16px;
  color: black;
  text-align: center;
  padding-vertical: 20px;
}
.btn {
  margin-vertical: 10px;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #000;
}
.btnText {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: white;
}
.alertView {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
}
.alertViewText {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: red;
}
.circleBox {
  position: absolute;
  top: -9px;
  z-index: 1;
  border-radius: 50px;
  left: -15px;
}
.circleBoxImg {
  height: 56px;
  width: 56px;
}
.startedView {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
}
.startedText {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: green !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
}
.row {
  flex-direction: row;
  align-items: center;
}
.numberText {
  font-size: 16px;
  color: black;
}
.containerLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.boxIcon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.boxLoading {
  background: #fff;
  width: 150px;
  height: 80px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  margin-left: 15px;
  margin-bottom: 0px;
}
.stepIconView {
  width: 5%;
  height: 100%;
  align-items: center;
  position: relative;
}
.step-right {
  width: 95%;
}
.routeDetails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2px;
}
.blankHeight {
  padding-top: 10px;
  padding-bottom: 10px;
}
.verticalLine {
  flex: 1;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.svgLine {
  flex: 1;
  width: 28px;
  height: 100%;
}
.verticalView {
  width: 5%;
  align-items: center;
  justify-content: center;
}
.route-right {
  align-items: flex-start;
  width: 95%;
}
.activeCircle {
  height: 25px;
  width: 25px;
}
.routeName {
  margin-left: 10px;
  font-size: 14px;
}
.circle {
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  margin-left: 10px;
  border-radius: 100px;
  background: #0c1451;
  display: flex;
}
.routeView {
  align-items: flex-end;
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
.routeNumber {
  font-size: 14px;
  color: #ffffff !important;
  margin: 0px !important;
}
.innerContainer {
  padding-top: 40px;
}
.btnText {
  font-size: 14px;
  color: white;
}
.mainView {
  margin-left: 15px;
}
.scheduledText {
  font-size: 14px;
  color: #7c7c7c !important;
  opacity: 1;
  font-weight: 600 !important;
}
.arrivalText {
  font-size: 14px;
  color: #ff7f7f !important;
  margin-top: 5px;
  font-weight: 600 !important;
}
.childProfile {
  padding-left: 15px;
  margin-top: 7px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.childList {
  background: #ebf3ff;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  padding: 1px;
  height: auto;
  margin-bottom: 5px;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #d9d9d9;
  margin-right: 5px;
  position: relative;
}
.checkImg {
  height: 25px;
  border-radius: 40px;
  margin-top: 4px;
}
.uncheckImg {
  height: 25px;
  border-radius: 40px;
  margin-top: 4px;
  opacity: 0.5;
}
.imgBox {
  margin-left: 0px;
  margin-right: 10px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: flex;
}
.route-btn {
  margin-left: 20px;
}
.childImg {
  width: 45px;
  height: 45px;
}
.checkBox {
  position: absolute;
  right: 7px;
  top: 15px;
}
.childName {
  font-size: 15px;
  font-weight: 600 !important;
  color: #4a4a4a !important;
}
.className {
  font-size: 13px;
  font-weight: 500 !important;
}
.menuicon {
  width: 29%;
  padding: 5px;
  align-items: center;
  justify-content: center;
}
.menusubicon {
  width: 100%;
  height: 80px;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.menutext {
  color: #000;
  font-size: 13px;
}
.verticleLine {
  height: 100%;
  width: 1px;
  background: #000;
}
.route_map {
  width: 100%;
}
.mapContainer {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  position: static;
  color: #fff;
}
.mapContainer > div {
  margin: 20px 20px;
}
.btnCont {
  display: flex;
  justify-content: center;
}

.btnCont {
  display: flex;
  justify-content: center;
}
.notification-bell {
  height: 28px !important;
  float: right;
  width: auto !important;
  margin-top: 10px;
}
.nav-user .account-user-avatar-1 {
    position: absolute;
    top: calc(30px / 2);
    left: 0;
    text-align: left;
    float: left;
}
.notification .nav-user {
  background-color: initial;
  border: 0px solid #f1f3fa;
  padding: 0 !important;
  margin: 0 !important;
}
.nav-user .account-user-avatar {
    left: initial!important;
    right: 15px!important;
}
.navbar-custom .nav-user {
    padding: calc(0px / 2) 66px calc(2px / 2) 20px!important;
    text-align: right!important;
    position: relative;
}
.notification .notification-list .dropdown-menu.dropdown-menu-right {
  margin-top: 3px !important;
  right: -20px !important;
  box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
  padding-top: 0;
}
.noti-drawer .profile-dropdown {
  width: 360px;
}
.noti-drawer .profile-img-new {
  width: 20%;
  text-align: center;
}
.noti-drawer .profile-img-new img {
  height: 40px;
  width: auto;
  padding: 3px;
  border-radius: 50px;
  border: 1px solid #fdbd2f;
}
.noti-drawer .dropdown-menu .text {
  width: 80%;
  float: left;
}
.noti-drawer .text .title {
  font-weight: 600;
  font-size: 13px;
  color: #787878;
  line-height: 1.2;
  display: block;
}
.noti-drawer .text .date {
  font-size: 12px;
  display: block;
  color: #9e9e9e;
}
.noti-drawer .dropdown-item {
  white-space: break-spaces;
  display: inline-flex;
  border-bottom: 1px dashed #ddd;
}
.noti-drawer .notification-list .topbar-dropdown-menu .notify-item {
  padding: 7px 0px;
  border-bottom: 1px dashed #eee;
}
.round-count {
  position: relative;
  left: 40px;
  z-index: 9;
  color: white;
  background: #1da795;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 3px;
  top: 0px;
  font-size: 12px;
  font-weight: 700;
}
.noti-drawer .nav-user .account-user-avatar {
  top: 25px;
}
.noti-drawer .dropdown-header {
  padding: 0 !important;
  background-color: #ecedef !important;
  border-bottom: 1px solid #ddd;
}
.noti-drawer .dropdown-header h6 {
  font-size: 20px;
  padding: 8px 15px;
}
.noti-drawer .ant-drawer-body {
  padding: 0;
  top: 60px;
  position: relative;
}
.noti-drawer .ant-drawer-content-wrapper {
  width: 350px !important;
}
.noti-drawer .new-noti-list .notify-item {
  padding: 0.375rem 0.375rem;
}
.noti-drawer .ant-drawer-header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.not-img-view {
  margin-right: 10px;
  height: 40px;
  width: auto;
  padding: 3px;
  border-radius: 50px;
  border: 1px solid #fdbd2f;
}
.new-noti-list .text {
  width: 80%;
}
.no-noti-found {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.all-noti {
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fdbd2f;
  color: #fdbd2f !important;
  margin: 10px auto;
  display: table;
  border-radius: 10px;
  font-weight: 800;
}

.all-noti a {
  color: #fdbd2f !important;
}

.bred .title_icon {
  display: none;
  margin-right: 5px;
}
.breadcrumb-wrapper {
  width: max-content;
  display: inline-table;
  margin-right: 20px;
  vertical-align: middle;
  float: right;
  margin-top: 8px;
}
.breadcrumb-wrapper .home-img {
  width: 15px;
}
.breadcrumb-wrapper .breadcrumb {
  padding: 0rem 0;
  margin-bottom: 0rem;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 13px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #7c69ae !important;
  padding-right: 0rem;
}
.bred .card {
    margin-bottom: 20px !important;
    border: 0px solid #dddd;
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06) !important;
    border-radius: 10px;
    padding: 0px 14px;
}
.bred .card .card-body {
  padding: 0 !important;
  border-bottom: 0px solid #dddd;
}
.bred .card .card-body .alignToTitle {
  line-height: 0.5;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
}
.nav-tabs.nav-tabs-solid {
  background-color: initial;
}
.row .card-body.nev-card {
  padding: 0.5rem 0.9rem !important;
}
.nav-tabs.nav-tabs-solid {
  border-bottom: 1px solid #e5e5e5 !important;
}

.map_model .ant-modal-body {
  padding: 10px 15px !important;
  margin-top: 5px !important;
}
.student_box {
  font-size: 14px;
}
.student_list {
  font-size: 14px;
  font-weight: 800;
}

.driver-remove {
  left: -25px !important;
  top: 50px !important;
}

.driver-remove {
  left: -25px !important;
  top: 50px !important;
}
.remove-image {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  background: #ddd;
  font-weight: 800;
  position: relative;
  top: 20px;
}
.add-image {
  vertical-align: middle;
  alignment-baseline: middle;
  display: block;
  margin-top: 50px;
}

.new-pimage {
  height: 100px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.mtm-20 {
  margin-top: -20px;
}
.chat_list {
  display: block;
  overflow: auto;
  position: relative;
  height: fit-content;
  min-height: 100% !important;
}

.dashboard {
  align-items: flex-start !important;
}

.form-group .ant-select,
.form-group .ant-calendar-picker {
  border: 0 !important;
}
.tt span.ant-time-picker {
  margin-top: 0px !important;
}
.time-div .head {
  background: #ddd;
  min-height: 62px !important;
}
.time-div .break {
  background: #fafafa;
  min-height: 62px !important;
}
.time-div .bg {
  background: #eee;
  min-height: 62px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.time-div input {
  background: #fff !important;
  margin: 10px 0 0 !important;
}
.time-div .col-md-4 {
  border: 1px solid #dddddd;
}
.table-responsive .btn {
  margin-bottom: 0;
}
.row .no-padd-i {
  padding: 0 !important;
}
.children .desktop-view .no-padd-i {
  padding: 0 !important;
}
.home-dash .ant-select-selection-selected-value {
    padding: 5px !important;
}
.sinlge-post-modal .ant-modal-body {
  max-height: initial !important;
  overflow: initial !important;
}
.sinlge-post-modal .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.sinlge-post-modal .row .text {
  margin-top: 10px;
}
.gray td {
  font-size: 16px;
  color: #fff !important;
  background: #0c1451 !important;
  font-weight: 700;
  border-radius: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.nav-user .account-user-name {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
  font-size: 12px;
}
.nav-user .account-position {
    font-size: 11px !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}
.navbar-custom .topbar-right-menu .nav-link{
	display: flex !important; 
    flex-wrap: wrap;
    align-items: center;
}

.file_icon {
  height: 70px;
  width: 70px;
}

.ant-message-notice-content {
  color: #fff !important;
  padding: 0 !important;
}
.ant-message-notice-content .anticon svg {
  color: white;
}
.ant-message-success {
  padding: 10px 16px;
  background: #28c76f;
}
.ant-message-success .anticon {
  filter: brightness(0) invert(1);
}
.ant-message-error {
  padding: 10px 16px;
  background: #f5222d;
}
.ant-message-error .anticon {
  filter: brightness(0) invert(1);
}

.add-btn {
  margin: auto 0;
  display: contents;
}
.remove-btn {
  border-color: #f44336 !important;
}
.remove-btn .anticon svg {
  color: #f44336 !important;
}
.dairy-table-td {
  width: 150px;
}
.dairy-table-last-td {
  width: 80px;
}
.date-range .ant-calendar-picker-input {
  padding: 0 !important;
  height: calc(2.2125rem + 2px) !important;
}
.date-range .ant-calendar-picker-input input {
  float: left;
  width: 45%;
  height: 40px !important;
  border: 0 !important;
}
.date-range .ant-calendar-range-picker-separator {
  float: left;
  font-size: 24px;
}
.follow-up {
  color: #e11818;
  font-weight: 600;
}

.dx-datagrid-headers .dx-datagrid-table tbody .dx-header-row td,
.dx-datagrid-headers .dx-datagrid-table tbody .dx-datagrid-filter-row td {
  background: #f1f5fa;
  color: #303e67;
  font-weight: 500;
  font-size: 14px;
}
.dx-datagrid-rowsview
  .dx-select-checkboxes-hidden
  > tbody
  > tr
  > td
  > .dx-select-checkbox {
  display: inline-block !important;
}

.dx-datagrid-table tbody .dx-data-row .dx-command-select {
  background: #f1f5fa;
  color: #303e67;
  border-bottom: 1px solid #ddd;
}
.dx-datagrid-table tbody .dx-data-row td {
  color: #6c757d;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 16px 4px;
}
.att-tbl.table-striped tbody tr.att-bg-dark {
  background-color: #9e9e9e !important;
  color: white;
  font-weight: 800;
}
.att-tbl td span {
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
}
.att-tbl .in-color span {
  border: 1px solid green !important;
}
.att-tbl .absent-color span {
  border: 1px solid red !important;
}
.att-tbl .halfday-color span {
  border: 1px solid #727cf5 !important;
}
.att-tbl .leave-color span {
  border: 1px solid orange !important;
}
.att-tbl .late-color span {
  border: 1px solid #FF6F61 !important;
}
.att-tbl .holiday-color span {
  border: 1px solid #03A9F4 !important;
}

#attendance .att-fil-date {
  width: 60% !important;
  float: left;
  top: -5px;
  color: #464646;
}
#attendance .att-fil-date .anticon svg {
  color: #464646;
}
#attendance .att-fil-date input:not([type]) {
  color: #464646;
  font-size: 17px;
}

.d-flex {
  display: flex;
}
.new-table .table > tbody > tr > td {
  white-space: nowrap !important;
}

.new-table{
  width:100%;
}

.fixTableHead {
  overflow-y: auto;
  height: 110px;
}
.fixTableHead thead th {
  position: sticky;
  top: 0;
}

.chip-green {
  background-color: #28c76f !important;
}
.chip-green .chip-text {
  color: #fff;
}
.chip-red {
  background-color: #ea5455 !important;
}
.chip-red .chip-text {
  color: #fff;
}
.chip-orange {
  background-color: #ff9f43 !important;
}
.chip-orange .chip-text {
  color: #fff;
}
.chip-blue {
  background-color: #7367f0 !important;
}
.chip-blue .chip-text {
  color: #fff;
}

.chip {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  width: fit-content;
  margin: 0 auto;
  border-radius: 8px;
}

.chip .chip-body .chip-text {
  line-height: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.chip .chip-body {
  padding: 3px 8px;
  text-align: center;
}
.child-fees-report .atn-label{
    width: max-content;
    padding: 2px 5px !important;
    word-break: break-word;
    display: table-cell;
    font-size: 11px;
}
.child-fees-report .atn-label span {
  font-weight: 700 !important;
}
.child-fees-report .atn-label {
  font-weight: 600 !important;
}
.dashboard-notify {
    position: absolute;
    top: -7px;
    right: 5px;
    background: red;
    padding: 5px 7px;
    color: white;
    border-radius: 50%;
    font-weight: 800;
    width: 30px;
    height: 30px;
}
.dashboard-notify-2 {
  position: absolute;
  top: -7px;
  left: 5px;
  background: #FF9800;
  padding: 5px 7px;
  color: white;
  border-radius: 50%;
  font-weight: 800;
}

.stop_count{
	font-size:13px;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 100px;
    background: #7c69ae;
    display: flex;
	color:#fff;
}
.w-49 {
  width: 49% !important;
}
.rows {
    margin: 0px;
}
.irows {
    margin: 0px !important;
}
.lft {
    padding-top: 15px;
    padding-bottom: 15px;
}
.shop_page .card {
    margin-bottom: 1.2rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.frequently {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.rows {
    margin: 0px;
}
.cards-div {
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.09);
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.p_info{
    float: right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    height: 109px;
	width: 55%;
}
.p_list .col-lg-6{
    padding-right: 7px;
    padding-left: 7px;
}
.pull-left {
    float: left;
	width: 45%;
}
.fa-pull-right, .pull-right {
    float: right;
	
}
.capitalize {
    text-transform: capitalize;
}
.secondary-text {
    color: rgba(0,0,0,.5);
}
.cbtn {
    height: 38px;
}
.fright {
    float: right;
}
.cbtn {
    height: 38px;
}
.addcart {
    display: block;
    padding: 10px 20px;
    background-color: #ffffff !important;
    color: #161c4c !important;
    margin: 0px auto;
    border-radius: 6px !important;
    border: 1px solid #161c4c !important;
		width: 130px !important;
    height: 40px;
}
.btn i {
    margin-right: 2px;
}
.green-text {
    font-size: 15px;
    font-weight: 700;
    color: #161c4c;
}
.pd10 {
    padding: 0px 10px;
}
.cart-table, .suggestions-div {
    width: 100%;
    margin-right: 16px;
}
.cart-table {
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid rgba(0,0,0,.08);
    position: relative;
    overflow-x: hidden;
}
.cart-summery {
    padding: 13px 13px;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 0px;
    background: #d8fffe;
    text-align: left;
}
.clearcart {
    float: right;
}
.clearcart i {
    color: red;
}
.no_cart_div {
    text-align: center;
    padding: 30px;
}
.no_cart {
    width: 80%;
    opacity: 0.7;
}
.main_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.p_img_div {
    height: 110px;
    width: 105px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-left: 9px;
    padding: 1px 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.p_img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.flex_start {
    align-items: flex-start;
}
.home_cart {
    width: 130px;
    height: 40px;
    border-radius: 6px !important;
    border: 1px solid #161c4c !important;
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
.add_cart {
    height: 38px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 35px;
    display: flow-root;
}
.minus_cart {
    height: 38px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 35px;
    display: flow-root;
}
.btn-add-remove {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cart_list {
    overflow-y: auto;
    margin-bottom: 0px;
}
.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.cart_list .cart-item-btn {
    flex: inherit;
    width: 95px;
    margin-top: 0px;
    text-align: right;
    min-width: 90px;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 6px;
}
.removecart {
    position: relative;
    top: 5px;
    left: 10px;
		cursor: pointer;
}
.cart_list .btn-add-remove {
    width: 32px;
    background-color: transparent;
    height: 32px !important;
    padding: 2px 3px !important;
}
.cart_list .btn-add-remove {
    border: 0px solid #efefef;
}
.cart_list .btn-dec {
    color: #21BB4D;
    position: relative;
    font-size: 24px;
    top: -1px;
}
.cart_list .btn-quantity {
	border: 0px solid #efefef;
	    min-width: 26px;
	    padding: 5px 0px !important;
	    font-family: 'Inter', sans-serif;
	    font-style: normal;
	    font-weight: bold;
	    font-size: 14px;
	    text-align: center;
	    color: #000;
	    background: none;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
}
.cart_list .btn-inc {
    color: #21BB4D;
    position: relative;
    top: 0px;
    font-size: 21px;
}
.cart-item-amount {
    font-size: 16px;
    float: right;
    margin-right: 0px;
    margin-top: 8px;
}
.place-order-button-div {
    background: #ffffff;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.cart-summary-container, .scrollit {
    float: left;
}
.ant-btn-primary {
    background-color: rgb(22 28 76) !important;
    border-color: rgb(22 28 76) !important;
}
.cart-item-details {
    flex: 1;
    border-bottom: 1px dashed rgba(0,0,0,.08);
    padding: 0px 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.order_step2 {
    padding: 10px 15px;
    padding-bottom: 2px;
}
.width100 {
    width: 100%;
}
.order-summary .cart-title {
    padding-right: 100px;
}
.order-summary .cart-item-amount {
    font-size: 14px;
    float: right;
    margin-right: 16px;
    margin-top: 0px;
    font-weight: 400;
    position: absolute;
    right: 0px;
    color: #6b6b6b;
}
.order-summary .cart-item-amount .green-text {
    font-size: 14px;
    font-weight: 500;
    color: #6b6b6b;
}
.c_filter{
	 padding-top: 10px;
}
.top-posts {
    float: left;
    width: 100%;
    list-style: none;
}
.top-posts li {
    float: left;
    width: 100%;
}
.top-posts li {
    padding: 8px 10px;
    border-bottom: 1px solid #efefef;
    border-radius: 2px;
}
.accordion-wrapper {
    display: block;
    line-height: 1;
    margin-bottom: 0px;
}
.accordion + .title {
	user-select: none;
	cursor: pointer;
	display: block;
	align-items: center;
	padding: 5px 8px 8px;
	background: capitalize;
	font-size: 14px;
	text-transform: capitalize;
	color: #363f4d;
	padding-left: 0px;
	letter-spacing: 1px;
	position: relative;
}
.accordion:checked ~ .title .side-icon {
    display: none;
}
.accordion ~ .title .side-icon {
    display: block;
    position: relative;
    top: -3px;
    float: right;
}
.accordion ~ .title .down-icon {
    display: none;
}
.accordion:checked ~ .title .down-icon {
    display: block;
    position: relative;
    top: -3px;
    float: right;
}
.accordion ~ .content {
    display: none;
    padding: 4px 6px;
    cursor: pointer;
}
.accordion:checked ~ .content {
    display: block;
}
.accordion-wrapper .content {
    margin-left: 0px;
}
.accordion-wrapper .content p {
    padding: 0px 0px 0px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}
.accordion-wrapper .content a {
    color: #363f4d !important;
    letter-spacing: 1px;
    padding: 8px 2px;
}
.accordion-wrapper .active_content a {
    background: #f2f2f2;
}
.active_cat{
    background: #f2f2f2 !important;
}
.top-posts li:last-child {
    border-bottom: 0;
}
.pdpt-title {
	border-bottom: 1px solid #efefef;
	padding: 10px 0px;
	font-size: 17px;
	font-weight: 600;
	color: #2b2f4c;
	margin-bottom: 0px;
}
.show_content{
	display: block;
}
.down-icon{
	display: none;
}
.accordion-arrow{
	position: absolute;
  right: 0px;
  top: 8px;
  margin-bottom: 0px;
}
.active_content{
	background: #000;
}
.order-modal .ant-modal-header {
    display: none;
}
.order_model {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}
.order_model_img {
    height: 70px;
}
.order_model h2 {
    font-size: 20px;
    margin-top: 10px;
}
.order-modal .ant-modal-footer {
    display: none;
}
.order-modal .ant-modal-body {
    padding: 24px !important;
}
.order-modal .ant-modal-close .anticon svg {
    color: #8b8b8b !important;
}
.main_tab .nav-tabs.nav-tabs-solid>li {
    margin-right: 0px;
    width: 50%;
    text-align: center;
}
.main_tab .nav-tabs.nav-tabs-solid>li>a {
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.main_tab .card-body {
    padding: 10px 15px !important;
}
.select-view-product{
	width: 400px;
}
.right_view{

}
.select-view-product .ant-drawer-body{
    padding: 10px 10px !important;
}
.cart_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.child-att .col-md-2{
	width : 20% !important;
	flex: 0 0 20%;
    max-width: 20%;
}
.child-att .col-md-2 .atd-img{
	border-radius: 50% !important;
    width: 70px !important;
    height: 70px !important;
    max-height: 70px !important;
    display: block !important;
    object-fit: cover !important;
}
.child-att .col-md-2 .stu-name{
	min-height: 32px;
    display: flex;
    margin: auto 0;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
    margin-top: 5px;
}



.home-dash .card{
    border: 0px solid #eee !important;
    transition: all .3s ease-in-out !important;
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06) !important;
    border-radius: 10px;
}
.home-dash .card .card-header{
    font-size: 18px;
    font-weight: 500;
    color: #0c1451;
}
.home-dash .card .school-div{
	display: block;
	width: 24%;
	float: right;
}
.home-dash .card .school-div .dashborad-class-ddl{
	border: 0 !important;
	height: auto !important;
}
.home-dash .card .icon-count{
	background: #fbbb06;
	color: white;
	padding: 5px 7px;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 12px;
}
.home-dash .card .icon-count .anticon svg{
	color: white;
    font-size: 16px;
    margin-right: 2px;
}
.home-dash .card .card-body .class-head .class-div {
border: 1px solid #dee5ed;
    color: #464141;
    background: #f4f9ff;
    padding: 5px 5px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
}
.home-dash .card .card-body .class-head{
	display: block;
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px 5px;
}
.home-dash .card .card-body .class-div b{
display: block;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.home-dash .card-body {
    padding: 10px 10px !important;
}
.home-dash .row {
    align-items: flex-start;
}

.home-dash .staff-head{
border: 1px solid #dee5ed;
    color: #303030;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.home-dash .staff-div{
    text-align: right;
    font-weight: 500;
    color: #464141;
}
.home-dash .staff-div b {
    float: left;
    font-weight: 400;
}

.home-dash .card .staff-div .anticon svg{
	color: #6b74b1;
    font-size: 16px;
    margin-right: 2px;
}

.home-dash .card .table-new table{
	width : 100%;
}
.home-dash .card .table-new table td {
border: 1px solid #dee5ed;
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 400;
    color: #464141;
	word-break: break-all;
}
.home-dash .card .table-new table thead {
    background: #f4f9ff;
}
.home-dash .card .table-new table tbody td:first-child {
    //color: #fbbb06;
}
.home-dash .card .table-new table thead td{
    font-size: 13px;
    padding: 5px;
    border: 1px solid #dee5ed;
    color: #464141;
    font-weight: 500;
}
.home-dash .card .concern-div{
    display: inline-block;
    margin-left: 10px;
}
.home-dash .card .concern-div div{
    font-size: 12px;
    display: inherit;
    padding: 5px 7px;
    border: 1px solid #eee;
    color: #6f6d6d;

}
.home-dash .card .concern-div div.active{
    background: #fbbb06;
    border: 1px solid #fbbb06;
    color: white;
	border-radius: 4px;

}
.home-dash .ant-select-selection-selected-value{
	padding : 5px !important;
}
.home-dash .table-new tbody tr:nth-child(odd) {
    background: transparent;
}
.home-navigate{
	text-align: center;
	margin-left: 35px;    
	margin-bottom: 1rem;
}
.home-navigate .active .h-navigate{
    background: #122051;
    color: white;
	border: 1px solid #122051;
}
.home-navigate .h-navigate {
display: inline-block;
    text-align: center;
    width: 110px;
    background: white;
    color: #343a40;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    border: 0px solid #343a40;
    padding: 9px 10px;
    font-family: "Jost";
    letter-spacing: 0.5px;
}
.home-navigate a:first-child .h-navigate{
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.home-navigate a:last-child .h-navigate{
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
} 
.service_selection{
	top: 7px !important;
}
.nav-user{
	background-color: transparent !important;
    border: 0px solid white !important;
}
.email-model span.ant-time-picker{
	margin-top: 0px !important;
	margin-bottom: 0 !important;
}
.email-model .ant-modal-footer{
	display : none;
}
.missed-followup-modal .ant-modal-footer{
	display : none;
}
.missed-followup-modal .table{
	margin-bottom: 0rem;
}
.missed-followup-modal .table-responsive{
	min-height: auto !important;
}
.missed-followup-modal .ant-modal-body{
	padding-top: 0px !important;
}

.pay-fees-div .fees-process {
  vertical-align: middle;
  touch-action: manipulation;
  height: 32px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-color: #FF9800 !important;
  border: 1px solid #FF9800 !important;
  color: white !important;
  border-radius: 25px !important;
}

.cbtn .home_cart .inv-input{
	height: 38px !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 44%;
    display: flow-root;
    text-align: center;
    border: 0 !important;
}


@media screen and (max-width: 1000px) {
  .breadcrumb-wrapper {
    display: none; /* The width is 100%, when the viewport is 800px or smaller */
  }
  .child-att .col-md-2{
		width : 33.33% !important;
		flex: 0 0 33.33%;
		max-width: 33.33%;
  }
  .child-att .col-md-2 .stu-name{
	min-height: 57px;
  }
}

.ant-select-dropdown-menu-item-selected {
    color: white !important;
    font-weight: 800 !important;
    background-color: #363f60 !important;
}

.map_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}

.student-fees-card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 0.4rem !important;
  background: #fff;
  padding: 10px 5px;
  margin: 7px 0;
  border: 1px solid rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.student-fees-card h4 {
  font-size: 16px;
  margin-bottom : 0;
  color: #ffffff !important;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
.student-fees-card h4 span{
    float: right;
}
.student-fees-paid {
  background: #14ac7b !important;
}
.student-fees-unpaid {
  background: #fbd25c !important;
}
.student-fees-border {
  border:  1px solid #131a4e;
  /*min-height: 500px;*/
  background: white;
  border-radius: 4px;
}
.student-fees-border .title{
	background: #131a4e;
    color: white;
    padding: 5px 7px;
    display: block;
    width: max-content;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	font-weight: 700;
}
.outstanding{
	margin: 7px 0;
	font-size: 15px;
	color: #262626 !important;
	font-weight: 700;
}
.outstanding span{
	float : right;
}
.color-red{
	color : red !important;
}
.color-paid{
	background: #14ac7b !important;
	padding: 0px 10px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.color-uppaid{
	background: #fbd25c !important;
	padding: 0px 10px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.graph-d .row{
	align-items: flex-start;
}
.star-rate {
    height: 18px;
    width: auto;
    margin-top: -2px;
	margin-left: 2px;
}
.trackermodel ul{
	padding-left: 0;
}
.trackermodel li{
	border-bottom: 1px solid #ddd;
    list-style: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.4rem !important;
    background: #fff;
    padding: 10px 5px;
    border: 1px solid rgba(0, 0, 0, 0.075);
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.w-90{
	width: 90%;
    display: block;
    float: left;
}
.w-10{
	width: 10%;
    display: block;
    float: left;
}
.card.is-post .content-wrap .card-footer.render-css{
	display: block !important;
}
.story-url{
	text-decoration-line: underline;
    font-weight: 600;
    color: #0782C1 !important;
}
.field-icon {
    float: right;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.att-trac{
	padding: 10px;
	align-items: center;
}


.new-fees-table tr:nth-last-child(1) td{
	font-weight: 900;
    color: black;
}
.d-block{
	display : block;
}
.table-responsive.report-table {
    min-height: auto !important;
}
.capacity-count {
    font-size: 14px;
    margin-left: 4px;
    font-weight: 500;
}

.slow-network{
	width: 100%;
    display: block;
    text-align: center;
    background: #FF7722;
    color: white;
    font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0 0 0);
}
.internet-notworking .ant-modal-header,.internet-notworking .ant-modal-footer,.internet-notworking .ant-modal-close{
	display : none;
}
.internet-notworking{
	width: 100% !important;
    height: 100vh;
    top: 0 !important;
	padding: 0 !important;
    border-radius: 0 !important;
}
.internet-notworking .ant-modal-content{
	height: 100% !important;
	background-color: #ffffff7d;
}
.internet-notworking .ant-modal-body{
	height: 100% !important;
	max-height: 100% !important;
	text-align: center;
}
.internet-notworking .ant-modal-body img{
	width: 120px;
}
.internet-notworking .ant-modal-body p{
	display: block;
    font-size: 30px;
    font-weight: 700;
    color: #f23d51;
    text-shadow: 1px 1px 1px rgb(255 255 255);
}
.internet-notworking .ant-modal-body .int{
	display: block;
	margin-top : 200px;
}
.bus-capacity{
	font-weight: 600 !important;
    display: block;
    border: 1px solid #dddd;
    padding: 2px 6px;
    border-radius: 4px;
    background: #212846;
    color: white;
    font-size: 12px;
    margin-top: 5px;
    width: fit-content;
}
.transport-table tr td{
	white-space: break-spaces !important;
    word-break: break-word !important;
}
.class-enroll{
	color :red;
}
.class-enroll {
    color: #40c775;
    cursor: not-allowed;
    font-weight: 700;
}
.table-striped tbody tr.class-enroll:hover {
    color: #40c775 !important;
}
.class-lost {
    color: #f9a917;
    cursor: not-allowed;
    font-weight: 700;
}
.table-striped tbody tr.class-lost:hover {
    color: #f9a917 !important;
}
.notification-list .topbar-dropdown-menu .notify-item {
    padding: 3px 10px !important;
    font-size: 13px;
}
.notification-list .noti-title {
    padding: 12px 10px !important;
}
.concern-div .active a{
	color : white !important;
}
.form-group input.b-color-red{
	border : 1px solid red !important;
	color : red !important;
}
.error-modal .ant-modal-header,.error-modal .ant-modal-footer{
	display : none;
}
.error-modal .ant-modal-body .delete-img{
	height : 80px;
}
.error-modal .ant-modal-body{
	padding: 2.5em !important;
	text-align : center;
	padding-bottom: 1.0em !important;
}
.dashboard-count{
	font-size: 30px;
    color: #0f234f;
    font-weight: 800;
}
.dashboard-border{
    border: 1px solid #0f234f;
}
.dashboard-card.dashboard-border .dashboard-sub-heading{
	color: #0f234f !important;
	text-transform: uppercase;
}
.label-danger-1 {
	border: 1px solid #d9534f !important;
	color: #d9534f !important;
	border-radius: 4px !important;
	padding: 10px 5px 10px 2px !important;
	font-size: 12px  !important;
	line-height: 0px  !important;
	width: max-content  !important;
}
.label-danger-1 svg{
	color: #d9534f;
	font-size: 14px;
}
.icon-btn {
	border: 1px solid #ff9f43 !important;
	color: #ff9f43 !important;
	border-radius: 4px !important;
	padding: 10px 5px 10px 2px !important;
	font-size: 12px !important;
	line-height: 0px !important;
	width: max-content !important;
}
.icon-btn svg{
	color: #ff9f43;
	font-size: 14px;
}
.hide-desktop{
	display : none;
}
.att-student a{
	font-size : 12px;
	border : 1px solid #122051;
	border-radius:4px;
	padding : 2px 3px;
}
.att-student a .view{
	color : #122051;
	font-weight : 600;
}
.att-student .anticon svg{
	color : #122051;
	font-size : 13px;
}
.home-dash .card-body.imp-pt-0{
	padding-top : 0px !important;
	padding-right : 0px !important;
	padding-bottom : 10px !important;
}
.home-dash .card-body .admission-title{
	font-size : 45px;
    margin-bottom: 0;
}
.home-dash .card-body.imp-pt-0 .col-md-4{
	min-height: 175px;
    display: flex;
    align-items: center;
}
.paid-date{
	font-size: 10px;
    margin-left: 0;
    display: block;
    margin-top: 6px;
}
.link-view{
	font-weight: 800;
    border-bottom: 1px dashed;
}
table.old-fees-col{
	background: antiquewhite !important;
    margin: 0 !important;
    width: 100% !important;
}
.old-fees-col tr{
	background: antiquewhite !important;
}
.promote .pay-fees-div{
	margin: 0 !important;
    width: 100% !important;
}
.new-tbl table thead td,.new-tbl table tbody td{ 
	padding: 5px;
	font-weight : 500;
}
.new-tbl h5{
	margin-bottom:0px;
}
.fees-changes-span{
	color: #9f4f4f;
    border-bottom: 1px dashed;
	cursor: pointer;
}
.late-fees-charge{
	display: block;
    color: red;
    font-size: 11px;
	font-weight: 600;
}
.pro-fees-change{
	background: #e9ecef !important;
}

.row-tg
  {
    width: 110%;
}


.staff-card{
    border: 1px solid #1f2448!important;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 0.80rem;
    color: #1f2448;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}
.mkt-btn {
    border: 1px solid #3c3c3c !important;
    background: white !important;
    color: #2a2a2a !important;
    line-height: 1.1 !important;
    height: 20px;
    width: 20px;
    border-radius: 2px;
}
.table-footer-highlight {
  font-weight: bold;
  background-color: #ffeb3b;
  color: #333;
  border-top: 2px solid #000;
}
.expand-icon {
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #007bff;
}
.expand-icon:hover {
  color: #0056b3;
}
.collapsible-content {
  background: #f8f9fa;
  padding: 10px;
  border-top: 2px solid #ccc;
}
.login-page {
    background-image: url(login_bgs.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex
;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
html .content.app-content {
    overflow: overlay;
    overflow-x: hidden;
    padding: 0 !important;
    -webkit-transition: none;
    transition: none;
}
html .content {
    margin-left: 0;
}
html .content.app-content {
}
html .content {
    position: relative;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    backface-visibility: hidden;
    min-height: calc(100% - 3.35rem);
}
html .content.app-content .content-overlay {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 41, 47, .5);
    cursor: pointer;
    -webkit-transition: all .7s, z-index 0s;
    transition: all .7s, z-index 0s;
    z-index: -1;
}
.auth-wrapper.auth-basic {
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.auth-wrapper {
    display: flex
;
    flex-basis: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
}
.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.content-text {
    margin: 0 0 0 0;
    padding: 0 80px;
    position: relative;
    height: 400px;
    align-content: flex-end;
    color: white;
    font-size: 18px !important;
    line-height: 2.375rem;
    letter-spacing: 0px;
    width: 100%;
    padding-left: 0;
}
.content-text h3 {
    color: white !important;
    font-size: 26px !important;
    font-weight: 600;
    line-height: 2.375rem;
    letter-spacing: 0px;
}
.secondry-color {
    color: #F0E019 !important;
}
.auth-wrapper.auth-basic .auth-inner {
    max-width: 550px;
    width: 550px;
    height: 450px;
}
.auth-wrapper.auth-basic .auth-inner {
    position: relative;
}
.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.login-page .main-bg {
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.login-page .main-bg .card-body1 {
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.auth-wrapper .brand-logo {
    display: flex
;
    justify-content: center;
    margin: 0rem 0 0.5rem 0;
}
.text-center {
    text-align: center !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-1 {
    margin-bottom: 0.5rem !important;
}

.login-page .form-label {
    font-size: 13px;
    color: #424242;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
    margin-top: 12px;
}
.login-page .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.login-page .input-group-text {
    display: -webkit-box;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6E6B7B;
    text-align: center;
    white-space: nowrap;
    background-color: #FFF;
    border: 1px solid #D8D6DE;
    border-radius: .357rem;
}
.login-page .input-group>.form-control,.login-page  .input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.login-page .input-group-text{
    border-right: 0;
	    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.login-page .input-group>.form-control, .login-page .input-group>.form-select {
    border-left: 0px !important;
    padding-left: 0px !important;
}
.login-page .main-bg .card-body1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
} 
.btnslogin {
    width: 100% !important;
    margin-bottom: 0px !important;
    margin-left: 0px;
    height: 42px;
    border-radius: 6px !important;
    background: #122051 !important;
    border-color: #122051 !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    box-shadow: 0 2px 6px 0 rgb(221 42 27 / 41%) !important;
    margin-top: 10px;
}
.login-page .card {
    border-radius: 1rem;
}
.topnav-logo-lg img{
    height: 52px;
}
@media only screen and (max-width: 767px) {
	.auth-wrapper.auth-basic .auth-inner {
		width: 100%;
	}
	.content-text {
		display: none;
	}
}
.content-wrapper {
    background: #f8f7fa;
}

input, button, select, optgroup, textarea {
    font-family: "Jost";
}
select.form-control:not([size]):not([multiple]) {
    border-radius: 0.3rem;
    border: 0px solid #000;
    height: 40px;
}
.topnav {
    background: #ffffff !important;
    position: fixed;
    width: 100%;
    top: 56px;
    z-index: 1;
}
.navbar {
    padding: 0px 1rem !important;
}
.topnav .dropdown .dropdown-menu {
	max-height: 500px;
	overflow-y: auto;
	z-index: 2;
	position:relative;
	scrollbar-width: thin;
	scrollbar-color: #ccc transparent;
}
.topnav .dropdown .dropdown-menu::-webkit-scrollbar {
	width: 8px;
}
.topnav .dropdown .dropdown-menu::-webkit-scrollbar-track {
	background: transparent;
}
.topnav .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}
.topnav .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
.dropdown-item {
    position: relative;
    padding: 10px 14px !important;
}
.dashboard-notify {
    position: absolute;
    top: 0px;
    right: 4px;
    padding: 0px 0px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav {
    margin: 0px auto;
}
.topnav .navbar-nav .nav-item:first-of-type .nav-link {
	padding-left: 1.3rem !important;
}
.navbar-nav > li {
    margin: 0px 10px;
}
.topnav .navbar-nav .nav-link {
    font-size: 16px;
    position: relative;
    padding: 1rem 1.3rem;
    font-weight: 500;
}
.dashboard-sub-img {
    height: 55px;
    width: auto;
    text-align: center;
    padding: 2px;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.single__service .badge {
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 0px;
    display: flex;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    background: red !important;
    animation: blink 1s infinite;
}

.single__service {
    padding: 20px 10px;
    box-shadow: 0 0 30px 4px rgba(95, 45, 237, 0.1);
    margin-bottom: 30px;
    transition: .3s;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
}
.service__img {
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}
.service__content h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500 !important;
    text-align: center;
}
.single__service .service__content h3 a {
    color: #000000;
    transition: .3s;
}
.col-custom-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    padding: 0px 10px;
}
.single__service:hover {
    background: #fdbd2f;
    transform: translateY(-5px);
}
.section__title .section__title__heading h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 18px;
    font-weight: 700 !important;
}
.grid__filter {
    padding: 5px 15px;
    background: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}
.grid__filter button {
    border: none;
    background: none;
    margin: 0 15px;
    padding: 0 15px;
    position: relative;
    font-weight: 500;
    color: #122051;
    font-size: 20px;
	border-radius:6px;
}
.grid__filter button.active,.grid__filter button:hover {
    background: #122051;
	color: #fff;
	border-radius:6px;
}

.wd100{
    width: 100%;
}
.heading__underline span {
    position: relative;
}
.heading__underline span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: #F2277E;
    bottom: 22px;
    left: 0;
    z-index: -1;
}


[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
body::-webkit-scrollbar {
    width: 6px;              /* Width of the vertical scrollbar */
    height: 6px;              /* Height of the horizontal scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;      /* Track background */
}

body::-webkit-scrollbar-thumb {
    background-color: #fdbd2f;   /* Thumb color */
    border-radius: 2px;      /* Rounded corners */
    border: 0px solid #f1f1f1; /* Padding effect */
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;         /* Hover effect */
}
.content-page select.form-control:not([size]):not([multiple]) {
    border: 1px solid #a9a9a9;
}
.container_login {
	max-width: 80% !important;
} 
.ant-picker-input input,.ant-select-selection-search input{
	border: 0px solid #ddd !important;
}
.ant-picker { 
    padding: 0px 11px 0px;
}  
.ant-select, input:not([type]), input[type="date"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="text"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="url"]:not(.browser-default), textarea.materialize-textarea {
    padding: 0px 10px;
}
.btn-primary {
    height: 38px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px 20px;
    border-radius: 7px !important;
    margin: 0px 2px;
}
.enquiry-btn .btn {
    margin-bottom: 0px;
} 
.enquiry-btn .anticon svg {
    top: 2px !important;
    position: relative;
    left: -4px;
}
.status-tabs-container {
    max-width: 400px;
    font-family: Arial, sans-serif;
    padding-left: 15px;
}

.status-tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.status-tab-btn {
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
    margin-right: 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 35px;
    font-weight: 400;
}

.status-tab-btn:hover {
  background-color: #e0e0e0;
}

.status-tab-btn.active {
    background-color: #fdbd2f;
    color: #3f3f40;
    border-color: #fdbd2f;
    font-weight: 500;
}

.status-tab-table {
  width: 100%;
  border-collapse: collapse;
}

.status-tab-table th,
.status-tab-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.status-tab-table th {
  background-color: #f5f5f5;
}
.ant-modal .ant-modal-content {
    padding: 10px 10px;
}
.ant-modal .ant-modal-header {
    border-radius: 4px;
    padding: 7px 10px;
}
.ant-modal .ant-modal-close {
    width: 27px;
    height: 20px;
}
.lead-stats-row {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
}
.lead-stat-item {
    width: auto;
    margin-right: 20px;
}
.lead-stat-item strong {
    font-weight: 500;
    color: #122051;
}
.enquiry-btn {
    display: flex;
    margin-bottom: 6px;
} 
.text-right.enquiry-btn {
    justify-content: flex-end;
}
.add-btn-col {
    display: flex !important;
    margin-bottom: 10px;
    justify-content: flex-end;
}
.message-list-container {
  padding: 10px;
  background-color: #f9f9f9;
}

.chat-input-bar {
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #fff;
    width: -webkit-fill-available;
} 
.cht_sbn {
    background-color: rgb(253 189 47) !important;
    border-color: rgb(253 189 47) !important;
    height: 40px;
    border-radius: 4px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rce-mlist {
   
}
.fchat_container .right {
    border-left: 0px solid #d5d5d5;
}