body {
	color: #221F1F;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;

}

html {
	overflow-x: hidden;
}

.linhe span {  position: relative;   top: 10px;}
 .linhe {
    font-size: 16px !important;
    background-size: 100% 70px !important;  background-repeat: no-repeat !important;
    line-height: 21px !important;
    margin-bottom: 15px;
    height: 60px;
}
.btn-rgt .btn-link {
left: 160px;
}
.shadow.prd-details .py-2 { 
overflow-wrap: break-word; 
 white-space: normal;
 }



#payment-review {
	cursor: pointer; 
	color: blue;
	text-decoration: underline;
}

#freeze_req{
    pointer-events: none;
    cursor: not-allowed; 
    opacity: 0.3; 
    color: #310d0d !important;
    font-weight: bold;
  }
 
 #requirement_raised {
    pointer-events: none;
    cursor: not-allowed; 
    opacity: 0.5; 
    color: #808080 !important;
  }
  
  #font_clr{
  
   color: #0075BC !important;
   font-weight: bold;
  }
  
  #non_medical_header{
  
   color: #0075BC !important;
   font-weight: bold;
  }


 #customer-login-link {
    pointer-events: none;
    cursor: not-allowed; 
    opacity: 0.5; 
  }
  
   #sales-login-link {
    pointer-events: none;
    cursor: not-allowed; 
    opacity: 0.5; 
  }


/* 
.loaderCover {
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 20;
	position: fixed;
}


#qLpercentage {
	font-size: 30px !important;
	color: #ccc !important;
	position: absolute !important;
	top: 55% !important;
	font-family: 'Poppins', sans-serif;
} */

/* #qLoverlay::before {
	position: absolute;
	content: url(../images/logo2.png);
	left: 0;
	right: 0;
	top: 30%;
	width: 300px;
	margin: auto;

} */

h1 {
	font-size: 40px;
	font-weight: 700;
	color: #4274B8;

}

h2 {
	font-size: 25px;
	font-weight: 700;
	color: #4274B8;

}

h3 {
	font-size: 20px;
	font-weight: 700;
	color: #4274B8;

}

p {
	font-size: 18px;
	color: #707070;
	margin-bottom: 10px;

}

select:focus,
input:focus,
.btn:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

.btn-primary {
	background: rgb(27, 153, 228);
	background: linear-gradient(281deg, rgba(27, 153, 228, 1) 40%, rgba(1, 118, 189, 1) 83%);
	color: #fff;
	font-size: 19px;
	border: 0;
	padding: 9px 53px;
	border-radius: 25px;
	font-weight: 600;
	transition: all .3s;
}

.btn-primary:hover {
	scale: 1.05;

}

.btn-outline-secondary {
	background: #fff;
	color: #0075BC;
	font-size: 19px;
	border: 0;
	padding: 9px 53px;
	border-radius: 25px;
	font-weight: 400;
	transition: all .3s;
	border: 2px solid #0075BC;
	width: 270px;
	position: relative;
	transition: all .3s;

}

.btn-outline-secondary:hover {
	background-color: #fff;
	color: #0075BC;
	border: 2px solid #0075BC;

}

