* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: "Roboto Flex", sans-serif;
}

.bg-dark {
    background-color: #58595b !important;
}

.bg-blue {
    background-color: #00426b !important;
}

.relative {
    position: relative;
}

.bg-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../img/bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-light-theme {
    background-color: #bcd6fb !important;
}

.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.login-form .input-group {
    border: 1px solid #fff;
    background: #fff;
}

.login-form .form-control {
    border: none;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #58595b;
}

.login-form .form-control::placeholder {
    color: #58595b;
}

.login-form .input-group-text {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #58595b;
}

.space {
    padding: 5rem 0;
}

.logo-img {
    width: 220px;
}

.t-14 {
    font-size: 14px;
}

.t-12 {
    font-size: 12px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.notif {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.logo-top {
    width: 220px;
}

.section_title {
    font-size: 24px;
    color: #58595b;
    border-bottom: 1px solid #58595b;
    padding-bottom: 0.5rem;
}

.client-form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #58595b;
}

.dashboard-btn .icon {
    font-size: 40px;
    opacity: 0.1;
    color: #58595b;
}

.dashboard-btn {
    border-left: 2px solid #00426b !important;
    background: #fff;
}

.dashboard-btn h3 {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 600;
    color: #00426b;
}

.terms_defined {
    position: sticky;
    top: 0;
    border-top: 4px solid #00426b;
}

.terms_defined ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.skin-blue .main-header .navbar {
    background-color: #58595b;
}

.skin-blue .main-header .logo {
    background-color: #58595b;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 70px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* padding: 0 15px; */
    font-weight: 300;
    overflow: hidden;
    padding: 0 1px;
}

.main-header .logo img {
    width: 90%;
    margin: 0 auto;
}

.skin-blue .main-header .logo:hover {
    background-color: #00426b;
}

.pagination span a {
    width: fit-content;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #00426b;
    margin-left: 3px;
    color: #fff;
    padding: 0 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.bg-primary-light {
    background-color: #0f6ffd1c !important;
}

.bg-4 {
    background: linear-gradient(rgba(255, 255, 255, 0.486), rgba(255, 255, 255, 0.459)), url(../img/bg-4.jpg);
    background-size: cover;
    background-position: center;
}

.bg-6 {
    background: linear-gradient(rgba(255, 255, 255, 0.486), rgba(255, 255, 255, 0.459)), url(../img/bg-6.jpg);
    background-size: cover;
    background-position: center;
}

.bg-lightgreen {
    background-color: #1eafc4!important;
}

.btn-1 {
    min-height: 150px;
    background-color: #a40606;
    background-image: linear-gradient(315deg, #a40606 0%, #d98324 74%);
}

.btn-2 {
    min-height: 150px;
    background-color: #0cbaba;
    background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
}

.btn-3 {
    min-height: 150px;
    background-color: #a4508b;
    background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
}

.btn-4 {
    min-height: 150px;
    background-color: #3f0d12;
    background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);
}

.btn-5 {
    min-height: 150px;
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
}

.table tr th:not(:last-child) {
    border-right: 1px solid #ddd !important;
}

.table tr td:not(:last-child) {
    border-right: 1px solid #ddd !important;
}

.wrapper {
    max-width: 100vw;
    overflow-x: hidden !important;
}

.control-sidebar-dark,
.control-sidebar-dark+.control-sidebar-bg {
    display: none !important;
}
.t-12{
    font-size: 12px;
}