/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css');

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 60px;
    overflow-x: hidden;
        background: #0000000d;
    font-family: 'Poppins', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.col,#sidebar-menu > ul > li > ul
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.gap-2{
    gap: 5px;
}

a {
    text-decoration: none !important;
}

.metismenu li {
    list-style: none;
}

.metismenu ul {
    padding: 0;
}

.metismenu ul li {
    width: 100%;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.nav-second-level li a,
.nav-thrid-level li a {
    padding: 8px 10px;
    color: #000;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
    color: #000;
}

.nav-second-level li.mm-active>a,
.nav-third-level li.mm-active>a {
    color: #000;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.content-page {
    margin-left: 360px;
    overflow: hidden;
    padding: 0 15px 5px 15px;
    min-height: 80vh;
    margin-top: 90px;
}

.left-side-menu {
    width: 250px;
    top: 0;
    bottom: 0;
    position: fixed;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 9;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    background: #ffffff;
    padding: 20px 15px 0 15px;
}

.wrapper1 {
    padding-top: 18px;
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    background: #4100a4;
    background-size: 600% 100%;
    animation: gradient 5s linear infinite;
    animation-direction: alternate;
}

div#sidebar-menu {
    margin-top: 100px;
}

@keyframes gradient {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 100%
    }
}

#sidebar-menu>ul>li>a {
    display: block;
    padding: 10px 10px 10px 22px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    border-radius: 10px;
    margin-bottom: 6px;
}

#sidebar-menu>ul>li>a.active::after {
    content: '';
    position: absolute;
    border-radius: 5px;
    width: 2px;
    background: #fff;
    height: 14px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.slimscroll-menu.mm-show {
    margin-right: 6px !important;
}

.slimScrollBar {
    width: 10px !important;
    right: 0px !important;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
    color: #348cd4;
    text-decoration: none;
    background: #f7f7f7;
}

#sidebar-menu>ul>li>a>span {
    vertical-align: middle;
}

#sidebar-menu>ul>li>a i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 10px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    font-size: 16px;
}

#sidebar-menu>ul>li>a .drop-arrow {
    float: right;
}

#sidebar-menu>ul>li>a .drop-arrow i {
    margin-right: 0;
}

#sidebar-menu > ul > li > a.active {
	color: #fff;
	border-radius: 10px;
	background: #ec1842;
}


#sidebar-menu>ul>li>ul {
    padding-left: 24px;
}

#sidebar-menu>ul>li>ul ul {
    padding-left: 20px;
}

#sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    position: absolute;
    right: 0;
    top: 11px;
    display: inline-block;
    font-family: "Material Design Icons";
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#sidebar-menu .menu-arrow:before {
    content: "\F142";
}

#sidebar-menu .badge {
    margin-top: 4px;
}

#sidebar-menu li.mm-active>a>span.menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-menu .menu-title {
    padding: 10px 20px;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #6e768e;
    font-weight: 600;
}

/* .enlarged .logo-box {
      width: 70px !important
  } */

.logo-lg img {
    width: auto;
    height: 60px;
}



.enlarged .logo span.logo-lg {
    display: none;
}

.enlarged .logo span.logo-sm {
    display: block;
}

.enlarged .left-side-menu {
    position: absolute;
    padding-top: 0;
    width: 70px !important;
    z-index: 999;
}

.enlarged .left-side-menu .slimScrollDiv,
.enlarged .left-side-menu .slimscroll-menu {
    overflow: inherit !important;
    height: auto !important;
}

.enlarged .left-side-menu .slimScrollBar {
    visibility: hidden;
}

.enlarged .left-side-menu #sidebar-menu .badge,
.enlarged .left-side-menu #sidebar-menu .label,
.enlarged .left-side-menu #sidebar-menu .menu-arrow,
.enlarged .left-side-menu #sidebar-menu .menu-title {
    display: none !important;
}

.enlarged .left-side-menu #sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px;
    min-height: 54px;
    -webkit-transition: none;
    transition: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a:active,
.enlarged .left-side-menu #sidebar-menu>ul>li>a:focus,
.enlarged .left-side-menu #sidebar-menu>ul>li>a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background: #000 !important;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a i {
    font-size: 1.125rem;
    margin-right: 20px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a span {
    display: none;
    padding-left: 25px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    /* color: #348cd4;
    background-color: #f7f7f7; */
    -webkit-transition: none;
    transition: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a span {
    display: inline;
    background: #fff;
    color: #000;
    padding: 13px 25px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover a.mm-active :after,
.enlarged .left-side-menu #sidebar-menu>ul>li:hover a.open :after {
    display: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul ul {
    -webkit-box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul a:hover {
    color: #348cd4;
}

.enlarged .left-side-menu #sidebar-menu>ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #fff;
}

.enlarged .left-side-menu #sidebar-menu>ul ul li:hover>ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    height: auto !important;
    position: absolute;
    width: 190px;
}

.enlarged .left-side-menu #sidebar-menu>ul ul li>a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.enlarged .left-side-menu #sidebar-menu>ul ul li.active a {
    color: #348cd4;
}

.enlarged .content-page {
    margin-left: 70px !important;
}

.enlarged .footer {
    left: 70px !important;
}

.enlarged .user-box {
    display: none;
}

body.enlarged {
    min-height: 1200px;
}

@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
        padding-bottom: 80px;
    }

    .left-side-menu {
        display: none;
        z-index: 999 !important;
    }

    .sidebar-enable .left-side-menu {
        display: block;
    }

    .content-page,
    .enlarged .content-page {
        margin-left: 0 !important;
        padding: 0 10px;
    }

    /*.pro-user-name {*/
    /*    display: none;*/
    /*}*/

    /*.logo-box {*/
    /*    display: none;*/
    /*}*/
}

.logo {
    display: block;
    line-height: 70px;
}

.logo span.logo-lg {
    display: block;
}

.logo span.logo-sm {
    display: none;
}

.logo .logo-lg-text-dark {
    color: #323a46;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.logo .logo-lg-text-light {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.logo-box {
    height: auto;
    width: 100%;
    float: left;
    /*filter: invert(1);*/
}

.navbar-custom {
    background-image: url(../images/dashbord/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    /* padding: 5px 25px 3px 25px; */
    position: fixed;
    left: 0;
    right: 0;
    /* height: 70px; */
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between !important;
    padding: 20px 15px 20px 382px !important;
}

.balcnce-wa {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.balcnce-wa h6 {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}


.navbar-custom .topnav-menu>li {
    float: left;
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.6);
    min-width: 32px;
    display: block;
    line-height: 33px;
    text-align: center;
    max-height: 70px;
}

.navbar-custom .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.05);
}

.navbar-custom .app-search {
    overflow: hidden;
    height: 70px;
    display: table;
    max-width: 200px;
    margin-right: 20px;
}

.page_head h2 {
    margin: 0;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
}

.navbar-custom .app-search .app-search-box {
    display: table-cell;
    vertical-align: middle;
}

.navbar-custom .app-search .app-search-box input::-webkit-input-placeholder {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.07);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
}

.navbar-custom .app-search .input-group-append {
    margin-left: 0;
    z-index: 4;
}

.navbar-custom .app-search .btn {
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-color: transparent;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-custom .button-menu-mobile {
    border: none;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}

.navbar-custom .button-menu-mobile.disable-btn {
    display: none;
}

.noti-scroll {
    max-height: 230px;
}

.notification-list {
    margin-left: 0;
}

.notification-list .noti-title {
    background-color: #fff;
    padding: 15px 20px;
}

.notification-list .noti-icon {
    font-size: 21px;
    vertical-align: middle;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 29px;
}

.notification-list .notify-item {
    padding: 12px 20px;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-top: 4px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #414d5f;
    font-weight: 500;
}

.notification-list .notify-item .notify-details b {
    font-weight: 500;
}

.notification-list .notify-item .notify-details small {
    display: block;
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notification-list .notify-item .user-msg {
    margin-left: 45px;
    white-space: normal;
    line-height: 16px;
}

.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px;
}

.profile-dropdown {
    width: 170px;
}

.profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px;
}

.nav-user {
    padding: 0 0 !important;
}

.nav-user img {
    height: 32px;
    width: 32px;
}

.page-title-box {
    padding: 0 20px;
    margin: 35px -27px 30px -27px;
}


.page-title-box .page-title-right {
    float: right;
}

.page-title-box .breadcrumb {
    margin-bottom: 0;
    padding: 14px 0;
}

@media (max-width: 767.98px) {
    .page-title-box .page-title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .page-title-box .breadcrumb {
        display: none;
    }
}

@media (max-width: 640px) {
    .page-title-box .page-title-right {
        display: none;
    }
}

@media (max-width: 419px) {

    .nav-user span,
    .page-title-box .breadcrumb {
        display: none;
    }
}

.footer {
	bottom: 0;
	padding: 10px 15px 10px;
	position: absolute;
	right: 0;
	color: #000;
	left: 240px;
	border-top: 1px solid #dee2e6;
	text-align: center;
	background-color: #25252547;
}

.footer a {
    color: #000;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .footer {
        left: 0 !important;
        text-align: center;
    }
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06),
        0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    position: fixed;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 260px;
    z-index: 9999;
    float: right !important;
    right: -270px;
    top: 0;
    bottom: 0;
}

.right-bar .rightbar-title {
    background: #348cd4;
    padding: 27px 25px;
    color: #fff;
}

.right-bar .right-bar-toggle {
    background-color: #414b5b;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
}

.right-bar .right-bar-toggle:hover {
    background-color: #475364;
}

.right-bar .user-box {
    padding: 25px;
    text-align: center;
}

.right-bar .user-box .user-img {
    position: relative;
    height: 64px;
    width: 64px;
    margin: 0 auto 15px auto;
}

.right-bar .user-box .user-img .user-edit {
    position: absolute;
    right: -5px;
    bottom: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    line-height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
}

.right-bar .user-box h5 {
    margin-bottom: 2px;
}

.right-bar .user-box h5 a {
    color: #323a46;
}

.rightbar-overlay {
    background-color: rgba(50, 58, 70, 0.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto;
    }

    .right-bar .slimscroll-menu {
        height: auto !important;
    }
}

.activity-widget .activity-list {
    position: relative;
    border-left: 2px dashed #ced4da;
    padding-left: 24px;
    padding-bottom: 2px;
}

.activity-widget .activity-list::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid #348cd4;
    border-radius: 50%;
}

.inbox-widget .inbox-item {
    overflow: hidden;
    padding: 0.625rem 0;
    position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

.inbox-widget .inbox-item .inbox-item-img img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
}

.inbox-widget .inbox-item .inbox-item-author a {
    color: #6c757d;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    margin: 0;
    overflow: hidden;
}

.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 0.6875rem;
    position: absolute;
    right: 5px;
    top: 10px;
}

.width-xs {
    min-width: 80px;
}

.width-sm {
    min-width: 95px;
}

.width-md {
    min-width: 110px;
}

.width-lg {
    min-width: 140px;
}

.width-xl {
    min-width: 160px;
}

.font-family-secondary {
    font-family: Roboto, sans-serif;
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem;
}

.avatar-sm {
    height: 2.25rem;
    width: 2.25rem;
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}

.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-xl {
    height: 6rem;
    width: 6rem;
}

.avatar-xxl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-group {
    padding-left: 12px;
}

.avatar-group .avatar-group-item {
    margin: 0 0 10px -12px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sp-line-1 {
    -webkit-line-clamp: 1;
}

.sp-line-2 {
    -webkit-line-clamp: 2;
}

.sp-line-3 {
    -webkit-line-clamp: 3;
}

.sp-line-4 {
    -webkit-line-clamp: 4;
}

.pull-in {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 4px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
}

.checkbox label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: 0 !important;
    top: 2px;
}

.checkbox label::after {
    color: #6c757d;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: 0;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #6c757d;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #f7f7f7;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
}

