@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


*:not(i) {
  font-family: "Inter Tight", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}


html, body {
	-webkit-font-smoothing: antialiased;
        height: 100%;
}
body {
color: #353536;
    background: #ffffff;
		padding-top: 20px;
}
h1, h2, h3, h4, h5, h6 {	
    font-weight: 400;
}
h1 {
	clear: both;
    color: #ff4337;
    margin: 15px 0;
    padding-left: 30px;
}
h2 {
	clear: both;
    font-size: 1.8em;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px;
}
h3 {
	border-bottom: 1px solid #C2C2C2;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
}
h3 > span {
	border-bottom: 2px solid #C2C2C2;
    display: inline-block;
    padding: 0 5px 5px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}

a {
	color: #ff4337;
	outline: none !important;
}
a:hover,
a:focus {
	color: #ff4337;
}


.container {
	padding-left: 8px;
	padding-right: 8px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.mainContainer
{
    /* Firefox */
    *min-height: -moz-calc(100% - 100px);
    /* WebKit */
    *min-height: -webkit-calc(100% - 100px);
    /* Standard */
    min-height: calc(100% - 100px);
}

.mainContainer .mainRow
{
    min-height: 100%;
}

.col-xs-1, 
.col-sm-1, 
.col-md-1, 
.col-lg-1, 
.col-xs-2, 
.col-sm-2, 
.col-md-2, 
.col-lg-2, 
.col-xs-3, 
.col-sm-3, 
.col-md-3, 
.col-lg-3, 
.col-xs-4, 
.col-sm-4, 
.col-md-4, 
.col-lg-4, 
.col-xs-5, 
.col-sm-5, 
.col-md-5, 
.col-lg-5, 
.col-xs-6, 
.col-sm-6, 
.col-md-6, 
.col-lg-6, 
.col-xs-7, 
.col-sm-7, 
.col-md-7, 
.col-lg-7, 
.col-xs-8, 
.col-sm-8, 
.col-md-8, 
.col-lg-8, 
.col-xs-9, 
.col-sm-9, 
.col-md-9, 
.col-lg-9, 
.col-xs-10, 
.col-sm-10, 
.col-md-10, 
.col-lg-10, 
.col-xs-11, 
.col-sm-11, 
.col-md-11, 
.col-lg-11, 
.col-xs-12, 
.col-sm-12, 
.col-md-12, 
.col-lg-12 {
	padding-left: 8px;
	padding-right: 8px;
}
@media (max-width: 768px) {
	.row {
	    margin-left: -5px;
	    margin-right: -5px;
	}
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.col-xs-1, 
	.col-sm-1, 
	.col-md-1, 
	.col-lg-1, 
	.col-xs-2, 
	.col-sm-2, 
	.col-md-2, 
	.col-lg-2, 
	.col-xs-3, 
	.col-sm-3, 
	.col-md-3, 
	.col-lg-3, 
	.col-xs-4, 
	.col-sm-4, 
	.col-md-4, 
	.col-lg-4, 
	.col-xs-5, 
	.col-sm-5, 
	.col-md-5, 
	.col-lg-5, 
	.col-xs-6, 
	.col-sm-6, 
	.col-md-6, 
	.col-lg-6, 
	.col-xs-7, 
	.col-sm-7, 
	.col-md-7, 
	.col-lg-7, 
	.col-xs-8, 
	.col-sm-8, 
	.col-md-8, 
	.col-lg-8, 
	.col-xs-9, 
	.col-sm-9, 
	.col-md-9, 
	.col-lg-9, 
	.col-xs-10, 
	.col-sm-10, 
	.col-md-10, 
	.col-lg-10, 
	.col-xs-11, 
	.col-sm-11, 
	.col-md-11, 
	.col-lg-11, 
	.col-xs-12, 
	.col-sm-12, 
	.col-md-12, 
	.col-lg-12 {
		padding-left: 5px;
		padding-right: 5px;
	}	
}

/* new xxs layout for extra small devices */
@media (max-width: 420px) {
	.hidden-xxs {
		display: none !important;
	}
	tr.hidden-xxs {
		display: table-row !important;
	}
	
	th.hidden-xxs,
	td.hidden-xxs {
		display: table-cell !important;
	}
	
	.visible-xxs {
		display: block !important;
	}
	tr.visible-xxs {
		display: none !important;
	}
	
	th.visible-xxs,
	td.visible-xxs {
		display: none !important;
	}
	
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}


blockquote,
blockquote.pull-right {
	border-color: #ff4337;
	padding: 10px 20px 10px 40px;
}
blockquote.pull-right {
	padding-left: 20px;
	padding-right: 40px;
}
blockquote p {
	font-style: italic;
}
blockquote:before {
	content: "\f10d";
	color: #C2C2C2;
    display: inline;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-left: -28px;
    margin-top: 0;
    position: absolute;
    width: auto;
}
blockquote.pull-right:before {
	margin-left: 0;
    right: 50px;
}

.boxpaymentmethod{
    
    background-color: #E5F1F4;
    border: #d1d1d1;
    border-style: solid;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    width: 150px;
    border-radius: 10px;
}

.container {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}
.navbar-toggle {
    display: none;               /* enable flex layout */
    align-items: center;         /* vertical centering */
    justify-content: center;     /* horizontal centering if needed */
    height: 50px;                /* your desired height */
    width: 50px;                 /* optional square button */
    padding: 0;                  /* remove default padding */
    border: none;                /* remove border if any */
    background: transparent;     /* optional */
}

li.navbar-toggle-container {
    height: 70px;               /* match your inline style */
    display: flex;
    align-items: center;        /* vertical centering */
}

li.navbar-toggle-container .navbar-toggle {
    margin: 0;                  /* remove default margin */
}


.navbar-toggle .fa-bars {
    font-size: 24px;             /* adjust icon size */
    line-height: 1;              /* ensure proper vertical alignment */
}


.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 white;
}
.nav > li {
	float: left;
}
.btn {
	border-radius: 15px;
	border: none !important; 
}
.navbar-nav {
	margin: 0 0 0 10px;
	
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 24px;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	min-width: 223px;
}
.dropdown-menu > li > a {
	color: #707070;
	font-size: 0.875em;
	line-height: 1.7;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	background-color: #f6f6f6;
	color: #707070;
}
.dropdown-menu > li > a {
	padding-left: 35px;
	-webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.dropdown-menu > li > a > i {
	position: absolute;
	margin-left: -18px;
	margin-top: 4px;
}
.nav-pills > li {
	float: none;
}
.nav-pills > li > a {
	border-radius: 0;
}


.navbar > .container .navbar-brand {
	color: #FFFFFF;
    font-weight: 700;
    margin-left: 5px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
#logo.navbar-brand > img {
    float: left;
    padding-right: 4px;
}
#header-navbar {
    background: #ffffff;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 0 0 0 0;
    margin: 0;
    min-height: 50px;
    color: #262626;
}
#header-navbar .navbar-form .form-group {
	position: relative;
}
#header-navbar .navbar-form .form-control {
	background: #131313;
	color: #707070;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	font-size: 0.75em;
}
#header-navbar .navbar-form .nav-search-icon {
	position: absolute;
	color: #707070;
	right: 6px;
    top: 8px;
}
#header-navbar .nav > li > a {
	height: 70px;
}
#header-navbar .nav > li > a > span.count {
	background: #fe635f;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	top: 9px;
	right: 8px;
}
#header-navbar .profile-dropdown > a {
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 35px;
}
#header-navbar .profile-dropdown > a > img {
	margin-right: 5px;
	float: left;
}
#header-navbar .profile-dropdown > a > span {
	float: left;
	display: block;
	margin-right: 3px;
}
#header-nav .form-control {
	border-radius: 0;
	border: 0;
}
#header-navbar .nav > li > a {
	font-size: 1em;
	padding-left: 18px;
	padding-right: 18px;
	color: #fff;
	border: none;
}
#header-navbar .nav > li > a > i,
#sidebar-nav .nav > li > a > i {
	font-size: 1.25em;
}
#sidebar-nav .nav > li > a:focus,
#sidebar-nav .nav .open > a, 
#sidebar-nav .nav .open > a:focus {
	background: inherit;
}
#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus,
#header-navbar .nav .open > a, 
#header-navbar .nav .open > a:hover, 
#header-navbar .nav .open > a:focus, 
#sidebar-nav .nav > li > a:hover,
#sidebar-nav .nav .open > a:hover, 
.navbar-toggle:hover,
.navbar-toggle:focus,
.mobile-search.active > .btn {
	background: #B32F2F;
    -webkit-box-shadow: inset 0 -1px 0 #D8816C;
    box-shadow: inset 0 -1px 0 #D8816C;
    color: #fff;
    outline: none;
}



