.alert-red{
  color:red;
  font-size: 15px;
}
ul {
  font-size: 0.875rem;
  white-space: nowrap;
  padding-left: 0;
}
li {
  list-style: none;
  margin-bottom: 10px;
}
li span {
  font-size: 1rem;
  white-space: nowrap;
}

ul#workout-list {
  margin: 0;
}
ul#workout-list li {
  margin: 0;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
label.datetitle {
  font-size: 14px; 
  font-weight: 600;
  color: #444444;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 15px;
  width: 100%;
  margin:0 0 20px 0;
  background: #FCFCFC;
  border-radius: 10px 10px 0 0;
}
.videolistingdate { padding:0 15px;}

.datewisevideo {
  margin:0 0 30px 0;
  border: 1px solid #D9D9D9;
  padding:0;
  border-radius: 10px;
  
}
.containtvideo{
  padding: 0;
  margin: 0 0 20px 0;
}
.containtvideo figure{ position: relative; width: 100%; margin: 0 0 10px 0;}
.containtvideo figure img{
  padding: 0;
  margin:0;
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius:8px;
}
.containtvideo span{ padding: 0; margin: 0; font-size: 14px; font-weight: 600 !important;}
#videos {
  overflow-y: scroll;
  height: 500px;
  width: 100% !important;
  overflow-x: hidden;
}
#div1 {
width: 350px;
height: 160px;
padding: 10px;
border: 1px solid #aaaaaa;
}
ul#workout-list {
  margin: 0;
}
ul#workout-list li {
  margin: 0;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.workout {
position: relative;
width: 186px;
height: 120px;
}

.image {
display: block;
width: 100%;
height: 100%;
}

.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .3s ease;
background-color: black;
}

.workout:hover .overlay {
opacity: 0.7;
}

.delete {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 55%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
background: none;
border: 0;
}
.edit {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: none;
  border: 0;
  }

.fa-user:hover {
color: #fff;
}
.totalmins{ width: 100%; padding: 0; margin: 0 0 10px 0; text-align: right; position: absolute; right: 15px; top:15px;}
#TotalDuration { padding:5px 10px; display: inline-block; font-size: 12px; font-weight: 600; color: #fff; border-radius: 3px; background: rgba(0,0,0,0.8);}
.daily_work_right{ padding-top: 50px;}

.change-password {
  color: blue;
  font-weight: bold;
}
.helptext ul li {
  font-size: 0.7rem;
}
.helptext ul {
  margin-bottom: 0;
  padding-left: 15px;
}
ul.errorlist { margin-bottom: 0;}
ul.errorlist li { color:red;
  font-size: 15px; }
#id_msg { padding: 5px;}
ul.errorlist { margin-bottom: 0;}
#id_msg { padding: 5px;}
.alert-red{
    color:red;
    font-size: 15px;
}