.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}

.checkbox.checkbox-single label:before {
    margin-left: 0;
}

.checkbox.checkbox-single label:after {
    margin-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #000;
        border-color: #000;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked+label::before {
    background-color: #6c757d;
    border-color: #6c757d;
}

.checkbox-secondary input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #3ec396;
    border-color: #3ec396;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #4fbde9;
    border-color: #4fbde9;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f9bc0b;
    border-color: #f9bc0b;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #f36270;
    border-color: #f36270;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-light input[type="checkbox"]:checked+label::before {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.checkbox-light input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-dark input[type="checkbox"]:checked+label::before {
    background-color: #323a46;
    border-color: #323a46;
}

.checkbox-dark input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-pink input[type="checkbox"]:checked+label::before {
    background-color: #e061c9;
    border-color: #e061c9;
}

.checkbox-pink input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
    background-color: #9368f3;
    border-color: #9368f3;
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.radio label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: 0 !important;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #6c757d;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 4px;
    transform: scale(0, 0);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33),
        -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #348cd4;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #348cd4;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #348cd4;
}

.radio-secondary input[type="radio"]+label::after {
    background-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked+label::before {
    border-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked+label::after {
    background-color: #6c757d;
}

.radio-success input[type="radio"]+label::after {
    background-color: #3ec396;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #3ec396;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #3ec396;
}

.radio-info input[type="radio"]+label::after {
    background-color: #4fbde9;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #4fbde9;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #4fbde9;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f9bc0b;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f9bc0b;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f9bc0b;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #f36270;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #f36270;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #f36270;
}

.radio-light input[type="radio"]+label::after {
    background-color: #f7f7f7;
}

.radio-light input[type="radio"]:checked+label::before {
    border-color: #f7f7f7;
}

.radio-light input[type="radio"]:checked+label::after {
    background-color: #f7f7f7;
}

.radio-dark input[type="radio"]+label::after {
    background-color: #323a46;
}

.radio-dark input[type="radio"]:checked+label::before {
    border-color: #323a46;
}

.radio-dark input[type="radio"]:checked+label::after {
    background-color: #323a46;
}

.radio-pink input[type="radio"]+label::after {
    background-color: #e061c9;
}

.radio-pink input[type="radio"]:checked+label::before {
    border-color: #e061c9;
}

.radio-pink input[type="radio"]:checked+label::after {
    background-color: #e061c9;
}

.radio-purple input[type="radio"]+label::after {
    background-color: #9368f3;
}

.radio-purple input[type="radio"]:checked+label::before {
    border-color: #9368f3;
}

.radio-purple input[type="radio"]:checked+label::after {
    background-color: #9368f3;
}

@media print {

    .footer,
    .left-side-menu,
    .navbar-custom,
    .page-title-box,
    .right-bar {
        display: none;
    }

    .card-body,
    .content,
    .content-page,
    .right-bar,
    body {
        padding: 0;
        margin: 0;
    }
}

.tilebox-one {
    background: url(../images/bg-1.png);
    background-size: cover;
    border: 4px solid #fff;
}

.tilebox-one i {
    background: #348cd4;
    background: #348cd4;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
}

.inbox-widget .inbox-item {
    border-bottom: 1px solid #edeff1;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    color: #323a46;
    display: block;
    margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 14px;
    margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.comment-list .comment-box-item {
    position: relative;
}

.comment-list .comment-box-item .commnet-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px;
}

.comment-list .comment-box-item .commnet-item-msg {
    color: #323a46;
    display: block;
    margin: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.comment-list .comment-box-item .commnet-item-user {
    color: #98a6ad;
    display: block;
    font-size: 14px;
    margin: 0;
}

.comment-list a+a {
    margin-top: 15px;
    display: block;
}

.transaction-list li {
    padding: 7px 0;
    border-bottom: 1px solid #edeff1;
    clear: both;
    position: relative;
}

.transaction-list i {
    width: 20px;
    position: absolute;
    top: 10px;
    font-size: 12px;
}

.transaction-list .tran-text {
    padding-left: 25px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

.transaction-list .tran-price {
    margin-left: 30px;
}

/*!
   * Waves v0.7.6
   * http://fian.my.id/Waves 
   * 
   * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
   * Released under the MIT license 
   * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    background: none !important;
    border: none !important;
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*overflow: hidden;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.5) 60%,
            rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.3) 40%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

.slimScrollDiv {
    height: auto !important;
}

.jq-toast-single {
    padding: 15px;
    font-family: "Nunito Sans", sans-serif;
    background-color: #348cd4;
    font-size: 13px;
    line-height: 22px;
}

.jq-toast-single h2 {
    font-family: "Nunito Sans", sans-serif;
}

.jq-toast-single a {
    font-size: 0.875rem;
}

.jq-toast-single a:hover {
    color: #fff;
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
}

.close-jq-toast-single {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 20px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-color: #323a46;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.jq-toast-loader {
    height: 3px;
    top: 0;
    border-radius: 0;
}

.jq-icon-primary {
    background-color: #348cd4;
    color: #fff;
    border-color: #348cd4;
}

.jq-icon-secondary {
    background-color: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.jq-icon-success {
    background-color: #3ec396;
    color: #fff;
    border-color: #3ec396;
}

.jq-icon-info {
    background-color: #4fbde9;
    color: #fff;
    border-color: #4fbde9;
}

.jq-icon-warning {
    background-color: #f9bc0b;
    color: #fff;
    border-color: #f9bc0b;
}

.jq-icon-danger {
    background-color: #f36270;
    color: #fff;
    border-color: #f36270;
}

.jq-icon-light {
    background-color: #f7f7f7;
    color: #fff;
    border-color: #f7f7f7;
}

.jq-icon-dark {
    background-color: #323a46;
    color: #fff;
    border-color: #323a46;
}

.jq-icon-pink {
    background-color: #e061c9;
    color: #fff;
    border-color: #e061c9;
}

.jq-icon-purple {
    background-color: #9368f3;
    color: #fff;
    border-color: #9368f3;
}

.jq-icon-error {
    background-color: #f36270;
    color: #fff;
    border-color: #f36270;
}

.swal2-modal {
    font-family: "Nunito Sans", sans-serif;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    border: 2px solid #348cd4;
}

.swal2-modal .swal2-title {
    font-size: 24px;
}

.swal2-modal .swal2-content {
    font-size: 16px;
}

.swal2-modal .swal2-spacer {
    margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-modal .swal2-confirm.btn-confirm {
    background-color: #348cd4 !important;
    font-size: 0.875rem;
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #f36270 !important;
    font-size: 0.875rem;
}

.swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-icon.swal2-question {
    color: #348cd4;
    border-color: #348cd4;
}

.swal2-icon.swal2-success {
    border-color: #3ec396;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^="swal2-success-line"],
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    background-color: #3ec396;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #3ec396;
}

.swal2-icon.swal2-warning {
    color: #f9bc0b;
    border-color: #f9bc0b;
}

.swal2-icon.swal2-error {
    border-color: #f36270;
}

.swal2-icon.swal2-error .line {
    background-color: #f36270;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #348cd4;
}

.swal2-container.swal2-shown {
    background-color: rgba(255, 255, 255, 0.9);
}

.flotTip {
    padding: 8px 12px;
    background-color: #fff;
    z-index: 99;
    color: #323a46;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    opacity: 1;
    border-radius: 3px;
}

table tr {
    border-bottom: 1px solid #f1f5f7 !important;
}

.legend tr {
    height: 30px;
    font-family: Roboto, sans-serif;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #98a6ad;
    text-transform: uppercase;
}

.legendColorBox div div {
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .legendLabel {
        display: none;
    }
}

.morris-chart text {
    font-family: Roboto, sans-serif !important;
}

.morris-hover {
    position: absolute;
    z-index: 10;
}

.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #fff;
    color: #323a46;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    font-family: "Nunito Sans", sans-serif;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: 0.25em 0;
    font-family: Roboto, sans-serif;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    color: #fff;
}

.chartjs-chart {
    margin: auto;
    position: relative;
    width: 100%;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #fff !important;
}

.jqsfield {
    color: #323a46 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 700 !important;
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #eee;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #348cd4;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #348cd4;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #348cd4;
}

.gmaps-full {
    z-index: 99;
    margin: 0 -20px -10px -20px;
}

.gmaps-full .gmaps-full1 {
    height: 80vh;
    width: 100%;
}

.jvectormap-label {
    border: none;
    background: #323a46;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    padding: 5px 8px;
}

.mapael .map {
    position: relative;
}

.mapael .map .zoomIn {
    top: 25px;
}

.mapael .map .zoomOut {
    top: 50px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #348cd4;
    opacity: 0.95;
    border-radius: 3px;
    padding: 2px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
    font-family: Roboto, sans-serif;
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background-color: #348cd4;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.mapael .plotLegend text {
    font-family: "Nunito Sans", sans-serif !important;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin: 15px 0 5px 0;
}

.fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-weight: 700;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #f1f5f7;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #dee2e6;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
    margin: 5px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
}

.fc-button {
    background: #f1f5f7;
    border: none;
    color: #6c757d;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 12px;
    height: auto;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem;
}

.fc-state-hover {
    background: #f1f5f7;
}

.fc-state-highlight {
    background: #dee2e6;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background: #348cd4;
    color: #fff;
    text-shadow: none;
}

.fc-cell-overlay {
    background: #dee2e6;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
}

.fc-basic-view .fc-content {
    color: #fff;
}

.fc-time-grid-event .fc-content {
    color: #fff;
}

@media (max-width: 767.98px) {

    .fc-toolbar .fc-center,
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }

    .fc .fc-toolbar>*>* {
        float: none;
    }

    .fc-today-button {
        display: none;
    }
}

/* @font-face {
      font-family: summernote;
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/summernote.eot);
      src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.woff?) format("woff"), url(../fonts/summernote.ttf?) format("truetype")
  } */

/* @font-face {
      font-family: 'Proxima Nova';
      font-style: normal;
      font-weight: 400;
      src: url(../nova-fonts/Fontspring-DEMO-proximanova-black.otf);
      src: url(../nova-fonts/Fontspring-DEMO-proximanova-bold.otf), url(../nova-fonts/Fontspring-DEMO-proximanova-extrabold.otf), url(../nova-fonts/Fontspring-DEMO-proximanova-light.otf), url(../nova-fonts/Fontspring-DEMO-proximanova-medium.otf), url(../nova-fonts/Fontspring-DEMO-proximanova-regular.otf), url(../nova-fonts/Fontspring-DEMO-proximanova-semibold.otf), url(../nova-fonts/Fontspring-DEMO-proximanova-thin.otf), url(../nova-fonts/Fontspring-DEMO-proximanovacond-extrabold.otf), url(../nova-fonts/Fontspring-DEMO-proximanovacond-light.otf), url(../nova-fonts/Fontspring-DEMO-proximanovacond-regular.otf), url(../nova-fonts/Fontspring-DEMO-proximanovacond-semibold.otf), url(../nova-fonts/Fontspring-DEMO-proximanovacond-thin.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-black.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-bold.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-extrabold.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-light.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-medium.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-regular.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-semibold.otf), url(../nova-fonts/Fontspring-DEMO-proximanovaexcn-thin.otf);
  } */

.note-editor.note-frame {
    border: 1px solid #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.note-editor.note-frame .note-statusbar {
    background-color: #fcfcfc;
    border-top: 1px solid #f7f7f7;
}

.note-editor.note-frame .note-editable {
    border: none;
}

.note-status-output {
    display: none;
}

.note-editable {
    border: none;
    border-radius: 0.2rem;
    padding: 0.45rem 0.9rem;
}

.note-editable p:last-of-type {
    margin-bottom: 0;
}

.card-header.note-toolbar .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
    min-width: 344px;
}

.note-toolbar {
    z-index: 1;
}

.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: 38px;
    outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #d1d1d1 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #d1d1d1 transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eaeaea;
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #348cd4;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f7f7f7;
    color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background: #348cd4;
    color: #fff;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background: #348cd4;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.autocomplete-suggestions {
    border: 1px solid #f9f9f9;
    background: #fff;
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #323a46;
}

.autocomplete-suggestion {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 5px;
}

.autocomplete-selected {
    background: #f7f7f7;
    cursor: pointer;
}

.autocomplete-group {
    padding: 5px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.autocomplete-group strong {
    font-weight: 700;
    font-size: 16px;
    color: #323a46;
    display: block;
}

.bootstrap-tagsinput {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px 7px 4px;
    border: 1px solid #efefef;
    width: 100%;
}

.bootstrap-tagsinput .label-info {
    background: #348cd4;
    display: inline-block;
    font-size: 11px;
    margin: 3px 1px;
    padding: 0 5px;
    border-radius: 3px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-menu .dropdown-menu li a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #323a46;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.bootstrap-select .dropdown-menu .dropdown-menu li a:hover {
    background: #348cd4;
    color: #fff;
}

.bootstrap-select .dropdown-toggle:after {
    content: "\F140";
    display: inline-block;
    font-family: "Material Design Icons";
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.bootstrap-select a {
    outline: 0 !important;
}

.bootstrap-select .inner {
    overflow-y: inherit !important;
}

.bootstrap-select>.btn-pink.bs-placeholder {
    color: #fff !important;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list>li {
    list-style: none;
    color: #f36270;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}

.parsley-errors-list>li:before {
    content: "\F159";
    font-family: "Material Design Icons";
    position: absolute;
    left: 2px;
    top: -1px;
}

.parsley-error {
    border-color: #f36270;
}

.parsley-success {
    border-color: #3ec396;
}

.bootstrap-timepicker-widget table td input {
    width: 35px;
    border: 0;
}

.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border: 1px solid transparent;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #348cd4;
    background: #348cd4;
}

.daterangepicker .input-mini.active {
    border: 1px solid rgba(50, 58, 70, 0.3);
}

.daterangepicker .ranges li {
    border-radius: 2px;
    color: #323a46;
    font-weight: 600;
    font-size: 12px;
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    border: 1px solid rgba(50, 58, 70, 0.3);
    padding: 2px;
    width: 60px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #348cd4;
    background: #348cd4;
    border: 1px solid #348cd4;
    color: #fff;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    border-color: #98a6ad;
}

.clockpicker-canvas line {
    stroke: #73b0e1;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-bg,
.clockpicker-canvas-fg {
    fill: #73b0e1;
}

.clockpicker-popover .btn-default {
    background-color: #348cd4;
    color: #fff;
}

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

.wizard>.steps>ul>li {
    width: 25%;
}

.wizard>.steps a {
    font-size: 16px;
    margin: 0 0.5em 0.5em;
}

.wizard>.steps .number {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    font-size: 1.429em;
}

.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
    display: block;
    width: auto;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 2px;
}

.wizard>.steps .disabled a {
    border: 1px solid #ededed;
    color: #323a46;
    cursor: default;
}

.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
    background: #348cd4;
    color: #fff;
    cursor: default;
}

.wizard>.steps .current a .number,
.wizard>.steps .current a:active .number,
.wizard>.steps .current a:hover .number {
    color: #fff;
}

.wizard>.steps .done a,
.wizard>.steps .done a:active,
.wizard>.steps .done a:hover {
    background: #88bce6;
    color: #fff;
}

.wizard>.steps .error a,
.wizard>.steps .error a:active,
.wizard>.steps .error a:hover {
    background: snow;
    color: #fff;
    border-color: #fde7e9;
}

.wizard>.actions>ul>li,
.wizard>.steps>ul>li {
    float: left;
    position: relative;
}

.wizard>.content {
    display: block;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 20px;
}

.wizard>.content>.body {
    padding: 0;
    position: relative;
    width: 95%;
}

.wizard>.content>.body ul {
    list-style: disc !important;
}

.wizard>.content>.body ul>li {
    display: block;
    line-height: 30px;
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard>.content>.body input {
    display: block;
    border-color: #dee2e6;
}

.wizard>.content>.body input:focus {
    border-color: #dee2e6;
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block;
}

.wizard>.content>.body input.error {
    background: #fff;
    border: 1px solid snow;
    color: #f36270;
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: 0.5em;
    margin-top: 10px;
}

.wizard>.content>.body label.error {
    color: #f36270;
    font-size: 12px;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 15px;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
}

.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover {
    background: #348cd4;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 2px;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
    background: #fff;
    color: #323a46;
    cursor: default;
    border: 1px solid #f7f7f7;
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}

.wizard.vertical>.content {
    width: 65%;
    margin: 0 2.5% 0.5em;
    display: inline;
    float: left;
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    width: 95%;
    margin: 0 2.5%;
    margin-top: 15px !important;
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}

.tabcontrol,
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.tabcontrol a,
.wizard a {
    outline: 0;
}

.tabcontrol ul,
.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.tabcontrol ul>li,
.wizard ul>li {
    display: block;
    padding: 0;
}

.tabcontrol>.steps .current-info,
.wizard>.steps .current-info {
    position: absolute;
    left: -999em;
}

.tabcontrol>.content>.title,
.wizard>.content>.title {
    position: absolute;
    left: -999em;
}

@media (max-width: 767.98px) {

    .wizard.vertical>.content,
    .wizard.vertical>.steps,
    .wizard>.steps>ul>li {
        width: 100%;
    }
}

.editable-clear-x {
    background: url(../images/clear.png) center center no-repeat;
}

.editableform-loading {
    background: url(../images/loading.gif) center center no-repeat;
}

.editable-checklist label {
    display: block;
}

.dropzone {
    border: 2px dashed rgba(50, 58, 70, 0.3);
    background: #fff;
    border-radius: 6px;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #348cd4;
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
    border-color: #348cd4;
}

table.dataTable tbody td:focus {
    outline: 0 !important;
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: 2px solid #348cd4 !important;
    outline-offset: -1px;
    color: #348cd4;
    background-color: rgba(52, 140, 212, 0.15);
}

.dataTables_info {
    font-weight: 600;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    background-color: #348cd4;
    top: 0.85rem;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #f36270;
    top: 0.85rem;
}

div.dt-button-info {
    background-color: #348cd4;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@media (max-width: 767.98px) {

    li.paginate_button.next,
    li.paginate_button.previous {
        display: inline-block;
    }

    li.paginate_button {
        display: none;
    }

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important;
    }

    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1.5rem;
    }
}

.activate-select .sorting_1 {
    background-color: #f1f5f7;
}

.table-rep-plugin .dropdown-menu li.checkbox-row {
    padding: 7px 15px;
}

.table-rep-plugin .table-responsive {
    border: none;

}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: 400;
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0;
}

.table-rep-plugin .checkbox-row label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: 0;
}

