@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,700i,900,900i&display=swap');
body {
    color: #595d6e;
    background-color: #f9f9fc;
    font-family: Poppins, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    overflow-x: hidden;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

form {
    display: grid;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    list-style: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.mar-left15 {
    margin-left: 15px;
}

.mtop20 {
    margin-top: 20px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.mtop50 {
    margin-top: 50px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.bootstrap-select.width100 {
    width: 100% !important;
}

.width100 {
    width: 100% !important;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #808080;
    font-weight: 100;
}

 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #808080;
    /* Firefox */
    font-weight: 100;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
    font-weight: 100;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #808080;
    font-weight: 100;
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #eceef1;
    -webkit-text-fill-color: #30445f;
    box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: transparent;
}

input:focus {
    outline: none;
}

a {
    color: #ff512a;
    text-decoration: none;
}

a:hover {
    color: #ff512a;
    text-decoration: underline;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile).grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}

.grid>.grid_item {
    max-width: 100%;
    width: 100%;
}

.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile)>.grid_item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile)>.grid_item.grid_item--fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile)>.grid_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile)>.grid_item.grid_item--fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

.login-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    display: flex;
}

.login-container .login-left-side {
    width: 36%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    background: url(../images/login-left.png) 0 0 no-repeat;
    background-size: cover;
    height: 100vh;
}

.login-container .login-right-side {
    width: 64%;
    margin: 0px;
    padding: 50px 0 0 60px;
    ;
    display: inline-block;
    background: url(../images/login-right-bg-top.png) right top no-repeat, url(../images/login-right-bg-bottom.png) right bottom no-repeat;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
}

.form-cont {
    margin-top: 95px;
    width: 65%;
    padding: 0px 0;
    display: block;
    position: relative;
}

.form-cont .login-sign_in h1 {
    font-size: 2.2rem;
    margin: 0px;
    padding: 0px;
    color: #30445f;
    text-transform: uppercase;
    font-weight: 600;
}

.form-cont .login-sign_in p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #6d6d6d;
    font-weight: 300;
}

.form-cont .login-desc {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #6d6d6d;
    font-weight: 300;
}

.form-cont .login-title {
    font-size: 2.2rem;
    margin: 0px;
    padding: 0px;
    color: #30445f;
    text-transform: uppercase;
    font-weight: 600;
}

.form-cont .form {
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.required-field {
    color: #ff512a;
}

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    line-height: normal;
    margin-bottom: 25px;
}

.login_input {
    font-size: 14px;
    color: #333333;
    line-height: normal;
    display: block;
    width: 95%;
    height: 40px;
    background: transparent;
    padding: 0 4px 0 4px;
    border: none;
    font-weight: 100;
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    outline: none;
    z-index: 999;
    cursor: pointer;
}

.focus-input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c83e19;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.focus-input.mail::after,
.focus-input.email::after {
    content: url(../images/user_icon.png);
    position: absolute;
    bottom: 0px;
    right: 0;
}

.focus-input.lock::after {
    content: url(../images/lock_icon.png);
    position: absolute;
    bottom: 0px;
    right: 0;
}

.login_input:focus+.focus-input::before {
    width: 100%;
    outline: none;
}

.has-val.login_input+.focus-input::before {
    width: 100%;
    outline: none;
}

.login_input:focus+.focus-input::after {
    outline: none;
}

.has-val.login_input+.focus-input::after {
    outline: none;
}

.login_extra .checkmark {
    background-color: #ffffff;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(169, 174, 172);
    border-radius: 0.25em;
}

.login_extra {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #a9aeac;
    font-size: 1rem;
}

.login_extra .login_link {
    font-size: 1rem;
    color: #ff512a;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    float: right;
}

.form .login_actions {
    text-align: center;
    margin-top: 7%;
    position: relative;
}

.btn-brand {
    color: #fff;
    background-color: #ff512a;
    border-color: #ff512a;
}

.btn.btn-light.btn-elevate.active,
.btn.btn-light.btn-elevate:active,
.btn.btn-light.btn-elevate:focus,
.btn.btn-light.btn-elevate:hover,
.show>.btn.btn-light.btn-elevate {
    -webkit-box-shadow: 0 9px 16px 0 rgba(153, 153, 153, .25)!important;
    box-shadow: 0 9px 16px 0 rgba(153, 153, 153, .25)!important;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-elevate {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn.btn-light.btn-elevate {
    -webkit-box-shadow: 0 4px 16px 0 rgba(153, 153, 153, .15);
    box-shadow: 0 4px 16px 0 rgba(153, 153, 153, .15);
}

.btn.btn-brand.btn-elevate {
    -webkit-box-shadow: 0 4px 16px 0 rgba(89, 29, 241, .15);
    box-shadow: 0 4px 16px 0 rgba(241, 84, 29, .15);
}

.login_btn-primary,
.login_btn-secondary {
    padding: 0.9rem 2.5rem;
    border-radius: 100px;
    min-width: 185px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn-light {
    background-color: #fff;
    border-color: #ff512a;
    color: #ff512a;
}

.login_btn-primary:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-brand:hover {
    color: #fff;
    background-color: #f23d14;
    border-color: #f23d14;
}


/* ********************Radio Button CSS Start Here********************** */

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #a9aeac;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: rebeccapurple;
    box-shadow: inset 0px 0px 0px 4px #fff;
    outline: none;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #a9aeac;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: 1px solid #fff;
}


/* ********************Checkbox CSS Start Here********************** */

.checkbox-cont {
    display: inline-block;
    position: relative;
    padding: 4px 0 0 30px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0.25em 0.25em 0.35em 0;
    font-weight: 100;
    color: #a9aeac;
}


/* Hide the browser's default checkbox */

.checkbox-cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f0f3ff;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(240, 243, 255);
    border-radius: 0.25em;
}


/* On mouse-over, add a grey background color */

.checkbox-cont:hover input~.checkmark {
    background-color: #f0f3ff;
}


/* When the checkbox is checked, add a blue background */

.checkbox-cont input:checked~.checkmark {
    background-color: #30445f;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-cont input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-cont .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 20px 0 10px;
    float: left;
}

.login--signin .login_signup {
    display: none
}

.login--signin .login_signin {
    display: block
}

.login--signin .login_signin i {
    opacity: 0.5;
}

.login--signin .login_signin .login_input {
    border: 0px;
}

.login--signin .login_signin .login_input:focus {
    border: 0px;
}

.login--signin .login_forgot {
    display: none
}

.login--signin .signupContainer {
    display: none
}

.login--signup .login_signup {
    display: block
}

.login--signup .login_signin {
    display: none
}

.login--signup .login_forgot {
    display: none
}

.login--signup .login_account {
    display: none
}

.login--forgot .login_signup {
    display: none
}

.login--forgot .login_signin {
    display: none
}

.login--forgot .login_forgot {
    display: block
}

.login--signup .login_signin {
    display: none
}

.login--forgot .signupContainer {
    display: none;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
    width: 40%;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc {
    width: 60%;
    text-align: justify;
}

.vendorPromotionSearch {
    display: inline-block;
}

.btnReload {
    display: inline-block;
}

.btnReload button.btn.btn-reload {
    line-height: 0px !important;
    height: 40px !important;
    padding: 0 10px;
    top: -4px;
    position: relative;
}

.modal-body .add-item-cont {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    flex-grow: 1;
}

.modal-body .add-item-cont .btn-cont {
    padding: 0px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
}

.modal-body .add-item-cont .btn-cont a.add-btn {
    border: 1px solid #d4d5d9;
    padding: 4px 20px;
    margin: 0 0px 0 0;
    border-radius: 4px;
    display: block;
    color: #ff512a;
}

.modal-body .add-item-cont .btn-cont small {
    font-size: 9px;
}

.modal-body .add-item-cont .edit-item-cont {
    padding: 3px 3px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.modal-body .add-item-cont .edit-item-cont .decrease-item {
    display: inline-table;
    padding: 0 10px 0 0;
    font-size: 16px;
}

.modal-body .add-item-cont .edit-item-cont .result-item {
    display: inline-table;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    color: #ff512a;
}

.modal-body .add-item-cont .edit-item-cont .increase-item {
    display: inline-table;
    margin: 0;
    padding: 0 4px 0 10px;
    font-size: 14px;
}


/* Invoice Section Css */

.invoiceSection {
    padding: 30px 50px;
}

.invoiceLogo {
    width: 200px;
}

.invoiceLogo img {
    width: 100%;
}

.invoiceHeading {
    text-align: right;
}

.invoiceHeading h1 {
    font-size: 35px;
    font-weight: bold;
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    text-transform: uppercase;
}

.invoiceHeading p {
    font-size: 20px;
    color: #4d4e4f;
    margin: 0px;
}

.billAddressSection {
    position: relative;
}

.billToAddress {
    margin: 3% 0 0 0;
}

.billToAddress h2 {
    font-size: 25px;
    color: #333031;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0px;
}

.billToAddress p {
    font-size: 16px;
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0px;
}

.invoiceDateSection {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
}

.positionRel {
    position: relative;
}

.invoiceDate {
    font-size: 16px;
    color: #808080;
}

.invoiceDate span {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
}

.dueDate {
    font-size: 16px;
    color: #808080;
}

.dueDate span {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
}

.invoiceTable {
    margin: 30px 0 0 0;
}

.invoiceTable .table thead {
    background: #eceef1;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.invoiceTable .table thead th {
    border-right: #e2e2e2 solid 1px;
    color: #333031;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.invoiceTable .table thead th:nth-child(2) {
    width: 30%;
}

.invoiceTable .table tbody td:nth-child(2) {
    width: 30%;
    white-space: normal;
}

.invoiceTable .addonItemSection {
    padding-left: 0px;
    width: 100%;
    display: block;
}

.invoiceTable .addonItemSection span {
    color: #7d7d7d;
    font-size: 10px;
    display: block;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: normal;
}

.tableHead {
    background: #eceef1;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.invoiceTable ul {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.invoiceTable ul li {
    list-style: none;
    padding: 8px 8px;
    float: left;
}

.invoiceTable ul li:nth-child(1) {
    width: 10%;
}

.invoiceTable ul li:nth-child(2) {
    width: 45%;
}

.invoiceTable ul li:nth-child(3) {
    width: 15%;
}

.invoiceTable ul li:nth-child(4) {
    width: 15%;
}

.invoiceTable ul li:nth-child(5) {
    width: 15%;
    border-right: 0px;
}

.tableHead ul li {
    border-right: #e2e2e2 solid 1px;
    color: #333031;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.tableBody ul li {
    border-right: #e2e2e2 solid 0px;
    color: #808080;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
}

.mobData {
    display: none;
}

.divider {
    border-bottom: #e2e2e2 solid 1px;
    margin: 8% 0 2% 0;
}

.clr {
    clear: both;
}

.totalSection {
    position: relative;
}

.priceSection {
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 300px;
    float: right;
}

.subTotal {
    font-size: 20px;
    color: #393a3d;
    margin: 10px 0 0 0;
    font-weight: normal;
    position: relative;
}

.subTotal span.text {
    font-size: 20px;
    color: #01527a;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 130px;
    text-align: right;
}

.subTotal span.price {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
}

.tax {
    font-size: 20px;
    color: #393a3d;
    margin: 10px 0 0 0;
    font-weight: normal;
    position: relative;
}

.tax span.text {
    font-size: 20px;
    color: #01527a;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 130px;
    text-align: right;
}

.tax span.price {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
}

.total {
    font-size: 20px;
    color: #393a3d;
    margin: 10px 0 0 0;
    font-weight: normal;
    position: relative;
}

.total span.text {
    font-size: 20px;
    color: #01527a;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 130px;
    text-align: right;
}

.total span.price {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #393a3d;
    font-weight: 600;
}

.download a i {
    font-size: 25px;
}

.Newgrid {
    display: grid;
    width: 100%;
}


/* End Invoice Section Css */


/* Payment */

.paymentSection {
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 40px 25px;
}

.paymentSection .tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.paymentSection .tabs-left {
    border-right: 0px solid #ddd;
}

.paymentSection .tabs-left li {
    float: none;
    margin-bottom: 2px;
}

.paymentSection .tabs-left li {
    margin-right: -1px;
    width: auto;
}

.paymentSection .tabs-right li {
    margin-left: -1px;
}

.paymentSection .tabs-left li a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    cursor: pointer;
    color: #48465b;
    border-bottom: 0px;
    padding: 10px 0;
    position: relative;
}

.paymentSection .tabs-left a.active {
    color: #ff512a;
}

.paymentSection .tabs-left li a.active,
.paymentSection .tabs-left li a:hover.active,
.paymentSection .tabs-left li a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    color: #ff512a;
}

.paymentRightSection {
    border-left: #f0f3ff solid 1px;
}

.paymentSection a.active:after {
    content: "";
    background: #ff512a;
    height: 24px;
    width: 2px;
    position: absolute;
    right: -3px;
    z-index: 1;
    top: 7px;
}


/***
Bootstrap4 Card with Tabs by @mdeuerlein
***/


/* Tabs Card */

.paymentSection .tab-card {
    border: 1px solid #eee;
}

.paymentSection .tab-card-header {
    background: none;
}


/* Default mode */

.paymentSection .tab-card-header .nav-tabs {
    border: none;
    margin: 0px;
}

.paymentSection .nav-tabs li {
    margin-right: 2px;
    width: auto !important;
    float: none !important;
    outline: none;
    padding: 0px;
}

.paymentSection .nav-tabs li:hover {
    border: 0px !important;
}

.paymentSection .nav-tabs li a:hover {
    border: 0px !important;
}

.paymentSection .nav-tabs li.active {
    border: 0px;
}

.paymentSection .nav-tabs li a {
    border: 0;
    border-bottom: 0px solid transparent;
    margin-right: 0;
    display: block;
    cursor: pointer;
    color: #48465b !important;
}

.paymentSection .nav-tabs li a.show {
    border-bottom: 0px solid #ff512a;
    color: #ff512a;
}

.paymentSection .nav-tabs li a:hover {
    color: #ff512a;
    padding: auto;
    border: 0px;
}

.paymentSection .nav-tabs li a.active,
.paymentSection .nav-tabs li a:hover.active,
.paymentSection .nav-tabs li a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    color: #ff512a !important;
    border-radius: 0px;
    border: 0px;
}

.paymentSection .tab-content {
    padding-bottom: 0;
}


/* End payment */


/* Schedule Section */

.scheduleSection {
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 40px 25px;
}

.scheduleForm {
    width: 70%;
    margin: auto;
}

.scheduleForm .form-group label {
    font-size: 13px;
    font-weight: 400;
}

.Repeated {
    margin-left: 50px;
}

.paddingtop0 {
    padding-top: 0px;
}

.netBankingCard ul {
    margin: 0px;
    padding: 0px;
}

.netBankingCard ul li {
    list-style: none;
    float: left;
    text-align: center;
    width: 15%;
    margin: 0 10px 15px 0px;
}

.netBankingCard ul li:nth-last-child(1) {
    margin-right: 0px;
}

.netBankingCard ul li a {
    display: block;
    border: #e7e7e7 solid 2px;
    padding: 15px;
    border-radius: 5px;
    background: #f5f5f5;
}

.netBankingCard ul li.active a {
    border: #099e44 solid 2px;
    background: #ffffff;
}

.netBankingCard ul li:hover a {
    border: #099e44 solid 2px;
    background: #ffffff;
}

.netBankingCard ul li a img {
    width: 40px;
}

.netBankingCard ul li a span {
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
    color: #595d6e;
    font-size: 14px;
}

.netBankingCard h2 {
    font-size: 16px;
    color: #30445f;
    font-weight: 500;
    margin: 30px 0 0 0;
}

.bankNameSection {
    padding: 0px;
    margin: 15px 0 0 0;
}

.bankNameSection p {
    font-size: 11px;
    color: #30445f;
    margin: 5px 0 0 0;
    padding: 0px;
}

.divider12 {
    width: 100%;
    border-top: dashed 1px #ebedf2;
    margin: 8% 0 2% 0;
}

.creditDebitCards h2 {
    color: #282c3f;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
    margin: 0px;
}

.cardDetails {
    margin: 20px 0 0 0;
}

.weAccept {
    margin: 20px 0 0 0;
}

.weAccept span {
    font-size: 12px;
    color: #7e808c;
    white-space: nowrap;
    text-transform: uppercase;
    margin-right: 20px;
    float: left;
    margin-top: 3px;
}

.paymentCard {
    padding-right: 0px;
}

.Checkboxtext {
    font-size: 12px;
    font-weight: normal;
    text-transform: none !important;
    margin-top: 0px !important;
}

.weAccept ul {
    margin: 0px;
    padding: 0px;
}

.weAccept ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.weAccept ul li img {
    height: 15px;
}


/* End schedule Section */

.calendar_icon {
    padding-right: 25px;
}

.calendar_icon i {
    font-size: 30px;
}

.payButton {
    text-align: right;
}

.payButton button {
    background: #ff512a;
    color: #fff;
    font-weight: 500;
    border: 0px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 30px;
}

.rupesIcon {
    font-weight: bold;
    font-size: 16px;
}


/* Sign up Css */

.signupContainer .login_extra {
    margin-top: 0px;
}

.signupContainer .signup_actions {
    margin: 20px 0 0 0;
    text-align: center;
}

.signupContainer .Cancel_btn {
    color: #30445f;
    background-color: #ffffff;
    border-color: #30445f;
    padding: 0.9rem 2.5rem;
    border-radius: 100px;
    min-width: 185px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 30px;
}

.signupContainer .checkbox-cont {
    font-size: 14px;
}

.signupContainer .checkbox-cont a {
    font-weight: 400;
}


/* end sign up css */

.registrationSection .footer-btn {
    width: 100%;
}

.addAirportIcon .add-icon {
    margin-top: 5px !important;
    font-size: 25px !important;
    color: #30445f !important;
}

.addAirportIcon .minus-icon {
    margin-top: 5px !important;
    font-size: 25px !important;
}

.resetIcon button {
    padding-left: 0px !important;
    margin-left: 0rem !important;
}

.resetIcon1 button {
    padding-left: 0px !important;
    margin-top: 10px !important;
    margin-left: 0rem !important;
}

.calendar_icon img {
    width: auto;
    height: 30px;
}

.allSearchBox {
    display: block !important;
}

.allSearchBox .batch-action {
    float: left;
    top: 25px !important;
}

.allSearchBox .subheader_search {
    float: left;
}

.allSearchBox .refreshBtn {
    margin-left: 0;
    padding: 0 !important;
    margin-top: 11px;
}

.allSearchBox .refreshBtn1 {
    margin-left: 0 !important;
    padding: 0;
    margin-top: 5px;
}


/* Status Color */

.inactiveStatus {
    background-color: #e2e2e2;
    color: #414141;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.inactiveStatus:hover {
    background-color: #9f9f9f;
}

.activeStatus {
    background-color: #cae3c6;
    color: #367b2b;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.activeStatus:hover {
    background-color: #4ea241;
}

