/* Custom CSS Added by Jihan
-------------------------------------------------------	*/

@import url("https://fonts.maateen.me/solaiman-lipi/font.css");
body {
	font-family: "SolaimanLipi", Arial, sans-serif !important;
}

.h5,
h5 {
	font-size: 1.2rem;
	line-height: 1.4;
}

.h3,
h3 {
	font-size: 1.5rem;
	/* font-size: 18px; */
}

@media (max-width: 767px) {
	.h4,
	h4 {
		font-size: 1.2rem;
	}
}

label {
	margin-bottom: 0.3rem;
	/* margin-bottom: 5px; */
}

input[type="radio"] {
	cursor: pointer;
}

.borderless td,
.borderless th {
	border: none;
}

.bg-primary {
	background-color: #fff !important;
}

.site-logo {
	padding-top: 0.25rem;
}

.navbar-brand img {
	width: 18px;
	height: auto;
	margin-right: 5px;
	margin-top: -4px;
}

.site-title {
	font-size: 2.143rem;
	line-height: 1;
	color: #0e1e3d;
	font-weight: 700;
}

.site-tagline {
	line-height: 1;
	color: #2e4453;
}


/* content Custom Styles
-------------------------------------------------------	*/

.wrapper {
	min-height: auto;
}

.container-fluid {
    max-width: 1350px;
    padding-right: 30px;
    padding-left: 30px;
}

.content-wrapper {
	min-height: auto !important;
}

.content-wrapper {
	background: #dee2e6;
	background: #f8f9fe;
	background: #f7fafc;
}

.content-wrapper>.content {
	padding-top: 1.5rem;
}

#home-section-intro a {
	font-size: 1.1rem
}


/* Navbar Styles
-------------------------------------------------------	*/

#wrapper-navbar {
	background-color: #1da1f2;
	background-color: #0054a6;
}

.navbar-white {
	background-color: #0054a6;
}

.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-white .navbar-nav .nav-link {
	color: #0b2239;
	color: #fff;
	text-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.navbar {
	padding: 0;
}

.navbar-white .navbar-brand {
	/* font-size: 30px; */
	line-height: 1;
	color: #212529 !important;
	color: #fff !important;
	text-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

#navbarNav ul>li {
	margin-bottom: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: none;
}

.cs-brand-mobile {
	color: #0b2239;
}

.navbar-white .navbar-toggler {
	border: 0;
}

@media (min-width: 768px) {
	#navbarNav ul>li:focus,
	#navbarNav ul>li:hover,
	#navbarNav .navbar-nav .active {
		background-color: #28a745;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 1rem;
	}
}

@media (max-width: 767px) {
	.navbar-white .navbar-brand {
		margin-left: 15px;
	}
	#navbarNav .navbar-nav .active a {
		color: #28a745;
	}
	.navbar {
		/* background-color: #28a745!important; */
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav {
		/*padding-top: 20px;*/
	}
}


/* Footer Custom Styles
-------------------------------------------------------	*/

.sitefooter {
	padding: 1rem 0;
	/*border-top: 2px solid #dee2e6;*/
}

.sitefooter img {
	height: auto;
	max-width: 100%;
}

nav.footer-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

nav.footer-menu ul li {
	display: inline-block;
	font-size: 0.875rem;
}

nav.footer-menu ul li.divider {
	width: 1px;
	height: 10px;
	background: #0b2239;
}

nav.footer-menu ul li a {
	color: #0b2239;
	padding: 0.2rem 0.5rem;
	display: inline-block;
	font-size: 0.875rem;
}

@media (max-width: 767px) {
	.footer-hidden {
		display: none !important;
	}
	nav.footer-menu {
		text-align: center;
	}
	nav.footer-menu ul .app-badge {
		display: block;
	}
}


/* Card Custom Styles
-------------------------------------------------------	*/

.card {
	border-radius: 0;
	box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%) !important;
}

.card-body,
.card-header {
	padding-left: 30px;
	padding-right: 30px;
}

.card-header {
	/* background-color: #f5f5f5 !important; */
	border-bottom: 0;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
}

.card-info:not(.card-outline)>.card-header,
.card-info:not(.card-outline)>.card-header a {
	color: #212529;
}


/* Form Custom Styles
-------------------------------------------------------	*/

.schedule {
	box-shadow: none !important;
	border: 1px solid #cfd9e0;
}

.bg-header-2 {
	background: #f5f5f5;
}

.bg-info {
	background-color: #f5f5f5 !important;
	margin-bottom: 1rem;
}

.bg-info,
.bg-info>a {
	color: inherit !important;
}

label,
label>strong {
	font-weight: 400 !important;
}

.form-control,
.custom-select,
.input-group-text,
.select2-container--bootstrap4 .select2-selection {
	/* height: 36px; */
	/* font-size: 14px; */
	/* padding: 6px; */
	border-radius: 0;
	/* border: 1px solid #ddd; */
	box-shadow: none;
}

.custom-select:disabled,
.form-control:disabled,
.form-control[readonly] {
	color: inherit;
	background-color: #f5f5f5;
}

select#survey_ledger_id {
	max-width: 120px;
}

.auth-full-bg {
	background-color: rgba(85, 110, 230, 0.25);
	background: url(http://skote-v.laravel.themesbrand.com/assets/images/bg-auth-overlay.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.text-muted {
	color: #74788d !important;
}

.float-end {
	float: right !important;
}

.input-group-text {
	background-color: #f5f5f5;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}

.table thead th {
	font-weight: 400;
}

.table td,
.table th {
	padding: 0.65rem;
}

.input-group-prepend {
	max-width: 55%;
}

.cs-office .input-group-text {
	min-width: 125px;
}

.boundary .input-group-text {
	min-width: 60px;
}

.text-size-all {
	font-size: 14px !important;
}

@media (max-width: 767px) {
	.steps-form .steps-row .steps-step>p {
		display: none;
	}
	.card-body,
	.card-header {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.cs-wrapper {
	margin-bottom: 20px;
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
}

.cs-item {
	line-height: 1.6;
}

.cs-wrapper .d-block {
	display: inline-block !important;
}

@media (min-width: 768px) {
	.btn-group-max {
		max-width: 80px;
	}
}

.report-error {
	color: red !important;
}

#seller-errors .alert-danger,
#buyer-errors .alert-danger,
#value-errors .alert-danger {
	color: #dc3545;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.table-style-3 {
	margin-bottom: 0;
}

.table-style-3 td:first-child {
	padding-left: 0;
}

.table-style-3 td:last-child {
	padding-right: 0;
}

.table-style-3 td {
	padding: 0.5rem;
}

.table-style-3 .text-ellipses {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* Custom Button Styles
-------------------------------------------------------	*/

.btn {
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	transition: all .15s ease;
	letter-spacing: .025em;
	will-change: transform;
}


/**
	.btn-default {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	}
**/

.btn-primary {
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.btn-info {
	color: #fff !important;
	border-color: #11cdef;
	background-color: #11cdef;
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}