@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
    --primary-color: #3c86fd;
    --secondary-color: #44dcf8;
    --third-color: #ef7c00;
    --fourth-color: #000038;
    --fifth-color: #f59f62;
    --sixth-color: #f31f64;
    --background-color: #ffffff;
}

* {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
}

/* ALL CLASSES */
.color-primary {
    color: var(--reseller-primary-color);
}

.bg-pri {
    background-color: var(--primary-color) !important;
}

.bg-sec {
    background-color: var(--secondary-color) !important;
}

.bg-ter {
    background-color: var(--third-color) !important;
}

.bg-qua {
    background-color: var(--fourth-color) !important;
}

.bg-qui {
    background-color: var(--fifth-color) !important;
}

.bg-sex {
    background-color: var(--sixth-color) !important;
}

.text-sucess {
    font-size: 13px;
    color: #14a011;
}

.danger-text {
    font-size: 13px;
    color: #a01111;
}

.h-60 {
    height: 60%;
}

.h-95 {
    height: 95%;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 768px) {
    .pl-responsive {
        padding-left: 0 !important;
    }
    .responsivep {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .responsivep2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }
    .bg-atom {
        background-image: url(../img/bg-login.png);
        background-repeat: round;
    }
}

.w-35 {
    width: 35%;
}

.btn-none {
    background: none !important;
    border: none !important;
}

.btn-none:hover {
    background: none !important;
}

/* NAVBAR */
.navbar {
    border-bottom: 1px solid gray;
    height: 64px;
}

.logo-left {
    width: auto;
    height: 50px;
}

.profile-user {
    width: auto;
    height: 50px;
}

/* SIDEBAR */
.sidebar {
    width: 250px;
    border-right: 1px solid #dee2e6;
}

.sidebar .nav-link {
    color: black;
}

.sidebar .nav-link i {
    margin-right: 8px;
    color: black;
}

.toggle-icon-down {
    display: none;
}

.nav-item.dropdown.show .toggle-icon-right {
    display: none;
}

.nav-item.dropdown.show .toggle-icon-down {
    display: inline;
}

/* DASHBOARD CONTAINER */
.card-bs {
    box-shadow: 0 4px 10px rgba(46, 38, 61, 0.2), 0 0 transparent,
        0 0 transparent;
}

.icon-card {
    font-size: 15px;
    width: 28px;
    color: white;
    display: flex !important;
    height: 28px;
    align-items: center;
    justify-content: center;
}

.icon-details {
    font-size: 17px;
    width: 30px;
    color: white;
    display: flex !important;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.card-description {
    font-size: 13px;
    padding-right: 15%;
}

.p-card {
    font-size: 12px;
}

.value-card {
    font-size: 14px;
    font-weight: 700;
}

.button-card {
    width: 100%;
    height: 15%;
    border: none;
    background-color: #ef7c00;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
}

.desc-card {
    font-size: 14px;
}

.desc-info {
    font-size: 13px;
}

/* LOGIN SCREEN */

.login-card {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.login-logo {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
}

.form-check {
    display: inline-block;
}

.forget-password {
    float: right;
    font-size: 13px;
}

.rememberme {
    font-size: 13px;
}

.login-btn {
    width: 100%;
    margin-top: 20px;
}

.bg-atom {
    background-color: white;
}

.no-btn {
    text-decoration: none !important;
}

.no-btn:hover {
    text-decoration: none !important;
}

.btn-gray {
    color: #637381 !important;
}

.btn-import {
    background-color: rgb(185, 185, 185) !important;
    padding: 6px 9px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.btn-import:hover {
    background-color: rgb(133, 133, 133) !important;
    transition: all ease 0.4s;
}
