a {
    transition: all linear .3s;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.ic-big-images {
    margin-top: 40px;
    text-align: center;
}

.ic-big-images img {
    max-width: 60%;
    min-height: 20%;
    margin: 0 auto;
}

.ic-small-img img {
    max-height: 150px;
    width: 100%;
    object-fit: fill;
}

.slider-instance-wrapper {
    padding: 20px;
}

.no-padding {
    margin-top: 20px;
}


/*This file changed*/

.nav-user {
    position: relative;
}

.nav-user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}


/*.ic-overlay-account {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 57%;
    height: 53%;
    background: rgb(79 147 227 / 100%);
    border-radius: 50%;
}*/


/* ===================== login page =================== */

.ic-mask-portal .content-page .content {
    padding: 0 19px 18px 18px;
    margin-top: 70px;
    margin-bottom: 60px;
}

.ic-login-bg {
    background: #000000;
}

.ic-wrapper-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.ic-login-page {
    width: 370px;
    padding: 20px;
    background: #fff;
    background: rgba(195, 203, 205, 1);
    background: -moz-linear-gradient(-45deg, rgba(195, 203, 205, 1) 0%, rgba(195, 203, 205, 1) 50%, rgba(149, 161, 173, 1) 51%, rgba(149, 161, 173, 1) 71%, rgba(149, 161, 173, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(195, 203, 205, 1) 0%, rgba(195, 203, 205, 1) 50%, rgba(149, 161, 173, 1) 51%, rgba(149, 161, 173, 1) 71%, rgba(149, 161, 173, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(195, 203, 205, 1) 0%, rgba(195, 203, 205, 1) 50%, rgba(149, 161, 173, 1) 51%, rgba(149, 161, 173, 1) 71%, rgba(149, 161, 173, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(195, 203, 205, 1) 0%, rgba(195, 203, 205, 1) 50%, rgba(149, 161, 173, 1) 51%, rgba(149, 161, 173, 1) 71%, rgba(149, 161, 173, 1) 100%);
    background: linear-gradient(135deg, rgba(195, 203, 205, 1) 0%, rgba(195, 203, 205, 1) 50%, rgba(149, 161, 173, 1) 51%, rgba(149, 161, 173, 1) 71%, rgba(149, 161, 173, 1) 100%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.ic-login-bg .ic-register-page {
    width: 30%;
    margin: 0 auto;
}

.ic-select2-E .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 4px;
    border: none!important;
    border-bottom: 1px solid #222;
    height: 30px!important;
}

.ic-reason {
    top: 50%!important;
    left: 50%!important;
    /*width: 53%!important;*/
    transform: translate(-50%, -50%);
}

.ic-select2-E .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    border-bottom: 1px solid #738392;
    color: #495057;
    padding-left: 27px;
}

.ic-user img {
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ic-register h3 {
    font-size: 40px;
}

.ic-login-input .form-group {
    position: relative;
}

.ic-login-input .form-group input {
    border: none;
}

.ic-login-input .form-group .ic-Minput {
    background: transparent;
    border-bottom: 1px solid #738392;
    border-radius: 0px;
    padding: 0 30px;
    height: 30px;
}

.ic-login-input .form-group .ic-select-f {
    border-top: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
}

.ic-login-input .form-group .ic-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.btn1 {
    padding: 8px 20px;
    background-color: #3D4E58!important;
    border: none;
    color: #fff!important;
    font-size: 20px;
    transition: all linear .4s;
}

.btn1:hover {
    background: #0058C7;
}

.ic-buttons a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.ic-position-btn {
    position: absolute;
    right: 30%;
    z-index: 99;
}


/* ===================== login page =================== */


/* ===================== Start right Content here =================== */

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px;
    min-height: 56px;
    border-radius: 0px;
}

.list-inline-item .nav-link.ic-radius {
    width: 48px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #F3F3F3;
    text-align: center;
    font-size: 20px;
    margin-right: 30px;
}

.list-inline-item .nav-link.ic-radius.page-active {
    background: #4F93E3;
    color: #fff;
}

.list-inline-item .nav-link .ic-smal-radius {
    position: absolute;
    top: -8px;
    right: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background: #FD7B6F;
    font-size: 10px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 500;
}

.navbar-right.nav_height {
    display: flex;
    align-items: center;
}

.list-inline-item .arrow-none {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #F3F3F3;
}

.Inclus {
    font-size: 16px!important;
}

.ic-order-cancel-text {
    padding: 10px;
    border-radius: 10px;
    background: #E74040;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -25px;
}

.ic-order-cancel-text P {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
}

.ic-mask-portal .navbar-custom {
    margin-left: 270px;
    margin-right: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 14.08px 1.92px rgba(0, 0, 0, 0.2);
}

.ic-mask-portal .navbar-custom.ic-cart-active {
    min-height: 80px;
}

.ic-mask-portal .topbar .topbar-left {
    background: #F6F6F6;
    -webkit-box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.13);
}

.ic-mask-portal .topbar .topbar-left {
    height: 82px;
}

.ic-mask-portal .side-menu {
    background: #F6F6F6;
    -webkit-box-shadow: 3px 9px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 3px 9px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 3px 9px 5px 0px rgba(0, 0, 0, 0.13);
    padding: 0px 10px;
}

.ic-mask-portal .submenu li.mm-active>a {
    color: #264E9F;
    background-color: transparent;
}

.ic-mask-portal #sidebar-menu>ul>li>a.mm-active {
    border-radius: 5px;
    background: #23407C;
    color: #fff!important;
}

.ic-mask-portal #sidebar-menu>ul>li>a {
    color: #383838!important;
}