.table-rep-plugin .checkbox-row label::after {
    color: #dee2e6;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.table-responsive {
    white-space: nowrap !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: 0;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
    background-color: #f7f7f7;
    cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
    background-color: #fff;
    border-color: #348cd4;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    color: #348cd4;
}

.table-rep-plugin .sticky-table-header,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin table.focus-on tbody tr.focused th {
    background: #348cd4;
    background: #348cd4;
    color: #fff;
    border-color: #348cd4;
}

.table-rep-plugin .sticky-table-header table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin table.focus-on tbody tr.focused th table {
    color: #fff;
}

.table-rep-plugin .fixed-solution .sticky-table-header {
    top: 70px !important;
}

.table-rep-plugin .btn-default {
    background-color: #fff;
    border: 1px solid rgba(50, 58, 70, 0.3);
    color: #323a46;
}

.table-rep-plugin .btn-primary {
    background: #348cd4;
    border-color: #348cd4;
    color: #fff;
}

.table-rep-plugin .btn-group.pull-right {
    float: right;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu {
    min-width: 14rem !important;
}

.table-rep-plugin .btn-toolbar {
    display: block;
}

.tablesaw thead {
    background: none;
    background-image: none;
    border: none;
}

.tablesaw thead th {
    text-shadow: none;
}

.tablesaw thead tr:first-child th {
    border: none;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
}

.tablesaw td {
    border-top: 1px solid #f1f5f7 !important;
}

.tablesaw tbody th,
.tablesaw td {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}

.tablesaw tbody tr,
.tablesaw-stack tbody tr {
    border-bottom: none;
}

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
    font-size: 8px;
    padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f1f5f7;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
    text-transform: none;
    border: 1px solid #dee2e6;
    padding: 3px 10px;
    color: #323a46;
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
    display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff;
}

.tablesaw-enhanced .tablesaw-bar .btn:active,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
    color: #348cd4 !important;
    background-color: #f1f5f7;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
}

.tablesaw-columntoggle-popup .btn-group {
    display: block;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #f1f5f7;
}

.tablesaw-sortable-btn {
    cursor: pointer;
}

.tablesaw-swipe-cellpersist {
    width: auto !important;
}

.ql-container {
    font-family: "Nunito Sans", sans-serif;
}

