/********** Template CSS **********/
@font-face {
  font-family: heboo;
  src: URL(heboo.ttf);
}
@font-face {
  font-family: heboob;
  src: URL(heboob.ttf);
}
body{
 font-family:heboo;
 /* background-color: rgb(0,0,0); */
 background-image:url("../images/bg.jpg");
 background-attachment: fixed;
 background-size:100% 100%;
}

:root {
    --primary: #9d0220;
    --light: #F3F6F9;
    --dark: #191C24;
}
.pres{
	color:green;
	font-weight:900;
}
.abs{
	color:red;
}
.gye{
	color:blue;
	font-weight:900;
}
td,th{
	font-size:12px;
	font-weight:500;
	color:#000;
}
.hfix { overflow: auto; height: 70vh; }
.hfix table thead th { position: sticky; top: 0; z-index: 1; background-color:#037b4a; color:white; }
.mhix table thead th { background-color:#037b4a; color:white; }
.hfix table tbody td { background-color:#fff; color:#000; }
.hfix table thead .bgred{background-color:#c40202; }
.hfix table thead .lblue{background-color:#048edd; }
.hfix table thead .dblue{background-color:#0054d1; }
.mhix table thead .bgred{background-color:#c40202; color:white;}
.mhix table thead .lblue{background-color:#048edd; color:white;}
.mhix table thead .dblue{background-color:#0054d1; color:white;}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

@media (max-width: 576px) { /* Extra Small */
    #nameavv {
        width: 150px !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) { /* Small */
    #nameavv {
        width: 50% !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) { /* Medium */
    #nameavv {
        width: 25% !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) { /* Large */
    #nameavv {
        width: 25% !important;
    }
}
@media (min-width: 1200px) { /* Extra Large */
    #nameavv {
        width: 20% !important;
    }
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(217, 249, 3, 0.8);
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999999999; /* Ensure it stays above other content */
}

.mobile-bottom-nav .btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 25px;
    height: 25px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.hea {
	font-size:12px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}
.nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	
    background-color: #F3F6F9;
    border-color: #04a8b2 #04a8b2 #F3F6F9;
}
/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 100vh;
    overflow-y: auto;
    background: var(--light);
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 170px;
    min-height: 100vh;
    transition: 0.5s;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 1.5%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
label{
	font-size:13px;
}
.accordion-body, .accordion-button {
	font-size:13px;
}
/* Modal Content */
.modal-content {
    position: relative;
 background-image:url("../images/bg.jpg");
background-size:100% 100%;
    margin: 0 auto;
    padding: 0px;
	display: inline-block;
	min-width:100px;
	max-width:calc(95%);
	min-height:100px;
	/* max-height:calc(95%); */
    /* border: 2px solid #035798; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	/* overflow:scroll; */
	border-radius:10px;
}
.modal-content2 {
    position: relative;
 background-image:url("../images/bg.jpg");
background-size:100% 100%;
    margin: 0 auto;
    padding: 0px;
	display: inline-block;
	min-width:100px;
	max-width:calc(95%);
	min-height:100px;
	/* max-height:calc(95%); */
    /* border: 2px solid #035798; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	/* overflow:scroll; */
	border-radius:10px;
}
.cls{
	cursor:pointer;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
/* .close { */
	/* border: 2px solid white; */
    /* color: white; */
    /* float: right; */
    /* font-size: 20px; */
    /* font-weight: bold; */
/* } */


.modal-header {
    padding: 10px 16px;
   background:none;
    color: black;
	max-height:calc(95vh - 35px);
	overflow:scroll;
}
#country-list{
		overflow-y:scroll;
	max-height:30%;

	float:left;
	list-style:none;
	/* margin-top:-4px; */
	padding:0;
	width:auto;
	position: absolute;
	border:1px #bbb9b9 solid;
	border-radius:5px;
	}
#country-list li{
	padding: 10px; 
	background: #bafbb3; 
	color:black;
	font-weight:100;
	border: #bbb9b9 1px solid;
	font-size: 13px;
	}
#country-list li:hover{
	/* background:#9d0220; */
	cursor: pointer;
	/* color:white; */
	border:1px solid var(--primary);
	}

/* .modal-body {padding: 2px 16px;} */

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.dropdown-item {
	font-size:14px;
}
@media (min-width: 992px) {
    .mobileview {
        display: none;
    }
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -170px;
    }

    .content {
        width: calc(100% - 170px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -170px;
    }
    .deskview {
        display: none;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 5px 10px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 0 30px 30px 0;
    outline: none;
	font-size:11px;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    background: #FFFFFF;
    border-color: var(--primary);
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 10px;
	font-size:12px;
	color:#8c03b3;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--light);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 50px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:thin solid #fdd3d3;
    border-radius: 0 30px 30px 0;
	font-size:12px;
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    /* padding: 12px 0; */
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}
h5,h6{
	color:var(--primary);
}
.table-dark th{
	color:white;
}.table-dark td{
	color:white;
	background-color:var(--primary);
}