﻿/*Dashboard Page Css*/

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}




.form-check-muted.form-check label input[type="checkbox"] + .input-helper:before, .form-check-muted.form-check label input[type="radio"] + .input-helper:before {
    border-color: #5b616b;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid #0090e7;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    position: absolute;
    top: 2px;
    left: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top: 2px;
    left: 0;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
        width: 18px;
        opacity: 1;
        line-height: 18px;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        color: black;
    }

    .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
        -webkit-transition: all;
        -moz-transition: all;
        -ms-transition: all;
        -o-transition: all;
        transition: all;
        transition-duration: 0s;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        font-family: 'Font Awesome 5 Free';
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        content: '\f00c';
        font-size: 0.875rem;
        font-weight: bold;
        color: #ffffff;
        top: 1px;
    }


.colmn-1 {
    border: 2px solid #c0c0c0;
    padding: 15px 0 0px 0px !important;
    margin: 0px !important;
    margin-bottom: 25px !important;
}







.sidebar {
    background: #5b616b !important;
    position: fixed;
    height: 100%;
}
.brand-logo img {
    width: 85%;
}
.profile_Dropdown_notify .dropdown-head {
    background-color: #5b616b;
}
.profile_Dropdown_notify .nav-tabs .nav-link {
    background: #5b616b !important;
    color: #ffffff !important;
    border: none !important;
}
.profile_Dropdown_notify .nav-tabs .nav-link.active, .profile_Dropdown_notify .nav-tabs .nav-item.show .nav-link {
    color: #5b616b !important;
    background-color: #ffffff !important;
}
 
.profile_Dropdown_notify .nav-link.tab-notification.active {
    border-radius: 5px 5px 0 0 !important;
}
.profile_Dropdown_notify .nav-tabs {
    border-bottom: none !important;
}
.profile_Dropdown_notify .nav-tabs .nav-item {
    margin-bottom: 0px;
}
.me-3 {
    margin-right: 1rem !important;
}
div#notificationItemsTabContent {
    max-height: 400px;
    overflow: auto;
    padding: 0px;
    border: 1px solid #e4e4e4 !important;
    border-top: none !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.profile_Dropdown_notify .dropdown-item.active, .profile_Dropdown_notify .dropdown-item:active {
    color: #5b616b;
    text-decoration: none;
    background-color: #f3f6f9;
}
.text_light h6 {
    color: #5b616b;
}
.profile_Dropdown_notify .dropdown-item:hover, profile_Dropdown_notify .dropdown-item:focus {
    color: #5b616b !important;
    background-color: #fff !important;
}
/*
 *  STYLE 1
 */

#notificationItemsTabContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   
    background-color: #F5F5F5;
}

#notificationItemsTabContent::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#notificationItemsTabContent::-webkit-scrollbar-thumb {
   
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #5b616b;
}
#dims_l {
    margin-right: 5px;
}
#dims_w {
    margin-right: 5px;
}
.profile_Dropdown .fs-16 {
    font-size: 16px !important;
}

.profile_Dropdown .me-1 {
    margin-right: 0.25rem !important;
}
.profile_Dropdown .dropdown-item {
    color: #5b616b;
    font-size: 13px !important;
}
.profile_Dropdown .dropdown-item:hover,.profile_Dropdown .dropdown-item:focus {
    color: #5b616b !important;
    background-color:#fff !important;
}
.mdi-cog-outline::before {
    content: "\f08bb";
}
.field-icon {
    float: right;
    margin-top: -28px;
    color: #000;
    margin-right: 8px;
}
.content-wrapper {
    background: #f0f0f7 !important;
}
.navbar {
    background: #ffffff !important;
}
.sidebar .sidebar-brand-wrapper {
    background: #5b616b !important;
}
.sidebar .sidebar-brand-wrapper .sidebar-brand img {
     width: auto !important; 
     height: auto !important; 
}
.mdi.mdi-bell {
    color: #c6c6d0;
}
.navbar-profile p {
    color: #191c24;
}
.border_right {
    border-right: 2px solid #c6c6d0 !important;
}

