.sidebar {
    background: linear-gradient(0deg, #03384b, #044b64);
}

.theme-black .navbar {
    background-color: #03384b;
}

.sidebar .user-info .image img {
    border-radius: 0;
    max-width: 80px;
    margin: 0 !important;
    background: transparent !important;
}

.sidebar .user-info .image {
    margin-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .menu .list a span {
    color: #fff;
}

.sidebar .menu .list i.material-icons {
    color: #fff;
}

.theme-black .sidebar .menu .list li.active> :first-child i,
.theme-black .sidebar .menu .list li.active> :first-child span {
    color: #fef236;
}

.sidebar .user-info {
    border-bottom: 1px solid #175b73;
    height: auto;
    padding: 20px 20px;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #03384b !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #0c6a8a !important;
}

.top-hd-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #03384b24;
}

.top-hd-flex h2 {
    margin: 0;
    font-size: 25px;
    padding: 0;
}

.edit-set-image img {
    max-width: 200px;
}

.edit-set-image {
    text-align: center;
}

.form-group .form-line:after {
    border-bottom: 1px solid #044b6470;
}

.profile-card .profile-header {
    background-color: #03384b;
}

.profile-card .profile-body .image-area img {
    /* border: 2px solid #04455c;
    width: 100%; */
    padding: 0;
    width: 150px !important;
    padding: 42px 0 0px;
    /* height: 150px !important; */
}

.ll-elemnt label {
    text-align: left !important;
}

.p-profile-flex .card {
    margin-bottom: 0 !important;
    height: 100%;
}

.profile-card .profile-body .content-area {
    border-bottom: 0;
}

.p-profile-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.p-profile-flex .card .body {
    padding: 10px 20px 0;
}

.nav-tabs>li>a:before {
    border-bottom: 2px solid #0c6a8a;
}

.modal-body.up-photo-outer {
    text-align: center !important;
    background-color: #ededed;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0 !important;
}

.update-pp {
    max-width: 250px;
    margin: 0px auto 0;
    position: relative;
}

.update-pp input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}

.update-pp span {
    display: block;
    background-color: #03384b;
    color: #fff;
    padding: 16px 0;
    cursor: pointer;
}

.modal-body.up-photo-outer .form-group {
    margin-bottom: 20px;
}

.profile-card .profile-body .image-area {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.profile-card .profile-body .image-area button {
    margin-top: 17px;
}

.bg-pink {
    background-color: #044a63 !important;
}

.bg-cyan {
    background-color: #04394d !important;
}

.bg-light-green {
    background-color: #044a63 !important;
}

.bg-orange {
    background-color: #04394d !important;
}

.bg-teal {
    background-color: #044a63 !important;
}

.show-p-image {
    padding: 50px !important;
    box-shadow: 1px 1px 10px 1px #cccccc82;
}

.show-p-image img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.body.show-set-body {
    padding: 50px 70px 300px;
}

.show-set-detaisl {
    padding: 0 30px;
}

.show-set-detaisl h2 {
    margin: 0 0 30px;
    color: #03384b;
}

.show-set-detaisl p {
    font-size: 18px;
}

.show-set-detaisl span {
    line-height: 40px;
}

.modal-body.up-photo-outer button[type="submit"] {
    float: none !important;
}

.show-set-detaisl table td {
    padding: 15px 20px 0 0px;
}

.table tbody tr td,
.table tbody tr th {
    vertical-align: middle;
}

.form-horizontal .control-label {
    text-align: left;
    display: block !important;
    width: 100%;
    margin-bottom: 00 !important;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
}

.form-horizontal .control-label+.col-sm-10 {
    width: 100% !important;
}

.fill-otr .form-group {
    margin: 0;
}

.fill-otr .submit-btn button {
    margin: 0 0 0;
}

.fill-otr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 20px;
    right: 20px;
}


/* .card .body.table-responsive .btn {
    padding: 8px 11px;
} */

.body.bg-cyan ul.dashboard-stat-list li a {
    color: #fff;
}

.navbar-brand {
    padding: 4px 15px;
}

.navbar-header a.navbar-brand img {
    width: 21%;
    margin: 0 12px;
    display: inline-block;
}