.scheduledStatus {
    background-color: #fddac5;
    color: #c15d24;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.scheduledStatus:hover {
    background-color: #f9833f;
}

.expiredStatus {
    background-color: #f4c4c5;
    color: #b42629;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.expiredStatus:hover {
    background-color: #d93d40;
}


/* End Status */


/* Order Management Status Color */

.Delivered {
    background-color: #d9f0e0;
    color: #396f55;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.Delivered:hover {
    background-color: #acdbba;
}

.Confirmed {
    background-color: #cbe4ff;
    color: #2a5290;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.Confirmed:hover {
    background-color: #9ec0e4;
}

.orderPlaced {
    background-color: #fddac5;
    color: #c15d24;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.orderPlaced:hover {
    background-color: #f9833f;
}

.Pending {
    background-color: #ecd27e;
    font-weight: 500;
    color: #846910;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
}

.Pending:hover {
    background-color: #caaf56;
}

.cancel {
    background-color: #fbcad0;
    color: #67363c;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.cancel:hover {
    background-color: #e6a7ae;
}

.reject {
    background-color: #f07d88;
    color: #963640;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.reject:hover {
    background-color: #d1626d;
}

.ready {
    background-color: #a895e2;
    color: #7d73c1;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.ready:hover {
    background-color: #7a61c4;
}

.NoShow {
    background-color: #d8d8d8;
    color: #7c7c7c;
    cursor: pointer !important;
    font-size: 12px;
    width: 106px;
    padding: 3px !important;
    font-weight: 500;
}

.NoShow:hover {
    background-color: #bbbec5;
}


/* End Order Management Status Color */

.fl_Left {
    float: left;
}

.mTop30 {
    margin-top: 30px !important;
}

.catDescriptionSection {
    width: 80%;
}


/* Add Item Btn */

.addItemBtn {
    display: inline-block;
    height: 30px;
    width: 83px;
    border: 1px solid #d4d5d9;
    color: #ff512a;
    font-size: .9rem;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}

.addItemText {
    color: #ff512a;
    font-size: .9rem;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
}

.addItemMinus {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
    font-size: 150%;
    font-weight: 600;
}

.addItemPlus {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
    font-size: 150%;
    font-weight: 600;
}

.addItemValue {
    position: absolute;
    left: 33.33333%;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
}


/* End Add Item Btn */

.addonItemSection {
    padding-left: 25px;
    width: 100%;
    display: block;
}

.addonItemSection span {
    color: #7d7d7d;
    font-size: 11px;
    display: block;
    font-family: Poppins, Helvetica, sans-serif;
}

span.itemPriceCont {
    position: absolute;
    right: 0;
    top: 33px;
    font-size: 13px;
    font-weight: 500;
    color: #989faa;
}

.ourRightItem .cat-item-list .cat-detail {
    margin: 0px;
    padding: 0;
    display: block;
    width: 86%;
}

.ourRightItem .green-square {
    float: left;
}

.ourRightItem .red-square {
    float: left;
}

.ourRightItem .itemContentA {
    float: left;
    padding: 1px 0 0 0;
    width: 80% !important;
}

.ourRightItem .cat-detail {
    width: 83%;
}

.ourRightItem .order-details .cat-item-list {
    margin: 8px 0 5px;
    padding: 0 0 12px;
    position: relative;
    border-bottom: 1px dashed #ebedf2;
}

.ourRightItem .order-details .cat-item-list:nth-last-child(1) {
    border-bottom: 0px dashed #ebedf2;
}

.ourRightItem .yourOrderSection {
    height: 35vh;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 12px;
}

.paddingLeft4 {
    padding-left: 26px !important;
}

.ourRightItem .priceContBg {
    margin-top: 0px !important;
    background: #fafafa;
    padding: 10px;
    clear: both;
}

.ourRightItem .price-cont-cost {
    font-weight: bold;
}

.item1X2X {
    position: absolute;
    top: 0px;
    left: 0px;
}

.widthSection100 {
    width: auto !important;
    font-weight: 500;
    color: #30445f;
}

.paddingRight0 {
    margin-right: 0px !important;
}

.floatLeft {
    float: left;
}

.countInX {
    color: #959cb6;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
}

.ratingStar img {
    height: 14px;
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.ratingabove {
    color: #30445f;
    font-weight: 400;
    font-size: 13px;
}

.meassageText {
    color: #333031;
    font-size: 14px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.OrderDetails {
    margin: 10px 0 0 0;
    color: #333031;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
}

.OrderDetails span {
    color: #9a9999;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    width: 130px;
    display: inline-block;
    font-weight: normal;
}

.OrderDetails1 {
    margin: 10px 0 0 0;
    color: #333031;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
}

.OrderDetails1 span {
    color: #9a9999;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    width: auto;
    display: inherit;
    padding-right: 5px;
    font-weight: normal;
    float: left;
}

.deliveredTo {
    margin: 10px 0 0 0;
}

.deliveredTo h4 {
    color: #9a9999;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    display: inline-block;
    font-weight: normal;
    margin: 0px;
}

.deliveredTo h2 {
    color: #333031;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.deliveredTo p {
    color: #9a9999;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    display: inline-block;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.orderDetailsSection {
    margin: 30px 0 0 0;
    font-family: Poppins, Helvetica, sans-serif;
}

.orderDetailsSection .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.orderDetailsSection .table thead {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border-top: dashed 1px #ebedf2;
    border-bottom: dashed 1px #ebedf2;
}

.orderDetailsSection .table thead th {
    color: #959cb6;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 7px;
}

.orderDetailsSection .table tbody td {
    color: #30445f;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed #f0f3ff !important;
}

.orderDetailsSection .table tbody td:nth-child(1) {
    color: #48465b;
    font-size: 14px;
    width: 50%;
    font-weight: 300;
    white-space: normal;
    border-top: 0px;
    padding-left: 7px;
}

.orderDetailsSection .table tbody td:nth-last-child(1) {
    text-align: right;
}

.orderDetailsSection .green-square {
    left: 0;
    top: -2px;
}

.orderDetailsSection .red-square {
    left: 0;
    top: -2px;
}

.orderItem {
    padding-left: 10px;
}

.rupeeIcon {
    font-size: 14px;
    color: #30445f;
    padding-right: 2px;
}

.subTotalSection {
    width: 400px;
    float: right;
    padding-right: 10px;
}

.Orderprice {
    margin: 10px 0 0 0;
    font-family: Poppins, Helvetica, sans-serif;
}

.Orderprice .itemNameT {
    color: #959cb6;
    font-size: 13px;
    float: left;
}

.Orderprice .itemPriceT {
    color: #30445f;
    font-size: 16px;
    float: right;
    font-weight: 500;
}

.Orderprice.green .itemNameT {
    color: #2ea300;
}

.Orderprice.green .itemPriceT {
    color: #2ea300;
}

.minusIcon {
    padding-right: 10px;
    font-weight: 300;
}

.Orderprice.green .rupeeIcon {
    color: #2ea300;
}

.divider1 {
    background: #838f9f;
    height: 2px;
    width: 100%;
    margin: 20px 0 10px 0;
}

.totalPriceSection {
    margin: 0 0 20px 0;
}

.totalPriceSection .totalAmount {
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 20px;
    color: #48465b;
    font-weight: 500;
}

.totalPriceSection .totalPrice {
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 20px;
    color: #48465b;
    float: right;
    font-weight: 500;
}


/* view Order Summary Section */

#unack_order_details .viewOrderSummarySection {
    padding: 0px 0%;
    width: 96%;
    margin: auto;
}

#unack_order_details .OrderSummaryDetails {
    margin: 0px 0 0 0;
}

.viewOrderSummarySection .OrderSummaryDetails ul:nth-child(1) {
    border-top: 0px;
}

.viewOrderSummarySection {
    padding: 30px 0%;
    width: 60%;
    margin: auto;
}

.viewOrderSummarySection h2 {
    margin: 10px 0 10px 0;
    color: #333031;
    font-size: 16px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
}

.viewOrderAddress p {
    color: #959cb6;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0px;
}

.OrderSummaryDetails {
    margin: 20px 0 0 0;
}

.OrderSummaryDetails ul {
    margin: 0px;
    padding: 0px;
    border-top: #ebedf2 dashed 1px;
}

.OrderSummaryDetails ul li {
    list-style: none;
    border-bottom: #ebedf2 dashed 1px;
    padding: 12px 0;
}

.OrderSummaryDetails ul li .orderLeftText {
    color: #959cb6;
    font-size: 14px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 300;
    float: left;
}

.OrderSummaryDetails ul li .orderrightText {
    color: #30445f;
    font-size: 14px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
    float: right;
}

.OrderSummaryDetails ul li .clr {
    clear: both;
    display: block;
}

.billDetails {
    margin: 30px 0 0 0;
}

.billDetails h2 {
    font-size: 20px;
    color: #48465b;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0px;
}

.resturentDetails {
    margin: 20px 0 0 0;
}

.resturentLogo {
    float: left;
    margin-right: 20px;
}

.resturentLogo img {
    height: 70px;
    border-radius: 5px;
}

.resturentText {
    float: left;
}

.resturentText h3 {
    margin: 0px 0 5px 0;
    color: #333031;
    font-size: 16px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
}

.resturentText p {
    color: #959cb6;
    font-size: 13px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0px;
}

.applyCoupon {
    float: right;
    width: 320px;
    padding: 20px 0 10px 0;
    border-bottom: #30445f solid 1px;
}

.applyCoupon .text {
    color: #959cb6;
    font-size: 12px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0px;
    float: left;
}

.applyCoupon .coupon {
    color: #30445f;
    font-size: 14px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 400;
    float: right;
}

.viewOrderSummarySection .subTotalSection {
    width: 100%;
}

.viewOrderSummarySection .orderDetailsSection .table td:first-child {
    padding-left: 5px !important;
}


/* End view Order Summary Section */

.unitPrice {
    font-size: 12px;
    font-weight: 500;
    color: #989faa;
    left: 26px;
    position: relative;
}

.vegNonveg {
    float: none !important;
    top: -4px !important;
}

.orderActionDropdown2 .dropdown-menu {
    right: 0;
    width: auto;
    min-width: auto !important;
    max-width: 180px !important;
    left: 0px;
    top: 0px !important;
}

.orderActionDropdown .dropdown-menu {
    right: 0;
    width: auto;
    min-width: auto !important;
    max-width: 180px !important;
    left: 0px;
}

.orderActionDropdown1 .dropdown-menu {
    width: auto;
    min-width: auto !important;
    max-width: 180px !important;
    left: 0px !important;
    top: 80px !important;
}

.orderActionDropdown .nav>li {
    float: none;
}

.orderActionDropdown1 .nav>li {
    float: none;
}

.viewInvoiceIcon {
    font-size: 18px !important;
}


/* Confirmation popup */

.ConfirmationPopup .modal-title {
    text-align: center;
    color: #000000 !important;
    ;
    font-weight: 500 !important;
    font-size: 18px !important;
    width: 100%;
    margin: 30px 0 0 0;
}

.ConfirmationPopup .modal-header {
    text-align: center;
    border: 0px;
}

.ConfirmationPopup .text {
    font-size: 14px;
    color: #646c9a;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}

.ConfirmationPopup .modal-footer {
    background: #f9f9fc;
    border-top: #e7e8ef solid 1px;
    text-align: center;
    justify-content: center;
}

.ConfirmationPopup .modal-footer .saveBtn1 {
    background: #ff512a;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 30px;
}

.ConfirmationPopup .modal-footer .cancelBtn1 {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 30px;
    border: #ffffff solid 1px;
    margin-left: 20px !important;
}

.promotionSummaryPopup .modal-title {
    color: #000000 !important;
    ;
    font-weight: 500 !important;
    font-size: 18px !important;
    width: 100%;
    margin: 0px 0 0 0;
}

.promotionSummaryPopup .modal-footer {
    background: #f9f9fc;
    border-top: #e7e8ef solid 1px;
    text-align: center;
    justify-content: center;
}

.promotionSummaryPopup .modal-footer .saveBtn1 {
    background: #ff512a;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 30px;
}

.promotionSummaryPopup .modal-footer .cancelBtn1 {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 30px;
    border: #ffffff solid 1px;
    margin-left: 20px !important;
}


/* End popup */

a.btn.pri-btn.dropdown-toggle.addOrderBtn:hover {
    color: #ffffff !important;
}

.addMealTable .table.role-table th:first-child,
.addMealTable .table td:first-child {
    padding: 0 15px;
    width: auto;
    font-weight: 500;
}

.iconSize {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.paddingLeft0 {
    padding-left: 0px !important;
}

.paddingLeft7 {
    padding-left: 7px !important;
}

.addOnTest {
    color: #30445f;
    font-size: 11px;
    display: block;
    position: absolute;
    top: 36px;
    right: 20px;
    font-weight: 600;
}

.testOver {
    overflow: hidden;
    width: 100%;
    word-break: break-all;
    text-align: center;
}

#addon_item_list.show {
    background: rgb(0, 0, 0, 0.7);
}

#getOfferList.show {
    background: rgb(0, 0, 0, 0.7);
}

.modal {
    background: rgb(0, 0, 0, 0.7);
}

.addOutletTest {
    font-size: 12px;
    padding: 5px 0 0 0;
}

.travelerTest {
    padding-bottom: 20px;
}

.rating-box111 i {
    padding-right: 5px;
}


/**********************Header CSS Start Here**********************/

.padd-none {
    padding: 0px !important;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    height: 80px;
    -webkit-box-shadow: 0 0 40px 0 rgba(82, 63, 105, .1);
    box-shadow: 0 0 40px 0 rgba(82, 63, 105, .1);
    background: #fff;
}

.header-fixed .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
    height: 80px;
    -webkit-box-shadow: 0 0 40px 0 rgba(82, 63, 105, .1);
    box-shadow: 0 0 40px 0 rgba(82, 63, 105, .1);
    background: #fff;
}

.header-fixed.header-minimize .header {
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    height: 60px;
}

.header-menu-wrapper-close {
    display: none;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header .container {
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.header.container.container-fluid {
    width: 100%;
    margin: 0;
}

.header-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.aside-toggler {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: 0 0;
    outline: 0!important;
    width: 26px;
    height: 26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 40px;
}

.aside-toggler span {
    display: block;
    position: absolute;
    top: 12px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #ff512a;
    cursor: pointer;
}

.aside-toggler span::after,
.aside-toggler span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.aside-toggler span::before {
    top: -8px;
}

.aside-toggler span::after,
.aside-toggler span::before {
    background: #ff512a;
}

.aside-toggler span::after,
.aside-toggler span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.aside-toggler span::after {
    bottom: -8px;
}

.aside-toggler span::after,
.aside-toggler span::before {
    background: #ff512a;
}

.aside-toggler span:before {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    left: auto;
    right: 0;
    width: 50%;
}

.aside-toggler span:after {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    left: auto;
    right: 0;
    width: 75%;
}

.aside-toggler:hover span {
    background: #ff512a;
}

.aside-toggler:hover span::after,
.aside-toggler:hover span::before {
    background: #ff512a;
}

.aside-toggler:hover span:after,
.aside-toggler:hover span:before {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-menu-wrapper h3 {
    font-size: 16px;
    font-weight: 400;
    color: #6c7293;
}

.header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-begin;
    align-content: flex-begin;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_logo img {
    width: 165px;
}


/* begin: Search CSS */

.header_topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 25px 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.header_topbar .header_topbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 .25rem;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.header_topbar .header_topbar-item .header_topbar-wrapper {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header_topbar .header_topbar-item .header_topbar-wrapper .header_topbar-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    cursor: pointer;
    background: 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    margin: 18px 0;
}

.header_topbar .header_topbar-item .header_topbar-wrapper .header_topbar-icon i {
    line-height: 0;
    font-size: 1.3rem;
    color: #74788d;
}

.header_topbar .header_topbar-item.show .header_topbar-icon,
.header_topbar .header_topbar-item:hover .header_topbar-icon {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fcf8f5;
}

.header_topbar .header_topbar-item.show .header_topbar-icon i,
.header_topbar .header_topbar-item:hover .header_topbar-icon i {
    color: #ff512a;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 95;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    max-width: 100%;
}



.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    border: 0!important;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    padding: 1rem 0;
    border-radius: 4px;
    left: 0;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-menu.dropdown-menu-lg {
    width: 320px;
}

.dropdown-menu {
    width: 380px;
    padding: 0;
}

@-webkit-keyframes dropdown-menu-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes dropdown-menu-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes dropdown-menu-move-down {
    from {
        margin-top: -10px
    }
    to {
        margin-top: 0
    }
}

@keyframes dropdown-menu-move-down {
    from {
        margin-top: -10px
    }
    to {
        margin-top: 0
    }
}

@-webkit-keyframes dropdown-menu-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 0
    }
}

@keyframes dropdown-menu-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 0
    }
}

