main{
    min-height: calc(100vh - 115px);
}
.nav{
    padding-right: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: #FFF2DF !important;
}
/*[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #000 !important;
}*/
.main-header {
    box-shadow: 0 4px 6px -1px #e2e8f080, 0 2px 4px -2px #e2e8f080;
    border-bottom: 0;
}
[class*=sidebar-dark] .brand-link {
     border-bottom: none; 
}
[class*=sidebar-dark-]{
    background: #fff;
    border-left: none;
}
.sidebar-dark-primary .nav-sidebar  > .nav-item > .nav-link.active, 
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #FFF2DF !important;
    color: #000 !important;
    box-shadow: none;
    height: 40px;
    border-radius: 8px;
}
[class*="sidebar-dark-"] .sidebar a {
    color: #9197B3;
}
.sidebar .nav-item .nav-link:hover   {
    color: #000 !important;
     background-color: #FFF2DF !important
}
/*[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #ccc ;
}*/

.brand-text{
    color: #000;
    text-align: center;
    display: block;
    font-weight: 800 !important;
}
.content-wrapper {
    background: #FAFBFF;
    padding-right: 25px;
}
.small-box{
    box-shadow: 0 4px 6px -1px #e2e8f0, 0 2px 4px -2px #e2e8f0;
    background: #fff;
    padding: 20px;
}
.col-lg-3 .small-box h3, .col-md-3 .small-box h3, .col-xl-3 .small-box h3 {
    font-size: 22px;
    text-align:right;
}
sup {
    top: -6px;
    font-size: 14px !IMPORTANT;
    left: 2px;
}
.small-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #000;
    margin: 0;
}
.main-sidebar{
    overflow: hidden;
}
.content-header h1{
    font-size: 20px;
}
[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: #FFF2DF !important;
    color: #000 !important;
    border-radius: 8px;
}
.nav-pills .nav-link:not(.active):hover, .nav-sidebar .nav-link p:hover, .nav-sidebar > .nav-item:hover {
    color: #000 !important;
}
.nav-sidebar .nav-item > .nav-link{
    margin-bottom: 10px;
}
.breadcrumb-item a{
    text-decoration: none;
}

.card {
    box-shadow: 0 4px 6px -1px #e2e8f0, 0 2px 4px -2px #e2e8f0;
    background: #fff;
    padding: 20px 0px;
    border: none !important;
}
.small-box a{
    text-decoration: none;
    color: #000;
}
.icon1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon1 i {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgb(219 234 254);
    color: rgb(59 130 246); 
    border-radius: 50%;
    line-height: 40px;
    margin-bottom: 10px;
}
.small-box > .small-box-footer{
    background-color: rgb(0 137 240) !important;
}
.small-box h3{margin-bottom: 2px;}
.canvasjs-chart-credit{display: none !important;}
.main-footer {
    background-color: #f0f5f9;
    border-top: 1px solid #e5e7eb;
    color: #869099;
    padding: 1rem;
    font-size: 14px;
}
.table th, .table td{
    text-align: left !important;
    border-right: none;
}
.table thead th {
    border-bottom: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: center !important;
    color: #B5B7C0;
    border: none;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover{
    outline: none !important;
}
.table thead{
   border: none;
}
.card-header{
    border-bottom: 1px solid #e5e7eb !important;
}
.card-title{
    color: #000;
    font-weight: 500;
}
.dt-length{ 
    /*margin-bottom: 20px;*/
}
.table{
/*    border: 1px solid #e5e7eb;*/
    border-radius: 8px;

}
.table_action a{
    text-decoration: none;
    color: #000;
}
.table_action a i{
    margin-right: 5px;
}
.table_action{
    text-align: center !important;
}
.badge-danger {
    border: none;
    background: #fe7c96;
    color: #ffffff;
}
.badge {
    border-radius: 0.125rem !important;
    font-size: 11px !important;
    font-weight: initial;
    line-height: 1;
    padding: 0.375rem 0.5625rem !important;
    font-family: "ubuntu-medium", sans-serif;
}
.badge-warning, .preview-list .preview-item .preview-thumbnail .badge.badge-busy {
    border: 1px solid #fed713;
    background: #fed713;
    color: #ffffff;
}
.badge-info, .preview-list .preview-item .preview-thumbnail .badge.badge-offline {
    border: 1px solid #198ae3;
    background: #198ae3;
    color: #ffffff;
}
.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
    border: 1px solid #1bcfb4;
    background: #1bcfb4;
    color: #ffffff;
}
.form-check{
    padding-left: 38px !important;
}
.form-control{
    min-height: 45px;
    color: #ccc;
}
.form-control:focus { 
    outline: 0;
    box-shadow: none !important;  
    border-radius: 8px !important;
    border: none !important;
    outline: none !important; 
    background: #FFF2DF !important; 

}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}
.detail-ttl{
    color: #7a7a7a;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 10px !IMPORTANT;
    display: inline-block;
}
.bootstrap-tagsinput{
    padding: 15px !important;
    width: 100%;
}
.list-star li:before {
    color: #fed713;
}
.list-ticked, .list-arrow, .list-star {
    list-style: none;
    padding: 0;
}
 .log-form {
    position: relative;
    padding-bottom: 26px;
}
.user_profile{
    width: 150px;
    height: 150px;
    display: block;
/*    margin:0px auto 0px;*/
    border-radius: 50%;
    border: 5px solid rgb(0 137 240) !important;
    padding: 5px;
    position: relative;
}

