:root {
  --primary: #9ad5e3;
  --primary-dark: #1f4287;
  --primary-medium: #8ee2f0;
  --primary-light: #e0eff3;

  --secondary: #fcd140;
  --secondary-dark: #f3ca2d;
  --secondary-medium: #fff3e0;
  --secondary-light: #fffbeb;

  --tertiary: #f5c194;
  --tertiary-dark: #ecac71;
  --tertiary-medium: #ffc88d;
  --tertiary-light: #fce9dd;
}



.header-img {
	max-height: 42px;
/*  filter: brightness(0) invert(1);*/
  filter: drop-shadow(2px 4px 6px black);
}

.header-img.header-img-white {
  filter: brightness(0) invert(1) drop-shadow(2px 4px 6px black);  
}

.sidebar {
  height: calc(100% - 0rem);
}

.nav-sidebar .nav-item>.nav-link {
    background-color: rgba(104, 104, 104, 0.1);
    border-radius: 0;
}

img.nav-icon.img {
    height: 19px;
    width: auto !important;
}

body {
	font-family: 'Philosopher', sans-serif;
}

.poweredby {
    padding-right: 10px;
    /*line-height: 40px;*/
    font-size: smaller;
    text-align: right;
    display: block;
}

.main-footer {
	margin-left: 0px;
}

.poweredby img {
  max-width: 60px;
   vertical-align: top; 
  margin-left: 3px;
}

.footer {
  position: fixed;
  bottom: 0;
  padding: 5px 10px;
  background: #ffffff;
  width: 100%;
  left: 0;
  border-top: 1px solid #efefef;
}

.short-name {
    margin: auto;
    display: inline-block;
    /* padding-left: .8rem; */
    /* border: 1px solid gray; */
    border-radius: 54px;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    padding-top: 0;
    color: #fff;
    background: #6c6c6c;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 0.7rem;
    /* margin: auto; */
    margin-right: 0;
}

.select2-container .select2-selection--single {
	height: 37px;
}

/************ custom toggle switch ********/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18.5px;
  width: 18.5px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.form-control.switch-div {
    border: none;
    padding-left: 0;
}

.switch.small span.slider.round {
    width: 36px;
    height: 20px;
}

.switch.small .slider:before {
    height: 16px;
    width: 16px;
    bottom: 2px;
    left: 3px;
}

.switch.small {
  width: 36px;
}

.switch.small input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
/************ custom toggle switch ends ********/

.required-star {
    position: absolute;
    right: -5px;
    top: 20%;
    font-size: large;
    color: #dd4b39;
}

.required-note {
  position: relative;
  top: 5px;
  font-size: large;
  font-weight: bolder;
  color: #dd4b39;
}



/*loader css*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('./../../img/loader.gif') 50% 50% no-repeat rgb(249, 249, 249, 0.68);
  background-size: 100px;
}

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

.multi-apps .app-item {
  text-align: center;
  cursor: pointer;
}


.multi-apps .app-item img {
  width: 50px;
}

.multi-apps .app-item .app-name {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
  font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.navbar-nav>.user-menu>.dropdown-menu {
  width: 335px;
}

.navbar-nav.custom-hover .dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-nav.custom-hover .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.nav-link.nine-dots.dropdown-toggle {
    padding-top: 6px;
}

.nine-dots {
    max-width: 45px;
}

.dropdown-menu {
    box-shadow: 0 4px 12px 3px rgba(0, 0, 0, 0.48) !important;
}

.select2-container .select2-selection--single {
  user-select: auto;
  -webkit-user-select: auto;
}

.d-contents {
  display: contents;
}

.bg-social {
  background: #edecea;
}

.bg-social .quote-secondary {
  background: #ffffff80;
}

.register-logo {
  box-shadow: 2px 2px 4px #cacaca;
}



/*Mobile device bottom menu*/
nav.mobile-nav {
    position: fixed;
    bottom: 3px;
    left: 3px;
    width: calc(100% - 6px);
    padding: 3px;
    /*border-top: 1px solid #efefefdb;*/
    border-top: 1px solid #e3e2e2db;
    box-shadow: 0px -1px 5px #0000004f;
    border-radius: 50px;
    line-height: 1.3;
    transition: all 0.5s;
}