@-webkit-keyframes kt-animate-fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes kt-animate-fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes kt-animate-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes kt-animate-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes kt-animate-fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes kt-animate-fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes kt-animate-fade-out-up {
    from {
        opacity: 1;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes kt-animate-fade-out-up {
    from {
        opacity: 1;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes kt-animate-blink {
    50% {
        opacity: 0
    }
}

@keyframes kt-animate-blink {
    50% {
        opacity: 0
    }
}

@-webkit-keyframes kt-animate-shake {
    from {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }
    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }
}

@keyframes kt-animate-shake {
    from {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }
    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }
}

.dropdown-menu.show {
    display: block;
}

.quick-search.quick-search--dropdown {
    padding: 1rem 1.5rem;
}

.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround)>div:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.quick-search {
    padding: 1rem 1.5rem;
}

.quick-search .quick-search_form {
    padding: 0;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.quick-search .quick-search_form .input-group {
    background-color: transparent;
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}

.input-group-prepend {
    margin-right: -1px;
}

.quick-search .quick-search_form .input-group-append,
.quick-search .quick-search_form .input-group-prepend {
    background-color: transparent;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .65rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #74788d;
    text-align: center;
    white-space: nowrap;
    background-color: #f7f8fa;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quick-search .quick-search_form .input-group-append .input-group-text,
.quick-search .quick-search_form .input-group-prepend .input-group-text {
    background-color: transparent;
    border: 0;
}

.quick-search.quick-search--dropdown .quick-search_form .input-group .input-group-prepend .input-group-text {
    padding-left: 0;
}

.input-group i {
    color: #74788d;
    line-height: 0;
}

.quick-search .quick-search_form i {
    font-size: 1.25rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-size: 13px !important;
    font-weight: 200;
    line-height: 1.5;
    color: rgba(72, 70, 91, 0.96);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

select.form-control {
    padding: .25rem .35rem;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quick-search .quick-search_form .form-control {
    border: 0;
    background: 0 0;
    outline: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    color: #a1a0a9;
    font-weight: 300;
}

.input-group [class*=" la-"],
.input-group [class^=la-] {
    font-size: 1.4rem;
}

.quick-search .quick-search_form .quick-search_close {
    cursor: pointer;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.badge {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: .8rem;
}

.badge.badge-danger {
    color: #fff;
    background: #ff512a;
}

.header_topbar .header_topbar-item .header_topbar-wrapper .badge:not(.badge-username) {
    position: absolute;
    left: 60%;
    width: 4px;
    height: 4px;
    background-clip: padding-box;
    margin-left: 2px;
    top: 26px;
}

.badge:empty {
    display: block;
}

.margin-b-10 {
    margin-bottom: 10px!important;
}

.margin-t-10 {
    margin-top: 10px!important;
}

.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}


/* End: Search CSS */


/* begin: Notifications CSS */

.notification .notification_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.1rem 1.5rem;
    border-bottom: 1px solid #f7f8fa;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.notification .notification_item .notification_item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.font-success {
    color: #1dc9b7!important;
}

.notification .notification_item .notification_item-icon i {
    font-size: 1.4rem;
    color: #591df1;
}

.notification .notification_item .notification_item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.notification .notification_item .notification_item-details .notification_item-title {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 0.8rem;
    font-weight: 300;
    color: #595d6e;
}

.notification .notification_item .notification_item-details .notification_item-time {
    font-size: 0.8rem;
    font-weight: 300;
    color: #74788d;
}

.notification .notification_item:after {
    border: 0;
    font-family: Flaticon2;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    /* -moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased; */
    content: "\f1e4";
    font-size: .5rem;
    line-height: 0;
    position: relative;
    color: #74788d;
}

.notification .notification_item:hover {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-decoration: none;
    background-color: #f7f8fa;
}

.notification-inner {
    height: 300px;
    overflow: auto;
}

.dropdown-menu .view_more {
    padding: 10px;
    font-size: 0.65rem;
    text-decoration: none;
}


/* End: Notifications CSS */

.visible-desktop {
    display: block;
}

.header_topbar .header_topbar-item.header_user .header_topbar-welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 .55rem 0 0;
    font-weight: 500;
    font-size: .9rem;
    color: #74788d;
}

.header_topbar .header_topbar-item.header_user .header_topbar-username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 .55rem 0 0;
    font-weight: 500;
    font-size: 1rem;
    color: #595d6e;
}

.header_topbar .header_topbar-item.header_user .header_topbar-wrapper img {
    -ms-flex-item-align: center;
    align-self: center;
    height: 42px;
    border-radius: 4px;
}

.badge.badge-bold {
    font-weight: 500;
}

.badge.badge-lg {
    height: 35px;
    width: 35px;
    font-size: 1rem;
}

.badge.badge-unified-success {
    color: #1dc9b7;
    background: rgba(29, 201, 183, .1);
}

.badge.badge-rounded {
    border-radius: 4px;
}

.header_topbar .header_topbar-item.header_user .dropdown-menu {
    width: 280px;
}

.header_topbar .header_topbar-item.header_user .notification .notification_item:after {
    display: none;
}

.aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px!important;
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    left: -295px;
    background: #fff;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
}

.aside-on .aside-close {
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    left: 239px;
}

.aside.aside-on {
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    left: 0;
}

.grid.grid-hor-desktop.grid-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid.grid-hor-desktop.grid-desktop>.grid_item.grid_item-fluid,
.grid.grid-hor-desktop.grid-desktop>.grid_item.grid_item-fluid-desktop {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.scroll {
    position: relative;
    overflow: hidden;
}

.aside-menu {
    margin: 15px 0;
    background-color: transparent;
    height: 96vh;
    overflow: auto;
    overflow-x: hidden;
}

.aside-menu .menu_nav {
    margin: 0;
    list-style: none;
    padding: 15px 10px;
}

.aside-menu .menu_nav .menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.aside-menu .menu_nav .menu_item>.menu_heading,
.aside-menu .menu_nav .menu_item>.menu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: 0;
    cursor: pointer;
    min-height: 44px;
    padding: 8px 0 8px 15px;
}

.aside-menu .menu_nav .menu_item>.menu_heading .menu_link-icon,
.aside-menu .menu_nav .menu_item>.menu_link .menu_link-icon,
.aside-menu .menu_nav .menu_item>.menu_heading .menu_link-bullet,
.aside-menu .menu_nav .menu_item>.menu_link .menu_link-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.aside-menu .menu_nav>.menu_item>.menu_heading .menu_link-icon,
.aside-menu .menu_nav>.menu_item>.menu_link .menu_link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 1.3rem;
    color: #cacad2;
}

.aside-menu .menu_nav .menu_item>.menu_heading,
.aside-menu .menu_nav .menu_item>.menu_link img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 15px 0 0px
}

.aside-menu .menu_nav .menu_item>.menu_heading .menu_link-text,
.aside-menu .menu_nav .menu_item>.menu_link .menu_link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    text-transform: initial;
    color: #5d5b6f;
}

.aside-menu .menu_nav .menu_item>.menu_heading .menu_link-text,
.aside-menu .menu_nav .menu_item>.menu_link .menu_link-text:hover {
    color: #ff512a;
}

.aside-menu .menu_nav .menu_item>.menu_heading .menu_link-text,
.aside-menu .menu_nav .menu_item>.menu_link .menu_link-text.active {
    color: #ff512a;
}

.aside-menu .menu_nav .menu_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    margin: 20px 0 0 0;
    height: 40px;
}

.aside-menu .menu_nav .menu_section .menu_section-text,
.aside-menu .menu_nav>.menu_section .menu_section-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .83rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #9e95c3;
}

.aside-menu .menu_nav>.menu_item:not(.menu_item-parent):not(.menu_item-open):not(.menu_item-here):not(.menu_item-active):hover {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.aside-menu .menu_nav .menu_item>.menu_heading:hover,
.aside-menu .menu_nav .menu_item>.menu_link:hover {
    text-decoration: none;
    cursor: pointer;
}

.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_heading .menu_link-icon,
.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_link .menu_link-icon {
    color: #ff512a;
}

.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_heading .menu_link-text,
.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_link .menu_link-text {
    color: #ff512a;
}

.aside-menu .menu_nav>.menu_item .menu_link .menu_ver-arrow {
    color: #414144;
    position: relative;
    left: 0px;
    top: 8px;
}

.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_heading .menu_ver-arrow,
.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_link .menu_ver-arrow {
    color: #ff512a;
}

.aside-menu .menu_nav .menu_item>.menu_heading .menu_ver-arrow:before,
.aside-menu .menu_nav .menu_item>.menu_link .menu_ver-arrow:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aside-menu .menu_nav>.menu_item>.menu_heading .menu_ver-arrow:before,
.aside-menu .menu_nav>.menu_item>.menu_link .menu_ver-arrow:before {
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.aside-menu .menu_nav .menu_item.menu_item-open>.menu_heading>.menu_ver-arrow:before,
.aside-menu .menu_nav .menu_item.menu_item-open>.menu_link>.menu_ver-arrow:before {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_heading .menu_ver-arrow:before,
.aside-menu .menu_nav>.menu_item.menu_item-open>.menu_link .menu_ver-arrow:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.aside-menu .menu_nav .menu_inner,
.aside-menu .menu_nav .menu_submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
}

.aside-menu .menu_nav .menu_item.menu_item-open>.menu_inner,
.aside-menu .menu_nav .menu_item.menu_item-open>.menu_submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aside-menu .menu_nav .menu_subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none!important;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_subnav {
    margin: 0;
}

.aside-menu .menu_nav .menu_item .menu_submenu .menu_item-parent {
    display: none;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item {
    margin: 0 1.5rem 0 3.8rem;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link {
    cursor: pointer;
    min-height: 40px;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading .menu_link-text,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link .menu_link-text {
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading .menu_link-text,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link .menu_link-text {
    color: #5d5b6f;
    opacity: 0.7;
    font-weight: 300;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link {
    cursor: pointer;
    min-height: 40px;
}

.aside-menu .menu_nav>.menu_item>.menu_submenu .menu_subnav>.menu_item>.menu_link {
    padding: 0 10px 0 12px;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading .menu_link-text,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link .menu_link-text:hover {
    color: #ff512a;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading .menu_link-text,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link .menu_link-text.sub-active {
    color: #ff512a;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading .menu_link-bullet,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link .menu_link-bullet {
    vertical-align: middle;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}

.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_heading .menu_link-bullet>span,
.aside-menu .menu_nav>.menu_item .menu_submenu .menu_item>.menu_link .menu_link-bullet>span {
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #cacad2;
}

.aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, .1);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1;
}

.aside-overlay {
    background: rgba(0, 0, 0, .1);
}


/*.aside-close{display: none;}*/

.aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    position: fixed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -25px;
}

.aside-close {
    top: 10px;
    background: rgba(246, 247, 252, .9);
}

.aside-on.aside-left .aside-close {
    left: 235px;
}

.aside-on.aside--left .aside-close {
    left: 235px;
}

.aside-close>i {
    color: #dfdfe2;
    line-height: 0;
    font-size: 1.4rem;
}

.aside-close:hover {
    text-decoration: none;
    background-color: #ff512a;
}

.footer {
    padding: 0;
    margin: 0;
    width: 100%;
    /*position: fixed;bottom: 0;background: #f9f9fc; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.footer .footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0;
}

footer .footer_wrapper .footer_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 1.25rem 0 0;
    font-size: 1rem;
    font-weight: 400;
    color: #74788d;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.link {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #5d78ff;
}

footer .footer_wrapper .footer_copyright>a {
    font-weight: 500;
    color: #74788d;
}

.link:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    top: 1rem;
    left: 0;
    width: 0%;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.footer .footer_wrapper .footer_copyright {
    font-size: 13px;
    font-weight: 400;
    color: #747890;
}

.footer .footer_wrapper .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 0 1rem;
    margin: 0;
}

.footer .footer_wrapper .footer_menu a {
    margin: 0 0 0 1.25rem;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #747890;
}

.content {
    /* padding: 85px 0 30px 0; */
    padding: 80px 0 0px 0;
}

.subheader-enabled.subheader-transparent:not(.subheader-fixed) .content {
    padding-top: 0;
}

.subheader {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0px 0;
    background-color: transparent;
    padding: 10px 0 0!important;
}

.container {
    max-width: 96%;
    margin: 0 auto;
    padding: 0 20px;
    width: 96%;
}

.subheader .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subheader .subheader_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .25rem 0;
}

.subheader .subheader_main .subheader_title {
    margin: 0;
    padding: 0 1rem 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #30445f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subheader .subheader_main .subheader_separator {
    display: block;
    width: 12px;
    height: 4px;
    border-radius: 2px;
    background: #e7e8ef;
    margin: 0 1rem 0 0;
    width: 1px;
    height: 22px;
}

.subheader-transparent .subheader .subheader_main .subheader_separator {
    background: #dbdce7;
}

.subheader .subheader_main .subheader_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subheader .subheader_main .subheader_desc {
    padding: 0 .5rem 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #768090;
}

.margin-l-20 {
    margin-left: 20px!important;
}

.subheader .subheader_search {
    width: 200px;
    display: inline-block;
    position: relative;
    margin: 8px 10px 10px 10px;
}

.subheader .subheader_search.inputfeild {
    width: 300px;
    display: inline-block;
    position: relative;
    margin: 8px 15px 10px;
}

.input-icon.input-icon-right .form-control {
    padding-right: 2.8rem;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 0.1rem rgba(48, 68, 95, .25);
}

.subheader .subheader_search .form-control {
    font-size: 13px;
    height: 40px;
    color: rgba(72, 70, 91, 0.6) !important;
    background: #f2f3f7;
    border-color: #e2e5ec !important;
}

.subheader-transparent .subheader .subheader_search .form-control {
    background: #eaecf2;
    border-color: #eaecf2!important;
}

.input-icon>.input-icon_icon {
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    width: 3.2rem;
    right: 0;
}

.input-icon>.input-icon_icon>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.subheader .subheader_toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.pri-btn {
    background-color: rgba(48, 68, 95, .2);
    color: #30445f;
    padding: .375rem 1.4rem;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    transition: ease 1s;
}

.pri-btn:hover {
    background-color: rgba(48, 68, 95, .9);
    color: #fff;
}

.pri-btn.orgbtn {
    background: #ff512a;
    color: #fff;
    font-weight: 500;
}

.pri-btn.orgbtn:hover {
    background-color: rgba(243, 58, 9, .99);
    color: #fff;
}

.pri-btn.cancel-btn {
    background: transparent;
    color: #30445f;
    border: 1px solid #30445f;
}

.pri-btn.cancel-btn:hover {
    background-color: rgba(48, 68, 95, .9);
    color: #fff;
}

.subheader .btn .pri-btn {
    background-color: rgba(48, 68, 95, .2);
    color: #30445f !important;
}

.greylink {
    color: #93a2dd;
    font-weight: 300;
}

.greylink:hover {
    text-decoration: none;
}

.subheader .subheader_toolbar a i {
    font-size: 1.9rem;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}


/* .subheader .subheader_toolbar a:focus
        {
            color: #ffffff;
        }
         .subheader .subheader_toolbar a:hover
        {
            color: #ffffff;
        } */

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(48, 68, 95, .35);
}

.subheader .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px !important;
    line-height: 32px;
}

.subheader .btn:not(.dropdown-toggle-split) {
    margin-left: .5rem;
}

.subheader .subheader_toolbar .btn:not(.dropdown-toggle-split) {
    /* margin-left: .25rem; */
    margin-left: 1rem;
}

.search-cont {
    width: 100%;
    /* margin: 16px 0 0; */
    margin: 10px 0 10px 0;
    padding: 0px;
    display: block;
    position: relative;
}

.search-cont .batch-action {
    width: 30px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 10px;
    left: 20px;
}

.search-cont form .batch-action {
    width: 30px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 30px;
    left: 20px;
}

.search-cont .subheader_toolbar {
    padding: 0;
    float: right;
    margin-top: 10px;
}

.alert.alert-success {
    background: #30445f;
    border: 1px solid #30445f;
    color: #fff;
}

.inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.inner-container .inner-container_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
    padding: 0;
}

.table th {
    padding: 16px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f0f3ff !important;
    border-top: 0px solid #f0f3ff !important;
}

.table th:first-child,
.table td:first-child {
    padding-left: 15px;
    width: 30px;
    padding-right: 0px;
}

.table th:last-child,
.table td:last-child {
    padding-right: 25px;
    width: 80px;
}

.table td,
.table th {
    white-space: nowrap;
}

.table td .btn {
    padding: .35rem 0rem;
}

.table td {
    padding: 6px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f3ff !important;
    border-top: 0px solid #f0f3ff !important;
    font-size: 13px;
    font-weight: 300;
}

.table td:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
}

.table th:first-child .checkbox-cont,
.table td:first-child .checkbox-cont {
    padding: 18px 0 0 30px;
}

.table td .flaticon-more-1 {
    font-size: 20px;
    color: #93a2dd;
    cursor: pointer;
}

.table td .checkbox-cont:hover input~.checkmark {
    background-color: #f0f3ff;
}

.table td .checkbox-cont input:checked~.checkmark {
    background-color: #f0f3ff;
}

.table td .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.table td .checkbox-cont input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.table td .checkbox-cont .checkmark:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid #a9aeac;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table td .checkbox-cont input:checked~.checkmark {
    background-color: #f0f3ff;
}


/**********************Pagination CSS Start Here**********************/

.table td span.text {
    display: none;
}

.pager {
    margin: 0;
    padding: 10px 25px 0px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}

.pager>.pager-nav {
    margin: 0 0 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pager>.pager-nav>a {
    padding: 0;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.pager>.pager-nav>.pager-link a {
    color: #93a2dd;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pager>.pager-nav>.pager-link a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: .5rem;
    border-radius: 3px;
    position: relative;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    text-decoration: none;
}

.pager>.pager-nav>.pager-link.pager-link-first a,
.pager>.pager-nav>.pager-link.pager-link-last a,
.pager>.pager-nav>.pager-link.pager-link-next a,
.pager>.pager-nav>.pager-link.pager-link-prev a {
    background: #f8f8fb;
    color: #30445f;
}

.pager>.pager-nav>.pager-link.pager-link-last a {
    margin-left: 5px;
}

.pager>.pager-nav>.pager-link.pager-link-disabled a,
.pager>.pager-nav>.pager-link.pager-link-disabled a:hover {
    color: #93a2dd;
    background: #f8f8fb;
    opacity: .3;
}

.pager>.pager-nav>.pager-link>a i {
    font-size: .7rem;
    text-align: center;
    display: inline-block;
}

.pager>.pager-nav>.pager-link.pager-link-active a {
    background: #30445f;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: .5rem;
    border-radius: 3px;
    position: relative;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

.pager>.pager-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.width80 {
    width: 80px !important;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 10px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 190px;
}

.pager>.pager-info .pager-size {
    margin-right: 10px;
}

.pager-detail {
    font-size: 12px;
    color: #747890;
    font-weight: 300;
    margin-left: 10px;
}

.bootstrap-select>.dropdown-toggle.btn-light {
    color: #747890;
    background-color: #f2f3f7;
    border-color: #f2f3f7;
    font-size: 13px;
    font-weight: 300;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(48, 68, 95, .35);
}

.bootstrap-select .dropdown-menu li a {
    font-size: 13px;
    font-weight: 300;
    padding: 0.45rem 0.8rem;
}

.inner-container .inner-container_body .form-container {
    width: 60%;
    margin: 4rem auto 3rem;
    padding: 0px;
    min-height: 500px;
}

.inner-container .inner-container_body .form-container .col-form-label {
    font-size: 13px;
    color: #30445f;
    font-weight: 400;
}

.form-group {
    margin-bottom: 1.0rem;
}

.footer-btn {
    margin: 2rem 0;
}

.btn.btn-label-success {
    background-color: rgba(232, 249, 248, 1);
    color: #13beac;
    cursor: pointer !important;
    font-size: 13px;
    min-width: 106px;
}

#statusChange1 input {
    width: 106px;
}

.statusBtnA input {
    width: 106px;
}


/* #statusChange1 input
        {
            width: 80px;
        } */

.btn.btn-label-danger {
    background-color: rgba(255, 81, 42, 0.15);
    color: #ff512a;
    cursor: pointer !important;
    font-size: 13px;
    min-width: 106px;
}

.btn-label-expired {
    background-color: rgba(1, 114, 182, 0.15);
    color: #0172b6;
    cursor: pointer !important;
    font-size: 13px;
    min-width: 106px;
}

.btn.btn-label-expired:hover {
    background-color: rgba(1, 114, 182, 0.95);
    color: #fff;
}

.btn.btn-label-scheduled {
    background-color: rgba(255, 163, 32, 0.15);
    color: #ffa320;
    cursor: pointer !important;
    font-size: 13px;
    min-width: 106px;
}

.btn.btn-label-scheduled:hover {
    background-color: rgba(255, 163, 32, 0.95);
    color: #fff;
}

.btn.btn-label-orderplaced {
    background-color: rgba(134, 15, 31, 0.15);
    color: #860f47;
    cursor: pointer !important;
    font-size: 13px;
    min-width: 106px;
}

.btn.btn-label-orderplaced:hover {
    background-color: rgba(134, 15, 31, 0.95);
    color: #fff;
}

.inner-container .inner-container_body .form-container .bootstrap-select>.dropdown-toggle.btn-light {
    color: #747890;
    background-color: #ffffff;
    border: 1px solid #e2e5ec;
    font-size: 13px;
    font-weight: 300;
    height: calc(1.5em + 1.3rem + 2px);
}

.add-icon,
.minus-icon {
    margin: 3px 0px;
    color: #30445f;
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
}

.minus-icon {
    color: #ff512a;
}

.bootstrap-select>.dropdown-toggle::after {
    content: "\f110";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    font: normal normal normal 16px/1 LineAwesome;
}

.bootstrap-select>.dropup .dropdown-toggle::after {
    content: "\f113";
    border-top: 0;
    border-right: 0em solid transparent;
    border-bottom: 0em solid;
    border-left: 0em solid transparent;
    font: normal normal normal 16px/1 LineAwesome;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(48, 68, 95, 0.6);
}

.alreadyHave {
    color: #a9aeac;
    font-size: 14px;
    font-weight: 300;
    font-family: Poppins, Helvetica, sans-serif;
    text-align: center;
    margin: 10px 0 0 0;
}

.alreadyHave a {
    font-weight: 600;
}

.error p {
    color: #bc1d08 !important;
}

.table td .btn.dropdown-toggle::after {
    content: '';
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

.table td .dropdown-menu {
    min-width: 167px;
    max-width: 100px;
    padding: 0px;
}

.table td .dropdown-menu ul.nav li {
    width: 100%;
    padding: 6px 10px;
}

.table td .dropdown-menu ul.nav li a {
    padding: 0px 0px;
    font-size: 13px;
    color: #30445f;
    text-decoration: none;
}

.table td .dropdown-menu ul.nav li a i {
    margin-right: 10px;
}

.table-responsive {
    height: 100%;
}

 ::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

 ::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #b0b0b0;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(48, 68, 95, 1);
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}

.inner-container .inner-container_body .form-container h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    border-top: 1px dashed #f0f3ff;
    padding-top: 20px;
}

.inner-container .inner-container_body h3.role-head {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    border-bottom: 2px solid #f0f3ff;
    padding: 0 30px 20px;
}

.inner-container .inner-container_body .role-cont {
    padding: 30px 25px 0;
}

.select2-container {
    max-width: 100% !important;
    display: block;
}

.dateofMonth .select2-container {
    width: 100% !important;
}

.select2-container.select2-container--open {
    max-width: 100%;
    ;
    width: auto;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 1.3rem + 2px) !important;
    border: 1px solid #e2e5ec !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 20px !important;
    right: 4px !important;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* color: rgba(72, 70, 91, 0.6) !important; */
    color: rgba(72, 70, 91, 1) !important;
    line-height: normal !important;
    font-size: 13px;
    font-weight: 300;
}