.user_profile img{
    width: 100%;
    height: 100%;  
    border-radius: 50%;
}
 .camra_outer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: rgb(0 137 240) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
}

.camra_outer input {
    opacity: 0;
    position: absolute;
}
.fc-license-message{
    display: none;
}
.fc .fc-col-header-cell-cushion{
    color: #000;
    text-decoration: none;
}
.fc .fc-daygrid-day-number {
    text-decoration: none;
    color: #337ab7;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{
    padding: 5px;
    font-size: 13px;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time, .fc-daygrid-dot-event .fc-event-title{
    color: #000;
}
.fc-view-harness{
    height: 531px !important;
}
.fc-scrollgrid-sync-table{height: 500px !important}

.login-page{
	background: url('../../assets/images/login-banner.svg');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.login-box {
    width: 100% !important;
    height: 100%;
    background: #fff;
    border-radius: 0px;
    box-shadow: 4px 4px 20.9px 9px #DDDCEB40;
    overflow: hidden;
    padding-right: 50px;
}
.login-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
/*    border-radius: 24px 0px 0px 24px ;*/
}
.login-heading{
	color: #000000;
	/* font-family: Assistant; */
	font-size: 24px;
	font-weight: 600;
	line-height: 31.39px;
	text-align: right;
	margin: 25px 0;
}
.login-box  .input-group {
	width:343px !important;
/*	margin:auto;*/
	text-align: center;
}
.login-box .form-group{
/*	text-align: center;*/
}
.login-box .form-control{
	width:343px !important;
	height: 50px;
	padding: 10px 17px 10px 17px;
	gap: 12px;
	border-radius: 8px !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
    background: #FFF2DF !important;
    box-shadow: none !important;

}
.login-box .btn-dark {
    width: 343px;
    height: 50px;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.login-box  .password-eye{
    position: absolute;
    left: 10px;
    top: 12px;
	z-index: 999;
}
.login-img2{
    position: absolute;
    left: 50%;
    width: 350px !important;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
}
.brand-link .brand-image{
	width: 100px;
    height: auto;
    text-align: center;
    margin: auto;
    display: block;

}
.layout-fixed .main-sidebar{
	right: 0;
	left: auto;
}
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header{
	margin-left: auto;
	margin-right: 250px;
}
.sidebar-img {
    position: absolute;
    top: 15px;
    right: 12px;
    color: #7E7E7E;
}
.search-input {
    padding-right: 40px !important;
    color: #7690C2 !important;
    background: #F4F6FA;
    border: 1px solid #F4F6FA !important;
}
.search-input::placeholder {
    color: #7690C2 !important;
    font-size: 16px;
    font-weight: 400;
}
.sidebar-sec{
    border-bottom: 1px solid #EEF4FF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.small-box {
    /* width: 326.75px; */
    height: 123px;
    padding:  24px;
    border-radius: 12px ;
    border: 1px solid #E4E8F2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 70px !important;

}
.small-box a{
    width: 100%;
}
.card-grid img{
    border-radius: 0px 0px 12px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.small-box h3.program-ttl{
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
    color: #13CDAB;
}
.program-ttl1{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;

}
.tab{
    margin-bottom: 15px;
}
.tablinks{

    /* width: 131px; */
    height: 40px;
    padding:  0px 12px;
    gap: 10px;
    border-radius: 8px;
    background: #F4F6FA;
    line-height: 40px;
    border: 0;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin-left: 15px;
}	
.tablinks.active{

    background: #FFF2DF;
    color: #000;
}
.table>:not(caption)>*>*{
    box-shadow: none !important;
}
.table{
    border: 1px solid #E4E8F2;
    position: relative;
}
.table a {
    color: #000;
}
 table {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius:  6px 6px 0px 0px;
    -webkit-border-radius:  6px 6px 0px 0px;
    border-spacing: 0;
  border-collapse: separate !important;
  overflow: hidden;
/*  border-collapse: unset !important;*/
  border: none !important;
  }

  .table thead tr {
    background: transparent;
  }
  .table tr{
    border-bottom: 1px solid #E4E8F2 !important;
  }
.table td {
    font-size: 16px;
    font-weight: 400;
    /* line-height: 20px; */
    text-align: center !important;
    color: #000 !important;
    height: 50px;
    padding: 0px 24px 0px 24px;
    border-bottom: none;
    padding: 0px !important;
    line-height: 25px;
    vertical-align: middle;
    text-align: center !important;
    text-wrap: unset;
    line-break: anywhere;
    padding: 5px !important;
}
.table td img{
    height: 80px !important;
    width: 80px !important;
}
  /*.table thead tr{
    border-bottom: none !important;
  }*/
  .table td .img1{
    position: absolute;
    left: 10px;
  }
  .badge-secondary{
    background: #9FAAC033;
    border-radius: 100px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    color: #9FAAC0 !important;
}
.badge-success{
    background: #16C09861;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    color: #00B087 !important;
    width: 125px;
    text-align: center;
    text-align: center !important;
    padding: 3px 0px !important;
}
.badge-danger {
    background: #FFC5C5;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    color: #DF0404 !important;
    width: 125px;
    text-align: center !important;
    padding: 3px 0px !important;
}
td.validity{
    color: #FF515B !important;
    font-size: 14px;
    font-weight: 700;
    /* line-height: 25px; */
    /* text-align: center !important; */

}
td.validity1{
    color: #FFA57F !important;
}
td.validity1 span{
    color: #FFA57F !important;
}
.validity span{
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #FF515B;
    margin-top: -25px;
    display: block;
    margin-bottom: 15px;
}
td .inactive-btn{
    width:130px !important;
    /* height: 40px !important; */
    padding: 0px 12px 0px 12px;
    border-radius: 100px;
    border: 1px solid #FF515B !important;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #FF515B !important;
    text-align: center !important;
}
.extension{
    border: 1px solid #13CDAB !important;
    color: #13CDAB !important;
    background: transparent;
}
.table-search{
    position: relative;
}
.table-search input {
    width: 250px;
    height: 41px;
    border-radius: 8px;
    border: none !important;
    background: #F9FBFF;
    color: #B5B7C0 !important;
}
.table-search input::placeholder{
    color: #B5B7C0 !important;
}
/*.table td:first-child, .table th:first-child{
    border-top:none !important;
}*/
.table td, .table th{
    border-top: none;
    border-bottom: 1px solid #EEEEEE;
}
.table tr{
    border-top: 1px solid #E4E8F2 !important;
}
.postion-absolute{
    position: absolute;
    left: 10px;
}
.fa-eye-slash{
    color: #7690C2;
}
.login-box .form-control{
    
    color: #611610 !important;
}
.user-btn{
    width: 120px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    border-radius: 8px;
    border:1px solid #7690C2 !important;
    background-color: transparent !important;
    color: #7690C2 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.newUser {
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.logout-btn {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    background: #FFF2DF;
    color: #000 !IMPORTANT;
    text-decoration: none;
}
.modal-dialog{
    max-width: 600px !important;
    padding: 15px 30px;
}
.modal-body{
    padding: 15px 50px !important;
    overflow: auto;
}
.modal-header .btn-close{
    margin:0px !important;
}
.modal-title {
    color: #424A53;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;

}
.modal-content{
    border-radius: 12px !important;
    height: 100%;
    overflow: auto;
}
.modal-header{
    border-bottom: 1px solid #E4E8F2 !important;
    border-top-left-radius:15px !important;
    border-top-right-radius:15px !important;
}
.modal-footer{
    border-top: 1px solid #E4E8F2 !important;
    border-bottom-right-radius:15px !important;
    border-bottom-left-radius:15px !important;
}
#newUser .form-label{
font-size: 16px;
font-weight: 400;
line-height: 25px;
text-align: right;
color: #000;
}

.login-box .form-control::placeholder{
    
    color: #611610 !important;
}

#newUser .form-check-label{
    margin-right: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.93px;
    text-align: right;
    color: #424A53;
    cursor: pointer;
}

#newUser .form-check {
    border: 1px solid #DBE4F7;
    width: 48%;
    height: 43px;
    /* line-height: 40px; */
    padding: 9px !important;
    border-radius: 8px;
    margin-bottom: 0px !important; 
    cursor: pointer;
}
#newUser .form-check-input{
    border: 1.5px solid #DBE4F7;
    cursor: pointer;

}
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url('../../assets/images/radio1.svg') !important;
}
.form-check-input:checked {
    background-color: transparent !important;
    box-shadow: none !important;
}
#newUser .form-check.active{
    background: #DBE4F780;
    border: 1px solid #7690C2B2
}
.form-select{
    padding: 0.375rem 0.75rem !important;
    height: 45px;
    background-position: left 0px center !important;
    border: 1.5px solid #DBE4F7 !important;
}
.modal-open .modal{
    background: #FFF2DF80;
}
.modal-footer{
    justify-content: center !important;
}
.modal-footer button{
    width: 180px;
    height: 40px;
    border-radius: 8px;
}
.modal-footer .cancel-btn{
    border: 1px solid #7690C2;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #7690C2;
}
.modal-footer .newUser-btn{
    background: #FFF2DF;
    color: #fff;
}
.modal.show .modal-dialog {
    transform: none;
    height: calc(100vh - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-header{
    border-bottom: 1px solid #E4E8F2;
    padding-bottom: 0;
    background: #fff;
/*    margin-bottom: 25px;*/
}
.content-header h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
    color: #424A53;
    padding: 25px 0;
}
.usertab .tablinks.active{
    color: #000;
    border-bottom: 2px solid #FFF2DF;
    background: transparent;
    font-weight: 600;

}
.usertab .tablinks{
    border-radius: 0;
    color: #000;
    font-weight: 400;
    font-size: 18px !important;
    background: transparent;
}
.main-content {
    min-height: calc(100vh - 0px) !important;
/*    background: #F4F6FA;*/
}
.content-wrapper > .content{
    padding-top: 25px;
}
.trackUser_sec {
    background: #F4F6FA;
}
.trackUser_sec .card-header{
    border-bottom: none !important;
    display: flex;
    justify-content: space-between;
}
.trackUser_sec .card-header h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
    color: #000;
    display: flex;
    align-items: center;
}
.trackUser_sec .card-header img{
    margin-left: 5px;
}
.edit-profile{
    margin-right: auto;
    cursor: pointer;
}
#BasicDetails .table td{
    height: 60px;
    line-height: 60px;
    padding: 0 15px !important;
    font-size: 14px;
}
td.text-heading{
    color: #7690C2 !important;
    font-size: 16px;
    font-weight: 400;
    text-align: right !important;
}
td.text-bold{
    font-weight: 600 !important;
    color: #424A53 !important;
    text-align: left !important;
}

