@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    height: 100%;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    color: #333333;
    font-size: 14px;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}


input::placeholder{
    color: #979797 !important;
}

input:focus,
select:focus,
textarea:focus{
    border: 1px solid #F0A22D !important;
    box-shadow: none !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F0A22D inset !important;
  -webkit-text-fill-color: white !important;
}

/* text color */

.text-accent{
    color: #F0A22D !important;
}
.text-dark{
    color: #333;
}
.text-black{
    color: #000;
}

.text-disable{
  color: #9E9FA4;
}

/* font weight */

.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}


/* text-size */
.ts-10{
  font-size: 10px;
}

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

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

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

.ts-16{
  font-size: 16px;
}
@media (min-width: 1200px){
.h4, h4 {
    font-size: 1.3rem;
}
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f18925;
}

input.bg-primary::placeholder{
  color: white !important;
}
.knz-price {
  border: 2px solid #f0a754;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
}

.custom-radio-btn .knz-price:hover{
  border-width: 2px;
}

.custom-radio-btn.program-conainer .knz-price:hover{
  border-width: 1px;
}
.cancel_btn {
  border: none;
  background-color: transparent;
  font-size: 13px;
  color: #4C5060;
}

.cancel_btn:hover{
  color: #F0A22D;
}

.btn-coupon{
  background-color: transparent;
  border: none;
}
.btn-coupon:hover{
  opacity: 0.9;
}