.ql-bubble {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

.ql-toolbar {
    font-family: "Nunito Sans", sans-serif !important;
}

.ql-toolbar span {
    outline: 0 !important;
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}

.icons-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.icons-list-demo div p {
    margin-bottom: 0;
    line-height: inherit;
}

.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(50, 58, 70, 0.7);
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.icons-list-demo .col-lg-4 {
    background-clip: padding-box;
    margin-top: 10px;
}

.icons-list-demo .col-lg-4:hover i {
    color: #fff;
    background: #348cd4;
}

.grid-structure .grid-container {
    background-color: #f1f5f7;
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 10px 20px;
}

.home-btn {
    position: absolute;
    top: 15px;
    right: 25px;
}

.checkmark {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out;
    -webkit-animation: dash 2s ease-in-out;
}

.spin {
    animation: spin 2s;
    -webkit-animation: spin 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.inbox-leftbar {
    width: 240px;
    float: left;
    padding: 0 20px 20px 10px;
}

.inbox-rightbar {
    margin-left: 250px;
}

.message-list {
    display: block;
    padding-left: 0;
}

.message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.message-list li a {
    color: #6c757d;
}

.message-list li:hover {
    background: rgba(152, 166, 173, 0.15);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.message-list li .col-mail {
    float: left;
    position: relative;
}

.message-list li .col-mail-1 {
    width: 320px;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
    display: block;
    float: left;
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
    margin-top: 18px;
    margin-left: 5px;
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 15px;
    left: 110px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0;
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0;
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 170px;
    padding-left: 80px;
}

.message-list li.active,
.message-list li.selected {
    background: rgba(152, 166, 173, 0.15);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.message-list li.active,
.message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #348cd4;
    box-shadow: inset 3px 0 0 #348cd4;
}

.message-list li.unread a {
    font-weight: 600;
    color: #272e37;
}

.message-list li.blue-dot .col-mail-1 .dot {
    border-color: #348cd4;
}

.message-list li.orange-dot .col-mail-1 .dot {
    border-color: #f9bc0b;
}

.message-list li.green-dot .col-mail-1 .dot {
    border-color: #3ec396;
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 1px #98a6ad;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked~label {
    opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0 !important;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.message-list .checkbox-wrapper-mail label:active {
    background: #87949b;
}

.mail-list a {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    color: #6c757d;
    padding: 10px 12px;
    display: block;
}

@media (max-width: 648px) {
    .inbox-leftbar {
        width: 100%;
    }

    .inbox-rightbar {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .message-list li .col-mail-1 {
        width: 150px;
    }

    .message-list li .col-mail-1 .title {
        left: 80px;
    }

    .message-list li .col-mail-2 {
        left: 160px;
    }

    .message-list li .col-mail-2 .date {
        text-align: right;
        padding-right: 10px;
        padding-left: 20px;
    }
}

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    background-color: rgba(65, 77, 95, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #414d5f;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}

.timeline .timeline-icon i {
    color: #fff;
    font-size: 13px;
    margin-top: 1px;
    position: absolute;
    left: 4px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #414d5f;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(247, 247, 247, 0.3) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item .timeline-desk .timeline-box {
    padding: 20px;
}

.timeline-item .timeline-date {
    margin-bottom: 10px;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid rgba(247, 247, 247, 0.9) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.timeline-item.alt h4 {
    text-align: right;
}

.timeline-item.alt p {
    text-align: right;
}

.timeline-item.alt .timeline-date {
    text-align: right;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

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

.timeline-desk .panel {
    background: rgba(247, 247, 247, 0.9);
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    border: 0;
}

.timeline-desk h5 span {
    color: #414d5f;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #fff;
    margin-top: 20px;
    padding: 8px;
}

.home-wrapper {
    margin: 10% 0;
}

.bg-accpunt-pages {
    background-color: #348cd4;
    background: #348cd4;
    padding-bottom: 0;
    min-height: 100px;
}

.wrapper-page {
    display: table;
    height: 100vh;
    width: 100%;
}

.account-box {
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px;
}

.account-box .account-content {
    padding: 30px;
}

.account-box .account-btn {
    position: absolute;
    left: 0;
    right: 0;
}

.account-logo-box {
    padding: 30px 30px 0 30px;
}

.text-error {
    color: #348cd4;
    text-shadow: rgba(52, 140, 212, 0.3) 5px 1px, rgba(52, 140, 212, 0.2) 10px 3px;
    font-size: 84px;
    font-weight: 700;
    line-height: 90px;
}

.checkmark {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out;
    -webkit-animation: dash 2s ease-in-out;
}

.spin {
    animation: spin 2s;
    -webkit-animation: spin 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pricing-column .ribbon-pricing {
    width: 160px;
    margin: -15px auto -10px;
    padding-bottom: 2px;
    line-height: 22px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.pricing-column .plan-title {
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
}

.pricing-column .plan-price {
    font-size: 48px;
    font-family: Roboto, sans-serif;
}

.pricing-column .plan-duration {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.pricing-column .plan-stats {
    padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px;
}

/*# sourceMappingURL=app.min.css.map */

/* ===================================================================================
----------------------- Custome Css ----------------------
=================================================================================== */

#sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:hover {
	color: #000;
	text-decoration: none;
	background: #ea3c6121;
	border-radius: 10px;
}

.nav-second-level li.mm-active > a {
	color: #000;
	background: #ea3c6121;
	border-radius: 6px;
	margin: 10px 0px;
}

.order-111-add {
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 15px;
}

.btn-main-1 {
    padding: 9px 22px;
    border: none;
    background: #000;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

button.btn-main-close {
    padding: 8px 15px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

.order-111-add h5 a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #000;
}

ul#tabs {
    white-space: nowrap;
    list-style-type: none;
    padding: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}


ul#tabs li {
	padding: 8px 26px;
	cursor: pointer;
	background: #25252547;
	border-radius: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	text-align: center;
}

ul#tabs li.active {
    background: #000;
    color: #fff;
}

ul#tab {
    list-style-type: none;
    margin: 0;
    /* border: solid 1px #238b68; */
    padding: 0 0px;
}

ul#tab li {
    display: none;
}

ul#tab li.active {
    display: block;
}

.ordr-main-001 {
    margin-top: 20px;
}

input.input-text {
    width: 100%;
    background: #fff0;
    padding: 6px 10px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 12px;
    border: 1px solid #0003;
}

/* .main-data-teble-1 {
    padding: 25px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */

ul.list-unstyled.topnav-menu.float-right.mb-0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-custom {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px;
}

.head-li {
    padding: 0 15px;
}

.main-cont1-1 {
    padding: 10px 0px 20px 0px;
}

.main-cont1-1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #a7a7a7;
    margin: 0;
    padding-left: 20px;
}

.main-cont1-1 span {
    padding-left: 20px;
}

.main-cont1-1 a {
    font-family: 'Poppins', sans-serif;
    text-decoration: underline !important;
}

.main-cont1-2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #a7a7a7;
    margin: 0;
}

.main-cont1-3 p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #020202;
    margin: 0;
    border-bottom: 1px dashed;
    width: fit-content;
}

p.prepaid {
    text-transform: capitalize;
    color: #fff !important;
    background: #32bf00;
    padding: 2px 15px;
    font-size: 12px;
    width: fit-content;
    border-radius: 43px;
    font-weight: 500;
}

button.btn-light-1 {
    padding: 7px 12px;
    font-size: 14px;
    border: none;
    /* background: linear-gradient(180deg, #524dff52 0%, #726eff45 100%); */
    background: #ECEDF8;
    border-radius: 5px;
}

.main-btn-1 .dropdown {
    position: relative;
    display: inline-block;
}

.main-btn-1 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    right: 0;
}

.main-btn-1 .dropdown:hover .dropdown-content {
    display: block;
}

/* .main-btn-1 .dropdown span {
    display: block;
    width: 30px;
    height: 30px;
    background: #d7d6ff;
    padding: 0px 6px;
    border-radius: 100%;
    font-weight: bold;
} */

.header-11 h4 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.main-rowx-1 {
    margin-bottom: 20px;
}

.main-cre3sr {
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.from-group label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
    width: 100%;
}

.from-group input,
.from-group select,
.from-group textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #25252547 !important;
    border: none !important;
    border-radius: 5px;
}

.form-group select {
    padding: 7px 10px;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    border: 1px solid #00000026;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.main-vender h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-bottom: 15px;
}

.main-rox-input {
    display: flex;
    /* align-items: center; */
}

button.d-001 {
    padding: 7px 15px;
    border-radius: 0px 4px 4px 0px !important;
    font-size: 20px;
    font-weight: 700;
}

.modal-header .close {
    position: unset !important;
    margin: unset !important;
}

.modal-header {
    align-items: center !important;
}


.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}


.customization_popup_trigger {
    /* display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 3em auto;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50em;
    background: #2196F3;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07); */
}

@media only screen and (min-width: 1170px) {
    .customization_popup_trigger {
        /* max-width: 0; */
    }
}

/* --------------------------------
xpopup
-------------------------------- */

.customization_popup {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.customization_popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.customization_popup_container {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    right: 0;
    top: 0;
    height: 100vh;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatex(400px);
    -moz-transform: translatex(400px);
    -ms-transform: translatex(400px);
    -o-transform: translatex(400px);
    transform: translatex(400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.customization_popup_container .customization_popup_buttons:after {
    content: "";
    display: table;
    clear: both;
}

.customization_popup_container .customization_popup_buttons li {
    float: left;
    width: 50%;
    list-style: none;
}

.customization_popup_container .customization_popup_buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.customization_popup_container .customization_popup_buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .customization_popup_container .customization_popup_buttons li:first-child a:hover {
    background-color: #fc8982;
}

.customization_popup_container .customization_popup_buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .customization_popup_container .customization_popup_buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.customization_popup_container .customization_popup_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.customization_popup_container .customization_popup_close::before,
.customization_popup_container .customization_popup_close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #000000;
}

.customization_popup_container .customization_popup_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.customization_popup_container .customization_popup_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .customization_popup_container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.main-count-te-order-1 {
    overflow: hidden;
}

.bg-010 {
    background: #F0F0F0;
    height: 100%;
}

.main-heading-1 {
    padding: 20px 20px;
}

.main-text1-pickup-from {
    margin-bottom: 20px;
}

.main-heading-1 h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: start;
    margin-bottom: 20px;
}

.main-text1-pickup-from p {
    font-size: 12px;
    text-align: start;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #979797;
    margin-bottom: 2px;
}

.main-text1-pickup-from h5 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: start;
    border-bottom: 1px dashed;
    color: #000;
    width: fit-content;
    cursor: pointer;
}

.main-text1-pickup-from h6 {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: start;
    color: #000;
    width: fit-content;
}

.maibn-list-cre-1 {
    text-align: start;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.maibn-list-cre-1 img {
    width: auto;
    height: 20px;
}

.maibn-list-cre-1 h6 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: start;
    color: #000;
    width: fit-content;
    margin: 0;
}

button.ord-ship-btn {
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #373737;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    color: #373737;
}

.main-12112 {
    height: 90vh;
    overflow-y: scroll;
}

.container {
    width: 700px;
    margin: 0 auto;
}

.tabs-001 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #ffffff00;
    border-bottom: 1px #00000014 solid;
    text-align: start;
}

.tabs-001 li {
    display: inline-block;
    margin: 0;
    padding: 10px 20px 5px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    border-radius: 5px 5px 0px 0px;
}

.tabs-001 li:hover {
    cursor: pointer;
}

.tabs-001 li.current {
    color: #000;
    border-bottom: 2px #524dff solid;
}


.tab-content11 {
    display: none;
    padding: 15px;
    line-height: 1.4;
}

.tab-content11.current {
    display: inherit;
    text-align: start;
}


.main-img-and-product {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 20px 0px;
    text-align: start !important;
}

.main-content-1-pro h5 {
    margin: 0;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2px;
}

.main-content-1-pro h6 {
    margin: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    color: #555;
}


@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 3rem;
    --fg: #60b636;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}

/* demo */

.main-disolay-felx {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
    margin-top: 10px;
}

.text-align-left {
    text-align: start;
    margin-top: 10px;
}

.text-align-center {
    text-align: center !important;
}

.main-box-10-1 {
    padding: 30px;
    border-radius: 30px;
    background: #fbfbfc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.main-box-cont-dash h5 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.main-box-cont-dash h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.main-box-cont-dash h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.main-mb-2 {
    margin-bottom: 35px;
}

.main-roow-1 {
    padding: 30px;
    border-radius: 30px;
    background: #fbfbfc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.main-roow-1 h5 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: capitalize !important;
    border-bottom: 1px solid #E2E2E3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-roow-1 h5 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #2c2c2d;
}

.heade091 h5 {
    text-transform: uppercase;
}


.main012 {
    padding: 12px;
    text-align: center;
    border-radius: 14px;
    background: #034aff1c;
    background-size: 600% 100%;
    animation: gradient 5s linear infinite;
    animation-direction: alternate;
    color: #000 !important;
    margin-top: 10px;
    border: 1px solid #201b1b1c;
    height: 94%;
}

.main012 h4 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.main012 h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.main-Couriers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.heade091 h5 {
    font-size: 16px;
    margin: 0;
}

.main-last-day h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #555;
}

.main-texx-img-no {
    text-align: center;
}

.main-texx-img-no img {
    width: auto;
    height: 90px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 10px;
}

.main-texx-img-no h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    border: none;
    text-align: center;
    justify-content: center;
    margin: 0;
}

#chartdiv {
    width: 100%;
    height: 359px;
}

.main-height {
    height: 450px;
}