#BasicDetails .table {
    border: none !important;
    margin-bottom: 150px;
}
.freezeUser-btn{
    width: 150px;
    height: 40px;
    line-height: 40px !important;
    padding: 0 !important;
    border: 1px solid #7690C2 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #7690C2 !important;
    border-radius: 12px !important;
    position: absolute;
    bottom: 25px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
  .chart-container {
    width: 100%;
/*  height: 400px;*/
    position: relative;
    margin-top: 65px;
    }
.meetingList{
    list-style: none;
    padding: 0;
    margin:0;
}
.meetingList li{
    border: 1px solid #E4E8F2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.meetingDays{
    font-size: 16px;
    font-weight: 700;
    color: #424A53;
    padding: 10px;
    text-align: center;
    width: 20%;
    border-left: 1px solid #E4E8F2;
}
.meetingDays p{
    font-weight: 500;
    margin-bottom: 0;
}
.meetingTime{
    width: 80%;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.meetingTime .canceled{
    float: left;
    margin-bottom: 0;
    cursor: pointer;
}
.card.BasicDetails{
/*    height: 780px;*/
}
.register{
    background: #F151FF33;
    border:1px solid #F151FF33;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 25px;
    text-align: right;
    color: #F151FF !important;
    width: 100px;
}
#BasicDetails .col-md-5{
    width: 37.5% !important;
}
.card-header.waterTracking{
    border-bottom: 1px solid #E4E8F2 !important;
    margin:0px 15px;
    padding-left: 0;
    padding-right: 0;
}
.waterGoal {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
}
.waterGoal h2{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #000;
}
.waterGoal h2 span{
    font-weight: 700;
}
.waterGoal div{
font-size: 19.2px;
font-weight: 400;
line-height: 25.11px;
text-align: center;
color: #7690C2;
}
.waterGoal div i{
    margin-left: 5px;
    cursor: pointer;
}
.save-btn{
    width: 100px;
    height: 40px;
    padding: 0px;
    gap: 10px;
    border-radius: 8px;
    background: #FFF2DF !important;
    border:1px solid #FFF2DF !important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.cancel-btn{
    width:80px;
    height:40px;
    padding: 0px;
    border-radius: 8px;
    background: #fff !important;
    border: 1px solid #7690C2 !important;
    color: #7690C2 !important;
    font-weight: 600;
    font-size: 16px;
}
.form-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #000;
}

 .form-check.active {
    background: #DBE4F780;
    border: 1px solid #7690C2B2;
}
 .form-check-label {
    margin-right: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.93px;
    text-align: right;
    color: #424A53;
    cursor: pointer;
}
.form-check {
    border: 1px solid #DBE4F7;
    width: 48%;
    height: 43px;
    /* line-height: 40px; */
    padding: 9px !important;
    border-radius: 8px;
    margin-bottom: 0px !important;
    cursor: pointer;
}
.BasicDetails.active{
    border: 1px solid #7690C2 !important;
}
.daterangepicker .drp-calendar.right{
    display: none !important;
}
.daterangepicker.ltr{
    top:0px !important;
    direction: rtl;
    text-align: left;
    width: 100%;
    border:none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
} 
.daterangepicker .drp-calendar.left{
    max-width: 350px !important;
    width: 100%;
}
.daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0 !important;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect{
    border: none !important;
    background: transparent;
    appearance: none;
}
.daterangepicker select.monthselect:focus, .daterangepicker select.yearselect:focus{
    border: none !important;
    outline: none;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 14px;
    padding: 7px;
}
.daterangepicker .calendar-table th{
    padding-bottom: 15px;
}
.ltr{
    position: relative;
}
.ltr p{
    position: absolute;
    top: 11px;
    left: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.93px;
    text-align: right;

}
#datePickerContainer {
    margin: 0px auto 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.daterangepicker{

    display: block !important;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}

