@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFPro/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFPro/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFPro/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/SFPro/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.row {
    width: 100%;
    margin: 0 auto;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff !important;
    padding: 0px 0px;
}

ul.navbar-nav {
    flex-direction: column !important;
    padding: 23px 0 0;
    width: 100%;
}

div#navbarNav {
    flex-direction: column;
    width: 100%;
}

.col-md-3.sidebar {
    box-shadow: 4px 0px 30px rgb(0 0 0 / 15%);
    padding-left: 0;
    padding-right: 0;
    width: 320px;
    max-width: unset;
    flex: unset;
    position: fixed;
    left: 0;
    overflow: auto;
    height: 100%;
    padding-bottom: 25px;
    z-index: 1025;
}

a.nav-link {
    padding: 10px;
}

ul.profile-menu {
    background: #F8F8F8;
    border: 2px dashed #D7D7D7;
    border-radius: 14px;
    list-style: none;
    width: 100%;
    padding: 1px 10px 1px 20px;
    margin-top: 15px;
    width: 85%;
}

.sidebar ul.profile-menu .nav-item .nav-link {
    padding: 13px 0px 13px 5px;
}

li.nav-item a svg {
    margin-right: 18px;
}

a.nav-link {
    color: #8A8A8D;
}

li.nav-item.active a {
    position: relative;
}

li.nav-item.active a:before {
    position: absolute;
    width: 8px;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background: #E23744;
    border-radius: 0 8px 8px 0;
}

li.nav-item.active a.nav-link {
    color: #E23744 !important;
}

li.nav-item.active a.nav-link svg path {
    stroke: #E23744;
}

li.nav-item.active a.nav-link svg.dash path {
    fill: #E23744 !important;
    stroke: none !important;
}

.profile-details {
    display: flex;
    align-items: center;
}

.profile-details p {
    display: block;
    font-size: 22px;
    margin: 0;
    color: #E23744;
    font-weight: 800;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.navbar-brand {
    display: block;
    font-size: 14px;
    margin: 0;
    color: #8A8A8D !important;
    font-weight: 800;
    padding: 0;
}

.profile-details {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 22px 37px 8px;
    margin-bottom: 14px;
}

.profile-details img {
    margin-right: 10px;
    max-width: 45px;
}

.notification {
    position: absolute;
    right: 23px;
    top: 24px;
}

.notification label {
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: -2px;
    font-size: 8px;
    background: #E23744;
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-family: 'SF Pro' !important;
}

.col-md-9.dash-content {
    flex: unset;
    max-width: unset;
    width: 100%;
    padding-left: 320px;
    padding-right: 0;
}

.Title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    position: relative;
}

.Title h1 {
    font-size: 28px;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.Title a {
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #E23744;
    transition: .2s all ease;
    border-radius: 13px;
    border: 2px solid;
    transition: .2s all ease;
    padding: 5px 15px;
}

.row.boxes {
    padding: 30px;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

.box1 {
    background: #5DBE61;
}

.box2 {
    background: #E23744;
}

.box3 {
    background: #FAB329;
}

.box4 {
    background: #4379EF;
}

.box5 {
    background: #4DA4F6;
}

.box6 {
    background: #00B8E0;
}

.box7 {
    background: #FF5E5E;
}

.box8 {
    background: #E35AA1;
}

.box {
    width: 24%;
    padding: 30px;
    border-radius: 23px;
    color: #ffffff;
    margin: 8px 0;
}

.svg_counts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0 0;
}

.svg_counts label {
    font-size: 44;
    color: #ffffff;
}

.svg_counts label {
    font-size: 44px;
    color: #ffffff;
    margin: 0;
    line-height: 51px;
}

.second-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;
    align-items: center;
}

.Title:before {
    content: '';
    background: #F0F0F0;
    width: 96%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}

.profile-details:before {
    content: '';
    background: #F0F0F0;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}

button.navbar-toggler {
    font-weight: 510;
    font-size: 12px;
    text-transform: uppercase;
    color: #E23744 !important;
    border-radius: 8px;
    border: 2px solid #E23744 !important;
    padding: 10px 8px;
}

p.togglebtn {
    margin: 0;
}

a {
    text-decoration: none !important;
}

/* .Title a:hover {
    background: #e23744;
    color: #ffffff;
} */
.noline:before {
    display: none;
}

li.nav-item.active svg rect[x="7"],
li.nav-item.active svg rect[x="4"] {
    fill: #e23744;
}

li.nav-item.active [x="1"] {
    stroke: #e23744;
}

ul.profile-menu li.nav-item.active a:before {
    display: none;
}

li.nav-item.active svg.profile circle {
    stroke: #E23744;
}

li.nav-item.active a.nav-link svg.profile path {
    fill: #E23744 !important;
    stroke: none !important;
}

li.nav-item.active svg.logout path {
    fill: #E23744 !important;
    stroke: none !important;
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 30px;
}

.Title.tablebtn a {
    border-radius: 10px;
}

.edit-btn,
.clndr_btn {
    border-radius: 10px !important;
}

.card a.active {
    background: #E23744;
    border-radius: 13px;
    color: #ffffff;
    padding: 24px;
}

.card {
    flex: 0 0 204px;
    text-align: center;
    border: none;
    margin-right: 14px;
}

.card a {
    border: 2px solid #E23744;
    padding: 24px;
    border-radius: 13px;
    transition: .2s all ease;
    color: #E23744;
}

.card a:hover {
    background: #e23744;
    color: #ffffff;
}

.Title a:hover {
    color: #e6494f70;
    background: #E23744;
    border-color: #E23744;
}

.category-btn a {
    padding: 0;
    border: none;
    font-size: inherit;
}

.category-btn a:hover {
    color: unset;
    background: none;
    border-color: unset;
}

tr,
th,
td {
    border: none !important;
    vertical-align: middle !important;
}

.table-responsive {
    display: block;
    width: 100%;
    padding: 0 18px;
    overflow: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 0px 14px;
    border-radius: 34px;
    margin: 20px auto;
}

.Title.tablebtn {
    padding: 0;
}

.fd p {
    margin: 0;
    display: inline-block;
    margin-left: 29px;
    font-size: 22px;
    font-weight: 300;
    font-family: 'SF Pro';
}

.Title.tablebtn:before {
    display: none;
}

.Title.tablebtn a {
    padding: 4px 10px;
    margin-left: 18px;
}

.Title.tablebtn a.del {
    background: #E23744;
    color: #ffffff;
    border: 2px solid #E23744;
}

.fd label {
    margin: 0;
    background: #FDEFF0;
    padding: 3px 11px;
    border-radius: 10px;
}

.fd tr {
    background: #FFFFFF;
    /* box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%); */
    padding: 14px;
    border-radius: 34px;
}

table.table.fd {
    border-collapse: separate;
    border-spacing: 0 23px;
}

.fd td,
.fd th {
    padding: 26px;
}

td:first-child,
th:first-child {
    border-radius: 34px 0 0 34px;
}

td:last-child,
th:last-child {
    border-radius: 0 34px 34px 0;
    background: white;
}

.edit-form .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgb(255 255 255 / 42%);
    backdrop-filter: blur(15px);
}

.modal-dialog.modal-dialog-centered {
    max-width: 900px;
}

.edit-form,
.modal-content {
    padding: 33px 54px;
    box-shadow: 1.43px 0px 28.64px 5.73px rgb(0 0 0 / 10%);
    border-radius: 25px;
    border: none;
}

.modal-header {
    padding: 0;
}

.edit-form .scrolling-wrapper-flexbox {
    padding: 0;
}

