/* Template Name: Doctris - Doctor Appointment Booking System
   Author: Shreethemes
   Website: https://shreethemes.in/
   Mail: support@shreethemes.in
   Version: 1.2.0
   Updated: July 2021
   File Description: Main Css file of the template
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  CTA                  *
 *     10.  Chat                 *
 *     11.  Team                 *
 *     12.  Testi                *
 *     13.  Blog                 *
 *     14.  Calendar             *
 *     15.  Shop                 *
 *     16.  Contact              *
 *     17.  Simple Bar           *
 *     18.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

h1, .h1 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
}

h2, .h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

h5, .h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

h6, .h6 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.display-1 {
  font-size: 80px;
}

.display-2 {
  font-size: 72px;
}

.display-3 {
  font-size: 64px;
}

.display-4 {
  font-size: 56px;
}

.bg-primary {
  background-color: #396cf0 !important;
}

.bg-soft-primary {
  background-color: rgba(57, 108, 240, 0.1) !important;
  border: 1px solid rgba(57, 108, 240, 0.1) !important;
  color: #396cf0 !important;
}

.text-primary {
  color: #396cf0 !important;
}

a {
  transition: all 0.5s ease;
}

a.text-primary:hover, a.text-primary:focus {
  color: #215aee !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

a {
  transition: all 0.5s ease;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #506180 !important;
}

.bg-success {
  background-color: #53c797 !important;
}

.bg-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}

.text-success {
  color: #53c797 !important;
}

a {
  transition: all 0.5s ease;
}

a.text-success:hover, a.text-success:focus {
  color: #40c18b !important;
}

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

.bg-soft-warning {
  background-color: rgba(241, 181, 97, 0.1) !important;
  border: 1px solid rgba(241, 181, 97, 0.1) !important;
  color: #f1b561 !important;
}

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

a {
  transition: all 0.5s ease;
}

a.text-warning:hover, a.text-warning:focus {
  color: #efaa4a !important;
}

.bg-info {
  background-color: #64c2f1 !important;
}

.bg-soft-info {
  background-color: rgba(100, 194, 241, 0.1) !important;
  border: 1px solid rgba(100, 194, 241, 0.1) !important;
  color: #64c2f1 !important;
}

.text-info {
  color: #64c2f1 !important;
}

a {
  transition: all 0.5s ease;
}

a.text-info:hover, a.text-info:focus {
  color: #4db9ef !important;
}

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

.bg-soft-danger {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 1px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
}

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

a {
  transition: all 0.5s ease;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ee5f43 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
  border: 1px solid rgba(52, 58, 64, 0.1) !important;
  color: #343a40 !important;
}

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

a {
  transition: all 0.5s ease;
}

a.text-dark:hover, a.text-dark:focus {
  color: #292d32 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}

.text-muted {
  color: #8492a6 !important;
}

a {
  transition: all 0.5s ease;
}

a.text-muted:hover, a.text-muted:focus {
  color: #75859b !important;
}

.bg-light {
  background-color: #faf5f3 !important;
}

.card.features.feature-primary.rounded.shadow.p-4 {
  border-bottom: 3px solid#E1A991 !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.card.shadow.p-4.graphsection {
  border-bottom: 3px solid#E1A991 !important;
  border: 1px solid rgba(0, 0, 0, 0);

}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
}

.text-light {
  color: #f8f9fc !important;
}

a {
  transition: all 0.5s ease;
}

a.text-light:hover, a.text-light:focus {
  color: #e6eaf4 !important;
}

.bg-footer {
  background-color: #202942 !important;
}

.bg-soft-footer {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}

.text-footer {
  color: #202942 !important;
}

a {
  transition: all 0.5s ease;
}

a.text-footer:hover, a.text-footer:focus {
  color: #181e30 !important;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.row>* {
  position: relative;
}

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

.margin-nagative.mt-n5 {
  margin-top: -48px;
  background: #fff;
}

.d-flex .flex-1 {
  flex: 1;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small, small {
  font-size: 0.9em;
}

.card .card-body {
  padding: 1.5rem;
}

.offcanvas .offcanvas-header .dark-version {
  display: none;
}

.offcanvas .offcanvas-header .light-version {
  display: inline-block;
}

.offcanvas .offcanvas-header .btn-close {
  color: #343a40;
  background: none;
}

.btn-primary {
  background-color: #396cf0 !important;
  border: 1px solid #396cf0 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
  background-color: #215aee !important;
  border-color: #215aee !important;
  color: #ffffff !important;
}

.btn-soft-primary {
  background-color: rgba(57, 108, 240, 0.1) !important;
  border: 1px solid rgba(57, 108, 240, 0.1) !important;
  color: #396cf0 !important;
  box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
  background-color: #396cf0 !important;
  border-color: #396cf0 !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #396cf0;
  color: #396cf0;
  background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #396cf0;
  border-color: #396cf0;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
  background-color: #506180 !important;
  border-color: #506180 !important;
  color: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
  background-color: #53c797 !important;
  border: 1px solid #53c797 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
  background-color: #40c18b !important;
  border-color: #40c18b !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
  background-color: #53c797 !important;
  border-color: #53c797 !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #53c797;
  color: #53c797;
  background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #53c797;
  border-color: #53c797;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
}

.btn-warning {
  background-color: #f1b561 !important;
  border: 1px solid #f1b561 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
  background-color: #efaa4a !important;
  border-color: #efaa4a !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(241, 181, 97, 0.1) !important;
  border: 1px solid rgba(241, 181, 97, 0.1) !important;
  color: #f1b561 !important;
  box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
  background-color: #f1b561 !important;
  border-color: #f1b561 !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #f1b561;
  color: #f1b561;
  background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f1b561;
  border-color: #f1b561;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3);
}

.btn-info {
  background-color: #64c2f1 !important;
  border: 1px solid #64c2f1 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
  background-color: #4db9ef !important;
  border-color: #4db9ef !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(100, 194, 241, 0.1) !important;
  border: 1px solid rgba(100, 194, 241, 0.1) !important;
  color: #64c2f1 !important;
  box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3);
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #64c2f1 !important;
  border-color: #64c2f1 !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #64c2f1;
  color: #64c2f1;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #64c2f1;
  border-color: #64c2f1;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3);
}

.btn-danger {
  background-color: #f0735a !important;
  border: 1px solid #f0735a !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #ee5f43 !important;
  border-color: #ee5f43 !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 1px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3);
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #f0735a !important;
  border-color: #f0735a !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #f0735a;
  color: #f0735a;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f0735a;
  border-color: #f0735a;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3);
}

.fc-event-main {
  color: #fff;
}

.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #292d32 !important;
  border-color: #292d32 !important;
  color: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
  border: 1px solid rgba(52, 58, 64, 0.1) !important;
  color: #343a40 !important;
  box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #343a40;
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #75859b !important;
  border-color: #75859b !important;
  color: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #e6eaf4 !important;
  border-color: #e6eaf4 !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-footer {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #181e30 !important;
  border-color: #181e30 !important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}

.btn-outline-footer {
  border: 1px solid #202942;
  color: #202942;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #202942;
  border-color: #202942;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
  padding: 3px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 5px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

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

.btn.btn-light {
  color: #343a40 !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: white !important;
  color: #343a40 !important;
}

.btn.btn-soft-light {
  color: rgba(52, 58, 64, 0.5) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  background-color: rgba(248, 249, 252, 0.1);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
}

.btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
  color: #343a40 !important;
}

.btn.btn-soft-light-alt {
  background-color: rgba(248, 249, 252, 0.1);
  color: #f8f9fc;
  border: 1px solid rgba(248, 249, 252, 0.1);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
}

.btn.btn-soft-light-alt:hover, .btn.btn-soft-light-alt:focus, .btn.btn-soft-light-alt:active, .btn.btn-soft-light-alt.active, .btn.btn-soft-light-alt.focus {
  background: #ffffff;
  color: #343a40 !important;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #343a40 !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc !important;
}

.btn.btn-outline-light-alt {
  border: 1px solid #dee2e6 !important;
  color: #ffffff !important;
  background-color: transparent;
}

.btn.btn-outline-light-alt:hover, .btn.btn-outline-light-alt:focus, .btn.btn-outline-light-alt:active, .btn.btn-outline-light-alt.active, .btn.btn-outline-light-alt.focus {
  background-color: #f8f9fc !important;
  color: #343a40 !important;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15) !important;
  background-color: #fff;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
}

.shadow-md {
  box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
}

.badge-primary {
  background-color: #396cf0 !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #396cf0 !important;
  border: 1px solid #396cf0 !important;
}

.badge-soft-primary {
  background-color: rgba(57, 108, 240, 0.1) !important;
  border: 1px solid rgba(57, 108, 240, 0.1) !important;
  color: #396cf0 !important;
}

.badge-secondary {
  background-color: #5a6d90 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
}

.badge-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
}

.badge-success {
  background-color: #53c797 !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #53c797 !important;
  border: 1px solid #53c797 !important;
}

.badge-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}

.badge-warning {
  background-color: #f1b561 !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #f1b561 !important;
  border: 1px solid #f1b561 !important;
}

.badge-soft-warning {
  background-color: rgba(241, 181, 97, 0.1) !important;
  border: 1px solid rgba(241, 181, 97, 0.1) !important;
  color: #f1b561 !important;
}

.badge-info {
  background-color: #64c2f1 !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #64c2f1 !important;
  border: 1px solid #64c2f1 !important;
}

.badge-soft-info {
  background-color: rgba(100, 194, 241, 0.1) !important;
  border: 1px solid rgba(100, 194, 241, 0.1) !important;
  color: #64c2f1 !important;
}

.badge-danger {
  background-color: #f0735a !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #f0735a !important;
  border: 1px solid #f0735a !important;
}

.badge-soft-danger {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 1px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
}

.badge-dark {
  background-color: #343a40 !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #343a40 !important;
  border: 1px solid #343a40 !important;
}

.badge-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
  border: 1px solid rgba(52, 58, 64, 0.1) !important;
  color: #343a40 !important;
}

.badge-muted {
  background-color: #8492a6 !important;
  color: #ffffff !important;
}

.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}

.badge-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}

.badge-light {
  background-color: #f8f9fc !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
}

.badge-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
}

.badge-footer {
  background-color: #202942 !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #202942 !important;
  border: 1px solid #202942 !important;
}

.badge-soft-footer {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}

.badge {
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.badge.badge-light {
  color: #343a40 !important;
  background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
  color: #343a40 !important;
  border: 1px solid white !important;
  background-color: transparent !important;
}

.badge.badge-pill {
  border-radius: 12px;
}

.badge:focus, .badge.focus {
  box-shadow: none !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #396cf0 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item:active, .dropdown-secondary .dropdown-menu .dropdown-item.focus, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5a6d90 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item:active, .dropdown-success .dropdown-menu .dropdown-item.focus, .dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #53c797 !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item:active, .dropdown-warning .dropdown-menu .dropdown-item.focus, .dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f1b561 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item:active, .dropdown-info .dropdown-menu .dropdown-item.focus, .dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #64c2f1 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item:active, .dropdown-danger .dropdown-menu .dropdown-item.focus, .dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f0735a !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item:active, .dropdown-dark .dropdown-menu .dropdown-item.focus, .dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #343a40 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover, .dropdown-muted .dropdown-menu .dropdown-item.active, .dropdown-muted .dropdown-menu .dropdown-item:active, .dropdown-muted .dropdown-menu .dropdown-item.focus, .dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item:active, .dropdown-light .dropdown-menu .dropdown-item.focus, .dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f8f9fc !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover, .dropdown-footer .dropdown-menu .dropdown-item.active, .dropdown-footer .dropdown-menu .dropdown-item:active, .dropdown-footer .dropdown-menu .dropdown-item.focus, .dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #202942 !important;
}

.dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  top: 2px !important;
}

.dropdown-menu .dropdown-item {
  padding: 5px 20px;
  clear: both;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.dropdown .dropdown-toggle:after {
  display: none !important;
}

.alert-primary {
  background-color: rgba(57, 108, 240, 0.9);
  color: #ffffff;
  border-color: #396cf0;
}

.alert-primary .alert-link {
  color: #0a2d86;
}

.alert-outline-primary {
  background-color: transparent;
  color: #396cf0;
  border-color: #396cf0;
}

.alert-secondary {
  background-color: rgba(90, 109, 144, 0.9);
  color: #ffffff;
  border-color: #5a6d90;
}

.alert-secondary .alert-link {
  color: #1f2632;
}

.alert-outline-secondary {
  background-color: transparent;
  color: #5a6d90;
  border-color: #5a6d90;
}

.alert-success {
  background-color: rgba(83, 199, 151, 0.9);
  color: #ffffff;
  border-color: #53c797;
}

.alert-success .alert-link {
  color: #206146;
}

.alert-outline-success {
  background-color: transparent;
  color: #53c797;
  border-color: #53c797;
}

.alert-warning {
  background-color: rgba(241, 181, 97, 0.9);
  color: #ffffff;
  border-color: #f1b561;
}

.alert-warning .alert-link {
  color: #aa690f;
}

.alert-outline-warning {
  background-color: transparent;
  color: #f1b561;
  border-color: #f1b561;
}

.alert-info {
  background-color: rgba(100, 194, 241, 0.9);
  color: #ffffff;
  border-color: #64c2f1;
}

.alert-info .alert-link {
  color: #1078ac;
}

.alert-outline-info {
  background-color: transparent;
  color: #64c2f1;
  border-color: #64c2f1;
}

.alert-danger {
  background-color: rgba(240, 115, 90, 0.9);
  color: #ffffff;
  border-color: #f0735a;
}

.alert-danger .alert-link {
  color: #a2270f;
}

.alert-outline-danger {
  background-color: transparent;
  color: #f0735a;
  border-color: #f0735a;
}

.alert-dark {
  background-color: rgba(52, 58, 64, 0.9);
  color: #ffffff;
  border-color: #343a40;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: transparent;
  color: #343a40;
  border-color: #343a40;
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.9);
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: transparent;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: rgba(248, 249, 252, 0.9);
  color: #ffffff;
  border-color: #f8f9fc;
}

.alert-light .alert-link {
  color: #8d9dce;
}

.alert-outline-light {
  background-color: transparent;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.alert-footer {
  background-color: rgba(32, 41, 66, 0.9);
  color: #ffffff;
  border-color: #202942;
}

.alert-footer .alert-link {
  color: black;
}

.alert-outline-footer {
  background-color: transparent;
  color: #202942;
  border-color: #202942;
}

.alert {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.alert.alert-light {
  background-color: white;
  color: #343a40;
  border-color: #e9ecef;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -2px;
  right: -10px;
  font-size: 16px !important;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}

.breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 500;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #396cf0;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #396cf0;
}

.breadcrumb .breadcrumb-item.active {
  color: #396cf0;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0142" !important;
  color: #343a40;
  font-family: 'Material Design Icons';
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination .page-item .page-link {
  color: #343a40;
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  font-size: 14px;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: rgba(57, 108, 240, 0.9);
  border-color: rgba(57, 108, 240, 0.9);
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #396cf0 !important;
  border-color: #396cf0;
  cursor: not-allowed;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #396cf0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.avatar.avatar-ex-sm {
  height: 30px;
  width: 30px;
}

.avatar.avatar-ex-small {
  height: 36px;
  width: 36px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.avatar.avatar-client {
  max-height: 25px;
}

.accordion .accordion-item {
  overflow: hidden;
  background: transparent;
}

.accordion .accordion-item .accordion-button {
  font-weight: 600;
  text-align: left;
  box-shadow: none;
  padding: 1rem 2.5rem 1rem 1.25rem;
}

.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-item .accordion-button:before {
  content: '\F0143';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 16px;
  color: #396cf0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
  background-color: #ffffff;
  color: #343a40 !important;
  transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:before {
  top: 15px;
  transform: rotate(180deg);
  color: #343a40 !important;
}

.accordion .accordion-item .accordion-button:after {
  display: none;
}

.nav-pills {
  margin-bottom: 15px;
  background: #f4f6fa;
}

.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt.active {
  background: #343a40;
  color: #ffffff !important;
}

.nav-pills .nav-link.active {
  background: #172b46;
  color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
  color: rgba(255, 255, 255, 0.65) !important;
}

.nav-pills a .title {
  font-size: 16px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #396cf0 !important;
  border-color: transparent transparent #396cf0 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 8px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 5px;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -28px;
  right: -15px;
  font-size: 14px;
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 5px;
  font-size: 16px;
}

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

.detail-value {
  font-size: 0.875rem !important;
}

.form-control {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  background-color: #ffffff;
}

.form-control:focus {
  border-color: #396cf0;
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control:disabled {
  background-color: #e9ecef;
}

.form-control::placeholder {
  color: #808386;
}

.form-check-input:focus {
  border-color: #396cf0;
  box-shadow: none;
}

.select2-container {
  display: block !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px !important;
  height: 32px !important;
  text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #343a40 !important;
  line-height: 32px !important;
  font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #343a40 transparent transparent transparent;
  top: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #343a40 transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #396cf0 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #396cf0 !important;
  color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #396cf0 !important;
  color: #ffffff !important;
}

.select2-selection:focus, .select2-selection:active {
  outline: none;
  border-color: #396cf0 !important;
}

.select2-results__option {
  color: #8492a6;
}

.select2-dropdown {
  border: 1px solid #dee2e6 !important;
  border-radius: 5px !important;
}

.apexcharts-tooltip {
  background: #ffffff !important;
  color: #343a40;
  border-color: #e9ecef !important;
}

.apexcharts-gridlines-horizontal,
.apexcharts-gridlines-vertical,
.apexcharts-grid,
.apexcharts-gridline,
.apexcharts-xaxis-tick,
.apexcharts-xaxis line,
.apexcharts-gridline line,
.apexcharts-radar-series line,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon {
  pointer-events: none;
  stroke: #e9ecef;
}

.apexcharts-tooltip-title {
  background: #ffffff !important;
  color: #343a40;
  border-color: #e9ecef !important;
}

.apexcharts-data-labels, .apexcharts-datalabels text, .apexcharts-xaxis text, .apexcharts-yaxis text {
  fill: #343a40 !important;
}

.apexcharts-legend-text {
  color: #343a40 !important;
  font-family: "Inter", sans-serif !important;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.subcribe-form .btn {
  padding: 10px 20px;
}

.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #343a40 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
  position: absolute;
  top: 1.5px;
  right: 2px;
  outline: none !important;
}

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

/* #paginationContent .table-responsive {
  display: block;
} */

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
  border-color: #f2f4f6;
  font-size: 12px;
}