.select2-container--default .select2-results__option {
    padding: 5px 15px;
    font-weight: 300;
    font-size: 13px;
}

.subheader_search .select2-container--default .select2-selection--single {
    background: #f2f3f7;
}

.datetimepicker .datetimepicker-minutes span {
    width: 22%;
    height: 36px;
    line-height: 36px;
}

.datetimepicker table tr td span {
    width: 22%;
    height: 36px;
    line-height: 36px;
}

.datetimepicker .datetimepicker-hours span {
    height: 36px;
    line-height: 36px;
}

.switch input:empty~span {
    line-height: 24px;
    height: 24px;
}

.switch input:empty~span:after {
    height: 20px;
    width: 20px;
    line-height: 27px;
    top: 2px;
}

.switch input:checked~span:after {
    margin-left: 30px;
}


/* *****************26 Nov 2019 CSS Start Here****************** */

.table.role-table {
    width: 98%;
    margin-bottom: 1rem;
    color: #212529;
    margin: 0 1%;
}

.table.role-table th:first-child,
.table td:first-child {
    padding-left: 15px;
    width: auto;
    font-weight: 500;
}

.switch input:empty~span {
    line-height: 24px;
    height: 24px;
}

.switch input:empty~span:after {
    height: 18px;
    width: 18px;
    line-height: 20px;
}

.switch input:checked~span:after {
    margin-left: 20px;
}

.widget_subhead {
    font-size: 13px;
    color: #74788d;
    font-weight: 300;
}

.widget_subhead a img.airport {
    width: 15px;
    margin-right: 5px;
}

.widget_subhead a img.airport-org {
    display: none;
}

.widget_subhead a:hover img.airport {
    display: none;
}