.edit-form h3.modal-title {
    padding-bottom: 30px;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px !important;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

/*.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
label.switch p {
    margin: 0 65px;
    opacity: 0;
}
input:checked + .switch {
    background: #5DBE61;
}
input:checked + .switch::before {
    left: 27px;
    background: #fff;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}*/
.switch-btn {
    display: flex;
    align-items: center;
}

.switch-btn .users-ad .switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 34px;
    transform: scale(0.8);
}

.switch-btn .users-ad label {
    margin: 0;
}




.modal-footer {
    justify-content: space-between;
}

.modal-content label {
    display: block;
    margin-bottom: 13px;
}

form.popup-form {
    margin: 30px auto 0 auto;
    width: 100%;
}

form.popup-form input,
textarea {
    border: 1px solid #A6A6A6;
    border-radius: 10px;
    padding: 10px 19px;
    width: 100%;
}

form.popup-form p.text-left {
    color: #a6a6a6;
    font-size: 12px;
    margin-top: 6px;
    text-align: right !important;
    margin-bottom: 0;
}

form.popup-form .product-detail {
    display: flex;
    margin: 32px auto;
    align-items: center;
}

form.popup-form .p-image img {
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    padding: 6px;
    width: 100px;
    height: 100px;
}

.modal-content .scrolling-wrapper-flexbox {
    margin: 30px auto 40px;
    padding-bottom: 16px;
}

.description {
    margin-left: 21px;
}

.product-detail .description h4 {
    font-size: 17px !important;
}

.product-detail .description .Title.tablebtn a {
    margin-left: 0;
}

.product-detail {
    display: flex;
    align-items: center;
    margin: 30px auto;
}

.two-buttons button.btn.btn-primary {
    background: #E23744;
    color: #ffffff;
    border: 2px solid #E23744;
    padding: 8px 20px;
    border-radius: 10px;
}

.two-buttons button.btn.btn-secondary {
    border: 2px solid #E23744;
    background: #ffffff;
    color: #ffffff;
    padding: 8px 50px;
    border-radius: 10px;
    color: #E23744;
    font-weight: 600;
}

label.switch p {
    margin: 0 65px;
}

.switch-btn span {

    position: relative;
    top: 1px;
}

.modal-footer {
    border: none;
}

.two-buttons button.btn.btn-secondary {
    margin-right: 14px;
}

.two-buttons button.btn.btn-secondary:hover {
    background: #e23744;
    color: #ffffff;
}

.two-buttons button.btn.btn-primary:hover {
    opacity: 0.9;
}

.description input[type="file"] {
    display: none;
}

.Title.tablebtn.new label {
    border: 2px solid #e23744;
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #E23744;
    transition: .2s all ease;
    border-radius: 8px;
    border: 2px solid;
    transition: .2s all ease;
    padding: 5px 14px;
}

.p-image {
    background: #F6F6F6;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 1px;
    border: 1px solid #ebebeb;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.p-image img {
    width: 100%;
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 100%;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.add-btn label {
    opacity: 1 !important;
    color: #ffffff;
}

.Title.tablebtn.new label:hover {
    background: #e23744 !important;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid #e23744;
}

div#exampleModalCenterf a {
    padding: 24px;
    margin: 0;
}

div#exampleModalCenterf label {
    background: transparent;
}

.quan input#number {
    background: transparent;
}

.two {
    margin: 14px 0;
}

div#exampleModalCenterf p.text-left {
    width: 100%;
    margin: 0;
}

div#exampleModalCenterf .form-group label {
    padding: 0;
}

.form-group.inventory input[type="number"] {
    width: 220px;
    text-align: center;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.quan #decrease {
    margin-right: -4px;
    background: none;
    border: none;
    padding: 0;
}

.quan #increase {
    margin-right: -4px;
    background: none;
    border: none;
    padding: 0;
}

.quan input#number {
    border: none;
    font-size: 16px;
    width: 70px;
}

.quan {
    width: fit-content;
    margin: 0;
    text-align: center;
    padding: 6px;
    border: 1px solid #A6A6A6;
    border-radius: 10px;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group.addon {
    display: flex;
    justify-content: space-between;
}

.form-group.addon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-btn a {
    border: none;
    padding: 0 !important;
}

.quan input#number {
    border: none;
    font-size: 16px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}

.form-group.addon .one {
    width: 44%;
}

.form-group.addon .three {
    width: 22%;
}

.add-btn a:hover {
    color: #ffffff;
    background: none;
    border: none;
}

/*.users table.table.fd {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 14px;
    border-radius: 34px;
    margin: 20px auto;
}*/

.users table tr {
    background: transparent;
    box-shadow: none;
}

.users .fd td,
.users .fd th {
    padding: 14px 26px;
}

.users th {
    font-size: 18px;
    font-weight: 600;
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(19px);
    opacity: 1;
}

.container-flud.Dashboard.users .table-responsive {
    height: auto;
}

.users th span {
    font-size: 14px;
    font-weight: 500;
}

th.action {
    text-align: center;
}



.users-ad .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    transform: scale(0.8);
}

.users-ad .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.users-ad .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfd9ea;
    -webkit-transition: .4s;
    transition: .4s;
}

.users-ad .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.users-ad input:checked+.slider {
    background-color: #5DBE61;
}

.users-ad input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.users-ad input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.users-ad .slider.round {
    border-radius: 34px;
}

.users-ad .slider.round:before {
    border-radius: 50%;
}


th.status {
    text-align: center;
}

.users-ad {
    text-align: center;
}

.vendor-tabs li.nav-item.active a:before {
    display: none;
}

.vendor-tabs {
    padding: 28px;
    margin: 1rem auto;
}

.vendor-tabs ul li a {
    border: 3px solid #E23744 !important;
    padding: 24px;
    border-radius: 15px !important;
    transition: .2s all ease;
    color: #E23744;
}

.vendor-tabs ul li a:hover {
    background: #E23744;
    color: #ffffff !important;
}

.vendor-tabs ul li a.nav-link.active {
    border: 3px solid #E23744 !important;
    padding: 24px;
    border-radius: 15px !important;
    transition: .2s all ease;
    color: #ffffff !important;
    background: #E23744;
}


.vendor-tabs ul li.nav-item {
    flex: 0 0 204px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 12px;
}

.vendor-tabs ul.nav.nav-tabs {
    border-bottom: transparent;
}

.field-grp {
    display: flex;
    width: 100%;
}

.field-grp .form-group {
    flex: 0 0 49%;
    max-width: 49%;
}

.field-grp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .vendor-tabs .modal-body {
    width: 65%;
} */

.geo-location iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.d-flex.justify-content-start.uc .Title.tablebtn a {
    margin-left: 0 !important;
}

.Title.tablebtn {
    padding: 0;
    width: 100%;
}

.d-flex.justify-content-start.uc a.view {
    padding: 24px 0px;
    width: 49%;
    text-align: center;
}

.d-flex.justify-content-start.uc .Title.tablebtn a.del {
    padding: 24px 0px;
    width: 49%;
    text-align: center;
}

.product-listing .Title,
.product-listing .scrolling-wrapper-flexbox {
    padding-left: 0;
    padding-right: 0;
}

.product-listing {
    padding: 0;
}

a.update-pass {
    background: #E23744;
    padding: 24px 0px !important;
    width: 100%;
    text-align: center;
    color: #ffffff;
    border: 2px solid #E23744;
    margin: 20px 0 !important;
}

form.reset input[type="password"] {
    border: 1px solid #A6A6A6;
    border-radius: 10px;
    padding: 10px 19px;
    width: 100%;
}

form.reset {
    width: 31%;
    margin: 3rem 0px;
}

.Title.tablebtn a.del:hover {
    opacity: 0.9;
}