.table-responsive .table-center th {
  vertical-align: middle !important;
  cursor: pointer;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
  text-align: end;
}

.table-responsive .table-padding tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icon li a {
  color: #343a40;
  border: 1px solid #343a40;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #396cf0 !important;
  border-color: #396cf0 !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #396cf0;
}

.social-icon.footer-social li a {
  border: none;
  color: #adb5bd;
  background-color: #2c385a;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.home-shape-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  z-index: 1;
  text-align: center;
}

.back-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  display: none;
}

.back-to-home {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

[class^="uil-"]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }

  .display-2 {
    font-size: 50px !important;
  }

  .display-3 {
    font-size: 42px !important;
  }

  .display-4 {
    font-size: 36px !important;
  }
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #161c2d;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", sans-serif;
}

::selection {
  background: rgba(57, 108, 240, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

#style-switcher .t-dark,
#style-switcher .t-rtl-light {
  display: inline-block;
}

#style-switcher .t-ltr-light,
#style-switcher .t-light,
#style-switcher .t-rtl-dark,
#style-switcher .t-ltr-dark {
  display: none;
}

.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.bg-overlay {
  background-color: rgba(52, 58, 64, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.heading-title {
  line-height: 26px;
}

.heading-title .heading {
  font-size: 42px !important;
  letter-spacing: 1px;
}

.heading-title .title {
  font-size: 32px !important;
  letter-spacing: 1px;
}

.heading-title .para-desc {
  font-size: 17px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 24px !important;
}

.section-title .sub-title {
  letter-spacing: 0.5px;
  font-size: 28px !important;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

.shape.integration-hero {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 250px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .shape.integration-hero {
    height: 140px;
  }
}

@media (max-width: 425px) {
  .shape.integration-hero {
    height: 60px;
  }
}

@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

.features-absolute {
  position: relative;
  margin: -200px 0 0px;
  z-index: 2;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .features-absolute {
    margin: -140px 0 0;
  }
}

.features-absolute.career-form {
  margin: -145px 0 0px;
}

@media (max-width: 768px) {
  .features-absolute.career-form {
    margin: -105px 0 0px;
  }
}

.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}

@media (max-width: 425px) {
  .feature-posts-placeholder {
    height: 80%;
  }
}

@media (max-width: 768px) {
  .heading-title .heading {
    font-size: 36px !important;
  }

  .heading-title .para-desc {
    font-size: 18px;
  }

  .section-title .title {
    font-size: 24px !important;
  }

  .mt-60 {
    margin-top: 60px;
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #343a40 !important;
  outline: none;
}

#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
  display: none;
}

#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
  color: #396cf0 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #396cf0;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #343a40;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow, #topnav .has-submenu .submenu .has-submenu.active .submenu-arrow {
  border-color: #396cf0;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 30px 10px 26px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #343a40;
  display: block;
  margin-bottom: 5px;
  transition: transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .dropdowns {
  float: right;
  line-height: 68px;
  padding: 2.5px 0;
}

#topnav .dropdowns>li {
  line-height: initial;
}

#topnav .dropdowns .login-btn-primary {
  display: none;
}