.enlarged #wrapper .left.side-menu {
    width: 70px;
    z-index: 5;
    padding: 0;
}

.enlarged #wrapper.ic-mask-portal .left.side-menu #sidebar-menu ul>li:hover>.waves-effect {
    position: relative;
    width: 260px;
    color: #fff !important;
    background-color: #23407C;
    border-radius: 0px;
}

.ic-mask-portal .button-menu-mobile {
    background: #fff;
    border-radius: 10px;
    width: 50px;
}

.ic-content-custom {
    margin-top: 50px;
}

.ic-content-custom .ic-row-item {
    border-radius: 10px;
    box-shadow: 0px 0px 14.08px 1.92px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.ic-content-custom .ic-row-item h3 {
    font-size: 38px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 0;
}

.ic-content-custom .ic-row-item h4 {
    font-size: 30px;
    line-height: 30px;
    color: #282828;
    margin-bottom: 15px;
}

.ic-content-custom .ic-wellcome p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
}

.ic-content-custom .ic-wellcome h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}

.ic-content-custom .ic-wellcome {
    background: rgb(42, 97, 213);
    background: radial-gradient(circle, rgba(42, 97, 213, 1) 35%, rgba(36, 66, 128, 1) 100%);
    padding: 40px 0px;
    margin-bottom: 30px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ic-track-id h5 {
    font-size: 24px;
    color: #383838;
    margin: 0;
}

.ic-track-id a {
    font-size: 18px;
    color: #2159d1;
    text-decoration: underline;
}

.ic-track-id {
    margin-bottom: 4px;
}

.simple-bar-graph__columns {
    height: 475px!important;
}

.simple-bar-graph__value {
    position: absolute;
    left: -54px;
    top: -17px;
    font-size: 16px;
    line-height: 35px;
}

.simple-bar-graph__null {
    width: 92%;
    left: 53px;
}

.simple-bar-graph__rows {
    padding-left: 57px;
}

.btn.all-buttons {
    padding: 4px 20px;
    border-radius: 10px;
    background: #26407D;
    font-size: 24px;
    color: #fff;
}

.btn.all-buttons.waves-button {
    font-size: 24px;
    background: #26407D;
    color: #fff;
}

.btn.all-buttons.waves-button:focus {
    box-shadow: none;
}

.ic-content-custom .ic-canvas {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}

.ic-content-custom .simple-bar-graph__bar {
    width: 10px;
    left: 60px;
}

.ic-content-custom .simple-bar-graph__caption {
    font-size: 18px;
    bottom: -34px;
    writing-mode: vertical-rl;
    letter-spacing: -1px;
    line-height: 133px;
    padding-top: 458px;
    position: unset;
}

.ic-scrolling-height {
    height: 260px;
    overflow-y: auto;
}

.ic-order-cencle {
    padding: 10px;
    background: #E74040;
    border-radius: 10px;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.23);
    text-align: center;
    margin-bottom: 30px;
}

