 :root{
	 --gray:#809fb8;
	 --blue:#217efd;
	 --yellow:#FFB100;
	 --darkBlue:#083662;
	 --small:10px;
	 --smaller:.675em;
	 --progressBG:#1ad598;
	 --rowBG:#EAF1F4;
	 --filledBoxBG:#F1F5F75D
 }
 
 /* Be Vietnam Pro Font Family */
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-Thin.ttf) format('truetype');
	 font-weight: 100;
	 font-style: normal;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-ThinItalic.ttf) format('truetype');
	 font-weight: 100;
	 font-style: italic;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-Light.ttf) format('truetype');
	 font-weight: 300;
	 font-style: normal;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-LightItalic.ttf) format('truetype');
	 font-weight: 300;
	 font-style: italic;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-Regular.ttf) format('truetype');
	 font-weight: 400;
	 font-style: normal;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-Italic.ttf) format('truetype');
	 font-weight: 400;
	 font-style: italic;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-Medium.ttf) format('truetype');
	 font-weight: 500;
	 font-style: normal;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-MediumItalic.ttf) format('truetype');
	 font-weight: 500;
	 font-style: italic;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-SemiBold.ttf) format('truetype');
	 font-weight: 600;
	 font-style: normal;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-SemiBoldItalic.ttf) format('truetype');
	 font-weight: 600;
	 font-style: italic;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-Bold.ttf) format('truetype');
	 font-weight: 700;
	 font-style: normal;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-BoldItalic.ttf) format('truetype');
	 font-weight: 700;
	 font-style: italic;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-Black.ttf) format('truetype');
	 font-weight: 900;
	 font-style: normal;
	 font-display: swap;
 }
 @font-face {
	 font-family: 'Be Vietnam Pro';
	 src: url(/assets/Fonts/Vietnam/BeVietnamPro-BlackItalic.ttf) format('truetype');
	 font-weight: 900;
	 font-style: italic;
	 font-display: swap;
 }
 
 /* Dubai Font Family */
 @font-face{
	 font-family: Dubai;
	 src: url(/assets/Fonts/Dubai/Dubai-Light.ttf);
	 font-weight: 300;
	 font-style: normal;
 }
 @font-face{
	 font-family: Dubai;
	 src: url(/assets/Fonts/Dubai/Dubai-Regular.ttf);
	 font-weight: 400;
	 font-style: normal;
 }
 @font-face{
	 font-family: Dubai;
	 src: url(/assets/Fonts/Dubai/Dubai-Medium.ttf);
	 font-weight: 500;
	 font-style: normal;
 }
 @font-face{
	 font-family: Dubai;
	 src: url(/assets/Fonts/Dubai/Dubai-Bold.ttf);
	 font-weight: 700;
	 font-style: normal;
 }
 
 @font-face{
	 font-family:TitleFontBold;
	 src:url(/assets/Fonts/Montserrat/Bold.ttf)
 }
  @font-face{
	 font-family:TitleFontRegular;
	 src:url(/assets/Fonts/Montserrat/Regular.ttf)
 }
  @font-face{
	 font-family:textBold;
	 src:url(/assets/Fonts/Poppins/Bold.ttf)
 }
   @font-face{
	 font-family:textRegular;
	 src:url(/assets/Fonts/Poppins/Regular.ttf)
 }
 
 body{
	 font-family: "Be Vietnam Pro",  sans-serif;
 }
input[readonly], 
input[disabled], 
input:disabled,
select[readonly], 
select[disabled],
select:disabled,
textarea[readonly],
textarea[disabled],
textarea:disabled {
	background-color: #f8f9fa !important;
	cursor: not-allowed;
	opacity: 0.9;
}

.card-logo {
	position: absolute;
	left: 50px;
	top: 15px;
	width: 150px;
}
 
 .footer-position{
	 position:absolute;
	 bottom:50px;
 }
 
 .title-font-bold{
	 font-family:"TitleFontBold"
 }
  .title-font-regular{
	 font-family:"TitleFontRegular"
 }
 
 .fields-font-bold{
	 font-family:"textBold"
 }
 .fields-font-regular{
	 font-family:"textRegular"
 }
 
 .h-line{
	width: 100%;
    background: #8080802e;
    height: 1px;
	}
