/*
*******************************************
** - Default CSS
** - Sign In CSS
** - Home CSS
** - Footer CSS
** - Measurments CSS
** - calculator CSS
** - workouts CSS
** - modal CSS
** - Daily calculator CSS
** - change password CSS
** - statistics CSS
** - program details CSS
** - measurments-1 CSS
** - archive css
** - program archive css
** - program history css
** - follow up report css
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300&display=swap');
body {
  padding: 0;
  margin: 0;
  font-family: 'Alexandria', sans-serif;
  font-size: 16px;
}
html[dir=rtl] body {
    font-family: 'Alexandria', sans-serif;
    
}
html[dir=ltr] body {
     font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #111111;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #606060;
  font-weight: 400;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-weight: 500;
  
}
h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter{
  text-transform: uppercase;
} 
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
.pad-0{
    padding-left:0px !important;
    padding-right:0px !important;
}
.mb-50{
    margin-bottom:50px;
}
/*================================================
Default CSS
=================================================*/

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  /*overflow: hidden;*/
  /*z-index: 1;*/
  color: #111111;
  font-weight: 700;
  /*-webkit-transition: 0.5s;*/
  /*transition: 0.5s;*/
  border-radius: 5px;
  /*opacity: 1;*/
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  padding: 10px 0px;
}
/* .default-btn:hover {
  background-color: #cfa117;
} */
.send-btn{
  width: 100%;

}
/*.default-btn span {*/
/*  position: absolute;*/
/*  display: inline-block;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-radius: 50%;*/
/*  background-color: #111111;*/
/*  color: #ffffff;*/
  /*-webkit-transition: width 0.5s ease-in-out,*/
  /*  height 0.5s ease-in-out;*/
  /*transition: width 0.5s ease-in-out,*/
  /*  height 0.5s ease-in-out;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: -1;*/
/*  border-radius: 5px;*/
/*  opacity: 1;*/
/*}*/

/*.default-btn:hover span {*/
/*  width: 225%;*/
/*  height: 562.5px;*/
/*}*/
/*.default-btn:hover {*/
/*  color: #fff !important;*/
/*}*/
/*================================================
Sign In CSS
=================================================*/
.sign-in-area{
 margin: 80px 0px;
}
.sign-in-form {
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  margin: auto;
}

.sign-in-form .sign-in-title {
  text-align: center;
  margin-bottom: 30px;
}

.sign-in-form .sign-in-title p {
  margin-bottom: 30px;
}

.sign-in-form form .form-group {
  margin-bottom: 15px;
}

.sign-in-form form .form-control {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #111111;
  padding-left: 20px;
  background: transparent;
}

.sign-in-form form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sign-in-form form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.sign-in-form form .form-control:-ms-input-placeholder {
  color: #666666;
}

.sign-in-form form .form-control::-ms-input-placeholder {
  color: #666666;
}

.sign-in-form form .form-control::placeholder {
  color: #666666;
}

.sign-in-form form .form-check {
  margin-bottom: 0;
}

.sign-in-form form .form-check .form-check-label {
  position: relative;
  top: -2px;
  z-index: 1;
}

.sign-in-form form .form-check-input {
  margin-top: 3px;
}

.sign-in-form form .send-btn .default-btn {
  /* color: #111111; */
  cursor: pointer;
}

.sign-in-form form span {
  display: block;
  color: #777777;
}

.sign-in-form .forgot-password {
  margin-bottom: 0;
  text-align: right;
}

.sign-in-form .form-group>label {
  position: relative;
  top: 12px;
  left: 12px;
  background-color: white;
  padding: 0 10px;
}

.btn-center {
  text-align: center;
}

.btn-center .send-btn {
  display: inline-block;
  margin: 50px 0px 20px;
}


/*================================================
Index CSS
=================================================*/
.home {
  padding: 40px;
  max-width: 600px;
  margin: auto;
}

