@charset "UTF-8";
@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');


:root {
	--bs-font-poppins: "Poppins",sans-serif;
	--bs-font-sans-serif: "Roboto",Helvetica,sans-serif;
	--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--bs-body-font-family: 'Montserrat', sans-serif ;
	--bs-secondary-font-family:  'Poppins', sans-serif ;
	--bs-font-roboto: "Roboto Condensed", sans-serif;
	--bs-body-font-size: 13px;
	--bs-form-font-size: 13px;
	--bs-gray-color: #f7f7f7;
	--bs-card-text-color: #3E617D;
	--bg-primary:#0854a0;
	--bg-secondary:#e1e1e1;
    --bg-secondary-hover: #cfcfcf;
    --bg-primary-hover:#0e438f;
    --bg-black: #0c0c0c;
    --bg-white: #ffffff;
    --bg-light: #f8f9fa;
    --text-white: #ffffff;
    --text-primary: #0E3A5C;
    --bg-primary-dark: #0E3A5C;
    --bg-black: #000;
    --heading-size:27px;
    --font-14: 14px;
    --badge-success: #198C11;
    --badge-warning: #D2A000;
    --badge-danger: #FC2121;
    --badge-closed: #CDDD00;
    --font-13: 13px;
    --card-header: rgba(0, 0, 0, 0.05);
    --table-border: #dbdbdb;
    --menu-color: #9C9FA6;
	/*--bg-body-color: #fcfcfc;*/
	--bg-body-color: rgba(178, 202, 226, 0.21);
    --bg-upload-color:#A1A6B5;
}
body {
	font-family: var(--bs-font-poppins);
	font-size: var(--bs-body-font-size);
	background-color: rgba(178, 202, 226, 0.21);
	color: #000000;
	/*overflow-y: hidden;*/
}
input, button, select, optgroup, textarea,h1, h2, h3, h4, h5 {
    font-family: var(--bs-font-poppins);
}
.bg-primary {
	background-color: var(--bg-primary) !important;
	color: var(--text-white) !important;
}
.action-button .btn-outline-primary:focus {
	color: var(--text-white) !important;
}
.font-8 {
	font-size: 8px;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.font-22{
	font-size: 22px;
}
.font-28{
	font-size: 28px;
}
.fw-medium{
	font-weight: 500;
}
.font-29 {
	font-size: 29px;
}
.font-32 {
	font-size: 32px;
}
.font-36 {
	font-size: 36px;
}
.font-42 {
	font-size: 42px;
}
.fw-semibold {
	font-weight: 600;
}
.fw-medium {
    font-weight: 500;
}
.form-check-input:checked {
	background-color: var(--bg-primary);
	border-color: var(--bg-primary);
}
.text-primary{
	color: var(--bg-primary) !important;
}
.btn-primary {
	background-color: var(--bg-primary);
	border-color: var(--bg-primary);
}
.btn-secondary {
	background-color: var(--bg-secondary);
	border-color: var(--bg-secondary);
	color: var(--bg-black);
}

.btn-secondary:hover {
	background-color: var(--bg-secondary-hover);
	border-color: var(--bg-secondary-hover);
	color: var(--bg-black);
}
/*.btn-primary:hover,*/
.btn-primary:focus,
.btn-outline-primary:hover,.btn-outline-primary:focus{
	background-color: var(--bg-primary);
	border-color: transparent;
	color: var(--bg-white);
}
.btn-outline-primary {
	color: var(--bg-primary);
	border-color: var(--bg-primary);
	background-color: var(--bg-white);
}
/*.btn-outline-secondary{
	color: var(--bg-primary);
	border-color: var(--bg-primary);
	background-color: var(--bg-white);
}
.btn-outline-secondary:hover {
	color: var(--bg-white);
	border-color: var(--bg-white);
	background-color: var(--bg-primary);
}*/
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--bg-primary);
}
.text-secondary {
	color: var(--bg-secondary);
}
.bg-white {
	background-color: var(--bg-white) !important;
}
.rounded-10 {
	border-radius: 10px;
}
.rounded-6 {
	border-radius: 6px;
}
.rounded-20 {
	border-radius: 20px;
}
.rounded-35{
	border-radius: 35px!important;
}
/*nav.sb-sidenav-dark .sb-sidenav-menu .nav-link.active,
nav.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
    background-color:rgb(29 74 134 / 7%);
    color: #012D69;
    font-weight: 600;
}*/

.sb-sidenav-menu .nav-link:hover .svg-inline--fa,.sb-sidenav-menu .nav-link.active .svg-inline--fa{
	color: var(--bg-black);
}
/*nav.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon, .sb-sidenav-dark .sb-sidenav-menu .nav-link.active, nav.sb-sidenav-dark .sb-sidenav-menu .nav-link.active:hover .sb-nav-link-icon, .sb-sidenav-dark .sb-sidenav-menu .nav-link.active:hover {
	color: var(--text-primary);
}*/
/*nav.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon, .sb-sidenav-dark .sb-sidenav-menu .nav-link {
	color:var(--bg-black)
}
nav.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon, .sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
	color: #fff;
}*/
nav.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    padding: 14px 26px;
    line-height: normal;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-left: 10px;
}
/*nav.sb-sidenav-dark .sb-sidenav-menu .nav-link.active::before {
    background-image: url(img/curve.png);
    content: '';
    position: absolute;
    right: -3px;
    top: -16px;
    z-index: 1;
    width: 16px;
    height: 77px;
    background-repeat: no-repeat;
}*/
.accordion-button:not(.collapsed) {
    background-color: var(--text-white);
    color: var(--bg-primary);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(20) invert(1);
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {overflow-x: hidden;}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar-thumb {
  background: #333;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.overflow-auto::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.overflow-auto::-webkit-scrollbar-track {
  background: var(--bg-body-color);
}
.overflow-auto::-webkit-scrollbar-thumb {
  background: var(--bg-body-color);
}
.overflow-auto::-webkit-scrollbar-thumb:hover {
  background: var(--bg-primary);
}

.badge.zone-width{min-width: 180px;cursor: default;}
.question-accord .accordion-body .accord-border:last-child {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}
.form-select.bootstrap-select {
	padding: 0;
	display: block;
	min-width: 100%;
}
.form-select.bootstrap-select .btn-light {
	color: inherit;
	background-color: inherit;
	font-size: var(--bs-form-font-size);
}
.form-select.bootstrap-select .dropdown-toggle:focus,
.form-select.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}
.form-control.datepicker {
	padding: 0.375rem 0.75rem;
}
.btn-check:focus + .btn, .btn:focus ,.btn-close:focus{
	outline: 0;
	box-shadow:initial;
}
.form-control:focus, .dataTable-input:focus {
	box-shadow: initial;
}
.form-submission button,.form-submission a {
    min-width: 130px;
}
.form-submission {
    margin-top: 18px;
}
/*footer */
footer{
	background-color: var(--bg-white);
}
/*login*/
.login-bg {
	background-image: url(../img/login-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	z-index: 1;
}
/*.login-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 169, 169, 0.3);
    z-index: -1;
}*/
.page-content{
	padding: 24px;
}

/*card*/
.card-title {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 8px;
	margin-bottom: 16px;
	font-weight: 600;
}
.card {
    border: none;
    border-radius: 8px;
    /*box-shadow: 0px 0px 6px rgb(0 0 0 / 4%);*/
    border: 1px solid #dbdbdb;
}
/*.card-header {
	background: transparent;
	padding: 16px;
}*/
.card-body{
	padding: 16px;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.03);
}
/*custom-radio*/
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid var(--bg-primary);
    border-radius: 100%;
    background: #fff;
}
.card-header .custom-radio [type="radio"]:checked + label:before,
.card-header .custom-radio [type="radio"]:not(:checked) + label:before {
    border: 1px solid transparent;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bg-primary);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*form*/