.text-align-right h6 {
    margin: 0;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.main-zone-img .sphere.sphere-grey {
    border-color: #b1b0b5;
}

.main-zone-img .sphere.sphere-green {
    border-color: #54bf5a;
}

.main-zone-img .sphere.sphere-red {
    border-color: #f85e57;
}

.main-zone-img .sphere.sphere-yellow {
    border-color: #ffe279;
}

.main-zone-img .sphere {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 5px solid;
    border-radius: 50%;
    background-color: #fff;
}

.main-zone-box {
    margin-top: 10px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.main-zone-img {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.main-zone-img h5 {
    margin: 0;
}

.ratio-1 h5 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}

.main-021 label {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.por-tre {
    position: relative;
}

.por-tre p {
    position: absolute;
    right: 1px;
    padding: 6.4px 16px;
    color: #a9b0bc;
    background: #F3F7FE;
    top: 33px;
    border-radius: 0px 7px 7px 0px;
}

.por-tre212 {
    position: relative;
}

.por-tre212 p {
    position: absolute;
    left: 1px;
    padding: 4.4px 16px;
    color: #a9b0bc;
    background: #F3F7FE;
    top: 33px;
    border-radius: 7px 0px 0px 7px;
}

.min10-1 {
    margin: 20px 0px;
}

.main-loction10-21 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.mio101 {
    border: dotted 1.5px #735ae5;
    border-radius: 8px;
    width: 67%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-top: 5px;
    background-color: #f8f6fe;
    width: 70%;
    color: #a6a6a7;
    margin-left: 15%;
}

.vertical-hr {
    border-left: dotted 1.5px #735ae5;
    height: 81.1px;
    margin-left: 48%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.main-01201 {
    text-align: center;
    padding: 20px 0px;
}

img.main-imgpo1 {
    margin-top: 50px;
    width: 100%;
}

.moi-he71 {
    height: 650px;
}

.list-of-team li {
    font-size: 13px;
    line-height: 2;
    font-weight: 300;
}

button.btn-closee-1 {
    background: #d7d6ff29;
    padding: 7px 15px;
    border: 1px solid #201b1b;
    font-size: 16px;
    font-weight: 500;
    color: #201b1b;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.btn-primary:hover {
    color: #fff;
    background-color: #282828ed;
    border-color: #282828ed;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.fade-scale .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

.main-01 h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
}

.main-01 span {
    color: #008e27;
}

.model-width-1 {
    width: 30% !important;
    max-width: 100%;
}

.head-00re h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.man-01rech {
	padding: 20px;
	background: #ECEDF8;
	border-radius: 30px;
}

.man-01rech h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
}

.rech-re-form {
    position: relative;
}

.rech-re-form input {
    padding: 5px 10px 5px 25px;
    border: none;
    border-radius: 5px;
}

.custom-rupee-position {
    position: absolute;
    top: 30%;
    left: 10px;
    z-index: 1;
    transform: translateY(-50%);
}

.rech-re-form p {
    font-size: 12px;
    font-weight: 200;
    margin: 0;
    margin-bottom: 10px;
}

.man-01rech h6 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.main-21-33 {
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

button.re-btn {
    border: solid 0.5px #d3d3d3;
    background-color: #fff;
    border-radius: 25px;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 14px;
    letter-spacing: 0.3px;
    margin: 5px 0px;
}

.rech-re-form1 input {
    padding: 1px 5px;
}

.rech-re-form1 input {
    padding: 5px 55px 5px 5px;
    font-size: 11px;
}

.main-have-a-coupon h6 {
    font-size: 14px;
    margin: 10px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.3;
}

.rech-re-form1 p {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    cursor: pointer;
}

.class-main-count {
    padding: 20px;
    background: #ECEDF8;
    margin-top: 10px;
    border-radius: 30px;
}

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

.left-rech h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #9C9C9C;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}

.right-rech h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #9C9C9C;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}

.main-recha h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.text-align-center {
    text-align: center !important;
}

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

.main-d-flex-121 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #00000014;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-d-flex21 {
    padding: 20px;
    border: 1px solid #00000014;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-d-flex-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main-img-edite {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.main-001 h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.main-001 h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #555;
    margin: 0;
    margin-bottom: 5px;
}

.mnain-frisnol-det h4 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #767676;
}

.mnain-frisnol-det h5 {
    font-size: 16px;
    line-height: 1.4;
}

.mnain-frisnol-det {
    margin: 20px;
}

.mnain-frisnol-det input {
    border: none;
    color: #000 !important;
}

.mnain-frisnol-det input::placeholder {
    color: #000 !important;
}

.main-mob-menu {
    display: none;
}

a.main-edite {
    padding: 5px;
    background: #544fff29;
    margin: 0px 5px;
    color: #6f6bff !important;
    display: block;
    width: 35px;
    height: 35px;
    padding: 5px 9px;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
}

.mi-flex {
    display: flex;
}

.main-bg0-021 {
    background: #000000a3;
    opacity: 1.1;
    z-index: 1111111 !important;
}

h5.pick-up0 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.main-0091-text {
    margin-bottom: 20px;
}

.main-0091-text h5 {
    background: #E5FFE5;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.main-0921-order-text {
    padding: 10px;
    background: #F6F6F6;
    border-radius: 6px;
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.main-0921-order-text h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.main-calner {
    padding: 20px;
    background: #F2F8FF;
    border: 1px solid #AFCFFF;
    border-radius: 6px;
}

.main-calner h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.7;
    color: #000;
}

.main-calner h6 {
    color: #476b95;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    padding: 20px 0px 0px 0px;
}


.main-21-32 {
    justify-content: unset;
    column-gap: 15px;
}

.main-note-from-01 h6 {
    font-size: 14px;
    margin-top: 20px;
    padding: 0px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

button.simple-021-btn {
    border: none;
    color: #000000;
    background: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.main-row-12 {
    padding: 20px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.main-anitio1 {
    width: 33.33%;
    text-align: center;
    background: #201b1b1c;
    padding: 20px;
    border-radius: 9px;
    height: 130px;
}

.main-anitio1 h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-top: 10px !important;
    margin: 0;
}

.main-do-it {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    border-top: 1px solid #00000017;
}

/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.custom-model-width {
    width: 400px !important;
    max-width: 400px !important;
}

.right-create {
    margin: 20px 0px 0px 0px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1 !important;
    cursor: pointer;
    z-index: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 170px;
    padding: 10px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 87%;
    left: 50%;
    margin-left: -60px;
    opacity: 1;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.main-btn-1 {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.mian-btn .dropbtn {
    background-color: #ECEDF8;
    color: #201b1b;
    padding: 7px 11px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 100%;
}

.mian-btn .dropdown {
    position: relative;
    display: inline-block;
}

.mian-btn .dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.mian-btn .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #fff;
}

.mian-btn .dropdown:hover .dropdown-content {
    display: block;
}

.main-le-ri-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.left-order-text {
    display: flex;
    align-items: center;
}

.left-order-text a {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: 600;
    padding: 0px 10px 0px 0px;
}

.mnain-frisnol-det span {
    padding: 0px 6px;
    font-size: 12px;
    background: #00800024;
    color: #008000;
    font-family: 'Poppins', sans-serif;
    border: 1px solid;
    border-radius: 5px;
}

.main-ord-1-text {
    background: #00000000;
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main-headet-det {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.main-headet-det {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001a;
}

.main-headet-det h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.mani-00-tetxt {
    margin-top: 15px;
}

.mani-00-tetxt p {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin: 0;
    line-height: 1.8;
}

.mani-00-tetxt h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.8;
}

.main-active-tab {
    /* background: #00000000;
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.main-active-tab .tabs {
    position: relative;
    height: fit-content !important;
    width: 100%;
    margin: 0;
}

.main-active-tab .tab {
    float: left;
    width: 50%;
    text-align: center;
}

.main-active-tab .tab label {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    margin-left: -1px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.main-active-tab .tab:first-child label {
    margin-left: 0;
}

.main-active-tab .tab input[type=radio] {
    display: none;
}

.main-active-tab .tab-content {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    padding: 20px;
    display: none;
    text-align: start;
}

.main-active-tab input[type=radio]:checked~label {
    width: 100%;
    border-bottom: 2px solid #6e6aff;
}

.main-active-tab input[type=radio]:checked~label~.tab-content {
    display: block;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload__label {
    display: block;
    color: #fff;
    background: #282828ed;
    border-radius: 0.4em;
    transition: background 0.3s;
    font-size: 14px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}

.main-righttext {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.main-ural-12.table-responsive {
    margin: 20px 0px;
    background: #3737370d;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #0e0e0e;
}

.main-text-align-center {
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.main-calander-11 {
    margin-bottom: 20px;
}

label.main-khaman-1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.dropdown-menu.show.drop-menu-right {
    left: -168px !important;
    width: 10px !important;
}

/* =========================================
Login Page Css 
========================================= */

section.main-logout-login {
    margin: 0px 0px;
    padding: 0 0px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 100vh !important;
    position: relative;
}

/* section.main-logout-login::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
} */

.login-right-deta {
    /* background: #ECEDF8; */
    height: 100vh;
    padding-top: 100px;
    position: relative;
    z-index: 99999;
    /* border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; */
}

.login-right-deta::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/login/login-shap.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login-right-deta h5 {
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #2c2c2d;
}

.login-right-deta img {
    width: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-text-input-filld {
    width: 40%;
    padding: 30px;
    border-radius: 15px;
    margin: 0 auto;
    background: #06064D;
    position: relative;
    z-index: 999;
}

.main-login-21 .from-group {
    /* margin: 25px 0px; */
    margin-bottom: 20px;
}

.main-login-21 .from-group label {
    color: #000;
}

.main-logo-121 {
    text-align: center;
    margin: 20px;
}

.main-logo-121 img {
    width: 135px;
    margin-bottom: 20px;
}

.main-logo-121 h5 {
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    color: #2c2c2d;
}

.main-login-btn {
    text-align: center;
}

.main-login-btn {
    text-align: center;
}

.main-login-btn button {
    width: 100%;
    border: 2px solid #fff;
}

.main-login-21 .from-group a {
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}


.dropdown-item {
    padding: 10px 30px !important;
}

/* .dropdown-menu.show {
    left: -420% !important;
} */

.dropdown-menu.show {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
    border: none !important;
}

.main-content-001 .step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.main-content-001 .v-stepper {
    position: relative;
    /*   visibility: visible; */
}

.main-tba-show-order-1 {
    background: #fbfbfc;
    padding: 20px;
    margin-bottom: 8px;
    border-radius: 30px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

/* regular step */
.main-content-001 .step .circle {
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 20px;
    /* +6 for border */
    height: 20px;
    display: inline-block;
}

.main-content-001 .step .line {
    top: 23px;
    left: 8px;
    /*   height: 120px; */
    height: 100%;
    position: absolute;
    border-left: 3px solid gray;
}

.main-content-001 .step.completed .circle {
    visibility: visible;
    background-color: rgb(110 106 255);
    border-color: rgb(110 106 255);
}

.main-content-001 .step.completed .line {
    border-left: 3px solid rgb(87 83 255);
}

.main-content-001 .step.active .circle {
    visibility: visible;
    border-color: rgb(110 105 255);
}

.main-content-001 .step.empty .circle {
    visibility: hidden;
}

.main-content-001 .step.empty .line {
    /*     visibility: hidden; */
    /*   height: 150%; */
    top: 0;
    height: 150%;
}


.main-content-001 .step:last-child .line {
    border-left: 3px solid white;
    z-index: -1;
    /* behind the circle to completely hide */
}

.main-content-001 .content {
    margin-left: 20px;
    display: inline-block;
}

.main-content-001 .content h4 {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-top: 0;
}

.main-content-001 .content h6 {
    font-size: 12px;
    font-weight: 500;
    color: #898989;
    font-family: 'Poppins', sans-serif;
}


/* Tabs Start */

.main-tba-show-order-1 .ease {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main-tba-show-order-1 .tabs {
    background: #fff;
    position: relative;
    /*margin-bottom: 50px;*/
}

.main-tba-show-order-1 .tabs>input,
.main-tba-show-order-1 .tabs>span {
    width: 50%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #0000002e;
}

.main-tba-show-order-1 .tabs>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.main-tba-show-order-1 .tabs>span {
    text-align: center;
    overflow: hidden;
}

.main-tba-show-order-1 .tabs>span i,
.main-tba-show-order-1 .tabs>span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main-tba-show-order-1 .tabs>input:hover+span {
    background: rgba(255, 255, 255, .1);
}

.main-tba-show-order-1 .tabs>input:checked+span {
    background: #fff;
}

.main-tba-show-order-1 .tabs>input:checked+span,
.main-tba-show-order-1 .tabs>input:hover+span {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #373737;
}

.main-tba-show-order-1 #tab-1,
.main-tba-show-order-1 #tab-1+span {
    left: 0;
}

.main-tba-show-order-1 #tab-2,
.main-tba-show-order-1 #tab-2+span {
    right: 0;
}

.main-tba-show-order-1 .tab-content {
    padding: 80px 20px 0;
    width: 100%;
    height: fit-content;
}

.main-tba-show-order-1 .tab-content section {
    width: 100%;
    display: none;
}

.main-tba-show-order-1 .tab-content section h1 {
    margin-top: 15px;
    font-size: 100px;
    font-weight: 100;
    text-align: center;
}

.main-tba-show-order-1 #tab-1:checked~.tab-content #tab-item-1 {
    display: block;
}

.main-tba-show-order-1 #tab-2:checked~.tab-content #tab-item-2 {
    display: block;
}

.main-tba-show-order-1 #tab-3:checked~.tab-content #tab-item-3 {
    display: block;
}

.main-tba-show-order-1 #tab-4:checked~.tab-content #tab-item-4 {
    display: block;
}

.main-tba-show-order-1 #tab-5:checked~.tab-content #tab-item-5 {
    display: block;
}

/* ======================================
NDR PAGE CSS
====================================== */
.main-tab-class {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 10px auto;
}

.main-tab-class ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
    border-bottom: solid 3px #0e0e0e;
}

.main-tab-class ul li {
    padding: 5px 20px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.main-tab-class ul li:not(:last-of-type) {
    /* add border beside last element */
    border-right: 1px solid white;
}

.main-tab-class #first-dynamic-table,
.main-tab-class #first-dynamic-table-2 {
    width: 100%;
    background: #ffffff;
    column-gap: #36494f;
}

.main-tab-class .tab-item.active {
    background: #0e0e0e;
    color: #fff;
    padding: 8px 20px;
    border-radius: 7px 7px 0px 0px;
}

.main-tab-class .tab-content {
    width: 100%;
    display: none;
}

.main-tab-class .tab-content.active {
    display: block;
}

.main-filter-act {
    padding: 0px 0px 10px 0px;
}

button.custom-filter-btn {
    background: #00000005 !important;
    border: 1px Solid #0000000d !important;
    border-radius: 5px;
}

.main-total-weight {
    text-align: start;
    padding: 10px;
}

.main-total-weight h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 10px 0px;
}

.main-text-wegth {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-text-wegth h5 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 5px 0px;
}

.main-text-wegth h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 5px 0px;
}

