@media print {
    body {
        background-color: #fff;
    }
    .content,
    .page-header-fixed,
    body {
        padding: 0!important;
        margin: 0!important
    }
    .header,
    .hidden-print,
    .sidebar,
    .sidebar-bg,
    .theme-panel,
    .footer,
    .breadcrumb,
    .dataTables_info,
    .pagination,
    .dataTables_length,
    .dataTables_filter,
    .page-header {
        display: none!important
    }
    .invoice-company {
        border-bottom: 1px solid #e2e7eb!important;
        padding-bottom: 15px;
        margin-bottom: 20px!important
    }
    .invoice .invoice-from,
    .invoice .invoice-to {
        border: none;
        float: left!important;
        display: inline!important;
        width: 25%!important;
        margin: 0!important
    }
    .invoice .invoice-date {
        float: right!important;
        margin: 0!important;
        width: 25%!important;
        display: inline!important;
        text-align: right!important
    }
    .invoice-price,
    .invoice-price .invoice-price-left .sub-price,
    .table-responsive {
        display: block!important;
        float: left!important
    }
    .invoice-header {
        margin: 0!important;
        padding: 0!important
    }
    .table-responsive {
        border: none!important;
        width: 100%!important;
        margin-top: 10px!important
    }
    .invoice-price {
        margin-top: 20px!important;
        border: 1px solid #e2e7eb!important;
        width: 100%!important
    }
    .invoice .invoice-price .invoice-price-left,
    .invoice .invoice-price .invoice-price-right {
        display: block!important;
        float: left!important;
        width: 75%!important
    }
    .invoice .invoice-price .invoice-price-right {
        width: 25%!important
    }
    .invoice-price .invoice-price-right {
        text-align: right!important;
        color: #2d353c!important
    }
    .invoice-price .invoice-price-left .sub-price {
        margin-top: 5px
    }
    .invoice-footer,
    .invoice-note {
        float: left!important;
        width: 100%!important
    }
    .invoice .invoice-header>div+div {
        border-top: none;
    }
    @page {
        size: a4
    }
    .container,
    body {
        min-width: inherit!important
    }
}


/*================= Font ==============*/

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/poppins/Poppins-Bold.woff2') format('woff2'), url('webfonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/poppins/Poppins-Light.woff2') format('woff2'), url('webfonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/poppins/Poppins-Medium.woff2') format('woff2'), url('webfonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/poppins/Poppins-Regular.woff2') format('woff2'), url('webfonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/poppins/Poppins-SemiBold.woff2') format('woff2'), url('webfonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*================= Font ==============*/

body {
    font-family: 'Poppins', sans-serif;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none !important;
    outline: 0 none !important;
    border-color: #231f20;
}

.header .navbar-user .dropdown-item {
    font-size: 13px;
}

.header .navbar-user .dropdown-menu {
    min-width: 12.5rem;
    border-top: solid 4px #151b20;
    padding-top: 0;
}