#sidebar-nav .nav > li > a:hover,
#sidebar-nav .nav .open > a:hover {
background: #B32F2F !important;
}


#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus,
#header-navbar .nav .open > a, 
#header-navbar .nav .open > a:hover, 
#header-navbar .nav .open > a:focus {
	background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #262626;
    outline: none;
}

#header-navbar .nav > li > a {
	color: #262626
}


.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus,
#sidebar-nav .nav-pills > li.active > a, 
#sidebar-nav .nav-pills > li.active > a:hover, 
#sidebar-nav .nav-pills > li.active > a:focus {
	background-color: #B32F2F;
	-webkit-box-shadow: 0 -1px 0 0 #B32F2F inset, 0 0px 4px rgba(59,59,59,0.6);
	box-shadow: 0 -1px 0 0 #B32F2F inset, 0 0px 4px rgba(59,59,59,0.6);
	color: #ffffff;
}

#header-navbar .nav > li .caret {
	border-top-color: #262626;
	border-bottom-color: #262626;
}
#header-navbar .nav a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.mobile-search {
	overflow: hidden;
}
.mobile-search > a.btn {
	float: right;
}
.drowdown-search {
	background: #FFFFFF;
    display: block;
    left: 168px;
    padding: 4px 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.25s ease-out 0s;
    transition: left 0.25s ease-out 0s;
    width: 0;
    z-index: 1;
    overflow: hidden;
}
.drowdown-search form .form-group {
	position: relative;
	margin: 0 15px;
}
.drowdown-search form .form-control {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #344644;
    font-size: 1em;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding-left: 5px;
    padding-right: 26px;
}
.drowdown-search form .nav-search-icon {
	color: #344644;
    font-size: 1.2em;
    position: absolute;
    right: 5px;
    top: 13px;
    cursor: pointer;
}
.drowdown-search form .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #344644;
}
.drowdown-search form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #344644;
}
.drowdown-search form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #344644;
}
.drowdown-search form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #344644;
}
.mobile-search.active {
	width: 220px;
}
.mobile-search.active .drowdown-search {
	width: 220px;
	left: 0;
}
@media (max-width: 992px) {
	.mobile-search {
		position: inherit !important;
		overflow: visible;
	}
	.drowdown-search {
	    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	    display: block;
	    left: 0;
	    padding: 10px 0;
	    top: 50px;
	    width: 100%;
	    display: none;
	    -webkit-transition: none;
	    transition: none;
	}
	.drowdown-search form .form-control {
	    font-size: 1.6em;
	    font-weight: 600;
	}
	.drowdown-search form .nav-search-icon {
	    font-size: 1.8em;
	    right: 15px;
	    top: 8px;
	}
	.mobile-search.active {
		width: auto;
	}
	.mobile-search.active .drowdown-search {
		display: block;
		width: 100%;
		left: 0;
	}
}