.btn-outline-secondary.customer {
	background-image: url(../images/customer-bg1.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	position: relative;
	border: 0;
	border: 2px solid #0075BC;
	margin-left: 130px;
	background-color: #fff;
	color:#0075BC;

}
.btn-outline-secondary.customer.active {
	background-image: url(../images/customer-bg2.png)!important;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #0075BC!important;
	color: #fff!important;

}
 
.btn-outline-secondary.customer.active::before {
	content: url(../images/arrow.png);
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;

}

.btn-outline-secondary.customer::after {
	content: url(../images/path1.png);
	position: absolute;
	right: -200px;
	top: 21px;

}

.btn-outline-secondary.sales {
	background-image: url(../images/salesr-bg1.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	border: 2px solid #0075BC;
	background-color: #fff;
	color:#0075BC;
	margin-right: 120px;
}
.btn-outline-secondary.sales.active {
	background-image: url(../images/salesr-bg2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #0075BC!important;
	color: #fff!important;
}
.btn-outline-secondary.sales.active::before {
	content: url(../images/arrow.png);
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;

}

.btn-outline-secondary.sales::after {
	content: url(../images/path2.png);
	position: absolute;
	left: -189px;
	top: 21px;

}

.customers-tracks{
	display: none;
	margin-top:65px;
	margin-left: 50px;
}
.sales-tracks{
	display: none;
	margin-top:65px;
	margin-left: 50px;
}
.track-tabs{
	border: 2px solid #D3D3D3;
    font-size: 16px;
    color: #0075BC;
    text-align: center;
    padding: 10px 0 5px 0;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    width: 145px;
    display: inline-block;
    line-height: 20px;
}


.track-tabs .icon{
	 width: 55px;
	 line-height: 55px;
	 background-color: #0075BC;
	 border-radius: 50%;
	 margin: -37px auto 10px auto;
}
.track-tabs .arrow{
    color: #0075BC;
    font-size: 25px;
    display: table;
    margin: auto;
    position: relative;
    top: 17px;
	z-index: 2;
}

.track-tabs:hover{
	border: 2px solid #0075BC;
    
}
 
.track-tabs:hover .icon{
	background-color: #ef4024;
    
}
 
.bg-graphic1 {
	position: absolute;
	left: 0;
	top: 80px;
}

.bg-graphic2 {
	position: absolute;
	right: 0;
	top: 80px;
}

.bg-graphic3 {
	position: absolute;
	left: 0;
	bottom: 70px;
}

.bg-graphic4 {
	position: absolute;
	right: 0;
	bottom: 70px;
}

.header-main {
	z-index: 15;
	position: sticky;
	top: 0;
}

.footer {
	position: fixed;
	bottom: 0;
	z-index: 5;
}

.footer p {
	color: #707070;
	font-size: 15px;
	margin: 0;
}

.login-form-box {
	max-width: 500px;
}

.login-form-box .tabs .btn-primary {
	font-size: 18px;
	color: #707070;
	background: transparent;
	padding: 11px 25px;
	width: 49%;
	border-radius: 0;
	position: relative;
}

.login-form-box .tabs .btn-primary.active {
	font-size: 18px;
	font-weight: 700;
	color: #0075BC;
}

.login-form-box .tabs .btn-primary.active::after {
	content: url(../images/arrow.png);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;

}

.login-form-box label {
	color: #707070;
	font-size: 18px;
	margin-bottom: 10px;

}

.login-form-box .form-control {
	background-color: #F5F5F5;
	border: 0;
	line-height: 2.5;
	border-radius: .7rem;
	font-size: 18px;
}

.login-form-box .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	flex-flow: row-reverse;
}

.login-form-box .input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #F5F5F5;
	border: 0px solid #ced4da;
	border-radius: 0 .7rem .7rem 0 !important;
}

.login-form-box .date-field {
	border-radius: .7rem 0 0 .7rem !important;
}

.login-form-box ::placeholder {
	color: #D9D7D7;

}

.login-form-box ::-ms-input-placeholder {
	color: #D9D7D7;
}

.middle-wrapper {

	min-height: 70vh;
	display: flex;
	align-items: center;
}

.text-link {
	color: #0075BC;
}

.tracking-boxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around
}

.tracking-boxes h2 {
	font-size: 22px;

}

.tracking-boxes div {
	min-height: 265px;
	min-width: 230px;
	margin: 10px;

}

.box-link img {
	scale: 1;
	transition: all .3s;

}

.box-link:hover img {
	scale: 1.1;
}

.welcome-btns {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 367px;
	max-width: 1360px;
 
}

.welcome-image {
	position: relative;
	z-index: 2;
}

.side-menu {
	width: 20%;
	min-height: 90vh;
	padding: 110px 25px 0 25px;
	border-right: 1px solid #D3D3D3;
	text-align: center;
	position: relative;
	transition: all .3s;

}

.side-menu .close-btn {
	position: absolute;
	right: -16px;
	top: 22%;
	z-index: 10;

}

.side-menu .btn-primary {
	background: #0075BC !important;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15);
	border-radius: 0.5rem;
	font-size: 16px;
	padding: 9px 10px 9px 10px;
	text-align: left;
	width: 100%;
	transition: all .3s;

}

