/*! Place your custom styles here */


/*! Place your custom styles here */


.priceingcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.side-menu .side-appmenu__icon {
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    color: #7b8191;
    fill: #7b8191;
}

.appstudio-logo {
    display: flex;
    align-items: center;
    position: relative;
    height: 1.5em !important;
    margin-top: 3% !important;
    justify-content: center;
    text-align: center;
}

.main-profile-menu .profile-user i {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin-top: 3%;
    width: 37px;
    font-size: 1.2em !important;
    color: #7a839b;
    height: 37px;
    /* box-shadow: 0px 4px 15px 0px #dbe4f9; */
}

.bg-image-container {
    /* position: absolute;*/
    /* height: 100%; */
    /* top: 0; */
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}


.Higgsicons-Box {
    text-align: center;
    height: 3rem;
    width: 3rem;
    text-align: center;
    display: block;
    margin: 2px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ebfa;
    border-radius: 5px;
    display: block;
    font-size: 22px;
    color: #7a839b !important;
    position: relative;
    line-height: 33px;
    outline: none;
    height: 37px;
    width: 37px;
    margin: auto;
    text-align: center;
}


.Higgsicons {
    display: block;
    font-size: 22px;
    color: #7a839b !important;
    position: relative;
    line-height: 33px;
    outline: none;
    height: 37px;
    width: 37px;
    margin: auto;
    text-align: center;
}



.app-sidebar-header {
    height: 64px;
    padding: 12px 20px;
    width: 238px;
    border-bottom: 1px solid #ededf5;
    position: fixed;
    border-right: 1px solid #ededf5;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: left 320ms ease, width 320ms ease;
    -o-transition: left 320ms ease, width 320ms ease;
    transition: left 320ms ease, width 320ms ease;
    outline: none;
}


.apppage-content {
    margin-left: 260px;
}

.apppage-content-toogled {
    margin-left: 80px;
}

@media (min-width: 576px) {
    .priceingcontainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .contapriceingcontaineriner {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .priceingcontainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .priceingcontainer {
        max-width: 1300px;
    }
}
