.dashboard_text {
    color: #4dfad8;
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 40%;
}

.text-limited {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.screen_height {
    height: 85vh !important;
}

.image_home {
    height: 550px
}

.mt-inverse-2 {
    margin-top: -20px;
}

.h7 {
    font-size: 10px;
}

.text_1 {
    font-size: 14px;
}

.capitalize {
    text-transform: capitalize
}

@media screen and (max-width: 320px) {
    .mb-container {
        padding-bottom: 200px !important;
    }
}

@media screen and (min-width: 321px) {
    .mb-container {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 576px) {
    .dashboard_text {
        font-size: 28px;
        margin-top: 0%;
    }

    .screen_height {
        height: 100vh !important
    }

    .image_home {
        height: 250px;
        margin-left: 25%;
    }

    .login-page .container {
        padding-top: 25px !important;
    }

    .off-canvas-sidebar .page-header>.container {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 810px) {
    .login-page .container {
        padding-top: 50px !important;
    }

    .dashboard_text {
        font-size: 35px;
        margin-top: 0%;
    }

    .image_home {
        height: 375px;
    }

    .off-canvas-sidebar .page-header>.container {
        padding-bottom: 0px;
    }
}

a {
    color: #05cca5;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #9c27b0;
    text-decoration: underline;
}

.bg-brand {
    background-color: #4dfad8 !important;
}

a.bg-brand:hover, a.bg-brand:focus, button.bg-brand:hover, button.bg-brand:focus {
    background-color: #05cca5 !important;
}

.card .card-header-brand .card-icon, .card .card-header-brand .card-text, .card .card-header-brand:not(.card-header-icon):not(.card-header-text), .card.bg-brand, .card.card-rotate.bg-brand .front, .card.card-rotate.bg-brand .back {
    background: linear-gradient(60deg, #4dfad8, #05cca5);
}

.btn-link {
    font-weight: 400;
    color: #4dfad8;
    background-color: transparent;
}

.btn-link:hover {
    color: #9c27b0;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #999999;
}

.btn.btn-brand.btn-link {
    background-color: transparent;
    color: #05cca5;
    box-shadow: none;
}

.btn.btn-brand.btn-link:hover, .btn.btn-brand.btn-link:focus, .btn.btn-brand.btn-link:active {
    background-color: transparent;
    color: #05cca5;
}

.btn-brand {
    color: #ffffff;
    background-color: #05cca5;
    border-color: #05cca5;
    box-shadow: none;
}

.btn-outline-brand {
    color: #4dfad8;
    background-color: transparent;
    background-image: none;
    border-color: #4dfad8;
    border: 3px solid;
    padding: 10px 25px 10px 25px;
    border-radius: 20px;
}

.btn-outline-brand:hover {
    color: #ffffff;
    background-color: #4dfad8;
    border-color: #4dfad8;
}

.btn-outline-brand:focus, .btn-outline-brand.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-outline-brand.disabled, .btn-outline-brand:disabled {
    color: #4dfad8;
    background-color: transparent;
}

.btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand:not(:disabled):not(.disabled).active, .show>.btn-outline-brand.dropdown-toggle {
    color: #ffffff;
    background-color: #4dfad8;
    border-color: #4dfad8;
}

.btn-outline-brand:not(:disabled):not(.disabled):active:focus, .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-brand.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}