﻿@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px
    }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
            width: 70px
        }

            .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
                display: none
            }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
            justify-content: center
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
            width: 70px
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
            justify-content: center
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
            display: none
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
            display: none
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
            display: none
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
            display: none
        }

    .email-toggle-btn {
        display: none !important
    }

    .chat-toggle-btn {
        display: none !important
    }
}

@media (min-width:992px) {
    
}


@media (min-width:992px) {
    
}


@media (min-width:992px) {
    
}

@media (min-width:992px) {
    .pricing-table .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3);
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
    }
}


@media screen and (max-width:1280px) {
    .row.row-group > div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

        .row.row-group > div:last-child {
            border-right: none;
            border-bottom: 0;
        }
}

@media only screen and (max-width: 1199px) {

    .row.row-group > div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

        .row.row-group > div:last-child {
            border-right: none;
            border-bottom: 0;
        }
}

@media screen and (max-width:1024px) {
    .topbar {
        left: 0 !important
    }

    .mobile-search-icon {
        display: block
    }

    .mobile-toggle-menu {
        display: block
    }

    .sidebar-wrapper {
        left: -300px;
        box-shadow: none
    }

    .page-wrapper {
        margin-left: 0
    }

    .page-footer {
        left: 0
    }

    .search-bar {
        display: none
    }

    .full-search-bar {
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
        background: #ffffff;
        height: 60px;
        padding: 0 1.4rem
    }

    .search-bar-box {
        width: 100%
    }

    .search-close {
        display: block
    }

    .search-show {
        left: 15px;
        right: auto
    }

    .search-control {
        background-color: #fff;
        border: 1px solid #f2efef00;
        padding-left: 2.5rem
    }

    .search-control-2 {
        color: #fff;
        background-color: #212529;
        border: 1px solid rgb(255 255 255 / 12%) !important;
        padding-left: 2.5rem
    }

    .wrapper.toggled .sidebar-wrapper {
        left: 0
    }

    .wrapper.toggled .page-wrapper {
        margin-left: 0
    }

    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .6;
        z-index: 10;
        display: block;
        cursor: move;
        transition: all .2s ease-out
    }
}

@media screen and (max-width:991px) {
    .section-authentication-signin {
        height: 100%;
        margin-top: 6rem;
        margin-bottom: 2rem
    }

    .authentication-reset-password {
        height: auto;
        padding: 2rem 1rem
    }

    .authentication-lock-screen {
        height: auto;
        padding: 2rem 1rem
    }

    .compose-mail-popup {
        width: auto;
        position: fixed;
        bottom: -30px;
        right: 0;
        left: 0
    }
}

@media screen and (max-width:767px) {
    .user-box .user-info {
        display: none
    }

    .authentication-forgot {
        height: auto;
        padding: 2.5rem 1rem
    }
}

@media screen and (max-width:620px) {
    .topbar .navbar .dropdown-menu::after {
        display: none
    }

    .topbar .navbar .dropdown {
        position: static !important
    }

    .topbar .navbar .dropdown-menu {
        width: 100% !important
    }
}

@media screen and (max-width:520px) {
    
}


/*body {
    min-width: 1100px;
    min-height: 600px;
}*/