@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /* --font-primary: "Outfit", serif; */
    --font-primary: "Roboto", sans-serif;

    --gray-50: #f9fafb; 
    /* --gray-100: #f3f4f6;  */
    --gray-100: #f5f5f5; 
    --gray-200: #e5e7eb; 
    --gray-300: #d1d5db; 
    --gray-400: #9ca3af; 
    --gray-500: #6b7280; 
    --gray-600: #4b5563; 
    --gray-700: #374151; 
    --gray-800: #1f2937; 
    --gray-900: #111827;
    --gray-950: #030712;

    --theme-50:	#eef4fe;
    --theme-100:#dce7fc;
    --theme-200:#b8cff9;
    --theme-300:#94b7f5;
    --theme-400:#709ff1;
    /* --theme-500:#0897fa; */
    --theme-500:#5f88ec; /* Base color */
    --theme-600:#4b6fd6;
    --theme-700:#3c5bb6;
    --theme-800:#2e4895;
    --theme-900:#213573;
    --theme-900:#14234e;

    --baby-blue: #89cff0;
    --baby-blue-light: #ecf8ff;

    --text-extra-light: #9ba6af;
    --text-light: #676d7f;
    --text-dark: #343c54;
}

.row-gap-0 { row-gap: 0rem !important;}
.row-gap-0-5 { row-gap: 0.125rem !important; }
.row-gap-1 { row-gap: 0.25rem !important;}
.row-gap-1-5 { row-gap: 0.375rem !important;}
.row-gap-2 { row-gap: 0.5rem !important;}
.row-gap-2-5 { row-gap: 0.625rem !important;}
.row-gap-3 { row-gap: 0.75rem !important; }
.row-gap-3-5 { row-gap: 0.875rem !important;}
.row-gap-4 { row-gap: 1rem !important;}
.row-gap-5 { row-gap: 1.25rem !important;}
.row-gap-6 { row-gap: 1.5rem !important;}
.row-gap-7 { row-gap: 1.75rem !important;}
.row-gap-8 { row-gap: 2rem !important;}

.column-gap-0 { column-gap: 0rem !important;}
.column-gap-0-5 { column-gap: 0.125rem !important; }
.column-gap-1 { column-gap: 0.25rem !important;}
.column-gap-1-5 { column-gap: 0.375rem !important;}
.column-gap-2 { column-gap: 0.5rem !important;}
.column-gap-2-5 { column-gap: 0.625rem !important;}
.column-gap-3 { column-gap: 0.75rem !important; }
.column-gap-3-5 { column-gap: 0.875rem !important;}
.column-gap-4 { column-gap: 1rem !important;}
.column-gap-5 { column-gap: 1.25rem !important;}
.column-gap-6 { column-gap: 1.5rem !important;}
.column-gap-7 { column-gap: 1.75rem !important;}
.column-gap-8 { column-gap: 2rem !important;}
.column-gap-9 { column-gap: 2.25rem !important;}
.column-gap-10 { column-gap: 2.5rem !important;}
.column-gap-11 { column-gap: 2.75rem !important; }
.column-gap-12 { column-gap: 3rem !important; }
.column-gap-14 { column-gap: 3.5rem !important;}
.column-gap-16 { column-gap: 4rem !important; }
.column-gap-20 { column-gap: 5rem !important;}

/* FONT STYLE */
.text-xs { font-size: 12px !important; }  /* Extra Small (12px) */
.text-sm { font-size: 14px !important; } /* Small (14px) */
.text-base { font-size: 16px !important; }   /* Base (16px) */
.text-lg { font-size: 18px !important; } /* Large (18px) */
.text-xl { font-size: 20px !important; }  /* Extra Large (20px) */
.text-2xl { font-size: 24px !important; }  /* 2X Extra Large (24px) */
.text-3xl { font-size: 30px !important; } /* 3X Extra Large (30px) */
.text-4xl { font-size: 40px !important; }  /* 4X Extra Large (36px) */
.text-5xl { font-size: 48px !important; }     /* 5X Extra Large (48px) */
.text-6xl { font-size: 64px !important; }     /* 6X Extra Large (64px) */