.center {
  text-align: center;
}

.notification {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.notification .badge {
  position: absolute;
  top: 0;
  right: 4px;
  padding: 5px 5px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
}

.notification img {
  width: 40px;
}

.title {
  font-weight: bolder;
}

.welcome {
  font-weight: lighter;
}

.welcome span {
  font-weight: bold;
}

.card {
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.margin {
  margin-bottom: 30px !important;
}

.welcome {
  margin: 50px 0px;
}

.card .text {
  font-size: 12px;
}

.title-2 {
  margin-bottom: 0px;
}

.card-1 {
  background-image: url(../img/weight-svgrepo-com.png);
  background-repeat: no-repeat;
  background-position: right -30% bottom 50%;
  background-size: 70px;
}

.card-2 {
  background-image: url(../img/calories-svgrepo-com.png);
  background-repeat: no-repeat;
  background-position: right -30% bottom 50%;
  background-size: 70px;
}

.card-3 {
  background-image: url(../img/Exclusion\ 2.png);
  background-repeat: no-repeat;
  background-position: right -30% bottom 50%;
  background-size: 70px;
}

.videos .title {
  margin: 20px 0px;
  display: inline-block;
}

.videos .a {
  float: right;
  margin: 20px 0px;
}


.video {
  border-radius: 10px;
  padding: 20px;
  filter: grayscale(100%);
  margin-bottom: 20px;
  height:150px;
  border:1px solid #ddd;
}
.video:hover{
  filter: grayscale(0);
}
.videos p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #606060;
}
.prag{
    position:absolute;
    top:60%;
}
.video-1{
  background-repeat: no-repeat;
  background-size: cover;
}
.video-2{
  background-repeat: no-repeat;
  background-size: cover;
}
.video-3{
  background-repeat: no-repeat;
  background-size: cover;
}
.video-4{
  background-repeat: no-repeat;
  background-size: cover;
}
.midum {
  margin: 50px 0px 30px;
  cursor: pointer;
}
.position-video{
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 44%;
}
.center img {
  display: inline-block;
  width: 30px;
}

.category {
  border-radius: 10px;
  padding: 20px 10px 5px;
  margin-bottom: 20px;
  min-height: 100px;
}
.category img{
  width: 40px;
}
.category p {
  font-size: 9px;
  margin: 10px 0px 0px;
}

.spacer {
  height: 100px;
}

/*================================================
Footer CSS
=================================================*/
.footer {
  padding: 10px 10px 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: fixed;
  bottom: 0px;
  width: 40%;
  margin: 0px 30%;
}
.footer ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display:inline-block;
  width:100%;
}

.footer ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
  cursor: pointer;
}
.footer ul li img {
  width: 20px;
}

.footer ul li span {
  margin-top: 5px;
  font-size: 10px;
  color: #111111;
}

