html,
body {
    background: #F7F7F9;
    color: #424242;
    width: 100%;
    font-size: 95%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.swal-modal * {
    text-align: center;
}

.btn:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    cursor: pointer;
}

.bg-main {
    background: #E8C4D8 !important;
}

.text-main {
    color: #E8C4D8 !important;
}

.bg-main-alt {
    background-color: #696969 !important;
}

.text-main-alt {
    color: #696969 !important;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}

a {
    text-decoration: none !important;
}

.text-edit {
    color: #0062cc !important;
}

.text-delete {
    color: #c82333 !important;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

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

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-105 {
    font-size: 105%;
}

.font-110 {
    font-size: 110%;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.pointer {
    cursor: pointer;
}

div.shadow {
    box-shadow: rgb(76 78 100 / 22%) 0px 2px 10px 0px !important;
}


@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    div.px-4 {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    div.p-5 {
        padding: 10px !important;
    }

    label {
        font-size: 80% !important;
    }

}