.rounded-lg{
  border-radius: 12px !important;
}
.input-icon-left {
  left: 25px;
}
.main-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}
.form-control.custom-input{
    border-radius: 12px;
    border-color: #DEDFE3;
}
.form-control.custom-input:focus{
  background-color: #F0A22D !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}



.btn-custom{
    border-radius: 8px;
    font-size: 15px;
}

.btn-primary-outline{
  border: 1px solid #F0A22D !important;
  background-color: transparent !important;
  color: #F0A22D  !important;
}

.bg-primary,
.btn-primary{
    background-color: #F0A22D !important;
    border-color: #F0A22D !important;
}

.btn-primary:hover{
    background-color: #eba53d !important;
    border-color:  #eba53d  !important;
    color: #fff !important;
}
.badge-notification, .badge-message {
    background: #e20202;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    padding: 0 !important;
    display: block !important;
    right: 0 !important;
    top: -1px !important;
}
.header-nav .badge-number {
  font-size: 10px;
  top: 10px !important;
  right: 3.5px !important;
  width: 7px;
  height: 7px;
  padding: 2px;
  font-weight: 500;
  border: 1px solid #fff;
}
.badge-message{
    background: rgb(255, 85, 85);
}

.pagetitle span{
    background-color: #ECECEC;
    display: block;
    height: 1px;
}
.form-control.db-input {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    height: 60px;
    border-radius: 9px;
    font-weight: 500;
}

.form-control.db-input::placeholder{
    font-size: 14px;
    font-weight: 500;
}

.form-inner-container{
    max-width: 520px;
}
.btn-db {
    font-size: 14px;
    border: none;
    color: #fff;
    padding: 0 20px;
    max-height: 52px;
    height: 100%;
    border-radius: 9px;
}
.add-container-top {
    white-space: nowrap;
}
.add-container-top a {
    padding: 12px;
    font-size: 16px;
}
.form-inner-container-xl {
    max-width: 1024px;
    width: 100%;
}
.date-input{
    color: #979797;
    font-size: 14px;
    font-weight: 400 !important;
}
select.form-control.db-input{
    background-image: url('../img/down.svg');
    background-repeat: no-repeat;
    background-position: center right;
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

select.form-control.db-select-custom {
  background-image: url(../img/down.svg);
  background-repeat: no-repeat;
  background-position: center right;
  color: #979797 !important;
  border: 1px solid #DEDFE3 !important;
  font-weight: 400 !important;
  border-radius: 8px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-control.outline-input:focus,
select.form-control.db-select-custom:focus{
  border: 1px solid #F0A22D  !important;
}

.label-sub{
    color: #979797;
}
.sub-label label {
    font-size: 18px;
}
.custom-db-table tr th,
.custom-db-table tr td {
    font-size: 14px;
    font-weight: 600;
    color: #3F3F44;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
}
.db-strong{
    font-weight: 600;
    color: #323232;
}
.custom-db-table tr td{
    font-weight: 400;
    color: #979797;
}
.btn-edit{
    background-color: transparent;
    border: none;
}
.btn-reset-password {
    border: none;
    background-color: #F0A22D;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 5px;
}

.custom-switch .form-check-input:checked{
    background-color:#e43737;
    border-color: #e43737;
}
.modal-open .modal-backdrop.show {
    opacity: 0;
}
.custom-modal .modal-dialog {
    max-width: 550px;

}
.custom-modal .modal-dialog .modal-content {
    box-shadow: 9.85966px 23.3047px 41.2313px rgb(0 0 0 / 12%);
    border: none;
    border-radius: 10px;
}
.modal-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.custom-modal .modal-header button.btn-close {
    position: absolute;
    right: 30px;
    font-size: 24px;
    font-weight: 800;
    top: 30px;
    opacity: 10;
}
.custom-modal .modal-header {
    border: none;
}

select.form-control.db-input.custom-select{
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 13px;
    font-weight: normal;
}

.small-description{
    min-height: 80px !important;
}

.small-description::placeholder{
    font-size: 13px;
    color: 979797;
}

.btn-close{
    background-image: url('../img/close.svg');
    background-size: 20px;
    z-index: 10;
}

/* upload  */
.file-wrapper {
    height: 150px;
    border: 2px dashed #F0A22D;
    position: relative;
    margin: auto;
    background-color: #FAFCF8;
    border-radius: 8px;
}
.file-wrapper:after {
    content: '';
    background: url(../img/upload-img.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto;
    width: max-content;
    height: max-content;
    display: block;
    height: 80px;
    width: 80px;
    font-weight: bolder;
    color: gray;
}

.container-feed{
  max-width: 640px;
  width: 100%;
}
.message-area {
  width: 100%;
  border: none;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
}
.message-area:focus{
  outline: none;
  border: none !important;
}
.btn-post {
  background-color: #F18925;
  max-width: 160px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 100em;
  font-size: 14px;
  font-weight: 500;
}
.community{
  background-color: #FFF3E7;
}
.uploadFile img {
  width: 24px;
}

.community li button.nav-link {
  background: transparent;
  border: 1px solid #F18925;
  color: #000;
  border-radius: 100em;
  font-size: 14px;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 230px;
}

.community li button.nav-link.active {
  background: #F18925;
  border-radius: 100em;
}
.uploadFile {
  overflow: hidden;
  position: relative;
  resize: none;
  background: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
}
#imagePreviewContainer img {
  border-radius: 10px;
}
.video-preview {
  width: 100%;
  border-radius: 10px;
}
.remove-video {
  position: absolute;
  top: -35px;
  z-index: 100;
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: #fff;
  right: 35px;
  border: none;
  border-radius: 100em;
}
.uploadFile:hover{
  background-color: #eee;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.img-upload-container {
  height: 290px;
  max-height: 100%;
  overflow-y: auto;
}
.close-btn-feed {
  background: url('/img/close-round.svg');
  width: 28px;
  height: 28px;
  position: absolute;
  top: -35px;
  left: auto;
  right: 9px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-pd-px {
  padding-left: 30px;
  padding-right: 30px;
}

.file-wrapper.file-set::after{
  background: transparent;
}
/*  */
.file-video.file-wrapper:before{
  content: 'Upload Excersice Video';
}
.file-img.file-wrapper:before{
  content: 'Upload Excersice Thumbnail (250px to 80px)';
}
.tags-custom .bootstrap-tagsinput {
  background: #f6f6f6;
  border: none !important;
  height: auto;
  box-shadow: none;
  border-radius: 9px;
}

.tags-custom .bootstrap-tagsinput input {
  height: auto;
}

.file-wrapper:before {

    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
    width: max-content;
    height: max-content;
    font-size: 0.75em;
    color: #ee8f00;
}
  .file-wrapper:hover:after{font-size: 73px;}
  .file-wrapper .close-btn{display: none;}
  /* input[type="file"]{
   position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    cursor: pointer;
  } */
  .file-set{
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
    padding: 10px;
    border-width: 0px;
  }
  .file-set:hover{
    transition: all 0.5s ease-out;
    filter:brightness(110%);
  }
  .file-set:before{color: transparent;}
  .file-set:after{color: transparent;}
  .file-set .close-btn {
    position: absolute;
    width: 27px;
    height: 27px;
    display: block;
    background: #323232;
    color: #fff;
    top: 10px;
    right: 10px;
    font-size: 22px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
  .file-set > input{pointer-events: none;}

  .label-sub-text{
    font-size: 12px;
    opacity: 0.3;
  }
  button.btn-outline {
    border: 1px solid #F0A22D;
    background-color: transparent;
    color: #F0A22D;
    border-radius: 9px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.db-img img {
  width: 100px;
  height: 100px;
  /* border: 1px solid #dee2e6; */
  /* border-radius: 4px; */
  object-fit: contain;
  object-position: center;
}
.btn-delete {
    border: none;
    background-color: transparent;
}

.btn-outline:hover{
    border: 1px solid #F0A22D !important;
}

.custom-input-group span {
    border: none;
    font-size: 14px;
}

.custom-form-check input {
  width: 24px;
  height: 24px;
}
.form-check-input{
  border-width: 2px;
}
.custom-form-check input:checked{
    background-color: #F0A22D;
    border-color: #F0A22D;
}

.custom-form-check label {
    margin-top: 3px;
    margin-left: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.custom-db-container {
    background-color: #F0A22D;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 0px 1px #df8600;
}
.custom-db-container h2{
    color: #fff;
}
.custom-db-container h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.program-end h2{
    font-size: 28px;
}

.program-end p,
.program-end a{
    font-size: 18px;
}

.program-end a {
  color: #fff;
  font-size: 14px;
}
.program-end a:hover{
    color:rgb(233, 233, 233);
}

.day-name h4 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
  font-weight: 600;
}
.calender-action-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.day-name p{
    font-size: 14px;
    margin-bottom: 0;
    color: #90979e;
}

.days .row{
    margin-bottom: 30px;
}

.grid {
    display: grid;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* gap: 10px; */
}
.border-grid-box {
  border: 1px solid #dee2e6;
}
.btn-add {
    border: none;
    background-color: transparent;
    color: #f7941d;
    font-size: 16px;
    font-weight: 600;
}
.btn-remove {
    background-color: transparent;
    border: none;
    font-weight: 600;
}

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

  .select2.select2-container .select2-selection {
    border: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 9px;
    height: 60px;
    margin-bottom: 0;
    background-color: #f6f6f6;
    outline: none;
    transition: all 0.15s ease-in-out;
}

  .select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 60px;
    padding-right: 40px;
  }

  .select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 58px;
    width: 40px;
    border: none;
  }

  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
  }

  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
  }

  .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
  }

  .select2.select2-container.select2-container--focus .select2-selection {
    border: 1px solid #34495e;
  }

  .select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
  }

  .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
  }

  .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
  }

  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
  }

  .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
  }

  .select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
  }

  .select2-container .select2-dropdown .select2-search {
    padding: 0;
  }

  .select2-container .select2-dropdown .select2-search input {
    outline: none;
    border: 1px solid #34495e;
    border-bottom: none;
    padding: 4px 6px;
  }

  .select2-container .select2-dropdown .select2-results {
    padding: 0;
  }

  .select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
  }

  .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
  }
