@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;400;500;700;900&family=Tinos:wght@400;700&display=swap');


* {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Roboto', sans-serif;
}

.header-profile-user {
    height: 34px !important;
    width: 35px !important;
}

@media (min-width: 1200px) {

    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: 95% !important;
    }
}

.counter-value {
    font-size: 22px;
    color: #539cf5;
}

.auth-bg {
    background-image: url(../images/loginbg.jpg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.auth-full-page-content {
    background-color: #3684C0 !important;
    min-height: 100vh !important;
}

.offcanvas-footer {
    border-top: 1px solid #b5a7a757;
    text-align: center;
    padding: 10px;
}

.mandatory {
    color: red;
}

.own_table tbody tr {
    height: 60px;
}

.table th{
    font-size: 17px;
}
.table td{
    font-size: 16px;
}

label{
    font-size: 17px !important;
}

.form-control{
    font-size: 16px !important;
}

.card-title{
    font-size: 20px !important;
    margin: 0 !important;
}

.btn{
    font-size: 16px !important;
}

.topnav .navbar-nav .nav-link{
    font-size: 16px !important;
}

.dropdown-item{
    font-weight: 500 !important;
    font-size: 14px !important;
}
/* body[data-layout=horizontal] .page-content{
    margin-top: 0 !important;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #e9e9ef !important;
}

.whatsapp_check[type=checkbox] {
    border: 1px solid;
}