.widget_subhead a:hover img.airport-org {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

.widget_subhead span.data-cont img.airport {
    width: 15px;
    margin-right: 5px;
}

.widget_subhead span.data-cont img.airport-org {
    display: none;
}

.widget_subhead span.data-cont:hover img.airport {
    display: none;
}

.widget_subhead span.data-cont:hover img.airport-org {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

.widget_subhead .airport_name {
    display: inline-block;
    font-size: 13px;
    color: #74788d;
    font-weight: 300;
}

.widget_subhead .terminal_name {
    display: inline-block;
    font-size: 13px;
    color: #74788d;
    font-weight: 300;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_head .widget_action .switch {
    float: left;
    margin-right: 10px;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_subhead a:hover {
    color: #ff542e;
}

.widget_subhead a:hover .airport_name,
.widget_subhead a:hover .terminal_name {
    color: #ff542e;
}

.widget_progress .progress {
    height: 5px;
    width: 100%;
}

.widget_progress .progress .progress-bar {
    width: 65%;
}

.widget.widget--user-profile-3 .widget_bottom .widget_item .widget_icon img {
    width: auto;
    height: 28px;
}

.portlet_body .widget_bottom .widget_item:nth-child(1) .widget_icon img {
    width: auto;
    height: 36px;
}

.portlet_body .widget_bottom .widget_item:nth-child(2) .widget_icon img {
    width: auto;
    height: 40px;
}

.portlet_body .widget_bottom .widget_item:nth-child(3) .widget_icon img {
    width: auto;
    height: 36px;
}

.portlet_body .widget_bottom .widget_item:nth-child(4) .widget_icon img {
    width: auto;
    height: 35px;
}

.rupee {
    font-size: 16px;
    font-weight: 700;
}

.font-brand {
    color: #ff512a !important;
}

.font-brand:hover {
    color: #1959af !important/*fd005d*/
    ;
}

.star-fill {
    color: #ff512a !important;
    font-size: 22px;
}

.star-blank {
    color: #30445f !important;
    font-size: 22px;
}

.width130 {
    width: 130px;
}

.widget.widget--user-profile-3 .widget_bottom .widget_item .widget_details a.widget_value {
    font-size: 13px;
    font-weight: 500;
}

.portlet .portlet_body {
    padding: 16px 25px 16px;
}

.bootstrap-select.show>.dropdown-toggle.btn-light,
.bootstrap-select.show>.dropdown-toggle.btn-secondary {
    border-color: #dbdae2;
}

.bootstrap-select>.dropdown-toggle.btn-light.active,
.bootstrap-select>.dropdown-toggle.btn-light:focus,
.bootstrap-select>.dropdown-toggle.btn-secondary.active,
.bootstrap-select>.dropdown-toggle.btn-secondary:focus {
    background-color: transparent;
    border-color: #dbdae2;
}

.bootstrap-select .dropdown-menu.inner {
    overflow: auto;
    max-height: 250px;
}

.nav>li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 24.8%;
}

.nav>li>a {
    position: relative;
    display: flex;
    padding: 1rem 2rem;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a.active:focus {
    color: #30445f;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-content>.active {
    display: block;
    background: #fff;
    padding: 15px 15px 0 15px;
    float: left;
    width: 100%;
}

.fade.in {
    opacity: 1;
}

.nav-tabs {
    padding: 0px;
    border-bottom: none
}

.nav-tabs>li>a span.count-box {
    background: rgba(48, 65, 95, 0.15);
    padding: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #30445f;
    border-radius: 4px;
    margin: 0 20px 0 0;
    width: 36px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
}

.nav-tabs>li>a span.tab-title h4 {
    display: inline-block;
    font-size: 1.2rem;
    color: #959cb6;
    font-weight: 500;
}

.nav-tabs>li>a span.tab-title p {
    font-size: 0.85rem;
    color: #768090;
    font-weight: 300;
}

.nav-tabs>li>a.active span.count-box {
    background: #30445f;
    padding: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 20px 0 0;
    width: 36px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: center;
}

.nav-tabs>li>a.active span.tab-title h4 {
    display: inline-block;
    font-size: 16px;
    color: #30445f
}

.nav-tabs>li>a.active span.tab-title p {
    font-size: 13px;
    color: #768090;
    font-weight: 300;
}

.tab-content>.active .form-container {
    width: 70%;
    /* margin: 4rem auto 3rem; */
    margin: 0rem auto 0rem;
    padding: 0px;
    min-height: 480px
}

.tab-content>.active .outlateSection {
    width: 100%;
    /* margin: 4rem auto 3rem; */
    margin: 0rem auto 0rem;
    padding: 0px;
    min-height: 480px
}

.tab-content>.active .cuisine-list {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tab-content>.active .cuisine-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tab-content>.active .cuisine-list ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 5px;
    width: 11%;
}

.tab-content>.active .cuisine-list ul li .checkbox-cont {
    color: #30445f;
    font-weight: 400;
}

.tab-content>.active .cuisine-list h3 {
    font-size: 16px;
    color: #30445f;
    margin: 0 10px 10px;
    padding: 0px;
}

.tab-content>.active .cuisine-list h3 .font10 {
    font-size: 10px;
}

.tab-content>.active .cuisine-list .add-icon {
    margin: 6px 0px;
    color: #ff552e;
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    /*background: #ff552e;*/
    border-radius: 100px;
    height: 30px;
    width: 30px;
    padding: 0px 0px;
    line-height: 30px;
}

.flaticon-add-circular-button:before,
.flaticon-close:before {
    font-weight: 600;
}

.title-head {
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 5px;
    color: #30445f;
}

.green-square {
    width: 12px;
    height: 12px;
    border: 1px solid #339a33;
    display: inline-flex;
    padding: 2px;
    margin: 0;
    position: relative;
    top: -4px;
    left: 5px;
}

.green-square .rounded {
    width: 6px;
    height: 6px;
    background: #339a33;
    border-radius: 100px;
}

.red-square {
    width: 12px;
    height: 12px;
    border: 1px solid #ad4728;
    display: inline-flex;
    padding: 2px;
    margin: 0;
    position: relative;
    top: -4px;
    left: 5px;
}

.red-square .rounded {
    width: 6px;
    height: 6px;
    background: #ad4728;
    border-radius: 100px;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    width: 250px;
    margin: .1rem 0;
    justify-content: flex-end;
    color: #30445f;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_cityhead {
    padding: .4rem 0 .98rem 0;
    display: inline-flex;
}

.widget_cityhead {
    font-size: 13px;
    color: #74788d;
    font-weight: 300;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_cityhead .cat_type,
.widget.widget--user-profile-3 .widget_top .widget_content .widget_cityhead .cat_name {
    margin: 0 8px 0 0;
    float: left;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont .widget_stats.widget_price {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 10px;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont .widget_stats.widget_price .rupee {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0px 7px;
    line-height: 10px;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_head .widget_username:hover {
    /* color: #ff512a; */
    color: #48465b;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0.8em 0;
}

.dropzone.dropzone-default h3.dropzone-msg-title {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.font13 {
    font-size: 13px;
    font-weight: 300;
}

.widget4 .widget4_item .widget4_title {
    /*max-width:80%;*/
    font-size: 13px;
    font-weight: 400;
}

.widget4 .widget4_item .widget4_tools {
    max-width: 70px;
    inline-size: -webkit-fill-available
}

.widget4_pic--icon {
    font-size: xx-large
}

.portlet_head-title i {
    font-size: x-large;
    margin-right: 15px;
    float: left;
}

.portlet_head-title i.fontbig {
    font-size: xx-large;
    margin-right: 15px;
    float: left;
}

.portlet .portlet_head .portlet_head-label .portlet_head-title {
    line-height: 22px;
}

.portlet .portlet_body.heightauto {
    min-height: 10vh;
}

.portlet_head-toolbar .dropdown-menu {
    min-width: 150px;
    width: 200px;
}

.portlet_head-toolbar .nav>li {
    width: 100%;
}

.highcharts-credits {
    display: none;
}

.portlet_head-toolbar .select2-container--default .select2-selection--single {
    height: 28px !important;
    width: 130px;
}

.portlet_head-toolbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    padding: .4rem 3rem .65rem 1rem;
    line-height: 1.5 !important;
    font-size: 12px;
}

.portlet_head-toolbar .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px !important;
    right: 0 !important;
}

.portlet_head-toolbar .select2-container .select2-dropdown .select2-results .select2-results__option {
    font-size: 12px;
}


/*Radio button CSS Start Here*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: rgba(72, 70, 91, .6);
    font-size: 14px;
    font-weight: 300;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #e8ebf7;
    border-radius: 100%;
    background: #f0f3ff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #30445f;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked+label:before {
    border: 2px solid #e8ebf7;
}


/*Radio button CSS END Here*/

.none {
    display: none;
}

.show {
    display: block;
}

.labelcolor {
    color: #a6a5ae;
    font-weight: 300;
}

.tab-content>.active .form-container.taboverflow,
.tab-content>.active .taboverflow {
    /* padding: 0 20px 20px; /*min-height: 450px; overflow: auto; max-height:470px; overflow-x: hidden;
	 margin: 2rem auto 2rem; 
	margin: 1rem auto 0rem; */
    padding: 0 20px 0px;
    height: 56vh;
    overflow: hidden;
    overflow-y: auto !important;
}


/* .taboverflow:hover {
            overflow-y: auto !important;
        } */

.tab-content>.active .footer-btn {
    margin: 0 auto;
    border-top: 1px dashed #eee;
    width: 99%;
    padding: 15px 0;
}

.footer-btn {
    width: 99%;
    padding: 15px 0;
}

.grow-none {
    flex-grow: 0 !important;
}

.widget_progress .progress .progress-bar.warning {
    width: 25%;
}

.thumb {
    width: 120px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 0;
    max-width: 120px;
    flex: 0 0 50%;
}

.thumb img {
    width: 100%;
    height: 100%;
}

.pager>.pager-nav>li.pager-link a:nth-child(2) {
    display: none;
}

.pager>.pager-nav>li.pager-link a:nth-last-child(2) {
    margin-right: 5px;
}

.outlet-cont {
    border: 1px solid #f4f4f4;
    width: 100%;
    min-height: 260px;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}


/* .outlet-pic {
            border: 1px solid #f4f4f4;
            width: 100%;
            height: 100px;
            margin-bottom: 10px;
        } */

.outlet-pic img {
    width: 100%;
    height: 100%;
}

.outlet-title {
    font-size: 14px;
    color: #48465b;
    font-weight: 500;
    margin-bottom: 3px;
}

.outlet-desc {
    font-size: 13px;
    color: #595d6e;
    font-weight: 300;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.outlet-rating-cont {
    border-top: 1px dashed #ebedf2;
    display: flex;
    margin: 12px 0 0;
    padding: 12px 0 0;
    width: 100%;
}

.rating-box {
    /* background: #48c479;
            color: #ffffff;
            font-size: 13px;
            padding: 2px 5px;
            border-radius: 2px; */
    background: #48c479;
    color: #ffffff;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 2px;
    width: 45px;
    height: 22px;
}

.rating-box span {
    padding-right: 5px;
}

.outlet-discount {
    /* font-size: 13px;
            color: #30445f;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            justify-content: flex-end; */
    font-size: 13px;
    color: #30445f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: flex-end;
    width: 70%;
    text-align: right;
}

.rating-box i,
.outlet-discount i {
    font-size: 14px;
    margin-right: 5px;
}

.outlet-cont:hover {
    box-shadow: 0 0 4px #ccc;
}

.outlet-cont.active {
    box-shadow: 0 0 4px #ccc;
    border: #30445f solid 1px;
}

.form-group label {
    font-size: .95rem;
    font-weight: 400;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title {
    color: #ff512a;
    position: relative;
}

.filter-cont {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    vertical-align: middle;
}

.filter-cont .rating {
    margin: 0 18px 0 0;
    display: inline-block;
}

.filter-cont .rating .la:nth-child(1) {
    width: auto;
    padding: 0px;
}

.filter-cont i {
    font-size: 20px;
    padding: 0px;
    vertical-align: middle;
}

.filter-cont .filter i {
    font-size: 16px;
    padding: 0 10px;
}

.filter-cont .filter-price i {
    font-size: 16px;
    padding: 0 0px;
}

.filter-cont a {
    color: #30445f;
}

.filter-cont a:hover {
    color: #ff512a;
}

.filter-cont a.viewmore {
    font-size: 12px;
    text-decoration: underline;
}

.filter-cont .cart {
    position: relative;
}

.filter-cont .cart .cart-number {
    position: absolute;
    top: -4px;
    left: 15px;
    background: rgba(48, 68, 95, .85);
    color: #ffffff;
    border-radius: 100px;
    font-size: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
}

.filter-cont .cart i {
    font-size: 2.5rem;
    color: #bfc4ca;
}

.input-icon_icon i {
    font-size: 22px;
}

.modal-dialog.modal-xl {
    max-width: 94%;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.range-field {
    position: relative
}

.range-field input[type="range"] {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 15px 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border: 1px solid #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.range-field input[type="range"]:focus {
    outline: none
}

.range-field input[type="range"]+.thumb {
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    margin-left: -6px;
    background-color: #4285f4;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.range-field input[type="range"]+.thumb .value {
    display: block;
    width: 30px;
    font-size: 0;
    color: #4285f4;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.range-field input[type="range"]+.thumb.active {
    border-radius: 50% 50% 50% 0
}

.range-field input[type="range"]+.thumb.active .value {
    margin-top: 8px;
    margin-left: -1px;
    font-size: 10px;
    color: #fff
}

.range-field input[type="range"]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none
}

.range-field input[type="range"]::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    margin: -5px 0 0 0;
    background-color: #4285f4;
    border: none;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-appearance: none;
    appearance: none
}

.range-field input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

.range-field input[type="range"]::-moz-range-track {
    height: 3px;
    background: #c2c0c2;
    border: none
}

.range-field input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background: #4285f4;
    border: none;
    border-radius: 50%
}

.range-field input[type="range"]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.range-field input[type="range"]:focus::-moz-range-track {
    background: #c2c0c2
}

.range-field input[type="range"]::-ms-track {
    height: 3px;
    color: transparent;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0
}

.range-field input[type="range"]::-ms-fill-lower {
    background: #c2c0c2
}

.range-field input[type="range"]::-ms-fill-upper {
    background: #c2c0c2
}

.range-field input[type="range"]::-ms-thumb {
    width: 14px;
    height: 14px;
    background: #4285f4;
    border: none;
    border-radius: 50%
}

.range-field input[type="range"]:focus::-ms-fill-lower {
    background: #c2c0c2
}

.range-field input[type="range"]:focus::-ms-fill-upper {
    background: #c2c0c2
}

.tooltip-price {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted #ccc; */
    cursor: default;
    color: #006080;
}

.tooltip-price .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 230px;
    background-color: #e9ebf1;
    color: #30445f;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}

.tooltip-price:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-price .tooltiptext2 {
    visibility: hidden;
    position: absolute;
    width: 230px;
    background-color: #e9ebf1;
    color: #30445f;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    z-index: 1;
}

.tooltip-price:hover .tooltiptext2 {
    visibility: visible;
}

.tooltip-price-right {
    top: -5px;
    left: 125%;
}

.tooltip-right2 {
    top: -5px;
    left: 105%;
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #e9ebf1 transparent transparent;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-bottom2 {
    top: 125%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #e9ebf1 transparent;
}

.tooltip-top {
    bottom: 125%;
    left: 10%;
    margin-left: -70px;
}

.tooltip-top2 {
    bottom: 115%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e9ebf1 transparent transparent transparent;
}

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

.tooltip-left2 {
    top: -5px;
    bottom: auto;
    right: 105%;
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #e9ebf1;
}

.tooltip .tooltiptext-bottomarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext-bottomarrow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext-bottomarrow {
    visibility: visible;
}

.tooltip .tooltiptext-toparrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext-toparrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext-toparrow {
    visibility: visible;
}

.tooltip .tooltiptext-leftarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip .tooltiptext-leftarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext-leftarrow {
    visibility: visible;
}

.tooltip .tooltiptext-rightarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}

.tooltip .tooltiptext-rightarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip:hover .tooltiptext-rightarrow {
    visibility: visible;
}

.filter-result {
    display: flex;
    padding: 10px 0;
}

.filter-result-inner {
    display: flex;
    border: 1px solid #e2e5ec;
    font-size: 12px;
    color: #30445f;
    padding: 0 8px;
    margin: 0px 10px 0px 0;
    font-weight: 300;
}

.filter-result-inner i {
    margin: 4px 0 0 10px;
    font-size: 8px;
}

.filter-result a {
    font-size: 12px;
    color: #ff512a;
    margin: 10px 0 0 0px;
}

.menu-category-list {
    margin: 0;
    padding: 0px;
    width: 100%;
    border-right: 1px solid #f0f3ff;
}

.menu-category-list ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.menu-category-list ul li {
    display: block;
    width: 100%;
    padding: 10px 0px;
    margin: 0 15px 0px 0;
    text-align: right;
}

.menu-category-list ul li a {
    color: #48465b;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 400;
}

.menu-category-list ul li a.active {
    color: #ff512a;
    border-right: 2px solid #ff512a;
}

.category-items {
    width: 100%;
    padding: 10px 10px 0px;
    margin: 0 0 20px;
}

.category-items h3 {
    font-size: 18px;
    font-weight: 600;
    color: #48465b;
    padding: 0;
    margin: 0 0 10px;
}

.category-items h4 {
    font-size: 14px;
    font-weight: 600;
    color: #48465b;
    padding: 0px 0;
    margin: 0 0 15px;
}

.category-items .cat-item-list {
    display: flex;
    margin: 20px 0;
    padding: 0 0 20px;
    position: relative;
    border-bottom: 1px dashed #ebedf2;
}

.mycustomanchor {
    border: none;
    background: none;
    color: #ff512a!important;
}

.mycustomanchor:hover {
    color: #1959af !important;
}

.category-items .cat-item-list .cat-img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.category-items .cat-item-list .cat-img img {
    border-radius: 10px;
    width: auto;
    height: 100%;
}

.menuSection .category-items .cat-item-list .cat-img img {
    height: auto;
    width: 80px;
    border-radius: 8px;
    overflow: hidden;
    max-height: 80px;
}

.category-items .cat-item-list .cat-detail {
    margin: 0px;
    padding: 0;
    display: block;
    width: 70%;
}

.category-items .cat-item-list .cat-detail h5 {
    font-size: 16px;
    font-weight: 400;
    color: #48465b;
    margin: 0 0 5px;
}

.category-items .cat-item-list .cat-detail p {
    font-size: 13px;
    font-weight: 300;
    color: #48465b;
    margin: 0 0 10px;
}

.category-items .cat-item-list .cat-detail .price-cont {
    font-size: 14px;
    font-weight: 400;
    color: #989faa;
}

.category-items .cat-item-list .add-item-cont {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    flex-grow: 1;
}

.category-items .cat-item-list .add-item-cont .btn-cont {
    padding: 0px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
}

.category-items .cat-item-list .add-item-cont .btn-cont a.add-btn {
    border: 1px solid #d4d5d9;
    padding: 4px 20px;
    margin: 0 0px 0 0;
    border-radius: 4px;
    display: block;
    color: #ff512a;
}

.category-items .cat-item-list .add-item-cont .btn-cont small {
    font-size: 11px;
}

.category-items .cat-item-list .add-item-cont .edit-item-cont {
    padding: 3px 3px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
}

.category-items .cat-item-list .add-item-cont .edit-item-cont .addon-text {
    position: absolute;
    top: 100%;
    left: 0;
    cursor: pointer;
}

.category-items .cat-item-list .add-item-cont .edit-item-cont .decrease-item {
    display: inline-table;
    padding: 0 10px 0 0;
    font-size: 16px;
}

.category-items .cat-item-list .add-item-cont .edit-item-cont .result-item {
    display: inline-table;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    color: #ff512a;
}

.category-items .cat-item-list .add-item-cont .edit-item-cont .increase-item {
    display: inline-table;
    margin: 0;
    padding: 0 4px 0 10px;
    font-size: 14px;
}

.order-details {
    position: relative;
    margin: 0;
    padding: 0;
}

.order-details h3 {
    font-size: 20px;
    font-weight: 600;
    color: #48465b;
    padding: 0;
    margin: 0 0 10px;
}

.order-details small {
    font-size: 11px;
    font-weight: 400;
    color: #48465b;
    padding: 0;
    margin: 0 0 15px;
}

.order-details .cat-item-list {
    display: flex;
    margin: 10px 0 5px;
    padding: 0 0 20px;
    position: relative;
    /* border-bottom: 1px dashed #ebedf2;*/
}

.order-details .cat-item-list .cat-img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.order-details .cat-item-list .cat-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.order-details .cat-item-list .cat-detail {
    margin: 0px;
    padding: 0;
    display: block;
    width: 80%;
}

.order-details .cat-item-list .cat-detail h5 {
    font-size: 13px;
    font-weight: 400;
    color: #48465b;
    margin: 0 0 5px;
}

.order-details .cat-item-list .cat-detail p {
    font-size: 13px;
    font-weight: 300;
    color: #48465b;
    margin: 0 0 10px;
}

.order-details .cat-item-list .cat-detail .price-cont {
    font-size: 16px;
    font-weight: 400;
    color: #989faa;
}

.order-details .cat-item-list .add-item-cont {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    flex-grow: 1;
    width: 136px;
}

.order-details .cat-item-list .add-item-cont .btn-cont {
    padding: 0px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
}

.order-details .cat-item-list .add-item-cont .btn-cont a.add-btn {
    border: 1px solid #d4d5d9;
    padding: 4px 20px;
    margin: 0 0px 0 0;
    border-radius: 4px;
    display: block;
    color: #ff512a;
}

.order-details .cat-item-list .add-item-cont .btn-cont small {
    font-size: 9px;
}

.order-details .cat-item-list .add-item-cont .edit-item-cont {
    padding: 3px 0px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 85px;
    position: relative;
}

.order-details .cat-item-list .add-item-cont .edit-item-cont .decrease-item {
    display: inline-table;
    padding: 0 5px 0 0;
    font-size: 16px;
}

.order-details .cat-item-list .add-item-cont .edit-item-cont .result-item {
    display: inline-table;
    margin: 0;
    padding: 0 4px;
    font-size: 15px;
    color: #ff512a;
}

.order-details .cat-item-list .add-item-cont .edit-item-cont .increase-item {
    display: inline-table;
    margin: 0;
    padding: 0 3px 0 3px;
    font-size: 13px;
}

.order-details .cat-item-list .add-item-cont .edit-item-cont .addon-text {
    position: absolute;
    top: 100%;
}

.order-details .cat-item-list .add-item-cont .price-cont {
    margin: 5px 0 0 5px;
    font-size: 14px;
    width: 70px;
    text-align: right;
}

.w-175 {
    width: 175px;
}

.w-130 {
    width: 130px;
}

.order-details .price-cont {
    margin-top: 100px;
}

.order-details .price-cont .price-cont-head {
    width: 200px;
    float: left;
}

.order-details .price-cont .price-cont-head h6 {
    color: #30445f;
    font-size: 14px;
}

.order-details .price-cont .price-cont-head p {
    font-size: 12px;
    color: #30445f;
}

.order-details .price-cont .price-cont-cost {
    width: 90px;
    float: right;
    color: #30445f;
    font-size: 14px;
    text-align: right;
}

.order-details .checkout-btn-cont {
    width: 100%;
    display: inline-block;
    margin: 30px 0 5px;
}

.order-details .checkout-btn-cont .btn-checkout {
    background: #ff512a;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
}

.font12 {
    font-size: 11px;
    float: right;
}

.form-container .order-detail-cont {
    position: relative;
    margin: 0;
    padding: 0;
}

.form-container .order-detail-cont h3 {
    font-size: 20px;
    font-weight: 500;
    color: #48465b;
    padding: 0 0 20px;
    margin: 0px 0 20px;
    border-bottom: 1px dashed #ebedf2;
}

.form-container .order-detail-cont h4 {
    font-size: 20px;
    font-weight: 500;
    color: #48465b;
    padding: 20px 0 0px;
    margin: 0px 0 0px;
    border-top: 1px dashed #ebedf2;
}

.form-container .order-detail-cont .category-items .cat-item-list {
    display: flex;
    margin: 0 0 20px 0;
    padding: 0 0 20px;
    position: relative;
    border-bottom: 0px dashed #ebedf2;
}

.form-container .order-detail-cont .category-items .cat-item-list .cat-img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.form-container .order-detail-cont .category-items .cat-item-list .cat-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.form-container .order-detail-cont .category-items .cat-item-list .cat-detail {
    margin: 0px;
    padding: 0;
    display: block;
}

.form-container .order-detail-cont .category-items .cat-item-list .cat-detail h5 {
    font-size: 16px;
    font-weight: 400;
    color: #48465b;
    margin: 0 0 5px;
}

.form-container .order-detail-cont .category-items .cat-item-list .cat-detail p {
    font-size: 13px;
    font-weight: 300;
    color: #48465b;
    margin: 0 0 10px;
}

.form-container .order-detail-cont .cat-item-list .cat-detail .green-square {
    top: 0;
}

.form-container .order-detail-cont .cat-item-list {
    display: flex;
    margin: 10px 0 5px;
    padding: 0 0 20px;
    position: relative;
    /* border-bottom: 1px dashed #ebedf2;*/
}

.form-container .order-detail-cont .cat-item-list .cat-detail {
    margin: 0px;
    padding: 0;
    display: block;
    width: 60%;
}

.form-container .order-detail-cont .cat-item-list .cat-detail h5 {
    font-size: 13px;
    font-weight: 400;
    color: #48465b;
    margin: 0 0 5px;
}

.form-container .order-detail-cont .cat-item-list .cat-detail p {
    font-size: 13px;
    font-weight: 300;
    color: #48465b;
    margin: 0 0 10px;
}

.form-container .order-detail-cont .cat-item-list .cat-detail .price-cont {
    font-size: 16px;
    font-weight: 400;
    color: #989faa;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    flex-grow: 1;
    width: 136px;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .btn-cont {
    padding: 0px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .btn-cont a.add-btn {
    border: 1px solid #d4d5d9;
    padding: 4px 20px;
    margin: 0 0px 0 0;
    border-radius: 4px;
    display: block;
    color: #ff512a;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .btn-cont small {
    font-size: 9px;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .edit-item-cont {
    padding: 3px 3px;
    margin: 0 0px 0 0;
    display: inline-table;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 85px;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .edit-item-cont .decrease-item {
    display: inline-table;
    padding: 0 5px 0 0;
    font-size: 16px;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .edit-item-cont .result-item {
    display: inline-table;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    color: #ff512a;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .edit-item-cont .increase-item {
    display: inline-table;
    margin: 0;
    padding: 0 4px 0 10px;
    font-size: 14px;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .price-cont {
    margin: 5px 0 0 5px;
    font-size: 14px;
    width: 70px;
    text-align: right;
}

.form-container .order-detail-cont .cat-item-list .add-item-cont .price-cont-left {
    margin: 5px 10px 0 0px;
    font-size: 14px;
    text-align: center;
    color: #ff512a;
}

.form-container .order-detail-cont .offer-cont {
    position: relative;
    right: 0;
    top: -25px;
    border-bottom: 1px solid #30445f;
    width: 30%;
    float: right;
}

.form-container .order-detail-cont .offer-cont h6 {
    color: #30445f;
    font-size: 13px;
    font-weight: 500;
}

.form-container .order-detail-cont .offer-cont small {
    color: #30445f;
    font-size: 11px;
    font-weight: 300;
}

.form-container .order-detail-cont .offer-cont a {
    font-weight: 400;
    font-size: 12px;
    margin-left: 25px;
}

.form-container .order-detail-cont .bill-detail-cont {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.form-container .order-detail-cont .bill-detail-cont ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    width: 100%;
}

.form-container .order-detail-cont .bill-detail-cont ul li {
    margin: 0 0 10px 0;
    padding: 0px 0;
    width: 100%;
    float: left;
}

.form-container .order-detail-cont .bill-detail-cont ul li .left-detail {
    float: left;
    margin: 0;
    padding: 0;
    color: #959cb6;
    font-size: 14px;
    font-weight: 400;
}

.form-container .order-detail-cont .bill-detail-cont ul li .right-detail {
    float: right;
    margin: 0px 0;
    padding: 0;
    color: #30445f;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

.form-container .order-detail-cont .bill-detail-cont ul li.discount .left-detail,
.form-container .order-detail-cont .bill-detail-cont ul li.discount .right-detail {
    color: #2ea300;
}

.form-container .order-detail-cont .bill-detail-cont ul li.subtotal {
    border-top: 2px solid #30445f;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 25px;
}

.form-container .order-detail-cont .bill-detail-cont ul li.subtotal .left-detail-head,
.form-container .order-detail-cont .bill-detail-cont ul li.subtotal .right-detail-head {
    font-size: 20px;
    font-weight: 500;
    color: #30445f;
}

.order-detail-cont ul.travel-detail {
    list-style: none;
    margin: 0px 0 30px;
    padding: 0;
    width: 100%;
    float: left;
}

.form-container ul.travel-detail li {
    margin: 0 0 10px 0;
    padding: 0px 0;
    width: 100%;
    float: left;
}

.form-container ul.travel-detail li .travel-left {
    float: left;
    margin: 0;
    padding: 0;
    color: #959cb6;
    font-size: 13px;
    font-weight: 400;
    width: 20%;
}

.form-container ul.travel-detail li .travel-left::after {
    content: ':';
    position: relative;
    float: right;
    margin: 0 15%;
}

.form-container ul.travel-detail li .travel-right {
    float: left;
    margin: 0px 0;
    padding: 0;
    color: #30445f;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.error-display-none {
    width: 30%;
    align-content: center;
    position: fixed;
    z-index: 999;
    bottom: 3%;
    right: 1%;
}

.alert-danger {
    background: rgba(255, 81, 42, 0.4) !important;
    color: #01070e !important;
    border: rgba(255, 81, 42, .6) !important;
    font-size: 13px;
    font-weight: 300;
}

.login-container .alert-danger {
    background: rgba(255, 81, 42, 0.4) !important;
    color: #01070e !important;
    border: rgba(255, 81, 42, .6) !important;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    top: 20px;
}

.alert-warning {
    background: rgba(255, 184, 34, 0.4) !important;
    color: #01070e !important;
    border: rgba(255, 184, 34, .6) !important;
    font-size: 13px;
    font-weight: 300;
}

.msg-hide {
    min-width: 20%;
    align-content: center;
    position: fixed;
    z-index: 999;
    top: 9%;
    left: 40%;
    /* box-shadow: 0.1rem 0.1rem 0.8rem #023c36; */
    padding: 0px;
    border-radius: 4px;
    /* background: rgba(0, 169, 151,1); */
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgb(0, 169, 151);
    min-height: 80px;
    max-width: 40%;
}

.msg-hide .msg-title {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 10px;
    margin: 0px;
    background: rgba(0, 169, 151, 0.9);
    color: #fff;
    width: 100%;
}

.msg-hide .msg-body {
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 300;
    color: #02443d;
    word-break: break-all;
}

.msg-hide .msg-title i.font22 {
    font-size: 22px;
    font-weight: 600;
}

.widget_action form {
    display: inline-block;
}

.subheader_toolbar .dropdown-menu {
    width: 160px;
    padding: 0;
}

.subheader_toolbar .dropdown-menu .nav>li {
    width: 100%;
}

.subheader_toolbar .dropdown-menu .nav>li>a {
    display: flex;
    padding: 0.8rem 1rem;
    color: #30445f;
    font-size: 15px;
}

.subheader_toolbar .dropdown-menu .nav>li>a i {
    margin: 0 10px 0 0;
}

.subheader_toolbar .dropdown-menu .nav>li>a img {
    width: 20px;
    margin-right: 10px;
}

.subheader_toolbar .dropdown-menu .nav>li>.nav-inner {
    margin: 0 0 0 30px;
    padding: 0;
}

.invoice-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.invoice-table th {
    padding: .75rem;
    vertical-align: top;
    padding: 16px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px dashed #f0f3ff;
    border-top: 1px dashed #f0f3ff;
    color: #959cb6;
}

.invoice-table td {
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 0px dashed #f0f3ff;
    border-top: 0px solid #f0f3ff;
    font-size: 14px;
    font-weight: 300;
    color: #333031;
    white-space: nowrap;
}

.invoice-table td p {
    margin: 8px 0;
    color: #999999;
}

.invoice-table td span.detail {
    width: 200px;
    margin: 0px;
    color: #999999;
    display: inline-block;
}

.invoice-table td strong {
    color: #333031;
    font-size: 13px;
    font-weight: 500;
}

.invoice-table td.bor-none {
    border-bottom: 0px !important;
}

.invoice-table td h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.invoice-table td.green-text {
    color: #2ea300;
}

.invoice-table td.grey-text {
    color: #959cb6;
}

.invoice-table td.amount {
    border-top: 1px solid #48465b;
    color: #48465b;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
}

.invoice-table td.bor-bottom {
    border-bottom: 1px dashed #f0f3ff;
}

.invoice-table td p.invoice-text {
    font-size: 16px;
    margin: 0px;
}

.summary-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.summary-table td {
    padding: .75rem;
    vertical-align: top;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed #f0f3ff;
    border-top: 1px dashed #f0f3ff;
    color: #48465b;
}

.summary-table td.grey-text {
    color: #959cb6;
    font-weight: 300;
}

.order-summary h2 {
    font-size: 22px;
    color: #48465b;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.order-summary p {
    font-size: 13px;
    color: #959cb6;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.order-summary a {
    font-size: 16px;
}

.order-summary a i {
    font-size: 24px;
    font-weight: 600;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont {
    width: 100%;
    padding: 10px 10px 0px;
    margin: 0 0 20px;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont h3 {
    font-size: 20px;
    font-weight: 500;
    color: #48465b;
    padding: 0;
    margin: 0px 0 20px;
    border: none;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .outlet-list {
    display: flex;
    margin: 0 0 20px 0;
    padding: 0 0 20px;
    position: relative;
    border-bottom: 0px dashed #ebedf2;
    float: left;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .outlet-list .outlet-img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .outlet-list .outlet-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .outlet-list .outlet-detail {
    margin: 0px;
    padding: 0;
    display: block;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .outlet-list .outlet-detail h5 {
    font-size: 16px;
    font-weight: 400;
    color: #48465b;
    margin: 0 0 5px;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .outlet-list .outlet-detail p {
    font-size: 13px;
    font-weight: 300;
    color: #48465b;
    margin: 0 0 10px;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .offer-cont {
    position: relative;
    right: 0;
    top: 5px;
    border-bottom: 1px solid #30445f;
    width: 30%;
    float: right;
    padding: 0 0 10px;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .offer-cont h6 {
    color: #30445f;
    font-size: 13px;
    font-weight: 500;
    float: right;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .offer-cont small {
    color: #30445f;
    font-size: 11px;
    font-weight: 300;
    float: left;
}

.inner-container .inner-container_body .form-container .summary-outlet-cont .offer-cont a {
    font-weight: 400;
    font-size: 12px;
    margin-left: 25px;
    float: right;
}

.download-btn {
    position: absolute;
    right: 5%;
}

.pos-sticky {
    position: sticky;
    top: 12%;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_subhead a i {
    font-size: 1.2rem;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_subhead span.data-cont {
    padding-right: 2rem;
    color: #74788d;
    font-size: 13px;
    font-weight: 300;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_subhead span.data-cont i {
    font-size: 1.2rem;
    padding-right: .5rem;
}

.justify-content {
    justify-content: flex-end;
}

.subheader_group form {
    display: flex;
}


/**********************dashboard css Start Here**********************/

.h600 {
    min-height: 560px;
    overflow: auto;
    max-height: 560px;
    margin-bottom: 30px;
}

.portlet .portlet_head {
    border: none;
}

.font20 {
    font-size: 20px;
    margin-right: 10px;
}

.widget4 .widget4_item .widget4_pic img {
    width: 150px;
    border-radius: 4px;
    height: 100px;
}

.widget5 .widget5_item .widget5_content .widget5_stats {
    min-width: 150px;
}

.fa,
.far,
.fas {
    font-family: Font Awesome 5 Brands !important
}

.timeline-v2 .timeline-v2_items .timeline-v2_item .timeline-v2_item-cricle>i {
    border-width: 3px;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    border-style: solid;
    top: -0.57rem
}

.selling-zone-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.selling-zone-table th {
    padding: .75rem;
    vertical-align: top;
    padding: 16px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px dashed #f0f3ff;
    border-top: 1px dashed #f0f3ff;
    color: #959cb6;
}

.selling-zone-table td {
    padding: 15px 15px;
    vertical-align: middle;
    border-bottom: 1px dashed #f0f3ff;
    border-top: 0px solid #f0f3ff;
    font-size: 14px;
    font-weight: 300;
    color: #333031;
    white-space: nowrap;
}

.widget20.pad20 {
    padding: 15px 20px;
}

.portlet .portlet_head .portlet_head-label .portlet_head-title small {
    font-weight: 300;
    padding-left: .05rem;
}

.portlet .portlet_body .widget_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: .1rem 0;
}

.portlet .portlet_body .widget_text {
    padding-right: 1rem;
    color: #595d6e;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.portlet .portlet_body .widget_stats {
    padding-left: 1rem;
    color: #808080;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 0rem;
    margin-top: 1rem;
}

.portlet .portlet_body .widget_progress .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.portlet .portlet_body .widget_progress .progress {
    height: 6px;
    width: 100%;
}

.bg-Paid {
    background: #ff512a;
}

.bg-outstanding {
    background: #30445f;
}

.h250 {
    min-height: 250px;
}

.portlet .portlet_head .portlet_head-label.title-box {
    display: block;
}

.portlet_head-title i.size {
    font-size: 18px;
    margin-top: 2px;
    margin-right: 0px;
    float: left;
}

.title2 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 15px;
}

#bar-container {
    height: 500px;
    min-width: 100%;
}

#piechart-container {
    width: 100%;
    height: 500px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 100%;
    max-width: 660px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-series path {
    stroke-width: 3px;
}

#piechart-container .highcharts-color-0 {
    fill: rgb(52, 191, 163);
}

#piechart-container .highcharts-color-1 {
    fill: rgb(253, 57, 149);
}

#piechart-container .highcharts-color-2 {
    fill: rgb(89, 29, 241);
}

#piechart-container .highcharts-color-3 {
    fill: rgb(210, 106, 93);
}

#piechart-container .highcharts-color-4 {
    fill: rgb(204, 198, 48);
}

#piechart-container .highcharts-color-5 {
    fill: rgb(255, 81, 42);
}

#piechart-container .highcharts-point {
    width: 20px;
    height: 8px;
    y: 8;
    x: -0.5rem;
}

#piechart-container .highcharts-legend-item.highcharts-color-0 .highcharts-point {
    fill: rgb(52, 191, 163);
}

#piechart-container .highcharts-legend-item.highcharts-color-1 .highcharts-point {
    fill: rgb(253, 57, 149);
}

#piechart-container .highcharts-legend-item.highcharts-color-2 .highcharts-point {
    fill: rgb(89, 29, 241);
}

#piechart-container .highcharts-legend-item.highcharts-color-3 .highcharts-point {
    fill: rgb(210, 106, 93);
}

#piechart-container .highcharts-legend-item.highcharts-color-4 .highcharts-point {
    fill: rgb(204, 198, 48);
}

#piechart-container .highcharts-legend-item.highcharts-color-5 .highcharts-point {
    fill: rgb(255, 81, 42);
}

#piechart-container .highcharts-legend {
    width: 300px;
    float: left;
}

.widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress .widget_text {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0px;
}

.table thead th {
    cursor: pointer;
}

.table thead th i {
    font-size: 0.6rem;
    color: #ff542e;
    display: inline-block;
    position: relative;
    right: -10px;
    line-height: 0;
    vertical-align: middle;
}

.table thead th span.sorting {
    color: #ff542e;
}

.widget_action {
    display: flex;
}

#auto-hide {
    left: 45%;
    text-align: center;
    padding: 1rem;
    position: absolute;
}

.auto-hide {
    left: 45%;
    text-align: center;
    padding: 1rem;
    position: absolute;
}

.widget.widget--user-profile-3 .widget_top .widget_media {
    width: 110px;
}

.btn.btn-reload i {
    font-size: 1.65rem!important;
    color: #30445f;
    margin-top: 0rem;
}

.pager-info form {
    width: auto;
}

.mt25 {
    margin-top: 2.8rem;
}

.form-container .add-icon {
    margin: 3rem 0px 0px;
    color: #ff552e;
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    /* background: #ff552e; */
    border-radius: 100px;
    height: 30px;
    width: 30px;
    padding: 0px 0px;
    line-height: 30px;
}

.form-container .add-icon.close-icon {
    font-size: 22px;
}

.pos-rel {
    position: relative;
}

.addons {
    position: absolute;
    left: 0px;
    background: rgba(255, 81, 42, 1);
    left: 0px;
    width: 55px;
    padding: 1px 0px 2px;
    transform: rotate(-45deg);
    top: 2px;
    transform: translate(12px, 16px);
    color: #fff;
    border-radius: 2px 2px 0 0px;
    text-align: center;
    font-size: 11px;
}

.addons::before {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    /*border-left: 0px solid transparent;  border-right: 10px solid transparent; border-top: 6px solid #8c1a00;*/
    border-left: 13px solid transparent;
    border-right: 0px solid transparent;
    border-top: 8px solid #8c1a00;
}


/**********************dashboard css End Here**********************/

div#t2 .taboverflow {
    padding: 0 10px 0px;
}

.clr {
    clear: both;
}


/* .select2-results__option[aria-selected=true] {
	display: none;
}
.select2-results__option[aria-disabled="true"] 
{
	display: none;
} */

.menuSection {
    overflow: hidden;
    overflow-y: auto;
}


/* .menuSection:hover {
            overflow-y: auto;
        } */

 ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(48, 68, 95, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .1);
}

.form-container .order-detail-cont .apply-offer {
    position: relative;
    right: 0;
    top: -25px;
    border: 1px dashed #30445f;
    width: 20%;
    float: right;
    text-align: center;
    cursor: pointer;
}

.form-container .order-detail-cont .apply-offer:hover {
    position: relative;
    box-shadow: 0 2px 8px #d4d5d9;
}

.form-container .order-detail-cont .apply-offer h4 {
    color: #30445f;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    margin: 0;
}

.form-container .order-detail-cont .apply-offer h4 .icon-offer {
    font-size: 16px;
    margin: 0 6px 0 0;
}

.coupon-cont {
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
    width: 100%;
    padding: 10px;
}

.coupon-cont .coupon-list {
    width: 100%;
    border: 0px solid #ccc;
    margin: 15px 0 0;
    padding: 10px 0px;
}

.coupon-cont .coupon-list h5 {
    margin: 0px 0;
    padding: 0;
    text-align: left;
    width: 100%;
    color: #7e808c;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.coupon-cont .coupon-list .coupon-list-inner {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 5px 0;
    padding: 10px 15px 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.coupon-cont .coupon-list .coupon-list-inner .coupon-code {
    margin: 0px 0 20px;
    padding: 5px 10px;
    color: #30445f;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border: 1px dashed #cecece;
    background: #fffaed;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.coupon-cont .coupon-list .coupon-list-inner .coupon-descp {
    width: 100%;
    display: block;
    font-size: 12px;
}

.coupon-cont .coupon-list .coupon-list-inner .coupon-descp h6 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    color: #3e4152;
    font-size: 1.14rem;
    font-weight: 500;
}

.coupon-cont .coupon-list .coupon-list-inner .condition-box {
    margin-top: 15px;
    font-size: 11px;
    width: 100%;
}

.coupon-cont .coupon-list .coupon-list-inner .condition-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.coupon-cont .coupon-list .coupon-list-inner .condition-box ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 20px;
    display: list-item;
    text-align: -webkit-match-parent;
}

.coupon-cont .coupon-list .coupon-list-inner .condition-box ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #282c3f;
    top: 5px;
    left: 4px;
    border-radius: 50%;
}

.coupon-cont .coupon-list .coupon-list-inner .coupon-btn {
    width: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 0 2rem;
    color: #ff512a;
    border: 1px solid #ff512a;
    margin-top: 0px;
    line-height: 36px;
    width: auto;
    height: 36px;
    padding: 0 15px;
    outline: none;
    min-width: 120px;
    background: #fff;
}

.coupon-cont .coupon-list .coupon-list-inner .coupon-btn:hover {
    position: relative;
    box-shadow: 0 2px 8px #d4d5d9;
}

.coupon-cont .coupon-list .coupon-list-inner .condition-link {
    font-size: 11px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
}

.coupon-cont .input-group-text.apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .65rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff512a;
    border: 1px solid #ff512a;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.couponSection {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.couponSection .coupon-descp {
    width: 78% !important;
}

.couponSection .applyBtn {
    width: 30%;
}


/* *****************26 Nov 2019 CSS End Here****************** */


/* Extra small devices (phones, 600px and down) */

.vegOnly {
    text-align: right;
}

.vegOnly .checkbox-cont {
    margin-right: 0px;
}

input#vegOnly {
    position: absolute;
    left: 0;
}

 ::placeholder {
    color: #212529;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #212529;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #212529;
}

input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #212529 !important;
}