/*****************************************agent css**************************************/
.opensidebar {
    overflow: hidden;
}

a.add-details-btn {
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    border: 0;
    transition: .2s all ease;
    padding: 9px 12px;
    background: #e23744;
    white-space: nowrap;
}

a.add-details-btn:hover {
    opacity: 0.9;
}

.agent-details-section {
    padding: 28px;
    margin: 1rem auto;
}

.agent-details-section h2 {
    font-size: 23px;
    margin: 0;
}

.upload_certificate {
    position: relative;
    background: #F8F8F8;
    border: 2px dashed #D7D7D7;
    border-radius: 12px;
    list-style: none;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    cursor: pointer;
}

.agent-details-section textarea {
    /*padding: 4px 19px;*/
}

.upload_certificate span {
    color: #3a3a3a;
    display: block;
    text-align: center;
    cursor: pointer;
}

.upload_certificate input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1025;
}

.vehicel_type select {
    border: 1px solid #A6A6A6;
    border-radius: 10px;
    padding: 10px 13px;
    width: 100%;
    height: unset;
    cursor: pointer;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.vehicel_type select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #A6A6A6;
}

.vehicel_type div {
    position: relative;
}

.vehicel_type div i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 23px;
    font-weight: 600;
    color: grey;
    pointer-events: none;
}

/* .vehicel_type_box {
    display: none;
} */

.tooltip_span i {
    cursor: pointer;
    color: #e23744;
    font-size: 15px;
}

.td_label {
    font-size: 14px;
    color: #a1a1a1;
}

.details_box1.details_box2 {
    background-color: #fdeff0d6;
}

.details_box1.details_box2 label {
    background: #bb9fa1;
    color: #fff;
}

.details_box1.details_box3 {
    background-color: #F8F8F8;
}

.details_box1.details_box3 label {
    background: #9d9b9b;
    color: #fff;
}

.pending_status {
    background: #ff99171c;
    display: inline-block;
    padding: 10px 16px 10px 55px;
    border-radius: 100px;
    color: #fc9916;
    position: relative;
}

.pending_status svg {
    height: 20px;
}

.pending_status p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    display: inline-block;
    font-size: 15px;
}

.pending_status .pluse {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background: #fc9916;
    animation: pulse 1500ms infinite;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border: 2px solid white;
    justify-content: center;
    align-items: center;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #fbb32f;
    }

    100% {
        box-shadow: 0 0 0 13px #fbb32f01;
    }
}

.pending_status.accepted_s {
    background-color: #35d3591a;
}

.pending_status.accepted_s svg {
    height: auto;
    width: 18px;
}

.pending_status.accepted_s p {
    color: #35d359;
}

.pending_status.accepted_s .pluse {
    background-color: #35d359;
    animation: pulse1 1500ms infinite;
}

@keyframes pulse1 {
    0% {
        box-shadow: 0 0 0 0 #35d35985;
    }

    100% {
        box-shadow: 0 0 0 13px #35d35900;
    }
}

.pending_status.repeated_s {
    background-color: #f7636314;
}

.pending_status.repeated_s svg {
    height: auto;
    width: 18px;
}

.pending_status.repeated_s p {
    color: #f76363;
}

.pending_status.repeated_s .pluse {
    background-color: #f76363;
    animation: pulse2 1500ms infinite;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #f763636e;
    }

    100% {
        box-shadow: 0 0 0 13px #f7636300;
    }
}


.pending_status.repairing_s {
    background-color: #69aed91a;
}

.pending_status.repairing_s svg {
    height: auto;
    width: 22px;
}

.pending_status.repairing_s p {
    color: #69aed9;
}

.pending_status.repairing_s .pluse {
    background-color: #69aed9;
    animation: pulse3 1500ms infinite;
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 #69aed969;
    }

    100% {
        box-shadow: 0 0 0 13px #69aed900;
    }
}

.pending_status.way_s {
    background-color: #067d8714;
}

.pending_status.way_s svg {
    height: auto;
    width: 22px;
}

.pending_status.way_s p {
    color: #067d87;
}

.pending_status.way_s .pluse {
    background-color: #067d87;
    animation: pulse4 1500ms infinite;
}

@keyframes pulse4 {
    0% {
        box-shadow: 0 0 0 0 #067d875c;
    }

    100% {
        box-shadow: 0 0 0 13px #067d8700;
    }
}


.pending_status.delivered_ {
    background-color: #28a7451f;
}

.pending_status.delivered_ svg {
    height: auto;
    width: 22px;
}

.pending_status.delivered_ p {
    color: #28a745;
}

.pending_status.delivered_ .pluse {
    background-color: #28a745;
    animation: pulse5 1500ms infinite;
}

@keyframes pulse5 {
    0% {
        box-shadow: 0 0 0 0 #28a7455e;
    }

    100% {
        box-shadow: 0 0 0 13px #28a74500;
    }
}

.users .order_table {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 14px;
    border-radius: 34px;
    margin: 20px auto;
}

.users .order_table table.table.fd {
    background: #FFFFFF;
    box-shadow: unset;
    padding: unset;
    border-radius: unset;
    margin: unset;
}

.users .order_table .fd td,
.users .order_table .fd th {
    padding: 3px 14px;
}

.users .order_table .fd th,
.users .order_table .fd td {
    white-space: nowrap;
}

.users .order_table .fd td div.font_p {
    font-size: 15px;
}

.details_box1 {
    background: #f1f7fb;
    /* box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%); */
    padding: 25px;
    border-radius: 34px;
    margin: 20px auto;
}

.border-bottom1 {
    border-bottom: 1px solid #d3d3d391;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

.details_box1 h4 {
    font-size: 17px;
    margin: 0;
}

.details_box1 p:last-child {
    margin-bottom: 0;
}

.details_box1 p {
    margin-bottom: 11px;
    font-size: 15px;
    color: rgba(0, 0, 0, .5);
}

.details_box1 p span {
    color: #000;
    margin-right: 5px;
}

.details_box1 label {
    color: #fff;
    margin: 0;
    background: #69add9;
    padding: 3px 11px;
    border-radius: 10px;
    font-size: 14px;
}

.order_tab .nav-tabs .nav-link.active,
.order_tab .nav-tabs .nav-link:hover {
    background-color: #e23744;
    color: #fff !important;
}

.order_tab li.nav-item.active a:before {
    content: unset;
}

.order_tab .nav-tabs .nav-link {
    border: 2px solid #E23744;
    padding: 24px;
    border-radius: 13px;
    transition: .2s all ease;
    color: #E23744;
    margin-right: 14px;
}

.order_tab .nav {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 2px 0;
}

.order_tab .nav .nav-item {
    flex: 0 0 216px;
}

.order_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 14px;
    border-radius: 34px;
    margin: 20px auto;
}

.order_table .fd label a {
    font-size: unset;
    color: unset;
    padding: unset;
    border: unset;
    font-weight: unset;
}

.order_table .fd label a:hover {
    background: unset;
}

.order_details_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.Payment_box label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.Payment_box div {
    margin-top: 16px;
    background: #fef1f3cf;
    border-radius: 10px;
    max-width: 400px;
    padding: 14px 20px;
}

.Payment_box h5 {
    font-size: 15px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 0;
}

.order_details_head .date_time1 {
    font-size: 14px;
    color: rgb(0 0 0);
    font-weight: 400;
    background: #fdeff0;
    padding: 5px 14px;
    border-radius: 100px;
}

.order_details_head .date_time1 i {
    color: #e54d59;
    margin-right: 4px;
}

.order_details_head label {
    color: #000;
    margin: 0;
    background: #fdeff0;
    padding: 3px 11px;
    border-radius: 10px;
    font-size: 18px;
    margin-left: 10px;
}