#topnav .dropdowns .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #396cf0;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu>li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
  color: #396cf0 !important;
}

#topnav .navigation-menu>li>a {
  display: block;
  color: #343a40;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  transition: all 0.5s;
  font-family: "Inter", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

#topnav .navigation-menu>li>a:hover, #topnav .navigation-menu>li>a:active {
  color: #396cf0;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #343a40;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: -1px;
  top: 32px;
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
  transform: rotate(225deg);
}

#topnav .menu-extras {
  float: right;
  display: none;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
  color: #343a40;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
  border-color: #343a40;
}

#topnav.scroll .navigation-menu>li:hover>a, #topnav.scroll .navigation-menu>li.active>a {
  color: #396cf0;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow, #topnav.scroll .navigation-menu>li.active>.menu-arrow {
  border-color: #396cf0;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
  color: #343a40;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: #396cf0 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
  border-color: #396cf0 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a, #topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: #396cf0 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #343a40;
}

#topnav.nav-sticky .dropdowns .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .dropdowns .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 600;
  font-size: 24px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}

.search-bar {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.search-bar .menu-search form {
  position: relative;
}

.search-bar .menu-search input[type="text"], .search-bar .searchform input[type="text"] {
  box-shadow: none;
  padding: 12px 15px;
  height: 40px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
  opacity: 0.7;
}

.search-bar .menu-search input[type="submit"], .search-bar .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.search-bar .menu-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 12px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}
.form-control{
  padding: 0.175rem 0.75rem;
  font-size: 0.875rem;
}

.profile-detail {
  margin-left: 18px;
}

.profile-img {
  width: 22%;
}

.profile-img img {
  width: 60%;
  border-radius: 100%;
  height: 73%;
}

.editsection {
  position: absolute;
  top: 51px;
  left: 65%;
  background: #172b46;
  border-radius: 100%;
  color: #fff;
  width: 25px;
  padding-left: 4px;
  height: 27px;
}
textarea{
resize: none;
}
.editsection .icons i {
  color: #fff;
}

.col-md-6.text-right {
  text-align: right;
}

.required {
  color: #e53838;
}

.text-right i {
  font-size: 18px;
  background: #172b46;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}

.text-right i:hover {
  color: #fff !important;
  background-color: #2c385a !important;
}

.editsection {
  position: absolute;
  top: 51px;
  left: 65%;
  background: #172b46;
  border-radius: 100%;
  color: #fff;
  width: 25px;
  padding-left: 4px;
  height: 27px;
}

.editsection .icons i {
  color: #fff;
}

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

.tab-content p lable.form-label {
  font-size: 14px;
}

.nav-pills .nav-link {
  font-size: 18px;
}

.nav-pills .nav-link.active {
  background: #172b46;
  color: #ffffff !important;
}

.tab-content p strong {
  font-size: 14px;
  font-weight: 600;
}

img.avatar.changes.avatar-ex-small.rounded-circle {
  height: 90px;
  width: 90px;
  border: 1px solid #c2c2c2;
}

button.btn.btn-primary {
  background: #172b46 !important;
  border: 1px solid #172b46 !important;
}

button.btn.btn-primary.clinicadd:hover {
  background-color: #80c342  !important;
  color: #fff !important;
}

input.patientbtn {
  background: #172b46 !important;
  border: 1px solid #172b46 !important;
  border: none;
}

button.masterpage:hover {
  background-color: #2c385a !important;
  color: #fff !important;
}

input.patientbtn:hover {
  background-color: #2c385a !important;
  color: #fff !important;
  border: none;
}

.editsectionadmin {
  position: absolute;
  top: 66px;
  left: 8%;
  background: #172b46;
  border-radius: 100%;
  color: #fff;
  width: 25px;
  padding-left: 4px;
  padding-top: 2px;
  height: 27px;
}

.editsectionadmin .icons i {
  color: #fff;
}

.p-4.onlydown.border-bottom {
  margin-top: 7%;
}

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

.addbuttonn {
  text-align: right;
  padding-right: 18px;
}

.panel.panel-col-pink {
  background-color: #eef1f5;
  padding: 0px 12px;
}

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

.right-button.topnoch {
  margin-top: -32px;
}

label#DEA\ License\ Expiration-error {
  position: absolute;
  left: 0%;
  top: 100%;
}


/* admin dashboard changes */

select#yearchart {
  margin-right: 20px;
  padding: 0px 15px;
}

.topdown {
  display: flex;
}

select#Monthchart {
  margin-right: 20px;
  padding: 0px 15px;
}

.gendersection {
  display: flex;
  margin-right: 10px;
}

select#threesection {
  width: 120px;
}

select#genderchart {
  width: 120px;
}

select#locationchart {
  width: 120px;
}

select#clinicchart {
  width: 120px;
}

.alertStyle {
  z-index: 9999;
  width: 33%;
  padding: 2%;
  position: absolute;
  right: 0px;
  top: 74px;
}

.alert-dismissible .btn-close {
  top: 21px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px;
}

button.resultbutton {
  border: none;
  padding: 5px 15px;
  margin: 0px 10px;
  background: #172b46;
  color: #fff;
  border-radius: 5px;
}

header#topnav {
  background: #ffffff;
  height: 71px;
  box-shadow: 0 0 3px rgb(52 58 64 / 15%);
  position: relative;
  align-items: center;
  padding: 0px;
}


/* changes password page */

input.submitbuttonok {
  background: #172b46 !important;
  border: none !important;
}

input.submitbuttonok:hover {
  background: #2c385a !important;
  border: none !important;
}

input.cancalbuttonok {
  border: 1px solid #dee2e6 !important;
  color: #343a40 !important;
  background-color: transparent !important;
}


input.oldpasswordinput {
  border-radius: 10rem;
}

input.newpasswordinput {
  border-radius: 10rem;
}

input.confirmpasswordinput {
  border-radius: 10rem;
}

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

/* master page */

.addbuttonnmaster {
  padding-right: 20px;
  text-align: right;
}


/* provider panel change password page */

input.providerold {
  border-radius: 10rem;
}

input.providernew {
  border-radius: 10rem;
}

input.providerconfirm {
  border-radius: 10rem;
}



.mb-0.firstsection {
  display: flex !important;
  justify-content: flex-end;
}

.maindiv {
  width: 20%;
}

input.start {
  width: 25%;
  margin-right: 10px;
}

input.end {
  width: 25%;
}


/* provider css  */


a.btn.btn-outline-success.btn-icon-text.round {
  border-radius: 10rem !important;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary{
  background-color: #172b46 !important;
  border: none;
}
.mb-0.firstsection {
  display: flex !important;
  justify-content: flex-end;
}

.maindiv {
  width: 20%;
}


button.fc-timeGridWeek-button.fc-button.fc-button-primary.fc-button-active{
  background-color: #2c385a !important;
  border: none;
}
button.fc-timeGridDay-button.fc-button.fc-button-primary.fc-button-active{
  background-color: #2c385a !important;
  border: none;
}

.fc .fc-button-group{
  border: none !important;
}

.fc .fc-more-popover {
  z-index: 8;
  position: absolute !important;
  top: 12% !important;
  left: 55% !important;
  overflow-y: scroll;
  height: 445px;
}
input.end {
  width: 25%;
  margin-right: 10px;
}

.modal-header.newpopupdesign {
  border: none;
  border-radius: 5px;
  display: inherit !important;
  padding: 4px 15px;
  border-radius: 4px;
  background: #172b46;
  color: #fff;
}

a.btn.btn-outline-success.btn-icon-text.round {
  border-radius: 10rem !important;
}

/* patient css */

.loaderbtn {
  top: 32px !important;
}

button#prev {
  padding: 6px !important;

}

button#next {
  padding: 6px !important;
}

button.resultbutton:hover {
  background-color: #3d5183 !important;
  color: #fff;

}

