* {
    font-family: 'Mitr', sans-serif;
    font-weight: 400;
}

.font-base {
    font-weight: 300 !important;
}

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

.container-lg-70 {
    width: 70%;
}

.nav-link.active {
    background-color: #793FDF30;
    color: #793FDF !important;
    border-radius: 20px;
}

.logo-control {
    max-width: 100%;
    width: 100%;
}

.green-badge {
    background-color: #58FF8750;
    color: #2EA951;
    padding: 3px 25px;
    width: fit-content;
    border-radius: 5vh;
}

.border-dot-main {
    border: 1px dashed #793FDF;
    color: #793FDF;
}

.border-dot-main:hover {
    background-color: #793FDF;
    color: #ffffff;
}

.text-main {
    color: #793FDF;
}

.sq-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 40px;
    width: 40px;
    border-radius: 1vh;
}

.sq-badge-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: 50px;
    width: 50px;
    border-radius: 1vh;
}

.sq-green {
    background: #a6ff7650 !important;
    color: #71dd37 !important;
}

.sq-blue {
    background: #8e90f250 !important;
    color: #696cff !important;
}

.sq-yellow {
    background: #ffbd3650 !important;
    color: #ffac02 !important;
}
.head-control{
    height: 80vh;
}
@media only screen and (max-width: 990px) {
    .head-control{
        height: 90vh;
    }
    .logo-control{
        width: auto;
        max-height: 250px;
        margin-bottom: 30px;
    }
    .open-control h2{
        font-size: 24px;
    }
}