:root{
	--red: #e91b23;
	--dark-red: #B2151B;
	--light-red: rgb(233 27 35 / 5%);
	--para: 'Poppins', sans-serif;
	--head: 'Open Sans', sans-serif;
	--faw: 'Font Awesome 6 Free';
}


.bg-red{
	background: var(--red);
}

.bg-lred{
	background: var(--light-red);
}

.bg-ow{
	background: rgb(238 238 238 / 50%);
}

.col-red{
	color: var(--red);
}
/*=====================================
=            universal css            =
=====================================*/

*{
	margin: 0;
	padding: 0;
}

body{
	overflow-x: hidden;
	font-family: var(--para);
	position: relative;
}

a, a:hover, a:focus {
	text-decoration: none;
	color: unset;
}

h1, h2, h3,h4, h5, h6{
	font-family: var(--head);
	font-weight: 700;
}

h6{
	color: #747474;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
}

button:focus {
     outline: none;
}

dl, ol, ul {
     margin-bottom: 0; 
}
p{
    margin-top: 0;
    margin-bottom: 0;
}
hr{
	margin: 0;
}

.form-control {
    border: 1px solid var(--red);
}

.form-control:focus {
        border-color: var(--dark-red);
    box-shadow: 0 0 0 0.2rem rgb(185 33 39 / 50%);
}

.pt15{
	padding-top: 15px;
}
.pt30{
	padding-top: 30px;
}
.pt60{
	padding-top: 60px;
}
.pb15{
	padding-bottom: 15px;
}
.pb30{
	padding-bottom: 30px;
}
.pb60{
	padding-bottom: 60px;
}
.ptb15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.ptb30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt60{
	margin-top: 60px;
}
.mb15{
	margin-bottom: 15px;
}
.mb30{
	margin-bottom: 30px;
}
.mb60{
	margin-bottom: 60px;
}
.mtb15{
	margin-top: 15px;
	margin-bottom: 15px;
}
.mtb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb60{
	margin-top: 60px;
	margin-bottom: 60px;
}

.btn-primary {
    color: var(--red);
    background-color: transparent;
    border-color: var(--red);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--red);
    border-color: var(--dark-red);
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: var(--dark-red);
	border-color: var(--dark-red);
	box-shadow: 0 0 0 0.2rem rgb(185 33 39 / 50%);
}
.btn-primary:not(:disabled):not(.disabled):active{
	color: #fff;
	background-color: var(--dark-red);
	border-color: var(--dark-red);
	box-shadow: 0 0 0 0.2rem rgb(185 33 39 / 50%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgb(185 33 39 / 50%);
}

.sec-title-line{
	width: 100%;
	max-width: 150px;
	margin-top: 10px;
}

.nav-pills .nav-link.active{
    color: #fff;
    background-color: var(--red);
    border: 1px solid var(--red);
}

.nav-pills .nav-link{
	color: var(--red);
	border: 1px solid var(--red);
}

.nav-pills .nav-item:not(:last-child){
	margin-right: 15px;
}

.nav.nav-pills{
	justify-content: center;
}

#pills-tabContent{
	border: 1px solid var(--red);
	    border-radius: 10px;
}

.dropdown-menu{
	margin-top: 10px;
}

.custom-file-label {
    border: 1px solid var(--red);
    overflow: hidden;
    white-space: nowrap;
}

.custom-file-label::after {
    background-color: #FEF3F4;
    border-left: 1px solid #FED2D6;
}

.custom-file-input:focus~.custom-file-label {
    border-color: var(--dark-red);
    box-shadow: 0 0 0 0.2rem rgb(185 33 39 / 50%);
}

.modal-dialog {
    max-width: 50%;
}


/*=====  End of universal css  ======*/


/*==============================
=            header            =
==============================*/


.user-btn{
	border: 1px solid var(--red);
	display: flex;
	align-items: center;
}

.navbar-nav .nav-link.user-btn {
    padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
}

.user-btn img{
	width: 100%;
}

.user-btn .avatar-wrapper{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
}

.navbar{
	border-bottom: 1px solid #E8E8E8;
	background: #FEF3F4;
}

/*=====  End of header  ======*/

/*===============================
=            sidebar            =
===============================*/

/* width */
.sidebar::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}


/* Track */
.sidebar::-webkit-scrollbar-track {
  background: rgb(238 238 238 / 50%);
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: rgb(233 27 35 / 25%);
  border-radius: 10px;
  opacity: 0.5;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgb(233 27 35 / 50%);
}

.logo{
	width: 100%;
	max-width: 150px;
	display: flex;
	align-items: center;
}

.logo img{
	width: 50px;
}

.logo img+img{
	width: 100px;
	margin-left: 10px;
}

.sidebar{
	height: calc(100vh - 65px);
	padding: 10px 10px 30px;
	overflow-y: scroll;
	white-space: nowrap;
	position: fixed;
}

.menu-card .icon-wrapper{
	display: flex;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: var(--red);
	color: #ffffff;
	border-radius: 30px;
}

.menu-card{
	display: flex;
	padding: 7px 15px 7px;
	align-items: center;
	font-size: 14px;
}

.menu-card:hover{
	background: var(--light-red);
	border-radius: 5px;
}

.menu-card .icon-wrapper svg{
	fill: #fff;
	max-width: 14px;
}

/*=====  End of sidebar  ======*/

/*====================================
=            body content            =
====================================*/

.content{
	padding: 30px;
	width: 100%;
}

.pg-card{
	border: 1px solid var(--red);
	border-radius: 10px;
	overflow: hidden;
	margin-left: 292px;
}

.pg-card:not(:last-child){
	margin-bottom: 30px;
}

.pg-card .header{
	font-weight: bold;
	font-size: 18px;
	padding: 7px 15px;
	background: var(--red);
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pg-card .body{
	padding: 30px;
}

th{
	text-transform: uppercase;
}

.table td{
	vertical-align: middle;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #e91b232e;
}

.table-bordered th {
    background: #FEF3F4;
}

.table thead th {
    border-bottom: 2px solid #e91b232e;
}

.ck.ck-editor {
    width: 100% !important;
}


/*=====  End of body content  ======*/

/*==================================
=            page title            =
==================================*/

.page-title .banner{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 400px;
	border-radius: 10px;
	margin-bottom: 15px;
	border: 1px solid var(--red);
}

.page-title .banner img{
	width: 100%;
}
/*=====  End of page title  ======*/

/*==================================
=            pre loader            =
==================================*/

.pre-loader{
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgb(255 255 255 / 75%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.pre-loader .spinner-border{
	width: 200px;
	height: 200px;
}

.pre-loader .spinner-border+img{
	position: absolute;
	    width: 150px;
}

/*=====  End of pre loader  ======*/