.side-menu .btn-primary img {
	margin-right: 5px;

}

.side-menu.side-menu-close .btn-primary {
	border-radius: 0 0.5rem 0.5rem 0;
	padding-left: 7px;
	padding-right: 7px;

}

.side-menu.side-menu-close {
	width: 3%;
	min-width: 60px;
}

.side-menu.side-menu-close {
	padding-left: 0;
	padding-right: 10px;

}

.side-menu .btn-primary span {
	position: absolute;
	width: max-content;
	display: inline-block;
	margin: 2px 0 0 5px;
}

.side-menu.side-menu-close .btn-primary span {
	position: absolute;
	display: none;

}

.right-content {
	width: 80%;
	min-height: 90vh;

}

.right-content p {
	margin: 0;
	font-size: 16px;
}

.data-box {
	width: 100%;
	max-width: none;
	min-width: 800px;

}

.proposal-box {
	width: 100%;
	max-width: none;
	min-width: 300px;

}

#overflow-sec {
	overflow: auto;
	width: 100%;

}

.proposal-box .btn {
	background-repeat: no-repeat !important;
	background-position: center;
	color: #707070;
	font-size: 17px;
	border: 0px solid #67CB04;
	font-weight: 400;
	padding: 0 0 5px 0;
	line-height: 50px;
	width: 294px;
	position: relative;
	margin-left: 9px;
	text-align: left;
	padding-left: 35px;

}

.proposal-box .btn-link {
	background: #0d6efd;
	color: #fff;
	padding: 4px 15px;
	text-decoration: none;
	display: table;
	position: absolute;
	left: 90px;
	top: 43px;
	font-size: 12px;
	border-radius: 0 0 15px 15px;
}

.proposal-box .btn::before {
    position: absolute;
    left: -20px;
    top: 21px;
    height: 75px;
    width: 50px;
    background-repeat: no-repeat !important;
}

.proposal-box .top-head {
	position: sticky;
	top: 0;
	z-index: 5;
	background: #fff;
}

.proposal-box .top-head p {
	color: #4274B8;
	font-weight: 700;
	font-size: 20px;
}

.proposal-box .btn.btn-green {
	background: url(../images/green-btn.png);
}

.proposal-box .btn.btn-green:hover {
	background: url(../images/green-btn-over.png);
	color: #fff;
}

.proposal-box .btn.btn-green::before {
	content: '';
	background: url(../images/green-dot.png);

}

.proposal-box .btn.btn-red {
	background: url(../images/red-btn.png);
	cursor: default;
	color: #EF4024;
}

.proposal-box .btn.btn-red::before {
	content: '';
	background: url(../images/red-dot.png);

}

.proposal-box .btn.btn-blue {
	background: url(../images/blue-btn.png);
	color: #0075BC;
}

.proposal-box .btn.btn-blue:hover {
	background: url(../images/blue-btn-over.png);
	color: #fff;
}

.proposal-box .btn.btn-blue::before {
	content: '';
	background: url(../images/blue-dot.png);

}

.proposal-box .btn.btn-fade {
	background: url(../images/fade-btn.png);
}

.proposal-box .btn.btn-fade::before {
	content: '';
	background: url(../images/fade-dot.png);

}

.proposal-box .btn.btn-fade {
	color: #ccc !important;
	cursor: default;

}

.proposal-box .btn:hover span {
	background: transparent;
	color: #fff;

}

.proposal-box .date p {
	color: #0075BC;
}

.app-row {
	display: flex;
	align-items: center;
	padding-left: 66px;
	margin: 19px 0;
}

.data-box .top-row {
	background-color: #0075BC;
	padding: 0px 0;
	color: #fff;
	padding: 5px 0;
	display: flex;
	margin: 0 0 13px 0;
}

.data-box .details-row {
	background-color: #fff;
	color: #707070;
	font-weight: 600;
	margin: 0 0 20px 0;
	display: flex;
	padding: 5px 0;
}

.data-box a {
	color: #0075BC;
}

