/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"); */

/* @import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400'; */
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

* {
    padding: 0;
    margin: 0;
}

:root {
    --d_green: #0bab64;
    --l_green: #3bb78f;
    --c_green: #b0e4d3;
    --c_green2: #3cffc4;
    --c_green3: #3cffc4;
    --l_grey: #f4f7fe;
    --d_grey: #a1a2a7;
    --verde: #00FF00;
}

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Roboto-Regular", "Poppins-Regular", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

table {
    min-width: 600px;
}

table th {
    white-space: pre;
}


.alert {
    position: absolute;
    margin: 1rem 0;
    left: 50%;
    transform: translateX(-50%);
}

#my_languages option {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins-Bold', Helvetica, sans-serif;
}

a {
    transition: .3s;
    text-decoration: none;
}

.wpre {
    white-space: pre;
}

table .actions {
    min-width: 150px;
    display: flex;

}

table .long {
    min-width: 400px;
}

.compty_box_parent {
    padding: 0;
    width: 1%;
}

.compty_box_parent.checked.success {
    background-color: var(--verde);
}

.compty_box_parent.checked.danger {
    background-color: var(--bs-danger);
}

.compty_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg {
    height: 100vh;
}

.bg .row {
    height: 100%;
    /* height: 100vh; */
}

.side-logo {
    padding: 1rem;
    text-align: center;
    background-color: var(--d_green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-logo img {
    border-radius: 0%;
    width: 90%;
    /*min-height: 200px;*/
    object-fit: cover;
    margin: 2rem 0;
}


.help_info {
    color: var(--bs-secondary);
    font-size: 1.7rem;
    margin-right: 1rem;
}

.helps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.help-box {
    width: 400px;
    padding: 1rem;
    border-radius: .3rem;
    background-color: #fff;
    position: relative;
    margin: 0 1rem 1rem 0;
}

.help-box h5 {
    margin: 0 1rem 1.5rem 0;
}

.help-box .actions {
    float: right;
}

.help-box .actions a {
    padding: .1rem .3rem;
}

.tags a {
    display: inline-block;
    background-color: var(--l_green);
    color: #000705;
    padding: .4rem .6rem;
    border-radius: 2rem;
    font-size: .7rem;
    margin: .5rem 0;
    transition: .3s;
}

.tags a:hover {
    background-color: var(--d_green);
    color: #fff;
}

.tags-check {
    margin: 1rem 0;
}

.form-section {
    padding: 3rem 0;
    display: grid;
    place-items: center;
}

.form-section form {
    width: 500px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.form-section .form-bottom .btn {
    width: 150px;
}

.form-head {
    margin-bottom: 2rem;
}

form .form-body label {
    font-weight: bold;
    font-family: 'Poppins-Regular';
}

.form-section .credit {
    margin: 5rem 0 0 0;
    color: var(--bs-success);
    text-align: center;
    font-family: "Poppins-Regular";
}

.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.password-f {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-f a {
    font-size: .9rem;
    text-decoration: none;
    color: var(--bs-primary);
}




/* Dashboard */
#board {
    height: 100vh;
    font-family: 'Poppins-Regular' !important;
    font-size: .9rem;
}

.menu-bar {
    padding: 0;
    position: fixed;
    height: 100%;
    z-index: 10000;
    background: #fff;
    transition: .5s;
    width: 20%;
}

.menu-bar .menu-head {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #f4f7fe;
}

.menu-bar .menu-head img {
    width: 50%;
    object-fit: cover;
    border-radius: 0%;
    margin-right: 1rem;
}

.menu-bar .menu-head h1 {
    font-size: 1.005rem;
    color: var(--bs-success);
    margin: 0;
}

.menu-bar .menu-body {
    padding: 0;
    padding: 2rem 1rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 80%;
    overflow-x: hidden;
}

.menu-bar .menu-body a:nth-child(1) {
    margin-top: 1rem;
}

.menu-bar .menu-body a {
    padding: .2rem 1rem;
    margin: 0 auto;
    margin-bottom: 0;
    border-radius: .3rem;
    display: block;
    color: var(--bs-secondary);
    text-decoration: none;
    font-family: 'Poppins-Regular' !important;
    transition: .3s;
    width: 200px;
}

.menu-bar .menu-body a:hover,
.menu-bar .menu-body a.active {
    background-color: var(--bs-success);
    color: #fff;
}

.menu-bar .menu-body a span {
    margin-right: 1rem;
}

.menu-bar .menu-body a.logout:hover {
    background-color: var(--bs-danger);
    color: #fff;
}

#content-board {
    background-color: var(--l_grey);
    padding: 0;
    width: calc(100% - 20%);
    padding-bottom: 2rem !important;
}


#top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--c_green);
    padding: .5rem 1rem;
}

#top-bar .options {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    margin-left: auto;
    flex-wrap: wrap;
}

#top-bar .options select {
    border-radius: 2rem;
    padding: .375rem .75rem;
    border: 1px solid var(--bs-dark);
    outline: none;
    background-color: transparent;
    margin-right: 1rem;
}

#top-bar .options .profile-brief {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    border-left: 1px solid var(--bs-dark);
}

#top-bar .options .profile-brief img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: .5rem;
}