.daterangepicker.openscenter:before{
    display: none;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #FFF2DF !important;
    border-color: transparent;
    color: #fff;
    border-radius: 50% !important;
    padding: 0px !IMPORTANT;
    width: 25px;
    height: 25px;
    min-width: 25px;
    max-width: 25px;
}
#TrainingPlan .table thead th{
    border-bottom: 1px solid #E4E8F2;
    border-right:1px solid #E4E8F2;
    text-align: right !important;
    padding-right: 10px;
}
#TrainingPlan .table thead th:last-child{
    border-right:none;
}
.borderRight{
    border-right:3px solid #7690C2 !important;
}
#TrainingPlan .table td{
    height: 30px;
    line-height: 15px;
    padding: 0px !important;
    border-right:1px solid #E4E8F2;
    text-align: right !important;
}
#TrainingPlan .meetingList li{
    margin-bottom: 0px;
}
#TrainingPlan .meetingDays{
    width: 10%;
    padding: 32px 25px;
}
#TrainingPlan .weightCount{
    border-left: none;
}
#TrainingPlan .meetingTime{
    justify-content: start;
    padding: 17px 25px;
}
#TrainingPlan .weightKg{
    width: 40%;
    border-left: 1px solid #E4E8F2;
       flex-wrap: wrap;
        border-right: 1px solid #E4E8F2;
}
#TrainingPlan .weightMsg{
    width: 40%;
    padding: 15px 25px;

}
#TrainingPlan .coachNote{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #7690C2;
    margin-bottom: 0;
    width: 100%;
    margin-top: 10px;
}
#TrainingPlan .fa-angle-right, #TrainingPlan .fa-angle-left{
    width: 46px;
    height: 40px;
    border-radius: 8px;
    background: #F4F6FA;
    line-height: 40px;
    text-align: center;
    color: #424A53;
    cursor: pointer;
}
.trainingWeek{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
    color: #424A53;
    margin-bottom: 5px;
}
.trainingWeek span{
    font-weight: 400;
}
.trainingdays{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #7690C2;
    margin-bottom: 0px;
}
.training_btn{
    width: 220px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #7690C2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #7690C2 !important;
    display: block;
    line-height: 50px;
    float: left;
}
.bedge-green{
/*    width: 76px;*/
    height: 35px;
    padding: 0px 12px 0px 12px;
    border-radius: 8px;
    background: #13CDAB33;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #13CDAB;
    display: block;
    line-height: 35px;
}
.bedge-red{
       height: 35px;
    padding: 0px 12px 0px 12px;
    border-radius: 8px;
    background: #FF515B33;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #FF515B;
    display: block;
    line-height: 35px; 
}
.userNote{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #7690C2;
}
.userNote img{
    margin-left: 15px;
}