input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #212529 !important;
}

input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #212529 !important;
}

input[type="text"]::-webkit-input-placeholder {
    color: #212529 !important;
}

input[type="text"]:-moz-placeholder {
    color: #212529 !important;
}

.form-control::-webkit-input-placeholder {
    color: #212529 !important;
}

form .form-control::-moz-placeholder {
    color: #212529 !important;
}

form .form-control:-ms-input-placeholder {
    color: #212529 !important;
}

form .form-control:placeholder {
    color: #212529 !important;
}

#food_groups .accordion.accordion-toggle-arrow .card .card-header .card-title {
    color: #ff512a;
    position: relative;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    padding: .65rem 3rem .65rem 1rem;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

#food_groups .accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    right: 10px;
}

.table td .vendorAction .dropdown-menu {
    min-width: auto;
    max-width: 200px;
    padding: 0px;
}

.vebdorIcon {
    width: 18px;
    margin-right: 10px;
}

.eyesLoginIcon {
    position: absolute;
    right: 0px;
    top: 13px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

.notificationSection {
    margin: 0px;
}

.notificationSection ul {
    padding: 0px;
    margin: 0px;
}

.notificationSection ul li {
    list-style: none;
}

.notificationSection1.dropdown-toggle::after {
    display: none;
}

.notificationContent {
    top: 20px !important;
}

.notificationContent a {
    position: relative;
}

.notificationContent a span {
    position: relative;
    top: 4px;
}

.badge-count {
    position: initial !important;
    padding: 12px;
    background: red;
    color: white;
    margin-left: 10px;
}

.text-alignRight {
    text-align: right;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
}

.text-alignRight div {
    display: block;
    width: 100%;
}

.pRight0 {
    padding-right: 0px !important;
}

.headerRightSide {
    text-align: right;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    margin-top: 20px;
    margin-right: 5px;
}

.headerRightSide div {
    display: block;
    width: 100%;
}

.mtop10 {
    margin-top: 10px !important;
}

.marginL0 {
    margin-left: 0px !important;
}

.datepicker.datepicker-orient-top {
    z-index: 999 !important;
}

.widthAuto {
    width: auto !important;
}

.displayFlex {
    display: flex;
}

.W80 {
    float: left;
    width: auto;
}

.paddingL15 {
    padding-left: 15px !important;
}

.dashboardSelectCountry {
    padding-right: 0px;
    float: right;
}

.width100 {
    width: auto !important;
}

.addons {
    left: -26px;
    top: -16px;
}

.widget5 .widget5_item .widget5_content .widget5_pic img {
    width: 80px;
}


/* .select2-container {
    width: 100% !important;
} */

.displayBlock {
    display: inline-block;
    width: auto;
}

.web {
    display: block !important;
}

.mob {
    display: none !important;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

.outlet-pic {
    height: 170px;
    overflow: hidden;
    margin-bottom: 10px;
}

.chat .chat_input .chat_toolbar {
    justify-content: flex-end;
}

.searchbar .input-group .form-control {
    padding: .65rem 0 .65rem 1rem;
}

.app .app_aside.app_aside--lg form {
    display: grid;
}

.gridForm {
    display: grid;
}

.badge {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    width: 22px;
    border-radius: 3px;
    /* font-size: .8rem; */
    padding-top: 5px;
    font-size: 12px;
    margin-top: 6px;
}

.downloadSection {
    margin: 5px 0 20px 0;
}

.downloadSection i {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    width: 22px;
    border-radius: 3px;
    /* font-size: .8rem; */
    padding-top: 0px;
    font-size: 10px;
    margin-top: 6px;
    color: #fff;
    background: #f26622;
}

.chatShow {
    margin: 10px;
}

.chatShow .select2-container {
    max-width: max-content !important;
    width: auto;
}

.taxOnItem {
    position: relative;
}

.taxOnItem span {
    position: absolute;
    top: 10px;
    right: -10px;
}

.show_import_menu_error ul li {
    list-style: decimal;
}

.show_import_menu_error ul {
    padding: 0 0 0 10px !important;
}

.switch.inactive input:empty~span:before {
    background-color: #e8ebf1 !important;
}

.switch.inactive input:checked~span:after {
    margin-left: 3px;
}

.switch.active input:checked~span:before {
    background-color: #30445f !important;
}

.switch.active input:empty~span:before {
    background-color: #30445f !important;
}

.switch.active input:empty~span:after {
    margin-left: 20px;
}

.inventory .footer-btn {
    width: 100% !important;
}

.menuAddOns {
    font-size: 1rem;
    color: #48465b;
    font-weight: 500;
}


/* .menuApprovalStatus {
    position: absolute;
    right: 230px;
    top: 18px;
    text-align: center;
    border-radius: 5px;
} */

.approvalStatus {
    display: block;
    text-align: right;
}

.rightTop {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: baseline;
}

.rightTop .title {
    width: 110px;
    margin: 8px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3px;
    margin-top: 5px;
    color: #30445f;
}

.rightbottom {
    margin: 0;
}

.menuApprovalStatus {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px;
}

.menuApprovalStatus .menuStatus {
    margin-left: 10px;
    text-align: center;
    width: 120px;
}

.menuRightSideSection {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menuRightSideSection .widget_action {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rightbottom .widget_price {
    font-size: 2rem !important;
    color: #48465b !important;
    font-weight: 500 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .5rem;
}

.mtop7 {
    margin-top: 3px;
    border-radius: .25rem;
    width: 100px !important;
}

.portlet .widget.widget--user-profile-3 .widget_top .widget_media img {
    height: 110px;
    border-radius: 8px;
    width: 110px;
}

.menuStatus .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px !important;
    right: 4px !important;
    width: 20px;
}

.menuStatus .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: .4rem 3rem .35rem 1rem !important;
}

.menuStatus .select2-container .select2-selection--single {
    height: calc(1.0em + 1.0rem + 4px) !important;
    border: 1px solid #e2e5ec !important;
}

.menuStatus [title] {
    display: none;
}

.menuStatus select.form-control {
    padding: .3rem 1.5rem .3rem 1rem !important;
    height: calc(1.0em + 1.0rem + 4px) !important;
}

#show_besties_data .widget5_pic {
    height: 80px;
    overflow: hidden;
}

#show_besties_data .widget5_pic .widget7_img {
    height: 80px;
}

.compensationListSearch {
    margin-bottom: 0px;
}

.compensationListSearch .subheader_search {
    margin-bottom: 0px;
}

.mar0 {
    margin: 0px !important;
}

.meal_type_compensation_list .subheader_search {
    width: 300px !important;
}

.mL0 {
    margin-left: 0px !important;
}

.width100onMob {
    width: 100% !important;
}

.Top10 {
    top: 10%;
}

