.vbox-content {
    margin-top: 9px !important;
}

.alertify-notifier .ajs-message.ajs-success {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

#header>div>nav>ul>li>ul>li>a:hover {
    color: #f8f9fa !important;
    background: #f0061da1;
}

.fa-chevron-right {
    color: rgb(0 0 0 / 50%);
}

.fa-chevron-left {
    color: rgb(0 0 0 / 50%);
}

#get_started {
    display: none;
}

#header>div>nav>ul>li>ul>li>ul>li>a:hover {
    color: white !important;
    background: #da3545;
}

@media only screen and (min-width: 1200px) {
    #get_started {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    #main>section.breadcrumbs>div>div>h2,
    #main>section.breadcrumbs>div>div>h5,
    #main>section.breadcrumbs>div>div>ol {
        font-size: 18px;
        margin-top: 10%;
    }
}

@media only screen and (min-width: 600px) {
    #main>section.breadcrumbs>div>div>h2,
    #main>section.breadcrumbs>div>div>h5,
    #main>section.breadcrumbs>div>div>ol {
        margin-top: 2%;
    }
}

@media only screen and (max-width: 600px) {
    main {
        margin-top: 20%;
    }
}


/* Cover Spin */

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #00B300;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#send_messsage_button {
    background: #00B300;
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
}


/* Cover Spin */

.nav-menu li:hover {
    border: 1px solid #00B300 !important;
}

.nav-menu li:hover>a {}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {}

.breadcrumb {
    background-color: transparent;
    padding-left: 0%;
}

.breadcrumb a {
    color: #aaaaaa !important;
}

.ri-check-double-line {
    color: red !important;
}