@media(min-width:576px) {
    .text-sm-xs { font-size: 12px !important; }  /* Extra Small (12px) */
    .text-sm-sm { font-size: 14px !important; } /* Small (14px) */
    .text-sm-base { font-size: 16px !important; }   /* Base (16px) */
    .text-sm-lg { font-size: 18px !important; } /* Large (18px) */
    .text-sm-xl { font-size: 20px !important; }  /* Extra Large (20px) */
    .text-sm-2xl { font-size: 24px !important; }  /* 2X Extra Large (24px) */
    .text-sm-3xl { font-size: 30px !important; } /* 3X Extra Large (30px) */
    .text-sm-4xl { font-size: 40px !important; }  /* 4X Extra Large (36px) */
    .text-sm-5xl { font-size: 48px !important; }     /* 5X Extra Large (48px) */
    .text-sm-6xl { font-size: 64px !important; }     /* 6X Extra Large (64px) */
}

@media(min-width:768px) {
    .text-md-xs { font-size: 12px !important; }  /* Extra Small (12px) */
    .text-md-sm { font-size: 14px !important; } /* Small (14px) */
    .text-md-base { font-size: 16px !important; }   /* Base (16px) */
    .text-md-lg { font-size: 18px !important; } /* Large (18px) */
    .text-md-xl { font-size: 20px !important; }  /* Extra Large (20px) */
    .text-md-2xl { font-size: 24px !important; }  /* 2X Extra Large (24px) */
    .text-md-3xl { font-size: 30px !important; } /* 3X Extra Large (30px) */
    .text-md-4xl { font-size: 40px !important; }  /* 4X Extra Large (36px) */
    .text-md-5xl { font-size: 48px !important; }     /* 5X Extra Large (48px) */
    .text-md-6xl { font-size: 64px !important; }     /* 6X Extra Large (64px) */
}

@media(min-width:992px) {
    .text-lg-xs { font-size: 12px !important; }  /* Extra Small (12px) */
    .text-lg-sm { font-size: 14px !important; } /* Small (14px) */
    .text-lg-base { font-size: 16px !important; }   /* Base (16px) */
    .text-lg-lg { font-size: 18px !important; } /* Large (18px) */
    .text-lg-xl { font-size: 20px !important; }  /* Extra Large (20px) */
    .text-lg-2xl { font-size: 24px !important; }  /* 2X Extra Large (24px) */
    .text-lg-3xl { font-size: 30px !important; } /* 3X Extra Large (30px) */
    .text-lg-4xl { font-size: 40px !important; }  /* 4X Extra Large (36px) */
    .text-lg-5xl { font-size: 48px !important; }     /* 5X Extra Large (48px) */
    .text-lg-6xl { font-size: 64px !important; }     /* 6X Extra Large (64px) */
}

@media(min-width:1200px) {
    .text-xl-xs { font-size: 12px !important; }  /* Extra Small (12px) */
    .text-xl-sm { font-size: 14px !important; } /* Small (14px) */
    .text-xl-base { font-size: 16px !important; }   /* Base (16px) */
    .text-xl-lg { font-size: 18px !important; } /* Large (18px) */
    .text-xl-xl { font-size: 20px !important; }  /* Extra Large (20px) */
    .text-xl-2xl { font-size: 24px !important; }  /* 2X Extra Large (24px) */
    .text-xl-3xl { font-size: 30px !important; } /* 3X Extra Large (30px) */
    .text-xl-4xl { font-size: 40px !important; }  /* 4X Extra Large (36px) */
    .text-xl-5xl { font-size: 48px !important; }     /* 5X Extra Large (48px) */
    .text-xl-6xl { font-size: 64px !important; }     /* 6X Extra Large (64px) */
}

@media(min-width:1400px) {
    .text-xxl-xs { font-size: 12px !important; }  /* Extra Small (12px) */
    .text-xxl-sm { font-size: 14px !important; } /* Small (14px) */
    .text-xxl-base { font-size: 16px !important; }   /* Base (16px) */
    .text-xxl-lg { font-size: 18px !important; } /* Large (18px) */
    .text-xxl-xl { font-size: 20px !important; }  /* Extra Large (20px) */
    .text-xxl-2xl { font-size: 24px !important; }  /* 2X Extra Large (24px) */
    .text-xxl-3xl { font-size: 30px !important; } /* 3X Extra Large (30px) */
    .text-xxl-4xl { font-size: 40px !important; }  /* 4X Extra Large (36px) */
    .text-xxl-5xl { font-size: 48px !important; }     /* 5X Extra Large (48px) */
    .text-xxl-6xl { font-size: 64px !important; }     /* 6X Extra Large (64px) */
}