.waitingloading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  text-align: center;
  display: table;
  z-index: 99999;
  left: 0;
  display: none;
}
.waitingloading .loader {
  margin: auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 5px solid #418bd6;
  border-right: 5px solid #82c7f2;
  border-bottom: 5px solid #3d7ed2;
  border-left: 5px solid #82c7f2;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.waitingloading .loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
  animation: 1s linear infinite spinner-border;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    justify-content: center;
  }

  #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
    top: 15px;
    margin-left: -20px;
    box-shadow: 1px 1px 0px 0px rgba(52, 58, 64, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }

  #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
    top: 35px !important;
  }

  #topnav .navigation-menu>.has-submenu.active .menu-arrow {
    top: 32px;
  }

  #topnav .navigation-menu>li .submenu {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  }

  #topnav .navigation-menu>li .submenu li {
    position: relative;
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #343a40 !important;
    transition: all 0.3s;
  }

  #topnav .navigation-menu>li .submenu li a:hover {
    color: #396cf0 !important;
  }

  #topnav .navigation-menu>li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  #topnav .navigation-menu>li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  #topnav .navigation-menu>li .submenu>li .submenu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  #topnav .navigation-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }

  #topnav .navigation-menu>li:hover>.menu-arrow {
    border-color: #396cf0;
  }

  #topnav .navigation-menu>li:hover>a,
  #topnav .navigation-menu>li.active>a {
    color: #396cf0 !important;
  }

  #topnav .navigation-menu>li.last-elements .submenu {
    left: auto;
    right: 0;
  }

  #topnav .navigation-menu>li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }

  #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
    left: auto;
    right: 106%;
    margin-left: 0;
    margin-right: 10px;
  }

  #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu:before {
    transform: rotate(-45deg);
    right: -3px;
  }

  #topnav .navigation-menu.nav-light>li>a {
    color: rgba(255, 255, 255, 0.5);
  }

  #topnav .navigation-menu.nav-light>li.active>a {
    color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
    border-color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light>li:hover>a {
    color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }

  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-right {
    justify-content: flex-end !important;
  }

  #topnav .navigation-menu.nav-left {
    justify-content: flex-start !important;
  }

  #topnav .navigation-menu.nav-left>li.last-elements .submenu {
    left: auto;
    right: 0;
  }

  #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
    right: -5px;
  }

  #topnav .logo {
    margin-right: 30px;
  }

  #topnav .dropdowns {
    padding-left: 15px;
    margin-left: 15px;
  }

  #topnav .navbar-toggle {
    display: none;
  }

  #topnav #navigation {
    display: block !important;
  }

  #topnav.scroll {
    top: 0;
  }

  #topnav.scroll .navigation-menu>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #topnav.scroll-active .navigation-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #topnav .search-bar .menu-search input[type="text"], #topnav .search-bar .searchform input[type="text"] {
    width: 250px !important;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
    min-height: 74px;
  }

  #topnav .logo {
    padding: 3px 0 !important;
  }

  #topnav .logo .l-dark {
    display: inline-block !important;
  }

  #topnav .logo .l-light {
    display: none !important;
  }

  #topnav .container {
    width: auto;
  }

  #topnav #navigation {
    max-height: 400px;
  }

  #topnav .navigation-menu {
    float: none;
  }

  #topnav .navigation-menu>li {
    float: none;
  }

  #topnav .navigation-menu>li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #343a40 !important;
    transition: all 0.3s;
  }

  #topnav .navigation-menu>li .submenu.open {
    display: block;
  }

  #topnav .navigation-menu>li .submenu .submenu {
    display: none;
    list-style: none;
  }

  #topnav .navigation-menu>li .submenu .submenu.open {
    display: block;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li>ul {
    list-style: none;
    padding-left: 0;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
    display: block;
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }

  #topnav .navigation-menu>li>a {
    color: #343a40;
    padding: 10px 20px;
  }

  #topnav .navigation-menu>li>a:after {
    position: absolute;
    right: 15px;
  }

  #topnav .navigation-menu>li>a:hover,
  #topnav .navigation-menu>li .submenu li a:hover,
  #topnav .navigation-menu>li.has-submenu.open>a {
    color: #396cf0;
  }

  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }

  #topnav .navbar-header {
    float: left;
  }

  #topnav .dropdowns .login-btn-primary {
    display: inline-block !important;
  }

  #topnav .dropdowns .login-btn-light {
    display: none;
  }

  #topnav .has-submenu .submenu .submenu-arrow {
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }

  #topnav .has-submenu.active a {
    color: #396cf0;
  }

  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }

  #navigation.open {
    display: block;
    overflow-y: auto;
  }

  .loaderbtn {
    top: 32px !important;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 425px) {
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}

@media (max-width: 375px) {
  #topnav .dropdowns {
    margin: 0 0 0 10px;
  }
}

.sidebar-nav {
  padding: 15px 0;
  background-color: #fff;
  display: grid;
}

.sidebar-nav>.navbar-item {
  padding: 6.5px 15px;
}

.sidebar-nav>.navbar-item .navbar-link {
  color: #343a40 !important;
  font-size: 15px;
  font-weight: 500;
}

.sidebar-nav>.navbar-item .navbar-link .navbar-icon {
  font-size: 18px;
  margin-right: 6px;
}

.sidebar-nav>.navbar-item:hover .navbar-link, .sidebar-nav>.navbar-item.active .navbar-link {
  color: #80c342 !important;
}

.page-wrapper {
  height: 100vh;
  background-color: #f4e7e36b !important;
}

.page-wrapper.doctris-theme .sidebar-wrapper {
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-header,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #e9ecef;
}

.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-brand>a,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li a {
  color: #343a40;
  font-weight: 500;
}

.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:hover>a,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li.active>a,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:active>a,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:active>a:before,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:hover>a:before,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li.active>a:before,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-header .user-info,
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-brand>a:hover {
  color: #396cf0 !important;
}

.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-brand .logo-dark-mode {
  display: none;
}

.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-brand .logo-light-mode {
  display: inline-block;
}

.page-wrapper .sidebar-wrapper {
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

@media (min-width: 1025px) {
  .page-wrapper .sidebar-wrapper {
    z-index: 1000;
  }
}

@media (max-width: 1024px) {
  .page-wrapper .sidebar-wrapper {
    left: 0;
  }

  .coloroption {
    overflow: auto!important;
    display: flex;
}

.loaderbtn {
  position: relative;
  top: 52px!important;
  left: 25%;
}

button#prev {
  border: none;
  font-size: 9px;
  border-radius: 5px;
  background: #172b46;
  color: #fff;
  padding: 5px 8px;
}

button#next {
  border: none;
  font-size: 9px;
  border-radius: 5px;
  background: #172b46;
  color: #fff;
  padding: 5px 8px;
}

.p-4.profilenew {
  height: 590px;
}

span.noticheck {
  right: 8%!important;
}
}


@media (max-width:480px) {
  .mainsection {
    margin-top: 33%;
  }

  .loaderbtn {
    position: relative !important;
    top: 52px !important;
    left: 39% !important;
    width: 30%;
}

ul#myTab {
  display: flow-root;
}

.p-4.profilenew {
  height: 847px;
}

a.addbuttonnew {
  position: relative;
  top: -28px;
}

  button#prev {
    padding: 6px !important;
  }

  button#next {
    padding: 6px !important;
  }

  button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    font-size: 9px !important;
  }

  button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    font-size: 9px !important;
  }

  button.fc-timeGridDay-button.fc-button.fc-button-primary {
    font-size: 9px !important;
  }

  ul#myTab {
    flex-wrap: inherit;
    overflow-x: auto;
    display: flex;
  }

  .newboxchange li.nav-item {
    display: block;
    min-width: fit-content;
  }

  .providerpass {
    padding: 0px 20px;
}

.modal-body.detailPopup{
  overflow: auto;
}

table.table-responsive.table-center.bg-white.mb-0.mastertable{
  display: block!important;
}

.popbtn button#submit_ftr {
  font-size: 13px!important;
}

.popbtn button.btn.btn-outline-light.m-1 {
  font-size: 13px!important;
}

.modal-dialog-scrollable .modal-body{
  overflow-y:none!important;
}

.modal.show .modal-dialog {
  max-width: 40%!important;
}

h4#exampleModalLabel {
  font-size: 16px!important;
}

ul#myTab {
  justify-content: inherit!important;
}

}

@media (max-width: 425px) {
  .page-wrapper .sidebar-wrapper {
    width: 260px;
  }

  button#prev {
    font-size: 9px;
  }

  button#next {
    font-size: 9px;
  }
}

.page-wrapper .sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-wrapper .sidebar-wrapper a {
  text-decoration: none;
}

.page-wrapper .sidebar-wrapper .sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.page-wrapper .sidebar-wrapper .sidebar-content.desktop {
  overflow-y: hidden;
}