/*.form-control,.form-select{
	border-color: #DBDBDB;
	padding: 7px 12px;
	line-height: 20px;
}
.form-h {
	height: 46px;
	border: 0;
	background-color: #F7F7F7;
	border-radius: 0;
	border-left: 5px solid var(--bg-primary);
}
.form-control.form-h:focus {
	background-color: #F7F7F7;
	border-color: var(--bg-primary);
	box-shadow: none;
}*/

/*table*/
.table td, .table th {
    padding: 10px;
    border: none;
}
.table td{
	color: #666;
}
.table td a {
    text-decoration: none;
}
.table td a:hover {
    color: var(--bg-primary-hover);
    text-decoration: none;
}

/*action button*/
.action-button .dropdown-toggle::after{
	display: none;
}
.action-button a{
	color: #AEAEAE;
}
.action-button li span {
	vertical-align: middle;
}
.action-button li {
	min-width: 40px;
	text-align: center;
}
.action-button li span.material-icons {
	line-height: 15px;
}
.action-button .dropdown-menu {
	padding: 8px 8px 4px;
}
.bg-table{
	background-color: #EFEFEF;
	color: var(--bg-black);
}
.table tbody{
	border: none;
}
.action-button li:hover a{
	color: var(--bg-primary);
}
.table-bordered td, .table-bordered th {
	border-bottom: 1px solid #e3e6f0;
}
.table-bordered tr,.table-bordered tr:last-child td {
	border: none;
}
.back-hover:hover {
	background-color: var(--bg-primary) !important;
	color: var(--bg-white) !important;
}
/*.action-button .dropdown-menu {
	transform:translate3d(-30px, -11px, 0px) !important;
}*/
@media(min-width:576px){
.action-button .dropdown-menu {
    top: -14px !important;
    right: 23px !important;
    transform: initial !important;
    left: auto !important;
    bottom: auto !important;
}

}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
	display: flex;
	align-items: center;
	padding-top: 0.75rem;
	padding-bottom: 0.15rem;
	position: relative;
	font-size: 14px;
	border-radius: 10px;
}
/*Sidenav style*/

.mt-4 {
	margin-top: 0.5rem !important;
}
star{
	color:red;
}

ul.pagination {
	margin-bottom: 0;
}

ul.pagination li a{
	border: 1px solid #707070;
	display: inline-block;
	padding: 5px 10px;
	min-width: 30px;
	min-height: 20px;
	text-align: center;
	color: #888;
	margin: 0 2px;
}
ul.pagination li a.active {
	background-color: #10358b;
	color: #FFF;
	border: 1px solid #10358b;
}