.data-box .details-row div,
.data-box .top-row div {
	width: 16.5%;
	padding: 7px 2%;
	border-right: 1px solid #D3D3D3;
}

.data-box .details-row div:last-child,
.data-box .top-row div:last-child {
	border-right: 0px solid #ccc;
}

.data-box .shadow {
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}

.bg-graphic5 {
	position: absolute;
	right: 0;
	top: 97px;
}

.prd-details .col-md-6:nth-child(even) p {
	font-weight: 700;
	color: #0075BC;
}

.applications-details {

	overflow: auto;
	max-height: 70vh;
	background: #fff;
	border-right: 1px solid #ccc;
}



.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
}

#view-upload .tab {
	font-size: 20px;
	text-decoration: none;
	color: #707070;
	position: relative;

}
#view-upload .tab.active {
font-weight: 700;
	color: #0075BC;

}
#view-upload .tab.active::after {
    content: url(../images/red-arrow.png);
    display: table;
    margin: auto;
    text-align: center;
    padding: 0;
    line-height: 0;

	}
	 
#view-upload #non-medical .top-row {
	background-color: #0075BC;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	position: sticky;
	top:-5px;
 
}

#view-upload #non-medical .top-row div {
	border-right: 1px solid #fff;
	width: 16%;
	text-align: center;
	padding: 10px 1%;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
}

#view-upload #non-medical .top-row div:first-child {
	text-align: left;
	width: 36%;
}

#view-upload #non-medical .top-row div:last-child {
	border: 0;
}

#view-upload #non-medical .white-row {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #ededed;

}

#view-upload #non-medical .white-row div {
	border-right: 1px solid #ccc;
	width: 16%;
	text-align: center;
	padding: 10px 1%;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #707070;

}

#view-upload #non-medical .white-row div:first-child {
	text-align: left;
	width: 36%;
}

#view-upload #non-medical .white-row div:last-child {
	border: 0;
}

#view-upload #medical .top-row {
	background-color: #0075BC;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	position: sticky;
	top:-5px
 
}

/* MEDICAL START */

#view-upload #medical .top-row div {
	border-right: 1px solid #fff;
	text-align: center;
	padding: 10px 5px;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	width: 100%;
}

#view-upload #medical .top-row div:last-child {
	border: 0;
}

#view-upload #medical .white-row {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #ededed;
	width: 100%;

}

#view-upload #medical .white-row div {
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 10px 1%;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #707070;
	text-align: center;
	justify-content: center;
	width: 100%;

}

#view-upload #medical .white-row div:last-child {
	border: 0;
}

#view-upload .inner{
	min-width: 1000px;
	max-height: 500px;
 
}
#view-upload .modal-body  {
	 
	overflow: auto;
}



/*  For Dispatch */


#view-dispatch #dispatch .top-row {
	background-color: #0075BC;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	position: sticky;
	top:-5px
 
}

/* MEDICAL START */

#view-dispatch #dispatch .top-row div {
	border-right: 1px solid #fff;
	text-align: center;
	padding: 10px 5px;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	width: 100%;
}

#view-dispatch #dispatch .top-row div:last-child {
	border: 0;
}

#view-dispatch #dispatch .white-row {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #ededed;
	width: 100%;

}

#view-dispatch #dispatch .white-row div {
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 10px 1%;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #707070;
	text-align: center;
	justify-content: center;
	width: 100%;

}

#view-dispatch #dispatch .white-row div:last-child {
	border: 0;
}

#view-dispatch .inner{
	min-width: 1000px;
	max-height: 500px;
 
}
#view-dispatch .modal-body  {
	 
	overflow: auto;
}




/*  For Dispatch */


#view-refund #refund .top-row {
	background-color: #0075BC;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	position: sticky;
	top:-5px
 
}

/* MEDICAL START */

#view-refund #refund .top-row div {
	border-right: 1px solid #fff;
	text-align: center;
	padding: 10px 5px;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	width: 100%;
}

#view-refund #refund .top-row div:last-child {
	border: 0;
}

#view-refund #refund .white-row {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #ededed;
	width: 100%;

}

#view-refund #refund .white-row div {
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 10px 1%;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #707070;
	text-align: center;
	justify-content: center;
	width: 100%;

}