.page-wrapper .sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  height: 70px;
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a {
  font-weight: bold;
  flex-grow: 1;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a:focus {
  outline: none;
}

.page-wrapper .sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.page-wrapper .sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:hover>i::before {
  display: inline-block;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:focus {
  outline: none;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f8f9fa;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li:hover i, .page-wrapper .sidebar-wrapper .sidebar-menu li.active i {
  background-color: rgba(57, 108, 240, 0.1);
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
  content: "\F0142" !important;
  color: #343a40;
  font-family: 'Material Design Icons';
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 14px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
  transform: rotate(90deg);
  right: 17px;
  color: #b5c842;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
  display: none;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
  padding-left: 25px;
  font-size: 14px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
  content: "\F035F" !important;
  color: #343a40;
  font-family: 'Material Design Icons';
  margin-right: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .badge,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .label {
  float: right;
  margin-top: 0px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.label, .page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

.page-wrapper .page-content .top-header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  max-height: 70px;
  left: 0px;
  transition: all 0.3s;
}

.page-wrapper .page-content .top-header .header-bar {
  background: #ffffff;
  height: 71px;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

@media (max-width: 425px) {
  .page-wrapper .page-content .top-header .header-bar {
    padding: 24px 12px;
  }


.page-wrapper .page-content .top-header .header-bar .logo-icon {
  display: none;
}

  .page-wrapper .page-content .top-header .header-bar .logo-icon {
    display: block;
  }


.page-wrapper .page-content .top-header .header-bar .logo-icon .small {
  display: none;
}
}

@media (max-width: 767px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .small {
    display: block;
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big {
  display: none;
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-dark-mode {
  display: none;
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-light-mode {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .big {
    display: block;
  }

  .coloroption {
    overflow: auto!important;
    display: flex;
}

.loaderbtn {
  position: relative;
  top: 52px!important;
  left: 25%!important;
  width: 69px;
}

button#prev {
  border: none;
  font-size: 9px;
  border-radius: 5px;
  background: #172b46;
  color: #fff;
  padding: 5px 8px;
}

button#next {
  border: none;
  font-size: 9px;
  border-radius: 5px;
  background: #172b46;
  color: #fff;
  padding: 5px 8px;
}

.d-flex.align-items-center {
  display: block!important;
}

.card.features.feature-primary.rounded.shadow.p-4 {
  height: 98%;
}
}

.page-wrapper .page-content .top-header .header-bar .search-bar {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search form {
  position: relative;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="text"], .page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="text"] {
  box-shadow: none;
  padding: 12px 15px;
  height: 40px;
  font-size: 14px;
  display: block;
  width: 250px;
  outline: none !important;
  padding-right: 45px;
  opacity: 0.7;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="submit"], .page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 12px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.page-wrapper .page-content .layout-specing {
  padding: 94px 14px 24px !important;
  min-height: calc(100vh - 56px) !important;
  position: relative;
}

.d-md-flex.justify-content-between.checkbreadcum {
  position: relative;
  right: -26px;
  top: 83px;
  z-index: 99;
}

.breadcrumb .breadcrumb-item a.active {
  color: #060606;
}


@media (max-width: 425px) {
  .page-wrapper .page-content .layout-specing {
    padding: 94px 0 24px !important;
  }
}

@media screen and (min-width: 1025px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}

.page-wrapper.toggled .top-header {
  left: 301px;
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .top-header {
    left: 0;
  }
  .page-wrapper.toggled .sidebar-wrapper {
    left: -300px;
  }
}

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 15px !important;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-150 {
  padding: 150px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-profile {
  padding: 80px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-dashboard {
  padding: 40px 0 30px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
  background: #f4e7e36b !important;
  min-height: 100vh !important;
}

input.providerpanel {
  background-color: #172b46 !important;
  border: none !important;
}

input.providerpanel:hover {
  background-color: #2c385a !important;
}

input.providerreset {
  border: 1px solid #dee2e6 !important;
  color: #343a40 !important;
  background-color: transparent !important;
  box-shadow: inherit;
}

input.providerreset:hover {
  background-color: #f8f9fc !important;
  border: 1px solid #dee2e6 !important;
  color: #343a40 !important;
}

.bg-hero {
  padding: 100px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.dr-profile-img {
  position: absolute;
  bottom: 0;
}

@media (max-width: 425px) {
  .dr-profile-img {
    position: relative;
    padding: 24px;
  }
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  border: 1px solid #ced4da;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
  width: 30%;
}

.home-slider .carousel-control-next {
  right: 8px;
}

.home-slider .carousel-control-prev {
  left: 8px;
}

.carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 30px;
  background: rgba(57, 108, 240, 0.5) !important;
  transition: all 0.5s ease;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  padding: 0;
}

.carousel-indicators .active {
  background: #396cf0 !important;
  border-color: #396cf0;
}

@media (max-width: 767px) {
  .bg-home, .bg-half-170, .bg-half-260, .main-slider .slides .bg-slider {
    padding: 150px 0;
    height: auto;
  }
}

.features.feature-primary .title:hover {
  color: #396cf0 !important;
}

.features.feature-primary .icon {
  color: #172b46 !important;
  background-color: rgba(57, 108, 240, 0.05) !important;
  padding: 25px;
  font-size: 25px;
}

.features.feature-primary .link {
  color: #396cf0 !important;
}

.features.feature-bg-primary:hover {
  background-color: #396cf0 !important;
}

.features.feature-secondary .title:hover {
  color: #5a6d90 !important;
}

.features.feature-secondary .icon {
  color: #5a6d90 !important;
  background-color: rgba(90, 109, 144, 0.05) !important;
}

.features.feature-secondary .link {
  color: #5a6d90 !important;
}

.features.feature-bg-secondary:hover {
  background-color: #5a6d90 !important;
}

.features.feature-success .title:hover {
  color: #53c797 !important;
}

.features.feature-success .icon {
  color: #53c797 !important;
  background-color: rgba(83, 199, 151, 0.05) !important;
}

.features.feature-success .link {
  color: #53c797 !important;
}

.features.feature-bg-success:hover {
  background-color: #53c797 !important;
}

.features.feature-warning .title:hover {
  color: #f1b561 !important;
}

.features.feature-warning .icon {
  color: #f1b561 !important;
  background-color: rgba(241, 181, 97, 0.05) !important;
}

.features.feature-warning .link {
  color: #f1b561 !important;
}

.features.feature-bg-warning:hover {
  background-color: #f1b561 !important;
}

.features.feature-info .title:hover {
  color: #64c2f1 !important;
}

.features.feature-info .icon {
  color: #64c2f1 !important;
  background-color: rgba(100, 194, 241, 0.05) !important;
}

.features.feature-info .link {
  color: #64c2f1 !important;
}

.features.feature-bg-info:hover {
  background-color: #64c2f1 !important;
}

.features.feature-danger .title:hover {
  color: #f0735a !important;
}

.features.feature-danger .icon {
  color: #f0735a !important;
  background-color: rgba(240, 115, 90, 0.05) !important;
}

.features.feature-danger .link {
  color: #f0735a !important;
}

.features.feature-bg-danger:hover {
  background-color: #f0735a !important;
}

.features.feature-dark .title:hover {
  color: #343a40 !important;
}

.features.feature-dark .icon {
  color: #343a40 !important;
  background-color: rgba(52, 58, 64, 0.05) !important;
}

.features.feature-dark .link {
  color: #343a40 !important;
}

.features.feature-bg-dark:hover {
  background-color: #343a40 !important;
}

.features.feature-muted .title:hover {
  color: #8492a6 !important;
}

.features.feature-muted .icon {
  color: #8492a6 !important;
  background-color: rgba(132, 146, 166, 0.05) !important;
}

.features.feature-muted .link {
  color: #8492a6 !important;
}

.features.feature-bg-muted:hover {
  background-color: #8492a6 !important;
}

.features.feature-light .title:hover {
  color: #f8f9fc !important;
}

.features.feature-light .icon {
  color: #f8f9fc !important;
  background-color: rgba(248, 249, 252, 0.05) !important;
}

.features.feature-light .link {
  color: #f8f9fc !important;
}

.features.feature-bg-light:hover {
  background-color: #f8f9fc !important;
}

.features.feature-footer .title:hover {
  color: #202942 !important;
}

.features.feature-footer .icon {
  color: #202942 !important;
  background-color: rgba(32, 41, 66, 0.05) !important;
}

.features.feature-footer .link {
  color: #202942 !important;
}

.features.feature-bg-footer:hover {
  background-color: #202942 !important;
}

.features {
  transition: all 0.5s ease;
}

.features .icon {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.features .big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.05;
  font-size: 120px;
}

.features .titles,
.features .icons,
.features .para,
.features .big-icon {
  transition: all 0.5s ease;
}

.features:hover .titles,
.features:hover .icons,
.features:hover .big-icon {
  color: #ffffff !important;
}

.features:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #396cf0;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #396cf0;
  -webkit-text-fill-color: #396cf0;
}

.cta-review {
  position: relative;
  top: 220px;
}

.chat .chat-list:hover, .chat .chat-list.active, .chat .chat-list:focus {
  background: #f8f9fc !important;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
}

.chat .chat-list .on-off,
.chat .chat-type .on-off {
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 12px !important;
}

.chat.chat-person .on-off {
  font-size: 10px;
}

.chat.chat-person .chat-msg {
  margin-left: 8px;
}

.chat.chat-person .chat-msg .msg {
  border: 1px solid #e9ecef;
}

.chat.chat-person .chat-msg .msg-time {
  font-size: 12px !important;
}

.chat.chat-person .chat-right {
  justify-content: flex-end;
  text-align: right;
}

.chat.chat-person .chat-right .chat-user-image {
  order: 2;
}

.chat.chat-person .chat-right .chat-user-image .on-off {
  right: -1px;
}

.chat.chat-person .chat-right .chat-msg {
  margin-right: 8px;
  margin-left: 0;
}

.chat.chat-person .chat-right .chat-msg .msg {
  display: inline-block;
}

.chat.chat-person .chat-right .chat-msg .msg-time {
  display: block;
}

.team {
  transition: all 0.5s;
}

.team .team-img .team-social {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-50px);
}

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

.team .content,
.team .content .title,
.team .content .speciality {
  transition: all 0.5s;
}

.team .team-person img {
  transition: all 0.5s;
}

.team .team-person .team-like {
  position: absolute;
  top: 10px;
  right: 10px;
}

.team .team-person:hover img {
  transform: scale(1.05);
}

.team:hover .team-img .team-social {
  opacity: 1;
  transform: translateX(0px);
}

.team:hover .content {
  background: #396cf0 !important;
}

.team:hover .content .title {
  color: #ffffff !important;
}

.team:hover .content .speciality {
  color: rgba(255, 255, 255, 0.5) !important;
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(57, 108, 240, 0.5) !important;
  transition: all 0.5s ease;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  padding: 0;
}

.tns-nav button.tns-nav-active {
  background: #396cf0 !important;
  border-color: #396cf0;
}

.tiny-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.tiny-timeline:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 17px;
  left: 0;
  height: 2px;
  background: #396cf0;
}

.tiny-timeline .item-box {
  margin: 70px 15px;
}

.tiny-timeline .item-box:before, .tiny-timeline .item-box:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #396cf0;
}

.tiny-timeline .item-box:before {
  width: 2px;
  height: 46px;
  top: -46px;
  transform: translateX(-50%);
}

.tiny-timeline .item-box:after {
  width: 13px;
  height: 13px;
  top: -59px;
  border-radius: 3px;
  transform: translateX(-50%) rotate(45deg);
}

.slick-slider {
  overflow-x: hidden !important;
  cursor: pointer;
}

.blog.blog-primary .tag {
  background: #396cf0 !important;
}

.blog.blog-primary .title:hover {
  color: #396cf0 !important;
}

.blog.blog-primary .link {
  color: #396cf0 !important;
}

.blog.blog-primary .post-meta .like:hover,
.blog.blog-primary .post-meta .comments:hover {
  color: #396cf0 !important;
}

.blog.blog-secondary .tag {
  background: #5a6d90 !important;
}

.blog.blog-secondary .title:hover {
  color: #5a6d90 !important;
}

.blog.blog-secondary .link {
  color: #5a6d90 !important;
}

.blog.blog-secondary .post-meta .like:hover,
.blog.blog-secondary .post-meta .comments:hover {
  color: #5a6d90 !important;
}

.blog.blog-success .tag {
  background: #53c797 !important;
}

.blog.blog-success .title:hover {
  color: #53c797 !important;
}

.blog.blog-success .link {
  color: #53c797 !important;
}

.blog.blog-success .post-meta .like:hover,
.blog.blog-success .post-meta .comments:hover {
  color: #53c797 !important;
}

.blog.blog-warning .tag {
  background: #f1b561 !important;
}

.blog.blog-warning .title:hover {
  color: #f1b561 !important;
}

.blog.blog-warning .link {
  color: #f1b561 !important;
}

.blog.blog-warning .post-meta .like:hover,
.blog.blog-warning .post-meta .comments:hover {
  color: #f1b561 !important;
}

.blog.blog-info .tag {
  background: #64c2f1 !important;
}

.blog.blog-info .title:hover {
  color: #64c2f1 !important;
}

.blog.blog-info .link {
  color: #64c2f1 !important;
}

.blog.blog-info .post-meta .like:hover,
.blog.blog-info .post-meta .comments:hover {
  color: #64c2f1 !important;
}

.blog.blog-danger .tag {
  background: #f0735a !important;
}

.blog.blog-danger .title:hover {
  color: #f0735a !important;
}

.blog.blog-danger .link {
  color: #f0735a !important;
}

.blog.blog-danger .post-meta .like:hover,
.blog.blog-danger .post-meta .comments:hover {
  color: #f0735a !important;
}

.blog.blog-dark .tag {
  background: #343a40 !important;
}

.blog.blog-dark .title:hover {
  color: #343a40 !important;
}

.blog.blog-dark .link {
  color: #343a40 !important;
}

.blog.blog-dark .post-meta .like:hover,
.blog.blog-dark .post-meta .comments:hover {
  color: #343a40 !important;
}

.blog.blog-muted .tag {
  background: #8492a6 !important;
}

.blog.blog-muted .title:hover {
  color: #8492a6 !important;
}

.blog.blog-muted .link {
  color: #8492a6 !important;
}

.blog.blog-muted .post-meta .like:hover,
.blog.blog-muted .post-meta .comments:hover {
  color: #8492a6 !important;
}

.blog.blog-light .tag {
  background: #f8f9fc !important;
}

.blog.blog-light .title:hover {
  color: #f8f9fc !important;
}

.blog.blog-light .link {
  color: #f8f9fc !important;
}

.blog.blog-light .post-meta .like:hover,
.blog.blog-light .post-meta .comments:hover {
  color: #f8f9fc !important;
}

.blog.blog-footer .tag {
  background: #202942 !important;
}

.blog.blog-footer .title:hover {
  color: #202942 !important;
}

.blog.blog-footer .link {
  color: #202942 !important;
}

.blog.blog-footer .post-meta .like:hover,
.blog.blog-footer .post-meta .comments:hover {
  color: #202942 !important;
}

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

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
  box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #343a40;
  font-size: 15px;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #396cf0;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud>a {
  background: #f8f9fa;
  color: #343a40;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  transition: all 0.5s ease;
  font-weight: 600;
}

.sidebar .widget .tagcloud>a:hover {
  background: #396cf0;
  color: #ffffff;
}

.pharpachy-categories .category-title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.fc-event-title-container,
#external-events .fc-event {
  cursor: pointer;
  margin: 4px 2px;
}

#external-events .fc-event .fc-event-main {
  padding: 5px;
}

.fc .fc-non-business {
  background-color: transparent;
}

.fc .fc-daygrid-day-number {
  padding: 5px;
  font-weight: 600;
}

.fc .fc-col-header-cell-cushion {
  padding: 8px 4px !important;
}

.fc .fc-scrollgrid-liquid {
  border-radius: 5px !important;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #e9ecef !important;
}

.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 13px !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
  margin: auto 8px 4px;
}



.fc-daygrid-dot-event {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.fc-daygrid-dot-event:hover {
  background-color: #e9ecef;
}

.fc .fc-button {
  padding: 4px 8px;
  font-size: 13px !important;
  background-color: #396cf0 !important;
  border: 1px solid #172b46 !important;
  color: #ffffff !important;
  text-transform: capitalize !important;
}

button.fc-today-button.fc-button.fc-button-primary{
  background: #172b46 !important;
  border: #172b46 !important;
  color: #fff !important;
}

.fc .fc-button:disabled, .fc .fc-button:disabled:hover, .fc .fc-button:disabled:focus, .fc .fc-button:disabled:active, .fc .fc-button:disabled.active, .fc .fc-button:disabled.focus {
  background-color: #172b46 !important;
  border: #172b46 !important;
  color: #fff !important;
}

.fc .fc-button:hover, .fc .fc-button:focus, .fc .fc-button:active, .fc .fc-button.active, .fc .fc-button.focus {
  background-color: #172b46 !important;
  border-color: #172b46 !important;
}

.fc .fc-button:focus {
  box-shadow: none !important;
}

.fc .fc-icon {
  font-size: 16px !important;
}

#calendar {
  max-width: 1240px;
}

.shop-list .shop-image .shop-icons,
.shop-list .shop-image .qty-icons {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}

.shop-list .shop-image .shop-icons {
  top: 15px;
  left: 15px;
  z-index: 2;
}

.shop-list .shop-image .qty-icons {
  bottom: 15px;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100px);
}