.order_details_head .order_id span {
    color: #000;
}

.order_details_box .vehicel_type {
    max-width: 400px;
}

.order_details_box .order_div {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 14px;
    border-radius: 19px;
    margin: 20px auto;
    position: relative;
}

.order_details_box p {
    margin-bottom: 3px;
}

.order_details_box span {
    color: #e23744;
    padding-left: 3px;
}

.Payment_box [type="radio"]:checked,
.Payment_box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.Payment_box [type="radio"]:checked+label,
.Payment_box [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: block;
    /*color: #666;*/
}

.Payment_box [type="radio"]:checked+label:before,
.Payment_box [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    transform: translate(0, -50%);
}

.Payment_box [type="radio"]:checked+label:after,
.Payment_box [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e54d59;
    position: absolute;
    top: 50%;
    right: 4px;
    border-radius: 100%;
    /*    -webkit-transition: all 0.2s ease;*/
    transform: translate(0, -50%) transition(0.2s);

}

.Payment_box [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.Payment_box [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: translate(0, -50%) scale(1);
}

.payment_div p,
.payment_div label {
    color: #000;
}

.payment_div label {
    padding: 0 25px 0px 46px;
    width: 100%;
}

.payment_div {
    position: relative;
    min-height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment_div img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    max-width: 37px;
}

.product_flex {
    display: flex;
    justify-content: space-between;
}

.order_status_box {
    position: relative;
    border-left: 2px dotted #d3d3d3b5;
    padding-left: 33px;
    margin: 19px 0 19px 14px;
    display: inline-block;
}

.order_status_box li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 27px;
    position: relative;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    font-weight: 400;
}

.order_status_box li:last-child {
    margin-bottom: 0;
}

.order_status_box li.active {
    font-weight: 500;
}

.order_status_box li.active,
.order_status_box li:hover {
    color: rgb(226 55 68);
}

.order_status_box li svg {
    height: 19px;
    width: 17px;
    margin-right: 7px;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: .7;
}

.order_status_box li.active svg,
.order_status_box li:hover svg {
    filter: unset !important;
    opacity: 1;
}

.order_status_box li:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    background: #bebebe;
    border-radius: 100%;
    transform: translate(0, -50%);
    border: 4px solid #ffffffbd;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}

.order_status_box li:after {
    position: absolute;
    content: '';
    top: 48%;
    left: -45px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translate(0, -50%);
    z-index: 1;
    cursor: pointer;
    pointer-events: none;
}

.order_status_box li:last-child:after {
    bottom: -12px;
    top: unset;
}

.order_status_box li.active:before {
    background: #e23744;
}

.banner_offer_section {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 25px 34px;
    border-radius: 34px;
    margin: 20px auto;
    width: 100%;
}

.banner_offer_section h2 {
    font-size: 23px;
    margin: 0;
}

.banner_offer_section .upload_certificate {
    min-height: 250px;
}

.banner_offer_section .upload_certificate span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.banner_offer_section .upload_certificate span p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    color: #808080cc;
    margin-bottom: 0;
}

.banner_offer_section .fa-image {
    font-size: 3em;
    color: #e23744ba;
}

.offer_toggle .flex_switch {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.offer_toggle p {
    margin-bottom: 0;
}

.flat_amount,
.percentage_amount {
    max-width: 400px;
    margin-top: 10px;
}

.percentage_amount {
    display: none;
}

.switch_active .flat_amount {
    display: none;
}

.switch_active .percentage_amount {
    display: block;
}

button.save_btn {
    background: #E23744;
    color: #ffffff;
    border: 2px solid #E23744;
    padding: 10px 30px;
    min-width: 150px;
    border-radius: 13px;
}

.offer_image {
    max-width: 60%;
    margin: 40px auto;
}

.field-grp.offer_field_group .form-group {
    flex: 0 0 32%;
    max-width: 32%;
}

.subadmin_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 9px 14px 0;
    border-radius: 18px;
    margin: 20px auto 0;
    height: 100%;
}

.subadmin_box ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.subadmin_box ul li:last-child {
    margin-bottom: 0;
}

.subadmin_box input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #e23744;
}

.subadmin_box h3 {
    list-style: none;
    font-size: 18px;
    margin-bottom: 0;
}

.offer_toggle .switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 34px;
    margin: 0 12px;
}

.offer_toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.offer_toggle .switch .slider {
    border-radius: 100px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfd9ea;
    -webkit-transition: .4s;
    transition: .4s;
}

.offer_toggle .switch .slider:before {
    border-radius: 100px;
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.offer_toggle .switch .slider.round {
    border-radius: 34px;
}

.offer_toggle .switch .slider.round.round:before {
    border-radius: 50%;
}

.offer_toggle .switch.active .slider {
    background-color: #2196F3;
}

.offer_toggle .switch.active .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    -moz-box-shadow: 0 0 1px #2196F3;
    -ms-box-shadow: 0 0 1px #2196F3;
}

.offer_toggle .switch.active .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    padding: 6px 43px 6px 8px
}

.styled-checkbox+label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 21px;
    height: 21px;
    background: white;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #e23744;
    border-radius: 4px;
    box-shadow: none !important;
}

/* .styled-checkbox:hover + label:before {
     background: #f35429;
}*/
.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #f35429;
    border-color: #f35429;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
    height: 10px;
    background-image: url('../../assets/img/check1.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.tablebtn.table_edit_dlte {
    width: unset;
}

.sidebar .nav-item .nav-link {
    padding: 13px 30px 13px 40px;
}

.col-md-3.sidebar::-webkit-scrollbar {
    width: .5rem;
}

.col-md-3.sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.col-md-3.sidebar::-webkit-scrollbar-thumb {
    background-color: lightgrey;
}

.table-responsive.menu_table_responsive {
    display: block;
    width: 100%;
    overflow: auto;
    height: unset;
    -webkit-overflow-scrolling: unset;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    margin: unset;
}

.sidebar_menu img {
    width: 22px;
    filter: brightness(0) invert(1);
}

span.sidebar_menu {
    border-radius: 10px;
    border: 2px solid #E23744;
    background-color: #E23744;
    width: 33px;
    height: 33px;
    display: inline-flex;
    padding: 8px;
    margin-right: 12px;
    display: none;
}

.opensidebar .col-md-3.sidebar {
    transform: 2s;
}

.opensidebar .col-md-3.sidebar {
    display: block;
    width: 300px;
    z-index: 1026;
    overflow: auto;
    height: 100%;
    transition: .6s ease;
    white-space: nowrap;
}

.sider_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(19px);
    z-index: 2;
    display: none;
}

.opensidebar .sider_overlay {
    display: block;
}

.opensidebar .col-md-3.sidebar .collapse {
    display: block !important;
}

.opensidebar .col-md-3.sidebar .navbar-light .navbar-toggler {
    display: none;
}

.close_sidebar {
    position: absolute;
    left: 50%;
}

.subadmin_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d3d396;
    margin-bottom: 13px;
    padding-bottom: 6px;
}

.subadmin_head p {
    margin-bottom: 0;
    font-size: 14px;
}

.Setting_page {
    width: 100%;
    padding: 25px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    border-radius: 34px;
    min-height: calc(100vh - 263px);
}

.setting_tab1 .scrolling-wrapper-flexbox {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 0px 0 30px
}

.api_box {
    padding: 20px 27px;
}

.Setting_page .order_tab .nav-tabs .nav-link {
    border: 2px solid #E23744;
    padding: 24px;
    border-radius: 13px;
    transition: .2s all ease;
    color: #E23744;
    margin-right: 14px;
    white-space: nowrap;
}