.font-extralight { font-weight: 200 !important; }  /* Extra Light */
.font-light { font-weight: 300 !important; }       /* Light */
.font-normal { font-weight: 400 !important; }      /* Normal (Regular) */
.font-medium { font-weight: 500 !important; }      /* Medium */
.font-semibold { font-weight: 600 !important; }    /* Semi-Bold */
.font-bold { font-weight: 700 !important; }        /* Bold */
.font-extrabold { font-weight: 800 !important; }   /* Extra Bold */
.font-black { font-weight: 900 !important; }        /* Black */

.rounded-none { border-radius: 0 !important; }            /* No rounding */
.rounded-sm { border-radius: 0.125rem !important; }       /* Small rounding (2px) */
.rounded { border-radius: 0.25rem !important; }           /* Default rounding (4px) */
.rounded-md { border-radius: 0.375rem !important; }       /* Medium rounding (6px) */
.rounded-lg { border-radius: 0.5rem !important; }         /* Large rounding (8px) */
.rounded-xl { border-radius: 0.75rem !important; }        /* Extra-large rounding (12px) */
.rounded-2xl { border-radius: 1rem !important; }          /* 2X extra-large rounding (16px) */
.rounded-3xl { border-radius: 1.5rem !important; }
.rounded-full { border-radius: 9999rem !important; }

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-primary) !important;
    color: var(--text-dark) !important;
	/* background-color: #f0f0f0; */
	background-color: #fff;
}


a:not(.btn, .ftckpass) {
    color: var(--theme-500) !important;
}


label {
	font-size: 14px;
	font-weight: 500;
}


/* .redbtn {
    background-color: #dc3545;
}
.heading {
    color: #3B5C0A;
    font-size: 26px !important;
} */

.pages {
	background: #f6fef6;
	min-height: 100vh;
	padding: 0 !important;
}


/* .left-section{ background: url(../images/login.png); width: 100%; height: 100vh;;} */

.header-top {
	display: none !important
}

.bg-header {
	height: 255px;
	background-color: #0b4786;
	display: inline-block;
	width: 100%;
	border-bottom-right-radius: 50px;
	box-shadow: 70px 0px 64px #0b4786;
}

.login-page {
	/* height: 100vh; */
	width: 100%;
	background: url(../images/login-img2.png);
}

.login-page1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.login-page1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.login-logo {
	max-width: 100px;
	margin: 0 auto 20px;
}

.login-logo img {
	max-width: 100%;
}

.login-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.75;
}

.login-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.login-box {
	padding: 20px;
	border-radius: 12px;
	color: var(--text-light);
	border: 1px solid #DEE4ED;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	row-gap: 1.25rem;
}

.login-form-ar .form-control {
	display: block;
	width: 100%;
	/* height: 55px; */
	padding: 12px 16px 12px 50px;
	font-size: 14px;
	line-height: 1.5;
	color: #676D7F;
	font-weight: 400;
	background-color: #f7f7f7;
	background-clip: padding-box;
	border: solid 1px #dee4ed;
	border-radius: 50px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-form-ar .form-control::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: var(--text-light) !important;
}

.login-form-ar .form-control:-moz-placeholder { /* Firefox 4-18 */
    color: var(--text-light) !important;
}

.login-form-ar label {
	/* color: #2a2828; */
	font-size: 13px;
	font-weight: 300;
}

.from-ar label {
	display: inline-block;
	margin-bottom: .5rem;
	/* color: #434343; */
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 13px;
}

.from-ar label {
	font-size: 13px;
}

.from-ar .form-group {
	margin-bottom: 1.5rem;
}

.login-page h2 {
	color: #08386a;
	font-weight: 600;
	font-size: 30px;
	margin-top: 43px;
	margin-bottom: 15px;
}

.login-form p {
	color: #8c90b0;
	font-size: 14px;
	font-weight: 400;
}

.white-bg-sec {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	margin-top: 20px;
}

.login-page .form-group .form-control {
	border: none;
	/* border-bottom: solid 1px #ddd; */
	border-radius: 0;
	height: 54px;
	background: none;
	padding: 10px 45px;
	font-size: 14px;
	background: #1a5a9e;
	color: #fff;
}

.login-form-ar .form-control::placeholder {
	color: #969696 !important;
}


.login-form-ar .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: var(--theme-500);
	outline: 0;
	box-shadow: none;
}

.form-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 51px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-form-ar .form-group {
	position: relative;
	margin-bottom: 1.8rem;
}

.fpass,
.ftckpass {
	color: inherit;
	font-size: 14px;
	font-weight: 400;
}

.ftckpass:hover {
	text-decoration: none;
	color: var(--theme-600) !important;
}