.shop-list .shop-image:hover .shop-icons,
.shop-list .shop-image:hover .qty-icons {
  opacity: 1;
}

.shop-list .shop-image:hover .qty-icons {
  transform: translateY(0);
}

.shop-list .content .product-name {
  transition: all 0.5s ease;
}

.shop-list .content .product-name:hover {
  color: #396cf0 !important;
}

.shop-list .label {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-left: 16px;
}

.error {
  margin: 0px !important;
}

@media (max-width: 1024px) {
  .shop-list .qty-btn {
    padding-left: 0;
  }
}

.error {
  margin: 8px 0px;
  color: #f0735a;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message,
#success_page {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}

.error_message {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 2px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 2px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}

#success_page p {
  margin-bottom: 0 !important;
}

.simplebar-track.simplebar-vertical {
  width: 8px !important;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 4px !important;
  background: #adb5bd !important;
}

footer {
  padding: 60px 0 24px;
  position: relative;
  color: #adb5bd;
}

footer .text-foot {
  color: #adb5bd;
}

footer .footer-head {
  font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: 500;
}

footer .footer-list {
  margin-bottom: 0;
}

footer .footer-list li {
  margin-bottom: 10px;
}

footer .footer-list li a {
  transition: all 0.5s ease;
}

footer .footer-list li a:hover {
  color: #e6e8ea;
}

footer .footer-list li:last-child {
  margin-bottom: 0;
}

footer .footer-bar, footer.footer-bar {
  border-top: 1px solid #2a3656;
}

/*# sourceMappingURL=style.css.map */




/* admin dashboard panel ui changes*/



.row.buttonchange.clearfix {

  text-align: right;
  justify-content: right;
}

.newboxchange.shadow.rounded {
  border-bottom: 3px solid#E1A991 !important;
  /* border: 1px solid rgba(0, 0, 0, 0); */

}

.row.clearfix .btn {
  padding: 3px 10px !important;
  border-radius: 100px;
  font-size: 12px;

}

th.border-bottom.p-3 {
  font-size: 12px;
}

td.p-3 {
  font-size: 12px;
}

.avatar.avatar-md-sm {
  height: 40px;
  width: 40px;
}

.btn.btn-icon {
  height: 26px;
  width: 26px;
  line-height: 24px;
  padding: 0;
}

a.deletebtn {
  padding: 4px !important;
}


.simplebar-content {
  background: #fff;
}

.emailsection {
  border-radius: 5px !important;
  font-size: 13px;
  padding: 0.375rem 0.75rem;
  border: inherit;
  /* margin: 10px 0px; */
  border: 1px solid #172b4661;
}

a.collapsed {
  color: #172b46 !important;
}

.modal-content.validationbox {
  width: 60%;
  text-align: center;
  left: 22%;
  top: 90px;
}

button.deletbtn {
  background-color: #c1c1c1 !important;
  color: #fff;
  border-radius: 4px;
  font-size: 16px !important;
  padding: 9px 25px;
  border: none !important;
  margin-right: 10px;
  margin-top: -3px;

}

button.confirm {
  border: none;
  background-color: rgb(221 104 83);
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  font-size: 16px;

}

.confirm {
  background-color: rgb(221 104 83);
  border: 1px solid rgb(221 104 83) !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgb(90 109 144 / 30%);
}

h2.headlinecheck {
  margin: 25px 0px;
}

p.massagecheck {
  margin: 20px;
  font-size: 18px;
}

i.bi.bi-exclamation-circle {
  font-size: 100px;
  color: #f8bb86;
}

h2.headline {
  margin: 15px 0px;
}

p.massageline {
  margin: 25px;
}

.ui-timepicker-container.ui-timepicker-standard {
  z-index: 99999 !important;
}

textarea.cancel_appo {
  width: 100%;
  margin-top: 15px;
}

textarea.reject {
  width: 100%;
 }
.btn.btn-link.bttn-collsp {
  color: #161c2d;
  font-family: 'Inter';
  font-weight: 600;
  width: 100%;
  text-align: left;
}

#accordionExample .card .collapse {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* call log popup */




/* e-prescription page design */

button.tabingnew {
  padding: 10px 4px;
  font-size: 14px;
}

.nav-tabs .nav-link.active {
  background: #172b46 !important;
  color: #fff !important;
  border-color: none !important;
  margin: inherit !important;
  padding: 8px 4px!important;
}

.nav-tabs .nav-link {
  color: #000;
}

div.tab-pane {
  padding: 10px 20px 15px;
  margin: 5px 0px 0px;
  max-height: 400px;
}

a.iconadd {
  background: #172b46;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
}

p.headname {
  font-size: 20px;
  font-weight: 600;
  color: #172b46;
}

h4#exampleModalLabel {
  color: #fff;
}

button.closebtnnew {
  border: none;
  background: #172b46;
  font-size: 31px;
  color: #fff;
}

.colorchange {
  padding: 10px 15px;
  background: #fff;
  color: #172b46;
}

.newboxchange li.nav-item {
  font-size: 15px!important;
  padding: 0px 3px!important;
}



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

input.hasDatepicker {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  background-color: #ffffff;
}

textarea.textarealong {
  height: 150px !important;
}

.cke_reset {
  width: 100% !important;
}

ul#myTab {
  align-items: center;
  overflow-x: scroll;
  flex-wrap: inherit;
}

.newboxchange ul.nav-tabs .nav-link {
  color: #000;
  padding: 0px 7px;
  margin: 8px 0px;
  font-size: 14px;
}


/* my health profile page CSS START */

.modal {
  position: fixed !important;
}

.modal-footer.popbtn {
  border-top: none!important;
  padding: 10px 32px!important;
}



/* chat massage */




a.page-link {
  padding: 7px 15px;
}

div#paginationContent {
  margin-bottom: 10px;
}

img.logo-light-mode {
  margin-top: 10px;
}