.input-label{
	font-size: 12px;
}
.invalid-feedback {
	display: block; /* ensures always visible under field when invalid */
}

.services-list {
	background: linear-gradient(268deg, #384455 0%, #0B0E11 100%) 0% 0% no-repeat padding-box;
	color: white;
	font-weight: 500;
	padding: 3px;
	border-radius: 5px;
	padding-left: 20px;
	text-decoration: none !important
}
.services-title{
	color: #083662;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: -10px;
    background: white;
    left: 30%;
    width: 8rem;
}
.box{
	border-bottom: 1px solid #80808033;
    border-left: 1px solid #80808033;
    border-right: 1px solid #80808033;
    border-top: 1px solid #80808033;
    padding: 13px;
    position: relative;
}
.box-border{
	    border: 1px solid #D9E1E7;
}
.gray{
	color:var(--gray);
}
.blue{
	color:var(--blue) !important;
}
.dark-blue{
	color:var(--darkBlue) !important;
}
.bg-blue{
	background:var(--blue) !important;
}
.fs-small{
	font-size:var(--small) !important;
}
.smaller{
	font-size:var(--smaller) !important;
}
.bg-progress{
	background:var(--progressBG)
}
.bg-row{
	background:var(--rowBG)
}
.nav-link.submenu-link{
 font-size: 20px !important;
 color:#000000 !important;
 
}
.nav-link.submenu-link.active {
    border: none !important;
	color: var(--gray) !important;
	background-color:#849AB1 !important;
}
.half-grow{
	    flex-grow: 0.5;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
        font-size: 0.9rem !important;
}
.tabs-line{
	margin:0 !important;
}
.table-header{
	color:var(--gray) !important;
    font-size: 0.8rem;
	text-align:center
}
.table-body{
	text-align: start !important;
   font-size:.8rem;
}
.header-blue{
	color:#083662
}
.yellow-note{
	 color:var(--yellow) !important;
}
.filled-box-bg{
	background:var(--filledBoxBG) !important;
}
.filled-box-bg2{
	background:#f1f5f7 !important;
}
#filled-env-table tr td {
    padding: 5px;
}
.border-dashed{
	    border-style: dashed !important;
}
.active-button {
    background: #D9E1E7;
    padding: 7px;
	color:#99B2C6;
    border-radius: 6px;
}
.category-button{
    background: #D9E1E7;
    padding: 7px;
	color:var(--gray) !important;
    border-radius: 6px;
	border:1px solid #D9E1E7CC;
}
.proccessing-button{
	background: #F9B959;
    padding: 7px;
	color:#E67412 !important;
    border-radius: 6px;
}
.draft-button{
	background: #99B2C666;
    padding: 7px;
	color:#809FB8 !important;
    border-radius: 6px;
}
.done-button{
	background: #1AD59866;
    padding: 7px;
	color:#1AD598 !important;
    border-radius: 6px;
}
.timeline-button{
	background: #f1f5f7;
    padding: 7px;
	color:#809FB8 !important;
    border-radius: 6px;
}
.resubmit-button{
	background: #f9ad33;
    padding: 7px;
	color:#ffffff !important;
    border-radius: 6px;
}
.table{
	border-color:#F1F4F9 !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
	--bs-table-bg-type:#F1F5F7 !important;
	background-color:#F1F5F7 !important;
}
.notification-item{
	background: #f1f5f7 !important;
    border-radius: 6px;
}
.signin-box{
	overflow-y: auto;
    max-height: 550px;
}

.signup-form::-webkit-scrollbar{
	width:0px !important;
}
/**{
	scrollbar-width:none
}*/
.default-btn{
	background: #F4F9FB;
    border: 1px solid #e3e3e3;
}
.dropdown-menu .inner{
	text-align:center;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
	left:15px;
	color: #6CA7F7;
}
a.dropdown-item.opt.opt-group.selected{
	color: #6CA7F7 !important;
}