.ic-order-cencle p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}


/* ===================== End right Content here =================== */


/* ===================== product page start =================== */

.ic-responsive-tbale div.dataTables_wrapper div.dataTables_filter label {
    position: absolute;
    right: 0;
}

.notification-list .nav-link.ic-lin-height {
    margin-top: 10px;
}

.pro-content p {
    font-size: 14px;
    padding: 0px 15px;
    color: #626262;
}

.ic-pro-img {
    position: relative;
}

.ic-pro-img img {
    height: 100px;
    object-fit: fill;
}

.view-img img {
    height: 80px;
    object-fit: fill;
}

.ic-product-item {
    margin-bottom: 20px;
}

.ic-overlay-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ic-overlay-search a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FF8400;
    border-radius: 50%;
    font-size: 16px;
    color: #fff!important;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.cart-plus-minus {
    position: relative;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    width: 50%;
    margin-right: 5px;
}

.ic-close-icons a {
    font-size: 25px;
}

.cart-plus-minus .altera {
    background: transparent;
    border: none;
    cursor: pointer;
}

.cart-plus-minus #txtAcrescimo {
    border: none;
    background: transparent;
    width: 100%;
    height: 35px;
}

.cart-plus-minus .increment {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 12px;
    width: 20px;
    padding: 0;
}

.ic-add-new-product .ic-product-Stock .decrement {
    position: absolute;
    bottom: 4px;
    right: 5px;
}

.ic-add-new-product .ic-product-Stock .decrement::after {
    display: inline-block;
    margin-left: .055em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid #999;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.ic-add-new-product .ic-product-Stock .increment::after {
    display: inline-block;
    margin-left: .055em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .5em solid transparent;
    border-bottom: .5em solid #999;
    border-left: .5em solid transparent;
}

.cart-plus-minus .decrement {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0;
    width: 20px;
    height: 12px;
}

.cart-plus-minus .increment::after {
    display: inline-block;
    margin-left: .055em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .5em solid transparent;
    border-bottom: .5em solid;
    border-left: .5em solid transparent;
}

.cart-plus-minus .decrement::after {
    display: inline-block;
    margin-left: .055em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.ic-cart img {
    max-width: 29px;
}

.cart-plus-minus input:focus {
    border: none;
    outline: 0;
}

.ic-cart-view-head .table thead th {
    border-top: none;
}

.ic-cart-view-head {
    height: 500px;
    overflow-y: auto;
}

.ic-cart-view-head::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.ic-cart-view-head::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.ic-cart-view-head::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.ic-user-content h3 {
    font-size: 43px;
    line-height: 40px;
    color: #282828;
    font-weight: 900;
    padding-bottom: 30px;
}

.ic-user-content p {
    font-size: 35px;
    line-height: 40px;
    color: #282828;
    padding: 0px 101px;
}

.ic-user-content span {
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    color: #282828;
    padding: 0px 101px;
}

.ic-user-content span.letOP {
    font-weight: 700;
    padding: 0;
}

.pro-content {
    height: 100px;
}

.Extra-height-no-scroll {
    height: 526px;
    overflow-y: auto;
    overflow-x: hidden;
}

.Extra-height-no-scroll::-webkit-scrollbar {
    width: 10px;
}

.Extra-height-no-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.Extra-height-no-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.ic-content-custom .ic-wellcome h2 {
    font-size: 26px;
}


/* ====== checkbox ======== */

.ic-checkbox-pop {
    padding-top: 20px;
}

.ic-checkHead {
    position: relative;
    color: #393939;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 43px;
    cursor: pointer;
}

.ic-checkHead input {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    left: 0;
    z-index: 1;
}

.checkclick {
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #383838;
    border-radius: 2px;
}

.checkclick::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #383838;
    transform: scale(0);
    transition: cubic-bezier(1, .01, 1, 0) .2s;
}