.text-warning {
	color: #100f0f !important;
}
/* .sb-sidenav-dark{
	background-color: ;
} */
.sb-sidenav-dark, .sb-sidenav-dark .sb-sidenav-footer {
    background-color: white;
}
nav.sb-topnav .btn-link,
nav.sb-topnav .nav-link{
	color: var(--bg-black);
}
.page-heading{
	color: var(--bg-black);
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
/*list card*/
/*.list-card.card {
	border: 0;
	border-radius: 5px;
    overflow: hidden;
}
.list-card .card-header {
	 background-color: #DBE1E7;
	 padding: 16px !important;
}
.list-card .card-body {
	background-color: #F2F3F4;
}*/
/*.list-card .card-footer {
    background-color: #F2F3F4;
}*/
.list-card .card-footer .svg-inline--fa {
	color: #000;
}
.badge-primary {
    background: var(--bg-primary);
}
.badge {
    min-width: 65px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
}
/*form*/
.form-group label {
    font-size: 12px;
}
.form-control,.form-select{
	border-color: var(--bg-primary);
	padding: 7px 12px;
	line-height: 20px;
	font-size: 13px;
	border-radius: 8px;
}
.form-control.small{
    line-height: 16px;
}
.form-h {
    height: 46px;
    border: 0;
    background-color: #F5F5F5;
    border-radius: 0;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #808186;
}
.form-control.form-h:focus {
    background-color: #f3f3f3;
    border-color: transparent;
    box-shadow: none;
}
/*------- Sign IN -----*/
.login-bg {
	background-image: url(./img/login-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}
.login-bg-right {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.heading-content {
    color: #727c83;
}
.heading-content:hover{
	color: #727c83;
}
.h-46{
	height: 46px;
}
/*table*/
.table-bordered th,.table th {
    background: var(--bg-primary);
    color: var(--bg-white);
    border-color: transparent;
}
.table-bordered tbody.bg-white,.table-bordered tbody ,.table > :not(:first-child), .dataTable-table > :not(:first-child){
    border: none;
}
.btn{
	padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 6px;
}
.new-btn,
.btn.back-btn {
	padding: 5px 12px;
}
.text-end a.btn.btn-danger.btn-sm {
    color: var(--bg-primary);
    border-color: var(--bg-primary);
    background-color: transparent;
}

/*.text-end a.btn.btn-danger.btn-sm:hover,.text-end a.btn.btn-danger.btn-sm:focus{
    background-color: var(--bg-primary-hover);
    border-color: transparent;
    color: var(--bg-white);
}*/
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus,.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus{
	box-shadow: initial;
}
/*badge*/
.badge-success {
    background-color: var(--badge-success);
}
.badge-warning {
    background-color: var(--badge-warning);
}
.badge-danger {
    background-color: var(--badge-danger);
}
.badge-closed {
    background-color: var(--badge-closed);
}
/*floating form*/

/*.form-control, .form-select {
    border-color: #f3f3f3;
    padding: 7px 12px;
    line-height: 20px;
    border-radius: 0px;
}*/
.form-floating {
    padding-top: 0px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .dataTable-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .dataTable-input:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .dataTable-selector ~ label,
.form-floating > label{
	font-size: 11px;
	color: var(--bg-black);
	padding: 0;
	line-height: initial;
	height: initial;
	z-index: 2;
	background-color: #fff;
	opacity: 1;
	transform: initial;
	border: none;
	left: 14px;
    top: -9px;
    padding: 0 3px;
}
.form-floating > .form-control, .form-floating > .dataTable-input, .form-floating > .form-select, .form-floating > .dataTable-selector,.form-floating > .form-control:focus, .form-floating > .dataTable-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .dataTable-input:not(:placeholder-shown),.form-floating input {
    height: initial;
    color: var(--bg-black);
    font-size: 13px;
    padding: 8px 15px;
    line-height: 1px;
}
.form-floating > .form-control, .form-floating > .dataTable-input, .form-floating > .form-select, .form-floating > .dataTable-selector, .form-floating > .form-control:focus, .form-floating > .dataTable-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .dataTable-input:not(:placeholder-shown), .form-floating input,
.form-floating > .form-control,
.form-floating > .dataTable-input,
.form-floating > .form-select {
	height: 38px;
	font-size: 12px;
	padding: 8px 16px;
    line-height: 1;
}
.form-floating{
	padding-top:0px;
}
.form-floating .bootstrap-select>.dropdown-toggle {
    padding: 0;
}
.form-floating .form-select.bootstrap-select .btn-light{
	box-shadow: initial;
	border: none;
}
.form-floating .bootstrap-select div.dropdown-menu {
    left: -16px !important;
    top: 16px !important;
}
.form-floating .dropdown-item.active,
.form-floating .dropdown-item.active,.form-floating .dropdown-item:active {
    background: var(--bg-primary);
}
.reset {
    color: rgba(0, 0, 0, 0.48);
}
.dropdown-menu li ,.dropdown-item{
    font-size: var(--font-13);
}
/*list view*/
.page-subheading {
    font-family: var(--heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--bg-black);
}
.list-card {
	border: 1px solid rgba(112, 112, 112, 0.13);
}
.list-card .card-header {
	border-bottom: none;
}
.list-card .card-body {
    padding: 20px;
}
.list-card .card-body span.badge {
	color: #FFFFFF;
}
.list-card .card-body span {
	font-family: var(--heading);
	color: rgba(0, 0, 0, 0.47);
	white-space: nowrap;
}
.list-card .sno-column span {
	font-family: var(--heading);
	font-size: 13px;
	color: var(--bg-black);
}
.list-card .card-body strong,
.list-card .card-body .title-column {
	font-family: var(--heading);
	font-size: 12px;
	color: var(--bg-primary);
}
.list-card hr {
	background-color: rgba(0, 0, 0, 0.16);
	margin: 0;
}
.list-card .action-btn {
    width: 28px;
    height: 28px;
    /*border: 1px solid rgba(0,0,0,0.07);*/
    border-radius: 5px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
}
/*custom modal*/
.modal-body {
    padding: 24px;
}
.custom-modal .modal-header {
	background-color: var(--bg-primary);
}
.custom-modal .modal-content {
	border: none;
}
.custom-modal .modal-title {
	color: var(--bg-white);
}
.custom-modal .btn-close {
	filter: brightness(0) invert(1);
	opacity: 1;
}
/*inspection page*/
.allocate_button{
	margin-top: 4px;
}
.calendar_event table {
    border: 1px solid var(--table-border);
    white-space: nowrap;
    margin: 0;
}
.calendar_event .table th {
    background: transparent;
    color: var(--bg-black);
    font-weight: 500;
    min-width: 110px;
    transition: all 0.2s;
    text-align: center;
    vertical-align: top;
}
.calendar_event .table th,.calendar_event .table td{
	border-right: 1px solid var(--table-border);
}
.calendar_event .table th.name-col {
    min-width: 190px;
}
.calendar_event .date_schedule .table th.selected-date,.calendar_event .date_schedule .table th:hover {
    background: var(--bg-primary);
    color: var(--bg-white);
}
.calendar_event .date_schedule .table th{
	cursor: pointer;
}
.table-responsive::-webkit-scrollbar {
    height:8px;
  	width: 8px;
}
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--table-border);
  	outline: 1px solid var(--table-border);
}
.allocate-table table thead,.allocate-table table tbody tr{
	border-bottom: 1px solid var(--table-border);
}
.calendar_event .table td.unselectable {
    pointer-events: none;
    cursor: no-drop;
    background: #f5f5f5;
}
.time_schedule td{
	cursor: pointer;
}
.calendar_event .time_schedule .table th {
    cursor: initial;
}
.modal-footer button {
    min-width: 100px;
}
.calendar_event .table td.available{
    background: var(--bg-primary);
}
.legend .available{
	color:var(--bg-primary);
	border: 1px solid var(--bg-primary);
	border-radius: 50%;
}
.legend .unselectable{
	color:#f5f5f5;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.filter-tab .btn-primary {
	height: 50px;
}
.form-floating > label {
	color: var(--bg-black) !important;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper * {
    vertical-align: middle;
}
.upload-btn-wrapper img{
	margin-right: 8px;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.text-short {
    overflow: hidden;
    width: 100%;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/*javscript_modal*/
.javscript_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.javscript_modal:before {
    position: fixed;
    top: 0;
    content: "";
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:var(--bg-black);
    opacity: 0.5;
    z-index: -1;
}
/*back arrow*/
.back-arrow {
    font-size: 18px;
    color: var(--bg-black);
    margin-right: 6px;
}
.list-card-img {
	height: 22vh;
	object-fit: cover;
}
.list-card-head {
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
/*chat*/
.full-chat-w .full-chat-middle .chat-head {
    background-color: #f3f2f2;
}
.full-chat-w .full-chat-middle .chat-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.full-chat-w .full-chat-middle .user-info {
    font-size: 0.90rem;
}
.full-chat-w .full-chat-middle .user-info img {
    width: 25px;
    border-radius: 50%;
    margin-right: 3px;
}
.full-chat-w .full-chat-middle .user-actions a {
    margin-left: 1rem;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.full-chat-w .chat-content-w {
    height: 374px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.full-chat-w .chat-content-w .chat-content {
    padding: 20px;
    min-height: 500px;
}
.full-chat-w .chat-content-w .chat-message.self {
    text-align: right;
}
.full-chat-w .chat-content-w .chat-message {
    margin-bottom: 20px;
}
.full-chat-w .chat-content-w .chat-message .chat-message-content {
    padding: 15px 35px;
    background-color: #f6f7f8;
    color: #594939;
    max-width: 600px;
    display: inline-block;
    margin-bottom: -20px;
    margin-left: 20px;
    border-radius: 5px;
    text-align: left;
    word-break: break-all;
}
.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-avatar {
    float: left;
    z-index: 1;
    position: relative;
    margin-left: -21px;
}
.full-chat-w .chat-content-w .chat-message.opponent .chat-message-date {
    margin-top: 18px;
}
.full-chat-w .chat-content-w .chat-message.opponent .chat-message-date span {
    float: right !important;
    margin-right: 5px;
}
.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-content {
    background-color: #f8f9fc;
    color: #707070;
    margin-left: 50px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
}
.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-date {
    margin-left: 190px;
}
.chat-message-content .btn-warning:disabled {
    opacity: 1;
}
.w-90 {
    width: 90%;
}
.full-chat-w .chat-content-w .chat-message.self.opponent .badge.badge-name {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    background: transparent;
    color: #000000 !important;
    margin-bottom: 8px;
    width: initial;
}
.full-chat-w .chat-content-w .chat-message.self.opponent {
    text-align: left;
}
.full-chat-w .chat-content-w .chat-message .chat-message-date {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 0.62rem;
    color: #838383;
    margin-top: 18px;
}
.full-chat-w .chat-content-w .chat-message .chat-message-content a.badge-warning:hover,
.full-chat-w .chat-content-w .chat-message .chat-message-content a.badge-warning:focus {
    font-size: 12px;font-weight: normal;
}
.full-chat-w .chat-content-w .chat-message.self .chat-message-content {
    background-color: #EBEBEB;
    color: #373333;
    /* margin-right: 20px; */
    margin-left: 0;
    font-weight: 600;
    border-radius: 15px;
}
.full-chat-w .chat-content-w .chat-message .chat-message-avatar {
    display: inline-block;
    vertical-align: bottom;
}
.full-chat-w .chat-content-w .chat-message .chat-message-avatar img {
    background-color: #fff;
    width: 50px;
    padding: 10px;
    height: auto;
    border-radius: 50px;
    display: inline-block;
}
.full-chat-w .chat-controls {
    padding: 20px;
    padding-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.full-chat-w .chat-input input[type="text"] {
    padding: 20px 20px 20px 0px;
    border: none;
    display: block;
    width: 100%;
    outline: none;
}
.full-chat-w .chat-input-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.full-chat-w .chat-content-w::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.full-chat-w .chat-content-w::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.full-chat-w .chat-content-w::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}
.full-chat-w .chat-content-w:hover::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 10px;
    cursor: pointer;
}
.chat-message-content  .text-warning {
    color: #FFA50F !important;
}
h5.form-title {
    margin: 10px 0px 20px;
    font-size: 16px;
    font-weight: 600;
}
.custom-radio-inline {
	display: inline-block;
}
/*inspection report*/
.time_schedule td {
    min-width: 100px;
}
.company-zone li{
	margin-right: 8px;
	margin-bottom: 8px;
}
.company-zone .badge {
    padding: 8px 12px;
    background-color:var(--bg-primary);
}
.reguser-value p{
	min-height: 18px;
}
.form-floating.status-issues .bootstrap-select div.dropdown-menu {
    transform: translate3d(16px, 30px, 0px) !important;
    overflow: initial !important;
}
.dashboard-row .card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	position: static;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 8px;
	flex: none;
	order: 0;
	flex-grow: 1;
	margin: 0px;
	height: 100%;
}
.dash-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	/*padding: 5px;*/
	position: static;
	width: 55px;
	height: 55px;
	left: 15px;
	top: 15px;
	background: rgba(178, 202, 226, 0.20);
	border-radius: 8px;
	flex: none;
	order: 0;
	flex-grow: 0;
	color: #fff !important;
	overflow: hidden;
}
/* .dash-icon img {
	width: 100%;
} */
/*.dashboard-primary-card .dash-icon {
	background: rgb(1 45 111);
	background-color: #A092FC;
}*/
/*.dashboard-info-card .dash-icon {
	background: rgb(55 80 118);
	background-color: #CFCAF3;
}
/*.dashboard-success-card .dash-icon {
	/*background: rgb(133 4 79);
	background-color: #8CC2FF;
}
/*.dashboard-warning-card .dash-icon {
	background: rgb(133 17 102);
	background-color: #B563E0;
}*/
.dashboard-red-card .dash-icon {
	/*background: rgb(186 75 51);*/
	background-color: rgb(186 75 51);
}
.dashboard-orange-card .dash-icon {
	/*background: rgb(186 128 34);*/
	background-color: rgb(186 128 34);
}
.panel-custom .navbar-collapse > ul > li ul {
    padding-left: 20px;
}
/*dashboard*/
.quick_links_carousel .owl-nav .owl-prev {
    position: absolute;
    right: 15px;
    top: -46px;
    padding: 1px 3px;
    background: transparent;
    color: #869791;
}
.quick_links_carousel .owl-nav .owl-next {
    position: absolute;
    right: -11px;
    top: -46px;
    padding: 1px 3px;
    background: transparent;
    color: #869791;
}
.quick_links_carousel .item{

}
.quick_links_carousel a{
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    color: var(--bg-black);
    display: block;
    padding: 16px 12px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    text-align: center;
    font-weight: normal;
}
.quick_links_carousel h4{
	font-weight: normal;
	margin: 0;
}
.owl-theme.quick_links_carousel .owl-nav [class*='owl-']:hover{
	background: transparent;
}
.owl-theme.quick_links_carousel .owl-nav [class*='owl-']:hover,.owl-theme.quick_links_carousel .owl-theme .owl-nav [class*='owl-']{
	color: var(--bg-primary-hover);
}
.page-subheading-two{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}
.chart-select {
    max-width: 120px;
    height: 31px;
    line-height: 11px;
    font-size: 13px;
    border-radius: 5px;
}
nav.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link.active {
    background: transparent;
    /*color: #fff;*/
}
nav.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link.active::before{
	opacity: 0;
}
nav.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
}

.full-width-type .text-short{
	max-width: initial;
}
.quick_links_carousel a:hover {
	background-color: var(--bg-primary);
	color: #ffffff;
}
/*.dash-info-det p {
    color: var(--bg-black);
}*/
/*popover*/

.available-company {
    position: absolute;
    top: 43px;
    border-radius: 0.3rem;
    z-index: 2;
    left: -50%;
    min-width: 170px;
    height: initial;
    padding: 0;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}
.available-company ul {
    list-style: none;
    margin: 0;
    padding: 1rem 1rem;
    color: #212529;
}
.available-company ul li {
    font-size: 13px;
    margin-bottom: 4px;
}
.table td.available {
    position: relative;
}
.available-company ul li:last-child {
    margin-bottom: 0;
}
td.available:hover .available-company{
	display: block;
}
.available-company:before,.available-company:after{
	position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    left: 43%;
    top: -8px;
}
.available-company:before{
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.available-company:after{
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.complaints-img .list-card img.img-fluid.object-cover {
    width: 100%;
    height: 150px;
}
.object-cover {object-fit: cover;}
.task_id .modal-body li {list-style: none;}
/*profile view*/
.user-info-card {
   background-image:linear-gradient(#0e3a5c, #25689b);
}
.user-info-card .user-avatar {
    max-height: 230px;
    min-height: 200px;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ffffff;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
}
.user-tech-card {
	background-image: linear-gradient(#0e3a5c, #25689b);
}
.user-tech-card .user-avatar {
	background-image: linear-gradient(#0e3a5c, #25689b);
    max-height: 150px;
    min-height: 150px;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ffffff;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
}
.docx-img img {
    width: 100%;
    height: 150px;
    max-width: 150px;
}
.down-icon {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    max-width: 150px;
    align-items: center;
    display: none;
    justify-content: center;
}
.down-icon .down-file {
    font-size: 22px;
    line-height: 42px;
    color: var(--bg-primary);
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
}
.docx-img:hover .down-icon {
    display: flex;
    cursor: pointer;
    text-decoration: none;
}
.justify-text {
    text-align: justify;
    letter-spacing: 7px;
    border-bottom: 2px solid #ffffff;
    padding: 18px 0px;
}
.fingerprint-img {
	line-height: 20px;
}
img.avatar {
    border: 1px solid #dadada;
    object-fit: contain;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    object-fit: cover;
    margin-right: 10px;
    display: block;
}
.social-footer .card-header {
    background: transparent;
    border: none;
}
.social-footer a {
    text-decoration: none;
    font-size: 17px;
}
.discussion-hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(227, 226, 221, 0.3);
}
.list-card .card-body strong a{
	color: var(--bs-card-text-color);
	text-decoration: none;
}
h4.media-heading {
    font-size: 15px;
    color: var(--bg-primary);
}
.media-body .comments p:last-child {
    margin: 0;
}
.media-body ul {
    margin-bottom: 4px;
}
.media-save hr.discussion-hr {
    margin-top: 16px;
    margin-bottom: 16px;
}
/*accordion*/
.accordion-item .accordion-button,.accordion-button:focus{
	outline: none;
	box-shadow: initial;
}
.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #f6f6f6;
}
/*action button*/
.action-button .dropdown-toggle::after{
	display: none;
}
.action-button a{
	color: var(--bg-black);
}
.action-button li span {
    vertical-align: middle;
    display: block;
}
.action-button li {
    text-align: left;
    padding: 0px 5px;
}
.action-button li span.material-icons {
    line-height: 15px;
}
.action-button .dropdown-menu {
	min-width: 200px;
    padding: 8px 8px 4px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border: none;
}
/*Calendar List View*/
.account-set .abt-page > div {
    background-color: #FAFAFA;
    border: 1px solid #ECECEC;
}
.event-red {
    background-color: var(--bg-primary);
}
.event-blue {
    background-color: var(--bg-black);
}
.Date-sec {
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.event-blue, .event-red {
    min-width: 58px;
}
.radius-10 {
    border-radius: 10px !important;
}
/**/
.description_no{
	display: none;
}
.option_enable .description_no{
	display: flex;
}

.sitelogo{
	margin-bottom: 50px;
}
.signin-title {
    color: var(--text-primary);
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}
.login-head{
	margin-bottom: 25px;
}
.radius-5{
	border-radius: 5px;
}
.title-under{
	font-weight: normal;
	font-size:14px;
	color: #808186;
	line-height: 18px;
}
a.h-46 {
    line-height: 33px;
}
.heading-content a{
	color: #000000;
}
/*admin design*/
.sitelogo {
    text-align: center;
}
.wrapper {
    padding: 20px;
    padding-right: 0;
    background: var(--bg-body-color);
}
.sb-topnav,.sb-sidenav-dark, .sb-sidenav-dark .sb-sidenav-footer{
	border-radius: 10px;
}
.sb-sidenav {
    padding: 20px;
}
#layoutSidenav #layoutSidenav_content {
    padding-left: 0px;
    justify-content: initial;
}

footer {
    padding: 20px;
    border-radius: 10px;
}
main .container-fluid {
    padding: 0;
}
#layoutSidenav_content main {
    padding: 20px;
   /* max-height: calc(100vh - 100px);
    overflow: auto;*/
    /*padding-right: 20px;*/
}
nav.sb-topnav.navbar.navbar-expand {
    max-width: calc(100% - 20px);
}
.input-group .form-floating .form-select {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 45px;
    margin-left: 0px !important;
}
.page-subheading-two {
    font-weight: 500;
    color: var(--bg-black);
    font-size: 16px;
}
.table-bordered th, .table th {
    font-weight: 600;
}
.action-button .btn {
    background: transparent;
    color: #7D7D7D;
}
.table td{
	font-size: 13px;
}
/*.container-fluid .row.mb-4 {
    align-items: center;
}*/
.btn-outline-primary {
    background: white;
    color: var(--bg-primary);
}
.javscript_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.javscript_modal:before {
    position: fixed;
    top: 0;
    content: "";
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:var(--bg-black);
    opacity: 0.5;
    z-index: -1;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow svg {
    color:var(--menu-color)
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed:hover .sb-sidenav-collapse-arrow svg {
    color: var(--bg-black);
}
.quick_links_carousel .owl-nav .owl-next, .quick_links_carousel .owl-nav .owl-prev {
    top: -60px;
}
nav.sb-topnav.navbar.navbar-expand {
    position: sticky;
    z-index: 1;
}
.modal-title {
    font-size: 16px;
    font-weight: 500;
}
.card-footer strong {
    font-weight: 500;
}
.max-content {
	width: max-content;
}
.table thead th:first-child ,
.table tbody td:first-child {
	border-radius: 5px 0 0 5px;
}
.table thead th:last-child ,
.table tbody td:last-child {
	border-radius: 0 5px 5px 0;
}
.accordion-item:last-child {
	margin-bottom: 0 !important;
}
.height-220{
	max-height: 217px;
}
.table{
	font-size: 13px;
	white-space: nowrap;
}
.table th,.table td{
	color: #1D1D1F;
}
.table th {
    background-color: #F6F6F6;
}
a.text-primary.font-14.text-decoration-underline {
    font-weight: 500;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    color: var(--bg-black);
    font-size: 14px;
    border: none;
    padding: 12px 20px;
    position: relative;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--bg-primary);
    background: transparent;
    font-weight: 500;
    border: none;
}
.nav-tabs{
	background-color:var(--bg-white);
	border-radius: 10px;
	margin-bottom: 12px;
}
.nav-tabs .nav-link.active:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2px;
	margin: 0 auto;
	width: 70%;
	border-bottom: 3px solid var(--bg-primary);
}
.card table {
    margin-bottom: 0;
}
.table .badge {
    min-width: 90px;
    font-weight: 400;
}
.h-custom {
	min-height: 244px;
}
.user-info-card .h-custom .user-avatar {
	max-height: inherit;
	min-height: 244px;
}

.action-button span {
    margin-top: 3px;
}
.text-label {
    color: rgba(0,0,0,0.5);
}
.docx-img img {
    width: 100%;
    height: 150px;
    max-width: 150px;
}
.down-icon {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    max-width: 150px;
    align-items: center;
    display: none;
    justify-content: center;
}
.down-icon span {
    font-size: 22px;
    line-height: 42px;
    color: var(--bg-primary);
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
/**/
.custom-radio [type="checkbox"]:checked,
.custom-radio [type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
}
.custom-radio [type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0;
        display: flex;
    align-items: center;
}
.custom-radio [type="checkbox"] + label:before {
  content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 22px;
	height: 22px;
	background: white;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
}
.custom-radio [type="checkbox"]:hover + label:before {
  background: var(--bg-primary);
}
.custom-radio [type="checkbox"]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom-radio [type="checkbox"]:checked + label:before {
  background: var(--bg-primary);
}
.custom-radio [type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.custom-radio [type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.custom-radio [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.table > thead{
	position:sticky;
	z-index: 2;
	top: 0;
}
/*attachment*/
.attachment-div label:not(.error) {
	width: 100%;
    height: 38px;
    border-radius: 8px;
    margin: 0;
    background: transparent;
    border: 1px solid var(--bg-primary);
    position: relative;
    line-height: 1rem;
    display: block;
    text-align: left;
    padding: 0.67rem 0.75rem 0.75rem;
    color:var(--bg-black);
    cursor: pointer;
    padding-right: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    line-height: 27px;
}
.attachment-div label:not(.error):after {
content: 'Choose File';
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    right: 3px;
    top: 3px;
    border: 1px solid #A1A6B5;
    padding: 0px 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
    background: var(--bg-upload-color);
    color: var(--bg-white);
}
.attachment-div input {
position: absolute;
width: 0;
height: 0;
padding: 0;
margin-top: -15px;
visibility: hidden;
}
.attachment-div label.selected {
color: #333333;
}
.whole_bg {
    position: relative;
    border: 20px solid #ccc;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
	.whole_bg1 {
    position: absolute;
    left: 0;
    transform: translateY(40%);
    right: 0;
    text-align: center;
}
.checked-star {
  color: orange;
}
.action-plus td svg {
    font-size: 18px;
}
.add_new_row,.remove_new_row{
	cursor: pointer;
}

/***********filter*********/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: auto;
}

.view-btn{
	border-radius: 30px;
	text-decoration: none;
}

.legend-sec {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}
.leg-gridcolor { background-color: rgba(77, 138, 240, .40)}
.leg-warning { background-color: #ccc;}
.leg-primary { background-color: #002c6a;}
.leg-secondary { background-color: #7987a1;}
.leg-orange { background-color: #FFC107;}
.leg-success { background-color: #05a34a;}
.leg-info { background-color: #66d1d1;}
.leg-danger { background-color: #ff3366;}
.popup_table .table td {
	padding: 5px;
}
.table .form-control, .table .form-select,
.table .form-control option, .table .form-select option{
    color: #000;
}
/**/
.vertical-tree{
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}
.vertical-tree ul:first-child{
    padding-left: 0px;
}
.vertical-tree ul{
    padding-left: 30px;
}
.vertical-tree li {
    margin: 0px 0;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0px 5px;
}
.vertical-tree li::before{
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: -20px;
    border-left: 2px solid #ccc;
    bottom: 50px;
}
.vertical-tree li::after{
    content: '';
    position: absolute;
    top: 34px;
    width: 25px;
    height: 20px;
    right: auto;
    left: -20px;
    border-top: 2px solid #ccc;
}
.vertical-tree li a{
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    background-color: #012d6f;
    color: #ffffff;
    border: 1px solid #012d6f;
    font-size: 13px;
    border-radius: 4px;
}
.vertical-tree > ul > li::before,
.vertical-tree > ul > li::after{
    border: 0;
}
.vertical-tree li:last-child::before{
        height: 34px;
}
.vertical-tree li a:hover, .vertical-tree li a:hover+ul li a {
    background-color: rgba(1, 45, 111, 0.76);
    color: #fff;
    border: 1px solid rgba(1, 45, 111, 0.76);
}
.vertical-tree li a:hover+ul li::after,
.vertical-tree li a:hover+ul li::before,
.vertical-tree li a:hover+ul::before,
.vertical-tree li a:hover+ul ul::before{
    border-color:  rgba(91, 90, 94, 0.40);
}


/*horizontal menu*/
.wrapper {
	padding: 0;
}
#layoutSidenav {
    display: block;
}
.sb-sidenav {
	padding: 0px ;
}
.sb-sidenav .sb-sidenav-menu .nav {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0 !important;
    padding: 8px 19px;
}
.sb-sidenav .sb-sidenav-menu {
/*	padding: 8px 19px;*/
	background-color: #0854a0;
}
nav.sb-sidenav .sb-sidenav-menu .nav .nav-link {
	white-space: nowrap;
	font-weight: 400;
	font-size: 13px;
	margin: 0 5px;
	padding: 6px 10px;
	color: var(--bg-white);
}
/*nav.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
	display: none;
	color: var(--bg-white);
}*/
.sb-sidenav-dark .sb-sidenav-menu .nav-link {
    color: var(--bg-white);
}
nav.sb-topnav.navbar.navbar-expand {
    max-width: 100%;
    border-radius: 0;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed:hover .sb-sidenav-collapse-arrow svg{
	color: #fff;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
	margin-left: 10px;
	color: #fff;
}

/*.sb-sidenav-menu .nav-link:hover .svg-inline--fa,
nav.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
    color: #ffffff;
    background-color: #383E42;
    font-weight: 400;
}*/
/*.sb-sidenav-menu > div.nav {
	justify-content: center;
}*/
#layoutSidenav #layoutSidenav_nav {
	transform: inherit;
}
.sb-sidenav-menu .dropdown-menu {
	background-color: #0854a0;
	border-radius: 8px;
	margin-top: 10px !important;
}
.sb-sidenav-menu .dropdown-menu .dropdown-item {
	color: #fff;
	font-size: 12px;
	border-radius: 8px;
	padding: 6px 10px;
}
.sb-sidenav-menu .dropdown-menu .dropdown-item:hover {
	color: #ffffff;
    background-color: rgba(255, 255, 255, 0.40);
    font-weight: 400;
}
.sb-sidenav-menu .dropdown-menu .dropdown-item.active,
.sb-sidenav-menu .dropdown-menu .dropdown-item:active {
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #383E42;
    color: #000;
}
.sb-sidenav-menu .dropdown-toggle::after {
   margin-left: 8px;
   height: 8px;
   width: 8px;
   border-style: solid;
   border-color: #fff;
   border-width: 0px 1px 1px 0px;
   transform: rotate(45deg);
   margin-top: -5px;
}
.sb-sidenav-menu .dropdown-toggle.show::after {
   border-width: 1px 0px 0px 1px;
   transform: rotate(45deg);
   margin-top: 5px;
}
.sb-sidenav-menu .hover-view span {
	/*display: none;*/
	/* margin-right: 5px; */
}
/*.sb-sidenav-menu .hover-view.show span,
.sb-sidenav-menu .hover-view.active span,
.sb-sidenav-menu .hover-view:hover span {
	display: inline-block;
	margin-right: 5px;
}*/

.btn-black {
	background: var(--bg-primary);
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    width: 35px;
    height: 35px;
    margin-left: 1px;
}
.sb-topnav .form-control {
	border-color: #E4E4E4;
	border-radius: 6px;
	width: 280px;
}
.btn-icon{
	background: #E5E5E5;
    border-radius: 50px;
    color: #000000;
    padding: 0;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide-after:after {
	display: none;
}

/*Switch Style*/
.button-switch {
    position: relative;
    width: 135px;
    border: 1px solid #ddd;
    border-radius: 50px;
    line-height: 0;
    background: #fff;
}
.button-switch span {
    font-size: 12px;
    padding: 15px 15px;
    color: #000;
    width: 72px;
    text-align: center;
}
.button-switch span.dark {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
}
.button-switch .checktheme:checked+div .dark {
    background-color: inherit;
    border-radius: 50px;
    color: #000;
}
.button-switch .checktheme:checked+div .light {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
}
.checktheme {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
td .badge {
	background-color: transparent !important;
	padding: 0;
	font-size: 13px;
	text-align: left;
}
td .badge-success {
	color: var(--badge-success);
}
td .badge-danger {
	color: var(--badge-danger);
}
td .badge-warning{
	color: var(--badge-warning);
}
td .badge-primary {
	color: var(--bg-primary);
}
.btn-gp .btn {
	padding: 8px 25px;
}
.grid-match>* {
    display: flex;
    flex-wrap: wrap;
}
.grid-match>*>:not([class*=w-]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
#layoutSidenav #layoutSidenav_content {
	min-height: calc(100vh - 109px);
	margin-left: 0px;
}
.question-accord .accordion-item,
.custom-accordion .accordion-item {
	border: 0;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 4%);
}
.accordion-button::after {
	background-size: 1rem;
	width: 1rem;
    height: 1rem;
}
.table-responsive .table + div.row {
	margin: 0;
}
.reset-link {
	color: var(--bg-black);
	text-decoration: none;
}
.reset-link:hover {
	color: var(--bg-primary);
}

#prior-items,
#next-items {
	height: 40px;
    line-height: 0;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    color: #000;
    font-size: 20px;
}
#prior-items {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.bs-searchbox [type="search"]{
	padding: 5px 10px;
    line-height: 1;
}
.form-floating label {
	white-space: nowrap;
}
.datepicker:after {
	content: '';
	background: url("./img/calendar-alt-regular.svg") no-repeat;
    width: 20px;
    height: 20px;
}
.btn-download {
	background: #000;
    color: #fff;
}
.btn-download:hover {
	background-color: #333;
	color: #fff;
}
.btn-primary:hover {
	background-color: #284168 !important;
	border-color: #284168 !important;
}
.count-percentage {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -20%);
}
.last-div0:last-child {
	margin-bottom: 0 !important;
}
.nav-basic img {
    max-height:160px;}
@media(min-width: 1280px) {
	.flex-20 {
		width: 20%;
	}
}


.card.list-card{
 	background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    overflow: hidden;
}
.list-card .card-header{
  padding: 0;
  position: relative;
}
.list-card .card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.list-card .card-body {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
}
.list-card .card-footer {
    background-color: #ffffff;
}
.list-card .card-body p {
  font-size: 13px;
  margin: 0 0 40px;
}

.dropify-wrapper {
	    border: 1px solid #DBDBDB;
	    border-radius: 0.25rem;
}
.dropify-wrapper .dropify-message span.file-icon:before {
	font-size: 50px;
}
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 20px;
    color: #ccc;
}
.accept-text {
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.pl-3 {
    padding-left: 13px !important;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon img {
    width: 24px;
    height: 24px;
}
.apexcharts-legend.apx-legend-position-right {
  justify-content: center !important;
  top: 0 !important;
}
.quick-img {
    margin-right: 15px;
}

.action-button ul {
    flex-wrap: wrap;
}
.action-button li span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
}
.table td a {
    display: block !important;
    text-align: left !important;
}
.action-button ul li {
    width: 100%;
    margin-bottom: 12px;
}
.action-button ul li a:hover{
	color: var(--text-primary);
}
.action-button li span {
    display: inline-block !important;
}
.action-button li span:last-child {
    font-size: 13px;
}
.action-button li span.material-icons {
    line-height: 15px;
    margin-right: 5px;
    opacity: 0.7;
}
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  padding: 4px;
  border-radius: 8px;
  background-color: #f2f4f5;
}

.switch-light>span {
  color: #000000;
}

.switch-light span span,
.switch-light label {
  color: #3d5675;
}

.switch-light span span {display: none;}

.switch-light {
  display: block;
  position: relative;
  overflow: visible;
  margin-left: 0px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
}

.switch-light * {
  box-sizing: border-box;
}

.switch-light a {
  display: block;
  transition: all 0.3s ease-out 0s;
}

.switch-light label,
.switch-light>span {
  line-height: 20px;
  vertical-align: middle;
}

.switch-light label {
  font-weight: 700;
  max-width: 100%;
}

.switch-light input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}

.switch-light input:checked~a {
  right: 0%;
}

.switch-light>span {
  position: absolute;
  left: -100px;
  width: 100%;
  margin: 0px;
  padding-right: 100px;
  text-align: left;
}

.switch-light>span>span {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 100px;
  text-align: center;
}

.switch-light>span>span:active,
.switch-light>span>span i:active,
.switch-light>span>span:focus, .switch-light>span>span i:focus {
  color: #006bb7;
}

.switch-light>span>span:last-child {
  left: 50%;
}

.switch-light a {
  position: absolute;
  right: 50%;
  top: 0px;
  z-index: 4;
  display: block;
  width: 50%;
  height: 100%;
  padding: 0px;
}

.btn.btn-toggle-white {
  color: #7e8299;
  height: 32px;
  width: 88px;
  border: 0 !important;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.switch-light>span>span.active,
.switch-light>span>span.active i {
  color: #006bb7;
}
.text-gray-200 {
	color: rgba(0,0,0, 0.20);
}
.switches-container {
    width: 13rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #ffffff;
    line-height: 35px;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #000000;
}

/* switch highlighters wrapper (sliding left / right)
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 51%;
    padding: 0px;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: var(--bg-primary);
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
label {
    font-size: 14px;
    color: #1D1D1F;
    margin-bottom: 8px;
}
.form-control, .form-select {
    border-color: #E4E4E4;
    padding: 9px 13px;
    line-height: 21px;
    font-size: 13px;
    border-radius: 0;
}
.form-select.bootstrap-select .btn {
    border-radius: 0;
    border-color: transparent;
}
.card-heading {
    font-size: 18px;
    font-weight: 600;
}
.card-noborder{
	border-radius: 0;
	padding: 20px;
	margin:16px 0;
}
.no-border-bt{
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	border: 0;
}
.no-border-bt .material-icons {
    vertical-align: middle;
}
.add-equipment{
	color: #1E87FF;
}
.input-ico {
    display: block;
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 9px 13px;
    line-height: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.file {
  position: relative;
}
.file__input, .file__value {
  border: 1px solid #E4E4E4;
  padding:7px 12px;
}

.file__input{
padding:9px 13px;
}
.file__input--file {
    position: absolute;
    opacity: 0;
    width: calc(100% - 80px);
}
.file__input--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.file__input--label:after {
 /*font-family: "Font Awesome 5 Brands";
  content: "\f16c";*/
  content: "";
  background-image: url('./img/plus.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  font-weight: 400;
  border-radius: 3px;
  color: red;
  cursor: pointer;
}

.file__value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EFEFEF;
    border: none;
    position: relative;
    margin-right: 16px;
    min-width: 150px;
    line-height: 18px;
    margin-bottom: 12px;
}
.file {
    display: flex;
    flex-wrap: wrap;
}
.file__value--remove span {
    font-size: 18px;
    line-height: initial;
}
.file__input {
    margin-bottom: 16px;
}
.file__value:hover:after {
  color: white;
}

.file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
.file__value--text {
    color: #1E87FF;
    line-height: initial;
    font-size: 13px;
    padding-right: 8px;
}
.equipment-add {
    margin-bottom: 30px;
}
.dropdown-toggle.no-arrow::after {
	display: none;
}
.accord-drop {
	position: absolute;
    right: 74px;
    z-index: 4;
    cursor: pointer;
    bottom: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
.br-5 {
	border-radius: 5px;
}
.border {
	border: 1px solid rgba(112, 112, 112, 0.25);
}
.time-color{
    color: var(--badge-warning);
}

.add-equipment:hover {
    color: rgba(30, 135, 255, 0.76);
}
.remove-equipment:hover {
    color: var(--badge-danger);
}
.total-amout span {
    font-size: 14px;
    color: #1D1D1F;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}
.total-amout{
	max-width:300px ;
}
.border-bt{
    border-bottom: 1px solid #dbdbdb ;
}
.xdsoft_datetimepicker * {
    text-align: center;
}
.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: var(--bg-primary-hover);
    box-shadow: var(--bg-primary-hover) 0 1px 3px 0 inset;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: var(--bg-primary) !important;
}
.form-control.datetimepicker {
    background-image: url(./img/calendar.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 35px;
}
td span.date{
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  display: block;
}
td span.time{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7A7A7A;
}
.details-box {
    min-width: 20%;
}
.details-box span {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}
.details-box p{
	margin: 0;
	font-size: 15px;
	font-weight: 500;
}
.text-info{
	color: #3493FF;
}
.detail-hr {
    margin: 20px 0;
    border-color: rgb(112 112 112 / 20%);
}
.detail-pad{
	padding: 20px;
}
.accordion-box{
	margin-bottom: 24px;
}
.attachment-bx a {
    border: 1px solid rgb(112 112 112 / 20%);
    border-radius: 6px;
    padding: 10px;
    text-decoration: none;
    min-width: 250px;
    justify-content: space-between;
    color: #1E87FF;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
}
.pdf-box img {
    margin-right: 8px;
}
.attachment-bx{
	padding:8px 16px 8px 0;
}
.accordion-item {
	border: 1px solid rgb(112 112 112 / 20%);
    margin: 16px 0;
    border-radius: 6px;
   	background-color: transparent;
}
.accordion-button{
	background-color: transparent;
}
.accordion-button:not(.collapsed) {
    box-shadow: initial;
}
.accordion-button[aria-expanded="true"] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.btn-outline-secondary.bg-white:hover {
    color: #474849;
}
td .badge-primary {
    color: #3493FF;
}
.subpage-heading {
    font-size: 16px;
}
.form-check .form-check-input.large-input {
    margin-right: 14px;
    border-radius: 4px;
}
.form-check .form-check-input {
    margin-right: 14px;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-top: 0;
}
.file__input {
    margin-bottom: 16px;
    width: 100%;
}
.file__value--remove span {
    font-size: 18px;
    margin-top: 3px;
    display: inline-block;
}
.file__value--remove:hover {
    color: #FC2121;
    cursor: pointer;
}
nav.sb-sidenav .sb-sidenav-menu .nav .nav-link.active {
    background-color: rgba(255,255,255,0.2);
}

.adds-tabs{
    flex-direction: row;
    flex-wrap: nowrap;
}
.dash-icon img {
    width: auto;
    height: auto;
    max-width: 37px;
}
a.page-heading{
    text-decoration: none;
}
a.page-heading:hover{
    color: rgba(0,0,0, 0.20);
}
.details-box {
    margin-bottom: 12px;
}
/* Responsive css */
@media (max-width: 1199px){
    .dashboard-row .card{
        justify-content: flex-start;
    }
    .dash-info-det.text-end{
        text-align: left !important;
        padding-left: 15px
    }
    .sb-topnav .form-control{
    	width: 185px;
    }
    .switches-container{
    	width: 11rem;
    }
}

@media (max-width: 992px){
    .font-28{
        font-size: 26px;
    }
    .custom-radio [type="radio"]:checked + label:before, .custom-radio [type="radio"]:not(:checked) + label:before{
    	width: 18px;
    	height: 18px;
    }
    .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after{
	    width: 11px;
    	height: 11px;	
    	top: 3px;
    }
	.details-box {
	    min-width: 33.333%;
	}
.d-flex.direct {
    flex-wrap: wrap;
}
.details-box p{
	font-size: 14px;
}
    .font-14{
        font-size: 14px;
    }
    .page-heading{
        font-size: 17px;
    }
    .dashboard-row .card{
        justify-content: flex-start;
    }
    .dash-info-det.text-end{
        text-align: left !important;
        padding-left: 15px
    }
}

@media (max-width: 768px){
    .font-28{
        font-size: 24px;
    }
    .font-14{
        font-size: 13px;
    }
    .page-heading{
        font-size: 17px;
    }
    .nav-tabs .nav-link{
        font-size: 13px;
    }
    .form-control, .form-select, input{
        font-size: 13px;
    }
    .direct{
        flex-direction: row;
    }
    .dashboard-row .card{
        justify-content: flex-start;
    }
    .dash-info-det.text-end{
        text-align: left !important;
        padding-left: 15px
    }
}

@media (max-width: 576px){

.accordion-button span {
    font-size: 13px;
}
.details-box{
	width: 100%;
}
	.contract-quote {
		margin: 10px 0;
	}/*
    .font-28{
        font-size: 22px;
    }
    .font-14{
        font-size: 12px;
    }*/
    .page-heading{
        font-size: 15px;
    }
    .nav-tabs .nav-link{
    	padding: 12px 15px;
        font-size: 13px;
    }
    /*.form-control, .form-select, input , label{
        font-size: 12px;
    }*/
    .equipments-row {
    	padding: 0;
	}
.accordion-button {
    padding: 1rem;
}
.details-box p{
	font-size: 14px;
}
    .card-heading{
        font-size: 15px;
    }
    .direct{
        flex-direction: column;
    }
    .attachment-bx {
        padding: 8px 8px 8px 0;
    }
    .attachment-bx a{
        min-width: 204px;
    }
    .accord-drop{
        right: 35px;
    }/*
    .font-16{
        font-size: 14px;
    }
    .details-box span{
        font-size: 12px;
    }
    .details-box p{
        font-size: 12px;
    }
    .font-14{
        font-size: 11px;
    }*/
    .dashboard-row .card{
        justify-content: flex-start;
    }
    .dash-info-det.text-end{
        text-align: left !important;
        padding-left: 15px
    }
    .accordion-body {
        padding: 1rem 1rem;
    }
    .details-box{
        margin-bottom: 18px;
    }
    .accordion-button{
        flex-wrap: wrap;
    }
    .accordion-button span.cat-head{
        width: 50%;
    }
    .accordion-button span.cat-name{
        width: 30%;
        margin-left: 0 !important;
    }
    .card-noborder{
        padding: 15px;
    }
    .detail-pad {
        padding: 15px;
    }
    .accordion-box {
        margin-bottom: 15px;
    }
}


@media(min-width:768px) and (max-width: 991px){
	.modal-dialog {
	    max-width: 680px;
	}
	.form-check .form-check-input{
		width: 18px;
		height: 18px;
	}
}
.bg-light {
	background-color: rgba(178, 202, 226, 0.20) !important;
}