.weight-bolck,
.main-filter-weight,
.main-filter-class-1 {
    margin-bottom: 20px;
}

.main-btn-group-cus {
    width: 100%;
}

button.main-btn-toda {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-selet-11 select {
	border-radius: 5px;
	padding: 7px 10px;
	width: 100%;
	height: auto;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background: #25252547 !important;
	border: none !important;
	border-radius: 5px;
	max-height: 41px;
}

.freeze-tab-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 10px auto;
}

.freeze-tab-1 ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
    border-bottom: 2px solid #0000006e;
}

.freeze-tab-1 ul li {
    padding: 10px 20px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.freeze-tab-1 ul li span {
    background: #EBF7E8;
    border: 1px solid #57B960;
    color: #57B960;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 10px;
    height: 23px;
    margin-left: 10px;
}

.freeze-tab-1 ul li:not(:last-of-type) {
    /* add border beside last element */
    border-right: 1px solid white;
}

.freeze-tab-1 #first-dynamic-table,
.freeze-tab-1 #first-dynamic-table-2 {
    width: 100%;
    background: #ffffff;
    padding: 15px 0px;
    color: #36494f;
}

.freeze-tab-1 .tab-item.active {
    color: #201b1b;
    font-weight: 600;
    border-bottom: 3px solid #201b1b;
    margin-bottom: -2px;
}

.freeze-tab-1 .tab-content {
    width: 100%;
    display: none;
    padding: 0;
}

.freeze-tab-1 .tab-content.active {
    display: block;
}

button.border-btn {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 500;
    background: #ffff;
    border: 1px solid #201b1b;
    border-radius: 4px;
    color: #000000;
}

.main-filter-class-1 {
    display: flex;
    align-items: center;
    justify-content: right;
}

section.main-order-sec {
    /* margin: 30px; */
    padding: 20px 0px;
    /* background-image: url(../images/order-1/fram-001.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.main-head-text {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 7px;
}

.main-head-text h4 {
    font-size: 18px;
    padding-bottom: 10px !important;
    padding: 20px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0;
}

ul.list-ordr-detal {
    list-style: none;
    padding: 0;
}

.list-ordr-detal li {
    font-size: 14px;
    padding: 12px 20px;
    border-bottom: 1px solid #00000040;
    color: #000;
    font-weight: 600;
}

.custm-pad {
    padding: 10px 20px;
}

.custm-pad h5 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.main-steper-11 .stepper .line {
    width: 2px;
    background-color: lightgrey !important;
}

.main-steper-11 .stepper .lead {
    font-size: 1.1rem;
}

.rounded-circle.bg-primary.text-white.mb-1 {
    padding: 10px;
    width: 40px;
    height: 41px;
    background: #201b1b !important;
}

.main-12-10 img {
    width: auto;
    height: 11px;
}

h5.text-dark {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
    margin: 0;
}

.lead-custm {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.main-cotn-nt {
    padding-bottom: 30px;
}

.main-flex-raet {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-billing-12 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 10px auto;
}

.main-billing-12 ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
    border-bottom: solid 3px #282828ed;
}

.main-billing-12 ul li {
    padding: 10px 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.main-billing-12 ul li:not(:last-of-type) {
    /* add border beside last element */
    border-right: 1px solid white;
}

.main-billing-12 ul li:hover {}

.main-billing-12 #first-dynamic-table,
.main-billing-12 #first-dynamic-table-2 {
    width: 100%;
    background: #ffffff;
    /* box-shadow: 0px 0px 3px rgb(18 16 16 / 30%); */
    padding: 15px 0px;
    color: #36494f;
}

/*Main Style*/
.main-billing-12 .tab-item.active {
    font-size: 15px;
    background: #282828ed;
    color: #fff;
    padding: 8px 20px;
    border-radius: 7px 7px 0px 0px;
    margin-bottom: -2px;
}

.main-billing-12 .tab-content {
    width: 100%;
    display: none;
    padding: 0;
}

.main-billing-12 .tab-content.active {
    display: block;
}

/*Main Style*/

/* .main-tab-flax {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.main-head-12 {
    padding: 20px;
    width: 100%;
}

.main-head-12 {
    padding: 15px;
    width: 100%;
    margin: 10px 0px;
    background: #671be017;
    border: 1px solid #671be052;
    border-radius: 3px;
    text-align: center;
}

.main-head-12 h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.filter-main-selete {
    margin: 10px 0px 10px 0px;
    position: relative;
}

.form-group-filter input,
.form-group-filter select {
    padding: 7px 10px;
    width: 100%;
    border: 1px Solid #00000059;
    font-size: 14px;
    border-radius: 6px;
}

button.btn-sreach12 {
    position: absolute;
    right: 0;
    padding: 7px 12px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #a6a6a6;
}

button.main-gray-b {
    border: none;
    padding: 3px 20px;
    border-radius: 8px;
    text-transform: capitalize;
    color: #fff !important;
    background: #32bf00;
    padding: 5px 15px;
    font-size: 12px;
    width: fit-content;
    border-radius: 43px;
    font-weight: 500;
    line-height: 1.8;
}

.main-form-1 .from-group {
    margin: 15px 0px;
}

.box-bord1 {
    padding: 20px;
    border: 1px Solid #00000030;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-btn-sav-1 {
    text-align: center;
    margin-bottom: 20px;
}

button.border-btn-1 {
    padding: 6px 14px;
    border: 1px Solid #919191;
    background: transparent;
    border-radius: 8px;
}

p.sin-up {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-align: center;
    padding-top: 20px;
}

p.sin-up-in {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin: 0;
    text-align: center;
    padding-top: 20px;
}

.main-text-input-filld {
    width: 100%;
    padding: 0 0;
    border-radius: 15px;
    margin: 0 auto;
    background: transparent;
    position: relative;
    z-index: 999;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.login-inputs {
    width: 55%;
    margin: 0 auto;
}

.main-text-input-filld::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/login/login-bottom-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 190px;
    height: 205px;
    z-index: -1;
}

.from-group-up label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.from-group-up {
    margin: 15px 0px;
}

.from-group-up label span {
    color: red;
}

.from-group-up input,
.from-group-up select,
.from-group-up textarea {
    padding: 7px 15px;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    border: 1px solid #00000026;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.main-seti1 h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.main-hed-1 h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.main-001-check {
    margin: 10px 0px;
}

.main-001-check label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.checkbox.checkbox-primary {
    margin: 30px 0px;
    display: flex;
    align-items: center;
}

/* ======================================
Media Query
====================================== */

@media (min-width: 1600px) {

    section.main-logout-login {
        height: 100vh;
    }
}