.header .navbar-user .drop-heading {
    position: relative;
    padding: 1rem 1rem;
    background: url(./apple/images/coming-soon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.header .navbar-user .drop-heading small {
    color: #000;
}

.header .navbar-user .drop-heading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(17 17 17 / 0.50);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.header .navbar-user .drop-heading:hover.drop-heading:before {
    opacity: .75;
}

.header .navbar-user i {
    color: #212845;
    font-size: 16px;
}

.header .navbar-user .dropdown-item {
    border-top: 1px solid #e9ecef;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.header .navbar-user .dropdown-menu .dropdown-item .badge {
    width: 16px;
    height: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-currency .currency {
    font-size: 12px;
    margin-right: 7px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    overflow: hidden;
    border-radius: 50px;
}

.navbar-currency a:hover .currency {
    background-color: var(--secondary);
}

.header .navbar-nav>li>a .label {
    animation: pulsed 2s infinite;
}

@-webkit-keyframes pulsed {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 91, 241, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(45, 91, 241, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 91, 241, 0);
    }
}

@keyframes pulsed {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(45, 91, 241, 0.9);
        box-shadow: 0 0 0 0 rgba(45, 91, 241, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(45, 91, 241, 0);
        box-shadow: 0 0 0 10px rgba(45, 91, 241, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(45, 91, 241, 0);
        box-shadow: 0 0 0 0 rgba(45, 91, 241, 0);
    }
}

.login.login-with-news-feed .right-content .login-header .brand .logo {
    width: 200px;
    top: 0;
    margin-right: 0;
}

.login.login-with-news-feed .right-content .login-header .brand .logo img {
    max-width: 100%;
    max-height: 100%;
}

.lock-screen-user-img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.profile-header .profile-header-tab .nav-item .nav-link {
    white-space: nowrap;
}

.breadcrumb .btn.btn-icon.btn-xs {
    line-height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login.login-with-news-feed .right-content {
    position: relative;
}

.login.login-with-news-feed .right-content .language-swicher {
    display: flex;
    justify-content: flex-end;
}

.login.login-with-news-feed .right-content .language-swicher ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.login.login-with-news-feed .right-content .language-swicher ul li a {
    color: #000;
}

.login.login-with-news-feed .right-content .language-swicher ul li a:hover {
    text-decoration: none;
}

.login.login-with-news-feed .right-content .language-swicher .dropdown-menu a span {
    margin-right: 4px;
}

.register.register-with-news-feed .right-content {
    position: relative;
    padding: 40px 60px;
}

.register.register-with-news-feed .right-content .language-swicher {
    display: flex;
    justify-content: flex-end;
}

.register.register-with-news-feed .right-content .language-swicher ul {
    margin: 0;
}

.register.register-with-news-feed .right-content .logo {
    width: 200px;
}

.register.register-with-news-feed .right-content .language-swicher ul {
    padding-left: 0;
    list-style-type: none;
}

.register.register-with-news-feed .right-content .language-swicher ul li a {
    color: #000;
}

.register.register-with-news-feed .right-content .language-swicher ul li a:hover {
    text-decoration: none;
}

.register.register-with-news-feed,
.login.login-with-news-feed {
    overflow-x: hidden;
}

.register.register-with-news-feed .right-content .language-swicher .dropdown-menu a span {
    margin-right: 4px;
}

.product .product-item {
    padding: 60px 15px 15px;
    margin-bottom: 30px;
}

.single-team {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px 20px 25px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team .img {
    position: relative;
    top: -60px;
}

.single-team .img img {
    width: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.single-team .content-area {
    text-align: center;
    position: relative;
    margin-top: -37px;
}

.single-team .content-area .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #131333;
}

.single-team .content-area .designation {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-bottom: 18px;
}

.single-team .content-area .item-price {
    margin: 0;
    font-size: 1rem;
    color: #231f20;
    font-weight: 600;
}

.single-team .content-area .item-discount-price {
    font-size: .75rem;
    text-decoration: line-through;
    color: #999;
}

.dropdown-menu-cart .cart-body,
.dropdown-menu-cart .cart-footer,
.dropdown-menu-cart .cart-header {
    padding: .9375rem;
}

.dropdown-menu-cart .cart-title {
    font-weight: 600;
    font-size: .875rem;
    margin: 0;
}

.dropdown-menu-cart .cart-header+.cart-body {
    border-top: 1px solid #dee2e6;
}

.dropdown-menu-cart .cart-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu-cart .cart-item>li {
    display: table;
    width: 100%;
}

.dropdown-menu-cart .cart-item>li>div {
    display: table-cell;
    vertical-align: middle;
}

.dropdown-menu-cart .cart-item-image {
    float: left;
    width: 5rem;
    height: 3.75rem;
    padding: .3125rem;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-menu-cart .cart-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.dropdown-menu-cart .cart-item-info {
    width: 80%;
}

.dropdown-menu-cart .cart-item-image+.cart-item-info {
    padding-left: .9375rem;
}

.dropdown-menu-cart .cart-item>li h4 {
    font-size: .875rem;
    margin: .1875rem 0;
}

.dropdown-menu-cart .cart-item>li .price {
    color: #999;
    font-weight: 600;
    margin: 0;
}

.dropdown-menu-cart .cart-item-image+.cart-item-info,
.dropdown-menu-cart .cart-item-info+.cart-item-close {
    padding-left: .9375rem;
}

.dropdown-menu-cart .cart-item-close a {
    font-size: 1.125rem;
    color: #bfbfbf;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    display: block;
    text-decoration: none;
    background: #ececec;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

.dropdown-menu-cart {
    width: 22.5rem;
}

.dropdown-menu-cart .cart-item>li+li {
    padding-top: .625rem;
    border-top: 1px solid #dee2e6;
    margin-top: .625rem;
}

.dropdown-menu-cart .cart-body+.cart-footer {
    border-top: 1px solid #dee2e6;
}

.news-management .dropzone .dz-message {
    margin: 0 !important;
}

.news-management .dropzone {
    min-height: auto !important;
}

.news-management .dropzone .dz-message .dz-note {
    margin-top: 0 !important;
}

.news-management .dropzone {
    padding: 6px 20px !important;
}

.register .logo img {
    max-width: 100%;
    max-height: 100%;
}

body .daterangepicker {
    z-index: 1050;
}

.vertical-align-sup {
    vertical-align: sub;
}

.wallet-info .box {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

.wallet-info .box-widget {
    border: none;
    position: relative;
}

.bg-img {
    position: relative;
    border-bottom: none;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-img {
    background-position: calc(100% + 0.5rem) bottom;
    background-size: auto 100%;
    background-image: url(../img/wallent-info/custom-3.svg);
}

.bg-primary-light {
    background-color: #f9902a !important;
    color: #000000;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #ffffff;
}

.bg-warning-light {
    background-color: #fff4de !important;
    color: #ffa800;
}

.widget-user .box-footer {
    padding-top: 30px;
}

.box-footer {
    border-top: 1px solid #fc0;
    padding: 1.5rem 1.5rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.widget-user .widget-user-header {
    padding: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.bl-1 {
    border-left: 1px solid #d5dfea !important;
}

.br-1 {
    border-right: 1px solid #d5dfea !important;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block>.description-text {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.product-default {
    color: #777;
    margin-bottom: 2rem;
}

.product-default figure {
    margin-bottom: 0;
    position: relative;
}

.product-default figure img {
    transition: all .5s;
    height: auto;
    width: 100%;
}

.product-default figure img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-default figure .carousel-inner {
    border-radius: 15px 15px 0 0;
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative;
}

.product-default .label-group {
    position: absolute;
    top: .8rem;
    left: .8rem;
    display: flex;
    align-items: flex-start;
}

.product-default .label-group .label {
    border-radius: 0;
}

.product-default .product-label.label-hot {
    background-color: #62b959;
}

.product-label.label-off {
    background-color: black;
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
}

.inner-icon figure .btn-icon-group {
    position: absolute;
    top: .8rem;
    right: .8rem;
}

.inner-icon figure .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: none;
}

.product-default .btn-add-cart {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all .25s ease;
}

.inner-quickview figure .btn-quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0.8rem;
    color: #fff;
    background-color: var(--primary);
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: none;
    margin: 0;
    border: none;
    transition: .25s;
}

.inner-quickview:hover .btn-quickview {
    visibility: visible;
    opacity: .85;
}

.inner-quickview .product-details {
    align-items: flex-start !important;
    -ms-flex-align: start !important;
}

.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #fff;
    padding: 15px 15px 20px;
    border-radius: 0 0 15px 15px;
}

.inner-quickview .category-wrap {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: .72rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ratings-container {
    line-height: 1;
    margin: 0 0 10px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.product-default .category-list {
    font-weight: 400;
    font-size: 0.6rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    opacity: .8;
    text-transform: uppercase;
    color: var(--gray);
}

.product-default a {
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-list a {
    color: #797575;
}

.product-default a:hover {
    color: #fff;
    text-decoration: none;
}

.price-box {
    /* margin-bottom: 1.5rem; */
    font-weight: 600;
    line-height: 1;
}

.old-price {
    text-decoration: line-through;
    font-size: 0.9rem;
    letter-spacing: .005em;
    color: #999;
    margin-right: 3px;
}

.product-price {
    color: #222529;
    font-size: 1rem;
    line-height: .8;
}

.ratings-container .product-ratings {
    height: 11px;
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.ratings-container .product-ratings:before {
    content: "Ã¯â‚¬â€¦Ã¯â‚¬â€¦Ã¯â‚¬â€¦Ã¯â‚¬â€¦Ã¯â‚¬â€¦";
    color: rgba(0, 0, 0, 0.16);
}

.inner-icon:hover .btn-icon {
    background-color: #fff;
    border-color: #ddd;
    color: black;
    visibility: visible;
    opacity: 1;
}

.btn-icon:focus {
    outline: none;
}


/*.add-cart-box img {
    margin: 0 auto 30px;
    width: 120px;
}*/

.add-cart-box h4 {
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.add-cart-box {
    padding: 10px !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.add-cart-box .btn-actions {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -ms-flex-pack: distribute;
}


/*.add-cart-box .btn-actions .btn-primary {
    width: 140px;
    padding: 8px 0;
    border: none;
    cursor: pointer;
}
.add-cart-box .btn-actions .btn-primary {
    width: 140px;
    padding: 8px 0;
    border: none;
    cursor: pointer;
}*/


/*.modal#addCartModal {
    width: 340px;
    top: calc((100% - 320px) / 2);
    left: calc((100% - 320px) / 2);
    padding: 10px !important;
    overflow: hidden;
}*/

.product-default a:hover {
    color: #fff;
    text-decoration: none;
}

.product-title a:hover {
    color: #000;
}

.category-list a:hover {
    color: #000;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    background-color: #ffffff;
    padding: 15px;
}

@media (max-width: 480px) {
    .manage-document .nav {
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
    }
}


/*================================================
                  CUSTOM FILE UPLOAD
==================================================*/

.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
}

.file-upload .file-select {
    border: 1px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    height: calc(1.5em + .875rem + 2px);
    font-size: .75rem;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    align-items: center;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-flex;
    height: calc(1.5em + .875rem + 2px);
    align-items: center;
}

.file-upload .file-select .file-select-name {
    /* line-height: 33px; */
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


/*================================================
                END CUSTOM FILE UPLOAD
==================================================*/

.mt-50 {
    margin-top: 50px;
}

#html5-watermark {
    display: none !important;
}


/*================================================
                  MP3 PLAYER
==================================================*/

.document-audio-player .player {
    user-select: none;
    background-color: #ff980063;
    border-radius: 20px;
    padding: 20px;
    display: flow-root;
}

.document-audio-player .player .circle {
    position: relative;
    text-align: center;
}

.document-audio-player .player .circle img {
    border-radius: 50%;
    margin-bottom: 10px;
    margin: auto;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.document-audio-player .player .circle .active {
    text-transform: uppercase;
    animation-name: example;
    animation: record 3s linear 0s infinite forwards;
}

@keyframes record {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.document-audio-player .player .circle .circ {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.document-audio-player .player .player-track {
    margin: 20px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    display: block;
}

.document-audio-player .player .player-track .active {
    top: -100px;
}

.document-audio-player .player .player-track .time {
    font-size: 16px;
    margin: 10px 0px;
    height: 6px;
}

.document-audio-player .player .player-track .progress-bar {
    background-color: #e0bc88;
    height: 6px;
    border-radius: 20px;
    opacity: 0.7;
}

.document-audio-player .player .player-track .progress-bar .fillBar {
    background-color: #a3b3ce;
    width: 0;
    height: 6px;
    border-radius: 20px;
}

.document-audio-player .player .player-track .artist-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.document-audio-player .player .player-track .music-name {
    font-size: 14px;
    margin-bottom: 10px;
}

.document-audio-player .player .player-control {
    text-align: center;
    background-color: #b1a59321;
    border-radius: 25px;
    margin-top: 34px;
    display: block;
}

.document-audio-player .player .player-control #play {
    border-radius: 50%;
}

.document-audio-player .player .player-control i {
    padding: 30px;
    font-size: 35px;
    cursor: pointer;
    text-align: center;
}

.document-audio-player .player .player-control i:before {
    color: #000;
    padding: 5px;
}

.document-audio-player .player .player-control i:hover:before {
    color: #000;
    opacity: 0.7;
}

@media (max-width: 375px) {
    .document-audio-player .player .player-control i {
        padding: 23px 15px;
        font-size: 23px;
    }
}

.mp3playerModal .modal-content {
    border: none;
    border-radius: 20px;
}

.mp3playerModal .modal-body {
    padding: 0;
}

.document-audio-player button {
    outline: none;
}

.modal-open .mp3playerModal {
    overflow-y: hidden !important;
}

.promotional-link .card {
    box-shadow: 0 4px 6px 0 rgba(130, 130, 134, 0.2), 0px 1px 11px 0px rgba(130, 130, 134, 0.2);
    border-radius: 8px;
    border: 0;
}

.btn-social-icon {
    font-weight: lighter !important;
    border: 0;
}

.btn-social-icon:hover,
.btn-social-icon:focus,
.btn-social-icon:active {
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.promotional-link .card-footer {
    background: none;
    border-top: solid 1px #ececec;
}

.font-size-15 {
    font-size: 15px;
}


/*================================================
                 END MP3 PLAYER
==================================================*/

.system-reset .hub-card {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.system-reset .hub-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
}

.system-reset .hub-card-foot {
    border-top: 1px dashed #e3e3e3;
    border-top-width: 1.6px;
    padding: 18px 24px;
}

.system-reset .hub-card .hub-card-body .inner-content .title {
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.light-text {
    color: #a2a5b9;
}

.system-reset .hub-card .hub-card-body .inner-content h3 {
    color: #283252;
    font-weight: 400;
}

.system-reset .hub-card .hub-card-body img {
    display: block;
    width: 100%;
    max-width: 100px;
    height: 100px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.system-reset .hub-card .hub-card-body:hover.hub-card-body img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.system-reset .hub-card .hub-card-foot a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.system-reset .hub-card .hub-card-foot .fa-exclamation {
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--muted);
}

.ticket-detail .card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent;
}

.ticket-detail .card .card-header {
    border-color: #f0f1f5;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 1.5;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 1.5;
}

.ticket-detail .card .card-body .gs-icon {
    font-size: 30px;
    border-radius: 12px;
    height: 47px;
    width: 47px;
    line-height: 47px;
    text-align: center;
}

.bgl-secondary {
    background: #ffdbe3;
    border-color: #ffdbe3;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 1.5;
}

.ticket-detail .card .card-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ticket-detail .card .card-body ul li {
    color: #6e6e6e !important;
    word-break: break-all;
}

.ticket-detail .card .card-body .border-bottom {
    border-bottom: 1px solid #EEEEEE !important;
}

.ticket-detail .card .card-body {
    padding: 1.875rem;
}

.font-w500 {
    font-weight: 500;
}

.ticket-detail .card .card-header i {
    font-size: 23px;
    color: #000;
}

.font-w600 {
    font-weight: 600;
}

.replay-ticket .widget-chat-body {
    overflow-x: hidden !important;
    position: relative;
}

.ticket-replay-attach input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.ticket-replay-attach:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f030";
    font-size: 18px;
    color: #eee;
}

.ticket-replay-attach {
    position: relative;
    text-align: center;
    cursor: pointer !important;
    overflow: hidden;
    display: block;
    padding: 10px;
    font-size: 18px;
}

.ticket-replay-attach:hover.ticket-replay-attach:before {
    color: #c8c8c8!important;
}

.upload-select-file {
    position: absolute;
    bottom: 0;
}

.sidebar .nav>li.nav-header {
    line-height: 18px;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
}


/*================================================
                 TREE
==================================================*/

.genealogy-scroll {
    scrollbar-color: rebeccapurple green;
}

.genealogy-scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.genealogy-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}

.genealogy-scroll::-webkit-scrollbar-thumb {
    background: #231f20;
    border-radius: 10px;
    transition: 0.5s;
}

.genealogy-scroll::-webkit-scrollbar-thumb:hover {
    background: #231f20e0;
    transition: 0.5s;
}

.genealogy-body {
    overflow-y: hidden;
    text-align: center;
}

.panel .panel-body {
    position: relative;
}

.genealogy-body>a:nth-child(1) {
    position: absolute;
    left: 10px;
}

.genealogy-body>a:nth-child(2) {
    position: absolute;
    right: 10px;
}

.genealogy-tree {
    display: inline-block;
    padding-top: 20px;
}

.genealogy-tree ul {
    padding-top: 1rem;
    position: relative;
    padding-left: 0px;
    display: flex;
    justify-content: center;
}

.genealogy-tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}

.genealogy-tree li::before,
.genealogy-tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #d5d5d5;
    width: 50%;
    height: 18px;
}

.genealogy-tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #d5d5d5;
}

.genealogy-tree li:only-child::after,
.genealogy-tree li:only-child::before {
    display: none;
}

.genealogy-tree li:only-child {
    padding-top: 0;
}

.genealogy-tree li:first-child::before,
.genealogy-tree li:last-child::after {
    border: 0 none;
}

.genealogy-tree li:last-child::before {
    border-right: 1px solid #d5d5d5;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.genealogy-tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.genealogy-tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #d5d5d5;
    width: 0;
    height: 17px;
}

.genealogy-tree li a {
    text-decoration: none;
    color: #666;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.genealogy-tree li a:hover+ul li::after,
.genealogy-tree li a:hover+ul li::before,
.genealogy-tree li a:hover+ul::before,
.genealogy-tree li a:hover+ul ul::before {
    border-color: #231f20;
}

.member-view-box {
    padding: 0px 20px;
    text-align: center;
    border-radius: 4px;
    position: relative;
}

.member-image {
    position: relative;
}

.member-image img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #009ad7;
    z-index: 1;
    padding: 3px;
}

.green-img img {
    background-color: #2fc63f;
}

.blue-img img {
    background-color: #009ad7;
}

.genealogy-tree .member-view-box .member-details h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

.genealogy-tree .member-view-box .member-details {
    margin-top: 5px;
    /*width: 85px;*/
    display: block;
}

.hide {
    display: none;
}

.add-product input[type=file] {
    z-index: 1;
    opacity: 0;
    position: absolute;
    width: 93px;
}

.nav-pills-tab-content-white-bg {
    background-color: #fff;
    padding: 15px;
    border: 0 solid transparent;
    border-radius: 4px;
}

.tree-popup-info {
    max-width: 350px;
}

.tree-popup-info .header-bg {
    padding: 10px;
    background-color: #5f5f5fe0;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.tree-popup-info .header-bg .avatar img {
    width: 50px;
    margin: auto;
    border-radius: 100px;
    height: 50px;
    display: block;
    border: 3px solid #fff;
}

.tree-popup-info .header-bg .user-id {
    text-align: center;
    margin: 10px 0 0;
    color: #ffffff;
    display: block;
    font-weight: 400;
}

.tree-popup-info .header-bg .username {
    text-align: center;
    color: #fff;
    margin: 3px 0 0;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}

.tree-popup-info .info-box {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.tree-popup-info .info-box .table {
    margin-bottom: 0;
}

.tree-popup-info .info-box .table thead tr th {
    border-bottom: none;
    padding: 3px;
}

.tree-popup-info .info-box .table td {
    border-top: none;
    padding: 3px;
}


/*================================================
                 END TREE
==================================================*/

.profile-content {
    padding: 25px 0 0;
}

.compose-mail-height {
    height: 785px;
}

.mail-template-scroll::-webkit-scrollbar {
    height: 4px;
    width: 0px;
}

.mail-template-scroll::-webkit-scrollbar-track {
    background-color: #bdbdbd;
}

.mail-template-scroll::-webkit-scrollbar-thumb {
    background: #231f20;
    transition: 0.5s;
}

.mail-template-scroll::-webkit-scrollbar-thumb:hover {
    background: #000;
    transition: 0.5s;
}

.rotate-180 {
    transform: rotate( 180deg);
}

#pic {
    display: none;
}

.newbtn {
    cursor: pointer;
}

#pic1 {
    display: none;
}

.newbtn1 {
    cursor: pointer;
}

#blah {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}

#blah1 {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered,
.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    font-weight: normal;
}


/**
 * Gallery Styles
 * 1. Enable fluid images
 */

.gallery {
    overflow: hidden;
}

.gallery__hero {
    overflow: hidden;
    position: relative;
    padding: 2em;
    margin: 0 0 0.3333333333em;
    background: #fff;
}

.is-zoomed .gallery__hero {
    cursor: move;
}

.is-zoomed .gallery__hero img {
    max-width: none;
    position: absolute;
    z-index: 0;
    top: -50%;
    left: -50%;
}

.gallery__hero-enlarge {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    z-index: 1;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iNS4wIC0xMC4wIDEwMC4wIDEzNS4wIiBmaWxsPSIjMzRCZjQ5Ij48cGF0aCBkPSJNOTMuNTkzIDg2LjgxNkw3Ny4wNDUgNzAuMjY4YzUuNDEzLTYuODczIDguNjQyLTE1LjUyNiA4LjY0Mi0yNC45MTRDODUuNjg3IDIzLjEwNCA2Ny41OTMgNSA0NS4zNDMgNVM1IDIzLjEwNCA1IDQ1LjM1NGMwIDIyLjI0IDE4LjA5NCA0MC4zNDMgNDAuMzQzIDQwLjM0MyA5LjQgMCAxOC4wNjItMy4yNCAyNC45MjQtOC42NTNsMTYuNTUgMTYuNTZjLjkzNy45MjcgMi4xNjIgMS4zOTYgMy4zODggMS4zOTYgMS4yMjUgMCAyLjQ1LS40NyAzLjM5LTEuMzk2IDEuODc0LTEuODc1IDEuODc0LTQuOTEyLS4wMDItNi43ODh6bS00OC4yNS0xMC43MWMtMTYuOTU0IDAtMzAuNzUzLTEzLjc5OC0zMC43NTMtMzAuNzUyIDAtMTYuOTY0IDEzLjgtMzAuNzY0IDMwLjc1My0zMC43NjQgMTYuOTY0IDAgMzAuNzUzIDEzLjggMzAuNzUzIDMwLjc2NCAwIDE2Ljk1NC0xMy43ODggMzAuNzUzLTMwLjc1MyAzMC43NTN6TTYzLjAzMiA0NS4zNTRjMCAyLjM0NC0xLjkwNyA0LjI2Mi00LjI2MiA0LjI2MmgtOS4xNjR2OS4xNjRjMCAyLjM0NC0xLjkwNyA0LjI2Mi00LjI2MiA0LjI2Mi0yLjM1NSAwLTQuMjYyLTEuOTE4LTQuMjYyLTQuMjYydi05LjE2NGgtOS4xNjRjLTIuMzU1IDAtNC4yNjItMS45MTgtNC4yNjItNC4yNjIgMC0yLjM1NSAxLjkwNy00LjI2MiA0LjI2Mi00LjI2Mmg5LjE2NHYtOS4xNzVjMC0yLjM0NCAxLjkwNy00LjI2MiA0LjI2Mi00LjI2MiAyLjM1NSAwIDQuMjYyIDEuOTE4IDQuMjYyIDQuMjYydjkuMTc1aDkuMTY0YzIuMzU1IDAgNC4yNjIgMS45MDcgNC4yNjIgNC4yNjJ6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gallery__hero-enlarge:hover {
    opacity: 1;
}

.is-zoomed .gallery__hero-enlarge {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iNS4wIC0xMC4wIDEwMC4wIDEzNS4wIiBmaWxsPSIjMzRCZjQ5Ij48cGF0aCBkPSJNOTMuNTkzIDg2LjgxNkw3Ny4wNDUgNzAuMjY4YzUuNDEzLTYuODczIDguNjQyLTE1LjUyNiA4LjY0Mi0yNC45MTRDODUuNjg3IDIzLjEwNCA2Ny41OTMgNSA0NS4zNDMgNVM1IDIzLjEwNCA1IDQ1LjM1NGMwIDIyLjI0IDE4LjA5NCA0MC4zNDMgNDAuMzQzIDQwLjM0MyA5LjQgMCAxOC4wNjItMy4yNCAyNC45MjQtOC42NTNsMTYuNTUgMTYuNTZjLjkzNy45MjcgMi4xNjIgMS4zOTYgMy4zODggMS4zOTYgMS4yMjUgMCAyLjQ1LS40NyAzLjM5LTEuMzk2IDEuODc0LTEuODc1IDEuODc0LTQuOTEyLS4wMDItNi43ODh6TTE0LjU5IDQ1LjM1NGMwLTE2Ljk2NCAxMy44LTMwLjc2NCAzMC43NTMtMzAuNzY0IDE2Ljk2NCAwIDMwLjc1MyAxMy44IDMwLjc1MyAzMC43NjQgMCAxNi45NTQtMTMuNzkgMzAuNzUzLTMwLjc1MyAzMC43NTMtMTYuOTUzIDAtMzAuNzUzLTEzLjgtMzAuNzUzLTMwLjc1M3pNNTguNzcyIDQ5LjYxSDMxLjkyYy0yLjM1NSAwLTQuMjYzLTEuOTA3LTQuMjYzLTQuMjZzMS45MDgtNC4yNjMgNC4yNjItNC4yNjNINTguNzdjMi4zNTQgMCA0LjI2MiAxLjkwOCA0LjI2MiA0LjI2MnMtMS45MSA0LjI2LTQuMjYyIDQuMjZ6Ii8+PC9zdmc+);
}

.gallery__thumbs {
    text-align: center;
    background: #fff;
}

.gallery__thumbs a {
    display: inline-block;
    width: 20%;
    padding: 0.5em;
    opacity: 0.75;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gallery__thumbs a:hover {
    opacity: 1;
}

.gallery__thumbs a.is-active {
    opacity: 0.2;
}

.pro-details .nav-item {
    height: 50px;
}

body table.dataTable.collapsed tbody tr td:first-child:before {
    background: #231f20!important;
    color: #ffffff!important;
}


/***cart***/

.ci-caption ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cart-table .product-name a {
    color: #000;
    font-weight: 500;
}

.cart-table .row-img img {
    width: 80px;
    height: 80px;
    border: solid 1px #ccc;
    border-radius: 5px;
    object-fit: cover;
}

.cart-table .product-quantity .input-group {
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-table .product-quantity .input-group .quantity-number {
    width: 52px;
    padding: 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #cdcdcd;
}

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table .row-title p {
    color: #212529;
    text-transform: capitalize;
    margin-bottom: 0;
}

.product-name {
    font-weight: 500;
}

.cart-table .product-price p,
.cart-table .product-total p,
.order-table .product-price,
.order-table .product-subtotal {
    color: #eb3e32;
    font-weight: 500;
    margin-bottom: 0;
}

.order-table tbody td {
    padding: 30px 12px;
}

.order-table .product-quantity {
    color: #7a7a7a;
}

.order-table tfoot td {
    text-transform: uppercase;
    font-weight: 500;
}

.cart-table .row-close a {
    color: #eb3e32;
    font-size: 24px;
}

.cart-table .row-close a:hover {
    text-decoration: none;
}

.cart-table .table-btn li {
    display: inline-block;
}

.cart-table .table-btn li a {
    text-transform: uppercase;
    margin: 5px;
}

.cart-table .table-btn li a i {
    padding-right: 10px;
    vertical-align: middle;
}

.quantity_filter {
    margin: 0 auto;
    display: table;
}

.cart-table .table-bordered td,
.cart-table .table-bordered th {
    border: 1px solid #cacaca;
}

.cart-table .table {
    margin: 0;
}

.cart-inner-box {
    border: 1px solid #cacaca;
}

.ci-title h6 {
    border-bottom: 1px solid #cacaca;
    text-transform: uppercase;
    color: #000;
    padding: 16px 20px;
}

.ci-caption {
    padding: 20px 15px 20px 15px;
}

.ci-caption>p {
    color: #7a7a7a;
}

.ci-caption button,
.ci-btn button {
    width: 100%;
}

.ci-caption form .square-input {
    margin-bottom: 10px;
}

.ci-caption ul li {
    text-align: left;
    color: #7a7a7a;
}

.ci-caption ul li span {
    float: right;
}

.ci-caption ul li {
    border-bottom: 1px dashed #7a7a7a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ci-caption ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cart-inner-box.box-2 .ci-caption {
    padding-bottom: 25px;
}

.ci-btn {
    padding: 20px;
}

.cart-inner-box.box-1 {
    margin-bottom: 30px;
}

.row-close.close-1 {
    display: none;
}

.minus,
.plus {
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 35px;
    border-radius: 0;
    background-color: var(--primary);
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    padding: 0;
    float: left;
    outline: none;
}

.quantity-number {
    height: 35px;
    width: 52px;
    color: #7a7a7a;
    border: 1px solid #cdcdcd;
    padding: 0;
    text-align: center;
    float: left;
}

.cart-table .table-btn {
    padding: 0;
    margin: 0;
}

@media (max-width:768px) {
    .border-right-sm {
        border-right: 1px solid #cacaca;
    }
    .quantity_filter {
        margin: 0 0 0 auto;
    }
    .quantity_filter .minus,
    .quantity_filter .plus,
    .quantity_filter .qty {
        float: none;
        display: table;
    }
    .quantity_filter .qty,
    .minus,
    .plus {
        width: 35px;
    }
    .cart-table .row-1 .row-title:first-child {
        display: none;
    }
    .cart-table .row-img {
        display: none !important;
    }
    .cart-table thead {
        display: none;
    }
    .cart-table tbody tr td {
        display: block;
    }
    .cart-table tbody tr td:before {
        content: attr(data-title) " :";
        font-weight: 400;
        color: #000;
        float: left;
        font-size: 14px;
    }
    .cart-table tbody tr td p,
    .cart-table tbody tr td a,
    .cart-table tbody tr td p,
    .cart-table tbody tr td .input-group {
        display: block;
        margin-left: auto;
        text-align: right;
    }
    .cart-table .product-quantity .input-group .quantity-number {
        border-width: 1px 0 1px 0;
        padding: 0;
        height: 30px;
        width: 50px;
    }
    .cart-table .table-bordered td,
    .cart-table .table-bordered th {
        border: 0 !important;
    }
    .cart-table tbody tr {
        border: 1px solid #cacaca;
    }
    .cart-table tfoot {
        border: 1px solid #cacaca;
    }
    .row-close.close-2 {
        display: none;
    }
    .ci-title p {
        padding: 10px 20px;
    }
    .cart-table .product-name p {
        text-align: right;
    }
    .order-review-table .table {
        width: 575px;
    }
    .col-padding {
        padding: 25px 25px;
        width: 100%;
    }
    .form-title p {
        font-size: 16px;
    }
    .checkout-inner-page {
        padding-bottom: 50px;
    }
    .cart-img {
        max-width: 74px;
    }
    .cart-box {
        left: 0;
        padding: 15px;
        width: 310px;
    }
}

.order-table thead th {
    color: #222222;
    font-weight: 500;
    border-bottom: 0;
}

.checkout-process .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.checkout-process .card.ord_tab .card-header {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.checkout-process .accordion .card.ord_tab {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.order-table thead tr th {
    font-weight: 600;
    border-bottom: none;
}

.product-name {
    font-weight: 500;
}

.order-review-table table {
    margin: 0;
}

.checkout-process .ord_tab .card-body {
    padding: 0px;
    border: 0;
}

.order-table tbody td {
    padding: 30px 12px;
}

.order-table tfoot td {
    text-transform: uppercase;
    font-weight: 500;
}

.order-table .product-subtotal {
    color: #eb3e32;
    font-weight: 500;
}

.place-oreder-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 0;
}

.required_sign {
    color: #eb3e32;
}

.form-title p {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.checkout-parts {
    overflow: hidden;
}

.checkout-process .accordion .card {
    border: 1px solid #cdcdcd !important;
    margin-bottom: 10px;
    border-radius: 0;
}

.checkout-process .card-body {
    border-top: 1px solid #cdcdcd;
    padding: 40px;
}

.accordion .card-header a::after {
    content: "\f209";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 10px;
}

.checkout-process .card-header .btn.btn-link span {
    background-color: #231f20;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
}

.checkout-process .card-header h5 {
    margin: 0;
}

.checkout-process .card-header {
    padding: 0;
    border: none;
    background: none;
}

.checkout-process .card-header .btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 0px 40px 0px 0px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: relative;
    border-radius: 0;
    line-height: 22px;
    text-decoration: none;
}

.accordion .card-header a::after {
    font-family: 'simple-line-icons';
    content: "\e607";
    float: right;
    font-size: 10px;
    font-weight: 300;
}

.accordion .card-header a.collapsed::after {
    font-family: 'simple-line-icons';
    content: "\e604";
}

@media (max-width: 767px) {
    .checkout-process .card-body {
        padding: 15px;
    }
    .order-table tbody td {
        padding: 10px 10px;
    }
}


/*** end cart ***/

.order-review-table .row-img img {
    width: 80px;
    height: 80px;
    border: solid 1px #ccc;
    border-radius: 5px;
    object-fit: cover;
}

.order-review-table tbody tr td {
    vertical-align: middle;
}


/*** document view ***/


/*** end document view ***/

.custom-file-upload {
    padding: 4px;
    background-color: #efefef;
}

.profile-header-content .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 9px;
}

.page-sidebar-minified .sidebar .nav-header,
.page-sidebar-minified .sidebar .nav-search {
    display: none !important;
}

.width-30 {
    width: 30px;
}

.custom-upload {
    position: relative;
}

.custom-upload input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 28px;
    cursor: pointer;
}

.profile-header .profile-header-tab .nav-item .nav-link.active {
    color: #231f20 !important;
}

.fit-img-show {
    max-height: 100%;
    max-width: 100%;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.height-100-percentage {
    height: 100%;
}

.payout-overview .nv-label text {
    fill: white !important;
}

.new-joining-top-earners .nav-item {
    width: 50%;
    text-align: center;
    color: #ffffff;
    margin-bottom: -1px;
}

.border-t-lr-r {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.new-joining-top-earners .nav.nav-tabs .nav-item .second-link.active,
.nav.nav-tabs .nav-item .second-link:focus,
.nav.nav-tabs .nav-item .second-link:hover {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 0;
}

.new-joining-top-earners .nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link:focus,
.nav.nav-tabs .nav-item .nav-link:hover {
    color: #000;
    border-top-right-radius: 0px;
    border-bottom: none;
}

.new-joining-top-earners .nav.nav-tabs .nav-item .nav-link {
    color: var(--secondary);
}

.new-joining-top-earners .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--white) !important;
    background-color: var(--secondary);
}

.new-joining-top-earners .nav.nav-tabs+.tab-content {
    padding: 0;
    margin: 0;
}

.new-joining-top-earners .tab-content>.tab-pane {
    height: 100%;
}

.new-joining-top-earners .nav.nav-tabs .nav-item .nav-link {
    position: relative;
}

.new-joining-top-earners .nav.nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #6c757d;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}

.new-joining-top-earners .nav-tabs {
    border-bottom: solid 1px var(--silver);
}

.news-updates .news-card {
    margin-bottom: 10px;
}

.news-updates .news-card:last-child {
    margin-bottom: 0;
}

.profile-header .profile-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lock-screen-page .login-page .forgot-password-page .registration-page,
.company-logo {
    width: 200px;
    height: 50px;
    display: inline-block;
}

.lock-screen-page .login-page .forgot-password-page .registration-page,
.logo {
    max-width: 100%;
    max-height: 100%;
}

.registration-page .login-header .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #d0d0d0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.registration-page .login-header .icon i {
    font-size: 56px;
}

.registration-page .right-content .login-header {
    position: relative;
}

.header .navbar-nav>li>a.icon i {
    font-size: 22px;
}

.justify-content-space-evenly {
    justify-content: space-evenly;
}

.owl-carousel {
    display: none;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel.owl-loaded {
    display: block;
}

.profile-header .profile-header-content {
    padding: 31px;
}

.page-without-sidebar .header .navbar-brand {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.employee .profile-image img {
    height: 120px;
    max-width: 120px;
    width: 120px;
    object-fit: cover;
}

.employee .profile-header {
    background-color: #fcfafa;
    border: 1px solid #efefef;
    padding: 1.5rem;
}

.employee #edit-employee .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 0;
}

.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
}

.profile-content .kyc-img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.profile-content .note .note-icon {
    font-size: inherit;
}

.affiliate .profile-header {
    background-color: #fcfafa;
    border: 1px solid #efefef;
    padding: 1.5rem;
}

.affiliate #edit-affiliate .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 0;
}

.affiliate .profile-image img {
    height: 120px;
    max-width: 120px;
    width: 120px;
    object-fit: cover;
}

.mail-system #mail_inbox_list tr {
    border-top: 1px solid #dadada !important;
    border-bottom: 1px solid #dadada !important;
}

.mail-system #mail_inbox_list tr td {
    padding: 10px;
}

.mail_inbox .content {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mail_inbox .date_time {
    text-align: right;
    padding-right: 15px;
}

.mail_inbox .with-checkbox {
    width: 20px;
}

#mail_inbox_list_paginate {
    margin-bottom: 15px;
    padding-right: 15px;
}

.mail_inbox .with-checkbox .checkbox {
    width: 18px;
    float: left;
}

.mail_inbox .checkbox.checkbox-css label {
    padding-left: 14px;
}

.mail_inbox .subject {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mail_inbox .sender {
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mail_inbox .icons {
    width: 25px;
}

.mail_inbox .icons span {
    width: 23px;
    height: 23px;
    background-color: var(--blue);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    color: #fff;
    float: left;
    align-items: center;
    line-height: 5px;
    position: relative;
}

#addCartModal .product_thumb .thumb {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border: 1px solid var(--muted);
    padding: 5px;
    border-radius: 4px;
}

#addCartModal .product_thumb {
    display: flex;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#nav-tabContent .product-preview {
    padding: 5px;
    border: 1px solid var(--muted);
    border-radius: 4px;
}

#mail_inbox_list_filter {
    padding-right: 15px;
}

.inbox .email-file-send .form-control {
    border: none!important;
    border-bottom: 1px solid #c8c8c8!important;
    padding: 10px 12px 10px 12px!important;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 52px;
}

.read-mail .user-dp img {
    height: 60px;
    max-width: 60px;
    width: 60px;
    object-fit: cover;
}

#gritter-notice-wrapper .bg-success .gritter-with-image p {
    color: #fff !important;
}

#gritter-notice-wrapper .bg-success .gritter-item .gritter-close {
    color: #fff !important;
}

#gritter-notice-wrapper .bg-danger .gritter-with-image p {
    color: #fff !important;
}

#gritter-notice-wrapper .bg-danger .gritter-item .gritter-close {
    color: #fff !important;
}

.morecontent span {
    display: none;
}

.height-29 {
    height: 29px!important;
}

.width-45 {
    width: 45px!important;
}

#profile-about .about {
    /*height: 426px;*/
}