.navbar .navbar-menu-wrapper .search input {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}
.input-group-text {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.navbar .navbar-menu-wrapper .search input {
    border-radius: 5px;
}
.sidebar .nav .nav-item .menu-icon i {
    font-size: 20px !important;
}
.sidebar .nav .nav-item .menu-icon {
    background: none !important;
    width: 50px !important;
    height: 50px !important;
    color: #c3c3c3 !important;
}
.sidebar .nav .nav-item .nav-link {
    
    color: #ffffff !important;
    
}
.sidebar .nav .menu-items:nth-child(5n+1) .nav-link .menu-icon i,
.sidebar .nav .menu-items:nth-child(5n+2) .nav-link .menu-icon i,
.sidebar .nav .menu-items:nth-child(5n+3) .nav-link .menu-icon i,
.sidebar .nav .menu-items:nth-child(5n+4) .nav-link .menu-icon i,
.sidebar .nav .menu-items:nth-child(5n+5) .nav-link .menu-icon i,
.sidebar .nav .menu-items:nth-child(5n+6) .nav-link .menu-icon i,
.sidebar .nav .menu-items:nth-child(5n+7) .nav-link .menu-icon i {
    color: #fff !important;
}
.sidebar .nav .nav-item .nav-link {
    height: 75px !important;
    border-radius: unset !important;
}
.sidebar .nav .nav-item .nav-link:hover {
    border-left: 3px solid #c7c7c7 !important;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link {
    background: #ffffff1f !important;
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    background: #5b616b !important;
}
.navbar-toggler{
    color:#fff !important;
}
.dashboard-title{
   
}
.card {
    background-color: #f0f0f7 !important;
    border: none !important;
}
.ofccrowdtext {
    text-align: center;
    border-bottom: 1px solid #e9eaef;
    padding: 20px 15px 5px 15px;
    color: #61636f;
    font-weight: 400;
    font-size: 14px;
}
.dropdown-menu {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

body .container-scroller .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .logout-btn {
    background-color: #373c4e !important;
    justify-content: center;
    display: inline !important;
    padding: 7px 32px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff !important;
    background-color: #373c4e !important;
}
.officecrowd .dropdown button {
    color: #000 !important;
}
.new_asset {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 5px 5px 4px;
    margin-top: 40px;
    border-radius: 5px;
}
.new_asset h4{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}
.carousel-indicators li {
    border: 1px solid #707070 !important;
}
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
}
.carousel-indicators li.active {
    background-color: #61636f  !important;
}
.plus-as-icon {
    color: #c3c3c3;
}
.drop_right {
    text-align: end;
    margin: 25px 0px;
}
.carousel-indicators {
    justify-content: end !important;
    margin-right: 5% !important;
    margin-left: 0 !important;
    bottom: -30px !important;
    right:0px !important;
    left:auto !important;
    z-index:9 !important;
}
.pl_22{
    padding-left:22px;
}
.sidebar-icon-only .pl_22 {
    padding: unset;
    justify-content: center;
}
.carousel-item {
    margin-bottom: 15px;
}
.carosel_slider {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    z-index:9;
}
.caroslborder tr td {
    border: none;
}
.border_bottom {
    border-bottom: 1px solid #cfcfcf !important;
}
.navbar .navbar-menu-wrapper {
   box-shadow:none !important;
}
.warrantytext {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px
}
.statistic_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #373c4e;
}
.card-title-dash {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 22px;
    font-weight: 400;
    color: #53596e;
}
tr.tbltxt td {
    border-color: #cfcfcf;
}
.content-item1 a ul li .txtbx1 {
    font-weight: 400;
}
.carosel_slider h4{
    margin-bottom:0px !important;
    font-size: 14px;
    font-weight: 400;
}
.circle1 {
    background: #dd8076;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}
.circle2 {
    background: #ffc378;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}
.circle3 {
    background: #65ccae;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}
.circle4 {
    background: #8580d1;
    padding: 12px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}
.image--cover1 {
    width: 60px !important;
    height: 60px !important;
    margin: 5px 0px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
}
td.ls-1 {
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
}
.ls-1 small {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    line-height: 25px;
}
.image--cover2 {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    margin-top: -5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
}
.table-hover tbody tr:hover {
    background-color: #f0f0f7 !important;
}
tr.exptbl td {
    border: none !important;
    font-weight: 700;
    color: #000;
    font-family: system-ui;
    font-size: 18px;
}
.text-theme {
    color: #373c4e;
}
.mt_25{
    margin-top:25px;
}

.dash-btn {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 125px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}
.dash-btn:hover {
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}
.explorebx {
    border-radius: 5px;
    background: #fff;
    margin-bottom: 18px;
    padding: 25px 0px;
}
.content-item1 {
    transform: translate(0, -3px);
    background: #7c8cc5;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}
.content-item {
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    transition: 0.4s;
}

.expbox-cntn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-top: 8px;
}
.content-item:hover {
    transform: translate(0, -3px);
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}
.expbox-cntn li{
    list-style:none;
}
.txtbx {
    font-size: 14px;
    color: #c1bcd7;
}
.txtbx1 {
    font-size: 16px;
    color: #8289b8;
    font-weight: bold;
}

.text-white {
    color: #fff !important;
}
.setting-tab:hover {
    text-decoration: none;
}
.statistic_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistic_box .drop_right {
    margin: 0px 0px;
}
.statistic_box .drop_right button {
    color: #373c4e;
    font-size: 12px;
}
.card-title {
    font-size: 22px;
    font-weight: 400;
    color: #53596e;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown {
    -webkit-box-shadow: 0px 0px 35px -3px white !important;
    -moz-box-shadow: 0px 0px 35px -3px white !important;
    box-shadow: 0px 0px 35px -3px white !important;
}

.btn_new {
    position: relative;
    display: inline-block;
    padding: 12px 6px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff !important;
    background: #5b616b;
    border: 3px solid #5b616b !important;
    border-radius: 0px !important;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.btn_new.btn-border-1::after,
    .btn_new.btn-border-1::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 0%;
        visibility: hidden;
    }

    .btn_new.btn-border-1::after {
        bottom: 0px;
        right: 1px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
    }

    .btn_new.btn-border-1::before {
        top: 0px;
        left: 1px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
    }

    .btn_new.btn-border-1:hover {
        
        color: #fff;
        text-decoration: none !important;
    }

        .btn_new.btn-border-1:hover::after, .btn_new.btn-border-1:hover::before {
            width: calc(100% + -1px);
            height: calc(100% + 0px);
            visibility: visible;
            transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
        }

        .btn_new.btn-border-1:hover::after {
            transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
        }

        .btn_new.btn-border-1:hover::before {
            transition: width .1s ease, height .1s ease .1s;
        }
    

.dash-btn {
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0px !important;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.dash-btn.btn-border-1::after,
.dash-btn.btn-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.dash-btn.btn-border-1::after {
    bottom: 0px;
    right: 1px;
    border-left: 3px solid #373c4e;
    border-bottom: 3px solid #373c4e;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.dash-btn.btn-border-1::before {
    top: 0px;
    left: 1px;
    border-top: 3px solid #373c4e;
    border-right: 3px solid #373c4e;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.dash-btn.btn-border-1:hover {
    color: #373c4e;
    text-decoration: none !important;
}

 .dash-btn.btn-border-1:hover::after, .dash-btn.btn-border-1:hover::before {
        width: calc(100% + -1px);
        height: calc(100% + -1px);
        visibility: visible;
        transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    }

    .dash-btn.btn-border-1:hover::after {
        transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    }

    .dash-btn.btn-border-1:hover::before {
        transition: width .1s ease, height .1s ease .1s;
    }
   


/*Css for Chart*/


.wrapper {
  width: 100px;
  height: 100px;
  background: #FC5B3F;
 
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transform: rotate(108deg);
}
.wrapper .d1 {
  width: 200px;
  height: 200px;
  position: absolute;
  top:3px;
  left: -53px;
  transform: rotate(0deg);
}
.wrapper .d1 div {
  width: 200px;
  height: 200px;
}
.wrapper .d1 div:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: solid transparent;
  border-width: 100px;
  border-top-color: #FC5B3F;
  position: relative;
  transform: scaleX(-3.07768);
}
.wrapper .d1 div span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 4%;
  font-size: 12px;
  text-align: center;
  z-index: 100;
  color: #fff;
  transform: rotate(-108deg);
}
.wrapper .d2 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -51px;
  left: -51px;
  transform: rotate(75.6deg);
}
.wrapper .d2 div {
  width: 200px;
  height: 200px;
}
.wrapper .d2 div:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: solid transparent;
  border-width: 100px;
  border-top-color: #00d3a2;
    position: relative;
    transform: scaleX(10.82727);
}
.wrapper .d2 div span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 34%;
  font-size: 12px;
  text-align: center;
  z-index: 100;
  color: #fff;
  transform: rotate(-255.6deg);
}
.wrapper .d3 {
 
  position: absolute;
  top: -353px;
  left: -351px;
  transform: rotate(170.6deg);
}

