/* CSS Document */

body {
    padding-top: 56px;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
}

body.locked {
    background-color: #333;
    padding-top: 0;
}

.captcha-img {
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.captcha-field {
    text-transform: uppercase;
    width: 200px;
    width: calc(100% - 110px);
}

.box-center {
    margin: 0 auto;
}

.big-multiple {
    height: 250px !important;
}

.full-container {
    max-width: 100% !important;
    min-height: calc(100% - 168px);
}

/* Font Sizes */
.wp10 { font-size: 10px !important; }
.wp11 { font-size: 11px !important; }
.wp12 { font-size: 12px !important; }
.wp13 { font-size: 13px !important; }
.wp14 { font-size: 14px !important; }
.wp15 { font-size: 15px !important; }
.wp16 { font-size: 16px !important; }
.wp17 { font-size: 17px !important; }
.wp18 { font-size: 18px !important; }
.wp19 { font-size: 19px !important; }
.wp20 { font-size: 20px !important; }
.wp21 { font-size: 21px !important; }
.wp22 { font-size: 22px !important; }
.wp23 { font-size: 23px !important; }
.wp24 { font-size: 24px !important; }
.wp25 { font-size: 25px !important; }
.wp26 { font-size: 26px !important; }
.wp27 { font-size: 27px !important; }
.wp28 { font-size: 28px !important; }
.wp29 { font-size: 29px !important; }
.wp30 { font-size: 30px !important; }
.wp31 { font-size: 31px !important; }
.wp32 { font-size: 32px !important; }
.wp33 { font-size: 33px !important; }
.wp34 { font-size: 34px !important; }
.wp35 { font-size: 35px !important; }
.wp36 { font-size: 36px !important; }
.wp37 { font-size: 37px !important; }
.wp38 { font-size: 38px !important; }
.wp39 { font-size: 39px !important; }
.wp40 { font-size: 40px !important; }

.text-bold {
    font-weight: bold;
}

/* ── Dashboard Layout ──────────────────────────────────────────── */
body.layout-dashboard {
    padding-top: 0;
}

.layout-dashboard .sidebar {
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0.5rem;
    padding-bottom: 3rem;
}

.layout-dashboard .sidebar .nav-link {
    color: rgba(255, 255, 255, .75);
    padding: .5rem 1rem;
    font-size: .9rem;
}

.layout-dashboard .sidebar .nav-link:hover,
.layout-dashboard .sidebar .nav-link.active {
    color: #fff;
}

.layout-dashboard .sidebar .nav-link i {
    width: 1.2em;
}

.layout-dashboard .sidebar-submenu .nav-link {
    padding: .35rem .75rem;
    font-size: .85rem;
    color: rgba(255, 255, 255, .55);
}

.layout-dashboard .sidebar-submenu .nav-link:hover,
.layout-dashboard .sidebar-submenu .nav-link.active {
    color: #fff;
}

.layout-dashboard .sidebar-footer {
    position: sticky;
    bottom: 0;
    background: #212529;
}

.layout-dashboard main {
    min-height: calc(100vh - 48px);
}