.privacy-logo{
    max-width: 250px;
    width: 100%;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #f0a22d !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff5e7 !important;
  /* color: #fff; */
}
.db-last-update{
  font-size: 13px;
}
.custom-input-group .input-group-text {
  padding-left: 20px;
  padding-right: 10px;
  background-color: #f6f6f6;
  color: #979797;
}
.about-program h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #979797;
}
.about-program p {
  font-size: 14px;
  font-weight: 500;
}
.price-period p {
  font-size: 20px;
  font-weight: 600;
}
.workout-detail {
  margin-bottom: 15px;
}
.program-details-card {
  box-shadow: 0 0.5rem 0.8rem rgba(0,0,0, 0.120)!important;
  border-radius: 10px;
  border: 1px solid #efefef;
}
.form-control.file-input {
  background-color: #f6f6f6;
  padding: 18px 20px;
  border: none;
}
.lg-select-input ~ .select2.select2-container .select2-selection--multiple {
  border-radius: 9px;
  height: 60px;
}
.bootstrap-tagsinput {
  background: #f6f6f6 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  border: none !important;
  padding: 15px 10px !important;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px !important;
  color: #ffffff !important;
  background: #F0A22D !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  display: inline-block !important;
  font-size: 13px !important;
}
.price-period p span.price-cut {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}
.price-period span {
  font-size: 12px;
  color: #90979e;
}
.exercises-details h3 {
  font-size: 14px;
  color: #90979e;
  margin-bottom: 0;
  font-weight: 400;
}
.btn-edit-p {
  border: 1px solid #f0a93e;
  background: #f9a826;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  width: 70px;
}

.btn-edit-p:hover {
  background: #ed9c24;
  color: #565656;
}

