﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: rubik;
}

.activemenu {
    background-color: whitesmoke !important;
}

.d-block {
    word-wrap: break-word;
}

.brand-link {
    color: #00594d !important;
}

.info {
    word-wrap: break-word;
}

.card-title {
    color: #007bff;
}

.main-sidebar {
    background-color: #CCDEDB;
}

.nav-link {
    color: #00594d !important;
}

    .nav-link > active {
        color: white;
    }

.card {
    border-radius: 0.5rem;
}

.custom-search-control {
    border: none !important;
    border-bottom: 2px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
}

.custom-form-control {
    border-radius: 0.5rem !important;
}

.btn-custom {
    border-radius: 0.5rem;
}

.modal-header {
    border-bottom: none !important;
}
.logo {
    width: 15vw;
}
.optstab {
    width: 100%;
}

body {
    font-size: 0.8rem !important;
}
.kred {
    color: red;
}

.alink{
    cursor:pointer;
}

.link-dec {
    text-decoration: none;
}

.axxela-card-c {
    border: 1px solid transparent !important;
    border-radius: 0.8em !important;
    /*background: linear-gradient(95.51deg, #FFFFFF 2.4%, rgba(47, 179, 201, 0.3) 82.7%, #FFFFFF 99.85%);*/
    padding: 0.9em !important;
    display: block !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
}
.primary-header {
    background-color: #CCDEDB !important;
}
.orange-header {
    background-color: #f5d882 !important;
}
.deepgreen-header {
    background-color: #024d05 !important;
    color:white!important;
}
.yellow-header {
    background-color: #f8ed62 !important;
}
.fblack{
    color:black !important;
}
.fwhite {
    color: white !important;
}
.light-blue-header {
    background-color: #82befa !important;
}
.center{
    text-align:center !important;
}
.red {
    color: red !important;
}

.green {
    color: green !important;
}