@media (max-width: 1600px) {

    /* .main-tb021 {
        height: 450px !important;
    } */
    .main-total-weight h1 {
        font-size: 16px;
    }

    .main-text-wegth h5 {
        font-size: 26px;
    }

    .main-text-wegth h6 {
        font-size: 14px;
    }

    .main-total-weight {
        padding: 5px;
    }

    .main-head-12 h5 {
        font-size: 14px;
    }

    .main-headet-det h5 {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {

    /* .main-box-10-1 {
        display: block;
        text-align: center;
        padding: 11px 20px;
    } */

    .main-box-cont-dash {
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    /* .main-box-10-1 {
        display: block;
        text-align: center;
        padding: 24px 20px;
    } */
}

@media (max-width: 1024px) {
    .main-box-10-1 {
        display: block;
        text-align: center;
        padding: 24px 20px;
    }

    .maoni--021 {
        display: none;
    }

    .enlarged .left-side-menu #sidebar-menu>ul>li>a {
        padding: 9px 5px;
        margin: 0 0px;
        min-height: auto;
    }

    /*.user1 img {*/
    /*    display: none;*/
    /*}*/

    /*.logo-box {*/
    /*    display: none;*/
    /*}*/

    /*div#sidebar-menu {*/
    /*    margin-top: 0px;*/
    /*}*/
}

@media (max-width: 991px) {
    /* .mo-none-991 {
        display: none;
    } */

    .forgot-box {
        width: 100% !important;
    }

    .enlarged .left-side-menu #sidebar-menu>ul>li>a {
        padding: 9px 5px;
        margin: 0 0px;
        min-height: auto;
    }

    .main-cre3sr {
        margin: 10px 0px;
    }

    .main-box-cont-dash h5 {
        font-size: 14px;
    }

    .main-roow-1 h5 {
        font-size: 16px;
    }

    .main012 h4 {
        font-size: 14px;
    }

    .main012 h5 {
        font-size: 14px;
    }

    .main-box-10-1 {
        padding: 25px 20px;
    }

    /*.main-box-cont-dash {*/
    /*    margin-top: 18px;*/
    /*}*/

    .main-height {
        height: auto;
    }

    .moi-he71 {
        height: auto;
    }

    .model-width-1 {
        width: 90% !important;
        max-width: 100%;
        margin: 30px auto !important;
    }

    .main-le-ri-text {
        margin-top: 10px;
    }

    /* .main-text-input-filld {
        width: 70%;
    } */

    ul#tabs {
        white-space: nowrap;
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .content-im {
        text-align: center;
    }

    .page_head {
        position: absolute;
        left: 60px;
    }

    .navbar-custom .button-menu-mobile {
        height: 40px;
        line-height: 40px;
    }

    .main-mob-menu {
        display: block;
    }

    .content-blk {
        text-align: center;
    }

    .model-width {
        max-width: 90% !important;
    }

    .main-box-10-1 {
        padding: 25px 20px;
        /* display: flex;
        align-items: center;
        margin-bottom: 20px; */
    }

    .main-box-cont-dash {
        margin-top: 0px;
        padding-top: 0;
    }

    .navbar-custom {
        justify-content: space-between !important;
    }

    .main-d-flex-121 {
        display: block;
        text-align: center;
    }

    .main-disolay-felx {
        margin-top: 20px;
    }

    .main-tab-class ul {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .main-box-10-1 {
        text-align: start !important;
    }
}

@media (max-width: 610px) {
    .header-title {
        display: flex;
        flex-wrap: wrap;
        column-gap: 14px;
        row-gap: 12px;
        justify-content: space-between !important;
    }

    .mail {
        display: none;
    }

    .navbar-custom {
        justify-content: end;
    }

    button.ght-1 {
        margin-top: 0px !important;
    }

    .cd {
        display: flex !important;
        flex-direction: column !important;
    }

    .Lot-2 {
        margin: 19px 0px;
    }

    .Fire-1 {
        margin-top: 0 !important;
    }

    .main-heading-1 {
        padding: 0px;
    }

    /*.navbar-custom .button-menu-mobile {*/
    /*    height: 70px;*/
    /*    line-height: 70px;*/
    /*}*/

    /* .main-text-input-filld {
        width: 90%;
    } */
}

@media (max-width: 576px) {

    .main-le-ri-text {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
        row-gap: 20px;
    }

        .main-logo-121 h5 {
            font-size: 22px !important;
        }

    .main-img-edite {
        display: block;
    }

    .main-001 {
        margin: 20px 0px;
    }

    .last-w {
        width: 50%;
    }

    .main012 {
        height: auto;
    }

    .main-mb-2 {
        margin-bottom: 20px;
    }

    ul.d-list {
        margin-left: -19px;
        margin-right: -6px;
    }

    .d-list li {
        font-size: 14px;
    }

    .d-1 {
        padding: 12px 0px;
    }

    q li.hide-cls {
        display: none !important;
    }

    .navbar-custom {
        justify-content: start !important;
    }

    .navbar-custom {
        justify-content: space-between !important;
    }

    /* .mo-none {
        display: none !important;
    } */

    .custom-model-width {
        width: 100% !important;
        max-width: 100%;
    }

    li.moin-bord {
        border: none !important;
    }

    .main-righttext {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
    }

    .bg-0021 {
        padding: 20px !important;
    }

    .order-111-add {
        /*justify-content: center;*/
        column-gap: 15px;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 439px) {
    .main-disolay-felx {
        margin-top: 20px;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
        row-gap: 10px;
    }
}

/*tejas css start*/

@media(max-width: 1600px) {
    .main012 h4 {
        font-size: 12px;
    }

    .main-box-cont-dash h5 {
        font-size: 14px;
    }

    .main-box-cont-dash h6,
    .main-box-cont-dash h3 {
        font-size: 14px;
    }

    .main-texx-img-no h5 {
        font-size: 14px;
    }
}

@media(max-width: 1350px) {
    .main-last-day {
        width: 100% !important;
        text-align: end !important;
        margin-top: 12px;
    }

    .main-Couriers {
        flex-direction: column;
        align-items: start !important;
    }
}

@media(max-width: 1200px) {
    .star_row {
        row-gap: 20px;
    }

    .main-last-day {
        width: auto !important;
        text-align: end !important;
        margin-top: 0;
    }

    .main-Couriers {
        flex-direction: row;
        align-items: start !important;
    }
}

@media(max-width: 380px) {
    .main-last-day {
        width: 100% !important;
        text-align: end !important;
        margin-top: 12px;
    }

    .main-Couriers {
        flex-direction: column;
        align-items: start !important;
    }
}

.main-roow-1 {
    height: 100%;
}

.dropdown-menu {
    animation-fill-mode: none !important;
    min-width: 100% !important;
    -webkit-animation-name: none;
}

.dropdown-menu.show {
    top: 0 !important;
}

.dropdown-menu-right {
    right: 0 !important;
    left: 0 !important;
}

#sidebar-menu>ul>li>a i {
    margin: 0 5px 0 3px;
}

.badge {
    padding: 5px !important;
    font-size: 12px !important;
}

.dropdown.notification-list.mo-none .badge {
	padding: 0 !important;
	font-size: 10px !important;
	background-color: #000 !important;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-inputs p a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline !important;
}

.badge-danger {
    background-color: #d9293a !important;
}

.badge-success {
    background-color: #34b589;
}

.pan img {
    height: 150px;
    width: 150px;
    margin-top: 10px;
}

.modal-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.pan1 {
    width: 50px;
}

.main-order-page-1,
.main-disolay-felx,
.main-rowx-1.mt-3,
.label-settings,
.main-dashbordr-22,
.main-filter-weight {
    margin-top: 25px !important;
}

.recipt .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    line-height: 1.5 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #00000026 !important;
}

/* .main-selet-11 select {
    background: #ffffff05 !important;
    border: 1px Solid #ced4da !important;
} */

.form-control::placeholder {
    color: #000 !important;
}

.row.row-re {
    row-gap: 10px;
}

body.sidebar-enable {
    position: relative;
    transition: .5s ease-in-out;
}

body.sidebar-enable::after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: .5s ease-in-out;
}

.btn.btn-icon.waves-effect.waves-light.action-icon i {
	background: #000;
	color: #fff;
	padding: 5px 6px;
	font-size: 14px;
	border-radius: 50%;
}

.main-filter-weight .row {
    row-gap: 15px;
}

.dataTable.no-footer tbody tr {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: transparent;
    border-radius: 15px !important;
}

.weight-data .main-order-001 h4 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #2c2c2d;
    padding-bottom: 0;
}

#add_new_address {
    background: #000;
    color: #fff;
}

.dt-buttons {
    text-align: end;
    margin-bottom: 30px;
}

.side-right {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 26px;
    color: #000;
}

.custo-radio .radio-info input[type="radio"]:checked + label::before {
	border-color: #25252547 !important;
	background: #25252547 !important;
}

.custo-radio .radio-info input[type="radio"]:checked+label::after {
    background-color: #000;
}

@media(max-width: 1600px) {
    #sidebar-menu>ul>li>a {
        font-size: 13px;
    }

    .badge {
        padding: 5px !important;
        font-size: 10px !important;
    }

    .form-control {
        font-size: 12px !important;
    }

    .header-11 h4 {
        font-size: 18px;
    }

    .main-roow-1 h5 {
        font-size: 14px;
    }

    .balcnce-wa h6 {
        font-size: 14px;
    }

    /*.dropdown.notification-list.mo-none .badge {*/
    /*    font-size: 71% !important;*/
    /*}*/

    .page_head h2 {
        font-size: 22px;
    }

    .main-dash-bord {
        width: 60px;
    }

    #sidebar-menu .menu-arrow {
        top: unset;
    }

    .from-group label {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .from-group input,
    .from-group select,
    .from-group textarea {
        font-size: 12px !important;
        padding: 7px 15px !important;
    }

    .btn-main-1 {
        font-size: 14px;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        font-size: 12px;
    }

    table.dataTable>thead>tr>th,
    table.dataTable>thead>tr>td {
        font-size: 13px;
    }

    .action-icon {
        font-size: 14px;
    }

    .pan img {
        height: 100px;
        width: 100px;
        margin-top: 10px;
    }

    .table-responsive label {
        font-size: 12px !important;
    }

    .dataTables_info {
        font-size: 12px;
    }

    .dataTables_paginate.paging_simple_numbers {
        font-size: 12px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 1px 8px;
        margin-left: 0;
    }

    .btn.btn-danger {
        font-size: 12px;
        padding: 4px 10px;
    }

    .por-tre p {
        position: absolute;
        padding: 7.4px 16px;
        top: 27px;
        font-size: 10px;
    }

    .main-021 label {
        font-size: 13px;
    }

    .ratio-1 h5 {
        font-size: 14px;
    }

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

    .modal-header .close {
        height: 30px;
        width: 30px;
        font-size: 18px;
    }

    .main-heading-1 h4 {
        font-size: 16px;
    }

    .main-heading-1.pt-lg-0.pb-lg-2.px-lg-0 span {
        font-size: 12px !important;
    }

    .nav-second-level li a,
    .nav-thrid-level li a {
        font-size: 12px;
        margin-bottom: 3px !important;
    }

    /* #sidebar-menu>ul>li>a.active {
        padding: 10px 10px;
    } */

    .pan1 {
        width: 40px;
    }

    .main-vender h5 {
        font-size: 16px;
    }

    td {
        font-size: 12px;
    }

    th {
        font-size: 13px;
    }

    .form-control {
        /* font-size: 12px !important; */
        /* padding: 15px !important; */
    }

    .main-selet-11 select {
        font-size: 12px !important;
    }

    button.d-001 {
        font-size: 14px;
    }

    button.d-002 {
        font-size: 16px !important;
    }

    .mani-00-tetxt h5 {
        font-size: 12px;
    }

    .main-content-001 .content h4 {
        font-size: 12px;
    }

    .main-content-001 .content h6,
    .tooltip,
    .main-cont1-2 p,
    button.btn-light-1,
    .mian-btn .dropbtn,
    .dropdown-item {
        font-size: 12px;
    }

    ul#tabs li.active {
        font-size: 14px;
        padding: 6px 14px;
    }

    ul#tabs li {
        font-size: 13px;
    }
}

@media(max-width: 1500px) {
    .col-lg-3.col-md-6.ship-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 1200px) {
    .navbar-custom {
        padding: 15px 15px 15px 95px !important;
    }

    .logo-box {
        display: none;
    }

    div#sidebar-menu {
        margin-top: 25px;
    }
}

@media(max-width: 991px) {
    .modal-dialog.modal-lg.model-width-1 {
        width: 95% !important;
    }
}

@media(max-width: 767px) {
    .navbar-custom {
        padding: 15px 15px 15px 0 !important;
    }

    .logo-box {
        display: block;
    }

    div#sidebar-menu {
        margin-top: 90px;
    }
}

@media(max-width: 576px) {
    .col-lg-3.col-md-6.ship-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mnain-frisnol-det {
        margin: 10px 0 !important;
    }

    .main-img-edite.reimg {
        margin-left: 0 !important;
    }
}

@media(max-width: 420px) {
    .page_head h2 {
        font-size: 18px;
    }

    .page_head {
        left: 50px;
    }
}

@media (max-width: 300px) {
    .page_head h2 {
        font-size: 16px;
    }
}

/*tejas css end*/

/* new design css start by tejas */
.dash-first-col {
    height: 100%;
}

.dash-first-col .row {
    row-gap: 20px;
}

/*.main-box-10-1.active-card {*/
/*    background: #000;*/
/*    background-image: url("../images/dashbord/active-box-bg.png");*/
/*    background-position: right top;*/
/*    background-size: 40%;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.main-box-10-1.active-card .main-box-cont-dash h5 {*/
/*    color: #ffff;*/
/*}*/

.star-first-cards {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-box-10-1 h3 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #2c2c2d;
}

.line-center-img {
    margin: 20px 0 18px 0;
    width: 100%;
}

/*.main-box-10-1.active-card h3 {*/
/*    color: #fff;*/
/*}*/

.or-new-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.or-new-card h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #2c2c2d;
    margin: 0;
}

.nav-link.waves-effect.waves-light,
.head-li.moin-bord {
    background: #fbfbfc !important;
    border-radius: 10px;
    padding: 14px 18px;
}