.exercises-details p {
  color: #F0A22D;
  font-size: 12px;
  cursor: pointer;
}
.workout-completed-day {
  background: #dee2e6;
  cursor: pointer;
}
.workout-details {
  background-color: #F0A22D;
  /* padding: 10px 30px; */
  border-radius: 8px;
  text-align: center;
}
.workout-details h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.workout-details p {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}
.workout-description h2 {
  font-size: 16px;
  font-weight: 600;
}
.workout-img img {
  width: 60px;
  height: 106px;
  border-radius: 4px;
  /* border: 1px solid #dee2e6; */
  /* padding: 5px; */
  /* object-fit: cover; */
  /* object-position: center; */
}
.workout-boder-box {
  border: 1px solid #F0A22D;
  border-radius: 6px;
}
.workout-detail .workout-text h2 {
  color: #3F3F44 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
.workout-text p{
  font-size: 14px;
}
.rest-time {
  position: relative;
}
.rest-time p {
  position: relative;
  margin: 0 20px;
  z-index: 10;
  padding: 10px 0 0 0;
  color: #F0A22D;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #F0A22D;
}
/* .rest-time p::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #F0A22D;
  width: calc(100% - 110px);
  left: 110px;
  z-index: 1;
  top: 10px;
} */
.knz-price.kzn-join-price {
  background-color: #EE8F00;
  border-color: #EE8F00;
  color: #fff;
}
.knz-price.kzn-join-price p {
  color: #fff !important;
}
input.form-control.db-custom-search {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  width: 300px;
  height: 44px;
  border-radius: 8px;
}
.btn-clear {
  display: block;
  background: #E2E2E2;
  padding: 10px 20px;
  color: #3F3F44;
  font-weight: 500;
}

.btn-clear:hover{
  background-color: #ced2d6;
}

.btn-edit:hover svg path,
.btn-delete:hover svg path{
  fill: #F0A22D ;
}

.db-custom-table tr td{
  background-color: #F0A22D;
  border-bottom:  10px solid #fff;
}
.Programs-price h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.price-list p{
  font-size: 12px;
}
.price-list p span{
  vertical-align: bottom;
}
.discount-price{
  font-size: 13px !important;
  font-weight: 600;
}

.one-time-price{
  text-decoration: line-through;
}

.price-name{
  font-size: 12px !important;
  font-weight: 400;
  margin-top: 2px;
}
.small-price{
  font-size: 14px;
  position: relative;
  top: 1px;
}

.program-img img {
  width: 100%;
}

.border-right-program{
  border-right: 1px solid #ddd;
}
.days-container {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.days-container.bg-danger {
  background-color: #ee3e54 !important;
}


 .days-container.bg-danger svg path {
  fill: white !important;
}

.days-container.bg-danger .exercises-details h3{
  color: #fff !important;
}

.days-container.bg-danger a h4{
  color: #fff !important;
}

.day-name {
  width: 100%;
  border-radius: 15px;
  padding: 10px 0;
}

/* .day-completed {
  background: #ebeef0;
} */
.day-completed .exercises-details p {
  background: #f9a826;
  width: 60%;
  border-radius: 100em;
  margin: 0 auto;
  margin-top: 5px;
  color: #000;
  font-weight: 500;
}

.btn-down,
.btn-close-row {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.custom-breadcrumb .breadcrumb-item a {
  color: #F0A22D;
  font-size: 13px;
}
.custom-breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #9797a0;
}
.custom-card {
  border: 2px solid #F0A22D;
  border-radius: 6px;
}
.form-control.db-small-input {
  height: 48px;
}
.small-select2 .select2.select2-container .select2-selection .select2-selection__rendered {
  line-height: 42px;
  font-size: 14px;
}
.small-select2 span.select2-selection.select2-selection--single,
.small-select2 .select2.select2-container .select2-selection .select2-selection__arrow {
  height: 42px;
}

.small-select2 .select2.select2-container .select2-selection .select2-selection__arrow {
  height: 40px;
}

.small-select2 .select2.select2-container.select2-container--focus .select2-selection{
  border: 1px solid #F0A22D;
}
.another-remove,
.add-another {
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #979797;
}

.another-remove.remove-button{
  color: #323232;
  font-weight: 500;
}

.another-remove:hover,
.add-another:hover{
  color: #F0A22D;
}
a:focus-visible {
  outline: none !important;
}
#rounds,#normal, #AMRAP, #HIIT, #as-fast-as-p, #AMRAP-Time{
  display: none;
}
.full-workout h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.full-workout .workout-time-rap-round span {
  background-color: #F0A22D;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}
select#searchfilter {
  width: 170px !important;
}
/* search button */
.search-section p{
  position: relative;
  margin-bottom: 0;
}

.search-section .search-btn{
  border: none;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 10px;
}
.search-section {
  width: 300px;
}

.Previous-workout-container {
  background-color: #fff;
  border: 2px solid #ECECEC;
  border-radius: 7px;
  text-align: center;
}
.Previous-workout-top {
  border-radius: 7px 7px 0 0;
  background-color: #ECECEC;
  padding:15px 10px;
}
.Previous-workout-top p {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
}
button.Previous-workout-button {
  background-color: #F0A22D;
  border: none;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 16px;
}
.Previous-workout-bottom button {
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 16px 5px;
  color: #C4C4C4;
  font-size: 13px;
  border-radius: 0 0 7px 7px;
}
.Previous-workout-day{
  color: #000;
}

.Previous-workout-name{
  color: #979797;
}
.Previous-workout-bottom button:hover{
  background-color: #F0A22D;
  color: #fff;
}

.custom-checkbox input[type="checkbox"] {
  position: relative;
  border: 1px solid #f79521;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  left: 0;
  top: -1px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #FF9800 !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: #ff9800 !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: .25em solid #ff9800 !important;
}

.swal2-icon-content{
  color: #ff9800 !important;
}

div:where(.swal2-icon).swal2-info{
  border-color: #ff9800 !important;
}
.custom-checkbox input[type="checkbox"]:hover {
  opacity: 1;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: #f79521;
  opacity: 1;
}

.custom-checkbox input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.custom-checkbox label{
  font-size: 14px;
  color: #979797;
  font-weight: 500;
  position: relative;
}
.custom-checkbox.workout-thumbnail input {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #f6f6f6;
}
.img-thumbnails img{
  width: 90px;
  height: 76px;
  border-radius: 6px;
}
.previous-workouts-heading h2 {
  color: #3F3F44;
  font-size: 14px;
}
.previous-workout-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -48px;
  margin-top: 0 !important;
}