#top-bar .options .profile-brief p {
    margin: 0;
}

#top-bar .options .profile-brief p:nth-child(1) {
    font-weight: bold;
}

#top-bar .options .profile-brief p:nth-child(2) {
    font-size: .8rem;
}

#start_nav {
    display: none;
}

.sector1 {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.box-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-radius: .3rem;
    margin: 0 2rem 1rem 0;
    width: 100%;
    max-width: 300px;
}

.box-item p.title {
    font-size: .9rem;
    margin: 0;
}

.box-item p.value {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}

.box-item span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--d_green);
    color: #fff;
    font-size: 1.5rem;
}

.main-cards {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.box-card {
    width: 100%;
    max-width: 350px;
    margin: 0 2rem 2rem 0;
    box-shadow:
        3px 3px 4px 0 rgba(2, 58, 26, 0.404),
        -2px -2px 3px 0 rgb(255, 255, 255);
    border-radius: .3rem;
    overflow: hidden;
    transition: .3s;
    transform-style: preserve-3d;
}

.box-card:hover {
    transform: scale(1.01);
    box-shadow:
        12px 12px 16px 0 rgba(2, 58, 26, 0.404),
        -8px -8px 12px 0 rgb(255, 255, 255);
}

.box-card .box-head {
    padding: 1rem;
    height: 150px;
    background-image: url('../images/bg-card1.jpg');
    background-position: center;
    background-size: 150%;
    background-repeat: no-repeat;
    position: relative;
}

.box-card .box-head::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(179, 179, 179, 0.486);
    z-index: 1;
}

.box-card .box-head .actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

.box-card .box-head .actions a {
    background-color: var(--d_green) !important;
    padding: .375rem .5rem;
    border-radius: .3rem;
    background-color: rgb(216, 216, 216);
    margin-left: 1rem;
    color: #fff;
}

.box-card .box-head .actions a:hover {
    background-color: var(--bs-success) !important;
}

.box-card .box-body {
    padding: 1rem;
    height: 180px;
    background-color: #fff;
    border-top: 1px solid var(--d_grey);
    border-bottom: 1px solid var(--d_grey);
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.box-card .box-body span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--l_grey);
    border: 1px solid var(--d_grey);
    color: var(--d_green);
    font-size: 2rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 20;
}

.box-card .box-bottom {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.box-card .box-bottom p {
    margin: 0;
}

.box-card .box-bottom .part p:nth-child(1) {
    font-weight: bold;
}


.btn.icon span {
    margin-left: .5rem;
}


.list-heading {
    display: flex;
    align-items: flex-end;
    margin: 2rem 0 2rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-heading h4 {
    margin: 0;
    margin: .5rem 0;
}

.list-heading>form {
    margin: .5rem 0;
}

.list-heading>div {
    margin: .5rem 0;
}

.top-bar-form {
    display: flex;
    align-items: flex-end;
}

.list-heading .show_select {
    min-width: 100px;
    margin-right: 1rem;
}

.list-heading .btn.wpre {
    margin-left: 1rem;
    font-size: .7rem;
}

.list-heading .input-group input {
    box-shadow: none;
    background-color: transparent;
}

.list-heading .input-group input:focus {
    border-color: var(--d_green);
}

.table-listings {
    margin: 2rem 0;
    overflow-y: hidden;
}

.table .actions a {
    background-color: var(--d_green);
    padding: .2rem .3rem;
    border-radius: .3rem;
    background-color: rgb(216, 216, 216);
    font-size: .8rem;
    color: #fff;
    margin: 0 .4rem 0 0;
}

.table .actions a:hover {
    background-color: var(--bs-success);
}


#content-board form label {
    font-weight: bold;
}


.instructions {
    padding: 0;
    padding: 1rem;
    border-radius: .3rem;
    background-color: var(--c_green);
    margin-bottom: 3rem;
}

.instructions li {
    margin-left: 1rem;
}



@media (max-width: 1350px) {
    #content-board {
        background-color: var(--l_grey);
        padding: 0;
        width: calc(100% - 25%);
    }

    .menu-bar {
        width: 25%;
    }
}


@media (max-width: 1000px) {
    #content-board {
        min-width: 100%;
    }

    .menu-bar {
        transform: translateX(-100%);
        width: 300px;
        box-shadow: 0px 0px 0px 0px transparent;
    }

    .menu-bar.active {
        transform: translateX(0);
        box-shadow: -8px 0px 20px 0px #000705;
    }

    #top-bar {
        padding: .5rem 2rem;
    }

    #top-bar .options {
        margin-right: 0;
        margin-left: 0;
    }

    #start_nav {
        background-color: var(--l_green);
        border-radius: .2rem;
        color: #fff;
        transition: .3s;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        outline: none;
        border: none;
    }

    #start_nav:hover {
        background-color: var(--d_green);
    }
}

.naming-box {
    display: flex;
    align-items: center;
}
.naming-box p:first-child {
    width: 120px;
    font-weight: bold;
}

.list-heading.results-heading {
    align-items: start;
}

.list-heading.results-heading .top-bar-form {
    flex-wrap: wrap;
    gap: 1rem;
}
.list-heading.results-heading .show_select {
    margin-right: 0;
}