* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.p--15 {
    padding: 15px !important;
}

.navbar {
    padding: 24px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar .navbar-brand {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 700;
}

.navbar .navbar-brand img {
    margin-right: 60px;
}

/* Login Page */

.login-page {
    position: relative;
}

.login-page .content {
    height: 100vh;
    display: flex;
    align-items: center;
}

.login-page .content h2 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-page .content p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px;
}

.login-page .content p span {
    color: #F36F21;
}

.login-page .content .btn-login {
    border: 1px solid #E3E7EB;
    border-radius: 8px;
    color: #000;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.login-page .content .btn-login img {
    margin-right: 20px;
}

/* Dashboard Page */

.dashboard-page {
    height: 100vh;
}

.dashboard-page .navbar .btn-logout {
    border: 1px solid #1EBAED;
    border-radius: 4px;
    color: #1EBAED;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 12px 21px;
    transition: all .3s ease-in-out;
}

.dashboard-page .navbar .btn-logout:hover {
    background-color: #1EBAED;
    color: #fff;
}

.dashboard-page .content {
    padding-top: 100px;
}

.dashboard-page .content .card-columns {
    column-count: 1;
}

.dashboard-page .content .card-columns .card {
    margin-bottom: 20px;
    border: none;
}

.dashboard-page .content .card-columns .card .card-title {
    font-size: 14px;
    line-height: 17px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 12px;
}

.dashboard-page .content .card-columns .card .card-body {
    border: 1px solid #CBCED2;
    border-radius: 8px;
}

.dashboard-page .content .card-columns .card p,
.dashboard-page .content .card-columns .card .p {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: auto 0 0 0;
    text-decoration: none;
}

.dashboard-page .content .card-columns .card .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    min-height: 120px;
}

.dashboard-page .content .card-columns .card .card-body {
    padding: 10px 0;
}

.dashboard-page .content .card-columns .card .col-4 .icon,
.dashboard-page .content .card-columns .card .col-4 .icon-hover {
    min-height: 60px;
    display: flex;
    align-items: center;
}

.dashboard-page .content .card-columns .card .col-4 {
    cursor: pointer;
}

.dashboard-page .content .card-columns .card .col-4 img.icon-hover,
.dashboard-page .content .card-columns .card .col-4:hover img.icon {
    display: none;
}

.dashboard-page .content .card-columns .card .col-4:hover img.icon-hover {
    display: block;
}

/* Modal */

.modal .modal-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #000000;
}

.modal .close {
    color: #1EBAED;
    font-size: 36px;
    line-height: 18px;
    font-weight: 500;
}

.modal .modal-dialog {
    max-width: 100%;
}

.modal .modal-content,
.modal .modal-header {
    border: none;
}

.modal .modal-header {
    padding: 28px 24px;
}

.modal .col-4,
.modal .col-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0 10px;
}

.modal .col-4 img.icon,
.modal .col-6 img.icon,
.modal .col-4 img.icon-hover,
.modal .col-6 img.icon-hover {
    max-width: 84px;
}

.modal .col-4:hover img.icon,
.modal .col-6:hover img.icon,
.modal .col-4 img.icon-hover,
.modal .col-6 img.icon-hover {
    display: none;
}

.modal .col-4:hover img.icon-hover,
.modal .col-6:hover img.icon-hover {
    display: block;
}

.modal .col-4 .p,
.modal .col-6 .p {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-align: center;
    margin: 16px 0 0 0;
    text-decoration: none;
}

.bg-content.modalBlur > *:not(.modal) {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

@media (min-width: 576px) {
    .container {
        max-width: 680px;
    }
    .login-page .content h2 {
        font-size: 24px;
        line-height: 36px;
        color: #000;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .login-page .content p {
        font-size: 21px;
        line-height: 32px;
        font-weight: 500;
        color: #000;
        margin-bottom: 50px;
    }
    .login-page .content .btn-login {
        border: 1px solid #E3E7EB;
        border-radius: 8px;
        color: #000;
        padding: 15px 30px 15px 20px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }
    .login-page .content .btn-login img {
        margin-right: 30px;
        width: 30px;
        height: 30px;
    }
    .modal .modal-dialog {
        max-width: 380px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 850px) {
    .dashboard-page .content .card-columns {
        column-count: 2;
    }
    .dashboard-page .content .card-columns .card .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .dashboard-page {
        height: 100%;
        overflow-y: hidden;
    }
    .dashboard-page .content .card-columns {
        column-count: 3;
    }
    .dashboard-page .content .card-columns .card .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard-page .content .card-columns .card .col-4 {
        min-height: 80px;
    }
    .dashboard-page .content .card-columns .card .col-4 .icon,
    .dashboard-page .content .card-columns .card .col-4 .icon-hover {
        min-height: 30px;
        max-width: 50px;
        display: flex;
        align-items: center;
    }
    .modal .col-4 img.icon,
    .modal .col-6 img.icon,
    .modal .col-4 img.icon-hover,
    .modal .col-6 img.icon-hover {
        max-width: 50px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
    .dashboard-page .content .card-columns .card .col-4 .icon, 
    .dashboard-page .content .card-columns .card .col-4 .icon-hover {
        max-width: 55px;
        margin-bottom: 5px;
    }
    .ic-xl-mb-0 {
        margin-bottom: 0 !important;
    } 
    .ic-xl-mt--5 {
        margin-top: 5px !important;
    }
}
 
@media (max-width: 575px) {
    .navbar {
        padding: 24px 20px;
    }
    .navbar .navbar-brand img {
        margin-right: 0;
    }
    .ic-sm-mt--5 {
        margin-top: 5px !important;
    }
}