﻿
body {
    font-family: Cambria !important;
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Cambria !important;
}

.input-lg .form-control {
    height: 42px;
}

.form-control {
    font-size: 14px !important;
    height: 35px !important;
    padding: 5px 15px;
}

.btn {
    font-size: 14px !important;
    font-family: Cambria !important;
    padding: 6px 20px;
    border-radius: 6px;
}

.title {
    font-family: Cambria !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
}

.btn-primary {
    background-color: #AA3D9F;
    border-color: #AA3D9F;
}

.text-purple {
    color: #AA3D9F !important;
}

.dz-categories-bx {
    padding: 25px 30px 15px 25px;
}

.input-mini .input-group-text {
    padding: 5px 15px;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.card {
    margin-bottom: 5px !important;
    border-radius: 6px;
}

.card-body {
    padding: 5px 10px;
}

.header {
    background-color: #22cfbb; /*#248e7b;*/
    padding: 0 15px;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.k-widget, .k-datepicker {
    width: 100%;
}

.k-input {
    height: 31px !important;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    padding: 0px !important;
}

.table tr th {
    background-color: #AA3D9F !important;
    color: white !important;
}

.text-bold {
    font-weight: 600;
}

.card.dz-card-box.style-1 .card-title {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
}

.col-1, .col-3, .col-4, .col-8, .col-9, .col-12 {
    float: left;
}

.form-group {
    margin-bottom: 15px;
}

.card.dz-card-box.style-1 .card-body {
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #fff;
}

.container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
}

b, strong, .strong {
    font-weight: 600;
}

.text-justify {
    text-align: justify;
}

.get-started .slide-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1px;
    z-index: 1;
    position: relative;
}

.welcome-area {
    /*background-color: #248e7b;*/
    border: 1px solid #AA3D9F;
}

.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 18px;
    padding: 15px 13px;
    line-height: 22px;
    text-transform: uppercase;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.loader-screen::after {
    background: none !important;
}

.menubar-area .toolbar-inner .nav-link, .menubar-area .toolbar-inner .menu-toggler {
    width: 34%;
}

.menubar-area {
    border-top: 2px solid #a349a4;
}