.previous-workout-carousel .owl-nav button.disabled .nav-btn{
  color: #979797;
}

.previous-workout-carousel .owl-nav .nav-btn {
  color: #F0A22D;
  background-color: transparent;
  margin-left: 20px;
  font-weight: 500;
  font-size: 14px;
}

.owl-theme.previous-workout-carousel .owl-nav [class*='owl-']:hover{
  background-color: transparent !important;
}
.add-tamplate .btn-grid {
  border: none;
  background-color: transparent;
  /* width: 30px; */
}

.add-tamplate h2 {
  font-size: 22px;
  color: #333333;
}
.add-tamplate p {
  font-size: 14px;
  color: #4C5060;
}
.buttom-btn button {
  display: block;
  width: 100%;
  border: 1px solid #F0A22D;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 10px 0;
  font-weight: 500;
}

.buttom-btn button.btn-confirm {
  background: #F0A22D;
  color: #fff;
}

.buttom-btn button.btn-cancel {
  background: transparent;
  color: #F0A22D;
}

img.recipe-img {
  width: 75px;
  height: 75px;
  border-radius: 4px;
}

.recipe-row-first{
  width: 25%;
}

.recipe-title h4{
  font-size: 16px;
  color: #3F3F44;
}
img.drag {
  position: static !important;
  margin-top: -20px;
  cursor: pointer;
  width: 24px;
}
/* select box multiple */

.dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
}
.dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 45px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
}
.dropdown .dropdown-option {
  display: block;
  padding: 5px 5px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.dropdown .dropdown-label {
  display: block;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1;
  cursor: pointer;
}
.dropdown .dropdown-label:before {
  content: "▼";
  float: right;
}
.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.dropdown.on .dropdown-label:before {
  content: "▲";
}
.dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.dropdown-checkbox .dropdown-label {
  background-color: #f6f6f6;
  border: none;
  border-radius: 9px;
  height: 48px;
  padding: 18px 12px;
}

.dropdown-checkbox a{
  color: #F0A22D;
}

/* tags */

.tags-container {
  display: flex;
  background-color: #f6f6f6;
  flex-flow: row wrap;
  margin-bottom: 0;
  width: 100%;
  min-height: 34px;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 9px;
  overflow: hidden;
  word-wrap: break-word;
}

input.tag-input {
  flex: 3;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.tag {
  position: relative;
  margin: 2px 6px 2px 0;
  padding: 1px 20px 1px 8px;
  font-size: inherit;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #F0A22D;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  cursor: default;
}
.tag:first-child {
  margin-left: 0;
}
.tag--marked {
  background-color: #6fadd7;
}
.tag--exists {
  background-color: #EDB5A1;
  -webkit-animation: shake 1s linear;
          animation: shake 1s linear;
}
.tag__name {
  margin-right: 3px;
}

.top-heading h2{
    font-size: 24px;
}
.back-btn-black {
  font-size: 13px;
  color: #000;
}
.back-btn-black:hover{
  color: #EE8F00;
}

.tag__remove {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s ease;
  opacity: 0.5;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color: #fff;
  line-height: 1;
}
.tag__remove:hover {
  opacity: 1;
}
.tag__remove:focus {
  outline: 5px auto #fff;
}
.modal.bg-white-modal {
  background-color: #fff;
}
@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}


.custom-checkbox [type="radio"]:checked,
.custom-checkbox [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-checkbox [type="radio"]:checked + label,
.custom-checkbox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custom-checkbox [type="radio"]:checked + label:before,
.custom-checkbox [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.custom-checkbox [type="radio"]:checked + label:after,
.custom-checkbox [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #F0A22D;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-checkbox [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-checkbox [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#add-exercise-form img {
  border: none !important;
}
/* video frame */
#listframs{
  display: flex;
  width: 100%;
  overflow-x: auto;
  margin-top: 10px;
}
#listframs img.filecanvas {
  width: 80px !important;
  height: 80px !important;
}
#listframs img.filecanvas.active-frame {
  border: 3px solid #F0A22D !important;
}
.edit-container {
  position: absolute;
  right: 12px;
  top: 12px;
}
/* switch */
button.btn-trash {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
}
.program-action {
  margin-top: 8px;
}
.btn-trash svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
input[switch] {
    display: none;
}
input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 4.7rem;
    height: 1.5rem;
    background-color: #ddd;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16666667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-family: inherit;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
  input[switch] + label:before {
    /* Label */
    text-transform: uppercase;
    color: #b7b7b7;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-family: FontAwesome, inherit;
    font-weight: 500;
    font-size: 0.6rem;
    line-height: 1.22rem;
    position: absolute;
    right: 0.21666667rem;
    margin: 0.21666667rem;
    top: 0;
    text-align: center;
    min-width: 1.66666667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  input[switch] + label:after {
    /* Slider */
    content: '';
    position: absolute;
    left: 3px;
    top: 2.5px;
    background-color: #f7f7f7;
    box-shadow: none;
    border-radius: 2rem;
    height: 17px;
    width: 17px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 0.21666667rem;
  }
  input[switch]:checked + label:after {
    left: 3.22rem;
    background-color: #f7f7f7;
  }
  input[switch="bool"] + label {
    background-color: #ee6562;
  }
  input[switch="bool"] + label:before {
    color: #fff !important;
  }
  input[switch="bool"]:checked + label {
    background-color: #87c100;
  }
  input[switch="bool"]:checked + label:before {
    color: #fff !important;
  }
  input[switch="default"]:checked + label {
    background-color: #a2a2a2;
  }
  input[switch="default"]:checked + label:before {
    color: #fff !important;
  }
  input[switch="success"]:checked + label {
    background-color: #87c100;
  }
  input[switch="success"]:checked + label:before {
    color: #fff !important;
  }
  input[switch="warning"]:checked + label {
    background-color: gold;
  }
  input[switch="warning"]:checked + label:before {
    color: #fff !important;
  }

  .error {
    color: #FF0000 !important;
  }
  element.style {
    margin-left: 5px;
}

  .btn.removeBtn {
    background-color: #d9534f !important;
    color: #fff !important;
    border-color: #d9534f !important;
    margin-top: 5px !important;
}
.remove-container .input-group-append {
  margin-left: 10px !important;
}
.remove-container .input-group-append button.removeBtn {
  margin-top: 6px !important;
}

.remove-container input {
  border-radius: 6px !important;
}

.bg-register{
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

/* form */

#msform {
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

.btn-login {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px !important;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #eee;
}
.previous.action-button-previous {
  border: none !important;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  border-radius: 8px;
  background-color: #F4F4F6;
  font-size: 15px;
  border: 1px solid #eee !important;
}
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.auto-scroll-y{
  height: 100vh;
  overflow: auto;
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}


#progressbar li {
  display: inline-block;
  list-style-type: none;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
}

#progressbar .active {
  background-color: #F0A22D;
  color: #fff;
  border-color: #F0A22D;
}
#progressbar li.active:before {
  background: #673AB7
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #673AB7
}
.back-login{
  color: #333333;
  font-weight: 700;
}
.register-container {
  max-width: 450px;
  margin: auto;
}