.wrapper .d3 div:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: solid transparent;
  border-width: 400px;
  border-top-color: #00a2d3;
    position: relative;
    transform: scaleX(1.25676);
}
.wrapper .d3 div span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 12px;
  text-align: center;
  z-index: 100;
  color: #fff;
  transform: rotate(-309.6deg);
}


/*END chart css*/

.pie_chart {
    font-size: 10px;
    line-height: 2.5;
    color: #61636f;
    margin-bottom: 0;
}
.profit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}
.profit h4 {
    font-size: 55px;
    font-family: system-ui;
}
.profit_percent {
    text-align: right;
}
.profit_percent span {
    color: #11f30e;
}
.new_chart {
    padding: 20px 0px;
    align-items: center;
}
ul.pie_chart {
    padding: 0;
}
ul.pie_chart li {
    list-style: none;
    font-size: 14px;
}
.fa-circle1 {
    font-size: 15px;
    margin-right: 10px;
    color: #fc5b3f;
}
.fa-circle2 {
    font-size: 15px;
    margin-right: 10px;
    color: #00d3a2;
}
.fa-circle3 {
    font-size: 15px;
    margin-right: 10px;
    color: #00a2d3;
}
.fa-circle_2 {
    color: #53629b;
}


.progress {
    width: 100px;
    height: 100px !important;
    line-height: 160px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 8px solid #cad4f7;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 8px;
        border-style: solid;
        position: absolute;
        top: 0;
        
    }

    .progress .progress-bar1 {
        border-color: #53629b;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress .progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 1rem;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        font-weight: 500;
        color: #53629b;
        font-size: 20px;
    }

        .progress .progress-value span {
            font-size: 12px;
            text-transform: uppercase;
        }



.progress {
    background-color: #cad4f7 !important;
    border-radius: 50% !important;
}

   
   
   
    .progress[data-percentage="25"] .progress-right .progress-bar {
        animation: loading-25 0.5s linear forwards;
    }

    .progress[data-percentage="25"] .progress-left .progress-bar {
        animation: 0;
    }

    

    
@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}


.green_img {
   color: lightseagreen;
   font-size: 10px;
   display: block;
   position: absolute;
}
.green_img img{
   width: 20px; 
   padding-left: 5px;
}


/*Assets Page Css*/

body, html {
    background-color: #f0f0f7 !important;
}
.allassets-title {
    font-size: 22px;
    font-weight: 400;
    color: #53596e;
    margin-bottom: 0;
}
.assets_tbl .table thead th, .assets_tbl .table tbody td {
   
    text-align: center;
}
.form-check-muted.form-check label input[type="checkbox"]:checked + .input-helper:before, .form-check-muted.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #ffffff !important;
    border-width: 2px !important;
}
.table th img, .jsgrid .jsgrid-table th img, .table td img, .jsgrid .jsgrid-table td img {
    object-fit: cover;
}
.editbtn i, .deletebtn i, .cartbtn i, .peoplebtn  i{
    margin-right: 0px !important;
}
.editbtn {
    background-color: #ffe2a0 !important;
    border: 1px solid #ffe2a0 !important;
}

    .editbtn:hover {
        background-color: #ffe2a0 !important;
        border: 1px solid #ffe2a0 !important;
    }

.deletebtn {
    background-color: #f98884 !important;
    border: 1px solid #f98884 !important;
}

    .deletebtn:hover {
        background-color: #f98884 !important;
        border: 1px solid #f98884 !important;
    }

