@media (max-width: 767px) {
    .navbar-nav .nav-link{
        color: #96A0B5 !important;
    }
    #nav-icon-dot {
        margin: 3px 3px 0px 27px !important;
    }
    .login-title{
        font-weight: 750;
        font-size: 24px;
        color: #1b1b1b;
    }
    .option-for-sign :nth-child(2){
        display: none;
    }
    .starting-free-trial{
        opacity: 0.6;
        font-weight: 450;
        font-size: 14px;
    }
    .option-for-sign{
        border: 1px solid #CAD1D7;
        border-radius: 30px;
        width: 80px;
        margin-right: 19px !important;
    }
    .main-section{
        width: 104.5% !important;
    }
    .cardHide{
        display: none;
    }
    .widget-card .row{
        padding: 19px 15px 14px 13px;
    }
    .owner-name-sm{
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #1B1B1B;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .owner-info-sm{
        font-family:'Avenir Next Cyr', sans-serif !important;
        font-style: normal;
        font-weight: 450;
        font-size: 10px;
        line-height: 12px;
        color: #96A0B5;
        text-align: right;
    }
    .admin-title{
        font-size: 28px;
        line-height: 34px;
    }
    .card-widget-body{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .widget-card-amount-block{
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .add-item-btn-group{
        text-align: center;
    }
    .btn-info {
        margin-top: 2px;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #FFFFFF;
    }

}
@media (min-width: 768px){
    .login-title{
        font-weight: 750;
        font-size: 42px;
        color: #1b1b1b;
    }
    .starting-free-trial{
        opacity: 0.6;
        font-weight: 450;
        font-size: 17px;
    }
    .option-for-sign{
        border: 1px solid #CAD1D7;
        border-radius: 30px;
        width: 218px;
    }
    .main-section{
        width: 101.5% !important;
    }
    .admin-title{
        line-height: 45px;
        font-size: 28px;
    }
    .line-chart-card{
        height: 194px;
        margin-top: 27px;
    }
    .cardHide{
        display: block;
    }
    .widget-card{
        height: 180px;
    }
    .widget-card .row{
        height: 140px;
        padding: 19px 15px 14px 0px;
    }
    .sales-value{
        font-size: 24px !important;
    }
    .card-icon img{
        width: 45px;
    }
    .amount-percentage span{
        padding: 10px 7px 10px 7px;
    }
    .monthly-info-amount :nth-child(1){
        font-size: 12px;
    }
    .monthly-info-amount :nth-child(3){
        font-size: 16px;
    }
    .add-category-block{
        right: 13px !important;
        padding: 6px 20px !important;
    }
    .slick-slide{
        margin-right: 13px !important;
    }
    .add-new-item-text{
        font-size: 36px;
    } 
    .add-item-btn-group{
        text-align: right;
    }
    .btn-info{
        margin-top: 3px;
        font-size: 15px !important;
        padding: 5px 14px !important;
        font-weight: 450;
        height: 37px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .navbar-vertical.navbar-expand-md {
        width: 11%;
    }
    .menu
    {
        position: absolute;
        width: 50px;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        transition: 0.3s ease 0.15s;
    }
    .menu.open
    {
        width: 240px;
    }
    .menu a 
    {
        text-decoration: none;
    }
    .menu .actionbar
    {
        width: 100%;
        height: 10%;
        padding: 0.5rem;
        overflow: hidden;
    }
    .menu .actionbar div 
    {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-radius: 0.5rem;
        transition: 0.3s ease;
    }
    .menu .actionbar div button
    {
        background-color: transparent;
        outline: none;
        border: none;
        border-radius: 0.5rem;
        color: var(--bg-black-100);
        width: 45px;
        height: 45px;
        transition: 0.3s ease;
        font-size: 1rem;
    }
    .menu .actionbar div button:hover
    {
        background-color: rgba(253, 237, 237, 1);
    }
    .menu .actionbar div h3
    {
        width: calc(100% - 45px);
        text-align: center;
    }
    .menu .optionsBar
    {
        overflow: hidden;
        display: flex;
        height: 60%;
        flex-direction: column;
    }
    .menu .optionsBar .menuItem
    {
        width: 100%;
        margin-top: 20px;
    }
    .menu .optionsBar .menuItem .menuOption
    {
        outline: none;
        align-items: center;
        transition: 0.3s ease;
    }
    .menu .optionsBar .menuItem .menuOption:hover
    {
        background-color: rgba(253, 237, 237, 1) !important;
    }
    .menu .optionsBar .menuItem .menuOption i 
    {
        width: 45px;
        text-align: center;
        color: var(--bg-black-100);
    }
    .menu .optionsBar .menuItem .menuOption h5
    {
        width: calc(100% - 45px);
    }
    .menuText
    {
        color: var(--bg-black-20);
        transform: translateX(-250px);
        opacity: 0;
        transition: transform 0.3s ease 0.1s;
    }
    .menuText.open2
    {
        opacity: 1;
        transform: translateX(0);
    }
    .menu .menuBreak
    {
        width: 100%;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu .menuBreak hr
    {
        width: 50%;
        height: 3px;
        background-color: var(--bg-black-100);
        border: none;
        border-radius: 5px;
    }
    .menu .menuUser
    {
        width: 100%;
        height: 10px;
        padding: 4.5rem 0 3rem 0;
    }
    .menu .menuUser a 
    {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        padding: 0.5rem;
        position: relative;
    }
    .menu .menuUser a div 
    {
        width: 45px;
        height: 45px;
        position: relative;
        border-radius: 0.5rem;
    }
    .menu .menuUser a div img 
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.5rem;
    }
    .menu .menuUser a .Username
    {
        width: calc(70% - 45px);
    }
    .menu .menuUser a p
    {
        width: calc(30% - 45px);
    }
    .menu .menuUser a:hover p
    {
        animation: animArrow 0.3s ease 2;
    }
    @keyframes animArrow
    {
        0%
        {
            transform: translateX(0);
        }
        50%
        {
            transform: translateX(5px);
        }
        100%
        {
            transform: translateX(0);
        }
    }
    .navbar-vertical .navbar-collapse:before {
        margin: 0.5rem -1rem !important;
    }
    .close-side-bar-btn{
        position: absolute;
        left: 161px;
        top: 1px;
        box-shadow: 0px 1px 4px 1px #c9c9c9;
        border-radius: 100%;
    }
    .main-content .navbar-top {
        position: sticky !important;
        background-color: #FFFFFF;
    }

}
@media only screen and (max-width: 600px) {
    .widget-card{
        margin-top: 20px;
    }
    .card-icon{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .card-icon img{
        width: 40px;
    }
    .widget-card-title {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    .last-day-order{
        margin-top: 3px;
        margin-bottom: 0px;
        text-align: center;
        letter-spacing: -1.4px;
    }
    .order-info{
        margin: 0 auto;
    }
    .show-all-context{
        font-family: 'Avenir Next Cyr' sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #ED504F;
    }
    .show-all-context:hover{
        color: #ED504F;
    }
    .amount-percentage span{
        padding: 17px 15px 17px 15px;
    }
    .monthly-info-amount :nth-child(1){
        font-size: 14px;
    }
    .monthly-info-amount :nth-child(3){
        font-size: 18px;
    }
    .doughnut-chart-section .row{
        margin-left: 23px;
    }
    .hide-word{
        display: block;
    }    
    .search-input{
        display: none;
    }

    .add-category-block{
        margin-top: -12px !important;
        right: 11px !important;
        width: 109px !important;
        padding: 6px 0px !important;
        background: linear-gradient(268.25deg, #F7F9FC 52.65%, rgba(247, 249, 252, 0) 79.42%) !important;
    }
    .add-category-text{
        display: none;
    }
    .menu-card-main{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .menu-card{
        height: 178px !important;
    }
    .menu-card-img img{
        width: 110px !important;
        height: 110px !important;
        padding: 5px !important;
    }
    .menu-card-body h2{
        margin-top: 40px;
        line-height: 120% !important;
        font-size: 14px !important;
    }
    .menu-card-body p{
        font-size: 10px !important;
        line-height: 12px !important;
    }
    .menu-card-body h4{
       font-size: 16px !important;
       line-height: 17px !important;
    }
    .card-menu-status{
        font-size: 11px !important;
        line-height: 15px !important;
    }
    .menu-card-add{
        width: 98%;
        height: 178px !important;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%2396A0B5FF' stroke-width='1.5' stroke-dasharray='8' stroke-dashoffset='29' stroke-linecap='square'/%3e%3c/svg%3e") !important;
        border-radius: 12px !important; 
    }
    .menu-card-add a {
        top: 27% !important;
        left: 6px !important;
    }
    .menu-tab{
        width: 90% !important;
    }
    .menu-tab a {
        font-weight: 600 !important;
        height: 37px !important;
        font-size: 14px!important;
        border-radius: 8px !important;
        padding: 7px 5px 9px 16px !important;
    }
    .slick-slide {
        margin-right: 6px !important;
        margin-bottom: 3px;
    }
    .menu-card-add img{
        width: 44px;
    }
    .menu-card-add div{
        font-size: 14px !important;
    }
    .modal-title-top{
        margin-top: 20px !important;
        font-size: 16px !important;
    }
    .modal-main{
        width: 80%;
        margin: 0 auto;
    }
    .add-new-item-text {
        font-size: 28px;
    }
}
@media (min-width: 601px) and (max-width: 768px) {
    .menu-card-body h2{
        margin-top: 64px !important;
    }
    .slick-slide{
        margin-right: 13px !important;
    }
    .add-new-item-text{
        font-size: 34px;
    } 
}
@media (min-width: 601px) and (max-width: 992px) {
    .search-input{
        position: absolute;
        width: 43%;
        top: 15px;
        right: 190px;
    }
    .searchInputHide{
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        opacity: 0;   
    }
    .doughnut-chart-section{
        display: flex;
    }
    .doughnut-chart-section #doughnutChart {
        width: 63% !important;
        height: 102% !important;
    }
    .doughnut-chart-section :nth-child(1) { order: 2;}
    .doughnut-chart-section :nth-child(2) { order: 1; }
    .doughnut-chart-section .amount{
        width: 50%;
    }
    .doughnut-chart-section .doughnut-chart{
        width: 50%;
    }
    .monthly-info-color{
        position: absolute;
    }
    .monthly-info-amount{
        margin-left: 15px;
    }
    .amount-percentage span{
        padding: 10px 7px 10px 7px;
    }
    .amount{
        margin-left: 25px;
    }
    .widget-card .row {
        width: 104% !important;
    }
    .sales-overview{
        margin: 12px 0px 31px 0px;
    }
    .menu-card-add img{
        width: 60px;
    }
    .menu-card-add div{
        width: 50%;
        margin: 0 auto;
        line-height: 29px !important;
        font-size: 24px !important;
    }
    .menu-card-add a {
        top: 25% !important;
    }
    .menu-card-add{
        width: 98%;
    }
}
@media (min-width:992px){
    .owner-profile{
        width: 260px;
        background: #FFFFFF;
        border-radius: 14px;
    }
    .search-input{
        width: 360px;
    }
    .chart-body h2{
        margin-bottom: 35px !important;
    }
}
@media (max-width: 1287px) {
    .widget-card .row{
        width: 109%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .amount-percentage :nth-child(1){
        top: 21% !important;
        right: 2% !important;
    }
    .amount-percentage :nth-child(2){       
        bottom: -2% !important;
        right: 17% !important;
    ;
    }
    .amount-percentage :nth-child(3){
        top: 38% !important;
        left: 3% !important;
    }
}
.doughnut-chart{
    position: relative;
}
.amount-percentage :nth-child(1){
    position: absolute;
    top: 31%;
    right: 11%;
}
.amount-percentage :nth-child(2){
    position: absolute;
    bottom: 2%;
    right: 31%;
;
}
.amount-percentage :nth-child(3){
    position: absolute;
    top: 38%;
    left: 11%;
}
.register-button{
    align-items: center;
    padding: 12px 23px;
    background: #FFFFFF;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ED504F;
    transition: 0.3s ease;
}
.register-button:hover{
    background-color: #ED504F;
    color: white;
    transition: 0.3s ease;
}
.main-body{
    border-radius: 30px;
}
.option-for-sign :nth-child(1){
    margin-left: 0em;
}
.option-for-sign :nth-child(2){
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    margin-left: 20px;
}
.option-context{
    margin-top: 10px;
    opacity: 0.4;
    font-size: 13px;
}
.option-context hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#email{
    border-top: 1px solid #CAD1D7;
    border-bottom: 1px solid #CAD1D7;
    border-right: 1px solid #CAD1D7;
}
.forgot-password{
    color: #ED504F;
}
.input-password{
    height: 64px;
    letter-spacing: 2px;
    border-top: 1px solid #CAD1D7;
    border-bottom: 1px solid #CAD1D7;
}
.input-border{
    height: 64px !important;
    border-radius: 0px 30px 30px 0px !important;
}
.input-inner-icon{
    font-size: 22px;
    padding-left: 19px;
    height: 64px !important;
    border-radius: 30px 0px 0px 30px !important;
}
.login-btn button{
    width: 100%;
    height: 62px;
    border-radius: 30px;
    background-color: #ED504F;
}
.login-btn button:hover{
    background-color: #ED504F;
}
.hide{
    display: none;
}
.input-inner-search-icon{
    background: #FFFFFF;
    height: 55px !important;
    border: 1px solid #DBE3EA;
    border-radius: 14px 0px 0px 14px !important;
}
.input-inner-search-icon img{
    padding-left: 12px;
}
.search-input input{
    height:55px;
    background: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 0px 14px 14px 0px !important;
    
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 22px;
}
.owner-name{
    position: absolute;
    height: 22px;
    left: 70px;
    top: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B1B1B;
}
.owner-profile:hover{
    background: #FFFFFF;
}
.profile-notification-icon{
    float: right;
    padding: 14px 20px 16px 11px; 
}
.owner-info{
    position: absolute;
    width: 44px;
    height: 17px;
    left: 70px;
    top: 36px;
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 17px;
    color: #96A0B5;
}
.admin-title{
    
    font-style: normal;
    font-weight: 600;
    color: #1B1B1B !important;
}
.menuText{
    margin-top: 8px;
    font-style: normal;
    font-size: 12px !important;
    line-height: 15px;
    text-transform: uppercase;
}
.nav-link-element li{
    display: flex;
}
.nav-link-element li a{
    font-style: normal;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
    text-transform: uppercase;
    color: #1B1B1B !important;
}
.nav-link-element li :nth-child(1) { order: 2; }
.nav-link-element li:nth-child(2) { order: 1; }
.nav-link-element li a:hover{
    color: rgba(237, 80, 79, 1) !important;
}
#nav-icon-dot{
    opacity: 0;
    margin: 4px -7px 0px 30px;
}
#navLink:hover + #nav-icon-dot {
    opacity: 1 !important;
}
.nav-link-element{
    background: #FDEDED;
    width: 210px;
    margin-bottom: 8px;
    margin-left: 20px;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}

.widget-card .row{
    background: #FFFFFF;
    box-shadow: 0px 5px 14px rgba(48, 53, 124, 0.03);
    border-radius: 18px;
    margin-right: -11px !important;
    margin-left: -0px !important;
}
.widget-card-title{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #96A0B5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.last-day-order{
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 44px;
    color: #1B1B1B;

}
.degree-check{
    position: absolute;
    height: 17px;
    left: 32px;
    top: 107px;
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 17px;
    color: #96A0B5;
}
.trending-up{
    color: #00B59C ;
}
.trending-down{
    color: #ED504F;
}
.chart-body{
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 5px 14px rgba(48, 53, 124, 0.03);
    border-radius: 20px;
}
.chart-body h2{
    
    font-style: normal;
    font-weight: 600;
    color: #1B1B1B;
}
.chart-body .row{
    margin-top: 20px;
}
.doughnut-chart-section #doughnutChart{
    width: 80% !important;
    margin: 0 auto;
    padding: 8px 14px 14px 14px;
    border-radius: 100%;
    background-color: #EEF5FF;
}
.monthly-info-color{
    margin-top: 9px;
    margin-right: 9px;
    width: 6px;
    height: 37px;
    border-radius: 8px;
}
.monthly-info1 .monthly-info-color{
    background: #16DBCC;
}
.monthly-info2 .monthly-info-color{
    background: #FFBB38;
}
.monthly-info3 .monthly-info-color{
    background: #ED504F;
}
.monthly-info4 .monthly-info-color{
    background: #DAE2EE;
}
.monthly-info-amount :nth-child(1){
    font-style: normal;
    font-weight: 450;
    line-height: 150%;
    color: #9C9FB2;
}
.monthly-info-amount :nth-child(3){
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #1B1B1B !important;
}
.amount-percentage span{
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(48 53 124 / 5%);
    border-radius: 100%;
    font-style: normal;
    font-weight: 750;
    font-size: 14px;
    line-height: 150%;
    color: #1B1B1B;
}
.sales-overview{
    
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #9C9FB2;
}
.download-context{
    
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    margin-top: 12px;
    color: #ED504F;
}
.show{
    display: block;
}
.btn-add-category{
    float: right;
    font-weight: 600;
    font-size: 16px;    
}
.menu-card-main{
    margin-top: 5rem;
}
.menu-card{
    height: 265px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 5px 14px rgba(48, 53, 124, 0.03);
    border-radius: 18px;
}
.menu-card:hover .menu-card-body * {
    color: #FFFFFF !important;
}
.menu-card:hover .card-menu-status{
    color: white;
}
.menu-card:hover{
    background: #F57071;
    cursor: pointer;
    box-shadow: 0px 5px 14px rgba(237, 80, 79, 0.25);   
}
.menu-card-img{
   position: absolute;
   width: 100%; 
   top: -63px;
   box-shadow: 0px 5px 14px rgba(48, 53, 124, 0.1);
}
.menu-card-img img{
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 100%;
    padding: 10px;
    border-radius: 100%;
    background: white;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-card-body{
    text-align: center;
}
.menu-card-body h2{
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #1B1B1B;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.menu-card-body p{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 17px;
    color: #96A0B5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.menu-card-body h4{
    position: absolute;
    bottom: 34px;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #ED504F;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.disabled > div:not(.card-menu-status) {
    opacity: 0.5;
}
.disabled{
    pointer-events: none;
}
.disabled .card-menu-status{
    color: #ED504F;
}
.menu-tab::-webkit-scrollbar {
    width: 0px;
}
.add-category-text{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;    
}
.add-category-block {
    position: absolute;
    right: 15px;
    width: 327px;
    padding: 6px 0px;
    margin-top: -7px;
    background: linear-gradient(268.25deg, #F7F9FC 88.65%, rgba(247, 249, 252, 0) 107.42%);
}
.slick-list {
    padding: 0 !important;
}
.menu-tab {
    width: 84%;
    display: flex;
    justify-content: space-between;
}
.menu-tab a {
    background: #FFFFFF;
    height: 48px;
    border: 1px solid #D0D6DB;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    color: #96A0B5;
    flex: none;
    flex-grow: 0;
    padding: 12px 17px 9px 25px;
}
.menu-tab a.active {
    font-weight: 600 !important;
    background-color: #ED504F;
    color: #E1FBFF !important;
}
.tabcontent{
    display:none;
}
.card-menu-status{
    position: absolute;
    text-align: center;
    bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #08C804;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.menu-card-add{
    height: 266px;
    width: 100%;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%2396A0B5FF' stroke-width='1.5' stroke-dasharray='8' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 18px;    
    box-sizing: border-box;
}
.menu-card-add a{
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.btn-add-item{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #08C804;
}
.close-modal{
    position: absolute;
    right: -18px;
    top: -31px;
}
.modal-title-top{
    margin-top: 33px;
    font-style: normal;
    width: 100%;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1B1B1B;
}
.modal-category-name{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1B1B1B;
}
.modal-input{
    border: 1px solid #DBE3EA;
    box-sizing: border-box;
    border-radius: 10px;
}
.modal-close-btn{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #96A0B5;
    padding: 0.625rem 0.7rem;
    background: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.modal-save-btn{
    background: #08C804;
    color: #FFFFFF;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;

}
/* add Item page */
.add-item-input-label{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 17px;
    color: #96A0B5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.add-item-img{
    font-weight: 450;
    font-size: 12px;
    line-height: 15px !important;
    text-align: center;
    color: #96A0B5;
    opacity: 0.5;
}
.add-item-img-text{
    font-weight: 450;
    font-size: 12px;
    color: #96A0B5;
    opacity: 0.5;
}
.add-item-file-input{
    height: 137px;
    width: 100%;
    line-height: 0px !important;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23CED1D4FF' stroke-width='1.5' stroke-dasharray='8' stroke-dashoffset='16' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 10px;    
}
.add-item-file-input-mobile{
    height: 52px;
    width: 52px;
    line-height: 0px !important;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23DBE3EAFF' stroke-width='1.5' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 10px;    
}
.add-item-file-inputs{
    height: 100%;
    width: 100%;
}
.fileinput-preview>img{
    width: 100% !important;
}
.fileinput .img-thumbnail > img{
    border-radius: 10px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23CED1D4FF' stroke-width='1.5' stroke-dasharray='8' stroke-dashoffset='16' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 100% !important;
}
.add-item-save-btn {
    background: #08C804;
    color: #FFFFFF;
    border-radius: 24px;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.add-item-cencel-btn{
    background: #ED504F;
    border-radius: 24px;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.add-item-cencel-btn:hover{
    color: white;
    background: #ED504F;
}
.add-item-input-file{
    width: 100%;
    height: 90%;
}