.TrainingPlan_sec {
    background: #fff;
    margin-top: -25px;
    padding-top: 25px !important;
}
#hideTrainingplan .table>tbody {
   /* vertical-align: inherit;
    min-height: 773px;
    height: 773px;
    overflow: auto;*/
}

div.submenu1sec, 
.oneCard, .twoCard, .threeCard, .fourCard, .fiveCard {
    padding: 10px 10px;
    border-bottom: 1px solid #e9e9e9;
    height: 85px;

}
 .fiveCard{
    border-bottom: none;
 }

.traning_overflow{
    max-height: 600px; 
    overflow: auto;
    direction: ltr;
}
.traning_overflow::-webkit-scrollbar {
  width:3px;
}

/* Track */
/*.traning_overflow::-webkit-scrollbar-track {
  background: #7690C2; 
}*/
 
/* Handle */
.traning_overflow::-webkit-scrollbar-thumb {
  background: #7690C2; 
}


td {
  padding: 10px;
  position: relative;
}

/* Menu item styling */
.menu-item {
  display: inline-block;
  padding: 10px 20px;
  background: #ddd;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

/* Dropdown menu styling */
ul.drop-menu {
  display: none;
  padding: 0;
  list-style: none;
  background: #666;
  border-radius: 0 0 5px 5px;
}

ul.drop-menu li {
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

ul.drop-menu li:hover {
  background: #606060;
}

/* Show the subcategory column when the corresponding category is active */
td.active + td .drop-menu {
  display: block;
}
#TrainingPlan .table td.Exercise-sec, #TrainingPlan .table td.traning-sec{
    width: 350px;
}
/*  new css 17-24 s ***************************************************/
.meetingDays.weightCount.recipe {
    padding: 0;
    background: none;
    width: 8%;
}
.meetingDays.weightCount.recipe img {
    width: 99px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.weightMsg a.btn.btn-primary.units-btn-recipe {
    border: none;
    background: #7690C2;
    color: #fff;
    border-radius: 24px;
    margin-left: 10px;
}
.user-form.recipe .program-ttl1{
text-align: center;
color: #FFA57F;
}
.user-form.recipe p{
    text-align: center;
    color: #000;
    margin-bottom: 0px;
}
.user-form.recipe .inner {
    padding: 4px 3px;
    border-radius: 8px;
    border: 1px solid #E4E8F2;
}
button.btn.btn-primary.mr-3.food-btn.add {
    background: none !important;
    color: #7690C2;
    border: 1px solid #7690C2 !important;
}
.form-control.upload-input {
    opacity: 0;
    z-index: 2;
    padding: 5.375rem 9.75rem;
    text-align: center;
    position: relative;
}
.upload-main {
    background: #EDF1FB;
    border: 1px solid #DBE4F7;
    position: relative;
    border-radius: 12px;
}
.upload-image img {
    position: absolute;
    top: 48%;
    left: 52%;
    z-index: 0;
}
.meetingTime.weightKg.recipe {
    border-left: none;
}
.add-food-modal input.form-control.search-input {
    width: 100%;
}
.food-inner-counter {
    top: 9px;
    left: 0;
    position: absolute;
}
.food-input-main {
    position: relative;
}
input.quantity__input {
    border: none;
    width: 31px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 40px !important;
}
.food-inner-counter button {
    background: none;
    border: none;
}
.food-inner-counter {
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 4px;
    top: 10%;
    left: 0;
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: center;
    height: 40px;
    direction: ltr;
}
.counter {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.food-inner-counter select.form-select {
  padding-left: 34px !important;
}
.food-input-main input {
    height: 65px;
}
.food-text-main{
display: flex;
align-items: center;
padding: 8px;
direction: ltr;
justify-content: space-between;
}
.tortia-text p {
    color: #424A53;
    margin-bottom: 0px;
}
.recipe-modal-box {
    border: 1px solid #ddd;
    /* padding: 8px; */
    border-radius: 12px;
}
.food-bootom-list {
    display: flex;
    border-top: 1px solid #ddd;
    padding: 8px;
}
.food-inner-counter.recipe {
    position: relative;
}
.food-bootom-list p {
    border-left: 1px solid #ddd;
    text-align: center;
    color: #000;
    padding-left: 11px;
    margin-bottom: 0px;
    padding-right: 7px;
}

/* meal page */
.meal-section-main h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
}
.meal-section-main .user-form .col-md-3 {
    padding-left: 0px !important;
}
.foodList.meal span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.93px;
    text-align: right;
}
.meal-section-main .card-header {
    background: none;
    border-bottom: none !important;
}
.meal-section-main .meetingTime.weightKg.recipe {
    width: 100%;
    display: block;
    background: #fff;
}
.meal-section-main .card.meetings {
    border: 1px solid #E4E8F2 !important;
    border-radius: 12px;
    background: #FDFDFF;
    padding: 10px;
}
.meal-section-main .user-form.recipe .inner{
background: #FFFFFF;
}
/* .meal-card-box {
    max-width: 880px;
    overflow-x: scroll;
} */
.meal-card-box ul.foodList.meal {
    padding: 0px;
}
.foodList.meal li {
    flex-wrap: nowrap;
    padding-left: 10px;
}
.meal-section-main .foodList .meetingDays {
    display: flex;
    text-align: center;
    width: 10%;
    padding: 41px 22px;
    background: #088870;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    align-items: center;
}
.week-name-box button {
    background: none;
    border: none;
    color: #6E7781;
    /* font-family: Assistant; */
    font-size: 20px;
    font-weight: 600;
    line-height: 26.16px;
    text-align: right;
}
.week-tab {
    display: flex;
    justify-content: space-between;
    direction: ltr;
    margin-bottom: 36px;
}
.week-tab button#defaultOpen1 {
    /* border-bottom: 1px solid #6E7781; */
}
.week-name-box .card.meetings{
    border: none !important;
}
.main-degit-box {
    display: flex;
    justify-content: space-between;
    direction: ltr;
    align-items: center;
}
.main-degit-box .inner{
    padding: 8px 12px !important;
}
.main-degit-box h3.program-ttl1{
color: #D73E82 !important;
}
.meetingDays.weightCoun.meal {
    padding: 52px 21px;
    background: #F4F9FC;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.week-name-box {
    background: #FFFFFF;
    border: 1px solid #E4E8F2 !important;
    border-radius: 12px;
}
.meal-div{
    background: #FFFFFF;
    border-radius: 12px;
}
.meal-section-main .card {
    padding: 10px;
    background: #fff;
    border: none !important;
    border-radius: 12px;
}
section.content.meal_sec {
    background: #F4F6FA;
}
.meal-section-main .meal-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.meal-section-main .small-box-main {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E4E8F2;
    margin: 20px auto 70px !important;
}
.meal-section-main .program-ttl1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    color: #424A53;
    margin-bottom: 0;
    /* padding-top: 36px; */
}
.meal-section-main .small-box-main p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #424A53;
}
.meal-section-main .no-traning-img {
    text-align: center;
}
.week-name-box.nodata {
    background: none;
    border: none !important;
    height: 100vh;
}
.week-name-box.nodata h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.97px;
    text-align: center;
    color: #6E7781;
}


