@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,600;1,700&amp;display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

.btn-primary {
    background-color: #0079c1;
    border-color: #0079c1;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #0079c1;
    border-color: #0079c1;
    box-shadow: none;
}

.text-primary {
    color: #0079c1 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0079c1 !important;
}

.mm-active .active {
    color: #0079c1 !important;
}
body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #0079c1 !important;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
    color: #0079c1 !important;
}

.btn {
    border-radius: 10px;
}
.btn-lg {
    padding: 1.1em 2em;
}

.card {
    border-radius: 0.5rem;
}
.min-card {
    min-height: 60vh;
}
.text-lg {
    font-size: 1.5rem;
}
.py-8 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.px-4 {
    padding-left: 2em;
    padding-right: 2em;
}
.no-resize {
    resize: none;
}

.form-control,
.custom-select {
    border: solid 2px #949494;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
.breadcrumb-item.active {
    color: #0079c1;
}
.block-text-xs {
    font-size: 10px;
    display: block;
}
@media only screen and (max-width: 600px) {
    .hidden-mobile {
        display: none !important;
    }
}

.hidden-mobile {
    display: block;
}

.bg-primary {
    background: #0079c1 !important;
}
.mt-6 {
    margin-top: 4em;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eaeaea;
    opacity: 0.8;
}

.page-title-box h4 {
    font-size: 20px !important;
}