﻿@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	background:#FFF;
	font-size: 15px;
line-height: 1.7;
color: #333;
	}
	
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.logo-right{
	font-size:18px;
	text-align:right;
	}
.logo-right a{
	color:#FFF;
	}
.bell{
	position:relative
	}	
.bell span{
	font-size: 11px;
background: #F00;
width: 15px;
height: 15px;
border-radius: 100%;
position: absolute;
z-index: 10;
text-align: center;
line-height: 12px;
font-weight: 600;
margin-left: -4px;
margin-top: -5px;
	}
.bg-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-image: url(../images/bg-01.jpg);
    position: relative;
    z-index: 1;
    background-size: cover;
}





.bg-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
}







.bg-main{
   background: rgb(195,63,134);
background: linear-gradient(175deg, rgba(195,63,134,1) 0%, rgba(11,78,182,1) 100%);
width:100%;
 min-height: 100vh;
		}
.bg-main::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/img-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
input, textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
.head{width:100%;}
.login {
    width: 450px;
    background: rgba(53,13,86,1);
    background: -moz-linear-gradient(top, rgba(53,13,86,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,13,86,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(53,13,86,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(53,13,86,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(53,13,86,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(53,13,86,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#350d56', endColorstr='#ffffff', GradientType=0 );
    border-radius: 10px;
    overflow: hidden;
}
.error {
    position: absolute;
    right: 49px;
    margin-top: -48px;
    z-index: 1004;
}
.main{
	background:#FFF;
	margin-top:10px;
	border-radius:6px;
	}
	.main .navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width:1100px;
  background:#FFF;
}	
.logo{
	padding-top:10px;
	padding-bottom:10px;
	}
.login-area form {padding:10px 20px 20px 20px;}	
.bootstrap-select .dropdown-menu {min-width: 271px !important;font-size: 13px; width: 280px;}
.bootstrap-select .dropdown-toggle .filter-option {
    text-align: left;
    font-size: 13px;
}
.login-area {
    background: #f9f9f9;
    border-radius: 33px;
    position: relative;
    padding: 30px;
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(0,91,234, 0.6);
}
.input100 {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 53px;
    margin: 13px 0px !important;
}
.symbol-input100 {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
}










	

.login-area input[type="checkbox"]{
	font-size:14px;
	display:block;
	width:25px;
	background:#f9f9f9;
	border:none;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:20px;	
	float:left;
	margin-top:6px;
	}
.login-area input[type="submit"] {
    font-size: 14px;
    display: block;
    width: 100%;
    background: #f9f9f9;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 35px;
    background: rgba(74,68,143,1);
    background: -moz-linear-gradient(-45deg, rgba(74,68,143,1) 0%, rgba(53,13,86,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(74,68,143,1)), color-stop(100%, rgba(53,13,86,1)));
    background: -webkit-linear-gradient(-45deg, rgba(74,68,143,1) 0%, rgba(53,13,86,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(74,68,143,1) 0%, rgba(53,13,86,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(74,68,143,1) 0%, rgba(53,13,86,1) 100%);
    background: linear-gradient(135deg, rgba(74,68,143,1) 0%, rgba(53,13,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a448f', endColorstr='#350d56', GradientType=1 );
    padding: 8px;
    color: #FFF;
    font-size: 22px;
    border-bottom: 0px;
    cursor: pointer;
}
.new-member{
	text-align:center;
	position:relative;
	color:#000;


	}

    .new-member::after {
        content: "";
        background: #000;
        height: 0px;
        width: 66px;
        border-bottom: 3px #000 solid;
        display: flex;
        margin: 4px auto;
    }
    .new-member a {
    color: #c80000;
text-decoration: blink;
background:    #fff;
    padding: 8px 26px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
}

.refno {
    width: 100%;
    overflow: hidden;
    margin: 2% 5%;
    font-size: 13px;
}
.refno ul{margin:0px; padding:0px;}
.refno li {
    list-style: none;
    float: left;
    background:#333;
    padding: 4px 5px;
    width: 50%;
    color:#fff;
    text-align:center;
}
.refno li:last-child {background: #ab045b;}
.user{
	width:50px;
	float:right;
	}
.dropdown-menu-right{
	padding:0px!important;
	}
		
.dropdown-menu-right a{
	color:#000;
	border-bottom:1px solid #f2f2f2;
	}
.dropdown-menu-right a:first-child{
	border-radius:4px 4px 0 0;
	}		
.main-area{
	padding:25px 0 0;
	}

.customer-care{
	padding:5px 10px;
	background:#b0b0b0;
	color:#56042f;
	text-align:center;
	font-size:16px;
	}
.customer-care a{
	color:#c80000;
	text-align:center;
	font-size:22px;
	font-weight:700;
	
	}
.customer-care span{
	color:#c80000;
	font-size:22px;
	font-weight:700;
	}			
footer{
	text-align: center;
	font-size: 12px;
	color:#fff;
	padding: 5px;
	}					
.user_name{
	padding-top:6%;
	color:#c80000;
	}
.user_name h4{
	font-size:18px;
	}
.user_name a{
	padding:4px 10px;
	background:#aa035b;
	color:#FFF;
	border-radius:4px;
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
	}
.user_name a:hover{
	background:#6d033a;
	}
.tab78{
	padding:20px;
	}
.tab78{
	padding:0px 10px;
	border-bottom:1px solid #ededed;

	}	
.tab78 a{
	padding:4px 10px;
	border-radius:6px 6px 0 0;
	background:#ab045b;
	margin-right:5px;
	margin-left:5px;
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:600;
	text-decoration:none;
	border:1px solid #ab045b;
	border-bottom:0px;
	position:relative;
	}
.tab78 a.sec{
	padding:4px 30px 5px 30px;
	background:#FFF;
	color:#ab045b;
	margin-top:1px;
	border:1px solid #ededed;
	border-bottom: 0px;
margin-bottom: -1px;

	}
.cata{
	padding:15px;
	border-bottom:1px solid #ededed;
	width:100%;
	float:left;
	}
.cata ul{
	padding:0px;
	margin:0px;
	}
.cata ul li{
	width:90px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#ab045b;
	list-style:none;
	display:inline-block;
	}
.cata ul li a{
	color:#ab045b;
	text-decoration:none;
	}	
.cata ul li img{
	width:50px;
	text-align:left;
	height:50px;
	border-radius:100%;
	border:3px solid #ededed;
	}
.food{
	    margin-bottom: 15px;
    width: 100%;
    float: left;
	border-bottom:1px solid #ededed;
	padding-bottom:15px;
}

.food h5{
	font-size:14px;
	font-weight:600;
	color:#aa035b;margin-bottom: 0px;	
	}
.food h7{
	font-size:13px;
	font-weight:400;
	color:#333;	
	}	
	
.btnAddAction {
    background: #ab045b;
color:    #fff;
    border: 0px;
    border-radius: 5px;
    padding: 01px 10px;
    cursor: pointer;
}	
.btnAdded{ background: #666;
color:    #fff;
    border: 0px;
    border-radius: 5px;
    padding: 01px 10px;}		
.food h6{
	font-size:15px;
	font-weight:600;
	color:#FF0000;	
	}		
.food img{
	width:100px;
	height:100px;
	margin-right:15px;
	border:6px solid #d4d4d4;
	border-radius:6px;
	float:left;	
	}
.food a{
	border-radius:6px;
	background:#b60362;
	padding:3px 10px;
	display:inline-block;
	color:#FFF;
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
	}
.food a:hover{
	background:#6d033a;

	}		
.copy{
	color:#555;
	padding:10px;
	font-size: 13px;
	}	
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
	color:#c80000;
}
.form-contro100 {
    width: 70px;
    padding: .375rem .75rem;
    color: #495057;
background-color:#fff;
background-clip: padding-box;
border: 1px solid#ced4da;
float:right;


}
@media screen and (max-width:1199px){
.main .navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width:930px;
  background:#FFF;
}
}
@media screen and (max-width:991px){
.main .navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width:690px;
  background:#FFF;
}
}



@media screen and (max-width:767px){
	.user_name {
   padding: 10px 0px;
color:#c80000;
overflow: hidden;
}
.main .navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width:500px;
  background:#FFF;
}

}

@media screen and (max-width:575px){
.space-body{
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 15px;	
	}
	.user_name h4 {
    font-size: 14px;float: left;
}
.main .navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width:87%;
  background:#FFF;
}


	}

@media screen and (max-width:480px){
	.cata {
    padding: 15px 0px;
   
}
.main .navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width:91%;
  background:#FFF;
}


	.cata ul li{
	width: 25%;
	font-size: 13px;
	line-height: 13px;
	}
.user_name a {
    padding: 4px 7px;
    background: 
#aa035b;
color:
    #FFF;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}	
}
@media screen and (max-width:320px){
	.box-cont{

	font-size:13px;

	}

}