.checkclick::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 9px;
    width: 8px;
    height: 17px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    transform: rotate(45deg) scale(0);
    transition: cubic-bezier(1, .01, 1, 0) .2s;
}

.ic-checkHead input:checked+.checkclick::after {
    transform: scale(1);
}

.ic-checkHead input:checked+.checkclick::before {
    transform: rotate(45deg) scale(1);
}

.ic-checkbox-pop a {
    color: #2760d6;
    text-decoration: underline;
    font-size: 25px;
    font-weight: 300;
}

.ic-button-pop {
    padding-top: 30px;
    text-align: center;
}

.ic-button-pop a {
    margin: 0 35px;
}


/* ====== checkbox ======== */


/* modal css */


/* Modal Content/Box */


/*------- * Quickview Modal -------*/

.ic-modal .ic-modal-content {
    background: transparent;
}

.ic-modal-header .ic-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff!important;
}

.ic-modal .ic-quickview-content {
    background: #fff;
    padding: 4rem;
    border-radius: 10px;
}

.ic-modal .ic-product-item-dec ul {
    list-style: none;
    line-height: 2rem;
}

.ic-modal-btn {
    cursor: pointer;
}

.ic-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-modal .ic-modal-dialog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 4rem);
    max-width: 100%;
    margin: 2rem auto;
    position: relative;
    pointer-events: none;
}

.ic-modal .ic-modal-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    outline: 0;
}

.modal-content {
    border: none!important;
}

@media (min-width: 576px) {
    .ic-modal .ic-modal-dialog {
        min-height: calc(100% - 4rem);
    }
    .ic-modal .ic-quickview-content {
        padding: 20px;
    }
    .ic-modal .ic-modal-close {
        font-size: 13px!important;
    }
    #slider {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 0px;
        margin-bottom: -20px;
        padding-top: 39px;
    }
}

.ic-modal.ic-modal-show {
    opacity: 1;
    visibility: visible;
}

.ic-modal .ic-modal-close {
    color: #D23B3B;
    cursor: pointer;
    font-size: 30px;
    z-index: 1;
}

.ic-modal .ic-modal-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ic-modal-open {
    overflow: hidden;
}

.ic-modal-open .ic-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.ic-modal-open:after {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
    max-width: 80%;
}

.modal-content .slides2 li {
    margin: 0px 5px;
    padding: 20px 5px;
}

.modal-content .slides2 li.slick-active.slick-center {
    background: rgba(34, 34, 34, 0.342);
}

#carousel {
    position: relative;
}

#carousel .slides2 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.button-slider .first-arrow {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.button-slider .seccound-arrow {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

.slides1 li img {
    max-width: 500px;
    height: 200px;
    margin: 0 auto;
    margin-top: 20px;
    object-fit: contain;
}

.slides1 li h4 {
    text-align: center;
}

.slider1 li:focus {
    border: none!important;
}

#slider {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.button-slider button {
    background: transparent;
    border: none;
    font-size: 30px;
}

#animatedModal {
    background-color: rgb(0 0 0 / 46%)!important;
}