/* css progress table */
.progress-table-section td {
    vertical-align: middle;
}

.progress-table-section td.photo-div {
    text-decoration: underline;
}
.training-table span {
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 25px;
    color: #9FAAC0;
    margin-top: -19px;
    display: block;
    margin-bottom: 15px;
}
.progress-table-section.table thead th{
 padding: 0px 12px !important;
}
.progress-table-section td {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.inner-pro-img img{
    margin-right: 7px;
}
section.content.progress_sec {
    background: #fbfcfd;
}
button.edit-btn {
    border-color: #7690C2;
    color: #7690C2;
    padding: 12px;
    background: none;
    border-radius: 8px;
}
.progree-btn {
    /* direction: ltr; */
    text-align: left;
    margin-bottom: 10px;
}
.progree-btn .food-btn {
    height: 52px;
}

.tooltip-table img.float-left {
    width: 20px;
    margin-right: 7px;
}
td.tooltip-table {
    display: flex;
}



td.progress-check {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: center;
    width: 65px;
    direction: rtl;
}

.progress-check input[type="checkbox"] {
    width: 16px;
}
.progress-check label.form-check-label {
    margin-right: 2px;
}
/* .progress-table-section input::placeholder{
    color: #000 !important;
} */
.input.form-control::placeholder{
    color: #000 !important;
}
.select-progress select.form-select {
    width: 80px;
    padding: 15px 49px !important;
}
td.input-percent {
    direction: rtl;
    position: relative;
}

.input-percent span {
    position: absolute;
    top: 0;
    left: 6px;
    padding-left: 14px;
}
.progress-table-section input {
    border: 1px solid #DBE4F7;
    border-radius: 8px;
    width: 100px;
    padding: 0px 8px;
    height: 41px;
}
.blank-input input.form-control {
    border: 1px solid #DBE4F7;
    background: #EDF2F7;
}
.input-date input[type="date"] {
    font-size: 14px;
    font-weight: 600;
    color: #99a2ac;
}
.btn-dark{
    background: #FFF2DF !important;
    border-color: #FFF2DF !important;
    color: #000 !important;
}
.login-logoImg{
    width: 150px;
}
.login-box label{
    color: #000;
}
.user_card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 6px -1px #E2ECF9, 0 2px 4px -2px #E2ECF9;
    margin-bottom: 30px;
}
.user_card img {
    width: 65px;
    margin-left: 25px;
}
.user_card a {
    text-decoration: none;
    border-left: 1px solid #F0F0F0;
}
.user_card a.bs-none {
    border-left: none ;
}
.user_card a p{
    color: #ACACAC;
    margin-bottom: 0;
}
nav.main-header.navbar.navbar-expand {
    background: transparent;
    box-shadow: none;
    padding: 15px 0;
}
.toggle-btn {
    display: none;
}
.wlcm-text a{
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
}
.main-heading{
    color: #000 !important;
    font-size: 18px;
    margin-bottom: 15px !important;
}
.user-list{
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.user-list li:first-child{
    color: #16C098;
}
.user-list li:last-child{
    color: #DF0404;
}
.card{
    border-radius: 30px !important;
}

.wrapper {
    background: #FAFBFF;
    padding-bottom: 25px;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FFF2DF !important;
    border-color: #FFF2DF !important;
    color: #000;
}

.pagination .page-item .page-link{
        background-color: #F5F5F5 !important;
    border: none !important;
    border-radius: 4px;
    color: #000;
}
.pagination {
    gap: 25px;
    justify-content: end;
    margin-top: 30px;
}
.edit-status a i{
    color: #000;
    margin-right: 10px;
}
.photos-text{
    color: #000;
}
.nav-list{
    list-style:none;
    padding:0px;
}
.nav-list li a{
    padding:10px 0;
}
.modal-header {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}
.modal-footer button.btn-primary { 
    background: #fff2df !important;
    border-color: #fff2df !important;
    color: #000;
}

.modal-footer button.btn-secondary {
    background: #ededed;
    border-color: #ededed;
    color: #000;
}
.modal-footer{
    border-top: none !important;
}

.select2-container {
    z-index: 99999;
}

.modal-content .form-control, .modal-content .form-select {
    background: #D9D9D966;
    border: none;
    border-radius: 100px;
    outline:none !important;
    box-shadow:none !important;
}

.modal-content label {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.01em;
    text-align: right;
    color: #000000;
}
.modal-content span.select2-selection.select2-selection--multiple {
    background: #D9D9D966;
    border: none;
    border-radius: 100px;
}
.modal-header {
    justify-content: end;
}
.modal-content {
    border-radius: 50px !important;
    min-width: 668px;
}
.form-control:focus { 
    outline: 0;
    box-shadow: none !important;  
    border-radius: 8px !important;
    border: none !important;
    outline: none !important; 
    background: #FFF2DF !important; 

}
.photo-div .row {
    direction: ltr;
}
.input-img-modal img {
    position: absolute;
    top: 0;
    width: 19px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.modal-footer button.btn-primary {
    border-radius: 100px;
    max-width: 151px;
}
.modal-footer {
    justify-content: left !important;
}
.input-div-modal {
    position: relative;
    background: #D9D9D966;
    height: 106px;
}
.input-div-modal input.form-control {
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    z-index: 6;
}
.photo-div {
    text-align: center;
}
.photo-div label.form-label {
    margin-right: 76px;
    margin-bottom: 0px;
}
label.form-label.last-month {
    text-decoration: underline;
}
button.btn.btn-primary.save-btn {
    color: #000;
    min-width: 110px;
    border-radius: 100px;
    font-weight: 500;
}
.user-img{
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
.dt-layout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.dt-container div.dt-search input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    width: 250px;
    height: 41px;
    border-radius: 8px;
    border: none !important;
    background: #eff1f5;
    color: #B5B7C0 !important;
}
.dt-layout-row.dt-layout-table {
    width: 100%;
    display: block !important;
}
button.dt-paging-button.current {
    background-color: #FFF2DF !important;
    border: none !important;
    border-radius: 4px;
    color: #000;
   height: 34px;
    width: 34px;
}

button.dt-paging-button {
    background-color: #F5F5F5 !important;
    border: none !important;
    /* border-radius: 4px; */
    color: #000;
    height: 34px;
    width: 60   px;
    /* display: flex; */
}
button.dt-paging-button.last, button.dt-paging-button.disabled.first {
    display: none;
}
.dt-layout-cell.dt-layout-full {
    overflow: auto;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal;
}
#edit-images .col-md-3.existing-images{
    width:28%;
}
#edit-images.row{
    gap: 20px;
}
#edit-images .col-md-3.existing-images img{
    width: 80px !important;
    height: 80px !important;
}