.last-registred-user .media-body {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.last-registred-user .media-body b {
    white-space: nowrap;
}

#mail_sent_list_paginate {
    margin-bottom: 15px;
    padding-right: 15px;
}

#mail_sent_list_filter {
    padding-right: 15px;
}

.mail-system #mail_sent_list tr {
    border-top: 1px solid #dadada !important;
    border-bottom: 1px solid #dadada !important;
}

#mail_trash_list_paginate {
    margin-bottom: 15px;
    padding-right: 15px;
}

#mail_trash_list_filter {
    padding-right: 15px;
}

.mail-system #mail_trash_list tr {
    border-top: 1px solid #dadada !important;
    border-bottom: 1px solid #dadada !important;
}

.mail_inbox .icons .icon-paper-clip {
    position: absolute;
    right: -4px;
    font-size: 6px;
    background-color: var(--danger);
    color: var(--white);
    border-radius: 100px;
    top: -3px;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}

.faq-tabs .nav-link.active,
.faq-tabs .nav-link:hover {
    border-left: 2px solid var(--primary);
    padding: 0 27px;
    color: var(--primary);
}

.faq-tabs .nav-link:not(:last-child) {
    margin-bottom: 12px;
}

.faq-tabs .nav-link {
    font-size: 14px;
    line-height: 1.5714285714;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 13px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-left: 2px solid transparent;
    transition: all .3s ease;
    color: #5a5f7d;
}