.white {
  color: #fff;
}
.footer ul li a{
    display:inline-block;
    width:100%;
}
/*================================================
Measurments CSS
=================================================*/
.measurments {
  padding: 40px 0px;
  max-width: 600px;
  margin: auto;
}
.measurments .arrow{
  width: 22px;
  margin-right: 40px;
  display: inline-block;
  padding-bottom: 6px;
}
.measurments h3 ,
.measurments h5{
  display: inline-block;
}
.title-measurments{
  text-align: center;
  margin: 100px 0px;
  padding: 0px 10px;
}
.title-measurments h3{
  font-weight: bolder;
  margin-bottom: 20px;
}
.title-measurments p{
  padding: 0px 10px;
}
.calculator{
  width: 100%;
  margin: 0px 0px 25px;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.noactive{
 background-color:#e4e4e4;
}
.measurm .button{
 width:100%;
 text-align: left;
 padding: 20px;
 margin-bottom: 20px;
 background:#e9ecef;
}
.measurm .button img{
  width: 50px;
  margin-right: 10px;
}
.measurm .button:hover h5,
.measurm .button:focus h5{
  color: #fff !important;
}
/*================================================
calculator CSS
=================================================*/
.calculator-female {
  padding: 40px 0px;
  max-width: 600px;
  margin: auto;
}
.calculator-female .arrow{
  width: 22px;
  margin-right: 40px;
}
.calculator-female h4{
  margin: 30px 0px;
}
.form-control:focus {
  box-shadow:none;
}
.title-cal-female{
  border-radius: 3px;
  width: 100%;
  padding:10px;
  text-align: center;
}
.title-cal-female img , 
.title-cal-female p{
  display: inline-block;
  margin:0px 5px;
}
.title-cal-female img{
  width: 35px;
}
.nav-pills li{
  margin:0px 10px;
}
.mar-calculator{
  margin: 10px 0px 10px;
}
.mar-calculator p span{
  margin-left: 10px;
}
.mar-calculator p{
  display: block;
  text-align: left;
}
.measur{
  margin: 0px 0px 10px;
}
.measur .title-cal-female{
  padding: 0px;
}
.nav-pills .nav-link,
.title-cal-female{
  background-color: #e9ecef;
}
#myTabContent .active ,
#TabContent .active{
  background: none;
}
#TabContent #a-tab,
#b-tab,
#c-tab{
  padding: 5px 0px;
  font-size: 10px;
  margin-bottom: 5px;
}
.title-cal-female .form-control{
  background-color: #e9ecef;
  border:none;
}
.cal-male{
border:2px solid #e9ecef;
}
.calcu .title-cal-female{
  padding: 0px;
}
/*================================================
workouts CSS
=================================================*/
.workouts {
  padding: 40px 0px;
  max-width: 600px;
  margin: auto;
}
.workouts .arrow{
  width: 22px;
  margin-right: 15px;
  display: inline-block;
  padding-bottom: 6px;
}
.workouts h3 ,
.workouts h5{
  display: inline-block;
}
.not-1{
  margin-top: 0px !important;
}
.workouts h4{
  margin: 225px 0px 30px;
}
.workout .img{
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
}
.workout img{
  display: inline-block;
  width:70px;
  height: 70px;
}
.workout .text{
  display: inline-block;
  margin-top: 15px;
}
.mar-works{
  margin-bottom: 20px;
}
.img .badge {
    position: absolute;
    top: -10px;
    left: 0px;
    padding: 5px 8px;
    border-radius: 50%;
    color:#111111;
}
.carousel-item img{
  width: 100%;
  height: 260px;
}
#carousel{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    max-width: 600px;
    margin: auto;
}
.leg{
  position: relative;
  z-index: 1;
}
.leg h3{
  color: #fff;
}
.carousel-indicators [data-bs-target]{
  height: 10px;
  border:none;
  border-radius: 10px;
}
.work h4{
  margin:50px  0px !important;
}