.cartbtn {
    background-color: #8fd1a5 !important;
    border: 1px solid #8fd1a5 !important;
}

    .cartbtn:hover {
        background-color: #8fd1a5 !important;
        border: 1px solid #8fd1a5 !important;
    }
.peoplebtn {
    background-color: #0090e7 !important;
    border: 1px solid #0090e7 !important;
}

    .peoplebtn:hover {
        background-color: #0090e7 !important;
        border: 1px solid #0090e7 !important;
    }
.asset_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.asset_row_end {
    display: flex;
    align-items: center;
    justify-content: end;
}
.asset_btn a {
    text-align: center;
    display: inline-block;
    width: 150px !important;
    padding: 5px;
    font-size: 14px !important;
}
.another_btn a { 
    width: 180px !important; 
}
.asset_btn .dash-btn {
    margin-right: 10px;
    margin-right: 10px;
    padding: 9px 5px;
}
.edit_dropdown .drop_right {
    margin: 0 5px 0px 0;
}
.edit_dropdown {
    display: flex;
}
.cross_icon {
    color: #c5c5cb;
    position: absolute;
    right: 10px;
    top: 2px;
}
.input_search {
    position: relative;
}
.input_search input[type="text"] {
   text-indent: 5px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 2px #ededed;
    height: 30px;
}
.searchbox button i {
    margin-right: 0;
}
.edit_dropdown .drop_right button {
    color: #000;
    box-shadow: 0px 2px 5px 2px #ededed;
    background-color: #fff;
}
.page_row span {
    color: #767676;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}
.paginaation_row {
    text-align: center;
}
/*.allassets .card {
    background-color: #f0f0f7 !important;
    border: none;
}*/
.sidebar .nav .nav-item.active > .nav-link {
    background: #5b616b !important;
}
.sidebar .nav .nav-item.active > .nav-link:before {
    background: #f0f0f7 !important;
}

.grad1 {
    background-color: #83c3fa; /* For browsers that do not support gradients */
    background-image: linear-gradient(#a3edf6, #83c3fa);
}

.grad2 {
    background-color: #f98683; /* For browsers that do not support gradients */
    background-image: linear-gradient(#f3b19f, #f98683);
}

.grad3 {
    background-color: #cddd83; /* For browsers that do not support gradients */
    background-image: linear-gradient(#bfe99a, #cddd83);
}



/*END Assets Page Css*/

.pd_30 {
    padding: 1.75rem 1.5625rem 1.75rem 0em;
}
.bx_shadow {
    box-shadow: 0px 2px 5px 2px #ededed !important;
}
.btn-purple {
    background-color: #a3a1fb !important;
    border-color: #a3a1fb !important;
}

.btn-lightgreen {
    background-color: #bbea96 !important;
    border-color: #bbea96 !important;
}
.malto {
    color: #6c7293;
    text-decoration: none;
}
.malto:hover {
    color: #6c7293;
    text-decoration: none;
}
.people {
    padding: 50px;
}
.nav-tabs .nav-link {
    background: #ffffff !important;
    color: #373c4e !important;
    border: 1px solid #e7e7e7;
   
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #373c4e !important;
}
.nav-tabs .nav-link {
    border: 1px solid #f0f0f7;
}

.tab-content {
    border: none !important;
}
.nav-tabs {
    border-bottom: 1px solid #f0f0f7 !important;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #f0f0f7 #f0f0f7 #f0f0f7 !important;
}
.nav-tabs .nav-link {
    border: 1px solid #f0f0f7 !important;
}
.btn-pink {
    background-color: #ffa195 !important;
    border-color: #ffa195 !important;
}
.page_row {
    text-align: left;
}

.radio {
    margin: 0.5rem;
}
.radio input[type=radio] {
        position: absolute;
        opacity: 0;
    }
 .radio input[type=radio] + .radio-label:before {
            content: "";
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            top: 0px;
            margin-right: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

        .radio input[type=radio]:checked + .radio-label:before {
            background-color: #373c4e;
            box-shadow: inset 0 0 0 4px #f4f4f4;
        }

        .radio input[type=radio]:focus + .radio-label:before {
            outline: none;
            border-color: #373c4e;
        }

        .radio input[type=radio]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .radio input[type=radio] + .radio-label:empty:before {
            margin-right: 0;
        }



    .radio label {
        text-transform: uppercase;
        color: #373c4e !important;
    }

.button_upload {
    position: absolute;
    left: 15px;
    top: 15%;
    display: block;
    background: #fff;
    width: 150px;
    box-shadow: 0 2px 6px rgba(170, 185, 200, 0.4);
}
    .button_upload svg {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        fill: #fff;
    }

    .button_upload div {
        height: 4px;
        margin: -2px 0 0 0;
        position: absolute;
        top: 50%;
        left: 71px;
        right: 25px;
        background: #d3d7e0;
        display: none;
        border-radius: 2px;
    }

        .button_upload div span {
            position: absolute;
            background: #28e470;
            height: 4px;
            left: 0;
            top: 0;
            width: 0;
            display: block;
            border-radius: 2px;
        }


    .button_upload a {
        position: relative;
        display: block;
        background: #373c4e;
        z-index: 2;
        line-height: 56px;
        height: 56px;
        width: 100%;
        text-align: center;
        color: #fff !important;
        text-transform: uppercase;
    }

        .button_upload a span {
            cursor: pointer;
            display: block;
        }
.DisplayBlock {
    display: block !important;
}
.visibity_hide {
    visibility: hidden;
}
.select_radio {
    font-size: 22px;
    font-weight: 400;
}
.download_csv a {
    width: 153px;
    margin: 10px 0;
    display: block;
    margin-left: auto;
}
.csv_button{
    text-align:right;
}

.setting_tab {
    color: black;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
    border: none !important;
    background-color: #222d31 !important;
}
.setting_tab:hover {
    color: black;
    text-decoration:none;
}
.setting-page {
    padding: 25px 50px !important;
}

/*.stretch-card > .setting_tab {
    width: 90% !important;
    min-width: 90% !important;
}*/
.report_row {
    display: flex;
    justify-content:flex-end;
    
}
.report_row_new span {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
}

.report_row_new .btn-report {
    color: #a1a1a1;
    background-color: #fff;
    border-radius: 0;
    width: 140px;
    text-transform:uppercase;
}
.report_row_new .btn-report:hover {
    color: #a1a1a1;
}


.modal-content {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    border: 1px solid #ececf3 !important;
    background-color: #ffffff !important;
    color: #373c4e !important;
}
button.closebtn {
    border: none;
    background-color: #fff;
}
.modal {
    background: rgb(0 0 0 / 0%) !important;
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    -moz-filter: blur(20px);
    backdrop-filter: blur(5px);
}
.modal-header {
    border-bottom: none !important;
}
.btn_close:hover {
    background-color: #373c4e;
    color: #fff;
    transition: 0.7s;
}
.cnf_btn {
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}
.cnf_btn .btn_new {
    padding: 5px 6px !important;
    width:85px;
}
.del_header {
    text-align: end;
    padding: 0 !important;
    border-bottom: none !important;
}
.modal-dialog-del {
    max-width: 350px !important;
}
.table, .jsgrid .jsgrid-table {
    width: 100% !important;
}
 .drop_right a {
    color: #373c4e !important;
}
.drop_right .dropdown-menu {
    border: 1px solid #ddd !important;
}
.wd_btn {
    width: 140px;
    padding: 5px;
}
.modal-backdrop {
    background: none !important;
}
.input-group-prepend i {
    margin-right: 0px !important;
}
span.green_img {
    display: none;
}
.lbl_name {
    margin-bottom: 25px !important;
    color: #373c4e !important;
    display: block;
    font-size: 16px;
}

.logosection {
    font-weight: bold;
    line-height: 2.5;
    font-size: 24px;
    background-color: #5b616b;
}

.btn_close {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9;
}
.modal-text {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid #d8dbe0;
    padding-bottom: 11px;
    color: #808080;
}
.sorting_1 {
    white-space: normal !important;
    word-break: break-word !important;
}
/*Shop page*/
.radio {
    display: none;
}
span.basket_items {
    font-family: monospace;
}
.icon_cart {
    font-size: 30px;
    color: #373c4e;
    text-align: right;
    display: block;
}

.carousel-control-next-icon {
    background-color: #000;
    padding: 20px;
    background-size: 20px;
}


.label {
    color: #000;
    display: inline-block;
    margin: 0 5px 20px;
    padding: 5px 10px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 18px;
}

.radio:checked + .label {
    color: white;
    background: rgb(229 28 32);
}

.sidebar_new {
    top: 33px;
    left: 0px;
    width: 25%;
    background: #fff;
    transition: all 300ms linear;
    z-index: 9;
}

    .sidebar_new.active {
        left: -25%;
        position: absolute;
    }

.toggle-btn {
    align-items: center;
    top: 0px;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 150px;
    color: #000;
}

    .toggle-btn i {
      
        margin-right: 10px;
    }

.sidebar_new .toggle-btn span {
    display: block;
    width: 30px;
    height: 5px;
    background: #151719;
    margin: 5px 0px;
    cursor: pointer;
}

.sidebar_new div.list div.item {
    border-bottom: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    color: #343a40;
    text-transform: uppercase;
    font-size: 12px;
}

    .sidebar_new div.list div.item:first-child {
        border-top: 1px solid #e9ecef;
    }

    .sidebar_new div.list div.item a {
        color: #fcfcfc;
        text-decoration: none;
    }


.sidebar_new_bag {
    top: 125px;
    right: 0px;
    width: 445px;
    background: #fff;
    transition: all 300ms linear;
    z-index: 9;
    position: absolute;
    height:100%;
}

    .sidebar_new_bag.active {
        right: -445px;
        position: absolute;
    }
.sidebar_new_bag .toggle-btn span {
    display: block;
    width: 30px;
    height: 5px;
    background: #151719;
    margin: 5px 0px;
    cursor: pointer;
}

    .sidebar_new_bag div.list div.item {
        border-bottom: 1px solid #e9ecef;
        border-right: 1px solid #e9ecef;
        color: #343a40;
        text-transform: uppercase;
        font-size: 12px;
    }

        .sidebar_new_bag div.list div.item:first-child {
            border-top: 1px solid #e9ecef;
            display: block;
            text-align: left;
        }

    .sidebar_new_bag div.list div.item a {
        color: #fcfcfc;
        text-decoration: none;
    }

.bag_space {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
    padding: 15px 5px 15px 10px;
}
ul.bag_space li img {
    width: 100px !important;
}
.product_name {
    color: #373c4e;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 45px;
}
.bag_space li {
    list-style: none;
    text-align: left;
}

.discount_txt {
    padding: 5px;
    text-transform: capitalize;
    font-size: 16px;
}

.dicounted_price {
    padding: 5px;
    font-size: 16px;
}

.width_30 {
    width: 35px;
    height: 30px;
    margin-right: 15px;
}

.filter_text {
    width: 100px;
    font-weight: 600;
    display: flex;
    margin-bottom: 0px;
}

.border-bottom-white {
    border-bottom: 1px solid #fff !important;
}

.right_position {
    position: absolute;
    right: 5px;
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ccc;
}

.styled-checkbox:checked + label:before {
    background: #373c4e;
    border: 1px solid #373c4e;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 #fff;
    transform: rotate(45deg);
}

.brand-styled-checkbox input + label:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 0;
}

.brand-styled-checkbox input:checked + label:before {
    background: #373c4e;
}

.brand-styled-checkbox input + label:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.brand-styled-checkbox input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #666;
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 20px;
    word-break: break-word;
}

.brand-styled-checkbox input[type="checkbox"], .brand-styled-checkbox input[type="radio"] {
    display: none;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
}

input.styled-checkbox {
    display: none;
}

.brand-styled-checkbox td {
    width: 50%;
    padding-right: 20px;
}

.item .filter {
    font-weight: 600;
    padding: 10px 10px;
    font-size: 15px;
    display: block;
    background-color: #fff;
}

.reset_txt {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

    .reset_txt i {
        font-size: 18px;
        margin-right: 10px;
    }

.sort_icon {
    display: flex;
    justify-content: end;
    padding-right: 25px;
    align-items: center;
}

    .sort_icon i {
       
        margin-right: 10px;
    }

.sort_drop {
    font-size: 14px;
    font-weight: 600;
}

    .sort_drop select.form-control:not([size]):not([multiple]) {
        margin-bottom: 0px !important;
    }

.competition_bg .fav_bg {
    float: right;
    cursor: pointer;
}



.comp_name {
    padding-left: 15px;
}

.competition_bg {
    background: #f0f0f0;
    text-align: center;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    margin-top: 0;
}

.mtb{
    margin-bottom:20px;
    margin-top:20px;
}
.border_none {
    border: none;
    background: none;
    font-size: 20px;
    color: #fff !important;
    text-decoration: none !important;
}
.border_none:hover, .border_none:active{
    text-decoration:none !important;
}

.accordion > .card > .card-header {
    background: #5a6381;
}

.art_description {
    color: #000;
    font-size: 16px;
    text-align: justify;
    padding: 15px;
}
.artist_title {
    padding: 15px 15px 10px 15px;
    margin-bottom: 0px;
}
.mt_15{
    margin-top:15px;
}

.sku_carousel .carousel-item img {
    height: 500px;
    object-fit: cover;
}

.height_notop {
    height: 440px;
    overflow: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #5a6381 !important;
    padding: 20px;
    background-size: 20px !important;
}

.carousel-control-prev, .carousel-control-next {
    width: auto !important;
}

.icon_cart_new {
    font-size: 25px;
    color: #373c4e;
    margin-left: 15px;
}
.plus_new_icon {
    color: #fff;
    background-color: #373c4e;
    text-align: center;
    width: 25px;
}
.minus_new_icon {
    color: #fff;
    background-color: #373c4e;
    text-align: center;
    width: 25px;
}
.icon_text {
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 25px;
}
.card_zoom {
   
    border-radius: 8px;
    transition: all 300ms ease;
}
.icon_cart:hover {
    color: #7b83a1;
}
.card_zoom:hover {
    transform: scale(1.008) translateY(-5px);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 16%);
    padding-bottom: 12px;
    padding-top: 12px;
}
 .img_indicator li {
    width: 100px !important;
    height:auto;
}
.img_indicator {
    position: unset !important;
    bottom: 0 !important;
    margin: auto !important;
    justify-content: center !important;
    height: 100px;
    padding: 35px 0px;
}
.plus-minus-icon {
    padding-bottom: 20px;
    padding-top:25px;
   
}
div#profile table tbody tr td:first-child {
    width: 33%;
    border-right: 1px solid #3d3d3d;
    background-color: #fafafa;
}
div#profile table tbody {
    border-bottom: 1px solid #000;
}
.product_carousel .carousel-control-prev, .product_carousel .carousel-control-next {
    top: -10%;
}

.align_center{
    align-items: center;
    margin-right: 10px;
}
.plus-minus-icon-new {
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-bottom: 10px;
}
.ticket_bar {
    display: flex;
    padding: 0;
    justify-content: center;
}
    .ticket_bar li {
        list-style: none;
        background-color: #fff;
        
    }
        .ticket_bar li a {
            width: 40px;
            color: #fff;
            background-color: #373c4e;
            display: block;
        }
            .ticket_bar li a:hover {
                text-decoration: none;
                background-color: #fff;
                color: #373c4e;
            }
.tic_plus {
    background-color: #fff !important;
    color: #373c4e !important;
    font-weight: 600;
}
.pricing {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0px;
    padding: 0;
}
.pricing li a {
   
    padding: 0px 10px;
    text-decoration: none;
    color:#373c4e;
    font-size:12px;
}

.price_1 {
    padding-right: 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: system-ui;
}
.card_zoom .pricing_bar {
   /* position: absolute;
    left: 0;
    right: 0;
    opacity:0;*/
   display:none;
   
}
.card_zoom:hover h3{
    display:none;
}
.card_zoom:hover .pricing_bar {
    display: flex;
    justify-content:space-between;
}
.card_zoom h3 {
    text-align: left;
}
.overley_main {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #ffffff94;
}

.overley_main:hover .overlay {
    opacity: 1;
}

.icon {
    color: #373c4e;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.icon:hover {
    text-decoration: none;
    color: #373c4e;
}
.bd_radius10 {
    border-radius: 10px;
}

.overlay_bg {
    background-color: #f0f0f700;
    opacity: 1;
}
.bg_shop {
    background-color: #ffffffb3;
    font-size: 40px;
}

.shadow_none:hover {
    box-shadow: none;
}

.item.bottom_item {
    position: absolute;
    width: 100%;
    bottom: 130px;
    border-bottom: none !important;
    border-top:1px solid #e9ecef;

}


/*End*/
@media(min-width:575px) {
    .lbl_name {
        display: none;
    }
    .modal-dialog-width {
        max-width: 75% !important;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper {
        justify-content: space-between;
    }

    .navbar .navbar-brand-wrapper {
        width: 0px !important;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
        width: calc(100% - 190px) !important;
    }

    .sidebar_new {
        width: 50%;
    }
}

@media(max-width:1680px) and (min-width:1601px) {
    .sidebar-icon-only .pie_chart li {
        font-size: 14px;
    }

    ul.pie_chart li {
        font-size: 12px;
    }

    .profit h4 {
        font-size: 45px;
    }

    .sidebar-icon-only tr.tbltxt td {
        font-size: 0.875rem;
    }

    tr.tbltxt td {
        padding: 0.7375rem;
        font-size: 12px;
    }

    .sidebar-icon-only .statistic_title {
        font-size: 16px;
    }

    .statistic_title {
        font-size: 14px;
    }

    .sidebar-icon-only .txtbx1 {
        font-size: 16px;
    }

    .txtbx1 {
        font-size: 14px;
    }

    .sidebar-icon-only tr.exptbl td {
        font-size: 18px;
    }

    .sidebar-icon-only td.ls-1 {
        font-size: 16px !important;
    }

    tr.exptbl td {
        font-size: 14px;
    }
}

@media(max-width:1600px) and (min-width:1441px) {
    .sidebar-icon-only .pie_chart li {
        font-size: 12px;
    }

    ul.pie_chart li {
        font-size: 10px;
    }

    .profit h4 {
        font-size: 45px;
    }

    .sidebar-icon-only tr.tbltxt td {
        font-size: 0.875rem;
    }

    tr.tbltxt td {
        padding: 0.7375rem;
        font-size: 12px;
    }

    .sidebar-icon-only .statistic_title {
        font-size: 14px;
    }

    .statistic_title {
        font-size: 12px;
    }

    .sidebar-icon-only .txtbx1 {
        font-size: 16px;
    }

    .txtbx1 {
        font-size: 14px;
    }

    .expbox-cntn {
        padding: 10px;
    }

    .sidebar-icon-only .statistic_box .drop_right button {
        font-size: 12px;
    }

    .statistic_box .drop_right button {
        font-size: 10px;
    }
}

@media(max-width:1440px) and (min-width:1367px) {
    .ticket_bar li a {
        width: 25px;
    }
    .sidebar-icon-only ul.pie_chart li {
        font-size: 10px;
    }

    ul.pie_chart li {
        font-size: 8px;
    }

    .fa-circle1, .fa-circle2, .fa-circle3 {
        font-size: 12px;
    }

    .sidebar-icon-only .profit h4 {
        font-size: 45px;
    }

    .profit h4 {
        font-size: 40px;
    }

    .sidebar-icon-only td.ls-1 {
        font-size: 16px !important;
    }

    td.ls-1 {
        font-size: 14px !important;
    }

    .txtbx1 {
        font-size: 14px;
    }

    .expbox-cntn {
        padding: 0 5px;
    }

    .sidebar-icon-only tr.tbltxt td {
        font-size: 0.875rem;
        font-size: 12px;
    }

    tr.tbltxt td {
        padding: 0.9375rem 0.5rem;
        font-size: 10px;
    }

    .sidebar-icon-only .statistic_title {
        font-size: 14px;
    }

    .statistic_title {
        font-size: 12px;
    }

    .sidebar-icon-only .txtbx1 {
        font-size: 16px;
    }

    .txtbx1 {
        font-size: 14px;
    }

    .expbox-cntn {
        padding: 10px;
    }

    .sidebar-icon-only .statistic_box .drop_right button {
        font-size: 12px;
    }

    .statistic_box .drop_right button {
        font-size: 10px;
    }

    .sidebar-icon-only .dash-btn {
        width: 85px;
        font-size: 12px;
    }

    .dash-btn {
        width: 85px;
        font-size: 10px;
    }

    .sidebar-icon-only .carosel_slider h4 {
        font-size: 14px;
    }

    .carosel_slider h4 {
        font-size: 12px;
    }

    .sidebar-icon-only .warrantytext {
        font-size: 14px;
    }

    .warrantytext {
        font-size: 12px;
    }

    .sidebar-icon-only tr.exptbl td {
        font-size: 16px;
    }

    tr.exptbl td {
        font-size: 14px;
    }
    .table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
        font-size: 12px !important;
    }
}

@media(max-width:1366px) and (min-width:1281px) {
    .sidebar-icon-only .pie_chart li {
        font-size: 11px;
    }
    .ticket_bar li a {
        width: 25px;
    }
    .card_zoom h3 {
        font-size: 18px;
    }
    ul.pie_chart li {
        font-size: 9px;
    }

    .fa-circle1, .fa-circle2, .fa-circle3 {
        font-size: 10px;
    }

    .sidebar-icon-only tr.tbltxt td {
        padding: 0.9375rem 0.6375rem;
        font-size: 12px;
    }

    tr.tbltxt td {
        padding: 0.9375rem 0.5375rem;
        font-size: 10px;
    }

    .sidebar-icon-only .statistic_title {
        font-size: 14px;
    }

    .statistic_title {
        font-size: 10px;
    }

    .profit h4 {
        font-size: 45px;
        font-family: system-ui;
    }

    .sidebar-icon-only .txtbx1 {
        font-size: 14px;
    }

    .txtbx1 {
        font-size: 12px;
    }

    .expbox-cntn {
        padding: 0 5px;
    }

    .card .card-body {
        padding: 15px !important;
    }

    .carousel-indicators {
        bottom: -30px !important;
    }

    .sidebar-icon-only .statistic_box .drop_right button {
        font-size: 12px;
    }

    .statistic_box .drop_right button {
        font-size: 10px;
    }

    .sidebar-icon-only .dash-btn {
        font-size: 12px;
    }

    .dash-btn {
        width: 75px;
        font-size: 10px;
    }

    .sidebar-icon-only tr.exptbl td {
        font-size: 16px;
        padding: 12px 10px;
    }

    tr.exptbl td {
        font-size: 14px;
        padding: 12px 10px;
    }

    .sidebar-icon-only td.ls-1 {
        font-size: 16px !important;
    }

    td.ls-1 {
        font-size: 14px !important;
    }
    .table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
        font-size: 12px !important;
    }
}