.Setting_page .order_tab .nav-tabs .nav-item {
    flex: 0 0 204px;
}

.setting_tab_box h4 {
    font-size: 18px;
}

.color_box {
    width: 49px;
    height: 49px;
    display: inline-block;
    cursor: pointer;
    box-shadow: rgba(55, 84, 170, 0.15) 7px 7px 15px, rgb(255, 255, 255) -7px -7px 20px, rgba(255, 255, 255, 0.2) 0px 0px 4px inset, rgba(55, 84, 170, 0) 7px 7px 15px inset, rgba(255, 255, 255, 0) -7px -7px 20px inset, rgba(255, 255, 255, 0) 0px 0px 4px !important;
    background: red;
    margin: 14px;
    border-radius: 5%;
    border-radius: 100%;
    position: relative;
}

.color_box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border: 2px solid red;
    border-radius: 100%;
}

.first_color {
    background-color: rgb(0, 184, 148);
}

.first_color.color_box:before {
    border-color: rgb(0, 184, 148);
}

.second_color {
    background-color: rgb(255, 118, 117);
}

.second_color.color_box:before {
    border-color: rgb(255, 118, 117);
}

.third_color {
    background-color: rgb(214, 48, 49);
}

.third_color.color_box:before {
    border-color: rgb(214, 48, 49);
}

.fourth_color {
    background-color: rgb(253, 203, 110)
}

.fourth_color.color_box:before {
    border-color: rgb(253, 203, 110)
}

.setting_tab_box .upload_certificate {
    min-height: 250px;
}

.setting_tab_box .upload_certificate span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.setting_tab_box .fa-image {
    font-size: 3em;
    color: #e23744ba;
}

.setting_tab_box .upload_certificate span p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    color: #808080cc;
    margin-bottom: 0;
}

.setting_tab_box.login_screen_upload .upload_certificate {
    min-height: 600px;
    max-width: 375px;
}

.setting_tab_box .note-editor.note-frame {
    border-radius: 10px;
    border: 1px solid #a9a9a973;
}

.setting_tab_box .note-toolbar {
    border-radius: 10px 10px 0 0;
}

.note-tooltip {
    display: none !important;
    position: unset !important;
    content: unset !iimportant
}

.note-editor.note-frame .note-statusbar {
    background-color: transparent;
}

a.cancelbtn1 {
    background: transparent;
    color: #E23744;
    border: 2px solid #E23744;
    padding: 10px 30px;
    min-width: 150px;
    border-radius: 13px;
}

a.cancelbtn1:hover {
    background: #E23744;
    color: #fff;
    border: 2px solid #E23744;
    padding: 10px 30px;
    min-width: 150px;
    border-radius: 13px;
}

.adahr_image .upload_certificate {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adahr_image span i,
.upload_certificate i {
    color: grey;
}

.chat_user_list {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    border-radius: 14px;
}

.chat_header_row {
    padding: 30px 18px 3px 18px;
}

.chat_header {
    position: relative;
    padding: 0 0 0px 54px
}

.chat_header h5 {
    font-size: 18px;
    font-weight: 500;
}

.chat_header img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.user_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.search_input {
    position: relative;
}

.search_input input {
    padding: 11px 14px 11px 17px;
    border-radius: 25px;
    border: 0;
    background: #f0f0f7;
    transition: .3s;
    width: 100%;
    font-size: 15px;
}

.search_input i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    color: grey;
}

.users_list li {
    list-style: none;
    position: relative;
    padding: 19px 14px 19px 72px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
}

.users_list li:hover {
    background-color: #f0f0f7;
}

.users_list li:last-child {
    border-bottom: 0;
}

.users_list li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.chat_user_row {
    position: absolute;
    left: 16px;
    display: inline-block;
}

.inbox_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat_user_row span,
.user_img span {
    background: #0ac282;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.type_msg_box {
    position: relative;
}

.chat_user_row span.ofline {
    background: orange;
}

.chat_user_row span.red_dot {
    background: #e23744;
}

.type_msg_box textarea {
    width: 100%;
    padding: 14px 19px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 17px;
    resize: none;
    padding-right: 147px;
    font-size: 15px;
}

.messages_div {
    height: calc(100vh - 326px);
    overflow: auto;
    margin-bottom: 5px;
}

.view1 {
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 10px;
    border: 0;
    transition: .2s all ease;
    padding: 7px 12px;
    background: #e23744;
}

.users_list {
    height: calc(100vh - 282px);
    overflow: auto;
}

.users_list li h6 {
    font-size: 16px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users_list li.active {
    background: #fdeff0;
}

.users_list li.active p {
    color: #212529;
}

.users_list li p {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_flex span {
    font-size: 12px;
    color: #aeaeae;
}

.inbox_div {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    border-radius: 14px;

    padding: 20px 20px 0;
}

.user_msg {
    padding-right: 67px;
}

.user_msg span.chat_time {
    display: block;
    text-align: right;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    margin-top: 9px;
}

.inbox_header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.message.admin_message {
    margin-bottom: 18px;
    max-width: 80%;
    margin-left: auto;
}

.inbox_header p {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 0;
}

.message.second_user {
    max-width: 80%;
    margin-right: auto;
}

.message_user h5 {
    font-size: 16px;
}

.user_msg p {
    background: #f0f0f7;
    font-size: 15px;
    padding: 15px;
    border-radius: 13px 0 12px 12px;
    margin-bottom: 5px;
}

.message_user {
    position: relative;
}

.message_user {
    position: absolute;
    right: 9px;
    display: inline-block;
}

.message_user img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.message_user span {
    background: #0ac282;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.message {
    position: relative;
}

.user_msg h5 {
    font-size: 16px;
    text-align: right;
}

.message.second_user .user_msg {
    padding-left: 67px;
    padding-right: unset;
}

.message.second_user .user_msg p {
    border-radius: 0 13px 13px 13px;
    background: #fdeff0;
}

.message.second_user .user_msg h5,
.message.second_user .user_msg span.chat_time {
    text-align: left;
}

.message.second_user .message_user {
    right: unset;
    left: 9px;
}

.type_msg_box .emoji img {
    width: 22px;
}

.type_msg_box .attachment i {
    font-size: 21px;
    color: #212529;
    margin: 0 6px;
}

.type_msg_box .send_btn {
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 10px;
    border: 0;
    transition: .2s all ease;
    padding: 7px 12px;
    background: #e23744;
}

.type_msg_box span {
    position: absolute;
    right: 20px;
    top: 44%;
    transform: translate(0, -50%);
}

.back i {
    font-size: 20px;
    line-height: 2;
}

.back {
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #e23744 !important;
    border-radius: 10px;
    border: 0;
    transition: .2s all ease;
    padding: 0px 12px;
    background: #e2374417;
    margin-bottom: 20px;
    display: none;
    align-items: center;
}


.login_section .form-group input {
    padding: 10px 15px;
    border-bottom: none;
    border-radius: 13px;
    background: #edf2f5;
    margin-bottom: 14px;
    box-shadow: none !important;
    font-size: 15px;
    color: black;
    height: 53px;
}

.login_section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f8f9fd;
}

.login_section .form-group label,
.login_section .bg .form-group label {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    color: #353535;
}

.login_section .form-control,
.login_section .bg .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0;
}

.login_section .form-box {
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    background-color: white;
    padding: 0;
    border-radius: 19px;
    overflow: hidden;
}



.login_section .form_padding {
    padding: 22px 35px;
}

.login_btn {
    display: block;
    background: #e23744;
    color: white;
    padding: 13px;
    border-radius: 13px;
    font-size: 17px;
    font-weight: 500;
    margin: 31px 0 13px;
}

