/*---------------

COLOR : #74c209;

--------------*/


.swal2-container {
  z-index: 10000 !important;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: 0 !important;
}


.col-md-11.left-section-outer {
    z-index: -1!important;
}

.form-control, .mt-2 {
	font-size: 0.8rem;
    font-weight: 600;
    color: #222341;
}
.btn {
	font-size: smaller;
}


@font-face {
	font-family: epilogue-semibold;
	src: url(../fonts/Epilogue-SemiBold.ttf);
}

@font-face {
	font-family: epilogue-medium;
	src: url(../fonts/Epilogue-Medium.ttf);
}


@font-face {
	font-family: epilogue-regular;
	src: url(../fonts/Epilogue-Regular.ttf);
}

@font-face {
	font-family: cera-pro-medium;
	src: url(../fonts/cera_pro_medium.otf);
}




html, 
body {
	font-family: 'epilogue-medium', serif;
	scroll-behavior: smooth;
	margin: 0!important;
	padding: 0!important;
  width: 100%;
	font-smoothing:antialiased;
}

body{
	overflow-x: hidden;
}

a{
	text-decoration: none !important;
	cursor: pointer;
}


.main-logo{
	width: 160px;
	height: auto;
	margin-right: 4rem;
}

.main-search{
	margin-right: 4rem !important;
	background: #f4f5f8;
	width: 24rem !important;
	border: none;
	border-radius: 8px;
	padding: 1.2rem;
	font-size: 0.9rem;
	padding-left: 4rem;

}


.recent-orders{
font-family: 'epilogue-semibold', serif;
color: #1f3ff9 !important;
font-size: 0.9rem;
}

.navbar-icons{
	width: 1.8rem;
	margin-right: 0.4rem;
}

.last{
	margin-right: 3rem;
}

.user-dropdown{
	margin-top: -0.2rem;
}

.navbar-user-icon{
	width: 2.2rem;
	margin-right: 0.4rem;
}

.search-icon{
	position: absolute;
	left: 1.5rem;
}

.user-name{
	font-family: 'epilogue-semibold', serif;
	color: #000000 !important;
	font-size: 0.9rem;
}

.lso{
  padding-left: 2rem;
}

.left-section{
	width: 100%;
	background-color: #f3f4f7;
	border-radius: 15px;
	padding: 1.5rem 1rem 1rem 1.5rem;
}

.welcome-h1{
	font-family: 'cera-pro-medium', serif;
	color: #000000;
	font-size: 1.2rem;
	font-weight: 600;
}

.welcome-h1 span{
	color: #0170f7;
}

.select-divs{
	padding: 0 !important;
	padding-right: 0.8rem !important;
	position: relative;
}

.top-select{
	font-size: 0.8rem;
	font-weight: 600;
	color: #222341;
	padding-left: 2rem;
}

.top-select-img{
	position: absolute;
	top: 0.4rem;
	left: 0.5rem;
}

.right-section ul{
	list-style-type: none;
/*	padding-left: 1rem;*/
	padding-top: 2rem;
	padding-right: 1.2rem;
}

.right-section ul li{
  padding: 1rem 2rem;
  cursor: pointer;
  border: 2px solid transparent;
}

.right-section ul li:hover{

	background-color: #f4f5ff;
	border-radius: 10px 20px 10px 10px;
	border: 2px solid #dbdefc;
}

.right-section ul li a{
font-weight: 600;
font-size: 0.9rem;
color: #8c98ac;
}

.a_active{
	color: #000000 !important;
}

.right-section .active{
	margin-bottom:10px;
	background-color: #f4f5ff;
	border-radius: 10px 20px 10px 10px;
	border: 2px solid #dbdefc;
}

.right-section-icons{
	width: 2rem;
	margin-right: 1rem;
}

.info-div{
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	width: 100%;
}

.info-div p{
		font-family: 'epilogue-regular', serif;
		font-size: 0.8rem;
		font-weight: 600;
		color: #8c98ac;
}


.info-div p span{
	color: #0170f7;
}

.inner-left-section{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}


.side-selection{
	padding: 0 !important;
	position: relative;
	width: 100%;
	margin-top: 1rem;
}

.side-selection img{ 
	width: 100%;
	border-radius: 8px;
}

