.form-group label, label {
    font-size: 14px!important;
    color:#0a2638!important;
    letter-spacing: 1px!important;
font-weight: 600!important;margin-bottom: 4px;}
.header-container {
    z-index: 1030;
    background-color: rgb(255, 195, 0);
    box-shadow: rgba(126, 142, 177, 0.12) 0px 20px 20px;
    /* padding: 5px 20px 0px; */
border-bottom: none;}
.new-container{
    width: 1280px;
    margin: auto;
}
.header-container .navbar {
    padding: 5px 15px;
    color: #fff;
}
.navbar .theme-brand li.theme-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
object-position: left;}
.navbar {
    padding: 0px;
    background: rgba(51, 0, 201, 0);
}
.navbar .theme-brand li.theme-logo {
    align-self: center;
    height: 40px;
width: 170px;}
.navbar .theme-brand li.theme-text a{
	color:#000!important;
text-transform: uppercase;font-size: 22px!important;font-weight: 600;}
nav.header-menu.navbar {background-color: #B6A269;
    /* padding: 10px 0px; */
    /* border-radius: 25px 25px 0px 0px;margin-top: 5px; */
    height: 78px;
}
nav.header-menu.navbar.navbar-dark .navbar-nav .nav-item.active .nav-link {color: #fff;border-bottom: 2px solid #ffffff;padding-bottom: 2px;}
nav.header-menu.navbar.navbar-dark .navbar-nav .nav-link {color: #fff;}
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

 .widget .widget-header h3{
    color: #000000;
    font-size: 22px;
    /* font-weight: 600; */
    margin: 0;
    padding: 16px 15px;
}
.main-container {
    min-height: 100vh;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
padding: 0;}
#content {
    position: relative;
    width: 50%;
    flex-grow: 8;
    margin-top: 30px;
    margin-bottom: 0;
    transition: all 0.6s ease 0s;
margin-left: 0;}
.form-form.register-form {/* width: 80%; */}

.form-form.register-form .form-form-wrap {min-width: 575px;max-width: none;width: 100%;overflow-y: auto;}
.form-form.register-form .form-container{
	
min-height: 100%;padding: 20px 40px;}
.form-form.register-form .form-container .form-content {text-align: left;padding: 30px 8%;border-radius: 6px;/* border: 1px solid #e0e6ed; */
    /* -webkit-box-shadow: 0 0.1px 0px rgb(0 0 0 / 0%), 0 0.2px 0px rgb(0 0 0 / 0%), 0 0.4px 0px rgb(0 0 0 / 0%), 0 0.6px 0px rgb(0 0 0 / 0%), 0 0.9px 0px rgb(0 0 0 / 1%), 0 1.2px 0px rgb(0 0 0 / 1%), 0 1.8px 0px rgb(0 0 0 / 1%), 0 2.6px 0px rgb(0 0 0 / 1%), 0 3.9px 0px rgb(0 0 0 / 1%), 0 7px 0px rgb(0 0 0 / 1%); */
    -moz-box-shadow: 0 0.1px 0px rgba(0, 0, 0, 0.002), 0 0.2px 0px rgba(0, 0, 0, 0.003), 0 0.4px 0px rgba(0, 0, 0, 0.004), 0 0.6px 0px rgba(0, 0, 0, 0.004), 0 0.9px 0px rgba(0, 0, 0, 0.005), 0 1.2px 0px rgba(0, 0, 0, 0.006), 0 1.8px 0px rgba(0, 0, 0, 0.006), 0 2.6px 0px rgba(0, 0, 0, 0.007), 0 3.9px 0px rgba(0, 0, 0, 0.008), 0 7px 0px rgba(0, 0, 0, 0.01);
    /* box-shadow: 0 0.1px 0px rgb(0 0 0 / 0%), 0 0.2px 0px rgb(0 0 0 / 0%), 0 0.4px 0px rgb(0 0 0 / 0%), 0 0.6px 0px rgb(0 0 0 / 0%), 0 0.9px 0px rgb(0 0 0 / 1%), 0 1.2px 0px rgb(0 0 0 / 1%), 0 1.8px 0px rgb(0 0 0 / 1%), 0 2.6px 0px rgb(0 0 0 / 1%), 0 3.9px 0px rgb(0 0 0 / 1%), 0 7px 0px rgb(0 0 0 / 1%); */}

.form-form.register-form  .form-container .form-content h1{
    text-align:center;
}

.form-form.register-form  .form-container .form-content > p{
    text-align: left;
}
nav.header-menu.navbar .dropdown-item{
	
border-bottom: 1px solid #dddddd61;border-radius: 0px;font-size: 14px;/* color: #000!important; */padding: 0px;}

nav.header-menu.navbar .dropdown-item:last-child{
	border:none;
}
nav.header-menu.navbar .dropdown-menu:focus,
nav.header-menu.navbar .dropdown-item:hover{
 background-color:#fff0;
}
nav.header-menu.navbar li.nav-item.dropdown a {
 position:relative;
 padding: 6px 0px;
 display:block;
	
}
nav.header-menu.navbar .dropdown-menu .dropdown-item a{
	color: #000000;
}
nav.header-menu.navbar .dropdown-menu .dropdown-item a:hover{
	color:#000;
}
nav.header-menu.navbar li.nav-item.dropdown a.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
li.nav-item.dropdown {}



.box-panel .widget-content-area { border-radius: 6px; }
.box-panel .widget-content-area h3 {
    position: relative;
    font-size: 22px;
    /* font-weight: 600; */
    color: #000000;
    margin: 10px 0px 20px 0;
}
.box-panel .widget-content-area h3:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 97px;
    /* background: #B6A269; */
    border-radius: 50%;
    bottom: -2px;
    left:35px !important;
}


label.new-control.new-radio.new-radio-text {margin-top: 10px;}



.multiple-select {
	min-height: 40px;
	overflow: auto;
height: auto;}
.multiple-select:active{
	box-shadow: 0 0 5px 2px rgb(194 213 255 / 62%);
    border-color: #4361ee;
    color: #3b3f5c;
}
.multiple-select-choices, .multiple-select-choices li, .multiple-select-choices input {
	height: 100%;
	width: 100%;
	border: none;
	outline: 0 none;
list-style: none;padding-left: 0px;margin-bottom: 0;}
.multiple-select-choices li.choice-active,
.multiple-select-choices li.choice-active input {
	float: left;
	height: auto;
	width: auto;
}
.multiple-select-choices li.choice-active input {
	width: 20px;
}
.multiple-select-dropdown {
	display: none;
	background: #fff;
	max-height: 250px;
	overflow: auto;
	position: absolute;
	top: 100%;
left: 15px;z-index: 9;width: calc( 100% - 30px);box-shadow: 0 10px 20px -10px #4361ee;border-radius: 6px;/* border: 1px solid #ddd; */}
.multiple-select-dropdown ul{
	padding:10px;
}
.multiple-select-dropdown li {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px 15px;
	cursor: pointer;
}
.multiple-select-dropdown li:hover {
	background: #5175c8;
	color: #fff;
}
.multiple-select-choices li:not(.input) {
	float: left;
	margin-right: 5px;
	padding: 0 5px;
	margin-bottom: 5px;
	font-size: 13px;
	background: #B6A269;
	border-radius: 3px;
color: #000;}
.multiple-select-choices li a {
	font-size: 18px;
	color: #000;
}
.option-disabled {
	opacity: .5;
}
.option-disabled:hover {
	opacity: .5;
	background: none;
	color: #000;
	cursor: default;
}
.navbar-expand-sm .navbar-item .nav-link {
    line-height: 1rem;
    text-transform: initial;
    position: unset;
    color: rgb(255, 255, 255);
    padding: 6.24px 9.6px;
    font-size: 14px;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user{
	padding: 4px 10px;
	border-radius:4px;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user span{
	/* color: #000; */
    color: #fff;
    text-transform: uppercase;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user:hover span{
	color: #fff!important;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user:hover{
	background-color:#00000029
}
span.user_name {margin-right: 10px;}

.breadcrumb-five {margin-bottom: 20px;}
nav.header-menu.navbar li.nav-item:first-child{
	margin-left:0px;
}
nav.header-menu.navbar li.nav-item{margin-left: 10px;margin-right: 10px;margin-bottom: 0px;}
nav.header-menu.navbar li.nav-item.active {/* border-bottom: 1px solid #fff; */}
nav.header-menu.navbar li.nav-item a.nav-link{
	padding-left: 0px;padding-right: 0px;padding-bottom: 5px;
}
nav.header-menu.navbar li.nav-item.active a.nav-link {
    /* border-bottom: 1px solid #B6A269;color: #B6A269; */
    color: #0e2937;
}
nav.header-menu.navbar li.nav-item a.nav-link:hover{color: #fff; }
.btn-primary {color: #000 !important;
    background-color: #B6A269!important;
    border-color: #B6A269;
    border-radius: 20px;
    /* box-shadow: 0 10px 20px -10px #B6A269; */}

.btn-primary:hover, .btn-primary:focus {
    color: #000 !important;
    background-color: #B6A269;
    /* box-shadow: none; */
    border-color: #000000;
box-shadow: 0 10px 20px -10px #B6A269!important;}

.footer-wrapper {
    padding: 10px 20px 10px 18px;
    display: inline-block;
    background: #000000;
    font-weight: 600;
    font-size: 12px;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #B6A269;
}
.footer-wrapper .footer-section p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer-wrapper .footer-section p a {
    color: #B6A269;
}

.navbar .navbar-item.theme-brand {
    padding: 0.9px 0 0.9px 10px!important;
    border-radius: 6px 6px 0 0;
    justify-content: left;
/* margin-left: auto; */flex-direction: column;width: 100%;}
.navbar .theme-brand li.theme-text {
    margin-left: auto;
    margin-right: auto;
}
.footer-section {margin: auto;}


.form-image .l-image {background-image: url("../img/login_side_img.jpg")!important;background-size: cover!important;}
.btn-group.bootstrap-select.show .dropdown-toggle {
    border: 1px solid #B6A269 !important;
    box-shadow: 0 0 5px 2px  rgb(255 195 0 / 27%);
    color: #3b3f5c;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner:not([class*="bg-"]):hover {
    color: #000000!important;
    background-color:#B6A269!important;
}

p.signin-link a {color: #000;border-bottom: 1px solid #000;font-size: inherit;}

p.signin-link a:hover {color: #000;font-weight:600;border-bottom: 1px solid #B6A269;font-size: inherit;}
.logo-fixed{
    
    width: 100%;
z-index: 9;position: relative;}
.logo-fixed .logo-holder{
height: 70px;

width: 140px;margin: 30px;padding-left: 15px;position: absolute;
    top:0px;
    left:0px;}
.logo-fixed .logo-holder img{
    width:100%;
    height: 100%;
    object-fit: contain;
}

.form-control {border-radius: 15px!important;line-height: 1.12!important;height: calc(1.4em + 1.4rem + 2px);}

.bootstrap-select.btn-group > .dropdown-toggle {border-radius: 4px!important;}
.bootstrap-select .btn{
	line-height: 1.2;
}
.btn {/* height: 50px; *//* line-height: 2; */    font-size: 16px!important;padding: 0.5500rem 1.25rem;}

.btn-login {height: 50px;line-height: 1.5;    font-size: 20px!important;}

.btn.btn-sm {height: 30px;line-height: 1; font-size: 12px;}

.supplier-profile-img {border-radius: 10px;overflow: hidden;height: 200px;width: 200px;margin: auto;margin-bottom: 20px;}

.supplier-profile-img img {width: 100%;height: 100%;object-fit: contain;}

.field-group {margin-bottom: 20px;border-bottom: 1px solid #ebebeb;}

.field-group h5.title-label {font-size: 14px;font-weight: 600!important;color: #000000;}

.field-group p.value-text {font-size: 16px;font-weight: normal;color: #000;min-height: 24px;}

.btn.btn-default {background-color: #0A2638;border: 1px solid#0A2638;color: #B6A269!important;border-radius: 20px;}
.btn.btn-default:hover, .btn.btn-default:focus {background-color: #fff;border: 1px solid #000;color: #000!important;}

.login-title{
    background-color: #B6A269;
    padding: 10px 15px;
    border-radius: 6px;
    text-align: left;
    font-size: 26px;
}

.register-title {background-color: #B6A269;padding: 10px;border-radius: 6px;margin-bottom: 15px;font-size: 24px;}

.logo-fixed .tag-title {margin-right: 40px;
    margin-top: 68px;padding-left: 15px;
    position: absolute;
    top: 0px;
    right: 0px;}

.logo-fixed .tag-title h3 {text-transform: uppercase;font-weight: 600!important;font-size: 22px;}

.navbar .theme-brand li.theme-logo a {/* text-align: left; *//* display: block; *//* height: 40px; */}

.btn.btn-edit {font-size: 14px!important;padding: 2px 10px;line-height: normal;height: 26px;background-color: #B6A26900;border: 1px solid #000;font-weight: 600;color: #000;vertical-align: middle;display: inline-block;margin-bottom: 6px;}
.btn.btn-edit:hover, a.btn.btn-edit:focus{
	background-color: #B6A269;
}

.btn.btn-add {font-size: 16px!important;padding: 2px 10px; border-radius:20px;
    margin:10px;line-height: normal;height: 26px;background-color: #B6A269;border: none; font-weight: 600;color: #000;vertical-align: middle;display: inline-block;/* margin-bottom: 6px; */}
.btn.btn-add:hover, .btn.btn-add:focus{
	background-color: #4caf50;
color: #fff;}

.btn.btn-remove {font-size: 14px!important;padding: 2px 10px;line-height: normal;height: 26px;background-color: #B6A26900;border: 1px solid #000;font-weight: 600;color: #000;vertical-align: middle;display: inline-block;margin-bottom: 0px;float: right;margin-right: 30px;}
.btn.btn-remove:hover, .btn.btn-remove:focus{
	background-color: #ff0000;
color: #fff;}

.btn.btn-export {font-size: 14px!important;padding: 2px 10px;line-height: normal;height: 26px;background-color: #B6A26900;border: 1px solid #000;font-weight: 600;color: #000;vertical-align: middle;display: inline-block;margin-bottom: 0px;float: right;margin-right: 15px;margin-left: 15px;}
.btn.btn-export:hover, .btn.btn-export:focus{
	background-color: #0019d6;
color: #fff;}

.new-control.new-radio.radio-classic-default > input:checked ~ span.new-control-indicator {border: 3px solid #000000!important;background-color: #B6A269!important;}

.new-control.new-radio.new-radio-text > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-default > input:checked ~ span.new-radio-content {color: #000!important;}



#password-field {position: relative;}

#password-field .show-pws {position: absolute;bottom: 15px;height: 45px;width: 45px;right: 0;text-align: center;padding: 10px 0px;cursor: pointer;}

span.select2-selection.select2-selection--multiple {padding: 5px;background-color: #fff;}

.select2-container--default .select2-selection--multiple .select2-selection__choice {font-size: 14px;color:#000!important;background-color: #B6A269!important;}
span.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple {
    border: 1px solid #B6A269!important;
    box-shadow: 0 0 5px 2px rgb(255 195 0 / 19%)!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#000!important;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{color: #000000!important;}
.select2-container--default .select2-results__option[aria-selected=true]{background-color:#B6A269!important;color: #000000!important;}

.form-form.register-activation-success-content .form-container .form-content{
	/* text-align:left; */
	min-width: 420px;
	width: 420px;
	margin: 0 auto;
	padding: 10px;
}
.form-form.register-activation-success-content .form-container .form-content > p {color: #000;font-size: 16px;font-weight: 600;}
.form-form.register-success-content{
    text-align: center;
color: #000;background-color: #fff!important;}

.form-form.register-success-content .form-container .form-content > p {color: #000;font-size: 16px;font-weight: 600;}

.form-form.register-success-content .success-icon {width: 130px;}

.country-code {}

.country-code .bootstrap-select {width: 90px!important;display: inline-block!important;vertical-align: middle;}

.country-code input {width: calc(100% - 110px);display: inline-block;vertical-align: middle;border-top-right-radius: 15px!important; border-bottom-right-radius: 15px!important; border-top-left-radius: 0px!important; border-bottom-left-radius: 0px!important; margin-left: -5px;padding: 10px;}
.country-code input#phone {/* width: calc(100% - 105px); */display: inline-block;vertical-align: middle;}
.country-code input#billing_phone {/* width: calc(100% - 105px); */display: inline-block;vertical-align: middle;}

.country-code .bootstrap-select button.dropdown-toggle.btn {padding: 14px 10px!important;font-size: 12px!important;}



.jGrowl {
    z-index: 1070;
    position: absolute
}

body>.jGrowl {
    position: fixed
}

.jGrowl.top-left {
    left: 1.25rem;
    top: 1.25rem
}

.jGrowl.top-center {
    left: 50%;
    top: 1.25rem;
    margin-left: -10rem
}

.jGrowl.top-right {
    right: 1.25rem;
    top: 1.25rem
}

.jGrowl.center {
    top: 40%;
    width: 20rem;
    left: 50%;
    margin-left: -10rem;
    margin-top: -1.87502rem
}

.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification {
    margin-left: auto;
    margin-right: auto
}

.jGrowl.bottom-left {
    left: 1.25rem;
    bottom: 1.25rem
}

.jGrowl.bottom-center {
    left: 50%;
    bottom: 1.25rem;
    margin-left: -10rem
}

.jGrowl.bottom-right {
    right: 1.25rem;
    bottom: 1.25rem
}

@media print {
    .jGrowl {
        display: none
    }
}

.jGrowl-notification {
    margin-bottom: .625rem;
    width: 20rem;
    text-align: left;
    display: none;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1)
}

.jGrowl-notification .jGrowl-header {
    font-size: .9375rem;
    margin-bottom: .3125rem
}

.jGrowl-notification .jGrowl-header:empty {
    margin: 0
}

.jGrowl-notification .jGrowl-close {
    font-weight: 400;
    background: 0 0;
    border: 0;
    font-size: 1.25003rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    float: right;
    color: inherit;
    outline: 0;
    margin-left: .625rem;
    opacity: .75;
    transition: opacity ease-in-out .15s
}

@media (prefers-reduced-motion:reduce) {
    .jGrowl-notification .jGrowl-close {
        transition: none
    }
}

.jGrowl-notification .jGrowl-close:hover {
    opacity: 1
}

.jGrowl-closer {
    padding: .3125rem 0;
    cursor: pointer;
    margin-top: .3125rem;
    text-align: center;
    background-color: #fff;
    width: 20rem;
    border: 1px solid #ddd;
    border-radius: .1875rem
}


.action-btns .switch-wrapper {margin: 0px 10px;margin-top: 5px;}

.action-btns {padding: 2px;}

.btn.btn-action.btn-edit {margin-bottom: 0px;margin-top: 5px;margin-left: 5px;}


.country-code select.form-control {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 14px;
    border-top-right-radius: 0px!important; border-bottom-right-radius: 0px!important; border-top-left-radius: 15px!important; border-bottom-left-radius: 15px!important; 
   
   
    }

    .countcode{
        border-top-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important

    }

.hidden {
    display: none !important;
}

.show_psw_holder {position: relative;}

.show_psw_holder .show_psw {position: absolute;right: 0;bottom: 0;height: 45px;width: 50px;padding: 12px 0px;text-align: center;font-size: 12px;
    color: #424242;
    font-weight: 200;}

span.badge.badge-flat {background-color: #b6a26982;font-size: 14px;font-weight: 600;}

a.letter-icon-title {color: #000;}


.custom-popup.show{
    display: block;
    }
    .custom-popup{
        position:fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background-color: rgb(0 0 0 / 0.5);
        height: 100%;
        width: 100%;
        display: none;
    }
    .custom-popup-closebtn{
    
    position: absolute;
    
    right: -20px;
    
    top: -20px;
    
    height: 40px;
    
    width: 40px;
    
    border-radius: 50%;
    
    background-color: #00000075;
    
    text-align: center;
    
    line-height: 45px;
    
    color: #fff;
    
    font-size: 26px;
    
    padding: 0;
    
    opacity: 0.6;
    
    transition: all 100ms;
    }
    .custom-popup-closebtn:hover{
        opacity:1;
        color: #fff;
    }
    .custom-popup .custom-popup-content{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        background-color:#fff;
        /* width: 320px!important; */
        /* height:320px; */
        border-radius: 10px;
    }
    .custom-popup .custom-popup-head{
        background-color: #B6A269;
        padding: 15px 20px;
        text-align:center;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 10px 10px 0px 0px;
    }
    .custom-popup.custom-popup-error .custom-popup-head{
        background-color: #ff0000;
 }
.custom-popup.custom-popup-error .custom-popup-head i{
	font-size: 28px;
        color: #fff;
}
.custom-popup.custom-popup-error .custom-popup-head .head-title{
	 color: #fff;
}
.custom-popup.custom-popup-error .btn-confirm{
	 background-color: #ff0000;
	color: #fff;
}
    .custom-popup .custom-popup-head i{
        font-size: 28px;
        color: #000;
    }
    .custom-popup .custom-popup-head .head-title{
        font-size:16px;
        margin-bottom:0px;
        font-weight:normal;
        color: #000000;
        margin-top: 5px;
    }
    .custom-popup .custom-popup-body{
        padding: 20px 25px;
        height: 100%;
    /* padding-bottom: 10px; */}
    .custom-popup .btn-cancel{
    
    font-size: 14px;
    
    font-weight: normal;
    
    height: 40px;
    
    background-color: #3278b3;
    
    border-radius: 50px;
    
    color: #fff;
    
    padding: 0px 25px;
    
    margin: 5px 5px;
    
    border-color: #3278b3;
    }
    .custom-popup .btn-confirm{
    
    font-size: 14px;
    
    font-weight: normal;
    
    height: 40px;
    
    background-color: #4CAF50;
    
    border-radius: 50px;
    
    color: #fff;
    
    padding: 0px 25px;
    
    margin: 0;
    }
    

a.edituser {color: #000;}

form.store-owner-item {
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
}

.custom-popup .custom-popup-body .confirm-address {
    margin-bottom: 20px;color: #000;
}

.success-icon-img {
    width: 100px;
	margin:auto;
}

.success-icon-img img{
	width:100%;
}

.form-form.register-activation-success-content {}

.form-form.register-activation-success-content .form-form-wrap {
    min-width: 480px;
    max-width: none;
    width: 100%;
    overflow-y: auto;
}

label#agree-error {position: absolute;margin-top: -10px;left: 15px;}

.page_title_section {}

.page_title_section h3.page_heading {color: #000;display: inline-block;/* border-bottom: 2px solid #B6A269; *//* padding-bottom: 4px; */}

label.upload-label {box-shadow: none;border: 1px solid #bfc9d4;background-color: #ffffff;padding: 10px 20px;width: 100%;position: relative;height: 44px;border-radius: 15px !important;cursor: pointer;/* display: block; */}

a.btn.btn-imagePreview {padding: 2px;background-color: #fff;box-shadow: none;text-shadow: none;border: 1px solid #000;margin-top: 10px;margin-bottom: 10px;margin-right: 10px;}

.box-panel .widget-content-area h3.small_title1 {font-size: 20px;}
.box-panel .widget-content-area h3.small_title1:after {width: 100%;left: 0;bottom: -10px;}

.imgUp {/* border: 1px dashed #bfc9d4; */
    background-color: #fff;
    border-radius: 4px;
    /* padding: 15px 10px; */}

    
#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}






.imagePreview {
    width: 75px;
    height: 75px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#fff;
    background-size: contain;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.btn-primary-1
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
}
.imgUp
{
  margin-bottom:15px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}

label.upload-label input.uploadFile.img {visibility: hidden;}

label.upload-label span.custom-file-control__button {position: absolute; 
    border-radius:11px;
    right: 0;top: 0;padding: 11px 15px;background-color: #B6A269;}

select.form-control {padding: 10px;}

.section_box {padding: 10px;border: 1px solid #B6A269;border-radius: 10px;}
.inline-field-group {margin-bottom: 5px;border-bottom: 1px solid #B6A26957;}
span.field-label {font-weight: 600;}

.inline-field-value {color: #000;font-size: 14px;padding: 2px 0px;}

table.table.vehicle-info-table {}

table.table.vehicle-info-table td {vertical-align: top;}

.vehicle_detail_row {padding: 15px;/* padding-top: 0px; */margin-bottom: 15px;border: 1px solid #ddd;border-radius: 0px 0px 6px 6px;}

h5.vehicle_heading {padding: 10px;background-color: #B6A269;color: #000;margin-bottom: 0px;border-radius: 6px 6px 0px 0px;}

.steps {
    position: relative;
    display: block;
    width: 100%;
}

.steps ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.steps ul li {
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    position:
    relative;
    float: none;
    z-index: 1;
}
.steps ul li.done span.number{
	background-color:#8BC34A;
	border-color:#8BC34A;
	position:
	relative;
}
.steps ul li.done span.number:after{
	content:
	"\f00c";
	height:100%;
	width:100%;
	position:
	absolute;
	left:0;
	right:0;
	text-align:
	center;
	background-color:#8bc34a;
	border-radius:50px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 47px;
	color:#fff;
}
.steps ul li.done::before, .steps ul li.done::after{
	
	background-color:#8BC34A;
}
.steps ul li:first-child::before, .steps ul li:first-child::after{
	 left: 50%;
	 width: 50%;
}
.steps ul li:last-child::before, .steps ul li:last-child::after{
	 right: 50%;
	 left: 0;
	 width: 50%;
}
.steps ul li::before,
.steps ul li::after{
    content: '';
    z-index: -1;
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
}

.steps ul li.current  span.number {
	 background-color:  #B6A269;
}

.steps ul li span.number {
    border: 2px solid #000;
	color:#000;
    border-radius: 53px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    background-color: #ffffff;
    font-weight: 600;
}
.steps ul li span.title {
	padding: 10px 5px;
	padding-bottom: 0px;
	display:
	block;
	font-size: 15px;
	color:#000;
	font-weight:
	bold;
}

span.btn.btn-imagePreview {
  padding: 2px;
  background-color: #fff;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

h3.main-title {
    text-align: center;
    display: block;
    position:
    relative;
    left: 0;
    right: 0;
    margin-bottom: 8px;
}

h3.main-title:after{
	content:
	'';
	position:
	absolute;
	bottom: -6px;
	left:0;
	right:0;
	width: 50%;
	margin: auto;height:2px;
	background-color:#B6A269;
}

h4.sub-title {
    text-align: center;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 15px;
    font-size: 18px;
}
.navbar {
    padding: 0px;
    background: #0a2638;
}
.noti-car{
    position: relative;
    font-size: 20px;
    margin-right: 25px;
}
.num {
    position: absolute;
    right: -9px;
    top: 15px;
    color: #fff;
    font-size: 8px;
    width: 15px;
    height: 15px;
    background: red;
    text-align: center;
    line-height: 15px;
    border-radius: 7px;
}
.logo-holder{
    width: 108px;
    height: 60px;
}
.logo-holder img{
    width: 108px !important;
    height: 60px !important;
}

/* new dashboard styles */

.container{
    /* max-width: 1280px !important; */
}

.new-dashboard h2{
    text-transform: uppercase;
    color: #7e7e7e;
    font-size: 25px;
}
.circle-holder{
    padding: 20px 0px;
    border-radius: 50px;
    background-color: #fff;
}
.circle-holder img{
    width: 30px;
    height: 30px;
    margin-top: 24px;
}
.circle-holder p{
    font-size: 10px;
    color: #bec1c7;
    margin-bottom: 0px;
}

/* first circle */

.circle-big {
    position: relative;
    width: 190px;
    height: 190px;
  }
  
  .circle-big svg {
    width: 200px;
    height: 200px;
  }
  
  .circle-big .bg {
    fill: none;
    stroke-width: 40px;
    stroke: #ffe4b3;
  }
  
  .circle-big .progress {
    fill: none;
    stroke-width: 40px;
    stroke: #B6A269 ;
    stroke-linecap: round;
    stroke-dasharray: 326.56;
    stroke-dashoffset: 60;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: big 1s ease-in-out;
  }
  
  .circle-big .text {
    position: absolute;
    width: 100%;
    top: 37px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
  }
  
  .circle-big .text .small {
    font-size: 14px;
    color: #000;
  }

  @keyframes big {
    from {
      stroke-dashoffset: 326.56;
    }
    to {
      stroke-dashoffset: 60;
    }
  }


  /* second circle */

  .circle-big-2 {
    position: relative;
    width: 190px;
    height: 190px;
  }
  
  .circle-big-2 svg {
    width: 200px;
    height: 200px;
  }
  
  .circle-big-2 .bg-2 {
    fill: none;
    stroke-width: 40px;
    stroke: #8cf6ab;
  }
  
  .circle-big-2 .progress-2 {
    fill: none;
    stroke-width: 40px;
    stroke: #4fba6f;
    stroke-linecap: round;
    stroke-dasharray: 326.56;
    stroke-dashoffset: 60;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: big-2 1s ease-in-out;
  }
  
  .circle-big-2 .text-2 {
    position: absolute;
    width: 100%;
    top: 37px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
  }
  
  .circle-big-2 .text-2 .small-2 {
    font-size: 14px;
    color: #000;
  }

  @keyframes big-2 {
    from {
      stroke-dashoffset: 326.56;
    }
    to {
      stroke-dashoffset: 60;
    }
  }

  /* third circle */

  .circle-big-3 {
    position: relative;
    width: 190px;
    height: 190px;
  }
  
  .circle-big-3 svg {
    width: 200px;
    height: 200px;
  }
  
  .circle-big-3 .bg-3 {
    fill: none;
    stroke-width: 40px;
    stroke: #8bbcf3;
  }
  
  .circle-big-3 .progress-3 {
    fill: none;
    stroke-width: 40px;
    stroke: #2783ec;
    stroke-linecap: round;
    stroke-dasharray: 326.56;
    stroke-dashoffset: 60;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: big-3 1s ease-in-out;
  }
  
  .circle-big-3 .text-3 {
    position: absolute;
    width: 100%;
    top: 37px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
  }
  
  .circle-big-3 .text-3 .small-3 {
    font-size: 14px;
    color: #000;
  }

  @keyframes big-3 {
    from {
      stroke-dashoffset: 326.56;
    }
    to {
      stroke-dashoffset: 60;
    }
  }
.view-all{
    position: absolute;
    right: 35px;
    top: -40px;
    padding: 10px 25px;
    border-radius: 25px;
    background: #B6A269;
    color: #fff;
    text-transform: uppercase;
}

.piechart-holder{
    background: #fff;
    padding: 17px 0px;
    border-radius: 40px;
}

.new-head{
  font-family: Nunito-SemiBold !important;
}
.new-add-btn{
    color: #fff;
    background: #b6a269;
    padding: 5px 15px;
    border-radius: 20px;
    transition: all 0.3s ease-in !important;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    border: 1px solid #b6a269;
}
.new-add-btn:hover{
    background: #fff;
    color: #0A2638;
    border: 1px solid #b6a269;
}
.select-sup {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: none;
    padding-left: 0 !important;
    border-radius: 15px!important;
    margin:1px;
    height: calc(1.4em + 1.4rem + 2px);
    position: relative;
    display: block;
    width: 100%;
    line-height: 3;
    background: #525252;
    overflow: hidden;
    cursor: pointer !important;
    padding: 0 0 0 .5em;
    margin: 0 1em;
}
 
.select-sup::-ms-expand {
    display: none;
}
 
.select-sup::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #525252;
    color: #fff;
    pointer-events: none;
}
.select-sup:hover{
    cursor: pointer;
}
label.upload-label span.custom-file-control_button_sup {
    position: absolute; 
    border-radius:11px;
    right: 0;
    top: 0;
    padding: 11px 15px;
    background-color: #525252;
    color: #fff;
    transition: all 0.5s ease-in !important;
}
label.upload-label span.custom-file-control_button_sup:hover{
    background-color: #b6a269;
}
.sup-save-btn{
    background: #525252;
    color: #fff;
    border-radius: 15px;
}
h5.sup_vehicle_heading {padding: 10px;background-color: #b6a269;color: #fff;margin-bottom: 0px;border-radius: 6px 6px 0px 0px;}
.sup-head-icons{
    font-size: 30px;
    padding-right: 5px;
}
.sup-a-class{
    display: inline-flex;
    line-height: 2.2 !important;
}
.sup-a-class-drop{
    display: flex !important;
    line-height: 2.2 !important;
}
.admin-menu-icons{
    font-size: 30px;
    padding-right: 7px;
}
.menu-inline{
    line-height: 2.1 !important;
    display: flex !important;
}
.table p{
    font-size: 13px !important;
    margin-bottom: 0px !important;
}
.trip-status-btn{
    padding: 5px 15px !important;
    transition: all 0.5s ease-in !important;
}
.adnew-admin{
    float: right; 
    margin-top: -30px;
}
.admin-add-btn{
    border-radius: 6px;
    border: 1px solid #B6A269;
    background: #B6A269;
    padding: 3px 15px;
    color: #fff;
    font-size: 14px !important;
    transition: all 0.5s ease-in !important;
}
.admin-add-btn:hover{
    background: #fff !important;
    color: #0a2638 !important;
}

.noti-list{
    margin-top: 58px;
    padding: 0px !important;
    max-width: 320px;
}
.not-container{
    max-height: 326px !important;
    overflow-y: scroll;
    max-width: 320px;
}
.fa-bell::before{
    font-size: 16px !important;
}
.not-icon{
    margin-top: -13px !important;
    cursor: pointer;
}
.not-item{
    padding: 15px 17px !important;
    width: 300px !important;
    font-size: 12px;
}
.read{
    background-color: #f2f2f2 !important;
}
.unread{
    background-color: #d8d8d8 !important;
}
  