.register-container {
  min-height: calc(100vh - 20px);
}
.bg-image{background-image: url('../img/register.jpg');
  background-size: cover;
  background-position: top left;
}
.custom-login-btn {
  background: #F4F4F6;
  padding: 12px;
  border-radius: 12px;
  color: #252525;
}
.form-control.outline-input {
  border: 1px solid #DEDFE3 !important;
  background-color: transparent !important;
  border-radius: 8px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-bottom: 0!important;
}
.continue-login {
  background: #F0A22D;
  padding: 4px 13px;
  display: inline-block;
  color: #fff !important;
  border-radius: 6px !important;
  font-size: 14px;
}

.form-control.outline-input::placeholder{
  color: #9E9FA4 !important;
  font-size: 15px !important;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}

.db-checkbox.custom-checkbox input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border-color: #B6B9CE;
  border-radius: 4px;
  border-width: 2px;
}

#msform label img {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.custom-radio-btn input {
  opacity: 0;
  left: 15px;
  top: 15px;
}

.custom-radio-btn .knz-price {
  border-width: 1px;
}

.custom-radio-btn input:checked~.knz-price {
  border-width: 3px;
  background: url('../img/checked.svg') no-repeat calc(100% - 20px) center;
}

.max-w-md {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
}

.suggested-program .knz-price {
  background-color: #F0A93E;
  color: #fff;
}
.question-bg {
  background: #f0a93e !important;
  color: #fff;
  border-color: #f0a93e !important;
}
.suggested-program .knz-price span {
  background: #fff;
  color: #F0A93E;
  display: inline-block;
  margin-left: 20px;
  padding: 4px 15px;
  border-radius: 30px;
}
.suggested-program .knz-price span svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.suggested-program button.cancel_btn{
  color: #fff;
}

.suggested-program button.cancel_btn:hover{
  opacity:0.9;
}
.searchfilter {
  width: 190px;
  height: 44px !important;
}

.custom-pagination li.page-item.active .page-link {
  background-color: #f0a22d !important;
  border: #f0a22d !important;
  color: #fff !important;
}

.custom-pagination li.page-item .page-link {
  color: #f0a22d;
}

.custom-select-box~ .select2 .select2-selection {
  background: transparent;
  border: 1px solid #dedfe3;
  border-radius: 8px;
  height: 48px;
}

.custom-select-box~ .select2 .select2-selection .select2-selection__rendered {
  line-height: 48px;
  color: #9e9fa4;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-select-box~ .select2 .select2-selection span.select2-selection__arrow {
  height: 48px;
  background-color: transparent;
  border: none;
}
select.nobg-selectbox {
  background-color: transparent !important;
  border: 1px solid #dedfe3 !important;
}
.select2.select2-container.select2-container--focus .select2-selection {
  border: 1px solid #f0a22d !important;
}