nav.mobile-nav.hide {
  bottom: -60px;
}

.mobile-nav .navbar-nav {
  display: flex;
  width: 100%;
}


.mobile-nav .navbar-nav .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

.mobile-nav .navbar-nav .nav-item a.nav-link {
    height: auto !important;
    /* width: 100%; */
    padding: 6px 5px !important;
    font-size: 13px;
    color: #5c5c5c;
} 

.mobile-nav .navbar-nav .nav-item.active a.nav-link {
/*  color: #181818;*/
}

.mobile-nav .navbar-nav .nav-item.active {
  background: #2892c6;
  /* border-bottom: 1px solid #007bff; */
  color: #ffffff;
  border-radius: 40px;
}

.mobile-nav .navbar-nav .nav-item.active a {
  color: #ffffff;
}


.mobile-nav .navbar-nav .nav-item a.nav-link img {
  height: 18px;
  filter: invert(0.7);
}

.mobile-nav .navbar-nav .nav-item.active a.nav-link img {
  height: 18px;
  filter: invert(0);
}

.mobile-nav .navbar-nav .nav-item a.nav-link i {
  font-size: 18px;
}

.cursor-pointer {
  cursor: pointer;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 11px rgb(76 107 137 / 20%);
    border-radius: 15px;



    border-radius: 10px;
    border: none;
    box-shadow: 1px 1px 5px #cfd8dc;
    /* box-shadow: none; */
    font-size: 14px;
    border: 1px solid #cfd8dca1;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    box-shadow: 0 10px 10px -5px #d8d8d8;
    /*box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%), 0 2px 2px rgb(0 0 0 / 15%), 0 4px 4px rgb(0 0 0 / 15%), 0 8px 8px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 16%), 0 8px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);*/
}

.card-header {
  border-radius: 15px 15px 0 0;
}
.content-wrapper {
    /*background: #3bff360a;*/
}

.content-wrapper {
    background: #ffffff;
}

.btn-primary {
    background-color: #039be5;
    border-color: #039be5;
}

.bg-primary-light {
  background: #e3f2fd8a !important;
}

.bg-secondary-light {
  background: #f5f5f5 !important;
}

.bg-warning-light {
  background: #fff3e0 !important;
}

.bg-danger-light {
  background: #fbe9e780 !important;
}

.bg-success-light {
  background: #f1f8e9 !important;
}

.bg-default-light {
  background: #eceff19c !important;
}


.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.swal2-title {
  font-weight: 500 !important;
}






/*new theme css starts ***************************************/
.content-wrapper {
  background: var(--secondary-light);
}

.navbar-white {
    background: var(--secondary-medium);
    /* background: #fff3e0; */
    border-bottom: none;
    background: #00c2e1;
    background: #4173ff;
}


.card.workout-card {
    min-height: calc(100vh - 250px);
    background: url(/img/sny/sunrise-dal-lake-kashmir-india_1232-4764.jpg);
    background-size: cover;
    background-position: center;
    border: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: none;
}

.workout-card .card-header {
    border-radius: 15px 15px 0 0;
    background: var(--primary-light);
}

.workout-card .card-body {
  background: #ffffffc7;
  border-radius: 0 0 15px 15px;
}

.current-stats {
/*  background: var(--tertiary-dark);*/
}

.current-stats {
/*  background: var(--tertiary-dark) !important; */
  background: #ff9800 !important;
}