ul.nav.navbar-nav.navbar-right li img {
    max-width: 40px;
    border-radius: 100%;
}

.lg-drop-area>a {
    margin: 0 !important;
    padding: 0 !important
}

.navbar-right {
    display: flex;
    align-items: center;
}

nav.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav.navbar .container-fluid:before,
nav.navbar .container-fluid:after {
    display: none;
}

.fp-page .logo span {
    display: block;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0 10px;
}

.theme-black .nav>li>a {
    color: #fff;
    padding-left: 8px !important;
    padding-bottom: 12px;
}

.form-group input#phone {
    position: relative;
}

.form-group input#country_code {
    position: absolute;
}

ul.header-dropdown li.dropdown {
    list-style: none;
}

.form-line i#togglePassword {
    color: #979494;
    position: absolute;
    bottom: 0;
    top: 8px;
    right: 10px;
}

div#stripe-password {
    background-color: #1e1e1ed1;
}

div#admin_transaction_list_paginate span a {
    margin: 12px 12px;
}

i#toggleConfirmPassword {
    color: #979494;
    position: absolute;
    bottom: 0;
    top: 8px;
    right: 10px;
}

div#demo {
    position: absolute;
    right: 0;
    background-color: #034861;
    border: 1px solid #525252;
    padding: 5px 20px;
    min-width: 150px;
}

div.dataTables_wrapper div.dataTables_paginate {
    cursor: pointer;
}

div#demo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#demo ul li a {
    color: #fff !important;
}

div#demo ul li {
    margin: 14px 0;
}

div#demo ul li a:hover {
    text-decoration: none;
}

div#stripe-password .form-group {
    position: relative !important;
    padding: 0 26px;
}

div#stripe-password i#togglePassword {
    position: absolute;
    right: 40px;
    color: #000;
    top: 12px;
}

div#stripe-password input {
    width: 100%;
    margin: 0;
}

#admin_transaction_list tr td:nth-child(3) {
    text-transform: uppercase;
}

.dash-flex {
    display: flex;
    flex-wrap: wrap;
}

.dash-flex .body,
.dash-flex .card {
    height: 100%;
}

.fill-otr .submit-btn {
    margin-top: -1px;
}

.product-store {
    display: flex;
    flex-wrap: wrap;
}

.row .d-flex .justify-content-between.col-md-5 {
    display: flex;
    width: 100%;
}

.header-img-pro {
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background-color: #ededed;
    position: relative;
}

.stock-text-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ededed;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    align-items: center;
}

.varient-left {
    display: flex;
    align-items: center;
    width: 20%;
}

.varient-right {
    width: 60%;
}

.body-text-pro {
    width: calc(100% - 180px);
}

.store-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 12px;
}

.body-text-pro p {
    max-height: 100px;
    min-height: 100px;
    overflow: auto;
}

.areal-product-area {
    width: 50%;
    padding: 0 15px;
}

select.order-status {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 50px;
}

.add-pay-body input,
.add-pay-body select {
    border: 0;
    padding: 0;
}

.p-error {
    display: block;
    color: #f00;
    margin-top: 5px;
}

.p-error {
    display: block;
    color: #f00;
    margin-top: 5px;
}

span.del-asap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

span.del-asap label {
    margin: 0;
    padding-left: 8px;
    line-height: 25px;
}

span.del-asap input {
    margin: 0;
}

.sl-vechile-radio label {
    padding-left: 8px !important;
    margin-right: 13px;
}