.custom-radio-btn.membership input:checked~.knz-price {
  background: #ee8f00;
}
.custom-alert-list-veiw ul li{
  list-style: none;
}
button.close-alert {
  border: none;
  background: transparent;
  font-size: 30px;
}
.most-poplar {
  padding: 0 13px;
  width: 180px;
}

button.btn-week {
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 100em;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.btn-week svg{
  flex: none;
}

.table-wrapper {
  background: #fff;
  padding:0 0 20px 0;
  margin: 30px 0;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,.05);
  border: 1px solid #eee;
}
table.table tr th {
  font-size: 12px;
  font-weight: 500;
  color: #858585;
  background-color: #f0f0f0;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
table.table tr th, table.table tr td {
  border-color: #e9e9e9;
  padding: 15px 15px;
  vertical-align: middle;
}
table.table a.view-post{
  color: #eba53d;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}
table.table a.view-post:hover{
  color: #000;
}
button.btn-resolved {
  background: #d9fadf;
  border: none;
  font-weight: 500;
  border-radius: 100em;
  padding: 5px 10px;
  font-size: 14px;
}
button.btn-unresolved {
  background: #ffdfcd;
  border: none;
  font-weight: 500;
  border-radius: 100em;
  padding: 5px 10px;
  font-size: 14px;
}

table.table tr th:first-child {
width: 60px;
}
table.table tr th:last-child {
width: 100px;
}

table.table td a {
  font-weight: bold;
  color: #252525;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
}
table.table td a:hover {
color: #eba53d;
}
table.table td a.edit {
  color: #eba53d;
}
table.table td a.delete {
  color: #F44336;
}
table.table td i {
  font-size: 19px;
}
table.table .avatar {
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
}
.pagination {
  float: right;
  margin: 0 0 5px;
}
.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}
.pagination li a:hover {
  color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
  background: #ee7126;
}
.pagination li.active a:hover {        
  background: #ee7126;
}
.pagination li.disabled i {
  color: #ccc;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px
}
.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}    
/* Custom checkbox */
.custom-checkbox {
position: relative;
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 2px 0 0 0px;
  z-index: 9;
}

.admin-flat-modal .modal-header button{
  color: #a7a7b5;
}

.btn-cancel,.btn-cancel:hover{
  border: 1px solid #F0A22D ;
  color: #F0A22D ;
}

.admin-flat-modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
}
.admin-flat-modal  .modal-footer{
  border: none;
}

.custom-checkbox label:before{
width: 18px;
height: 18px;
}
.sub-heading h2{
  font-weight: 700;
}
.sub-heading-text p{
  color: #616161;
}
.custom-checkbox label:before {
content: '';
margin-right: 10px;
display: inline-block;
vertical-align: text-top;
background: white;
border: 1px solid #bbb;
border-radius: 2px;
box-sizing: border-box;
z-index: 2;
}