#view-refund #refund .white-row div:last-child {
	border: 0;
}

#view-refund .inner{
	min-width: 1000px;
	max-height: 500px;
 
}
#view-refund .modal-body  {
	 
	overflow: auto;
}





/*  For Payment*/


#view-payment #payment .top-row {
	background-color: #0075BC;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	position: sticky;
	top:-5px
 
}



#view-payment #payment .top-row div {
	border-right: 1px solid #fff;
	text-align: center;
	padding: 10px 5px;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	width: 100%;
}

#view-payment #payment .top-row div:last-child {
	border: 0;
}

#view-payment #payment .white-row {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #ededed;
	width: 100%;

}

#view-payment #payment .white-row div {
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 10px 1%;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 100%;

}

#view-payment #payment .white-row div:last-child {
	border: 0;
}

#view-payment .inner{
	min-width: 1000px;
	max-height: 500px;
 
}
#view-payment .modal-body  {
	 
	overflow: auto;
}



.proposal-status-sec {
margin-top: 60px;
margin-bottom: 150px;
z-index: 5;
    position: relative;
}
.proposal-status-sec h2{
	text-align: center;
	color: #fff;
	background-color: #4274B8;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
}

.proposal-status-sec .form-control {
    background-color: #F5F5F5;
    border: 0;
    line-height: 2.5;
    border-radius: .7rem;
    font-size: 18px;
}

.proposal-status-sec label {
    color: #707070;
    font-size: 18px;
    margin-bottom: 10px;
}
@media (max-width:1800px) {

	.data-box .details-row div,
	.data-box .top-row div {

		font-size: 13px;
	}
}

@media (max-width:1439px) {

	.side-menu .btn-primary span {

		margin: 4px 0 0 5px;
		font-size: 15px;
	}

	.data-box .details-row div,
	.data-box .top-row div {

		padding: 7px 1% 7px 2%;

	}

	.tracking-boxes div {

		min-width: 199px;

	}

	.footer {
		position: relative;

	}

}

@media (max-width:1365px) {
.customers-tracks {
    margin-left: 0;
}
}

@media (max-width:1030px) {

	.side-menu {
		width: 50%;
		position: fixed;
		z-index: 5;
		background-color: #fff;
		top: 0;

	}

	.right-content {
		width: 100%;
		padding-left: 50px;
	}

	.side-menu {

		padding: 210px 25px 0 25px;

	}
}

@media (max-width:1279px) {

	.btn-outline-secondary.customer::after {
		display: none;
	}
	.btn-outline-secondary.sales,
	.btn-outline-secondary.customer {
 
		display: table;
		margin: auto !important;
	}

	.btn-outline-secondary.sales::after {
		display: none;
	}

	.btn-outline-secondary.sales {
 
		margin-right: 0;
	}
	.btn-outline-secondary.customer {
 
		margin-left: 0;
	}
	.customers-tracks {
 
		margin-top: 65px;
		margin-left: -30px;
	}

	.sales-tracks {
 
		margin-top: 65px;
		margin-right: -30px;
	}

.track-tabs {
   
    width: 50%;
    display: table;
    margin: 48px auto;
}
.welcome-btns {
    position: static;
 
}

}

@media (max-width:1000px) {

	.track-tabs {
        
        margin: 60px auto;
        padding: 10px 10px;
    }

	.data-box .details-row div,
	.data-box .top-row div {

		line-height: 16px;
	}

	.side-menu .close-btn {

		top: 25%;
	}

	.side-menu {
		min-height: 100vh;

	}
}

@media (max-width:991px) {
	.side-menu {

		z-index: 14 !important;
	}

	.applications-details {
		width: 95%;

	}

	.proposal-box .top-head {

		min-width: 490px;
	}

	.proposal-box .btn-link {
		width: max-content;
		left: 60px;

	}

	.applications-details {

		max-height: 400px;

	}

	.proposal-box .btn::before {

		height: 100px;
		width: 50px;

	}
}