/**************** 30-5-2022 Sam ******************/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Raleway', sans-serif;
*/
body{ font-family: 'Raleway', sans-serif; background: #FCFCFC;}
p, ol li, ul li, .p{ font-family: 'Raleway', sans-serif;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: 'Raleway', sans-serif; font-weight: 700;}

.sidebar{
background: rgb(86,197,150);
background: -moz-linear-gradient(top,  rgba(86,197,150,1) 0%, rgba(50,157,156,1) 100%);
background: -webkit-linear-gradient(top,  rgba(86,197,150,1) 0%,rgba(50,157,156,1) 100%);
background: linear-gradient(to bottom,  rgba(86,197,150,1) 0%,rgba(50,157,156,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c596', endColorstr='#329d9c',GradientType=0 );
}

.sidebar .nav-item.logo{ margin: 20px 0 40px 0; padding: 0 20px;}
.sidebar .nav-link .sidebar-icon{ color: #fff;}
.sidebar .nav-link{ border-radius: 30px; font-weight: 500;}
.sidebar .nav-item.active > .nav-link{ color: #329D9C; background: #FFFFFF;}
.sidebar .nav-item.active .sidebar-icon{ color: #329D9C;}
.sidebar .nav-item .nav-link:hover{ color: #329D9C; background: #FFFFFF;}
.sidebar .nav-item .nav-link:hover .sidebar-icon{ color: #329D9C;}
.sidebar .nav-item{ margin-bottom: 15px;}

.navbar-dashboard{ border-radius: 0; position: relative;}
.navbar-dashboard:after{ content: ""; height: 1px; background:#E2E2E2; position:absolute; left:-1rem; right:-1rem; bottom: 0;}
.btn{ font-size: 14px; font-weight: 500; border-radius: 20px;}

.btn-primary { color: #329D9C; background-color: inherit; border-color: #329D9C; box-shadow: none; }
.btn-primary:hover { color: #fff; background-color: #329D9C; border-color: #329D9C;}
.btn-check:focus + .btn-primary, .btn-primary:focus{ color: #fff; background-color: #329D9C; box-shadow: none; border-color: #329D9C;}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle{ color: #fff; background-color: #329D9C; box-shadow: none; border-color: #329D9C;}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus{ box-shadow: none;}

.btn-primary.fill { min-width: 100px; color: #fff; background-color:#329D9C; border-color:#329D9C;}
.btn-primary.fill:hover { color: #fff; background-color: #51BF96; border-color: #51BF96;}
.btn-check:focus + .btn-primary.fill, .btn-primary.fill:focus{ color: #fff; background-color: #51BF96; border-color: #51BF96; box-shadow: none;}
.btn-check:checked + .btn-primary.fill, .btn-check:active + .btn-primary.fill, .btn-primary.fill:active, .btn-primary.fill.active, .show > .btn-primary.fill.dropdown-toggle{ color: #fff; background-color: #51BF96; border-color: #51BF96; box-shadow: none;}



.form-control{ font-size: 14px; color: #444444; box-shadow: none; border-color: #D9D9D9; border-radius: 25px;}
.form-control:focus{ border-color: #D9D9D9;}
.form-control:focus{ box-shadow: none;}
.card{ border-radius:10px; box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;}
.input-group-text{ border-radius: 25px;}

.search_bar .btn{ border-color: #D9D9D9;}
.search_bar .btn:hover, .search_bar .btn:focus{ border-color: #329D9C;}

.footer_detail{ padding: 15px 0; margin-top:25px; font-size: 12px; color: #329D9C; text-align: center; position: relative;}
.footer_detail:after{ content: ""; height: 1px; background:#E2E2E2; position:absolute; left:-1rem; right:-1rem; top: 0;}
.footer_detail p{ font-size: 12px;}

.table{}
.table td, .table th{ font-size: 14px; color: #444444;}
.table thead th{ border-bottom-width: 2px; font-weight: 700;}
.table-hover > tbody > tr:hover { background-color:#fafafa; --bs-table-accent-bg:#fafafa;}
.table > :not(caption) > * > *{ border-color: #EDEDED;}
.table .action{ min-width: 32px; line-height: 32px; padding: 0; margin:1px; font-size: 13px; text-align: center; display: inline-block; color: #fff; background-color: #329D9C; border-radius: 20px;}
.table .action.red{ background:#E11D48;}
.table .action.blue { background: #0091F7; }
.list_image{ width: 150px;  position: relative;}
.list_image img{ border-radius: 8px; width: 100%; height: 90px; object-fit: cover;}

form label{ font-weight: 600; color: #0F0D18; font-size: 15px;}

.add_vid_scroll{ margin-bottom: 30px;}
.add_vid_scroll .slimScrollDiv{ padding-right: 15px; overflow: inherit !important; width: 100% !important;}
.add_vid_scroll #draggable{ margin: 0 -10px;}
.add_vid_scroll .to-drag{ width: 25%; float: left; padding: 0 10px; margin: 0 0 20px 0; text-align: center;}
.add_vid_scroll .to-drag .items{ position: relative;}
.add_vid_scroll .to-drag img{ width: 100%; height: 120px; margin: 0; border-radius: 8px;}
.add_vid_scroll .fw-normal{ margin: 10px 0 0 0; overflow: hidden;font-size: 14px; color: #404040; font-weight: 600 !important; text-align: left;}
.add_vid_scroll .slimScrollRailY{ width: 4px !important; background: rgba(0,0,0,0.2) !important; right: 0 !important;}
.add_vid_scroll .slimScrollBarY{ width: 4px !important; background: #329D9C !important; right: 0 !important;}
.vid_times{ padding:3px 10px; margin: 0; font-size: 12px; color: #fff; display: inline-block; border-radius: 3px; background: rgba(0,0,0,0.8); position: absolute; right: 10px; bottom: 10px;}
.vid_times span{ font-size: 12px;}

.key-words{ width: 100%; padding: 0; margin: 0; text-align: left; color: #444444; line-height: normal;}
.key-words span{ font-size: 12px;}
/*.key-words span{ padding:3px 10px; margin: 0; font-size: 12px; color: #444444; display: inline-block; border-radius: 3px; border: 1px solid #D9D9D9; background:#FCFCFC;}*/

.darg_vid_remove{ min-width: 32px; line-height: 32px; padding: 0; margin:0; font-size: 12px; text-align: center; display: block; color: #fff; background:#E11D48; border-radius: 20px; position: absolute; right: -13px; top: -13px;}
.mb-30{ margin-bottom: 30px;}

#workout-list{}
#workout-list .containtvideo{ font-size: 15px; color: #444; padding: 0; margin: 10px 0;}
#workout-list .containtvideo .overlay{ border-radius: 8px; background-color: rgba(0,0,0,0.9);}
#workout-list .containtvideo:hover .overlay{ opacity: 1;}
.user-card{ border-bottom: transparent;}

.login_sec{ min-height: 100vh; background: rgb(86,197,150);
  background: -moz-linear-gradient(top,  rgba(86,197,150,1) 0%, rgba(50,157,156,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(86,197,150,1) 0%,rgba(50,157,156,1) 100%);
  background: linear-gradient(to bottom,  rgba(86,197,150,1) 0%,rgba(50,157,156,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c596', endColorstr='#329d9c',GradientType=0 );}
  .login_logo{ padding: 0; margin: 0 0 40px 0; text-align: center;}
  .login_logo img{ width: 100%; max-width: 250px;}

/************* Responsive **********/
@media (max-width:1580px) {
  .add_vid_scroll .to-drag{ width: 33.3333%;}
  .containtvideo figure img{ height: 100px;}
}

@media (max-width:1279px) {
  
}

@media (max-width:991px) {
  .add_vid_scroll .to-drag{ width:25%;}
  .containtvideo figure img{ height: 120px;}
  .user-card{ border-bottom: 1px solid rgba(255,255,255,0.3);}
  .sidebar-icon img{ max-width: 250px;}
  .sidebar .nav-item.logo{ margin: 10px 0 20px 0;}
  .navbar-expand .navbar-toggler{ color: #1F2937 !important; padding: 0; border:none; display: block !important; margin-right: 20px;}
  .navbar-theme-primary:not(.headroom){ padding: 0 0 0.5rem 0; background: none;}
  .navbar-dashboard { padding-top:0.5rem;}
  .sidebar .nav-item.logo{ display: none;}
  .navbar-toggler:focus{ box-shadow: none;}
}

@media (max-width:767px) {
  .add_vid_scroll .to-drag{ width:33.3333%;}
  
}

@media (max-width:600px) {
  .add_vid_scroll .to-drag{ width:50%;}
  .add_vid_scroll .to-drag img{ height: 100px;}
}
.img_checked{
  filter: drop-shadow(2px 6px 8px black);
  border:2px solid #339e9b;
}