.dropdown-btn {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 5;
  right: 0;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-btn.show .dropdown-content {
  display: block;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
content: '';
position: absolute;
left: 6px;
top: 3px;
width: 6px;
height: 11px;
border: solid #000;
border-width: 0 3px 3px 0;
transform: inherit;
z-index: 3;
transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
border-color: #03A9F4;
background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
color: #b8b8b8;
cursor: auto;
box-shadow: none;
background: #ddd;
}
button.btn-week:hover{
  background-color: #ddd;
}

.icon-input-group img {
  position: absolute;
  right: 20px;
  width: 24px;
  top: 50%;
  transform: translate(5px, -50%);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 15px 30px;
}
.feed-user img{
  width: 60px;
  height: 60px;
  border-radius: 100em;
}
.feed-user {
  width: 60px;
  height: 60px;
}
.feed-title {
  font-size: 16px;
  color: #9D9D9D;
  font-weight: 400;
}
.feed-time{
  color: #9D9D9D;
}
.feed-title-container h3 {
  font-weight: 400;
  font-size: 20px;
}
.feed-id{
  font-size: 16px;
  font-weight: 600;
  color: #252525;
}
.feed-count {
  font-size: 16px;
  color: #999999;
}
.feed-tab .nav-link {
  color: #B4B4B4;
  font-size: 16px;
  font-weight: 500;
}
.feed-tab .active.nav-link {
  background-color: transparent;
  color: #EE8F00;
  font-weight: 600;
}
.post-btn {
  background: #EE8F00;
  width: 60px;
  height: 60px;
  border-radius: 100em;
  border: none;
  color: #fff;
  position: sticky;
  float: right;
  bottom: 80px;
  margin-top: -130px;
  margin-right: 20px;
}
.feed-container:last-child{
  border-bottom: none !important;
}

.center-text-heading-icon h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
input.comment-right {
  width: 100%;
  border-bottom: 1px solid #ddd !important;
  border: none;
  padding-bottom: 10px;
}

input.comment-right:focus{
  border: none !important;
  outline: none !important;
  border-bottom: 1px solid #000 !important;
}

.view-all{
  color: #999;
}

button.btn-close-post {
  background: #ddd;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 100em;
  /* position: absolute; */
  right: 15px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-heading{
  font-size: 22px;
}
button.btn-close-post svg{
  width: 24px;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 10px 12px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}
.max-w-md.feed-container-custom {
  max-width: 800px;
}

.privacy-container h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.privacy-list li{
  padding-bottom: 10px;
}
.list-inner li{
  list-style: circle;
  padding-bottom: 10px;
}
.policy p,
.policy li{
  font-size: 16px;
}
.top-privacy-heading span {
  background-color: #f18925;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 100em;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.sub-privacy-heading h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.privacy-link{
  margin: 0;
  padding: 0;
}
.privacy-link li{
  list-style: none;
}

.privacy-link li a{
  font-size: 13px;
}
.privacy-link li a:hover{
  color: #f0a22d !important;
}
.custom-search-container {
  width: 100%;
  border-color: #DEDFE3  !important;
  line-height: 1.6em !important;
  min-height: 3.3em !important;
  border-radius: 8px !important;
}
.ui.dropdown .menu .selected.item,  .ui.dropdown.selected {
  background: #f0a22d !important;
  color: #000;
}

.custom-search-container.ui.selection.dropdown>.dropdown.icon,
.custom-search-container.ui.selection.dropdown>input.search {
  height: 100%;
  line-height: 2.214286em !important;
}
.ui.search.custom-search-container {
  min-width: 100% !important;
}

.logo-top img {
  width: 200px;
}

.payment-new{
  font-size: 16px;
  font-weight: 600;
}
.db-label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.db-sub-title h2{
  font-size: 30px;
  color: #F0A93E;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-db-update {
  padding: 15px;
  font-size: 16px;
  text-shadow: 0 2px 3px #606060;
  max-width: 205px;
  width: 100%;
}
.btn-custom-text-link {
  padding: 0;
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
  font-style: italic;
}
.btn-custom-text-link:hover{
  color: #F0A93E !important;
}
.section-divider .form-inner-container-xl {
  border-bottom: 1px solid #A2A2A2;
  padding-bottom: 39px;
  margin-bottom: 40px;
}

.table-Stripe{
  width: 100%;
  border-collapse: collapse;
}
.table-Stripe th,
.table-Stripe td{
  padding: 10px 0 !important;
}
.text-gray{
  color: #727272;
}
.form-switch .form-check-input{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")  !important;
  background-color: #ee6562 !important;
  border-color: #ee6562 !important;
}
.form-switch .form-check-input:checked {
  background-color: #87c100 !important;
  border-color: #87c100 !important;
}

@media screen and (max-width: 1367px) {
  .sidebar {
      width: 250px;
  }
  #main, #footer {
    margin-left: 250px;
}
.day-name h4,
.days-container span {
  font-size: 13px;
}
.exercises-details h3 {
  font-size: 12px;
}
.day-completed .exercises-details p {
  width: 100%;
}
}


@media screen and (max-width: 767px) {
  .logo-top img {
    width: 150px;
}
.sub-privacy-heading h2 {
  font-size: 17px;
}
.privacy-container h3 {
  font-size: 15px;
}
.policy p, .policy li {
  font-size: 14px;
}
.privacy-logo {
  max-width: 160px;
  width: 100%;
}
.top-heading h2{
  font-size: 20px;
}

}


@media screen and (max-width: 575px) {
.form-control.custom-input,.btn-custom {
    padding-top: 12px!important;
    padding-bottom: 12px !important;
    border-radius: 8px !important;
}
.feed-user,
.feed-user img {
  width: 45px !important;
  height: 45px !important;
}

.feed-id {
  font-size: 15px;
}
.feed-title {
  font-size: 16px;
}
.feed-time {
  font-size: 13px;
}
.post-btn {
  width: 45px;
  height: 45px;
}
.sub-privacy-heading h2 {
  font-size: 15px;
}
}




@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

/* Fix sidebar scrolling on small screens */
@media screen and (max-width: 1024px) {
  .sidebar {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .sidebar-nav {
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Fix sidebar scrolling for laptop/tablet sizes */
@media screen and (min-width: 768px) and (max-width: 1367px) {
  .sidebar {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .sidebar-nav {
    height: auto;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Ensure all menus are visible and scrollable */
@media screen and (min-width: 1024px) {
  .sidebar {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .sidebar-nav {
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Touch-friendly menu items */
.sidebar-nav .nav-item {
  touch-action: manipulation;
}

/* Improve scrolling on touch devices */
.sidebar-nav {
  scroll-behavior: smooth;
}

/* Mobile sidebar overlay and positioning */
@media screen and (max-width: 1024px) {
  .sidebar {
    position: fixed;
    left: -300px;
    z-index: 998;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
  
  .toggle-sidebar .sidebar {
    left: 0;
  }
  
  /* Add overlay when sidebar is open */
  .toggle-sidebar::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: block;
  }
  
  /* Ensure main content doesn't shift */
  #main {
    margin-left: 0 !important;
  }
}