/* modal css */


/* notification */

.ic-notification a {
    margin: 0px 10px;
}

.ic-all-select-page.table tr td {
    border-bottom: 1px solid #E4E4E4;
    border-top: none;
    padding: 15px 0px
}

.ic-massage-date p,
.ic-massage-time p {
    margin-bottom: 0;
    text-align: right;
}

.checked-all {
    position: relative;
    color: #222;
    font-size: 20px;
    padding-left: 12px;
    cursor: pointer;
}

.checked-all input {
    opacity: 0;
}

.check_box_click {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #282828;
    border-radius: 3px;
}

.check_box_click::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 6px;
    width: 9px;
    height: 15px;
    border-right: 4px solid #222;
    border-bottom: 4px solid #222;
    transform: rotate(45deg)scale(0);
    transition: cubic-bezier(1, .01, 1, 0) .1s;
}

.checked-all input:checked~.check_box_click::after {
    transform: rotate(45deg)scale(1);
}

.ic-all-select-massage .check_box_click {
    top: 9px;
}

.ic-all-select-massage .checked-all {
    padding-left: 0;
}

.ic-all-select-massage .date {
    width: 180px;
}

.ic-all-select-massage .date p {
    margin: 0;
}

.ic-notification-btn {
    background: #2752AB!important;
    border-radius: 5px!important;
}

.ic-massage-item {
    border-bottom: 1px solid #e2d8da;
    padding-left: 10px;
    padding-right: 10px;
}

.ic-massage-text p {
    margin-bottom: 0;
}

.unread {
    background: #F6F6F6;
}

.unread p {
    color: #0b2e13;
    font-weight: 500;
}

.ic-notification {
    text-align: right;
}

.paragraph-text {
    padding-right: 117px;
    padding-top: 8px;
}

.ic-notification-btn {
    text-align: right!important;
}


/* notification */


/* ===================== product page end =================== */


/* ===================== add-catagories start =================== */

.ic-add-catagories {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 14.08px 1.92px rgba(0, 0, 0, 0.068);
    border-radius: 10px;
}

.ic-show-all-catagories {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 14.08px 1.92px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.ic-show-product {
    padding: 0px 10px!important;
}

.Extra-height-no-scroll {
    height: 526px;
    overflow-y: auto;
    overflow-x: auto;
}

.ic-content-custom .ic-wellcome h2 {
    font-size: 26px;
}


/* ===================== add-catagories end =================== */


/* ===================== add-products start =================== */

.ic-all-count {
    width: 100%;
}

.ic-product-Stock #txtAcrescimo {
    height: calc(1.5em + 0.75rem + 2px);
    padding-left: 10px;
}

.ic-product-Stock .decrement {
    position: absolute;
    bottom: -4px;
    right: 0;
}

.ic-product-Stock .altera i {
    font-size: 23px;
    color: #999999;
}

.ic-file-attach {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
    text-align: center;
}

table.table-bordered.dataTable td button {
    margin: 2px;
}

.ic-edit-img {
    position: relative;
    margin: 20px 0px;
}

.ic-edit-img-item {
    position: relative;
    overflow: hidden;
}

.ic-edit-img-item img {
    transform: scale(1);
    transition: all linear 3s;
}

.edit-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 34, 34, 0.322);
    opacity: 0;
    transform: scale(1);
    transition: all linear .5s;
}

.edit-overlay a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #EC4561;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation-delay: .2s;
}

.ic-edit-img-item:hover img {
    transform: scale(1.2);
}

.ic-edit-img-item:hover .edit-overlay {
    transform: scale(1.2);
    opacity: 1;
}

.ic-edit-img-item:hover .edit-overlay a {
    top: 50%;
    opacity: 1;
}

.owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all linear .5s;
}

.owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all linear .5s;
}

.owl-prev i,
.owl-next i {
    font-size: 30px;
    color: #423a3a;
}