.navbar-nav > li > .dropdown-menu.notifications-list {
	min-width: 320px;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 8px;
	color: #707070;
}
.notifications-list .item-header {
	font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.notifications-list .item {
	border-top: 1px solid #EBEBEB;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}
.notifications-list .item a {
    clear: both;
    white-space: normal;
    padding-bottom: 7px;
    padding-top: 7px;
}
.notifications-list .item > a > i {
	color: #fe635f;
}
.notifications-list .item a .content {
	
}
.notifications-list .item a .time {
	color: #34d1be;
	margin-left: 10px;
	position: absolute;
    right: 13px;
    white-space: normal !important;
}
.notifications-list .item a .time i {
	margin-right: 3px;
}
.notifications-list .item-footer {
	background: #E1E1E1;
    padding-bottom: 0;
    padding-top: 0;
}
.notifications-list .item-footer a {
	padding: 8px 20px;
    text-align: center;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.notifications-list .item-footer a:hover,
.notifications-list .item-footer a:focus {
	background-color: #34d1be;
	color: #fff;
}
.notifications-list .pointer {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 21px;
    top: -12px;
    width: 12px;
}
.notifications-list .pointer .pointer-inner {
	position: relative;
}
.notifications-list .pointer .arrow {
	border-color: transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 6px;
    cursor: pointer;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
.notifications-list .pointer .arrow-border {
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 7px;
    cursor: pointer;
    left: -1px;
    position: absolute;
    top: -2px;
    z-index: 1001;
}
.messages-list .item.first-item {
	border-top: 0 !important;
}
.messages-list .item > a {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	-webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.messages-list .item > a > img {
	position: absolute;
	margin-top: 10px;
}
.messages-list .item > a > .content {
	display: block;
    padding-left: 50px;
    padding-top: 5px;
}
.messages-list .item > a > .content .content-headline {
	color: #605F5F;
    display: block;
    font-weight: 600;
}
.messages-list .item > a > .content .content-text {
	display: block;
    line-height: 1.4;
}

#col-left {
    position: relative;
    color: #003940;
}
#col-left a {
	color: #e1e1e1;
}
#col-left a:hover,
#col-left .nav-active a.nav-link,
#col-left a.active {
	color: #fff;
}
#nav-col {
	padding: 0;
}
#sidebar-nav {
	max-height: 100%;
	padding-left: 0;
	padding-right: 0;
}
#sidebar-nav .nav > li {
	margin: 0;
}
#sidebar-nav .nav > li > a {
	color: #FFFFFF;
	height: 58px;
    line-height: 38px;
    padding-left: 30px;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    overflow: hidden;
	color: #262626;
}
#sidebar-nav .nav > li > a:hover {
	-webkit-box-shadow: 0 -1px 0 0 #B32F2F inset;
	box-shadow: 0 -1px 0 0 #B32F2F inset;
}
#sidebar-nav .nav > li.open > a {
	border-bottom-color: #454545;
	outline: none;
	text-decoration: none;
}
#sidebar-nav .nav > li > a > i {
	position: absolute;
	margin-top: 11px;
}
#sidebar-nav .nav > li > a > span {
    padding-left: 35px;
}
#sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
	color: #262626;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
    right: 25px;
    top: 50%;
    
    transition: color 0.1s ease-in-out 0s;
}
#sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon {
	color: #262626;
}

#sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon
{
	color: #FFFFFF;
}

#sidebar-nav .nav li > a:hover.dropdown-toggle > .drop-icon
{
	color: #FFFFFF;
	
}

#sidebar-nav .nav li .submenu {
	display: none;
	background: #ffffff;
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar-nav .nav li.active > .submenu {
	display: block;
}
#sidebar-nav .nav li .submenu > li {
	position: relative;
}
#sidebar-nav .nav li .submenu > li > a {
    display: block;
    font-size: 0.875em;
    line-height: 28px;
    padding-left: 66px;
    color: #262626;
    outline: none;
    text-decoration: none;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}
#sidebar-nav .nav li .submenu > li:first-of-type > a {
	border-top: 0;
}
#sidebar-nav .nav li .submenu > li:last-of-type > a {
}
#sidebar-nav .nav li .submenu > li > a:hover,
#sidebar-nav .nav li .submenu > li > a.active {
	text-decoration: none;
	background-color: #B32F2F;
	color: #ffffff;
	/* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
}
.navbar-nav .open .dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	position: absolute;
}
#sidebar-nav .nav > .open > .submenu .submenu {
	display: none;
}
#sidebar-nav .nav > .open > .submenu > li > a {
    position: relative;
}
#sidebar-nav .nav > .open > .submenu > .open > a {
	background: inherit;
}
#sidebar-nav .nav > .open > .submenu > li > .submenu {
	background-color: #ffffff;
}
#sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover {
	background-color: #B32F2F;
}
#sidebar-nav .nav > .open > .submenu > li > .submenu a {
	border-bottom: 0 none;
    border-top: 0 none;
    padding-left: 80px;
}
#sidebar-nav .nav > .open > .submenu > li > a.dropdown-toggle > .drop-icon {
	font-size: 10px;
	margin-top: -5px;
}
#sidebar-nav .nav > .open > .submenu > .open > a.dropdown-toggle > .drop-icon {
	margin-top: -6px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	#sidebar-nav .nav li .submenu > li > a {
		padding-left: 35px;
	}
}
@media (max-width: 992px) {
	.navbar-toggle {
		display: flex;
	}
	
	#sidebar-nav.navbar-collapse {
		max-height: 336px;
	}
	#sidebar-nav .nav > li > a {    
		height: 48px;
	    padding-bottom: 5px;
	    padding-top: 5px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-collapse.collapse {
		display: none !important;
		overflow: hidden !important;
	}
}
@media (max-width: 768px) {
	#logo {
		width: 150px;
		padding-left: 0;
		font-size: 1em;
	}
	#logo img {
		height: 19px;
	}
}
@media (max-width: 400px) {
	#header-navbar .container {
		padding: 0;
	}
	#logo {
		width: auto;
		margin-left: 15px;
	}
	#logo span {
		display: none;
	}
	.profile-dropdown .dropdown-toggle {
	    padding-left: 5px !important;
	    padding-right: 5px !important;
	}
	#header-nav .nav {
		margin-left: 0;
	}
}


#content-wrapper {
	background: #fafafa;
	height: 100%;
	margin: 0;
	position: relative;
	min-height: 100%;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.main-box {
	background: #FFFFFF;
    margin-bottom: 35px;
    padding: 17px;
    border-radius: 5px;
	border: 1px solid #EEEEEE;
}
.main-box h2 {
    margin: 0 -20px 15px;
    padding: 5px 15px 5px 20px;
        border-left: 16px solid #B32F2F;
}
@media (max-width: 768px) {
	.main-box {
		margin-bottom: 10px;
	}
}


#footer-bar {
	height: 50px;
	line-height: 50px;
	color: #cccccc;
	font-size: 0.875em;
}
#footer-copyright {
	text-align: center;
	margin: 0;
}
#footer-copyright a {
	color: #ccc;
}
#footer-copyright a:hover {
	
}


/* OTHER */
.the-icons {
	font-size: 0.875em;
	line-height: 2;
}
.the-icons .glyphicon {
	width: 30px;
	text-align: center;
}
.tabs-wrapper .nav-tabs {
    margin-bottom: 15px;
}
.tabs-wrapper .tab-content {
	margin-bottom: 20px;
    padding: 0 10px;
}
.dropdown-example ul.dropdown-menu {
	display: block;
}
svg {
	width: 100% !important;
}