@media(max-width:1280px) and (min-width:992px) {

    .ticket_bar li a {
        width: 20px;
    }

    .card_zoom h3 {
        font-size: 16px;
    }

    .sidebar-icon-only .pie_chart li {
        font-size: 11px;
    }

    ul.pie_chart li {
        font-size: 9px;
    }

    .fa-circle1, .fa-circle2, .fa-circle3 {
        font-size: 10px;
    }

    .sidebar-icon-only tr.tbltxt td {
        padding: 0.9375rem 0.6375rem;
        font-size: 12px;
    }

    tr.tbltxt td {
        padding: 0.9375rem 0.5375rem;
        font-size: 10px;
    }

    .sidebar-icon-only .statistic_title {
        font-size: 14px;
    }

    .statistic_title {
        font-size: 10px;
    }

    .profit h4 {
        font-size: 45px;
        font-family: system-ui;
    }

    .sidebar-icon-only .txtbx1 {
        font-size: 14px;
    }

    .txtbx1 {
        font-size: 12px;
    }

    .expbox-cntn {
        padding: 0 5px;
    }

    .card .card-body {
        padding: 15px !important;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .sidebar-icon-only .statistic_box .drop_right button {
        font-size: 12px;
    }

    .statistic_box .drop_right button {
        font-size: 10px;
    }

    .sidebar-icon-only .dash-btn {
        font-size: 12px;
    }

    .dash-btn {
        width: 75px;
        font-size: 10px;
    }

    .sidebar-icon-only tr.exptbl td {
        font-size: 16px;
        padding: 12px 10px;
    }

    tr.exptbl td {
        font-size: 14px;
        padding: 12px 10px;
    }

    .sidebar-icon-only td.ls-1 {
        font-size: 16px !important;
    }

    td.ls-1 {
        font-size: 14px !important;
    }
}
@media(max-width:1024px) and (min-width:768px) {
    .expbox-cntn li {
        margin: 10px 0px;
    }
    .expbox-cntn {
        flex-direction: column;
    }
    .sidebar_new.active {
        left: -100%;
    }
}

@media(max-width:993px) and (min-width:768px) {
    ul .pie_chart li {
        font-size: 13px;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    ul.pie_chart li {
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .carousel-indicators {
        bottom: -25px !important;
    }
    .sku_carousel .carousel-item img {
        height: auto;
    }

    .statistic_title {
        font-size: 14px;
    }

    .wrapper {
        margin: auto;
    }

    .card.mt-5.mobile_margin {
        margin-top: 0px !important;
    }
    #btnEditAsset{
        margin-top:5px;
    }
    .sidebar_new {
        width: 100%;
    }
        .sidebar_new.active {
            left: -100%;
        }
    .card_zoom h3 {
        font-size: 18px;
    }
    .ticket_bar li a {
        width: 25px;
    }
    .card_zoom:hover .pricing_bar {
        display: block;
    }
}


@media(max-width:600px){
    .asset_row {
        display: block;
    }
    .asset_btn a {
        width: 130px !important;
    }
    .asset_btn .dash-btn {
        padding: 10px 5px;
    }
    .edit_dropdown {
        margin: 15px 0px;
    }
    .input_search {
        display: table;
        margin-bottom: 15px;
    }
    .input_search input[type="text"] {
        height: 35px;
    }
    .allassets-title {
        margin-bottom: 20px;
    }
    .cross_icon {
        
        top: 9px;
    }
    .location {
        padding: 0px;
    }
    .people {
        padding: 0px;
    }
    .csv_button {
        text-align: left;
        margin-left: 15px !important;
        margin-top: 15px;
    }
    .searchbox {
        text-align: left;
    }
    .download_csv a {
        margin-right: auto;
        margin-left: 0;
    }
    .stretch-card > .setting_tab {
        width: 100% !important;
        min-width: 100% !important;
    }
    .setting-page {
        padding: 25px !important;
    }
    .search input {
        border-left: none !important;
        border-radius: 0px !important;
    }
    .input-group-text {
        border-radius: 0px !important;
    }
}
.w_300 {
width:300px !important;
}
.w_400 {
    width:400px !important;
}
.form-group label {
    color: #000;
}