.btn-primary {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.custom-confirm-box-img {
  height: 65px;
}

.custom-confirm-box-img img {
  height: 100%;
}




/*calendar css*******************/
.fc-toolbar {
  padding: 0;
}

.fc .fc-toolbar-title {
  font-size: 1.2em;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.8em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0;
}

.fc .fc-daygrid-day.fc-day-today {
  position: relative;
}

.fc .fc-daygrid-day.fc-day-today:after {
    content: '';
    position: absolute;
    /* top: 0; */
    height: 15px;
    width: 15px;
    /* border: 1px solid #495057; */
    border-radius: 30px;
    top: 5px;
    left: 5px;
    background: #fd7e14;
}

.fc .fc-button {
  line-height: 1;
}

.fc .fc-button .fc-icon {
  font-size: initial;
}

.legend-added {
    /*background: #00b845;*/
    height: 13px;
    width: 20px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
}

.legend-today {
    background: #ff7700;
    height: 13px;
    width: 13px;
    position: relative;
    display: inline-block;
    border-radius: 16px;
    margin-right: 3.5px;
    margin-left: 3.5px;
}

.legend-missed {
    background: #ffffff;
    height: 13px;
    width: 20px;
    position: relative;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #eaeaea;
}
/*calendar css ends*******************/




/*New ui CSS starts *************************/
a {
    color: #1f4287;
}

/* left side bar */
[class*=sidebar-dark-] {
    background-color: #343a40;
    background-color: #1f4287;
}
/* header */
.content-header {
    padding: 7px 0.5rem;
    background: #d0ecf6;
    background: #e3f2fd;
    padding-bottom: 1px;
}
/* main div padding on top */
.content-wrapper>.content {
    padding: 0 0.5rem;
    padding-top: 15px;
}
/* 3 blue buttons */
.sny-workout-selections .btn {
    border-radius: 15px;
    /* box-shadow: 1px 1px 5px #5e5e5e78; */
}
.btn-primary {
/*    background: var(--primary-dark);*/
/*    background: #4073ff;*/
/*    border-color: #4073ff;*/
}
.btn-primary {
    background-color: #1f4287;
    border-color: #1f4287;
}
/* bottom tab bar */
.navbar-white {
    background: var(--secondary-medium);
    /* background: #fff3e0; */
    border-bottom: none;
    background: #00c2e1;
    background: #4173ff;
}
/* selected tab bar */
.mobile-nav .navbar-nav .nav-item.active {
/*    background: #0d29cd;*/
    background: #1f4287;
    /* border-bottom: 1px solid #007bff; */
    color: #ffffff;
    border-radius: 40px;
}

.content-wrapper {
/*    background: #e0eff3;*/
}



.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #ffffff54;
}

.nav-sidebar .nav-item>.nav-link {
    background-color: rgb(255 255 255 / 8%);
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgb(255 255 255 / 22%);
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0c2f75;
    border-color: #0c2f75;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c2f75;
  border-color: #0c2f75;
}


[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #ffffff;
}

nav.mobile-nav {
  box-shadow: 0px -2px 5px #00000066;
}
/*******************************************************/

.pointer {
  cursor: pointer;
}


.modal.flash.fade .modal-dialog {
  transition: transform .3s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%),-webkit-transform .3s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%) !important;
}


/*Child Table / Responsive table css*/
tr.dt-hasChild td {
  background: #f5fcff !important;
}

tr.dt-hasChild td {
  border: 1px solid #c5dbe4 !important;
  border-bottom: none !important;
}

tr.child>td {
  border: 1px solid #c5dbe4 !important;
  border-top: none !important;
  padding-bottom: 5px;
  padding-top: 5px;
}

 tr.child>td .dtr-details {
  display: grid !important;
 }

 tr.child {
  position: relative;

 }
 tr.child:after {
     content: '';
     display: block;
     width: 102%;
     height: 8px;
     background: white;
     position: absolute;
     bottom: -4px;
     z-index: 99;
     left: -1px;
     border-top: 1px solid #c5dbe4 !important;
     border-bottom: 1px solid #c5dbe4 !important;
 }

 table.dataTable>tbody>tr.child ul.dtr-details>li {
     border-bottom: 1px solid #efefef;
     /* padding: 0.5em 0; */
     padding: 0.05em 0;
 }

table.dataTable>tbody>tr.child span.dtr-title {
     display: inline-block;
     min-width: 95px;
    margin-right: 10px;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
  display: flex;
}

table.dataTable tr.child td.child {
  width: 100%;
}
/*************************/

@media only screen and (max-width: 768px) {
  .header-img {
    max-height: 34px
  }
}

@media only screen and (max-width: 330px) {
  .header-img {
    max-height: 30px
  }
}

@media only screen and (max-width: 302px) {
  .header-img {
    max-height: 24px
  }
}


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