.flyingbuttonText > small > i > span {
    padding: 0 10px 0 10px;
}

/* make the toggle a flex row and vertically center everything */
.profile-dropdown > a.dropdown-toggle {
  display: flex !important;     /* override bootstrap inline styles */
  align-items: center;          /* vertical centering */
  gap: 8px;                     /* space between image / text / caret */
  padding: 6px 10px;            /* tweak to match your navbar spacing */
}

/* ensure the profile image is a fixed square and doesn't affect baseline */
.profile-dropdown > a.dropdown-toggle img.img-profile.notCacheable {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: cover;    /* keep aspect ratio and crop if necessary */
  border-radius: 50%;
}

/* text baseline control */
.profile-dropdown > a.dropdown-toggle .hidden-xs {
  display: inline-block;
  line-height: 1;       /* avoids vertical mis-shift */
  margin: 0; 
  white-space: nowrap;  /* prevents wrap inside the toggle */
}

/* caret centered with the rest */
.profile-dropdown > a.dropdown-toggle .caret {
  align-self: center;
  margin-left: 4px;     /* small gap before caret */
}

/* OPTIONAL: if you want the caret pushed to the far right inside the anchor,
   use the rule below (it will push the caret as far as the anchor allows) */
/*
.profile-dropdown > a.dropdown-toggle .caret {
  margin-left: auto;
}
*/


/* center icon inside the logout button */
.hidden-xxs > a.btn {
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: center; /* horizontal center, optional */
  padding: 6px 10px;     /* adjust to match your navbar */
  height: 100%;          /* fill the parent li if it has a set height */
}

/* normalize the icon */
.hidden-xxs > a.btn i.fa {
  font-size: 16px; /* tweak size */
  line-height: 1;  /* avoid pushing it off-center */
}

#login-page {
	background-image: url('../../../home/images/home-images/footer-bg.png'); background-size: cover; background-repeat: no-repeat; background-position: center 200px;
	background-color: #ffffff !important;
}

#login-box {
	background: #fafafa !important; 
}

#BatDiv {
	background: #fafafa !important; 
	border-radius: 5px !important;
}