.form-container .width100 {
    width: 100% !important;
}

.chatHistoryPopup .modal-body {
    padding: 0.8rem;
}

.chatHistoryPopup1 {
    min-height: 100px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 500px;
    padding: 10px;
}

.userChatList {
    margin: 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.userNameWithImg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.userNameWithImg div {
    padding: 0 .4rem;
    font-size: 1.1rem;
    color: #48465b;
    font-weight: 500;
}

.userNameWithImg img {
    width: 50px;
}

.popupChat {
    text-align: right;
    padding: 1.1rem 1.6rem 1.1rem 3.5rem;
    margin-top: .8rem;
    color: #6c7293;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 4px;
    background-color: rgba(89, 29, 241, .1)!important;
}

.popupChatdateTime {
    color: #74788d;
    font-size: .9rem;
    font-weight: 400;
    margin-top: 5px;
}

.adminNameWithImg {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.adminpopupChat {
    text-align: left;
    padding: 1.1rem;
    margin-top: .8rem;
    color: #6c7293;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 4px;
    background-color: rgba(29, 201, 183, .1)!important;
}

.userNameWithImg1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.userNameWithImg1 div {
    padding: 0 .4rem;
    font-size: 1.1rem;
    color: #48465b;
    font-weight: 500;
}

.userNameWithImg1 img {
    width: 50px;
}

.newSearchSection .allSearchBox .subheader_search {
    width: 11%;
    margin-right: 1%;
}

.newSearchSection {
    margin-top: 15px !important;
}

.newSearchSection .allSearchBox .subheader_search:nth-child(1) {
    width: 100%;
    margin-right: 1%;
}

.width100New {
    width: 100% !important;
}

.mNewTop20 {
    margin-top: 20px !important;
}

.Mtop5 {
    margin-top: 5px !important;
}

.mleft10px {
    margin-left: 10px;
}

.padding0 {
    padding: 0px;
}

.Mtop10 {
    margin-top: 10px !important;
}

.newSearchSection .form-control {
    background: #f2f3f7;
}

.rightAlign {
    text-align: right;
}

.iconwithText {
    display: flex;
    justify-content: flex-start;
}

.fontawesome {
    font: normal normal normal 14px/1 FontAwesome !important;
    color: #ff512a;
}

.fontawesomeIcon {
    width: 30px;
    display: inline-block;
}

@media (max-width:1920px) {
    .outlet-pic {
        height: 170px;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media (max-width:1440px) {
    .meal_type_compensation_list .subheader_search {
        width: 250px !important;
    }
    .login-container .login-left-side {
        width: 40%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        background: url(../images/login-left.png) 0 0 no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .form-cont {
        margin-top: 10%;
        width: 65%;
    }
    .form-cont .form {
        margin-top: 10%;
        position: relative;
        width: 100%;
    }
    .form-cont .login-sign_in p {
        font-size: 14px;
        word-spacing: 1px;
    }
    .logo img {
        width: 200px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
        width: 40%;
        align-items: center;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc {
        width: 60%;
        max-width: 60%;
        text-align: justify;
    }
    .tab-content>.active .cuisine-list ul li {
        width: 18% !important;
    }
    .outlet-pic {
        height: 110px;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media (max-width:1366px) {
    .meal_type_compensation_list .subheader_search {
        width: 170px !important;
    }
    .form-cont {
        margin-top: 5%;
        width: 65%;
    }
    .form-cont .form {
        margin-top: 5%;
        position: relative;
        width: 100%;
    }
    .form-cont .login-sign_in p {
        font-size: 13px;
    }
    .logo img {
        width: 170px;
    }
    .widget.widget--user-profile-3 .widget_bottom .widget_item:nth-last-child(1) {
        padding-right: 0px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
        width: 40%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc {
        width: 60%;
        font-size: 12px;
    }
    .thumb {
        width: 100px;
        max-width: 100px;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 1440px) {
    .inner-container .inner-container_body .form-container {
        width: 80%;
    }
    .container {
        max-width: 96%;
        margin: 0 auto;
        padding: 0 30px;
        width: 96%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_media {
        width: 110px;
    }
    /* .search-cont form {display: inline-flex;} */
    .subheader .subheader_search {
        width: 200px;
    }
    .nav-tabs>li>a span.tab-title h4 {
        display: inline-block;
        font-size: 1.2rem;
        color: #959cb6;
        font-weight: 500;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 0.85rem;
        color: #768090;
        font-weight: 300;
    }
    div#t2 .taboverflow {
        padding: 0 10px 0px;
        height: 42vh;
        overflow: hidden;
        overflow-y: auto;
    }
    div#t3 .taboverflow {
        padding: 0 10px 0px;
        height: 56vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .menuSection {
        height: 56vh;
        overflow: hidden;
        overflow-y: auto;
    }
    /* div#t3 .taboverflow .menuSection {
                height: auto;
                overflow: auto;
            } */
}

@media (max-width:1366px) {
    .inner-container .inner-container_body .form-container {
        width: 80%;
    }
    .form-cont {
        margin-top: 5%;
        width: 65%;
    }
    .form-cont .form {
        margin-top: 5%;
        position: relative;
        width: 100%;
    }
    .form-cont .login-sign_in p {
        font-size: 13px;
    }
    .logo img {
        width: 170px;
    }
    .widget.widget--user-profile-3 .widget_bottom .widget_item:nth-last-child(1) {
        padding-right: 0px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
        width: 40%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc {
        width: 60%;
        font-size: 12px;
    }
    .thumb {
        width: 100px;
        max-width: 100px;
        flex: 0 0 50%;
    }
    .mt25 {
        margin-top: 2.8rem;
    }
    .subheader .subheader_search {
        width: 200px;
    }
    .aside-menu .menu_nav .menu_item>.menu_heading,
    .aside-menu .menu_nav .menu_item>.menu_link {
        padding: 6px 0 6px 15px;
    }
    .nav-tabs>li>a span.tab-title h4 {
        display: inline-block;
        font-size: 1.2rem !important;
        color: #959cb6;
        font-weight: 500;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 0.85rem;
        color: #768090;
        font-weight: 300;
    }
    .tab-content>.active .form-container {
        min-height: 350px;
    }
    .tab-content>.active .cuisine-list ul li {
        width: 13%;
    }
}

@media (max-width:1280px) {
    .nav-tabs>li>a span.tab-title h4 {
        display: inline-block;
        font-size: 1rem !important;
        color: #959cb6;
        font-weight: 500;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 0.85rem;
        color: #768090;
        font-weight: 300;
    }
    .tab-content>.active .form-container {
        min-height: 350px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .inner-container .inner-container_body .form-container {
        width: 60%;
    }
    .width130 {
        width: 130px;
    }
    .subheader .subheader_search {
        /* width: 200px; */
        width: 170px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .inner-container .inner-container_body .form-container {
        width: 60%;
    }
    /* .subheader .subheader_search {width: 156px;}    */
    .width100onMob {
        width: 100% !important;
    }
}

@media (max-width:800px) {
    .tab-content>.active .cuisine-list ul li {
        width: 22%;
    }
    .tab-content>.active .form-container {
        width: 90%;
    }
    .tab-content>.active .form-container.taboverflow,
    .tab-content>.active .taboverflow {
        padding: 0;
    }
    .nav>li>a {
        padding: 1rem;
    }
    .nav-tabs>li>a span.tab-title h4 {
        font-size: 0.8rem !important;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 0.6rem;
    }
    .nav-tabs>li>a.active span.tab-title p {
        font-size: 0.6rem;
    }
    .widget5 .widget5_item .widget5_content .widget5_pic img {
        max-width: 10rem;
    }
}

@media only screen and (max-width: 600px) {
    .visible-desktop,
    .visible-desktop-inline,
    .visible-desktop-inline-block,
    .visible-desktop-table,
    .visible-desktop-table-cell,
    .visible-mobile,
    .visible-mobile-inline,
    .visible-mobile-inline-block,
    .visible-mobile-table,
    .visible-mobile-table-cell,
    .visible-tablet,
    .visible-tablet-and-mobile,
    .visible-tablet-and-mobile-inline,
    .visible-tablet-and-mobile-inline-block,
    .visible-tablet-and-mobile-table,
    .visible-tablet-and-mobile-table-cell,
    .visible-tablet-inline,
    .visible-tablet-inline-block,
    .visible-tablet-table,
    .visible-tablet-table-cell {
        display: none !important;
    }
    .table td span.text {
        display: block;
        color: #495057;
        text-align: left;
        padding: 0.15rem 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0.4rem;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 98%;
    }
    .container {
        width: 96%;
        padding: 0 1.5rem;
    }
    .pager>.pager-nav>li>.pager-link {
        height: 1.5rem;
        min-width: 1.5rem;
    }
    .pager>.pager-info {
        margin: 10px 0;
    }
    .header_topbar {
        padding: 0px;
    }
    .subheader .subheader_search {
        width: 96%;
        margin: 8px 8px 10px;
    }
    .search-cont .batch-action {
        display: none;
    }
    .footer {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .footer .footer_wrapper {
        display: block;
    }
    .footer .footer_wrapper .footer_copyright {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer .footer_wrapper .footer_menu {
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer .footer_wrapper .footer_menu a {
        margin: 1rem 1.25rem 0;
        width: 15%;
    }
    .table td span.text {
        display: block;
        color: #495057;
        text-align: left;
        padding: 0.15rem 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0.4rem;
    }
    .table th {
        display: none;
    }
    .table td {
        width: 100%;
        display: block;
        padding: 10px 15px;
    }
    .table td:first-child {
        width: 100%;
        display: block;
    }
    .table th:last-child,
    .table td:last-child {
        padding-right: 25px;
        width: 100%;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 98%;
    }
    .inner-container .inner-container_body .form-container {
        width: 85%;
        margin: 2rem auto;
        padding: 0px;
    }
    .subheader .subheader_toolbar {
        width: 100%;
    }
    .subheader .subheader_main {
        margin-bottom: 1rem;
    }
    .panel-group {
        margin-bottom: 21px;
    }
    .panel {
        margin-bottom: 21px;
        background-color: #ffffff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }
    .panel-default {
        border-color: #464545;
    }
    .panel-group .panel {
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }
    .panel-group .panel-heading {
        border-bottom: 20px;
        color: #ffffff;
        background-color: #303030;
        border-color: #30445f;
        background-color: #30445f;
    }
    .panel-group .panel-heading a {
        color: #fff;
    }
    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
        color: inherit;
    }
    .collapse.in {
        display: block;
    }
    .panel-body {
        padding: 15px 20px 50px;
        min-height: 150px;
        /* overflow: auto; max-height: 900px; */
    }
    .panel-group .panel-heading+.panel-collapse>.panel-body,
    .panel-group .panel-heading+.panel-collapse>.list-group {
        border-top: 1px solid #464545;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: #464545;
    }
    .aside-menu {
        margin: 3rem 0 0;
        background-color: transparent;
        height: 94vh;
        overflow: auto;
        overflow-x: hidden;
    }
    .widget.widget--user-profile-3 .widget_bottom .widget_item .widget_details a.widget_value {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        width: 100%;
    }
    .subheader_group form.margin-l-20 {
        margin-left: 0px !important;
    }
    .form {
        display: block;
    }
    .form-container .order-detail-cont .offer-cont {
        position: relative;
        right: 0;
        top: 15px;
        border-bottom: 1px solid #30445f;
        width: 100%;
        float: right;
    }
    .form-container .order-detail-cont .bill-detail-cont ul {
        list-style: none;
        margin: 80px 0;
        padding: 0;
        width: 100%;
    }
    .form-container .order-detail-cont .category-items .cat-item-list .cat-img {
        width: 200px;
        height: 80px;
    }
    .form-container .order-detail-cont .cat-item-list .add-item-cont {
        width: 100%;
    }
    .form-container ul.travel-detail li .travel-left {
        width: 50%;
    }
    .tab-content>.active .cuisine-list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .tab-content>.active .cuisine-list ul li {
        display: block;
        margin-right: 4px;
        margin-bottom: 15px;
        padding: 5px 5px;
        width: 100%;
    }
    .tab-content>.active .cuisine-list ul li .checkbox-cont {
        color: #30445f;
        font-weight: 400;
    }
    .tab-content>.active .cuisine-list h3 {
        font-size: 16px;
        color: #30445f;
        margin: 0 10px 10px;
        padding: 0px;
    }
    .tab-content>.active .cuisine-list h3 .font10 {
        font-size: 10px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc {
        width: 100%;
        font-size: 12px;
        max-width: 100%;
    }
    .subheader .subheader_main .subheader_group {
        display: block;
        width: 100%;
    }
    .subheader_group form {
        display: block;
    }
    .aside-toggler {
        margin-right: 0px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_media {
        width: 100%;
    }
    .subheader .subheader_search.inputfeild {
        margin: 8px 8px 10px;
        width: 98%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont {
        width: 100%;
    }
    .nav-tabs>li>a span.tab-title h4 {
        display: inline-block;
        font-size: 1rem;
        color: #959cb6;
        font-weight: 500;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 0.85rem;
        color: #768090;
        font-weight: 300;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
        width: 100%;
    }
    .nav-tabs>li>a.active,
    .nav-tabs>li>a.active:hover,
    .nav-tabs>li>a.active:focus {
        color: #30445f;
        background-color: #30445f;
    }
    .nav-tabs>li>a.active span.count-box {
        background: #ffffff;
        color: #30445f;
    }
    .nav-tabs>li>a.active span.tab-title h4 {
        font-size: 16px;
        color: #ffffff;
    }
    .nav-tabs>li>a.active span.tab-title p {
        font-size: 1.1rem;
        color: white;
    }
    .form-container .add-icon {
        margin: 1rem 0px 0px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {}

@media (max-width: 768px) {
    .widget.widget--user-profile-3 .widget_top {
        display: block;
    }
    .widget.widget--user-profile-3 .widget_top .widget_media {
        width: 100%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_media img {
        width: 100%;
        height: 200px;
        max-width: 100%;
    }
    .nav>li {
        width: 24.8%;
    }
    .widget5 .widget5_item .widget5_content .widget5_pic img {
        max-width: 9.5rem;
    }
    .form-container .order-detail-cont .apply-offer {
        width: 25%;
    }
    .nav-tabs>li>a.active span.count-box {
        margin: 0 10px 0 0;
    }
    .nav-tabs>li>a span.count-box {
        margin: 0 10px 0 0;
    }
    .tab-content>.active .form-container {
        width: 100%;
    }
    .tab-content>.active .form-container.taboverflow,
    .tab-content>.active .taboverflow {
        padding: 0 20px 0 0;
    }
    .viewOrderSummarySection {
        padding: 30px 0%;
        width: 90%;
        margin: auto;
    }
    .subheader .subheader_main .subheader_separator {
        display: none;
    }
    .subheader .subheader_toolbar .btn:not(.dropdown-toggle-split) {
        margin-top: 0px;
        line-height: normal;
    }
    .width100 {
        width: 100%;
    }
    .flRight {
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
    .outletClosingFilter {
        display: block !important;
    }
    .outletClosingFilter .subheader_toolbar {
        margin-top: 0px !important;
    }
    .outletClosingFilter .mtop10 {
        margin-top: 10px !important;
    }
    .iPadForSearch {
        display: block !important;
    }
    .iPadForSearch .vendorPromotionSearch {
        float: left;
    }
    .iPadForSearch .subheader .subheader_search {
        width: auto;
        float: left;
        margin: 5px 5px;
    }
    .iPadForSearch .btnReload {
        float: left;
    }
    .displayBlock {
        display: block;
        width: 100%;
    }
    .width100onMob {
        width: 100% !important;
    }
    .inner-container .inner-container_body .table-responsive tr:nth-child(even) {
        background: #fbfdff;
    }
    .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
        font-size: 14px !important;
    }
    .mobMargin {
        margin-top: 5px;
        display: block;
        font-size: 13px;
    }
    .widget.widget--user-profile-3 .widget_bottom .widget_item .widget_details .widget_title {
        font-size: 1.1rem;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    /*.inner-container .inner-container_body .form-container {width: 80%;}*/
    .panel-group {
        margin-bottom: 21px;
    }
    .panel {
        margin-bottom: 21px;
        background-color: #ffffff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }
    .panel-default {
        border-color: #e0e0e0;
    }
    .panel-group .panel {
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }
    .panel-group .panel-heading {
        border-bottom: 20px;
        color: #ffffff;
        background-color: #303030;
        border-color: #30445f;
        background-color: #30445f;
    }
    .panel-group .panel-heading a {
        color: #fff;
    }
    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
        color: inherit;
    }
    .collapse.in {
        display: block;
    }
    .panel-body {
        padding: 15px 20px 50px;
    }
    .panel-group .panel-heading+.panel-collapse>.panel-body,
    .panel-group .panel-heading+.panel-collapse>.list-group {
        border-top: 1px solid #464545;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: #464545;
    }
    .panel-body .cuisine-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .panel-body .cuisine-list ul li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 10px;
        padding: 5px 5px;
        width: 31%;
    }
    .panel-body .cuisine-list .add-icon {
        color: #ff552e;
    }
    .panel-body .cuisine-list h3 {
        font-size: 16px;
        color: #30445f;
        margin: 0 10px 10px;
        padding: 0px;
    }
    .panel-body .cuisine-list h3 .font10 {
        font-size: 10px;
    }
    .aside-menu {
        margin: 3rem 0 0;
        background-color: transparent;
        height: 94vh;
        overflow: auto;
        overflow-x: hidden;
    }
    .subheader_group form {
        margin-right: 0 !important;
    }
    .subheader .subheader_search.inputfeild {
        width: 250px;
    }
    .table th:last-child,
    .table td:last-child {
        padding-right: 15px;
        width: 50px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .inner-container .inner-container_body .form-container {
        width: 80%;
    }
    .category-items .cat-item-list .add-item-cont {
        width: 40%;
    }
    .category-items .cat-item-list .cat-img {
        width: 50%;
        height: 80px;
    }
    .form-container .order-detail-cont .offer-cont {
        width: 40%;
    }
    .form-container ul.travel-detail li .travel-left {
        width: 40%;
    }
    .thumb {
        width: 100px;
        max-width: 100px;
        flex: 0 0 50%;
        margin-left: 160px;
        margin-top: 10px;
    }
    .header .container {
        padding: 0 20px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
        width: 100%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc {
        width: 100%;
        font-size: 12px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .widget.widget--user-profile-3 .widget_bottom .widget_item {
        width: 49%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_subhead span {
        width: auto;
        display: inline-block;
        margin-bottom: 15px;
    }
    .subheader_group form {
        display: flex;
        margin: 0 !important;
    }
    .search-cont form .batch-action {
        top: 50px;
        left: -14px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont {
        width: 100%;
        max-width: 100%;
    }
    .nav-tabs>li>a.active,
    .nav-tabs>li>a.active:hover,
    .nav-tabs>li>a.active:focus {
        color: #30445f;
        background-color: #30445f;
    }
    .nav-tabs>li>a.active span.count-box {
        background: #ffffff;
        color: #30445f;
    }
    .nav-tabs>li>a span.tab-title h4 {
        font-size: 14px !important;
    }
    .nav-tabs>li>a.active span.tab-title h4 {
        font-size: 14px !important;
        color: #ffffff;
    }
    .nav-tabs>li>a.active span.tab-title p {
        font-size: 1.1rem;
        color: white;
    }
    .form-container .add-icon {
        margin: 0rem 0px 0px;
    }
    .widget5 .widget5_item .widget5_content .widget5_pic img {
        max-width: 15rem;
        margin-right: 1rem;
    }
    .nav-tabs>li>a.active span.tab-title p {
        font-size: 12px;
        color: white;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .login-container .login-left-side {
        width: 36%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        background: url(../images/login-left.png) 0 0 no-repeat;
        background-size: cover;
        height: 100vh;
        display: none;
    }
    .login-container .login-right-side {
        width: 100%;
        margin: 0px;
        padding: 50px 0 0 60px;
    }
    .form-cont {
        margin-top: 95px;
        width: 75%;
        padding: 0px 0;
        display: block;
        position: relative;
    }
    .h600 {
        min-height: auto;
        overflow: auto;
        max-height: 560px;
        margin-bottom: 30px;
    }
    .widget5 .widget5_item .widget5_content .widget5_pic img {
        max-width: 6.5rem;
    }
    .subheader .subheader_main {
        width: 60%;
    }
    .subheader_group form {
        margin-left: 0 !important;
        display: block;
    }
    .subheader .subheader_search .form-control {
        height: 38px;
    }
    .subheader .subheader_search {
        width: 170px;
        float: left;
        margin: 5px 5px;
    }
    .subheader .subheader_toolbar {
        justify-content: flex-end;
    }
    .subheader .subheader_toolbar .btn:not(.dropdown-toggle-split) {
        margin-top: 0px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont .widget_stats.widget_price {
        font-size: 2.0rem;
    }
    .addons {
        left: -20px;
        top: -18px;
    }
    .search-cont {
        display: block;
    }
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        width: 100%;
    }
    .web {
        display: none !important;
    }
    .mob {
        display: block !important;
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
    }
}

@media (max-width:767px) {
    .meal_type_compensation_list .subheader_search {
        width: 88% !important;
    }
    .meal_type_compensation_list .vendorPromotionSearch {
        width: 88% !important;
    }
    .meal_type_compensation_list .subheader_search .subheader_search {
        width: 100% !important;
    }
    .meal_type_compensation_list .vendorPromotionSearch .subheader_search {
        width: 100% !important;
    }
    .meal_type_compensation_list .btnReload {
        display: inline-block;
        margin-left: 6px;
    }
    .login-container .login-left-side {
        width: 36%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        background: url(../images/login-left.png) 0 0 no-repeat;
        background-size: cover;
        height: 100vh;
        display: none;
    }
    .login-container .login-right-side {
        width: 100%;
        margin: 0px;
        padding: 50px 0 0 20px;
        background-size: 40%;
    }
    .login-container .login-right-side .logo {
        width: 100%;
    }
    .login-container .login-right-side .logo img {
        width: 60%;
    }
    .form-cont {
        margin-top: 10%;
        width: 90%;
        padding: 0px 0;
        display: block;
        position: relative;
    }
    .login_extra .login_link {
        font-size: 13px;
    }
    .form-cont .login-title {
        font-size: 1.7rem;
    }
    .form-cont .login-sign_in h1 {
        font-size: 1.7rem;
    }
    .form-cont .login-sign_in p {
        font-size: 0.7rem;
    }
    /* invoice  */
    .invoiceSection {
        padding: 20px 20px;
    }
    .invoiceHeading {
        text-align: right;
        margin-top: 20px;
    }
    .invoiceHeading h1 {
        font-size: 25px;
    }
    .invoiceHeading p {
        font-size: 16px;
    }
    .billToAddress h2 {
        font-size: 20px;
    }
    .billToAddress p {
        font-size: 14px;
        margin: 10px 0 0 0px;
    }
    .invoiceDateSection {
        position: relative;
        text-align: left;
        bottom: 0;
        right: 0;
        font-family: 'Roboto', sans-serif;
        margin: 15px 0 0 0;
        border-top: 1px solid #f1f1f1;
        padding-top: 15px;
    }
    .tableHead {
        display: none;
    }
    .invoiceTable ul li {
        list-style: none;
        padding: 8px 8px;
        float: none;
        width: 100%;
    }
    .invoiceTable ul li:nth-child(1) {
        width: 100%;
    }
    .invoiceTable ul li:nth-child(2) {
        width: 100%;
    }
    .invoiceTable ul li:nth-child(3) {
        width: 100%;
    }
    .invoiceTable ul li:nth-child(4) {
        width: 100%;
    }
    .mobData {
        display: block;
        color: #333031;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .tableBody ul:nth-child(odd) {
        background: #f1f1f1;
    }
    .subTotal {
        margin: 0px;
    }
    .subTotal span.text {
        font-size: 16px;
    }
    .subTotal span.price {
        font-size: 16px;
    }
    .tax {
        margin: 0px;
    }
    .tax span.text {
        font-size: 16px;
    }
    .tax span.price {
        font-size: 16px;
    }
    .total {
        margin: 0px;
    }
    .total span.text {
        font-size: 16px;
    }
    .total span.price {
        font-size: 16px;
    }
    /* End invoice  */
    #show_besties_data .widget5_pic .widget7_img {
        height: auto;
    }
    #show_besties_data .widget5_pic {
        height: auto;
        overflow: hidden;
    }
    .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
        font-size: 14px !;
    }
    .width100onMob {
        width: 100% !important;
    }
    .datepicker.datepicker-orient-top {
        width: 300px !important;
        left: 50% !important;
        margin-left: -150px;
    }
    .mL0 {
        margin-left: 0px;
    }
    .pL0 {
        padding-left: 0px;
    }
    .alert.alert-success {
        width: 90% !important;
        margin-left: -45% !important;
        margin-top: 2% !important;
        position: relative;
        left: 50%;
    }
    .OrderSummaryDetails ul li .orderrightText {
        text-align: right;
    }
    .chat-input-area__input {
        width: 62% !important;
        padding-right: 15px;
    }
    .footer .footer_wrapper .footer_menu {
        padding: 0px;
        justify-content: center;
    }
    .footer .footer_wrapper .footer_menu a {
        margin: 0.5rem 0.5rem 0 !important;
        width: auto !important;
    }
    .timeline-v2 .timeline-v2_items .timeline-v2_item .timeline-v2_item-time {
        font-size: 1rem;
    }
    .aside {
        width: 90% !important;
        left: -92%;
    }
    .aside-on .aside-close {
        left: 90%;
    }
    .widget.widget--user-profile-3 .widget_bottom .widget_item {
        padding: 1rem 1rem 0 0;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    #bar-container {
        height: auto;
        min-width: 100%;
    }
    .displyflexRight {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .displyflexRight button {
        padding: 10px 0 0 0!important;
    }
    .displyflexRight button i {
        padding-right: 0px !important;
    }
    .floatRight {
        float: right;
        padding: 10px 0 0 0!important;
    }
    .floatRight i {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait) {
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_price-cont {
        width: 100%;
        max-width: 100%;
    }
    .form-container .add-icon {
        margin: 0rem 0px 0px;
    }
    .form-container .order-detail-cont .apply-offer {
        position: relative;
        right: 0;
        top: 15px;
        border: 1px dashed #30445f;
        width: 100%;
        float: right;
        text-align: center;
        cursor: pointer;
    }
}

@media (max-width:600px) {
    .subheader .subheader_main {
        width: 100%;
    }
    .vendorPromotionSearch {
        width: 100%;
    }
    .vendorPromotionSearch .subheader_search {
        float: none;
    }
    .allSearchBox .btnReload {
        display: inline-block;
        text-align: right;
        width: 100%;
    }
    .subheader .subheader_main {
        margin-bottom: 0px !important;
    }
    .subheader .subheader_search.inputfeild,
    .subheader .subheader_search {
        width: 100% !important;
        margin: 8px 0px 0px !important;
    }
    .input-icon-.subheader_search- {
        display: flex;
        justify-items: flex-end;
        width: 100%;
        justify-content: flex-end;
    }
    .input-icon-.subheader_search- button {
        padding: 0px;
        margin-right: 0px !important;
    }
    .input-icon-.subheader_search- button i {
        padding: 0px;
    }
    .subheader .subheader_toolbar {
        width: 100%;
        margin-bottom: 10px;
    }
    #tabs>li {
        width: 100%;
    }
    #tabs>li a.active {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    #tabs>li>a span.tab-title h4 {
        font-size: 1.2rem !important;
    }
    #tabs>li>a span.tab-title p {
        font-size: 1rem;
    }
    #tabs>li>a.active span.tab-title h4 {
        font-size: 1.2rem !important;
    }
    #tabs>li>a.active span.tab-title p {
        font-size: 1rem;
    }
    .tab-content>.active .cuisine-list ul li {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 320px) {
    .wrap-input {
        margin-bottom: 20px;
    }
    .form-cont .login-title {
        font-size: 1.2rem;
    }
    .form-cont .form {
        margin-top: 7%;
        position: relative;
    }
    .login_btn-primary,
    .login_btn-secondary {
        padding: 0.6rem 2.5rem;
    }
    .login_extra {
        margin-top: 0px;
    }
    .form-cont {
        margin-top: 10%;
        width: 94%;
        padding: 0px 0;
        display: block;
        position: relative;
    }
    .col {
        padding: 0 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .tab-content>.active .cuisine-list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .tab-content>.active .cuisine-list ul li {
        display: block;
        margin-right: 4px;
        margin-bottom: 15px;
        padding: 5px 5px;
        width: 100%;
    }
    .tab-content>.active .cuisine-list ul li .checkbox-cont {
        color: #30445f;
        font-weight: 400;
    }
    .tab-content>.active .cuisine-list h3 {
        font-size: 16px;
        color: #30445f;
        margin: 0 10px 10px;
        padding: 0px;
    }
    .tab-content>.active .cuisine-list h3 .font10 {
        font-size: 10px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
        width: 100%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_subhead span {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .subheader .subheader_main .subheader_group {
        display: block;
        width: 100%;
    }
    .header_logo img {
        width: 125px;
    }
    .subheader .subheader_search.inputfeild {
        margin: 8px 8px 10px;
        width: 98%;
    }
    .nav-tabs>li>a span.tab-title h4 {
        display: inline-block;
        font-size: 1.2rem !important;
        color: #959cb6;
        font-weight: 500;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 1.1rem;
        color: #768090;
        font-weight: 300;
    }
    .nav-tabs>li>a.active,
    .nav-tabs>li>a.active:hover,
    .nav-tabs>li>a.active:focus {
        color: #30445f;
        background-color: #30445f;
    }
    .nav-tabs>li>a.active span.count-box {
        background: #ffffff;
        color: #30445f;
    }
    .nav-tabs>li>a.active span.tab-title h4 {
        font-size: 1.4rem;
        color: #ffffff;
    }
    .nav-tabs>li>a.active span.tab-title p {
        font-size: 1.1rem;
        color: white;
    }
    .form-container .add-icon {
        margin: 1rem 0px 1px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header_logo img {
        width: 125px;
    }
    .container {
        width: 96%;
        padding: 0 1.5rem;
    }
    .pager>.pager-nav>li>.pager-link {
        height: 1.5rem;
        min-width: 1.5rem;
    }
    .pager>.pager-info {
        margin: 10px 0;
    }
    .header_topbar {
        padding: 0px;
    }
    .subheader .subheader_search.inputfeild,
    .subheader .subheader_search {
        width: 98%;
        margin: 8px 10px 10px;
    }
    .search-cont .batch-action {
        display: none;
    }
    .footer {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .footer .footer_wrapper {
        display: block;
    }
    .footer .footer_wrapper .footer_copyright {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer .footer_wrapper .footer_menu {
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer .footer_wrapper .footer_menu a {
        margin: 1rem 1.25rem 0;
        width: 15%;
    }
    .table td span.text {
        display: block;
        color: #495057;
        text-align: left;
        padding: 0.15rem 0;
        text-transform: none;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0.4rem;
    }
    .table th {
        display: none;
    }
    .table td {
        width: 100%;
        display: block;
        padding: 10px 15px;
    }
    .table td:first-child {
        width: 100%;
        display: block;
        padding: 10px 15px;
    }
    .table th:last-child,
    .table td:last-child {
        padding-right: 25px;
        width: 100%;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 98%;
    }
    .inner-container .inner-container_body .form-container {
        width: 85%;
        margin: 2rem auto;
        padding: 0px;
    }
    .subheader .subheader_toolbar {
        width: 100%;
    }
    .subheader .subheader_main {
        margin-bottom: 1rem;
    }
    .form-container ul.travel-detail li .travel-left {
        width: 100%;
    }
    .form-container .order-detail-cont .category-items .cat-item-list {
        display: block;
    }
    .form-container .order-detail-cont .category-items .cat-item-list .cat-img {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }
    .form-container .order-detail-cont .category-items .cat-item-list .cat-detail {
        width: 100%;
    }
    .form-container .order-detail-cont .cat-item-list .cat-detail {
        margin: 0 0 20px;
        padding: 0;
        display: block;
        width: 100%;
    }
    .form-container .order-detail-cont .cat-item-list {
        display: block;
    }
    .filter-result {
        display: block;
        margin-bottom: 20px;
    }
    .filter-result-inner {
        display: inline-block;
    }
    .filter-cont {
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
        vertical-align: middle;
        margin-bottom: 20px;
    }
    .outlet-rating-cont {
        display: block;
    }
    .rating-box {
        width: 60px;
        margin-bottom: 10px;
    }
    .outlet-discount {
        display: block;
    }
    .tooltip-price {
        display: block;
        text-align: center;
    }
    .category-items .cat-item-list {
        display: block;
    }
    .category-items .cat-item-list .cat-img {
        width: 100%;
        height: 120px;
        margin-bottom: 20px;
    }
    .order-details .cat-item-list {
        display: block;
    }
    .order-details .cat-item-list .cat-detail {
        margin: 0px;
        padding: 0;
        display: block;
        width: 100%;
    }
    .order-details .cat-item-list .add-item-cont {
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: flex-end;
        flex-grow: 1;
        width: 100%;
    }
    .w-130 {
        width: 85%;
    }
    .order-details .cat-item-list .cat-detail h5 {
        font-size: 13px;
        font-weight: 400;
        color: #48465b;
        margin: 0 0 15px;
    }
    .cuisine-list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .cuisine-list ul li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 15px;
        padding: 5px 5px;
        width: 46%;
    }
    .cuisine-list ul li .checkbox-cont {
        color: #30445f;
        font-weight: 400;
    }
    .cuisine-list h3 {
        font-size: 16px;
        color: #30445f;
        margin: 0 10px 10px;
        padding: 0px;
    }
    .cuisine-list h3 .font10 {
        font-size: 10px;
    }
    .modal-dialog.modal-xl {
        max-width: 98%;
    }
    .w-25 {
        width: 100% !important;
    }
    .tooltip-top {
        left: 6%;
        margin-left: 0px;
    }
    .form-container ul.travel-detail li .travel-left::after {
        content: ':';
        position: relative;
        float: right;
        margin: 0 15%;
        display: none;
    }
    .category-items {
        width: 100%;
        padding: 10px 10px 0px;
        margin: 0 0 20px;
        overflow: hidden;
        max-height: 100%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_progress {
        width: 100%;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc {
        width: 100%;
        font-size: 12px;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_info .widget_desc br {
        display: none;
    }
    .widget.widget--user-profile-3 .widget_top .widget_content .widget_subhead span {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .subheader .subheader_main .subheader_group {
        display: block;
        width: 100%;
        margin-top: 1rem;
    }
    .subheader_group form {
        display: block;
    }
    .aside-menu {
        margin: 3rem 0 0;
        background-color: transparent;
        height: 92vh;
        overflow: auto;
        overflow-x: hidden;
    }
    .search-cont form .batch-action {
        display: none;
    }
    .subheader .subheader_search.inputfeild {
        margin: 8px 8px 10px;
        width: 98%;
    }
    .nav-tabs>li>a span.tab-title h4 {
        display: inline-block;
        font-size: 1.4rem !important;
        color: #959cb6;
        font-weight: 500;
    }
    .nav-tabs>li>a span.tab-title p {
        font-size: 1.1rem;
        color: #768090;
        font-weight: 300;
    }
    .nav-tabs>li>a.active span.tab-title p {
        font-size: 1.1rem;
    }
    .form-container .add-icon {
        margin: 0rem 0px 3px;
    }
    .portlet .portlet_body {
        padding: 16px 15px 16px;
    }
    .widget5 {
        padding: 1rem 0;
    }
    .widget5 .widget5_item {
        display: block;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: .07rem dashed #ebedf2;
    }
    .widget5 .widget5_item .widget5_content .widget5_pic {
        padding-right: .0005rem;
        width: 100%;
    }
    .widget5 .widget5_item .widget5_content .widget5_pic img {
        max-width: 100%;
        width: 100%;
    }
    .widget5 .widget5_item .widget5_content {
        display: block;
    }
    .widget5_section {
        margin: 1rem 0;
    }
    .widget5 .widget5_item .widget5_content .widget5_title {
        font-size: 1.4rem;
    }
    .widget5 .widget5_item .widget5_content .widget5_stats {
        min-width: 100%;
        max-width: 100%;
        display: table-cell;
    }
    .widget5 .widget5_item .widget5_content .widget5_stats:first-child {
        padding-right: 3rem;
    }
    .widget5_info {
        margin: 1rem 0;
    }
    .widget5 .widget5_item .widget5_content:last-child {
        padding-left: 0;
    }
    .portlet .portlet_head .portlet_head-label {
        padding: 1rem 0;
    }
    .displayBlock {
        display: block;
        width: 100%;
    }
}

.allStatusTop {
    background: #fff;
    border-radius: 8px;
    min-height: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}

.statusMid {
    background: #fafafa;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4px 35px;
    min-width: 200px;
    justify-content: center;
    flex-wrap: wrap;
}

.satatsBox {
    color: #000;
    padding: 4px 15px;
    min-width: 100px;
    font-size: 14.5px;
    cursor: pointer;
    margin-inline: 15px;
    font-weight: 500;
}

.pll-5 {
    padding-left: 5px;
}
.pinkText {
    color: #bb6bd9;
}

.orangeText {
    color: #ff9f00;
}

.greenText {
    color: #3ac977;
}

.redText {
    color: #ff5e5e;
}

.customFlex{
       flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.customFlex .select2-container{ width: 100% !important;}

.outlistLay{ width: 100%;}

.outlistMarg{margin: 10px 0 10px 0;
    width: 100%;
    display: flex;
    align-items: center;}

.outlistMarg form{flex: 0 0 83.33333333%;
        max-width: 83.33333333%;}