.faq-tabs .nav-link .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: .5;
    margin-right: 12px;
}

.faq-questions .card .card-body {
    font-size: 15px;
    line-height: 1.6666666667;
    font-weight: 400;
    color: #5a5f7d;
}

.faq-questions .accordion>.card>.card-header {
    padding: 19px 25px;
    font-size: 15px;
    line-height: 1.4666666667;
    font-weight: 500;
    display: flex;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #f1f2f6;
    color: #5a5f7d;
}

.faq-questions .accordion>.card>.card-header:after {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F067";
    padding-right: 5px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #9299b8;
}

.faq-questions .accordion>.card>.card-header.collapsed:after {
    float: right!important;
    content: "\F068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq-questions .card {
    border: 1px solid #f1f2f6;
}

.login-v2 .language-swicher {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}

.login-v2 .language-swicher ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.login-v2 .language-swicher .dropdown-menu a {
    color: #484848;
}

.login-v2 .language-swicher a {
    color: #fff;
}

.login-v2 .language-swicher a:hover {
    text-decoration: none;
}

.login-v2 .language-swicher a span {
    margin-right: 4px;
}

.success-box .card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border-radius: 0.375rem;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    height: calc(100% - 30px);
    margin-top: 40px;
}

.success-box .card .card-body h4 {
    font-weight: 600;
    color: #3d4465;
    margin-top: 9px;
}