@media (max-width: 850px) {

	.welcome-btns {
		position: static;

	}

	.btn-outline-secondary::after {
		display: none;

	}

	.welcome-image {

		margin-bottom: 25px;
	}

	.btn-outline-secondary.customer {

		margin-bottom: 10px;
	}

	.btn-outline-secondary {
		font-size: 17px;
		padding: 7px 53px;
		width: 240px;
	}
}

@media (max-width: 767px) {

	.btn-outline-secondary.sales {
	 margin-top: 10px !important;
	}
	
	.sales-tracks {
 
        margin-right: 0;
    }
	.sales-tracks,
	.customers-tracks {
        margin-top: 0;}

		.sales-tracks,
	.customers-tracks {
 
        margin-left: 0;
    }
	.track-tabs {
    
        width: 100%;
    }

	.proposal-box .top-head {
		min-width: 390px;
	}

	.applications-details {
		width: 100%;

	}

	.prd-details .border-end {
		border: 0 !important;
	}

	.side-menu {
		width: 90%;

	}

	.right-content {

		padding-left: 50px;
	}

	.bg-graphic1,
	.bg-graphic2,
	.bg-graphic3,
	.bg-graphic4,
	.bg-graphic5 {
		width: 40%;

	}

	.bg-graphic1,
	.bg-graphic2 {
		top: 90px;
	}

	.bg-graphic3,
	.bg-graphic4 {
		bottom: 67px;
	}

	.login-form-box .form-control {

		line-height: 2;

	}

	h2 {
		font-size: 23px;

	}

	.footer p {

		font-size: 13px;

	}

	.footer {
		position: relative;
		z-index: 15;

	}

	.login-form-box .form-control {

		font-size: 16px;
	}

	.login-form-box label {

		font-size: 16px;

	}

	.btn-primary {
		font-size: 16px;
		padding: 7px 43px;

	}

	p {
		font-size: 16px;

	}
	 
}




.beware {
	border: 1px solid rgba(36, 116, 185, 0.2);
	padding: 35px 25px;
	margin-bottom: 40px;
	border-radius: 5px;
	margin-top: 25px;
}

.foot {
	width: 100%;
	display: block;
	overflow: hidden;


}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1* var(--bs-gutter-y));
	margin-right: calc(-.5* var(--bs-gutter-x));
	margin-left: calc(-.5* var(--bs-gutter-x));
}

.weight {
	font-weight: 700;

}

.fw {
	font-weight: 500;
}

.beware p {
	color: #0075BC;

}

.general p {
	margin-bottom: 0;
}

.block {
	font-size: 16px;
	color: #0075BC;
}

.m {
	margin-right: 50px;
}

.mn {
	margin-top: 15px;
}

.mm {
	margin-top: 25px;
}

.footer-btm {
	/* background: url(../images/footer-bg.gif) repeat-x; */
	background: #0075BC;
	height: 90px;
	padding-top: 37px;
	/* font: 16px / 1 "Poppins-Medium", serif; */
	color: #FFFFFF;
	text-transform: capitalize;
}

.footer-btm p {
	color: #ededed;
	/* font-family: 'Poppins',sans-serif; */
	font-weight: 700;
}   






.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 9999;
    max-width: 400px; 
    width: 80%; 
    text-align: center;
   display: none; 
    /* Default styles */
}

.custom-alert h2 {
    margin-top: 0;
    color: #333;
}

.custom-alert p {
    color: #555;
}

.custom-alert button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-alert button:hover {
    background-color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-alert {
        width: 90%; /* Increase width for smaller screens */
        max-width: none; /* Remove max-width for small screens */
    }

    .custom-alert button {
        padding: 12px 24px; /* Slightly larger button for better touch accessibility */
    }
}

@media (max-width: 480px) {
    .custom-alert {
        width: 95%; /* Further increase width for very small screens */
        padding: 15px; /* Reduce padding for smaller screens */
    }

    .custom-alert button {
        padding: 10px 20px; /* Adjust button size for very small screens */
    }
}










   .disabled-link {
        pointer-events: none;  
        color: #999;           
        text-decoration: none; 
        cursor: default;       
    }
    .blurred {
            filter: blur(2px);
            pointer-events: none; /* Prevent interaction with blurred elements */
        }
    .overlay {
    position: fixed; /* Cover the entire screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure it’s on top */
}