.notification_list {
    padding-bottom: 18px;
    padding-top: 18px;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 19px 19px 19px 72px;
    margin-bottom: 20px;
    border-radius: 34px;
    position: relative;
}

.notification_list p {
    color: rgb(0 0 0 / 59%);
}

.notification_list label {
    margin: 0;
    background: #FDEFF0;
    padding: 3px 11px;
    border-radius: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.upload_img2 img{
    max-height: 400px;
}
.alert{
    position: absolute;
    z-index: 1025;
    left: 50%;
    transform: translate(-50%, 0);
    top: 35px;
    box-shadow: 0 5px 7px -4px #00000030;
    min-width: 400px;
    text-align: center;
    padding: 22px 10px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
}
.category-btn h1 a{
    margin-left: 11px !important;
}
.category-btn h1 a svg.ml-2{
    margin-left: 0 !important;
}

.alert li{
    list-style: none;
}
.alert ul{
    margin-bottom: 0;
    padding: 0;
}
.upload_img1.upload_img2{
    padding: 14px 0;
}
.upload_img1.upload_img2 img{
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.pagination svg.w-5.h-5 {
    width: 25px;
    }
    .pagination a {
    position: relative;
    border-radius:0px!important;
    left: -5px;
}
.pagination span[aria-current="page"] {
    margin: -6px -6px;
    padding: 0 5px 0 0px;
}
.pagination span[aria-current="page"] span {
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    transition: .2s all ease;
    border-radius: 0px;
    border: 2px solid;
    transition: .2s all ease;
    padding: 5px 15px;
}
.pagination span[aria-disabled="true"] span {
    padding: 6px 10px 7px!important;
}
/*.pagination p.text-sm.text-gray-700.leading-5 {
    margin: 2rem auto 16px!important;
}*/
.pagination span[aria-disabled="true"] {
    position: relative;
    left: -5px;
}
.pagination nav div.flex{
    display: none!important;
}
.pagination nav{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 7px;
}

.td_spacing .fd td{
padding: 0px 20px;
}

.flex_data{
    display: flex;
    align-items: center;
}











@media (max-width: 1450px) {
    .setting_tab1 .card {
        flex: 0 0 188px;
    }

    .Setting_page .order_tab .nav-tabs .nav-item {
        flex: 0 0 188px;
    }
}

@media (max-width: 1400px) {
    .setting_tab_box h4 {
        font-size: 16px;
    }

    .color_box {
        width: 41px;
        height: 41px;
    }

    .color_box:before {
        width: 55px;
        height: 55px;
    }

    .Setting_page .order_tab .nav-tabs .nav-item {
        flex: 0 0 166px;
    }

    .Setting_page .order_tab .nav-tabs .nav-link,
    .setting_tab1 .card a {
        padding: 19px;
    }

    .details_box1 p span {
        /*display: block;*/
    }

    .details_box1 p {
        font-size: 14px;
    }

    .details_box1 label {
        padding: 2px 11px;
        font-size: 12px;
    }

    .details_box1 {
        padding: 22px 17px;
    }

    .details_box1 h4 {
        font-size: 16px;
        margin: 0;
    }

    .users .order_table .fd th {
        font-size: 17px;
    }

    .profile-details img {
        max-width: 40px;
    }

    .profile-details p {
        font-size: 19px;
        width: 152px;
    }

    .profile-details {
        padding: 22px 27px 8px;
    }

    ul.navbar-nav {
        padding: 14px 0 0;
    }

    ul.profile-menu.navbar-nav {
        padding: 0;
    }

    .notification svg {
        width: 21px;
    }

    .notification label {
        width: 14px;
        height: 14px;
        font-size: 9px;
        top: -2px;
    }

    .col-md-3.sidebar {
        width: 288px;
    }

    .col-md-9.dash-content {
        padding-left: 287px;
    }

    .Title h1 {
        font-size: 22px;
    }

    .fd p {
        font-size: 18px;
    }

    .users th {
        font-size: 17px !important;
    }

    table th {
        white-space: nowrap;
    }

    .details_box1 {
        border-radius: 20px;
    }

    .details_box1 h4 {
        font-size: 15px;
    }
}

@media (max-width: 1300px) {
    .users_list li h6 {
        font-size: 15px;
    }

    .user_flex span {
        font-size: 11px;
    }

    .user_msg p {
        font-size: 14px;
    }
}


@media (max-width: 1199px) {

    .message.admin_message,
    .message.second_user {
        max-width: 90%;
    }

    .color_box:before {
        width: 47px;
        height: 47px;
    }

    .color_box {
        width: 35px;
        height: 35px;
    }

    .col-md-3.sidebar {
        width: 269px;
    }

    .col-md-9.dash-content {
        padding-left: 271px;
    }

    .sidebar .nav-item .nav-link {
        padding: 13px 30px 13px 32px;
    }

    ul.profile-menu {
        width: 85%;
        padding: 12px 10px 12px 14px;
    }

    .Title h1 {
        font-size: 19px;
    }

    .Title a,
    .details_box1 p,
    .order_details_head .date_time1 {
        font-size: 13px !important;
    }

    .users th,
    .subadmin_box h3 {
        font-size: 16px !important;
    }

    .users td,
    .fd p,
    .order_details_box p,
    .order_details_head label,
    .styled-checkbox+label {
        font-size: 15px !important;
    }

    .pending_status .pluse {
        width: 40px;
        height: 40px;
    }

    .svg_counts label {
        font-size: 36px !important;
    }

    .modal-title {
        font-size: 22px;
    }

    .form-group label {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .login_section img {
        max-width: 60%;
        margin: 0 auto 25px;
    }

    .back {
        display: inline-flex;
    }

    .chat_user_list {
        display: none;
    }

    .col-md-3.sidebar {
        width: 0;
    }

    .col-md-9.dash-content {
        padding-left: 0;
    }

    span.sidebar_menu {
        display: inline-flex;
    }

    ul.profile-menu {
        margin: auto;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 0 0 10px 0;
    }

    .col-md-3.sidebar::-webkit-scrollbar-thumb {
        background-color: #e23744ad;
    }

    .box svg {
        width: 26px;
    }

    .form-group label {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .svg_counts label {
        font-size: 27px !important;
    }

    .box h4 {
        font-size: 16px;
    }
}

/*****************************************agent css**************************************/

/*****************************************report css**************************************/
.categrgy_form_add .banner_offer_section {
    background: unset;
    box-shadow: unset;
    padding: unset;
    border-radius: unset;
    margin: unset;
    width: unset;
}

.categrgy_form_add .banner_offer_section .upload_certificate {
    min-height: 232px;
}

.searh_list1 {
    max-height: 160px;
    overflow: auto;
}

.subadmin_box input.search_input {
    border: 1px solid #A6A6A6;
    border-radius: 10px;
    padding: 8px 15px;
    width: 97%;
    height: unset;
    background: transparent;
    margin: 0 auto 8px;
    font-size: 15px;
    cursor: text;
}

.flex_account {
    display: flex;
    align-items: center;
}

.order_number {
    display: inline-flex;
    width: 43px;
    height: 34px;
    border-radius: 9px;
    background: #fdeff0;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.dash-content .datrange_picker {
    padding: 8px 22px;
}

.datrange_picker {
    font-weight: 510;
    font-size: 16px;
    color: #E23744;
    border-radius: 13px;
    border: 1px solid;
    transition: .2s all ease;
    padding: 10px 22px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
}

.datrange_picker input {
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.daterangepicker td.active {
    background-color: #e23744 !important;
}

.daterangepicker td.in-range {
    background-color: #f6e9ea;
}

.daterangepicker .drp-buttons .btn.btn-primary {
    color: #fff;
    background-color: #e23744;
    border-color: #e23744;
    padding: 5px 15px !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.dwnld_csv {
    background: #E23744;
    color: #ffffff;
    padding: 8px 22px;
    border-radius: 13px;
    font-size: 16px;
}

.dwnld_csv:hover {
    background: #c72733;
    color: #fff;
}

.text-align-right {
    text-align: right;
}

.csv_modal .two-buttons button.btn.btn-primary {
    padding: 8px 50px;
}

.csv-modal .modal-dialog.modal-dialog-centered {
    max-width: 450px;
}

.flex_modal_head h6 {
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    font-size: 15px;
}

.csv-modal .modal-content {
    padding: 23px 28px;

}

.csv_modal .modal-footer {
    padding-top: 20px;
    padding-bottom: 0;
    justify-content: center;
}

.report_filter_head .vehicel_type select {
    padding-right: 32px;
}

.graph_box {
    display: block;
    width: 100%;
    padding: 0 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 0px 14px;
    border-radius: 34px;
    margin: 20px auto;
}

.highcharts-button-symbol,
.highcharts-credits {
    display: none;
}

.banner_box1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 25.0423px rgb(0 0 0 / 10%);
    padding: 18px 20px;
    border-radius: 24px;
    margin: 13px auto;
    width: 100%;
}

.banner_box1 h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.banner_box1 .swiper {
    border-radius: 14px;
}

.banner_box_img {
    overflow: hidden;
    border-radius: 14px;
    transition: .3s ease;
}

.banner_box_img img {
    transition: .3s ease;
}

.banner_box_img:hover img {
    transform: scale(1.1);
    transition: .3s ease;
}

.banner_box1 img {
    width: 100%;
    height: 230px;
    border-radius: 14px;
    object-fit: cover;
}

.banner_box1 .add_banner i,
.banner_box1 .dlte_banner i {
    font-size: 19px;
    color: white;
}

.banner_box1 .dlte_banner,
.banner_box1 .add_banner {
    text-align: center;
    width: 37px;
    height: 37px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #E23744;
    border: 0;
}

.banner_btn1 {
    display: flex;
    justify-content: end;
}

.banner_option {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1024;
}

.banner_box1 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #cbcbcb;
    opacity: 1;
}

.banner_box1 .swiper-pagination-bullet-active {
    background-color: #E23744;
}

.banner_box1 .offer_code {
    margin: 0;
    background: #FDEFF0;
    padding: 6px 11px;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
}

.banner_box1 h5.vendor_name,
h5.category_name {
    font-size: 15px;
}

.banner_box1 p {
    color: rgb(0 0 0 / 79%);
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

h5.flat_per {
    color: #e23744;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 10px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 8px;
    width: 40px;
    height: 35px;
    display: inline-flex;
    background: #e9dfdf;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
}

.tex_flex {
    display: flex;
    align-items: center;
}

.equal {
    margin: 0 20px;
    font-size: 25px;
    padding-top: 6px;
}

.login_section .nav-tabs .nav-link {
    border: 0;
    font-weight: 400;
    color: #3f3f3f;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    text-transform: uppercase;
}

.login_section .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: 600;
    background: #e23744;

}

.datrange_picker #reportrange {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.daterangepicker.opensright {
    right: 50px !important;
}

.daterangepicker.opensright.show-calendar {
    right: 20px !important;
}

.daterangepicker .ranges li.active {
    background-color: #e23744 !important;
}

.daterangepicker.show-calendar .ranges {
    float: unset;
}

.daterangepicker.opensright .ranges ul {
    display: block;
}

.daterangepicker.opensright .ranges li:first-child {
    border-radius: 11px 11px 0 0;
}

.daterangepicker.opensright .ranges li:last-child {
    border-radius: 0 0 11px 11px;
}

.daterangepicker.opensright .ranges li {
    display: block;
    text-align: center;
}

.daterangepicker.opensright .ranges li:hover {
    background-color: transparent;
}

.daterangepicker.opensright.show-calendar:after {
    left: unset;
    right: 69px;
}

.daterangepicker.opensright.show-calendar:before {
    left: unset;
    right: 69px;
}

.daterangepicker.opensright.show-calendar .ranges ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 2px 0 10px;
}

.daterangepicker.opensright.show-calendar .ranges li {
    font-size: 12px;
    color: #E23744;
    border-radius: 9px;
    border: 1px solid;
    transition: .2s all ease;
    padding: 7px 18px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: 600;
}

.daterangepicker.opensright.show-calendar .ranges li.active {
    color: white;
}

.daterangepicker {
    right: 10px !important;
    border-radius: 11px;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 0;
}

.user_sub_text {
    font-weight: 510;
    font-size: 16px;
    color: #E23744;
    border-radius: 10px;
    border: 1px solid;
    transition: .2s all ease;
    padding: 2px 4px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.account_table .Title.tablebtn a {
    padding: 8px 17px;
    margin: unset;
}

.account_table {
    display: none;
}

.account_view_table h5 {
    font-size: 18px;
    margin-top: 22px;
}

.account_view_table h5 label {
    margin: 0;
    background: #FDEFF0;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 10px;
    font-size: 16px;
}

.account_view_table h5 span {
    color: rgb(0 0 0 / 68%);
    font-weight: 400;
    font-size: 16px;
}

.account_view_table .modal-dialog.modal-dialog-centered {
    max-width: 650px;
}

.notification_list.vendor_manage_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 19px;
    cursor: unset;
    border-radius: 19px;
}

.notification_list.vendor_manage_list label.weak_name {
    position: unset;
    transform: unset;
    margin-right: 10px;
    min-width: 73px;
    text-align: center;
}

.flex_date {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.brands_list .banner_box1 img {
    width: 130px;
    height: 130px;
    border-radius: unset;
}

.brands_list .banner_box_img:hover img {
    transform: unset;
}

.brands_list .banner_box_img {
    overflow: unset;
    text-align: center;
}

.brands_list .banner_option {
    top: 0;
    right: 0;
}
.date_input{
    position: relative;
}
.date_input i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
        color: #E23744;
        pointer-events: none;
}

.date_input input {
    box-sizing: border-box;
    position: relative;
}

.date_input input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
@media (max-width: 1500px) {
    .banner_box1 img {
        height: 204px;
    }

    .banner_box1 {
        padding: 14px 16px;
    }
}

@media (max-width: 1400px) {
    .banner_box1 img {
        height: 177px;
    }

    .report_filter_head {
        margin-top: 20px;
    }

    .banner_box1 .dlte_banner,
    .banner_box1 .add_banner {
        width: 32px;
        height: 32px;
        border-radius: 7px;
    }

    .banner_box1 .add_banner i,
    .banner_box1 .dlte_banner i {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .texttab .field-grp {
        flex-direction: column;
    }

    .texttab .field-grp .form-group {
        max-width: 100%;
    }
}

@media (max-width: 575px) {

    .report_filter_head .vehicel_type select,
    .datrange_picker,
    .dwnld_csv {
        font-size: 14px;
    }

    .daterangepicker.opensright.show-calendar .ranges li {
        font-size: 11px;
        padding: 6px 10px;
        margin-right: 3px;
    }

    .notification_list.vendor_manage_list {
        flex-direction: column;
    }

    .notification_list.vendor_manage_list h6 {
        padding: 10px 0 3px;
    }

    .flex_date {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .field-grp .form-group {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 375px) {

    .datrange_picker,
    .dwnld_csv {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .report_filter_head .col-sm-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .flex_account {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .flex_account .user_sub_text {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}

/*****************************************report css**************************************/
.accpt_rjct_toogle label{
   color: rgba(0, 0, 0, .5);
    padding-top: 2px;
    padding-left: 4px;
}
.accpt_rjct_toogle .custom-control-input:checked~.custom-control-label{
     border-color: #e23744;
}
.accpt_rjct_toogle .custom-control-input:checked~.custom-control-label::before{
       border-color: #e23744;
    background-color: #e23744; 
        width: 20px;
    height: 20px;
}
.accpt_rjct_toogle .custom-control-label::after{

}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none !important;
}
.accpt_rjct_toogle .custom-control-label::after, .accpt_rjct_toogle .custom-control-label::before{
    /* width: 30px; */
    width: 20px;
    background-size: 14px;
    height: 20px;
}


@media only screen and (max-width: 1200px) {
    .box {
        width: 32% !important;
        padding: 30px;
        border-radius: 23px;
        color: #ffffff;
        height: 165px;
        margin: 4px;
    }

    .row.boxes {
        justify-content: start;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 991px) {
    .scrolling-wrapper-flexbox {
        padding: 30px 15px;
    }

    .box h4 {
        font-size: 1.5em;
    }

    .Title a {
        font-weight: 510;
        font-size: 14px;
    }

    .table-responsive {
        padding: 6px;
    }

    .Title.tablebtn a {
        padding: 4px 10px;
        margin-left: 10px;
    }

    .hide-mobile {
        display: none;
    }

    .col-md-3.sidebar {
        height: unset;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    button.navbar-toggler {
        position: absolute;
        right: 24px;
        top: 30px;

    }

    .col-md-9.dash-content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .box {
        width: 30% !important;
        margin-bottom: 15px;
    }

    .Title h1 {
        font-size: 20px;
        margin: 0;
    }

    .Title {
        padding: 20px 15px;
    }

    .second-row {
        margin-top: 0;
        flex-direction: column;
    }

    .svg_counts label {
        font-size: 50px;
        color: #ffffff;
        margin: 0;
        line-height: 45px;
    }

    .box {
        padding: 25px;
    }

    .Title:before {
        width: 90%;
    }

    .row.boxes {
        padding: 25px 15px;
    }


    .profile-details:before {
        content: '';
        background: #F0F0F0;
        width: 99%;
        height: 2px;
        position: absolute;
        bottom: -18px;
        left: 50%;
        z-index: 999;
        transform: translate(-50%);
    }


}




@media only screen and (max-width: 1400px) {
    .box h4 {
        font-size: 19px;
    }

    .box {
        width: 24%;
        padding: 30px;
        border-radius: 23px;
        color: #ffffff;
        height: 155px;
    }

    .svg_counts label {
        font-size: 46px;
        color: #ffffff;
        margin: 0;
        line-height: 51px;
    }

    .row.boxes {
        padding: 15px;
    }

    .Title {
        padding: 15px;
    }

    /* nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    flex-direction: column;
    height: 100vh;
    background: #ffffff!important;
    padding: 15px 6px;
}
li.nav-item.active a:before {
    position: absolute;
    width: 36px;
    content: '';
    height: 43px;
    left: -55px;
    top: 0;
    background: #E23744;
    border-radius: 8px;
} */
}

@media only screen and (max-width: 767px) {
    .form-group.addon.qnty_mob{
        padding: 0;
        border-radius: 10px;
        background: transparent;
        border: 0;
    }
    .row.boxes {
        justify-content: space-between;
    }

    .box {
        width: 45% !important;
    }

    .vendor-tabs {
        padding: 15px;
        margin: 1rem auto;
    }

    .vendor-tabs ul.nav.nav-tabs {
        border-bottom: transparent;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 26px;
        overflow-x: auto;
    }

    .three input[type="text"] {
        width: auto;
    }

    .edit-form,
    .modal-content {
        padding: 15px;
    }

    .add-btn path {
        fill: #ffffff;
    }

    .add-btn {
        display: flex;
        background: #e23744;
        padding: 4px 20px;
        align-items: center;
        margin: 20px 0 0 0;
        border-radius: 10px;
        color: #ffffff;
        text-transform: capitalize;
    }

    .add-btn svg {
        width: 26px;
        margin-left: 8px;
    }

    .add-btn label {
        MARGIN: 0;
    }

    .form-group.addon .one {
        width: 100%;
    }

    .form-group.addon {
        border: 2px solid #dfd9ea;
        padding: 25px;
        border-radius: 10px;
        background: #f8f8f8;
        justify-content: start;
        flex-direction: column;
        position: relative;
        align-items: start;
    }

    .edit-form h3.modal-title {
        padding-bottom: 15px;
        font-size: 24px;
    }

    .two-buttons {
        width: 100%;
    }

    .two-buttons button {
        width: 100% !important;
        margin: 10px auto 0px;
    }
}
.qnty_input .quan{
    display: flex;
    align-items: center;
    padding: 4px 3px;
}
.qnty_input .quan input{
    font-size: 16px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border: 0;
    height: 40px;
}
.qnty_input .value-button{
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.adahr_image .upload_certificate {
    padding: 10px 20px;
    }
    /* .adahr_image .upload_certificate span {
    display: none;
    } */
    .adahr_image .upload_certificate img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    }
    .upload_img1{
        width: 100%;
        height: 100%;
    }
    .upload_img1 button{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1024;
        display: none;
    }
    /* .adahr_image span i, .upload_certificate i{

    } */
   .upload_certificate .upload_img1 i{
        color: #ffffff !important;
        width: 43px;
        height: 42px;
        background: #e2374485;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        font-size: 19px;
        transition: .3s ease;
    }
    .upload_certificate:hover button{
        display: inline-block;
        transition: .3s ease;
    }
#map {
    height: 100%;
    display: inline;
}

#map #infowindow-content {
    display: inline;
}

.google-map div#map {
    height: 415px;
    display: block;
    border-radius: 9px;
    border: 1px solid #a6a6a64d;
}

#map input#searchInput::placeholder {
    color: #7C0600;
}

#map input#searchInput {
    background: #E4B020;
    color: #7C0600;
    border: 1px solid #fff;
}

.Title button {
    font-weight: 510;
    font-size: 14px;
    text-transform: uppercase;
    color: #E23744;
    transition: .2s all ease;
    border-radius: 13px;
    border: 2px solid;
    transition: .2s all ease;
    padding: 5px 15px;
    background-color: transparent;
}

.Title button:hover {
  color: #ffffff;
  background: #E23744;
  border-color: #E23744;
}

.d-flex.justify-content-start.uc button.view {
  padding: 24px 0px;
  width: 49%;
  text-align: center;
}

.dob_clndr i {
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translate(0, -50%);
}

.dob_clndr input {
    padding-left: 40px !important;
}

/* .daterangepicker.opensright.show-calendar {
    right: unset !important;
} */

 .daterangepicker.single.opensright.show-calendar {
    right: unset !important;
}

.details_box1.assigndropdown {
    padding: 17px 25px;
    border-radius: 20px;
}
.details_box1.details_box3.assigndropdown {
    background-color: #f9b43f26;
}
.assigndropdown .vehicel_type select {
    background-color: transparent;
    font-size: 14px;
    padding: 8px 26px 8px 13px;
    color: #ca821d;
    border-color: #ca821d;
    cursor: pointer;
}
.assigndropdown .vehicel_type i {
    color: #ca821d;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
}

.order_status_box li {
    position: relative;
}
.order_status_box li input {
    opacity: 0;
    width: 0;
    height: 0;
    /* position: absolute;
    left: -19px; */
}
.order_status_box .form-check-label {
    cursor: pointer;
}
.order_status_box .form-check {
    padding-left: 0;
}

.invalid-feedback{
    display: block !important;
}