.usericon img{height: 25px;}
.hovernone:hover{background:transparent !important;}
.dashbox{ padding-top: 6rem !important;}
.secTitle{margin: 20px 0;}

.sales-box {
display: flex;
align-items: center;
background: #fff;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
width:100%;
border: 1px solid #e9e9e9;
}

.bg01{
background-color: #f97e59;
}
.bg02{
background-color: #5abbde;
}
.bg03{
background-color: #b198dc;
}
.bg04{
background-color: #6dc7be;
}
.icon-box {
padding: 15px 22px;
display: flex;
align-items: center;
font-size:1.5rem;
justify-content: center;
height:9vh; color:#fff
}

.icon-box img {
width: 24px;
height: 24px;
}

.text-box {
padding: 10px 15px;
}

.text-box h4 {
margin: 0;
font-size: 12px;
color: #f97e59;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.text-box p {
margin: 5px 0 0;
font-size: 18px;
font-weight: bold;
color: #333;
}


/* sidemenu css start*/
.js-menu__context{
 background: rgba(0,0,0, 0.5);
 left: 0;
 opacity: 0;
 position: fixed;
 top: 0;
 transition: opacity 0.5s, visibility 0.5s;
 visibility: hidden;
 width: 100%;
 height: 100%;
 z-index: 40000;
}

.js-menu{
 color: #000;
 position: absolute;
 height: 100%;
 width: 300px;
 max-width: 85vw;
 padding: 12px;
 margin: 0;
 background: #fff;
 z-index: 99;
 overflow-y:auto;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 transition: background 0.5s, transform 0.5s;
}

.js-menu--left {
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
}
.js-menu--right {
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
   position: absolute;
   right: 0;
}
.js-menu__open {
 cursor: pointer;
}

.js-menu__close {
 cursor: pointer; font-size: 1.5rem;
 font-weight: bold;
}
.js-menu__expanded {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 visibility: visible;
 opacity: 1;
}
.sidemenu{margin-top: 50px;}
.sidemenu ul{ margin-left: 0;
padding-left: 0;
}
.sidemenu li{
  list-style: none;
  padding: .8rem;
  border-bottom: 1px solid #cdcdcd;
}
.sidemenu li a{color:#000000;
}
.sidemenu li a i{margin-right:1rem;}
.sidemenu li a:hover{color:#23a3df}

/* sidemenu css closed */

/* plan table css start */

.sec2{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.contentdash{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 100px;
}

.box{
    display: flex;
    flex-direction: column;
    /* height: 586px; */
    width: 300px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background:#fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 10%);
}

.title{
    width: 100%;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: lighter;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color:#fff;
}

.basic .title{
    background: #c35a74;
}

.standard .title{
    background:#307baa;
}

.business .title{
    background:#53bab5;
}

.view{
    display: block;
    width: 100%;
    padding: 30px 0 20px;
    background:#f6f6f6;
}

.icon{
    display: flex;
    justify-content: center;
}

.icon img{
    width: 100px;
}

.cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 10px;
}

.amount{
    font-size: 2.8em;
    font-weight: bolder;
}

.detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.description{
    margin: 30px auto;
    font-size: 0.8em;
    color: #7D7C7C;
}

.description ul{
    list-style: none;
}

.description li{
    margin-top: 10px;
}

.description li::before{
    content: "";
    background-image: url("../img/check.png");
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.button{
    margin: 0 auto 30px;
}

/* button{
    height: 40px;
    width: 45px;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #7D7C7C;
    background: transparent;
} */

button:hover{
    color: var(--white-smoke);
    transition: 0.5s;
    border: none;
    /* background:#f7a427; */
}

/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .contentdash{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }
    .standard, .business{
        margin-top: 25px;
    }
}

/* plan table css closed */