#edit-images .col-md-3.existing-images .delete-image-btn {
    width: 20px;
    height: 20px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -6px !important;
    right: 5px !important;
}
.modal-content .form-control:focus, .modal-content .form-select:focus {
    background: #D9D9D966 !important; 
    border-radius: 100px !important;
    outline: none !important;
    box-shadow: none !important;
}
   .favorite-container {
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
    }

    .checkbox-hidden {
      display: none;
    }

    .favorite-icon {
      width: 24px;
      height: 24px;
      fill: #ccc;
      transition: fill 0.3s ease;
      cursor: pointer;
    }

    /*.checkbox-hidden:checked + svg.favorite-icon {
      fill: #ff4747;
    }*/
     svg.favorite-icon.active {
      fill: #ff4747;
    }
    .label-text {
      font-size: 16px;
      color: #333;
    }







@media screen and (min-width:300px) and (max-width:768px){
.login-box{padding: 20px}
.login-img img{display: none;}
.login-page{padding:20px;}
.login-box  .input-group { width: 100% !important; }
.login-box .form-control, .login-box .btn-dark, .input-group-append { width: 100% !important; }
.login-logoImg {width: 115px;}
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header{margin-right:0px;}
.main-sidebar, .main-sidebar::before { margin-right: -250px;margin-left:auto;}
.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
width: 100%;}
.sidebar-mini.sidebar-collapse .main-sidebar{margin-right: 0; z-index: 9999; height: 100%; overflow: auto;}
.dt-layout-row{display: block;}
.toggle-btn {display: block;}
.content-wrapper { padding-right: 0;}
nav.main-header.navbar.navbar-expand { padding: 15px 0.5rem;}
.navbar-expand .navbar-nav { padding: 0;}
.user_card a { border-left: none; border-bottom: 1px solid #F0F0F0; padding-bottom: 15px; margin-bottom: 15px;}
.user_card a.bs-none { border-bottom: none;padding-bottom: 0px; margin-bottom: 0px;}
.card {padding-left: 0px !important;padding-right: 0px !important;}
.tablinks { padding: 0px 8px; font-size: 14px !important; margin-bottom: 10px;}
div.dt-container div.dt-search input { width: 100% !important; }
div.dt-container div.dt-length, div.dt-container div.dt-search, div.dt-container div.dt-info, div.dt-container div.dt-paging {display: flex; gap: 5px; align-items: center; margin-bottom: 10px;}
.badge-danger, .badge-success { font-size: 12px !important; width: 103px; padding: 0px 0px !important; }
.history_table{overflow: auto;}
.table thead th { height: 42px;  line-height: 24px; padding: 0px 0; max-width: 140px; width: 140px; min-width: 140px; }
#Animals .col-md-4.mb-2 , #Profile .col-md-4.mb-2{width: 50%;}
#NotActiveUsers .col-md-12{overflow: auto;}
.modal-content { min-width: 100%;}
.modal-dialog { max-width: 100% !important; min-width: 100%;padding: 15px 10px; margin: 0px !important;}
.modal-body {padding: 15px 15px !important; overflow: auto;}
.newUser { bottom: -60px; }
}






@media screen and (min-width:1500px) and (max-width:1700px){
    .tablinks{padding: 0px 10px; font-size: 12px !important;}
    .login-box{padding-right: 100px;}
    .login-box label {font-size: 20px;}
    .login-box .input-group{width: 400px !important;}
    .login-box .form-control, .login-box .btn-dark{width: 400px !important; height:60px; font-size: 20px;}
}
@media screen and (min-width:1701px) and (max-width:1920px){
    .tablinks{padding: 0px 10px; font-size: 12px !important;}
    .login-box .col-md-5.pt-5 {padding-top: 95px !important;}
    .login-box{padding-right: 100px;}
    .login-box label {font-size: 23px;}
    .login-box .input-group{width: 500px !important;}
    .login-box .form-control, .login-box .btn-dark{width: 500px !important; width: 500px !important;  height:60px; font-size: 23px;}
}



