

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



input[type='checkbox'] { accent-color:#4e3629;}

header.head {position: sticky;top: 0;background-color: #fff;z-index: 999;padding:  15px !important; box-shadow: 0px 0px 40px 0px rgba(81, 54, 40, 0.1); }
     
header.head .left-side {font-weight: 600;font-size: 14px;}

header.head .right-side {font-size: 11px;font-weight: 600;}

header.head a{color: #4e3629 !important;white-space: nowrap;}

header.head  i.fa.fa-shopping-cart {font-size: 14px;}

header.head li {margin: 0px 10px;}

header.head button#dropdownMenuButton1 {border: none;background-color: #fff;color: #4e3629;font-weight: 600;font-size: 14px !important;}

header.head button#dropdownMenuButton1 img{border-radius:50%;}

/* header.head button.dropdown-toggle::after {content: none !important;} */

header.head ul.dropdown-menu.show li a {font-size: 13px;}


/* header end */
.main-section-dashboard{
    /* padding-left: 250px; */
    width: 100%;
    padding-top: 0!important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.main-section-dashboard .dash-mainbox {
    padding: 20px;
}
.main-section-dashboard .row.home-box {
    margin: 0px 15px;
    flex-wrap: wrap;
    max-width: 100%;
}
.main-section-dashboard .quick-box-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px;
    flex-wrap: WRAP;
        gap: 10px;
}
.main-section-dashboard .quick-box {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: all .5s ease-in-out;
    padding: 41px 30px;
    position: relative;
    background: #FFF;
    flex: 0 24%;
    display: flex;
    align-items: center;
    /* width: 180px; */
    height: 180px;
    gap: 10px;
    
    border: 1px solid #e6f1ff;

}
/* .main-section .quick-box:hover linearGradient#SVGID_1_ stop+stop, .main-section .quick-box:hover linearGradient#SVGID_2_ stop+stop, .main-section .quick-box:hover linearGradient#SVGID_3_ stop+stop,.main-section .quick-box:hover linearGradient#SVGID_4_ stop+stop{    stop-color: #0bb1d3;}
.main-section .quick-box:hover linearGradient#SVGID_1_ stop, .main-section .quick-box:hover linearGradient#SVGID_2_ stop,.main-section .quick-box:hover linearGradient#SVGID_3_ stop,.main-section .quick-box:hover linearGradient#SVGID_4_ stop{stop-color: #9f2fff7a;}
 */

linearGradient#SVGID_1_ stop+stop,linearGradient#SVGID_2_ stop+stop,linearGradient#SVGID_3_ stop+stop,linearGradient#SVGID_4_ stop+stop{stop-color: #0bb1d342;}
linearGradient#SVGID_1_ stop,linearGradient#SVGID_2_ stop,linearGradient#SVGID_3_ stop,linearGradient#SVGID_4_ stop {stop-color: #9f2fff7a;}

.main-section-dashboard .quick-box:hover{
box-shadow: 0 0 49px rgb(82 124 179 / 20%); ;
}

.main-section-dashboard .quick-box .quick-box-text {

    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    margin-bottom: 12px;
    flex: 1;
    text-transform: capitalize;
    color: #000;
}
.quick-box-text h3, .quick-box-text span {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}
.quick-box-text h3 {
    font-weight: 600;
    color: #4e3629;
}
.main-section-dashboard .quick-box .quick-box-text span{font-size: 28px;color: #383838;}
.quick-box a {
    text-decoration: none;
    flex: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
}
.main-section-dashboard .quick-box svg {
        width: 110px;
    height: 110px;
}
/* .main-section .quick-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
} */
.main-section-dashboard .quick-box svg path {
    fill: #4e3629;
}

@media (max-width:1480px){
    
    
    .main-section-dashboard .quick-box{
     padding:20px;
     flex: 0 31%;
    }
}
@media(max-width:1060px){
    .main-section-dashboard .quick-box {
    padding: 20px;
    flex: 1;
}
}
@media(max-width:800px){
    .main-section-dashboard .quick-box svg {
    width: 80px;
    height: 80px;
}
}