.spinner {
    border: 8px solid rgba(0, 0, 0, 0.1); /* Light grey border */
    border-left: 8px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#date-proposal{
    font-size: 16px;
    font-weight: 700;
    color: rgb(66, 116, 184);
}


 #medical.greyed-out {
            background-color: #f0f0f0; /* Grey background */
            color: #999; /* Grey text */
            user-select: none; /* Disable text selection */
        }
        #medical.greyed-out .top-row {
            background-color: #e0e0e0; /* Lighter grey for header */
        }
        #medical.greyed-out .top-row div {
            color: #666; /* Lighter text for header */
        }
        #medical.greyed-out .inner div {
            pointer-events: none; /* Disable interactions */
        }
        
        
 .data-box .bottom-row {
	background-color: #808080;;
	padding: 0px 0;
	color: #fff;
	padding: 5px 0;
	display: flex;
	margin: 0 0 13px 0;
}

.data-box .bottom-row div {
	width: 16.5%;
	padding: 7px 2%;
	border-right: 1px solid #D3D3D3;
}

.data-box .bottom-row div:last-child {
	border-right: 0px solid #ccc;
}

#view-upload #medical .bottom-row {
	background-color: #D3D3D3;;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	position: sticky;
	top:-5px
 
}

#view-upload #medical .bottom-row div {
	border-right: 1px solid #fff;
	text-align: center;
	padding: 10px 5px;
	min-height: 60px;
	line-height: 22px;
	display: flex;
	align-items: center;
	width: 100%;
}


#view-upload #medical .bottom-row div:last-child {
	border: 0;
}

.confirm-dialog {
    display: none; /* Hidden by default */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensures it's on top */
}

.confirm-dialog-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
}

.confirm-dialog-content p {
    margin-bottom: 20px;
}

.confirm-dialog-content button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.confirm-dialog-content #confirm-yes {
    background-color: #4CAF50;
    color: white;
}

.confirm-dialog-content #confirm-no {
    background-color: #f44336;
    color: white;
}

.container_logout {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%; 
}


.user-name {
    color: #2474b9;
    font-size: 1rem; 
    margin-right: 20px; 
}


.logout-container button {
    background: linear-gradient(281deg, rgba(27, 153, 228, 1) 40%, rgba(1, 118, 189, 1) 83%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logout-container button:hover {
    background-color: #0056b3; 
    
    scale: 1.05;
}

.logout-container button:active {
    background-color: #004494; 
    transform: translateY(0); 

.logout-container button:focus {
    outline: none; 
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); 
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .user-name {
        font-size: 0.9rem;
    }

    .logout-container button {
        font-size: 0.8rem; 
        padding: 8px 16px; 
    }
}

@media (max-width: 992px) {
    .container_logout {
        flex-direction: column;
        align-items: flex-end; 
    }

    .user-name {
        margin-bottom: 10px;
        margin-right: 0; 
    }

    .logout-container {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .user-name {
        font-size: 0.8rem;
    }

    .logout-container button {
        font-size: 0.75rem; 
        padding: 6px 12px; 
    }
}
  
.last-line:before {
    height: 10px !important;
}



.linhe span {  position: relative;   top: 10px;}
 .linhe {
    font-size: 16px !important;
    background-size: 100% 70px !important;  background-repeat: no-repeat !important;
    line-height: 21px !important;
    margin-bottom: 15px;
    height: 60px;
}
.btn-rgt .btn-link {
left: 160px;
}
.shadow.prd-details .py-2 { 
overflow-wrap: break-word; 
 white-space: normal;
 }



#freeze_req{
    pointer-events: none;
    cursor: not-allowed; 
    opacity: 0.3; 
    color: #310d0d !important;
    font-weight: bold;
  }

 #requirement_raised {
    pointer-events: none;
    cursor: not-allowed; 
    opacity: 0.5; 
    color: #808080 !important;
  }
  
  #font_clr{
  
   color: #0075BC !important;
   font-weight: bold;
  }
  
  #non_medical_header{
  
   color: #0075BC !important;
   font-weight: bold;
  }









  
   