/*================================================
modal CSS
=================================================*/
.modal-header {
  text-align: center;
  display: inline-block;
  border:none;
}
.modal-footer{
  border:none;
}
.details img{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.details p{
  display: inline-block;
}
.video-leg{
 margin: 20px 0px 10px;
}
.table>:not(:first-child){
  border-top:none;
}
input[type="number" i],
input[type="number" i]:focus,
input[type="number" i]:hover{
  border: none;
  width: 100%;
}
.modal-footer .send-btn{
  margin: 20px 0px 20px;
}
.modal-footer {
  display: inline-block;
}

/*================================================
Daily calculator CSS
=================================================*/
.mar{
  margin-top: 20px;
}
.pill li{
  margin: 0px 5px 0px 0px !important;
}
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; 
}
#b-tab, #c-tab {
  border: 2px solid #e9ecef;
}
.nav-pills .nav-link {
  border: 2px solid #e9ecef;
}
.select-selected {
  background-color: #e9ecef;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #111111 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #111111 transparent;
  top: 7px;
}
.select-selected {
  color:#111111;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
}
.select-items div{
  color:#111111;
  padding: 8px 16px;
  border: 1px solid #e9ecef;
  cursor: pointer;
  user-select: none;
  border-radius: 0px;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0px;
}
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.mor{
  margin-bottom: 20px;
}
.h4-account{
  display: inline-block;
  margin: 0px !important;
}
.custom-input input{
  background-color: #fff !important;
  border:1px solid #dadada;
}
.btn-account{
  margin: 20px 0px 0px !important;
  width: 100%;
}
.btn-account button,
.btn-account a{
  width: 300px;
  padding: 15px;
}
.button-wide{
  width: 100% !important;
}
.accounts button,
.accounts .a{
  width: 100% !important;
  padding: 10px !important;
}
.model-account{
  top:200px;
}
.logout-div{
  text-align: center;
  margin: 20px 0px;
}
.logout img,
.logout p{
  display: inline-block;
}
.logout img{
  width: 30px;
}
.mar-account{
  margin: 10px 0px;
}
.my-text{
  padding: 5px !important;
  text-align: left;
}
/*================================================
change password CSS
=================================================*/

.change-arrow{
  margin-right: 5px !important;
}
.change{
  margin: 50px 0px 0px 0px;
}
/*================================================
statistics CSS
=================================================*/

.img-statistics{
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.anychart-credits-text{
  display: none;
}
#container { 
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0; 
} 
#container div{
  left:-15px !important;
}
.stat-table{
  margin: 20px 0px 0px 0px;
}
.table-data{
  padding: 20px 0px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  margin: 20px 0px;
  background-color: #f1ecec;
}
.table-data .text p,
.stat-table .text p{
  font-size: 11px;
}
.table-data .text1 p{
  text-align: left;
}
.table-data .text2 p{
  text-align: center;
}
.table-data .text3 p{
  text-align: right;
}
.stat-table .text1 p{
  text-align: left;
}
.stat-table .text2 p{
  text-align: center;
}
.stat-table .text3 p{
  text-align: right;
}
/*================================================
program details CSS
=================================================*/
.faq-accordion .accordion{
  list-style: none;
  padding:0px;
}
.accordion-item{
  border:none;
}
.accordion-item button{
  padding: 20px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.accordion-item button img{
  width: 20px;
  float: right;
}
.accordion-item button:focus img{
  transform: rotate(180deg);
}
.accordion-content{
  margin-bottom: 20px;
}
/*================================================
measurments-1 CSS
=================================================*/
.measur-2 img{
 width: 20px;
 display: inline-block;
 margin-bottom: 5px;
}
.measur-2 p{
  display: inline-block;
}
.hr{
    width: 80%;
    margin: 30px auto;
}
.picture{
  padding: 15px !important;
}
.picture input{
  display: block;
}
input[type="file" i] {
  width: 100%;
  color: #606060;
}

.activity .select-selected {
  border: 1px solid #dadada !important;
  background-color: #fff !important;
}
.activity .select-items {
  background-color: #fff !important;
}
::-webkit-file-upload-button {
  border-radius: 5px;
  padding:10px 20px;
  border: none;
  margin-right: 20px;
  cursor: pointer;
}
textarea{
  min-height: 150px !important;
}
/*================================================
archive CSS
=================================================*/
.archive-btn button{
text-align: center !important;
}
/*================================================
program archive CSS
=================================================*/
.program-archive{
  margin: 20px 0px;
}
.program img{
  float: right;
  width: 30px !important;
}
/*================================================
program history CSS
=================================================*/
.table-program{
  font-size: 10px;
  margin: 0px;
  width: 100%;
  background-color: #f5f4f4;
}
.btn-lang{
  margin: 10px 0px !important;
}
/*================================================
follow up report CSS
=================================================*/
.follow .up img,
.follow .up h4{
 display: inline-block;
}
.follow .up img{
  margin-bottom: 10px;
}
.follow-up span{
  margin-right: 5px;
  margin-left: 0px !important;
}
.follow .form-control{
  background-color: #fff !important;
  border:1px solid #111111;
}
.follow .title-cal-female{
  border:none !important;
}
.cal-male:hover{
  border-radius: 5px;
}
.prog li button span{
  display: none;
}

/*================================================
message CSS
=================================================*/

.message-container {
  flex-direction: row;
  display: flex;
  margin-bottom: 13px;
}

.sender {
  flex-direction: row-reverse;
  text-align: right !important;
}

.sender .profile-image {
  margin-left: 8px;
}

.message {
  padding: 11px;
  max-width: 225px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  background-color: #e9ecef;
  border-radius: 12px;
  border-top-left-radius: 0px;
}

.profile-image {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  object-fit: cover;
  border: 1px solid lightgray;
}

.header-image {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  object-fit: cover;
  border: 1px solid lightgray;
}

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

.input-chat {
  width: 100%;
}

input {
  background: #e9ecef;
  border-radius: 10px;
}

.pt-site-footer__submit button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  border-left: 0px;
  border-radius: 3px;
  background: none;
  padding: 0px 15px;
}
.chats span{
    color: darkgray;
    font-size: 10px;
}
.send-img{
    border-radius:5px;
    width:100%;
}
#message-form{
    margin:10px;
}
.pt-site-footer__submit {
    position: fixed;
    display: inline-block;
    max-width: 500px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.pt-site-footer__submit input {
  padding: 15px 15px 15px 40px;
  background: #e9ecef;
}

.pt-site-footer__submit img {
  width: 30px;
  height: 30px;
}

.img-place {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 27px;
  left: 25px
}

.chat-messages {
  max-height: 500px;
  overflow-y: scroll;
}
.workout .img {
  background: unset;
  padding: unset;
  box-shadow: unset;
  width: 100%;
}
.workouts.work a {
  box-shadow: 7px 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 3%);
  padding: 15px 10px 1px;
  margin-bottom: 30px;
  display: block;
  clear: both;
  width: 100%;
  border-radius: 3px;
}
.workout img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.workout .text {
  display: block;
  margin-top: unset;
}