.login-form {
	/* position: relative;
	padding: 58px 50px 90px 50px;
	min-height: 100vh;
	width: 100%;
	background: #fff; */
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.login-form form {
	/* margin-top: 18%; */
}

.login-form input:-internal-autofill-selected {
	appearance: menulist-button;
	background-image: none !important;
	background: #6496ee !important;
	color: -internal-light-dark(black, white) !important;
}

.login-form-ar {
	width: 100%;
	z-index: 9;
}

.login-form-ar h2 {
	font-weight: 500;
	font-size: 20px;
	/* line-height: 26px; */
	/* color: #2b2e30; */
	margin-bottom: 15px;
}


/* .login-img{ background: #fff;
    text-align: center;
    width: 100%;
    height: 100%;} */

.login-form-ar h2 span {
	/* font-size: 20px; */
}

.logo-ar img {
	widows: 30%
}

.btn-blue {
	width: 100%;
	border-radius: 100px;
	color: #fff;
	box-shadow: none;
	padding: 12px 47px;
	/* box-shadow: 1px 5px 7px #0486c769; */
	background-color: var(--theme-500);
}

.btn-blue:hover {
	color: #fff !important;
	background-color: var(--theme-600);
}


/* .login-img{position: relative;
    align-items: center;
    display: flex;
    text-align: center;
    margin: 0 auto;
    background:rgb(225 235 251);
  } */

.login-img img {
	width: 100%;
}

.login-footer {
	text-transform: uppercase;
	font-weight: 500 !important;
}

.left-section {
	position: relative;
	position: relative;
	background: rgb(225 235 251);
	width: 100%;
	height: 100vh;
}

.logo-text {
	padding-top: 42px;
}

.logo-img-text {
	display: flex;
	line-height: 23px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

.footer-img {
	padding-left: 0px;
	color: #555;
	font-size: 14px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
}

.logo-text h3 {
	color: #4962fd;
	font-size: 20px;
	font-weight: 700;
}

.logo-text p {
	font-size: 14px;
	color: #555555;
	font-weight: 500;
	margin: 0;
}

.footer-div {
	width: 227px;
	text-align: center;
	font-size: 12px;
}

.footer-div img {
	width: 120px;
	image-rendering: -webkit-optimize-contrast;
}

.footer-li ul {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0;
}

.footer-li li {
	display: inline-block;
}

.footer-li > ul.social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

@media(min-width:576px) {
	.footer-li > ul.social {
		gap: 1rem
	}
}

ul.social li {
	color: var(--text-extra-light);
}

ul.social li a {
	padding: 0;
	color: inherit !important;
	display: block;
	line-height: 1;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-in-out 300ms;
}

ul.social li.facebook-svg a:hover {
	color: #1877F2 !important;
}

ul.social li.youtube-svg a:hover {
	color: #FF0000 !important;
}

ul.social li.instagram-svg a:hover {
	color: #E4405F  !important;
}

ul.social li.linkedin-svg a:hover {
	color: #0077B5 !important;
}

ul.social li.twitter-svg a:hover {
	color: #000 !important;
}

ul.social li.whatsapp-svg a:hover {
	color: #25D366 !important;
}

ul.social li.twitter-svg a:hover {
	color: #000 !important;
}

.footer-li>ul.social>li:last-child {
	margin: 0px;
}

.footer-li li a {
	padding: 6px 0px;
	color: #1e4aa0;
	font-size: 20px;
}

.footer-li li .fa-facebook-f {
	color: #0581f9;
}

.footer-li li .fa-youtube {
	color: #f30405;
}

.footer-li li .fa-linkedin-in {
	color: #0e76a8;
}

.footer-li li .fab.fa-instagram {
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}

.footer-li li .fa-whatsapp {
	color: #43ca6c;
}

.footer-li li .fa-twitter {
	color: #02cdf8;
}

.right-footer {
	/* position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 50px 30px; */
}

.footer-li.text-right {
	width: auto;
	display: inline-flex;
	float: right;
}

.rate-img {
	width: 92px;
	height: auto;
	display: inline;
	image-rendering: -webkit-optimize-contrast;
}

.login-img {
	text-align: center;
}

.shadow-box {
	-webkit-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.login-img img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.check-box-sec {
    margin-bottom: 0;
    display: flex;
    gap: 0.5rem;
    align-items: self-start;
}

.check-box-sec-input {
	margin-top: 4px;
}


.divider {
	height: 1px;
	background-color: var(--text-extra-light);
	opacity: 0.25;
}

.login-right-panel {
	height: 100%;
	border-radius: 0.75rem;
	border: 1px solid #d5e6fd;
	background-color: #e2f1ff !important;
	/* background-color: #fff; */
	box-shadow: 0 2px 10px rgba(19, 32, 49, 0.1);
}

.slick-dotted.slick-slider {
	/* height: 100%; */
	margin-bottom: 0;
}

.sweet-alert {
	font-family: var(--font-primary);
}

.sweet-alert h2 {
	margin: 0 0 1rem;
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.sweet-alert p {
	font-size: 14px;
	font-weight: 400;
	color: var(--text-light);
	margin-bottom: 1rem;
}

.sweet-alert button {
	margin: 0;
}

.sweet-alert button {
	font-size: 14px;
	border-radius: 50px;
}

.sweet-alert button {
	color: #fff;
	background-color: var(--theme-500) !important;
}

.sweet-alert button.cancel {
	color: var(--text-light) !important;
	background-color: #f5f5f5 !important;
}

.sweet-alert button.cancel:hover {	
	color: var(--text-dark) !important;
	background-color: #f6f6f6 !important;
}

.sweet-alert input {
	font-size: 14px;
	border-radius: 50px;
}

.sweet-alert input:focus {
	box-shadow: none;
    border-color: var(--theme-500);
}

.login-main .row {
	margin-left: -6px;
	margin-right: -6px;
}

.login-main .row [class^="col-"],
.login-main .row [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.slider-add p {
	font-size: 14px;
}

.slider-add .slick-dots {
	/* bottom: 0; */
}

.slider-add .slick-dots li {
	margin-left: 0;
	margin-right: 0;
}

.slider-add .slick-dots li button:before,
.slider-add .slick-dots li.slick-active button:before {
	color: var(--theme-500);
}

.slider-add .slick-dots li.slick-active button:before {
	opacity: 1;
}

.slider-add .slick-dots li button:before {
	font-size: 8px;
}

.btn {
	font-size: 14px;
}

.login-form .alert {
	margin-bottom: 0;
	font-size: 14px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-radius: 0.5rem;
}

.alert-dismissible .close {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

@media only screen and (max-width: 992px) {
	.login-img img {
		width: 100%;
	}
	.login-form {
		position: relative;
		/* padding: 24px 15px; */
	}
	.logo-ar img {
		/* width: 250px; */
	}
}

@media only screen and (max-width: 768px) {
	.login-img img {
		width: 100%;
	}
	.login-form {
		/* display: inline-block; */
	}
    .order-mob-1{
        order: 1;
    }
    .order-mob-2{
        order: 2;
    }
    .login-form-ar h2 {
        /* font-size: 28px; */
        line-height: normal;
        margin: 0 0 10px 0;
    }
    .login-form-ar h2 span {
        font-size: 18px;
    }
    .login-form form {
        /* margin-top: 35px; */
    }
    .login-form {
        /* position: relative;
        padding: 25px 15px 0;
        height: auto; */
    }
    .right-footer {
        position: static;
        bottom: 0;
        width: 100%;
        padding: 0 15px 0;
    }
    .footer-li ul {
        list-style: none;
        display: inline-block;
        margin-top: 0;
        padding-left: 0;
    }
    .left-section {
        width: 100%;
        height: auto;
    }
    .logo-img-text {
        display: flex;
        line-height: normal;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .left-footer{
        width: 100%;
        display: inline-block;
    }
    .footer-img {
        padding-left: 0px;
        color: #555;
        font-size: 14px;
        padding-bottom: 20px;
        position: relative;
        bottom: auto;
        text-align: center;
    }
    .footer-div {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    .logo-img{
        width: 180px;
    }
    .logo-img img{
        width: 100%;
        height: auto;
    }
    .logo-text {
        padding-top: 10px;
    }
    .logo-text h3 {
        color: #4962fd;
        font-size: 16px;
        font-weight: 700;
    }
    .logo-text p {
        font-size: 12px;
        color: #555555;
        font-weight: 400;
        margin: 0;
    }
}

@media(min-width:576px) {
	.login-logo {
		max-width: 120px;
		/* margin: 0 auto 20px; */
		position: fixed;
		top: 0;
		left: 0;
		padding: 20px;
	}

	.sweet-alert h2 {
		font-size: 20px;
	}
}

@media(min-width:768px) {
	.login-box {
		height: 100%;
	}
}

@media(min-width:1400px) {
	.login-logo {
		max-width: 140px;
	}
}