@media screen and (max-width: 1600px) {
    .areal-product-area {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .card .body.table-responsive .btn {
        padding: 6px 7px;
    }
}

@media screen and (max-width:767px) {
    .body.show-set-body {
        padding: 20px 40px;
    }
    .show-set-detaisl {
        padding: 30px 0px;
    }
    .show-set-detaisl h2 {
        margin: 0 0 20px;
        font-size: 25px;
    }
}


/* july-13-2021 */


/* HIDE NUMBER INPUT ARROWS */


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* JULY-30-2021  */

.disable_click {
    pointer-events: none;
    background: #cacaca;
}


/* 4-AUG-2021 */

span.label {
    font-size: inherit;
}

.alert-dismissible {
    /*position: absolute;
    z-index: 99;
    width: 100%;
    left: 0px;
    top: 70px;*/
}

html {
    scroll-padding-top: 250px;
}


/* 12-Aug-2021 */

.d-none {
    display: none;
}


/* 18-Aug-2021 */

.card.text-section h4 {
    text-align: left;
    line-height: 25px;
    margin-top: 0;
}

.pointer-cursor:hover {
    cursor: pointer;
}

.mp-items a:hover {
    text-decoration: none;
}

.varient-left p {
    margin: 0;
    margin-right: 10px;
}

.var-add-cart {
    width: 20%;
    text-align: right;
}


/* 19-AUG-2021 */

.w-100 {
    width: 100%;
}

.product-variant {
    background-color: #ededed;
    color: #000;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin: 12px 8px 8px 8px;
}

.product-variant p {
    margin: 0px;
}

.product-variant.active-variant {
    background: #04475f;
    color: #fff;
}

.mp-items a {
    padding: 0 5px;
}


/* 20-Aug-2021 */

.navbar-nav .dropdown-menu {
    margin-top: 0 !important;
}

.cart_product.label-count {
    top: -40px;
    bottom: -2px;
    position: relative;
    /* right: 8px; */
    font-size: 14px;
    color: white;
    padding: 5px;
    width: 25px;
    /* float: right; */
    margin: 0;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
}


/* 15-sep-2021 */

.fp-page {
    background-image: url(../../img/login-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: #044a63;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    /* height:; */
}

body.fp-page:before {
    position: absolute;
    content: '';
    width: 100%;
    /* background-color: #000000f2; */
    background-color: #000000bf;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* 23-sep-2021 */

.notification-alert {
    position: fixed;
    bottom: 0;
    z-index: 99;
}


/* 30-sep-2021 */

.fp-box .logo img {
    max-width: 140px;
    margin: 0 auto;
}

.fp-box {
    max-width: 360px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}

.fp-box .card .input-group .input-group-addon .material-icons {
    margin-left: -13px;
}

.body form button.btn.btn-lg.btn-primary {
    margin-top: -13px;
}

li#cart_item_empty i.material-icons {
    display: block;
    margin-top: -5px;
    margin-bottom: 3px;
    color: #03384b;
}

.timing_wrap span.error {
    color: red;
    padding-left: 14px;
}

.timing_wrap label.time_label {
    width: 100px;
}

ul.pagination li.pg-link.page-item {
    border: 1px solid #e2e2e2;
}

ul.pagination {
    display: inline-flex;
}

ul.pagination li.pg-link:first-child {
    font-size: 0;
    width: 30px;
}

ul.pagination li.pg-link:first-child a:before {
    position: absolute;
    content: '‹';
    font-size: 14px;
}

ul.pagination li.pg-link:last-child {
    font-size: 0;
    width: 30px;
}

ul.pagination li.pg-link:last-child a:before {
    position: absolute;
    content: '›';
    font-size: 14px;
}

.card a.prnt {
    background-color: #04435a;
    padding: 6px 12px;
    font-size: 15px;
    border: none;
    position: absolute;
    right: 22px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    color: #fff;
}

.card a.prnt i {
    margin-right: 8px;
}

.card a.prnt {
    text-decoration: none;
    font-size: 13px;
}


/* .card a.btn.btn-success.order-status.accept {
    position: absolute;
    right: 170px;
} */


/* .card a.btn.btn-danger.order-status {
    position: absolute;
    right: 102px;
} */


/* .card a.btn.btn-success.accept-bn.order-status.accept {
    position: absolute;
    right: 193px;
}
.card a.btn.btn-danger.reject-bn.order-status {
    position: absolute;
    right: 130px;
} */

ul#notification-list {
    padding: 15px;
}

ul#notification-list>span {
    text-align: center;
    display: block;
}

li#cart_items {
    max-height: 400px;
    overflow: auto;
}

.upd-aws {
    display: flex;
    align-items: center;
    width: 90%;
}

.upd-aws button {
    margin-left: 5px;
}

.update-status .error {
    color: red;
    padding-left: 23px;
    font-size: 13px;
    width: 100%;
}

.upd-aws select {
    width: 100% !important;
}

.update-status {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}