.nav-link.dropdown-toggle.nav-user.mr-0.waves-effect.waves-light {
    background: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-link.dropdown-toggle.nav-user.mr-0.waves-effect.waves-light img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.nav-link.dropdown-toggle.nav-user.mr-0.waves-effect.waves-light h6 {
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
}

.left-side-menu.wrapper1 {
    background: #fff;
    box-shadow: none;
    border-radius: 30px;
    width: 330px;
    margin: 28px 0 0 28px;
    padding: 40px 25px;
}

.heade091 {
    width: 100%;
}

.star-first-cards img {
    width: 60px;
    height: 60px;
}

.head-sub h6 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #9e9e9e;
    margin-bottom: 10px;
}

.head-sub.toper-line {
    border-top: 1px solid #E6E6E6;
    padding-top: 10px;
    margin-top: 10px;
}

.head-sub.toper-line h6 {
    margin-bottom: 3px;
}

.dataTable.no-footer tr th {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 15px 15px 15px 10px;
}

.dataTable.no-footer tr td {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    padding: 15px 10px;
}

.head-li.moin-bord {
    cursor: pointer;
}

.dropdown.notification-list.noti-deta .nav-link.dropdown-toggle.waves-effect.waves-light img {
    height: 21px !important;
}

.dropdown.notification-list.noti-deta .nav-link.dropdown-toggle.waves-effect.waves-light {
    padding: 9px 16px;
}

.left-bar-show {
    display: none !important;
}

.main-cont1-2 p {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

.inner-page-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-order-001 {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #fbfbfc;
    border-radius: 30px;
    padding: 25px;
}

.dataTables_wrapper .dataTables_length select {
    border: none;
    border-radius: 3px;
    background-color: #25252547;
    color: #000;
    padding: 7px;
    appearance: none;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 6px;
}

.dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.dataTables_wrapper .dataTables_filter input {
	border: none;
	border-radius: 3px;
	padding: 7px;
	margin-left: 3px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	background-color: #25252547;
}

.dataTable.no-footer tr.odd,
.dataTable.no-footer tr.even {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: transparent;
    border-radius: 15px !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    border-bottom: 1px solid #E2E2E3;
}

table.dataTable.no-footer {
    border-collapse: separate !important;
    border-spacing: 0 15px;
    padding: 0 5px;
    border-bottom: 1px solid rgb(226, 226, 227);
}

p.cod {
    text-transform: capitalize !important;
    background: #FF6868 !important;
    padding: 2px 15px !important;
    width: fit-content !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #fff !important;
    border-radius: 43px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
    background: #25252547;
    border: none;
    border-radius: 3px;
    padding: 7px 15px;
    appearance: none;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-weight: 400;
    font-size: 14px;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
}

.dataTables_info {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.main-order-001 .main-calander-11 {
    margin: 0;
}

.file-btn {
    text-align: end;
}

.form-control {
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #6c757d;
	background-color: #25252547;
	border: none;
	border-radius: 5px;
}

.ordr-main-001 .row.row-re.mb-2 {
    margin-bottom: 20px !important;
}

.dataTable.no-footer td p a {
    color: #919191;
}

.main-create-order .from-group.my-2 {
    margin: 0 !important;
}

.main-create-order .main-cre3sr .row {
    row-gap: 20px;
}

.main-create-order .main-vender h5 {
    font-weight: 600;
    font-size: 20px;
    color: #2c2c2d;
    padding-bottom: 20px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    background: transparent;
}

.form-control:focus {
	background-color: #bfbfc0;
}

.main-filter-weight {
    margin: 0 !important;
}

table.dataTable.no-footer td a {
    color: #000;
}

.main-login-21 input {
    border-radius: 8px;
    padding: 12px 16px !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 136%;
    color: #5b5b5b;
}

.main-login-btn .btn-main-1 {
    border-radius: 8px;
}

.or {
    font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    text-align: center;
    color: #000;
    margin: 5px 0;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.new-login-page .main-logo-121 img {
    margin-bottom: 25px;
    /*filter: invert(1);*/
}

.man-01rech select,
.man-01rech input {
    background: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 16px;
}

.from-group.rech-re-form #recharge_amount {
    border-radius: 30px;
    padding: 11px 15px 11px 25px;
}

.modal.recharge button.re-btn.active {
    background: #000;
}

.modal.recharge button.re-btn {
    border: none;
    padding: 7px 14px;
}

.modal.recharge .main-21-33 {
    margin-top: 10px;
}

.dropdown-item.notify-item {
    color: #000;
}

#sidebar-menu>ul>li>a.active svg path,
#sidebar-menu>ul>li>a.active svg rect {
    stroke: #fff;
    fill: #fff;
}

#sidebar-menu>ul>li>a.active svg.setting-svg path {
    fill: #000;
}

#sidebar-menu>ul>li>a svg {
    margin-right: 8px;
}

.modal-body label {
    color: #000;
}

.dt-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
    flex-wrap: wrap;
}

.dt-buttons .dt-button {
    border: 1px solid #000;
    color: #000;
}

.dt-buttons .dt-button:hover{
    background: #ecedf8;
    color: #000;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background: #25252547 !important;
	border: none !important;
	border-radius: 42px !important;
	min-height: auto;
	padding: 5px 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000 !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container .select2-search--inline {
    float: none !important;
}

.ticket-table.dataTable.no-footer .btn.btn-icon.waves-effect.waves-light.action-icon {
    border-radius: 66px;
    padding: 0;
    margin: 0 5px;
}

.ticket-table.dataTable.no-footer td a {
    margin: 0 5px;
}

.badge.badge-success,.badge.badge-danger,.badge.badge-warning {
    background-color: #32BF00;
    border-radius: 43px;
    font-weight: 500;
    font-size: 12px !important;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 9px 19px !important;
}
.badge.badge-danger {
    background-color: #ff7070 !important;
}

.badge.badge-warning{
    background-color: #b5b5b5;
    color: #000;
}

.apexcharts-toolbar {
    z-index: 1 !important;
}

.order-ship .bg-010.bg-0021 {
    background: #ecedf8;
}

.order-ship .main-heading-1 h4 {
    color: #000;
}

.order-ship .main-text1-pickup-from p {
    font-size: 14px;
    color: #000;
    margin: 0 !important;
}

.order-ship .main-img-and-product {
    padding: 0 0px;
}

.modal-header .close {
	background-color: #000;
}

@media(max-width: 1600px) {
    .head-sub h6 {
        font-size: 14px;
    }

    .main-box-10-1 h3 {
        font-size: 18px;
    }

    .or-new-card h6 {
        font-size: 12px;
    }

    .page_head h2 {
        font-size: 30px;
    }

    .dropdown.notification-list .nav-link.dropdown-toggle.nav-user.mr-0.waves-effect.waves-light img {
        height: 35px !important;
        width: 35px;
    }

    .content-page {
        margin-top: 80px;
    }

    .dropdown.notification-list.noti-deta .nav-link.dropdown-toggle.waves-effect.waves-light img {
        height: 20px !important;
    }

    .dropdown.notification-list.noti-deta .nav-link.dropdown-toggle.waves-effect.waves-light {
        padding: 8px 16px;
    }
}

@media(max-width: 1400px) {
    .left-side-menu.wrapper1 {
        width: 275px;
        margin: 20px 0 0 20px;
        padding: 30px 20px;
    }

    .page_head h2 {
        font-size: 24px;
    }

    .content-page {
        margin-left: 295px;
    }

    .navbar-custom {
        padding: 15px 15px 15px 317px !important;
    }

    .main-box-10-1 {
        padding: 20px;
    }

    .main-box-10-1 h3 {
        font-size: 16px;
    }

    .main-roow-1 {
        padding: 25px;
    }

    .star-first-cards {
        gap: 15px;
    }

    .star-first-cards img {
        width: 55px;
        height: 55px;
    }
}

@media(max-width: 1300px) {
    .login-inputs {
        width: 75%;
        margin: 0 auto;
    }
}

@media(max-width: 1200px) {
    .main-box-10-1 {
        padding: 15px;
    }

    .main-box-cont-dash h5 {
        font-size: 13px;
    }

    .star-first-cards {
        gap: 8px;
    }

    .star-first-cards img {
        width: 50px;
        height: 50px;
    }

    .main-box-10-1 h3 {
        font-size: 14px;
    }

    .or-new-card h6 {
        font-size: 10px;
    }

    .head-sub.toper-line,
    .head-sub {
        display: none;
    }

    .left-side-menu.wrapper1 {
        margin: 0;
        padding: 15px 10px;
        border-radius: 0;
    }

    #sidebar-menu>ul>li>a.active::after {
        content: none;
    }

    .enlarged .left-side-menu #sidebar-menu>ul>li>a {
        padding: 14px 14px;
        min-height: auto;
        width: auto !important;
    }

    .slimscroll-menu.mm-show {
        margin-right: 0 !important;
    }

    div#sidebar-menu {
        margin-top: 0;
    }

    .navbar-custom {
        padding: 15px 15px 15px 92px !important;
    }
}

@media(max-width: 991px) {
    .new-design-main .row.mb-3 {
        row-gap: 20px;
    }

        .col-lg-6.d-none991 {
            display: none;
        }

    .nav-link.dropdown-toggle.nav-user.mr-0.waves-effect.waves-light h6 {
        display: none;
    }

    .page_head h2 {
        font-size: 20px;
    }

    .nav-user {
        padding: 0 0 !important;
    }
}

@media(max-width: 767px) {
    .navbar-custom {
        padding: 15px 15px 15px 0 !important;
    }

    .dt-buttons {
        justify-content: center;
        display: flex !important;
    }

    .navbar-custom .button-menu-mobile {
        width: 50px;
    }

    .main-mob-menu .fe-menu {
        color: #fff !important;
    }

    div#sidebar-menu {
        margin-top: 90px;
    }

    .head-sub.toper-line,
    .head-sub {
        display: block;
    }

    .head-li.moin-bord {
        display: none;
    }

    .left-bar-show {
        display: block !important;
    }

    .head-li.moin-bord.left-bar-show {
        background: #000 !important;
        margin-bottom: 20px;
    }

    .head-li.moin-bord.left-bar-show h6,
    .head-li.moin-bord.left-bar-show i {
        color: #fff !important;
    }

    .dropdown.notification-list.mo-none-991 {
        display: none;
    }

    .dropdown.notification-list.noti-deta .nav-link.dropdown-toggle.waves-effect.waves-light {
        padding: 4px 12.5px;
    }

    .dropdown.notification-list.noti-deta .nav-link.dropdown-toggle.waves-effect.waves-light img {
        height: 18px !important;
    }

    .notification-list .noti-icon-badge {
        top: 5px;
        left: 20px;
    }

    .content-page {
        margin-top: 70px;
    }

    .inner-page-heading {
        flex-direction: column;
        align-items: start;
        row-gap: 10px;
    }

    .inner-page-heading .order-111-add {
        width: 100%;
    }

    .profile-text-main {
        margin-left: 0 !important;
    }
}

@media(max-width: 576px) {
    .page_head h2 {
        font-size: 16px;
    }

    .profile-head {
        flex-direction: column;
        align-items: center !important;
        text-align: center !important;
        row-gap: 0 !important;
    }

    ul#tabs li {
        padding: 8px 15px;
    }

    .navbar-custom .button-menu-mobile {
        width: 45px;
    }

    .page_head {
        left: 50px;
    }

    .main-roow-1 {
        padding: 20px;
    }

    ul#tabs li {
        padding: 8px 15px;
    }

    ul#tabs {
        flex-wrap: wrap;
    }

    .main-selet-11 {
        text-align: center;
    }
}

@media(max-width: 400px) {
    .dash-first-col .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #0000;
}

/*.new-login-page .main-logo-121 img {*/
/*	display: none;*/
/*}*/

/*.logo-box {*/
/*	display: none;*/
/*}*/

/* new design css end by tejas */