span.ui-icon.ui-icon-circle-triangle-e {

  display: contents!important;
  font-size: 12px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  background: #fff;
  padding: 2px 0px;
}

.ui-datepicker .ui-datepicker-next{
background: #fff;
  padding: 2px 0px;
}


span.ui-icon.ui-icon-circle-triangle-w {
  display: contents!important;
  font-size: 12px;
  background: #fff;
}

ul.pagination.justify-content-center.mb-0.mt-3.mt-sm-0 {
  margin-left: 10px;
}

table.table-responsive.table-center.bg-white.mb-0.mastertable {
  display: inline-table;
}

.newboxchange .table tr th {
  background-color: #4CAF50 !important;
  color: white;
}

tr td.runicon i.ri-run-line {
  background: #000;
  color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  /* padding: 0px; */
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-right: 5px;
}

td{
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 991px){
  .loaderbtn {
    left: 32%!important;
}
}

/* headdropmenu */

.downdrop {
  position: absolute;
  top: 21px;
  right: 70px;
  border: none;
}

svg.svg-inline--fa.fa-envelope {
    color: #396cf0;
    padding: 5px;
    border-radius: 50%;
    background-color: rgba(57, 108, 240, 0.1) !important;
    border: 1px solid rgba(57, 108, 240, 0.1) !important;
    color: #396cf0 !important;
    box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
}

button.downdrop {
  background: none;
}

ul.dropdown-menu.show {
  padding: 12px;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgb(131 131 133 / 30%);
}

span.noticheck {
  background: #f00;
  color: #fff;
  font-weight: 600;
  padding: 1px 7px;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  right: 5%;
  top: 15%;
}

.total svg.svg-inline--fa.fa-dollar-sign {
  font-size: 40px;
}

.current svg.svg-inline--fa.fa-dollar-sign {
  font-size: 40px;
}

h2.total {
  line-height: 0px;
  margin: 0px;
  font-size: 37px;
  color: #80c342;
}

h2.current {
  line-height: 0px;
  margin: 0px;
  font-size: 37px;
  color: #80c342;
}


.total svg.svg-inline--fa.fa-dollar-sign {
  font-size: 46px;
  padding: 19px 5px 0px 5px;
}

.current svg.svg-inline--fa.fa-dollar-sign {
  font-size: 46px;
  padding: 19px 5px 0px 5px;
}

.boxname p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  display: grid;
}
label#mobile-error {
  position: absolute;
  top: 55px;
  /* right: 26px; */
}

label#country_code-error {
  position: absolute;
  top: 56px;
  left: 16px;
}

 span#toggle_pwd {
    position: absolute;
    right: 0px;
    top: 15px;
}
div#password-strength-status {
    color: #f00;
    margin-top: -11px;
}

.medium-password {
    color: rgb(231, 204, 24)  !important;
}

.weak-password {
    color: #f00 !important;
}

.strong-password {
    color: #0c830c !important;
}



.dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  top: 42px !important;
right: 0 !important;
left: initial !important;
transform: initial !important;
}
span.noticheck {
  border-radius: 100%;
  top: 15%;
  width: 22px;
  height: 22px;
}

button.btn.btn-primary:hover {
  background: #80c342 !important;
  color: #fff;
  border: 1px solid #80c342!important;
}

.profilebox{
  border-bottom: 3px solid #80c342 !important;
}

input.submitbuttonok {
  background: #172b46 !important;
  border: none !important;
  color: #fff !important;
}

input.submitbuttonok:hover {
  background: #80c342 !important;
  border: #80c342 !important;
  color: #fff !important;
}

input.oldpasswordinput {
  border-radius: 5px;
}

input.newpasswordinput {
  border-radius: 5px;
}

input.confirmpasswordinput {
  border-radius: 5px;
}
span#toggle_pwd {
  position: absolute!important;
  right: 25px!important;
  top: 27px;
  font-size: 12px;
}
span#toggle_pwdss {
  position: absolute;
  right: 25px!important;
  top: 27px;
  font-size: 12px;
}
span#toggle_pwds {
  position: absolute;
  right: 25px!important;
  top: 27px;
  font-size: 12px;
}

h5.maintagline {
  font-size: 24px !important
  ;

}

.card.features.feature-primary.rounded.shadow.p-4 {
  border-bottom: 3px solid#80c342 !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.card.shadow.p-4.graphsection {
  border-bottom: 3px solid#80c342 !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #80c342 !important;
}
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:hover>a, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li.active>a, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:active>a, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:active>a:before, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li:hover>a:before, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li.active>a:before, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-header .user-info, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-brand>a:hover {
  color: #80c342 !important;
}

.text-dark {
  color: #172b46 !important;
}
.page-wrapper.doctris-theme .sidebar-wrapper .sidebar-header .user-info .user-role, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-header .user-info .user-status, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-brand>a, .page-wrapper.doctris-theme .sidebar-wrapper .sidebar-menu li a {
  color: #172b46;
  font-weight: 500;
}

.dropdown-menu.dd-menu.dropdown-menu-end.bg-white.shadow.border-0.mt-3.py-3.show{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 1px !important;

}

.btn.btn-icon {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 1px !important;
  background-color: inherit !important;
  border: inherit !important;
  color: #80c342 !important;
}

.simplebar-mask{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 1px !important;
  border-radius: 5px;
}

.page-wrapper .page-content .top-header .header-bar {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 1px !important;
}

.page-wrapper.doctris-theme .sidebar-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 1px !important;
}

img.logo-light-mode {
  margin-top: 0px;
}

div#chart_div {
  margin-top: 0px !important;
  padding-top: 93px;
  color: #ccc !important;
}
.pagination .page-item.active .page-link {
  background: #172b46 !important;
  border-color: #172b46;
}


/*---------------=designing work start-------------*/

/* .nav-pills .nav-link.active {
    background: red;
    color: #ffffff !important;
} */

.features.feature-primary .icon{
  color: #80c342 !important;
}

input.providerold {
  border-radius: 5px;
}
input.providernew {
  border-radius: 5px;
}
input.providerconfirm {
  border-radius: 5px;
}
.providerpass label.control-label {
  font-size: 13px;
}

.downdrop i.fa-regular.fa-envelope {
  color: #80c342;
}
span.noticheck {
  border-radius: 100%;
  top: 26%;
  width: 22px;
  height: 22px;
}
.downdrop {
    position: absolute;
    top: 30px;
    right: 70px;
    border: none;
}
svg.svg-inline--fa.fa-envelope {
  color: #80c342 !important;
}

.features h5 {
  color: #172b47;
}

.col-xl-9 h5{
  color: #172b47;
}

.btn.btn-outline-light {
  border: 1px solid #172b46!important;
  color: #fff !important;
  background-color: #172b46;
}

.btn.btn-outline-light:hover {
  border: 1px solid #80c342!important;
  color: #fff;
  background-color: #80c342 !important;
}

button.btn.btn-primary {
  background: #172b46 !important;
  border: 1px solid #172b46 !important;
}

button.btn.btn-primary:hover{
  background: #80c342;
  color: #fff;
  border: 1px solid #80c342!important;
}

.row.clearfix .btn {
  padding: 3px 10px !important;
  border-radius: 5px;
  font-size: 12px;
  background: #172b46;
  border: 1px solid#172b46;
  color: #fff;
}

.row.clearfix .btn:hover{
  background: #80c342;
  border: 1px solid#80c342;
  color: #fff;
 border-radius: 5px;
}
.justify-content-between {
  color: #172b46;
}
.breadcrumb .breadcrumb-item a {
  color: #172b46;
}
.breadcrumb .breadcrumb-item.active {
  color: #80c342;
}

.panel .panel-title a:hover {
  color: #80c342;
}
.newboxchange.shadow.rounded {
  border-bottom: 3px solid #80c342 !important;
}
.btn-secondary {
  background-color: #172b47!important;
  border: 1px solid #172b47!important;
  color: #ffffff !important;
}
.btn-secondary:hover{
  background-color: #80c342!important;
  border: 1px solid #80c342!important;
  color: #ffffff !important;

}

.text-muted {
 font-size: 14px !important;
}

.rewardpage {
  padding: 16px;
}

.reward_div select{
  width: 40%;
  background-color: #172b47 !important;
  border: 1px solid #172b47 !important;
  color: #ffffff !important;
}
.reward_type option{
  width: 58%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 1px !important;
  background-color: #fff !important;
  color: #000 !important;
}

.dropdown-menu.newone {
  top: 42px !important;
  left: 42px !important;
  width: 40%;
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 1px !important;
}

.addmin .add a {
  background: #172b47;
  border-radius: 100%;
  height: 32px;
  width: 31px;
  color: #ffff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 5px; */
}

.addmin .add a:hover {
  background: #80c342;
  border-radius: 100%;
  height: 32px;
  width: 31px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 5px; */
}

.addmin .minus {
  background: #172b47;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.buttonsection {
  text-align: right;
}

button.btn.btn-primary.popupnew {
  background: none !important;
  border: none !important;
  color: #172b47 !important;
  padding: 0;
  box-shadow: none;
}

.rewardpage button#dropdownMenuButton1 {
  font-size: 12px;
  padding: 2px 10px;
}

.popupnew i.bi.bi-paperclip:hover{
  color: #80c342;
}

.previewbutton:hover{
  color: #80c342 !important;
}

.custom-file-input {
  display: none;
}

.rewardpage button.attachfile {
  border: none;
  padding: 0px;
  background: none;
}

.newrewardpage input {
  border: 1px solid#ccc;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  padding: 5px;
  font-size: 12px;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #80c342;
  border-color: #80c342;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.modal-content{
  border: none !important;
}

button.btn-close.ms-auto.p-2 {
  font-size: 12px;
}

.modal-header {
  margin-bottom: 0px;
  padding: 0px 10px 7px 10px !important;
}

.modal-footer.popbtn {
  border-top: none!important;
  padding: 10px 6px!important;
}

.modal-footer {
  padding: 3px 7px;
}

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

.mypage_ui_design.bg-white.table{
  padding: 10px 20px;
}

/* .modal-body {
  padding: 5px 10px !important;
} */

.modal-body p {
font-weight: 500;
}

.modal-header{
  margin-bottom: 10px;
  padding: 5px 10px;
}

textarea.reject {
  width: 100%;
  border: 1px solid #e3dddd;
  border-radius: 4px;
  height: 70px;
}

.modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable{
  max-width: 40%;
}

.modal-dialog.modal-lg.modal-dialog-centered {
  max-width: 40%;
}

.btn{
  padding: 3px 15px;
  font-size: 14px;
 }


/*-----------my css----------*/

.multigraph {
  width: 380px;
  height: 200px;
  position: relative;
  top: 0px;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 0 5px rgb(58 58 64 / 21%) !important;
  border-bottom: 3px solid #80c342;
}

.multigraph:before {
  content: '';
  width: 300px;
  height: 150px;
  position: absolute;
  border: 30px solid rgba(0, 0, 0, 0.1);
  border-radius: 300px 300px 0 0;
  border-bottom: none;
}

span.tooltip {
  font-size: 25px;
  opacity: 1;
  position: absolute;
  top: 63%;
  left: 43%;
  font-weight: 600;
}

/*---------my css-------*/
.graphpage {
  position: relative;
}

.graphdetail p {
  align-items: center;
  display: flex;
  font-size: 22px;
  margin: 0px;
  font-weight: 600;
}

.graphdetail i {
  font-size: 26px;
  margin-right: 7px;
  color: #80c342;
}

.graphpage .col-md-6 {
  display: flex;
  align-items: center;
}

.weekpoint {
  margin-top: 4%;
}

.weekpoint table{
  width: 100%;
}

.weekpoint .weekname {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.weekpoint tr td i.ri-run-line {
  font-size: 20px !important;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 0px 5px;
  height: 30px;
  width: 30px;
  margin-right: 12px;
}

.runicon{
  display: flex;
  align-items: center;
}

.activechat p.weekname {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.activeopen p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.activechat .activeopen {
  background: #fff;
  box-shadow: 0 0 5px rgb(52 58 64 / 29%) !important;
  padding: 5px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #80c342;
  border-radius: 4px;
}

.activechat .activeopens {
  background: #fff;
  box-shadow: 0 0 5px rgb(52 58 64 / 29%) !important;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border-bottom: 2px solid #86c64b;
}

.texts{
  width:100%;
}

.iconbut i {
  font-size: 30px;
  background: #000;
  color: #fff;
  padding: 4px 4px;
  border-radius: 4px;
  transition: 0.3s;
}

.activeopen:hover .iconbut i {
  font-size: 30px;
  background: #80c342;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.texts p strong {
  color: #80c342;
  font-size: 16px;
  font-weight: 600;
}

.activeopens img {
  width: 30%;
}

.awardimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.currentstrick p {
  font-size: 18px;
  text-align: center;
  margin: 0px;
  font-weight: 600;
}

p.streakpoint {
  color: #80c342;
  font-weight: 700;
  margin: 0px;
}

.currentstrick{
  /* background: #ccc; */
  padding: 15px 10px;
  margin: 3px 43px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgb(52 58 64 / 29%) !important;
}

/*---------my css-------*/

.graph {
  width: 300px;
  height: 150px;
  position: absolute;
  overflow: hidden;
}

.graph:before,
.graph:after {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 100%;
  border: 30px solid #172b46;
  content: '';
  border-radius: 0 0 300px 300px;
  border-top: none;
  animation: demo 3s;
  transform-origin: center top;
}

.graph:after {
  transform: rotate(150deg);
}

@keyframes demo {
  0% {
      transform: rotate(0deg)
  }

  50% {
      transform: rotate(180deg)
  }
}

.historynew i {
  font-size: 25px;
  background: #ffde92;
  color: #ffb200;
  padding: 4px 11px;
  margin: 0px 10px 0px 0px;
  border-radius: 4px;
}

.historynews i {
  font-size: 25px;
  background: #bfffaf;
  color: #27c100;
  padding: 4px 11px;
  margin: 0px 10px 0px 0px;
  border-radius: 4px;
}

.historytab{
  -ms-overflow-style: none;
  scrollbar-width: none
}

.historytab::-webkit-scrollbar{
  display: none;
}

.historynew p {
  margin: 0px;
}

svg.svg-inline--fa.fa-circle-check {
  font-size: 25px;
  background: #bfffaf;
  color: #27c100;
  padding: 9px 10px;
  margin: 0px 10px 0px 0px;
  border-radius: 4px;
}

.historytab td {
  padding: 10px 0px 5px 0px;
}

.newtdchange td {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}



.counter {
  animation: counter 5s ease-out;
  animation-fill-mode: forwards;
  counter-reset: num var(--percentage);
}

.counter::after {
  content: counter(num) "%";
}

@keyframes counter {
  from {
      --percentage: 0;
  }

  to {
      --percentage: var(--counter-end);
  }
}

.percentage-chart {
  width: 130px;
  height: 130px;
  position: relative;
}

.percentage-chart-bg {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 3;
}

.percentage-chart-stroke {
  fill: none;
  stroke-width: 3;
  stroke: #80c342;
  stroke-linecap: round;
  animation: progress 5s ease-out forwards;
}

.counter {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  color: #80c342;
  transform: translate3d(-50%, -50%, 0);
}

@keyframes progress {
  0% {
      stroke-dasharray: 0 100;
  }
}

/** Optional styling **/

.time-breakdown {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.time-breakdown-chart {
  display: flex;
}

.time-breakdown-chart p {
  margin: 6px 0 0 0;
  color: #909090;
  font-size: 14px;
}

.time-breakdown-chart h4 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.percentage-chart-meeting .percentage-chart-stroke {
  stroke: #172b46;
}

.percentage-chart-distraction .percentage-chart-stroke {
  stroke: #f74141;
}

.percentage-chart-meeting .counter {
  color: #ff9e00;
}

.percentage-chart-distraction .counter {
  color: #f74141;
}

.chart-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
}

.healthimg svg.svg-inline--fa.fa-person-running {
  font-size: 200px;
  padding: 19px 30px;
  border-radius: 5px;
  color: #172b46;
  box-shadow: 0 0 5px rgb(58 58 64 / 21%) !important;
  margin: 2px;
}

.tagname p.weekname {
  font-size: 18px;
  font-weight: 600;
}

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

.healthdetail p {
  font-size: 18px;
  font-weight: 600;
}

.healthdetail p span {
  color: #80c343;
  font-weight: 600;
  font-size: 18px;
}

td.runicon span {
  font-size: 14px;
  font-weight: 500;
}

.weekpoint td {
  font-size: 14px;
  font-weight: 600;
}

.notecheck{
  font-size: 16px !important;
}

.Getpoints {
  box-shadow: 0 0 5px rgb(58 58 64 / 21%) !important;
  padding: 5px;
  border-radius: 4px;
  border-bottom: 2px solid #86c64b;
  display: flex;
  align-items: center;
}

.Getpoints p {
  margin: 0;
}

.getreward{
  width: 100%;
}


.Getpoints:hover .iconbut i {
  font-size: 30px;
  background: #80c342;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.colorchange h5 {
  /* color: #fff; */
  margin-top: 5px;
}



.historytab {
  overflow: auto;
  height: 250px;
}





table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #4CAF50;
  color: white;
}

.collapsible {
  cursor: pointer;
}

.details {
  display: none;
  background-color: #f9f9f9;
}

.collapsible.active + .details {
  display: table-row;
}


.runicons i {
  background: #000;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  padding: 1px;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.runicons span {
  margin-left: 10px;
}

td.runicons {
  display: flex;
  justify-content: left;
  align-items: center;
  border-left: 1px solid#CCB !important;
  
}

tr.details {
  border-bottom: 1px solid#ccc !important;
}

td.onlyiconone {
  text-align: center;
}

.chart-container {
  padding: 1vw;
  float: left;
  height: 100%;
  width: 100%;
  background: transparent;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15) !important;
}

canvas#myChart{
  width: 300px;
  height: 150px;
}

.chart-container span {
  position: absolute;
  top: 78%;
  left: 45%;
  font-size: 25px;
  font-weight: 600;
}

.myaccordion ul{
  list-style: none;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;  
}


.myaccordion .accordion-header li {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  padding: 15px;
  border: 1px solid#ccc;
}

.accordion .accordion-item .accordion-button.collapsed:before {
  top: 29%;
  transform: rotate(180deg);
  color: #343a40 !important;
 
  right: 1%;
}

.accordion .accordion-item .accordion-button:before {
  content: '\F0143';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 16px;
  color: #000;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-size: 25px;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/*---------------=designing work end-------------*/

@media only screen and (max-width: 1366px) and (min-width: 900px) {

  label#terms_check-error {
    left: 3% !important;
}
}
@media only screen and (max-width: 767px) and (min-width: 402px) {

  label#terms_check-error {
    left: 3% !important;
}

.mb-0.firstsection {
  display: block !important;
}
}


@media only screen and (max-width: 1025px) and (min-width: 991px) {
  .col-xl-9.col-lg-9.col-md-7.mt-4.pt-2.mt-sm-0.pt-sm-0 {
    width: 65%;
}
}

@media (max-width:768px) {
.p-4.profilenew {
  height:100%;
}
div.tab-pane {
  max-height: 100%;
}
}

@media (max-width:602px) {
  span.noticheck {
    border-radius: 100%;
    top: 15%;
    width: 22px;
    height: 22px;
    right: 11% !important;
}
}

@media (max-width:550px) {
  span.noticheck {
    right: 19% !important;
}

.card.shadow.p-4.graphsection.m_graph .d-flex.justify-content-between.align-items-center.mb-3 {
  display: block !important;
}

.card.shadow.p-4.graphsection.m_graph .mainsection {
  margin-top: 30px;
}

.card.shadow.p-4.graphsection.m_graph  .maindiv {
  width: 100%;
}

#calendar .fc-toolbar.fc-header-toolbar {
  display: block !important;
}

#calendar .fc-center {
  margin-top: 10px;
}

#calendar .fc-left {
  display: block !important;
  width: 100%!important;
  text-align: center !important;
  float: none !important;
}

#calendar .fc-right {
  display: block !important;
  width: 100%!important;
  text-align: center !important;
  float: none !important;
}

#calendar h2 {
  display: block;
  width: 100%;
  margin-top: 10px !important;
}

#calendar button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
  display: block;
  margin-left: 35% !important;
}

label#terms_check-error {
  position: absolute;
  bottom: -12% !important;
  left: 20%;
}

#calendar .fc-left .fc-button-group:nth-child(1){
  margin-left: 8% !important;
}
}

