@charset "UTF-8";
.p-r{position: relative;}
.p-a{position: absolute;}
.wd80{width: 80px;}
.wd100{width: 100px;}
.wd150{width: 150px;}
.wd300 {width: 300px;}
.wd500 {width: 500px;}
.hg1{height: 40px;}
.hg2{height: 80px;}
.hg3{height: 120px;}
.hg4{height: 160px;}
.hg5{height: 200px;}
.card-loading{
    width: 600px;
    margin: auto;
}
.btn1 {
    border: 1px solid #383840;
    border-radius: 5px;
    background-color: #383840;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
}
.cards-header{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
    flex-wrap: wrap;
}
.cards-info-fr{
    padding: 5px 15px;
    border-bottom: 1px solid #e3e6f0;
}
.cards-header .cards-info{
    flex: 1;
    width: 100%;
}
.cards-header .cards-info.w-60{
    flex: 0 0 60px;
    width: 60px;
}
.cards-header .cards-info.w-120{
    flex: 0 0 120px;
    width: 120px;
}
.cards-header .item{
    text-align: end;
    padding-right: 5px;
}
.cards-header .item.reset{
    padding-top: 5px;
}
.search-top-box{
    position: relative;
}
.search-top-box img {
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 5px;
    width: 20px;
}
.data-info{
    flex: 1;
}
.data-info-flex{
    display: flex;
    padding-top: 5px;
    flex-wrap: wrap;
    color: #575757;
}
.data-info-flex .sitem{
    padding: 2px 6px;
    white-space: nowrap;
}
.data-info-flex .sitem span{
    color: #db7a4c;
    font-weight: 700;
}
.info-msg{
    color: #d82e2e;
    padding: 0 15px;
    display: none;
}
.simg{
    width: 100px;
}
.view-img-flex{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.view-img-flex img{
    width: 200px;
    padding: 5px;
}
.bg-menu{
    background-image: linear-gradient(1deg, #000000 10.13%, #5a5a5a 100%);
}
.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgb(255 255 255);
}
.PhotoVerify{
    padding: 20px 10px;
}
.PhotoVerify .simg{
    width: 140px;
}
.filter_flex {
    display: flex;
}
.filter-fr{
    position: relative;
}
.filter-fr .arrow{
    position: absolute;
    width: 20px;
    right: 0;
    top: -30px;
    right: 5px;
    display: none;
}
.notbtn .filter-fr .arrow{
    top: -40px;
}
.filter_flex .arrow img{
    width: 100%;
}
.bimg{
    width: 800px;
}
.view_video_fr{
    width: 250px;
}
.view_video_fr2{
    width: 500px;
}
.view_video_fr video{
    width: 100%;
}
.c1{
    color: #c81d19;
}
.c2{
    color: #04b04e;
}
.c3{
    color: rgb(221 137 137);
}
.filter-w1{
    width: 150px;
}
.filter-w2{
    width: 200px;
}
.filter-w3{
    width: 80px;
}
.filter-w4{
    width: 100px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 17rem!important;
    box-shadow: 0px 3px 3px #d1d1d1;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #c01d18!important;
}
.nav-item svg{
    width: 20px; 
}
.st0{
    fill:#ffffffa0;
}
.st1{
    stroke:#ffffffa0;
}
.sortable{
    padding-left: 0;
}
.icon1{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill: #777777;
}
.icon2{
    fill:none;stroke:#a3a3a3;stroke-width:66.6667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:133.3333;
}
.password-form img {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 20px;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
}
.heading-flex{
    display: flex;
    /* flex-direction: column; */
}
.heading-tp span{
	font-size: 18px;
	padding-left: 10px;
	color: #37a6ac;
	display: none;
}
.filter-flex{
	flex: 1;
	/* text-align: end; */
}
.filter-box{
	display: flex;
	justify-content: flex-end;
}
.select-date-box img{
	width: 15px;
	right: 6px;
	top: 6px;
}
.filter-submit{
	padding-left: 5px;
}
.week-flex a {
    background: unset;
    border: 0;
}
.week-flex a svg{
    width: 30px;
}
.week-flex a svg g{
    fill: #97989e;
}
.week-flex{
    padding-top: 2px;
    padding-left: 15px;
    display: flex;
}
.week-flex .item{
    padding: 0 5px;
}
.week-flex .date{
    font-size: 18px;
    color: #797a80;
    padding: 2px 10px;
}
.week-flex a svg g{
    transition: all 0.3s;
}
.week-flex a:hover svg g{
    fill: #29c28f;
}
.week-change{
	display: flex;
}
.m-heading-flex{
	display: flex;
	justify-content: space-between;
}
.week-change .date{
	font-size: 20px;
	padding-left: 10px;
	line-height: 1.6;
	color: #37a6ac;
	font-weight: 500;
}
.select-date-fr{
	padding-left: 20px;
}
.input-sy{
	border: 1px solid #c6c6c6;
	background: unset;
	width: 150px;
	border-radius: 5px;
	padding: 0 20px 0 10px;
	color: #575454;
	font-size: 14px;
	height: 30px;
	outline: 0;
}
.schedule-week-flex{
    display: flex;
    padding-top: 20px;
    overflow-x: auto;
}
.grid-flex{
    display:flex;
}
.grid-flex .reserve{
    flex: 0 0 33.3%;
    width: 33.3%;
    min-width: 120px;
    position: relative;
}
.floor2{
	margin-left: 8px;
	width: calc(100% - 8px)!important;
}
.c1{
    background-color: #b71616ab;
}
.c2{
    background-color: #3fa037b0;
}
.c3{
    background-color: #0690c8bd;
}
.reserve-time{
    position: absolute;
    color: #fff;
    padding: 10px;
    z-index: 2;
    width: 100%;
    /* height: 160px; */
    border: 1px solid #fff;
    cursor: pointer;
    /* opacity: .8; */
}
.reserve-time:hover{
    border: 2px solid #fff600;
}
.schedule-week-flex .column .grid{
    padding: 5px 10px;
    height: 40px;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    /* overflow: hidden; */
    position: relative;
}
.schedule-week-flex .column .grid .grid-add{
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 1;
	cursor: pointer;
}
.schedule-week-flex .column .grid.add{
	cursor: pointer;
}
.schedule-week-flex .column .grid.reserve-data{
    padding: 0;
}
.schedule-week-flex .column .grid:hover{
    background-color: #ceecf1;
}
.schedule-week-flex .column .grid.rest{
    background-color: #EFEFEF;
}
.schedule-week-flex .column .grid.week_num{
    height: 35px;
    min-width: 100px;
}
.schedule-week-flex .column.time .grid{
    text-align: end;
}
.schedule-week-flex .column.week{
    flex: 1;
}
.modal-header{
    background-color: #f7f7f7;
    padding: .8rem 1rem!important;
}
.modal-title a{
	color: #212529;
	text-decoration: none;
	transition: all 0.3s;
}
.modal-title a:hover{
	color: #37a6ac;
}
.modal-title svg{
	width: 18px;
}
.modal-title svg path{
	transition: all 0.3s;
}
.modal-title a:hover svg path{
	fill: #37a6ac;
}
.preview-fr{
	display: none;
}
.tb-item{
    padding: 5px 0 5px 20px;
    display: flex;
    font-size: 14px;
}
.tb-item.s2{
    padding: 1px 0 1px 20px;
}
.tb-item.s3{
    padding: 5px 0;
}
.tb-item-gp{
	/* display: flex; */
}
.time_dot{
	width: 20px!important;
}
.preview-fr{
	display: none;
}
.tb-item label.w-60{
    width: 60px;
    padding-top: 8px;
}
.tb-item label{
	flex: 0 0 100px;
    width: 100px;
	padding-top: 8px;
	position: relative;
}
.tb-item .tb-txt{
	padding-top: 8px;
	color: #6b6b6b;
}
.tb-item .upload-fr label{
	width: 100%;
	margin-bottom: 0;
}
.tb-lr-w{
	display: flex;
}
.pretty label {
    width: 100%;
}
.form_file{
	width: 100%;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
	outline: none;
	border-radius: 0;
	border: 0;
	display: none;
}
.ui-timepicker {
    font-size: 14px;
}
.tb-item input{
	appearance: none;
	border: 1px solid #afb6bc;
	background-color: #fff;
	color: #373737;
	height: 35px;
	outline: none;
	padding: 0 10px;
	border-radius: .2rem;
}
.tb-item input.color{
	appearance: none;
	border: 1px solid #afb6bc;
	background-color: #fff;
	color: unset;
	outline: none;
	padding: unset;
	border-radius: .2rem;
	height: 30px;
	width: 30px;
	margin: 2px;
}
.tb-item input{
	appearance: none;
	border: 1px solid #afb6bc;
	background-color: #fff;
	color: #373737;
	height: 35px;
	outline: none;
	padding: 0 10px;
	border-radius: .2rem;
	z-index: 99!important;
}
.tb-item select{
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 1em;
    height: 35px;
    border-radius: .2rem;
    padding-left: 10px;
    outline: none;
	background-color: #fff;
	color: #373737;
	border: 1px solid #afb6bc;
}
.tb-item label.required::before{
	position: absolute;
	content: "*";
	color: #dc3545;
	left: -12px;
	top: 10px;
}
.tb-item textarea{
    border: 1px solid #afb6bc;
    background: #fff;
    color: #373737;
    height: 158px;
    outline: none;
    padding: 5px 10px;
    border-radius: .2rem;
    flex: 1;
}
.tb-item .info{
	font-size: 18px;
	font-weight: 500;
	height: 40px;
	line-height: 2.2;
	color: #000000;
}
.tb-item input::placeholder{
	color: #989da2;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 50px!important;
    height: 30px!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #9e9e9e;
    cursor: pointer;
}
.datepicker th {
	color: #2b2b2b;
}
.datepicker td:hover{
    color: #5b2f2f;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #d6d6d6!important;
    background-image: unset;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-image: linear-gradient(to bottom, #2f9cc9, #30a0db) !important;
    color: #fff!important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
	background-color: #4d5863 !important;
	background-image: unset!important;
	color: #fff;
}
.datepicker{
	z-index: 9999!important;
	box-shadow: 3px 2px 5px rgb(222 222 222 / 60%);
}
.ui-timepicker-standard{
	z-index: 9999!important;
	height: 200px!important;
}
.ui-timepicker-viewport {
    height: 195px!important;
}
.ui-timepicker-standard {
    font-size: 1em;
}
.uploadbtn{
	background: linear-gradient(180deg, #545c66 0%, #212529 100%);
	text-align: center;
	height: 30px;
	width: 100px;
	padding: 0 10px;
	line-height: 2;
	border-radius: 8px;
	transition: all 0.4s;
	color: #fff;
	cursor: pointer;
	margin-right: 20px;
}
.uploadbtn:hover{
	background: linear-gradient(180deg, #212529 0%, #212529 100%);
}
.preview{
	width: 150px;
	/* padding-top: 10px; */
	padding-bottom: 0;
	/* display: none; */
}
.delimg{
	padding: 10px;
}
.delimg a{
	color: #212529;
}
.delimg a:hover{
	text-decoration: none;
}
.loading{
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.loading.show{
	display: block;
}
.loader-lt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 101;
}
.loader-lt.delay{
	display: none;
}
.loader {
	width: 40px;
	padding: 5px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #4a4949;
	--_m: 
		conic-gradient(#0000 10%,#000),
		linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
			mask: var(--_m);
	-webkit-mask-composite: source-out;
			mask-composite: subtract;
	animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
.btn-bg1 {
    border-radius: .2rem;
    background: rgb(239, 15, 0);
    background: linear-gradient(180deg, rgba(239, 15, 0, 1) 0%, rgba(137, 9, 0, 1) 100%);
}
.btn-bg2 {
    border-radius: .2rem;
    background: rgb(105 105 105);
    background: linear-gradient(180deg, rgb(176 176 176) 0%, rgb(105 105 105) 100%);
}
.btn-bg3 {
    border-radius: .2rem;
    background: #212529;
    background: linear-gradient(180deg, #6c7d8e 0%, rgb(33 37 41) 100%);
}
.btn-bg4 {
    border-radius: .2rem;
    background: rgb(5 181 60);
    background: linear-gradient(180deg, rgb(5 181 60) 0%, rgb(9 117 43) 100%);
}
.btn2 {
    width: 100%;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.btn3 {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	height: 30px;
	border: 0;
	padding: 0 10px;
}
.btn-bg1:hover{
	color: #fff;
	background: rgb(156 16 6);
}
.btn-bg2:hover{
	color: #fff;
	background: rgb(105 105 105);
}
.btn-bg3:hover {
    background: #4b5763;
}
.btn-bg4:hover {
    background: #12601b;
}
.btn-w1{
	width: 100px;
}
.btn-w2{
	width: 150px;
}
.tb-item-btn-fr button {
    display: inline-block;
    outline: none;
    border: 0;
    margin: 0 5px;
}
.tb-item-btn-fr{
    display: flex;
    padding-top: 40px;
}
.tb-item-btn-fr.s2{
    width: 500px;
}
.modal-dialog.w600{
	max-width: 600px!important;
}
.modal-body {
    padding: 1.5rem!important;
}
.btn2.del{
	display: none;
}
.topbar {
    height: 3.375rem;
}
.topbar .nav-item .nav-link {
    height: 54px;
}
.dropdown-menu-right{
	right: 0!important;
	left: unset!important;
}
footer.sticky-footer .copyright {
    line-height: 1.4;
    color: #6e6e6e;
}
.week-change-fr.md{
    display: none;
}
.info-data-bar{
	display: flex;
	padding: 0 20px;
}
.info-data{
	display: flex;
	font-size: 22px;
	padding-right: 15px;
}
.info-data label{
	padding-right: 10px;
}
.info-data-ed{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.info-data-link{
	padding: 0 10px;
}
a.info-data-link.img1 svg path{
	transition: all 0.4s;
	fill: #474747;
}
a:hover.info-data-link.img1 svg path{
	fill: #37a6ac;
	transition: all 0.4s;
}
.info-data-link.img2 svg{
	width: 28px;
	padding-top: 3px;
}
a.info-data-link.img2 svg path{
	transition: all 0.4s;
	width: 28px;
	padding-top: 3px;
	fill: #474747;
}
a:hover.info-data-link.img2 svg path{
	fill: #37a6ac;
}
.info-data-link.img3{
	width: 50px;
}
.info-data-link.img3 svg{
	padding-top: 3px;
	width: 100%;
}
.info-data-link.img3 path{
	stroke: #000000;
}
a.info-data-link.img3 svg path{
	transition: all 0.4s;
	stroke: #474747;
}
a:hover.info-data-link.img3 svg path{
	stroke: #37a6ac;
	transition: all 0.4s;
}
.md{
    display: none;
}
.md label{
    font-size: 24px;
}
.td-flex{
	display: flex;
}
.td-flex .menu-txt{
	padding-top: 5px;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
	font-size: 18px;
}
.treatment-data{
	margin: 10px 20px;
	overflow-x: auto;
}
.treatment-data ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.treatment-data li{
	list-style-type: none;
	padding: 5px 20px;
	background: #f5c383;
	color: #836139;
	margin-right: 10px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.4s;
}
.treatment-data li:hover{
	background: #db7960;
	color: #f0eeec;
}
.treatment-data li.active{
	background: #db7960;
	color: #f0eeec;
}
.treatment-info{
	font-size: 18px;
	margin: 15px 20px;
	overflow-x: auto;
	padding-bottom: 10px;
}
.treatment-info .item{
	padding-right: 10px;
}
.treatment-txt label{
	padding-top: 5px;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: 600;
}
.treatment-txt .treatment-item{
	background: #d8d8d8;
	padding: 5px 20px;
	white-space: nowrap;
	border-radius: 10px;
	margin-right: 15px;
	cursor: pointer;
	transition: all 0.4s;
}
.treatment-txt .treatment-item:hover{
	background: #a7bacd;
}
.treatment-txt .treatment-item.active{
	color: #fff;
	background: #5a9ed1;
}
.nodata-box{
	padding: 60px 0;
}
.newdatabtn{
	text-align: center;
	padding-top: 20px;
	cursor: pointer;
}
.newdatabtn:hover{
	color: #4098B0;
}
.nodata-flex{
	/* text-align: center; */
	padding: 20px 0;
	color: #4098B0;
	display: flex;
	justify-content: center;
}
.nodata-flex .img img{
	width: 20px;
}
.nodata-flex .txt{
	padding: 2px 5px;
}
.step_control{
	width: 350px;
	margin: auto;
	background: #ffe5c1;
	padding: 20px;
	border-radius: 10px;
	color: #846139;
	line-height: 2;
}
.step_control a{
	color: #846139;
}
.step_control a:hover{
	color: #846139;
	text-decoration: unset;
}
.photoview{
	margin: 5px 20px;
}
.photoview.compare{
	overflow-y: unset;
	margin: 5px 20px;
	/* height: 100px; */
}
.img-grid-flex{
	display: flex;
	flex-wrap: wrap;
	transition: all 0.4s ease;
}
.img-grid-flex .img{
	flex: 0 0 33.3%;
	width: 33.3%;
	border: 1px solid #fff;
	overflow: hidden;
	padding-top: 23.5%;
	position: relative;
}
.img-grid-flex.compare .img{
	flex: 0 0 100%;
	width: 100%;
	border: 1px solid #fff;
	overflow: hidden;
	padding-top: 71.48%;
	position: relative;
}
.img-grid-flex .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: -4px;
	object-position: top;
	object-fit: cover;
	display: block;
}
footer.sticky-footer {
    padding: .8rem 0;
}
.modal-table th {
    background-color: #e2e2e2!important;
    border-bottom-color: #525252!important;
    border-top: 0;
    height: 50px!important;
    border-bottom: 1px solid #9c9c9c!important;
    vertical-align: middle!important;
    height: 50px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    color: #4f4f4f;
}
.modal-table tr td{
	height: 50px!important;
	vertical-align: middle!important;
	padding-left: 15px;
	padding-right: 15px;
}
.modal-table tr td a{
	color: #4f4f4f;
}
.svgicon1{
	fill: none;
    transition: all 0.4s;
}
.svgicon1 line,
.svgicon1 path{
	stroke: #656565;
	transition: all 0.4s;
}
.svgicon1:hover svg{
	fill: #37a6ac;
}
.svgicon1:hover line,
.svgicon1:hover path{
	stroke: #37a6ac;
}
.svgicon2 path{
	fill: #656565;
	transition: all 0.4s;
}
.svgicon2:hover path{
	fill: #37a6ac;
}
#data-edit{
    display: none;
}
#notes-data_dropLabel{
    cursor: pointer;
	transition: all 0.4s;
}
#notes-data_dropLabel:hover{
    color: #37a6ac;
}
.photoview-flex{
    display: flex;
}
.photoview-flex .frame{
	flex: 1;
	width: 50%;
	overflow-y: auto;
}
.photoview-flex .frame.left{
	border-right: 5px solid #ff0000;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0!important;
}
.annotation{
	color: #5a5a5a;
	font-size: 14px;
}
.card-body.list {
    padding: 0
}
.card-body a{
	color: #5a5a5a;
	transition: all 0.4s;
}
.card-body a:hover{
	color: #37a6ac;
}
.m-arrow {
    font-size: 14px;
    display: none;
    color: #626060;
    padding: 10px;
}
.m-arrow img {
    width: 25px;
    height: 100%;
    opacity: .5;
    padding-left: 10px;
    padding-top: 2px;
}
.table-bordered>:not(caption)>* {
    border-width: 1px 0;
    border: 2px solid #e4e4e4;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    border-bottom: 2px solid #e4e4e4!important;
}
.table th img{
    width: 20px;
}
.table thead th {
    vertical-align: middle!important;
    border-bottom: 2px solid #e3e6f0;
}
.sort_arrow{
    display: inline;
    font-size: large;
    padding:0 10px;
}
.pagination {
    justify-content: center;
}
.menu-icon {
    width: 18px;
    opacity: .6;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #626470!important;
}
.text-sm {
    font-size: 14px;
}
.search-top-box input{
	background-color: #fff;
}
.item.reset a {
    color: #444444;
    text-decoration: none;
    background-color: transparent;
}
.btn-dark:hover {
	border: 1px solid #212529;
	color: #212529!important;
    background-color: #ffffff!important;
    border-color: #212529!important;
}
.sidebar #sidebarToggle {
    position: relative;
}
.sidebar #sidebarToggle::after {
    content: ''!important;
    margin-right: .1rem;
	position: absolute;
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow_menu.svg);
	background-repeat: no-repeat;
	z-index: 1;
	top: 13px;
	left: 15px;
}
.sidebar.toggled #sidebarToggle::after {
    content: ''!important;
    margin-left: .25rem;
	top: 12px;
	left: 6px;
	transform: rotate(180deg);
}
.reserve-flex{
	display: flex;
	font-size: 12px;
}
.reserve-flex .name{
	padding-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.reserve-flex .items{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.reserve-flex.s2{
	display: flex;
}
.add-flex{
	display: flex;
	padding-top: 10px;
	cursor: pointer;
}
.add-flex .img img{
	width: 20px;
}
.add-flex .txt{
	padding: 2px 5px;
}
.add-flex:hover{
	color: #858585;
}
.reset_btn{
	color: #fff;
	background: #959595;
    padding: 5px 10px;
    white-space: nowrap;
    border-radius: 10px;
	border: 1px solid #9e9e9e;
}
.reset_btn:active{
	background: #adadad;
}
.date-item{
	background: #d8d8d8;
    padding: 5px 20px;
    white-space: nowrap;
    border-radius: 10px;
}
.list-view-img{
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
}
.list-view-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
}
.ui-timepicker-standard .ui-menu-item {
    text-align: left;
}
.checks input[type="checkbox"] {
	display: none;
}
.checks input[type="checkbox"]+label {
	color: #212529;
}
.checks input[type="checkbox"]+label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(../img/check.svg) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.checks input[type="checkbox"]:checked+label span {
	background: url(../img/checked.svg) no-repeat;
	background-size: cover;
}
.checks{
	top: 10px;
	left: 10px;
	z-index: 1;
}
.compare-img-btn {
    list-style-type: none;
    padding: 5px 20px;
    background: #5a9ed2;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
	outline: unset;
	border: 0;
}
.compare-img-btn:hover{
	background: #3dcdc5;
}
.modal-dialog.lt-model-xxl {
	max-width: 95%;
}
.compare-img-d-flex{
	display: flex;
}
.compare-img-d-flex .img{
	flex: 0 0 50%;
	width: 50%;
	padding: 2px;
}
.compare-img-d-flex .img img{
	width: 100%;
}
.compare-img-d-flex .img .info{
	font-size: 18px;
}
@media (min-width: 768px) {
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: .75rem 1rem;
        width: 5rem;
    }
    .sidebar.toggled {
        width: 5rem !important;
    }
    .sidebar.toggled .nav-item .nav-link span {
        padding-top: 5px;
        font-size: .65rem;
    }
}
@media (max-width: 1400px) {
    .img-grid-flex.compare .img{
        flex: 0 0 100%;
        width: 100%;
        border: 1px solid #fff;
        overflow: hidden;
        padding-top: 70.48%;
        position: relative;
    }
}
@media (max-width: 1200px) {
}
@media (max-width: 1100px) {
    .cards-header{
        flex-direction: column;
    }
    .cards-header .item{
        text-align: start;
        /* padding-top: 5px; */
        /* display: none; */
        padding-right: 0;
    }

    .filter_flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .filter-w1{
        width: 100%;
    }
    .filter-w2{
        width: 100%;
    }
    .filter-w3{
        width: 100%;
    }
    .filter_flex {
        /* border-top: 1px solid #9f9f9f; */
        display: none;
    }
    .searchbox{
        display: block;
    }
    .filter-fr.show .filter_flex{
        display: block;
    }
    .filter-fr.show .arrow{
        transform:rotate(180deg);
    }
    .filter-fr .item{
        padding-top: 5px;
    }
    .filter-fr .arrow{
        display: block;
        transition: all 0.4s;
    }
	.treatment-data li{
		font-size: 16px;
	}
	.compare-img-btn {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
    .bimg{
        width: 100%;
    }
    .week-change-fr.pc{
        display: none;
    }
    .week-change-fr.md{
        display: block;
    }
	.wd500 {width: 100%;}
	.tb-item-btn-fr.s2{
	    width: 100%;
	}
	.week-change{
		display: none;
	}
	.heading-flex{
        flex-direction: column;
    }
	.heading-tp span{
		display: inline-block;
	}
	.filter-box{
		padding-top: 10px;
		justify-content: flex-start;
	}
	.img-grid-flex .img{
		flex: 0 0 50%;
		width: 50%;
		border: 1px solid #fff;
		overflow: hidden;
		padding-top: 35%;
		position: relative;
	}
	.m-arrow{
		display: block;
	}
}

@media (max-width: 768px) {
    .card-loading{
        width: 100%;
    }
    .w200,
    .wd500 {
        width: 100%;
    }
    .view-img-flex img{
        width: 120px;
    }
    .week-flex{
        padding-left: 0;
    }
	.modal-dialog {
		max-width: 100%!important;
	}
	.treatment-data li{
		font-size: 16px;
		padding: 10px 20px;
	}
	.compare-img-btn{
		font-size: 16px;
		padding: 10px 20px;
	}
	.img-grid-flex .img{
		flex: 0 0 100%;
		width: 100%;
		border: 1px solid #fff;
		overflow: hidden;
		padding-top: 70.48%;
		position: relative;
	}
	.treatment-txt{
		padding-bottom: 10px;
	}
	.compare-img-d-flex{
		flex-direction: column;
	}
	.compare-img-d-flex .img{
		flex:1;
		width: 100%;
		padding: 2px;
	}
	.checks input[type="checkbox"]+label span {
		display: inline-block;
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 576px) {
	.week-change{
		flex-direction: column;
	}
	.week-change .date{
		padding-top: 5px;
		padding-left: 0;
		font-size: 18px;
	}
	.tb-item{
	    padding: 5px 0 5px 5px;
	    flex-direction: column;
	}
	.tb-item.inline{
	    flex-direction: unset;
	}
    .cards-header {
        flex-direction: column;
    }
    .view-img-flex img{
        width: 100px;
    }
    .week-flex .date{
        font-size: 16px;
    }
    .wd100{width: 100%;}
    .wd300 {width: 100%;}
	.tb-item-gp select{
		flex: 1;
	}
	.info-data {
	    font-size: 16px;
	    padding-right: 15px;
	}
	.info-data-bar {
	    padding: 0;
	}
	.treatment-data {
	    margin: 0;
	}
    .pc{
        display: none;
    }
    .md{
        display: block;
    }
	.treatment-data li{
		font-size: 14px;
	}
	.compare-img-btn{
		font-size: 14px;
		padding: 10px 20px;
		margin-bottom: 10px;
	}
	.treatment-info {
	    font-size: 14px;
	    margin: 10px 0;
	    overflow-x: auto;
	    padding-bottom: 0;
	}
	.treatment-data .menu-txt{
		font-size: 14px;
	}
	.photoview{
		overflow-y: auto;
		margin: 5px 0;
	}
	.photoview.compare{
		overflow-y: auto;
		margin: 5px 0;
	}
	.treatment-data ul{
	    margin-bottom: 5px;
	}
	.info-data-link.img1 svg{
		width: 26px;
		padding-top: 0;
	}
	.info-data-link.img2 svg{
		width: 20px;
		padding-top: 3px;
	}
	.tb-item textarea{
	    flex: unset;
	}
    .wd150 {
        width: 100%;
    }
	.tb-item .label{
		flex: 1;
	    width: 100px;
	}
	.info-data-ed{
		padding-bottom: 10px;
	}
	.photoview-flex .frame.left{
		border-right: 3px solid #ff0000;
	}
}

@media (max-width: 375px) {

}