.success-box .card .card-body .thumbs {
    font-size: 32px;
    margin-top: 8px;
    color: #4cd964;
}

.success-box .card .card-body p {
    margin: 15px 0 26px;
    font-size: 15px;
}


/****** animate thumsup *****/

.thumbs {
    -webkit-animation: scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    color: #0084FF;
    font-size: 96px;
    text-decoration: none;
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1);
    }
    1% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
    }
    35% {
        transform: scale(1.4);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    65% {
        transform: scale(1);
    }
    90% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes scale {
    0% {
        transform: scale(1);
    }
    1% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
    }
    35% {
        transform: scale(1.4);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    65% {
        transform: scale(1);
    }
    90% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    1% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
    }
    35% {
        transform: scale(1.4);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    65% {
        transform: scale(1);
    }
    90% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.circle-wrap {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
}

.circle-lg {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border-style: solid;
    border-color: #99ceff;
    opacity: 0;
    -webkit-animation: scaleCircle 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: scaleCircle 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: scaleCircle 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes scaleCircle {
    0% {
        border-width: 90px;
        transform: scale(0);
    }
    15% {
        border-color: #f9e8a0;
        border-width: 90px;
    }
    30% {
        border-color: #a8ebc4;
        opacity: 1;
    }
    35% {
        border-color: #99ceff;
    }
    50% {
        border-width: 0;
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        border-width: 0;
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes scaleCircle {
    0% {
        border-width: 90px;
        transform: scale(0);
    }
    15% {
        border-color: #f9e8a0;
        border-width: 90px;
    }
    30% {
        border-color: #a8ebc4;
        opacity: 1;
    }
    35% {
        border-color: #99ceff;
    }
    50% {
        border-width: 0;
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        border-width: 0;
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleCircle {
    0% {
        border-width: 90px;
        transform: scale(0);
    }
    15% {
        border-color: #f9e8a0;
        border-width: 90px;
    }
    30% {
        border-color: #a8ebc4;
        opacity: 1;
    }
    35% {
        border-color: #99ceff;
    }
    50% {
        border-width: 0;
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        border-width: 0;
        transform: scale(1);
        opacity: 0;
    }
}

.dots-wrap {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
    -moz-transform: translate(-50%, -50%) rotate(3deg);
    -ms-transform: translate(-50%, -50%) rotate(3deg);
    -o-transform: translate(-50%, -50%) rotate(3deg);
    transform: translate(-50%, -50%) rotate(3deg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    pointer-events: none;
}

.dot {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background: #00CCFF;
    margin: 0 auto;
    top: 105px;
    left: 0;
    right: 0;
    opacity: 0;
}

.dot:nth-child(6n+1) {
    background-color: #0CFBAB;
}

.dot:nth-child(6n+2) {
    background-color: #F3396B;
}

.dot:nth-child(6n+3) {
    background-color: #08D3FC;
}

.dot:nth-child(6n+4) {
    background-color: #FCDB17;
}

.dot:nth-child(6n+5) {
    background-color: #9b59b6;
}

.dot:nth-child(6n+6) {
    background-color: #34495e;
}

.dot--t {
    -webkit-animation: slideUp 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: slideUp 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: slideUp 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-125px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-125px) scale(0);
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -moz-transform: translateY(-125px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-125px) scale(0);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-125px) scale(1);
        -moz-transform: translateY(-125px) scale(1);
        -ms-transform: translateY(-125px) scale(1);
        -o-transform: translateY(-125px) scale(1);
        transform: translateY(-125px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-125px) scale(0);
        -moz-transform: translateY(-125px) scale(0);
        -ms-transform: translateY(-125px) scale(0);
        -o-transform: translateY(-125px) scale(0);
        transform: translateY(-125px) scale(0);
    }
}

.dot--tr {
    -webkit-animation: slideUpRight 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: slideUpRight 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: slideUpRight 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes slideUpRight {
    0% {
        -webkit-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(125px, -80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(125px, -80px) scale(0);
    }
}

@-moz-keyframes slideUpRight {
    0% {
        -moz-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -moz-transform: translate(125px, -80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate(125px, -80px) scale(0);
    }
}

@keyframes slideUpRight {
    0% {
        -webkit-transform: translate(0) scale(1);
        -moz-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(125px, -80px) scale(1);
        -moz-transform: translate(125px, -80px) scale(1);
        -ms-transform: translate(125px, -80px) scale(1);
        -o-transform: translate(125px, -80px) scale(1);
        transform: translate(125px, -80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(125px, -80px) scale(0);
        -moz-transform: translate(125px, -80px) scale(0);
        -ms-transform: translate(125px, -80px) scale(0);
        -o-transform: translate(125px, -80px) scale(0);
        transform: translate(125px, -80px) scale(0);
    }
}

.dot--br {
    -webkit-animation: slideDownRight 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: slideDownRight 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: slideDownRight 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes slideDownRight {
    0% {
        -webkit-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(125px, 80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(125px, 80px) scale(0);
    }
}

@-moz-keyframes slideDownRight {
    0% {
        -moz-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -moz-transform: translate(125px, 80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate(125px, 80px) scale(0);
    }
}

@keyframes slideDownRight {
    0% {
        -webkit-transform: translate(0) scale(1);
        -moz-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(125px, 80px) scale(1);
        -moz-transform: translate(125px, 80px) scale(1);
        -ms-transform: translate(125px, 80px) scale(1);
        -o-transform: translate(125px, 80px) scale(1);
        transform: translate(125px, 80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(125px, 80px) scale(0);
        -moz-transform: translate(125px, 80px) scale(0);
        -ms-transform: translate(125px, 80px) scale(0);
        -o-transform: translate(125px, 80px) scale(0);
        transform: translate(125px, 80px) scale(0);
    }
}

.dot--b {
    -webkit-animation: slideDown 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: slideDown 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: slideDown 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(125px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(125px) scale(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -moz-transform: translateY(125px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(125px) scale(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(125px) scale(1);
        -moz-transform: translateY(125px) scale(1);
        -ms-transform: translateY(125px) scale(1);
        -o-transform: translateY(125px) scale(1);
        transform: translateY(125px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(125px) scale(0);
        -moz-transform: translateY(125px) scale(0);
        -ms-transform: translateY(125px) scale(0);
        -o-transform: translateY(125px) scale(0);
        transform: translateY(125px) scale(0);
    }
}

.dot--bl {
    -webkit-animation: slideDownLeft 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: slideDownLeft 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: slideDownLeft 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes slideDownLeft {
    0% {
        -webkit-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(-125px, 80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-125px, 80px) scale(0);
    }
}

@-moz-keyframes slideDownLeft {
    0% {
        -moz-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -moz-transform: translate(-125px, 80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate(-125px, 80px) scale(0);
    }
}

@keyframes slideDownLeft {
    0% {
        -webkit-transform: translate(0) scale(1);
        -moz-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(-125px, 80px) scale(1);
        -moz-transform: translate(-125px, 80px) scale(1);
        -ms-transform: translate(-125px, 80px) scale(1);
        -o-transform: translate(-125px, 80px) scale(1);
        transform: translate(-125px, 80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-125px, 80px) scale(0);
        -moz-transform: translate(-125px, 80px) scale(0);
        -ms-transform: translate(-125px, 80px) scale(0);
        -o-transform: translate(-125px, 80px) scale(0);
        transform: translate(-125px, 80px) scale(0);
    }
}

.dot--tl {
    -webkit-animation: slideUpLeft 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation: slideUpLeft 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: slideUpLeft 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes slideUpLeft {
    0% {
        -webkit-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(-125px, -80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-125px, -80px) scale(0);
    }
}

@-moz-keyframes slideUpLeft {
    0% {
        -moz-transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -moz-transform: translate(-125px, -80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate(-125px, -80px) scale(0);
    }
}

@keyframes slideUpLeft {
    0% {
        -webkit-transform: translate(0) scale(1);
        -moz-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        transform: translate(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        -webkit-transform: translate(-125px, -80px) scale(1);
        -moz-transform: translate(-125px, -80px) scale(1);
        -ms-transform: translate(-125px, -80px) scale(1);
        -o-transform: translate(-125px, -80px) scale(1);
        transform: translate(-125px, -80px) scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-125px, -80px) scale(0);
        -moz-transform: translate(-125px, -80px) scale(0);
        -ms-transform: translate(-125px, -80px) scale(0);
        -o-transform: translate(-125px, -80px) scale(0);
        transform: translate(-125px, -80px) scale(0);
    }
}


/******** end **********/

.registered-with-product {
    padding-top: 25px;
}

.registered-with-product .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #f1f2f6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px rgb(146 153 184 / 3%);
    box-shadow: 0 5px 20px rgb(146 153 184 / 3%);
}

.registered-with-product .like-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.registered-with-product .like-icon {
    width: 34px;
    height: 34px;
}

.registered-with-product .like-icon {
    position: absolute;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    background-color: var(--primary);
    -webkit-box-shadow: 0 5px 10px #9299b81a;
    box-shadow: 0 5px 10px #9299b81a;
    right: 15px;
    top: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.registered-with-product .product .product-item {
    padding: 0;
    margin: 0;
}

.registered-with-product .like-icon i {
    color: #fff;
}

.registered-with-product .like-icon button {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

.registered-with-product .product-item__body .product-desc-price {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
}

.registered-with-product .product-item__body .product-price {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 400;
    text-decoration: line-through;
}

.registered-with-product .product-item__body .product-discount {
    font-size: 12px;
    line-height: 1.83333;
    font-weight: 500;
}

.registered-with-product .product-item__button button {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 36px;
    margin: 5px 0;
}

.registered-with-product .product-item__body .card-title {
    font-size: .875rem;
}

.mt-20 {
    margin-top: 1.25rem!important;
}

.registered-with-product .card .card-body {
    padding: 1.25rem;
}

.registered-with-product .product-item__button button i {
    width: 13px;
    height: 15px;
    margin-right: 8px;
}

.mb-30 {
    margin-bottom: 1.875rem!important;
}

#withdrawal-request .modal-content {
    border-radius: 25px;
    border: none;
    background-color: var(--primary);
}

#withdrawal-request .modal-header {
    border-bottom: none;
    color: #fff;
    padding: 30px 30px 20px;
}

#withdrawal-request .modal-header .close {
    color: #fff;
    padding: 0;
    margin: 0 0 0 15px;
}

#withdrawal-request .modal-body h2 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

#withdrawal-request .modal-body {
    padding: 0 30px 30px;
}

#withdrawal-request .modal-body h2 sub {
    font-weight: 300;
    margin-left: 8px;
    font-size: 20px;
}

#withdrawrequest {
    display: none;
}

.withdrawal_info {
    font-size: 17px;
}

.panel.panel-expand {
    z-index: 1040;
}

.widget-chat .widget-chat-time {
    position: unset;
    text-align: right;
}

.widget-chat .right .widget-chat-time {
    text-align: left;
}

.widget-chat .widget-chat-message:after {
    height: auto;
}

.widget-chat .with-media .right .widget-chat-info {
    margin-right: 0;
}

.sidebar .nav>li.nav-profile .info {
    text-transform: capitalize;
}

.sideqbar-dp-username {
    display: flex;
    align-items: center;
}

.sidebar .nav>li.nav-profile .image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 0;
    align-items: stretch;
}

.sidebardu-aroow {
    position: absolute !important;
    right: 20px;
    bottom: 29px;
}

.sidebar .nav>li.nav-profile .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#fund-transfer .modal-content {
    border-radius: 25px;
    border: none;
    background-color: var(--primary);
}

#fund-transfer .modal-header {
    border-bottom: none;
    color: #fff;
    padding: 30px 30px 20px;
}

#fund-transfer .modal-header .close {
    color: #fff;
    padding: 0;
    margin: 0 0 0 15px;
}

#fund-transfer .modal-body h2 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

#fund-transfer .modal-body {
    padding: 0 30px 30px;
}

#fund-transfer .modal-body h2 sub {
    font-weight: 300;
    margin-left: 8px;
    font-size: 20px;
}

#fundtransfer {
    display: none;
}

.dropdown.notification .dropdown.message,
.dropdown-menu.media-list .dropdown-footer {
    border-top: 1px solid #eee;
}

.wallet-info .widget-user .widget-user-image>img {
    height: 90px;
    width: 90px;
    object-fit: cover;
}

.cursor-hand {
    cursor: pointer;
}

.modal-content {
    border: none;
    border-radius: 0px;
}

.profile-update-btn {
    width: 120px;
}

.modal-header {
    border-bottom: 1px solid #e1e1e1;
}

.header .navbar-user img {
    object-fit: cover;
}

.register-content .payment-select-tab {
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}


/* width */

.register-content .payment-select-tab::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}


/* Track */

.register-content .payment-select-tab::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 25px;
}


/* Handle */

.register-content .payment-select-tab::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 25px;
}


/* Handle on hover */

.register-content .payment-select-tab::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.register-content .payment-select-tab .nav-item .nav-link {
    padding: 8px 18px;
}

.sidebar .nav>li.nav-profile .cover {
    background-position: center center;
}

.new-joining .widget-list .widget-list-item>div:first-child {
    padding-left: 10px;
}

.new-joining .widget-list .widget-list-item .widget-list-media {
    width: 65px;
    height: 65px;
}

.new-joining .widget-list .widget-list-item .widget-list-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-alert .icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.custom-alert {
    font-weight: 500;
    font-size: 14px;
    padding: 15px 15px 15px 70px;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: flex-start;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header h5 {
    float: left;
}

.sidebar .sidebar-minify-btn {
    white-space: nowrap;
}

.password-show .btn-outline-secondary {
    color: #231f20;
    border-color: #c8c8c8;
    border-left: none;
}

.password-show .btn-outline-secondary:hover {
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
}

.login-password-show .btn-outline-secondary {
    color: #ffffff;
    border-color: #0079fe;
    background-color: #0079fe;
    border-left: none;
}

.password-show .input-group-append {
    margin-left: 0;
}

.apnd-img {
    padding: 6px;
    position: relative;
    width: 100%;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    border-radius: 4px;
    width: 80px;
    height: 80px;
    margin: 4px;
}

.apnd-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.apnd-img i {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #ffffff;
    background-color: #f44336;
    padding: 1px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 15px;
}

.preview-product {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: 10px;
}

.preview-product #product-image {
    display: flex;
}

.update-preview-product {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: 10px;
}

@media (max-width: 767.98px) {
    .page-sidebar-toggled .sidebar-mobile-backdrop:not(.sidebar-end) {
        display: block;
        background: rgba(32, 37, 42, .5);
        -webkit-animation: appSidebarMobileBackdrop .2s ease;
        -moz-animation: appSidebarMobileBackdrop .2s ease;
        -ms-animation: appSidebarMobileBackdrop .2s ease;
        -o-animation: appSidebarMobileBackdrop .2s ease;
        animation: appSidebarMobileBackdrop .2s ease;
    }
}

.sidebar-mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    display: none;
}

.order-success {
    max-width: 550px;
    margin: auto;
    background-color: #fff;
    border-bottom: 10px solid #231f20;
    padding: 20px 50px;
    position: relative;
    box-shadow: 1px 14px 10px -7px #00000026;
}

.order-success .placed-img {
    display: flex;
    height: 71px;
}

.order-success .placed-img img {
    width: 200px;
    display: block;
    margin: auto;
    position: relative;
    top: -37px;
}

.order-success .order-id {
    display: flex;
    border-bottom: dotted 1px #c8c8c8;
    justify-content: space-between;
    padding-bottom: 12px;
    font-size: 14px;
}

.order-success .order-id .name {
    color: #9d9d9d;
    font-weight: 500;
}

.order-success .order-id .id {
    color: #000;
    font-weight: 500;
}

.order-success .greeting-msg {
    text-align: center;
    text-align: center;
    margin: 30px 0 30px;
}

.order-success .greeting-msg p {
    margin: 0;
}

.order-success .order-info .info-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.order-success .order-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-success .order-footer .icon-heart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.user-event-list .day-date {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 52px;
}

.user-event-list .day-date .day {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 12px;
    background-color: #000;
    padding: 4px 0;
}

.user-event-list .day-date .date {
    font-size: 24px;
    font-weight: 600;
    color: var(--gray-dark);
    line-height: 28px;
    background-color: var(--silver);
}

.user-event-list .media-list {
    margin-bottom: 0;
}

.user-event-list .media.media-sm .media-object {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.view-evnet .modal-content {
    border-radius: 0;
}

.view-evnet .modal-header {
    padding: 15px 15px 0;
    border-bottom: none;
}

.view-evnet .modal-body {
    padding: 0;
}

.view-evnet .card {
    border: 0;
    border-radius: 0;
}

.break-word {
    word-wrap: break-word;
}

.mail-system {
    border: 1px solid #c8c8c8;
    background-color: #eee;
}

.read-mail {
    border: 1px solid #c8c8c8;
    background-color: #eee;
}

.employee-menu-permission .submenu-flx {
    margin-bottom: 8px;
}

.employee-menu-permission .submenu-flx:last-child {
    margin-bottom: 0px;
}

.close {
    font-size: 1.525rem;
    font-weight: 400;
}

.custom-widget-input .form-control {
    border-color: #e1e1e1;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.ticket-file::file-selector-button {
    background: #ddd;
    padding: 5px 10px;
    border: none;
}

.ticket-file::-webkit-file-upload-button {
    background: #ddd;
    padding: 5px 10px;
    border: none;
}

.custom-widget-input .border {
    border: 1px solid #e1e1e1!important;
}

.view_faq_area .nav {
    flex-direction: column;
}

.cart_checkout_area .sw-main.sw-theme-default .sw-container .step-content {
    padding: 20px 0;
}

@media (max-width: 1300px) {
    .sw-main.sw-theme-default .step-anchor {
        overflow: scroll;
        white-space: nowrap;
    }
}

.cart_checkout_area .sw-main.sw-theme-default .step-anchor>li>a {
    white-space: nowrap;
}

.payment-stripe {
    border-right: solid 1px #ddd;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.package-register .right-content {
    width: 100% !important;
    justify-content: flex-start !important;
}

.multi-step-register .right-content {
    width: 100% !important;
    justify-content: flex-start !important;
}

.height-180 {
    height: 180px;
}

.object-fit-cover {
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .last-registred-user .registered-users-list>li {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .last-registred-user .registered-users-list>li {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .last-registred-user .registered-users-list>li {
        width: 25%;
    }
}

@media (max-width: 575.98px) {
    .last-registred-user .registered-users-list>li {
        width: 50%;
    }
}

.icon-flip-rotate {
    transform: rotate(180deg) scaleX(1);
    display: inline-block;
}


/*==========================================================================================================================
                                                      RESPONSIVE AREA
============================================================================================================================*/

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .profile-header .profile-header-img+.profile-header-info {
        margin-left: 115px;
    }
    .profile-header .profile-header-tab {
        padding: 0;
        margin: 0;
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .profile-header .profile-header-img {
        margin: 0;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1199.98px) {
    .mail-template-tab {
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .faq-tabs .nav-link {
        border-left: none;
    }
    .faq-tabs .nav-link.active,
    .faq-tabs .nav-link:hover {
        border-left: none;
        padding: 0 13px;
    }
    .view_faq_area .nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .document-grid .btn {
        font-size: 9px;
    }
    .plan-settings-tab {
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

@media (max-width: 991.98px) {
    .withdrawal_info {
        font-size: 12px;
    }
    .profile-header .profile-header-img {
        border-radius: 100%;
        padding: 0;
        border: 3px solid #fff;
        box-shadow: 0px 0px 3px 2px #00000012;
    }
    .profile-header .profile-header-content {
        flex-direction: column;
        align-items: center;
    }
    .profile-header .profile-header-img+.profile-header-info {
        margin-left: 0;
        text-align: center;
        margin-top: 25px;
    }
    .compose-mail-height {
        height: auto;
    }
    .sms-settings-tab {
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .kyc-details-tab {
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .mobile-tab-slide {
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .payment-stripe {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .stripe-img {
        display: block;
        margin: auto;
    }
    .order-success {
        max-width: 100%;
    }
    #withdrawal-request .modal-body h2 {
        font-size: 22px;
    }
    #fund-transfer .modal-body h2 {
        font-size: 22px;
    }
    .page-header-fixed {
        padding-top: 0px;
    }
    #profile-about .about {
        height: auto;
    }
    .employee .affiliate,
    .profile-image img {
        height: 80px !important;
        width: 80px !important;
    }
    .employee .affiliate,
    .profile-btn {
        flex: 0 0 100%;
        margin-top: 20px;
        text-align: center;
    }
    .employee .affiliate,
    .profile-user-info {
        text-align: center;
    }
    .employee .affiliate,
    .profile-image {
        flex: 0 0 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .inner-quickview figure .btn-quickview {
        padding: 0.3rem;
    }
    .replay-ticket .widget-chat-body {
        height: 400px !important;
    }
    .system-reset .hub-card {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .profile-edit-cancel-768 {
        margin-left: 0 !important;
    }
    .document-grid .btn {
        font-size: 11px;
    }
    .mobile-right {
        text-align: right;
    }
    .mobile-text-right {
        text-align: right;
    }
}

@media (max-width: 575.98px) {
    .mobile-tab-slide .nav-item .nav-link {
        padding: 10px 9px !important;
    }
    .product-default .product-title {
        font-weight: 500;
        font-size: .9rem;
    }
    .product-price {
        font-size: .9rem;
        font-weight: 500;
    }
    .order-success .placed-img {
        height: 50px;
    }
    .order-success .placed-img img {
        width: 150px;
    }
    .order-success {
        padding: 20px 15px;
    }
    #ProductfilterModal .modal-dialog {
        width: 300px;
    }
    .dataTables_wrapper.dt-bootstrap .dataTables_info,
    .dataTables_wrapper.dt-bootstrap4 .dataTables_info {
        white-space: pre-line;
    }
    .register.register-with-news-feed .right-content {
        padding: 30px !important;
    }
    .profile-update-btn {
        width: 100%;
    }
    .dataTables_wrapper.dt-bootstrap .dataTables_paginate,
    .dataTables_wrapper.dt-bootstrap4 .dataTables_paginate {
        overflow-x: scroll;
    }
    #mail_trash_list_paginate {
        padding-right: 0px;
    }
    #mail_sent_list_paginate {
        padding-right: 0px;
    }
    #addCartModal .product_thumb {
        overflow: scroll;
        justify-content: start;
    }
    #mail_inbox_list_paginate {
        padding-right: 0px;
    }
}

@media (max-width: 415px) {
    .mobile-tab-slide .nav-item .nav-link {
        padding: 10px 5px !important;
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    .header .navbar-nav>li>a {
        padding: 15px 13px 15px 13px;
    }
    .promotional-link .media {
        display: block;
    }
    .promotional-link .media .media-body h5 {
        margin-bottom: 14px !important;
    }
    .maxwidth-320 {
        width: 150px;
    }
    #header .dropdown-menu.media-list .media p {
        white-space: pre-line;
    }
    #header .dropdown-menu.media-list .media {
        min-width: 310px;
    }
    .dropdown-menu-cart {
        width: 18.5rem;
    }
    .lock-screen-page .login-page .forgot-password-page .registration-page,
    .company-logo {
        width: 180px;
        height: 40px;
    }
}

.card .product .product--grid {
    width: 100%;
    height: 100%;
}

.btn-group-sm>.btn.btn-icon,
.btn.btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
}

.breadcrumb-item>a .label {
    animation: pulsed 2s infinite;
}

.widget-chat-info-container {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: anywhere;
}

.widget-chat-message {
    white-space: pre-wrap;
}

#investment-request .modal-content {
    border-radius: 25px;
    border: none;
    background-color: var(--primary);
}

#investment-request .modal-header {
    border-bottom: none;
    color: #fff;
    padding: 30px 30px 20px;
}

#investment-request .modal-header .close {
    color: #fff;
    padding: 0;
    margin: 0 0 0 15px;
}

#investment-request .modal-body h2 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

#investment-request .modal-body {
    padding: 0 30px 30px;
}

#investment-request .modal-body h2 sub {
    font-weight: 300;
    margin-left: 8px;
    font-size: 20px;
}

#invrequest {
    display: none;
}

.investment_info {
    font-size: 17px;
}

.breadcrumb-item .introJs-span {
    animation: pulsed 2s infinite;
}

#g-recaptcha-login {
    padding-left: 70px;
}