.circle{
	width: 50px;
    height: 50px;
	border-radius:50%
}
.h-90{
	height:90% !important;
}
.verify-btn:hover{
    background: #f4f9fbd4;
}
.disabled {
    background-color: #e0e0e0; /* Light gray background */
    color: #aaa; /* Light gray text color */
    border: 1px solid #ccc; /* Light gray border */
    cursor: not-allowed; /* Change cursor to 'not-allowed' */
    pointer-events: none; /* Disable interaction */
}
.sidebar-cover{
	background-color: #083662 !important;
    background: url("/assets1/SidebarCover.png");
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-size: contain;
	background-blend-mode: soft-light;
	min-height: 100vh !important;
	height: 100% !important;
	position: relative;
}
.download-icon-rotation{
	    transform: rotate(180deg);
}
.sublink-text{
	    font-size: .75em !important;
}
.pending,.pending-button{
	color: #0b78e9;
    background-color: #0b78e95e;
}
.rejected{
	color: #ff002e;
    background-color: #ff000052;
}
.returned{
    color: #e9400b;
    background-color: #e9400b5e;
}
.approved,.updated{
	color: #00a716;
    background-color: #00a7165e;
}
.input-number{
	text-align:right !important;
}

/*Dashboard Style*/
.dsh-box-title{
	color:#083662;
	font-size:1rem;
}
.dsh-box-number{
	color:#809FB8;
	font-size:1.4rem;
	font-weight:Bold;
}
.hex {
  position: relative;
  width: 100px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hex::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #a7b8c5; /* border color */
  clip-path: polygon(
    25% 5%, 75% 5%, 
    100% 50%, 
    75% 95%, 25% 95%, 
    0% 50%
  );
  border-radius: 12px;
  z-index: -1;
}

/* Inner hexagon (smaller) */
.hex-inner {
  width: 90%;
  height: 90%;
  background: #88a9c2; /* fill color */
  clip-path: polygon(
    25% 5%, 75% 5%, 
    100% 50%, 
    75% 95%, 25% 95%, 
    0% 50%
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon inside */
.icon-slot img {
  height: auto;
  
}
.hover-light{
   filter: opacity(0.5);
}
.hover-box{
	cursor:pointer !important;
}
.bold-500{
	font-weight:500
}

@media (max-width: 992px) {
	.dsh-box-number {
		font-size: 1.5rem !important;
	}
	.dsh-box-title {
		font-size: 0.85rem !important;
	}
}

@media (max-width: 768px) {
	.dsh-box-number {
		font-size: 1.25rem !important;
	}
	.dsh-box-title {
		font-size: 0.75rem !important;
		white-space: normal !important;
		text-align: center;
	}
	
	.col-md-6 {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.gap-3 {
		gap: 0.75rem !important;
	}
}

@media (max-width: 576px) {
	.dsh-box-number {
		font-size: 1rem !important;
	}
	.dsh-box-title {
		font-size: 0.7rem !important;
	}
	
	.p-4 {
		padding: 0.75rem !important;
	}
	
	.p-3 {
		padding: 0.5rem !important;
	}
	
	.fw-bold {
		font-size: 0.9rem;
	}
	
	.col-md-12 .d-flex.gap-3 {
		flex-direction: column !important;
	}
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/*styles add by Abdurrahem : Start*/
.warning-title{
	font-size:13px;
}
.toggle-style {
	position: fixed !important;
	z-index: 1025;
	background-color: #083662 !important;
	opacity:0.7 !important;
}
.sidebar-cover .small{
	font-size:.740em !important;
}

.sidebar-cover  .nav .nav-item {
		width:100%;
}
.sidebar-cover .nav .nav-item:hover, .sidebar-cover .multi-nav .nav-link:hover, .sidebar-cover .multi-nav li:hover {
	background-color: white;
	border-radius: 0.375rem;
}
.sidebar-cover .nav .nav-item:hover a span, .sidebar-cover .multi-nav .nav-link:hover span, .sidebar-cover .multi-nav li:hover span {
	color: black !important;
}
.modal-header {
	background-color: #dee2e6;
}
.table thead, .table thead th, .table thead tr {
	background-color: #dee2e6 !important;
}
.sidebar-cover .active-collapse, .sidebar-cover .active {
	background-color: #fff !important;
}
.sidebar-cover .active span {
	color: black !important;
}
.application-tab-circle:hover {
	border: 1px solid #c8ccd1;
	background-color: #f7f7f7;
}
.table{
	margin-bottom:0px !important;
}
/*styles add by Abdurrahem : End*/