.ic-edit-img:hover .owl-prev {
    left: 0;
    opacity: 1;
}

.ic-edit-img:hover .owl-next {
    right: 0;
    opacity: 1;
}


/* ===================== add-products end =================== */


/* ===================== profile start =================== */

.nav-user img {
    margin-top: -3px;
    object-position: center;
    object-fit: cover;
}

.profile-img-up {
    width: 213px;
    height: 213px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.ic-profile-img-up {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.ic-profile-img-up [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.ic-profile-img-up [type="file"]+label {
    border: none;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #23407C;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    margin-bottom: 0;
}

[type="file"]+label:hover {
    background-color: #d3460d;
}

.profile-img-up img {
    width: 213px;
    height: 213px;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
}

.ic-user-name h3 {
    color: #282828;
    margin-bottom: 0;
}

.ic-parsonal-information {
    background: #fff;
    box-shadow: 0px 0px 14.08px 1.92px rgba(0, 0, 0, 0.068);
    border-radius: 10px;
}

.ic-parsonal-information .nav-pills {
    border-bottom: 3px solid #ECECEC;
}

.ic-parsonal-information .nav .nav-link {
    padding: 0;
    position: relative;
}

.ic-parsonal-information .nav .nav-link::after {
    position: absolute;
    content: '';
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #23407c;
    opacity: 0;
}

.ic-parsonal-information .nav .nav-link.active {
    background: transparent;
    color: #282828;
}

.ic-parsonal-information .nav .nav-link.active::after {
    opacity: 1;
}

.ic-parsonal-information .nav .nav-item {
    padding: 15px 30px;
}

.ic-information-input h5 {
    color: #8b8b8b;
}

.ic-information-input {
    padding: 30px;
}

.ic-information2 .table tr td:nth-child(1) {
    width: 30%;
}

.ic-information2 .table tr td:nth-child(2) {
    width: 10%;
}


/* ===================== profile end =================== */


/* ===================== overview conten start =================== */

.ic-notification .ic-cupon {
    width: 30%;
    display: inline-block;
    height: 46px;
}

.ic-form-design {
    position: relative;
}

.ic-form-design .ic-from-clcik {
    height: 50px;
    margin: 0 auto;
    transform: translateX(0%);
    opacity: 0;
}

.ic-search-O {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0px 20px;
    font-size: 30px;
    background: transparent;
    border: none;
}

.ic-table-head tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.ic-table-head .btn-success {
    background: #00BF5D;
    border: 1px solid #00BF5D;
}

.ic-table-head .btn-success:focus {
    background: #00BF5D;
    border: 1px solid #00BF5D;
}

.ic-table-head .btn-success:hover {
    background: #00BF5D;
    border: 1px solid #00BF5D;
    color: #fff;
}


/* ===================== overview conten end =================== */


/* ===================== track-order conten start =================== */

.ic-track-page {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.ic-track-page .ic-track-in {
    border-radius: 50px;
    height: 80px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 0px 15.68px 0.32px rgba(0, 0, 0, 0.33);
}

.ic-track-page .ic-track-in::placeholder {
    text-align: center;
    font-size: 35px;
}

.track-form h2 {
    font-size: 50px;
    color: #393939;
    padding-bottom: 30px;
}

.ic-form-this {
    position: relative;
}

.ic-track-btn-H {
    margin-top: 30px;
}

.track-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 35px;
    font-size: 40px;
    background: transparent;
    border: none;
}


/* ===================== track-order conten end =================== */


/* ===================== contuct-find content start =================== */

.ic-contact-heading h2 {
    font-size: 50px;
    line-height: 50px;
    color: #393939;
    padding: 40px 0px;
}

.ic-contact-form {
    padding: 20px;
}

.ic-contact-form img {
    margin-bottom: 20px;
}

.ic-contact-form h3 {
    font-size: 32px;
    margin-bottom: 0;
    color: #393939;
}

.ic-mail-modal .ic-mail-modal-dialog {
    width: 40%;
}


/* ===================== contuct-find  content end =================== */


/* ===================== chat start =================== */

.chat-banner {
    display: none;
}

.chat-start {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(to right, #00BBFF, #26407D);
    -webkit-background: linear-gradient(to right, #00BBFF, #26407D);
    -moz-background: linear-gradient(to right, #00BBFF, #26407D);
    -o-background: linear-gradient(to right, #00BBFF, #26407D);
    box-shadow: 0px 0px 50px 0px rgba(0, 146, 243, .3);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 146, 243, .3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 146, 243, .3);
    -o-box-shadow: 0px 0px 50px 0px rgba(0, 146, 243, .3);
    z-index: 9;
    cursor: pointer;
}

.chat-start i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
}

.chat-close {
    display: none;
}

.chat-banner {
    position: fixed;
    bottom: 60px;
    right: 7%;
    width: 20%;
    background: linear-gradient(to right, #00BBFF, #26407D);
    -webkit-background: linear-gradient(to right, #00BBFF, #26407D);
    -moz-background: linear-gradient(to right, #00BBFF, #26407D);
    -o-background: linear-gradient(to right, #00BBFF, #26407D);
    z-index: 9;
    border-radius: 5px;
}

.banner-chat-head {
    padding: 10px;
    background: linear-gradient(to right, #00BBFF, #26407D);
    -webkit-background: linear-gradient(to right, #00BBFF, #26407D);
    -moz-background: linear-gradient(to right, #00BBFF, #26407D);
    -o-background: linear-gradient(to right, #00BBFF, #26407D);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ic-user-name-chat span {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.ic-user-name-chat i {
    font-size: 10px;
    color: #58bf13;
}

.ic-minaus-btn {
    color: #fff;
    cursor: pointer;
    font-size: 25px;
}

.banner-chating-live {
    height: 400px;
    padding: 20px;
    background: #fff;
    margin: 5px;
    overflow-y: auto;
}

.massage-list {
    max-width: 75%;
}

.massage-list.outgoing-massage {
    margin-left: auto;
}

.banner-chating-live {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.chat-live {
    border-radius: 8px;
    padding: 10px;
    overflow-wrap: break-word;
    overflow: hidden;
    user-select: text !important;
    background: #ddd;
}

.massage-list {
    margin-bottom: 10px;
}

.message-content {
    background: #ebebeb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 20px;
}

.user-chat {
    background: linear-gradient(to right, #26407D, #00BBFF);
    -webkit-background: linear-gradient(to right, #26407D, #00BBFF);
    -moz-background: linear-gradient(to right, #26407D, #00BBFF);
    -o-background: linear-gradient(to right, #26407D, #00BBFF);
    color: #fff;
}

.chating-form {
    padding: 0px 5px 5px 5px;
}

.chating-form .ic-chat-form {
    position: relative;
}

.chating-form .ic-chat-form .form-group {
    margin-bottom: 0;
}

.banner-chating-live::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.banner-chating-live::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.banner-chating-live::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-image: linear-gradient(to bottom, #00bbff, #189ae0, #237bc0, #275d9f, #26407d);
    border-radius: 20px;
}

.file-upload__input,
.file-upload__label {
    display: none;
}

.ic-form-send-up {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ic-form-send-up button {
    font-size: 20px;
    background: #fff;
    border: none;
}

.chat-start {
    display: none;
}

.live-time {
    font-size: 12px;
}

.ic-textarea {
    height: 36px!important;
    resize: none;
}

.chat-live p {
    margin-bottom: 0;
}


/* ===================== chat end =================== */


/* swite alert */

.swal-footer {
    text-align: center;
}

.swal2-styled {
    margin-right: 0px!important;
}

.ic-action-dropdown-menu{
    height: 200px;
    overflow: auto;
}