.side-selection p{
	position: absolute;
	color: #000000;
	font-family: 'cera-pro-medium', serif !important;
	line-height: 1.2rem;
	left: 4%;
	top: 12%;
	font-size: 1rem;
}

.side-selection h2{
	position: absolute;
	color: #0184f7;
	font-family: 'cera-pro-medium', serif !important;
	line-height: 1.2rem;
	right: 4%;
	top: 24%;
	font-size: 2rem;
}

.side-selection .active_p{
	color: #ffffff !important;
}

.side-selection .active_h2{
	color: #ffffff !important;
}

.inner-right-section{
padding-top: 1rem;
padding-left: 2rem;
padding-right: 2rem;
}

.main-content{
	background-color: #ffffff;
	border-radius: 10px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.nav-tabs {
  border-bottom: 0px solid transparent;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
}

.main-content ul li a {
    border: 0;
    font-weight: 700;
    font-size: 0.9rem;
    color: #8c98ac;
}

.main-content ul li a:hover {
    color: #1f3ff9;
}

.main-content ul li a.active {
    border-bottom: 2px solid #0170f7 !important;
    background-color:#303030;
    color: #1f3ff9 !important;
}


.tab-content-div{
	width: 100%;
}

.option-btn{
	font-family: 'epilogue-medium', serif;
	margin-right: 0.5rem;
	font-size: 0.8rem;
	border-radius: 10px !important;
	color: #222341;
	font-weight: 600;
	background: #ecedfe;
	border: none;
	padding-left: 1rem;
	padding-right: 1rem;
}

.search-icon-2{
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 0.6rem;
}

.search_p{
	font-weight: 600;
	font-size: 0.8rem;
	margin-top: 0.2rem;
	color: #222341;
}

.sort_p{
	font-weight: 600;
	font-size: 0.8rem;
	margin-top: 0.2rem;
	color: #0170f7;
	margin-right: 1rem;
}

.order-select{
	font-family: 'epilogue-medium', serif;
	font-size: 0.9rem;
	width: 10rem;
	border: 2px solid #dbdefc;
	border-radius: 10px;
	margin-top: -0.4rem;
	margin-right: 0.5rem;
}

.sort-btn{
	background-color: #ffffff;
	border: 2px solid #dbdefc;
  border-radius: 10px !important;
  margin-top: -0.4rem;
  width: 2rem;
  height: 2.3rem;
  padding: 0.2rem !important; 
}

.sort-img{
	width: 1rem;
}

.tab-content-div table th{
	font-family: 'epilogue-semibold', serif;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.4rem !important;
	border-top: 2px solid #f3f4f7;
	border-bottom: 2px solid #f3f4f7;
}

.tab-content-div table td{
	font-family: 'epilogue-semibold', serif;
	padding: 0.4rem !important;
	padding-top: 0.8rem !important;
}

.tab-content-div table p{
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: #000000;
	display: flex !important;
}

.blue{
	color: #0170f7 !important;
}

.green{
	color: #2cb99d !important;
	margin-left: 1rem;
}

.grey{
	color: #8c98ac !important;
}


/*------------------------------*/

.main-page-logo{
	width: 2rem !Important;
	height: auto;
	margin-right: 0.5rem;
	margin-top: -0.4rem;
}

.page_desc_p{
	color: #8c98ac;
	font-family: 'epilogue-medium', serif;
	font-size: 0.9rem;
	margin-top: 0.4rem;
	margin-right: 0.8rem;
}

.custom-switch{
	margin-top:0.3rem !important;
}

.custom-control-input{
	cursor: pointer !important;
}


.other-page-inner-left-section{
	background-color: #ffffff;
	border-radius: 8px;
	padding: 1rem 1rem;
}

.other-page-inner-left-section h2{
	font-family: 'epilogue-semibold', serif;
	color: #1f3ff9;
	font-size: 1.2rem;
	font-weight: 800;
}

.other-page-inner-left-section h3{
	font-family: 'epilogue-medium', serif;
	color: #222341;
	font-size: 0.8rem;
	font-weight: 600;
}

.decor-line{
	width: 100%;
	padding: 0.5rem;
	background-color: #f2f8ff;
	border-bottom: 1px solid #eef0f3;
	margin-top: -1.3rem;
}


.other-page-inner-right-section{
	border: 3px solid #0170f7;
	background-color: #e6f1ff;
	border-radius: 8px;
	padding: 1rem 1rem;
}

.other-page-inner-right-section h2{
	font-family: 'epilogue-semibold', serif;
	color: #1f3ff9;
	font-size: 1.2rem;
	font-weight: 800;
}

.other-page-inner-right-section p{
	font-family: 'epilogue-medium', serif;
	font-size: 0.8rem;
	color: #4d8fe2;
	font-weight: 600;
}

.other-select{
	font-size: 0.8rem;
	font-weight: 600;
	color: #222341;
}

.other-page-inner-right-section hr{
	border-top: 2px solid #daeaff;
	margin-top: 0.5rem;
}

.note-div{
	border-radius: 8px;
	background-color: #0170f7;
	width: 100%;
	padding: 1rem 1rem 0.5rem 1rem;
}

.note-div h3{
	font-family: 'epilogue-semibold', serif;
	color: #ffffff;
	font-size: 1rem;
}

.note-div p{
	font-family: 'epilogue-medium', serif;
	font-size: 0.8rem;
	color: #8fc2ff;
	font-weight: 500 !important;
}

.mini-icon{
	width: 1rem;
	margin-right: 0.3rem;
	margin-top: -0.2rem;
}

.mini-icon-div{
	padding: 0;
}

.setting-btns{
	background-color: transparent;
	border: none;
	float: right;
}

.setting-btns img{
  width: 1.4rem;
  margin-left: 1rem;
  margin-right: 0.5rem;

}


/*-----------------------------*/

.coupon-outer{
	padding: 0.5rem;

}

.coupon-div-main{
	width: 100%;
	border: 2px solid #00ff2a;
	height: 7rem;
	padding: 0.8rem;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background-image: url('..//images/coupon-image.png');background-position: center;background-repeat: no-repeat;background-size: cover;
}

.coupon-div-main p{
	color: #ffffff;
	font-weight: 500;
	font-size: 1.1rem;
}

.coupon-div{
	width: 100%;
  border: 2px solid #0170f7;
	height: 7rem;
	padding: 0.8rem;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.coupon-div span{
	font-family: 'epilogue-regular', serif;
	color: #8c98ac;
	font-size: 0.8rem;

}

.coupon-div p{
	font-family: 'epilogue-medium', serif;
	color: #222341;
	font-size: 0.9rem;
  font-weight: 600;
}

.coupon-div h5{
	font-family: 'epilogue-medium', serif;
	color: #0170f7;
	font-size: 1.1rem;
  font-weight: 700;
  float: right;
  float: bottom;
}

.item-details{
	padding: 0.8rem 0.5rem;
	background-color: #ffffff;
	border-radius: 8px;
	height: 16rem;
	overflow-y: auto;
}

.item-details p{
	font-size: 0.9rem;
}

.item-details-outer{
	border-right: 2px solid #bddaff;
}

.item-details-outer p{
	font-family: 'epilogue-medium', serif;
	color: #222341;
	font-size: 0.9rem;
}

.item-details-outer span{
	font-family: 'epilogue-regular', serif;
	color: #4d8fe2;
	font-size: 0.6rem;
}

.item-details-outer input{
	margin-top: -0.5rem;
}

.item-details-outer select{
	margin-top: -0.5rem;
}

.bill-div{
	border-radius: 8px;
	background-color: #0170f7;
	padding: 1rem;
	box-shadow: rgba(1, 112, 247, 0.2) 0px 2px 8px 0px;
}

.bill-div p{
	color: #ffffff;
	font-weight: 500;
	font-size: 0.8rem;
	margin-top: 0.2rem;
}

.bill-div span{
	color: #aad0ff;
	font-weight: 600;
	font-size: 0.8rem;
}


.bill-div-inner{
	border-right: 2px solid #177efb;
}

.bill-decor-line{
	padding: 0.5rem;
	background-color: #177efb;
	border-radius: 10px;margin-top: 0.5rem;
}

.action-button-1{
	background-color: transparent;
	border: none;
	position: absolute;
	top: 8%;left: 0%;
}

.action-button-1 img{
	width:1.2rem;
}

.action-button-2{
	background-color: transparent;
	border: none;
	position: absolute;
	top: 8%;
	right: 1.6%;
}

.action-button-2 img{
	width:1.2rem;
}