.calculator-female > .measurments {
  padding: 0;
}


.modal-dialog {
    padding: 0;
    margin: 0;
    border-radius: unset;
}
.img .badge {
  top: -20px;
  right: -20px !important;
  right: unset !important;
  left: -20px;
}
.modal-content {
    border-radius: unset;
        border: unset;
}
.calculator-female .arrow {
  margin: 0 5px;
}

.modal-header .close {
  text-align: end;
}

input {
    border-radius: 3px;
    padding: 5px 10px;
}
.mb-30 {
    margin-bottom:30px;
}
.modal-backdrop.show {
    background: #fff;
    opacity: 1;
}
.modal.show .modal-dialog {
    margin: 0 auto;
}

div br {
    display: none;
}
.default-btn:hover {
    background-color: #333 !important;
    color:#fff;
}
.text-left {
    text-align:right;
}
.footer ul li span {
    display: none;
}
.title {
    font-size: 22px !important;
}
.card .title {
    font-size: 14px !important;
}

.videos p{
    color: #fff !important;
}
.videos .prag {
    position: absolute;
    top: 60%;
    z-index: 99999;
}
.videos .video.video-1 {
    position: relative;
}
.videos .video.video-1:after {
    content: '';
    background: #00000078;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.workouts {
    padding-top: 0;
}
.chat-messages {
    max-height: 75vh;
}

.footer ul li {
  width: calc(100% / 3);
  float: right;
}

.catg-link{
  display: flex;
  height: 100%;
}
.color-card{
  height: 100%;
}
.category{
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.card{
  border-radius: 10px;
}
.delete {
  background-color: transparent;
  border: none;
  color: rgb(231, 62, 62);
}

