body {
    background-image: url("/dama_portal/static/back.jpg") !important;
    background-size: cover;

}

.rows {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.section_our_solution .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-wrap: wrap;


}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 2px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 400px;
    max-width: 400px;
    max-height: 200px;
    min-height: 200px;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    background: #B71E2E;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #D6D6D6;
    text-align: center;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #B72130;
}

.solution_card .so_top_icon {
    width: 3em;
}

.solution_card .solu_title h3 {
    color: #B72130;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
    text-decoration: #D6D6D6;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}



.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(140deg,
            #C95964 0%,
            #C95964 50%,
            #ce4347 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 20%;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 50%;
        margin: 0 auto;
    }
}

svg {
    color: #B71E2E;
    font-size: 4em;
}






.counter {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #FF5E00;
}

.container {
    margin-top: 3em;
    align-items: center;

}

.containerK {
    margin-right: 12em;
}

.navbar {
    padding-left: 3em;
}

.nav-link {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #B71E2E !important;
    padding: 20px 0px;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
    opacity: 0.75;
}

.dropdown-menu {
    font-weight: bold;
    font-size: 14px;
    color: #B71E2E
}

.nav-link:hover {
    opacity: 1;
}

.nav-link::before {
    transition: 300ms;
    height: 5px;
    content: "";
    position: absolute;
    background-color: #B71E2E;
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 10px;
}

.nav-link-ltr:hover::before {
    width: 100%;
}

.nav-link-fade-up::before {
    width: 100%;
    bottom: 5px;
    opacity: 0;
}

.nav-link-fade-up:hover::before {
    bottom: 10px;
    opacity: 1;
}

.nav-link-grow-up::before {
    height: 0%;
    width: 100%;
    bottom: 0px;
}

.nav-link-grow-up:hover::before {
    height: 5px;
}

.solution_cards_box {
    width: 20em;
}

.solu_description {
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
    font-size: large;
    color: #B72130;
}

table {
    background-color: #D6D6D6;
    border-radius: 10px;
    border-color: transparent;
    
}

h2 {
    color: #B72130;
}



p {
    color: #B72130;
}

.dama-image {
    background-image: url("/dama_portal/static/dama.jpg");
    background-size: cover;

}

.login {
    background-color: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;

    font-size: 20px;
}

.dropdown>a,
.dropdown>button {

    font-size: 14px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 6px 20px 6px 10px;
    border-radius: 4px;
    display: inline-block;
    color: #B72130;
    text-decoration: none;
}

.dropdown>a:before,
.dropdown>button:before {
    position: absolute;
    right: 7px;
    top: 12px;
    content: ' ';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.dropdown input[type=checkbox] {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    opacity: 0;
}

.dropdown input[type=checkbox]:checked {
    position: fixed;
    z-index: +0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.dropdown ul {
    position: absolute;
    top: 18px;
    border: 1px solid #B72130;
    border-radius: 3px;
    left: 0px;
    list-style: none;
    padding: 4px 0px;
    display: none;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}

.dropdown input[type=checkbox]:checked+ul {
    display: block;
}

.dropdown ul li {
    display: block;
    padding: 6px 20px;
    white-space: nowrap;
    min-width: 100px;
}

.dropdown ul li:hover {
    background-color: #B72130;
    cursor: pointer;
}

.dropdown ul li a {
    text-decoration: none;
    display: block;
    color: black
}

.dropdown .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #B72130;
    font-size: 1px;
    padding: 0;
}


.sec-center {
    position: relative;
    max-width: 100%;
    text-align: center;
    z-index: 200;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.dark-light:checked+label,
.dark-light:not(:checked)+label {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 20000;
    display: block;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transition: all 200ms linear;
    box-shadow: 0 0 25px #B71E2E;
}

.dark-light:checked+label {
    transform: rotate(360deg);
}

.dark-light:checked+label:after,
.dark-light:not(:checked)+label:after {
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    overflow: hidden;
    z-index: 2;
    display: block;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background-color: #102770;
    background-image: url('https://assets.codepen.io/1462889/moon.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 200ms linear;
    opacity: 0;
}

.dark-light:checked+label:after {
    opacity: 1;
}

.dark-light:checked+label:before,
.dark-light:not(:checked)+label:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    display: block;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background-color: #48dbfb;
    background-image: url('https://assets.codepen.io/1462889/sun.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 200ms linear;
}

.dark-light:checked+label:before {
    background-color: #000;
}

.light-back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
    background-position: center;
    background-repeat: repeat;
    background-size: 4%;
    height: 100%;
    width: 100%;
    transition: all 200ms linear;
    opacity: 0;
}

.dark-light:checked~.light-back {
    opacity: 1;
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
    position: relative;

    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    height: 50px;
    transition: all 200ms linear;
    border-radius: 4px;
    width: 220px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #f8f9fa;
    cursor: pointer;
    color: #B71E2E;
    box-shadow: 0 12px 35px 0 rgba(255, 235, 167, .15);
}

.dark-light:checked~.sec-center .for-dropdown {
    background-color: #D6D6D6;
    color: #B71E2E;
    box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .25);
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

.dropdown:checked+label:before {
    pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #111;
    top: 70px;
    left: 0;
    width: 100%;
    border-radius: 4px;
    display: block;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown {
    background-color: #fff;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.15);
}

.dropdown:checked~.section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.section-dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
    display: block;
    z-index: 1;
}

.section-dropdown:after {
    position: absolute;
    top: -7px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown:after {
    border-bottom: 8px solid #fff;
}

a {
    position: relative;
    color: #fff;
    transition: all 200ms linear;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    margin: 2px 0;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
}

.dark-light:checked~.sec-center .section-dropdown a {
    color: #d6d6d6;
}

.sec-center a:hover {
    color: #d6d6d6;
    background-color: #B71E2E;

    svg {
        color: #D6D6D6;
    }
}

.dark-light:checked~.sec-center .section-dropdown a:hover {
    color: #B71E2E;
    background-color: #d6d6d6;
}

a .uil {
    font-size: 22px;
    text-transform: uppercase;
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
    position: relative;
    color: #fff;
    transition: all 200ms linear;

    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}

.dropdown-sub:checked+label .uil,
.dropdown-sub:not(:checked)+label .uil {
    font-size: 22px;
}

.dropdown-sub:not(:checked)+label .uil {
    transition: transform 200ms linear;
}

.dropdown-sub:checked+label .uil {
    transform: rotate(135deg);
    transition: transform 200ms linear;
}

.dropdown-sub:checked+label:hover,
.dropdown-sub:not(:checked)+label:hover {
    color: #102770;
    background-color: #B71E2E;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub {
    color: #D6D6D6;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub:hover {
    color: #B71E2E;
    background-color: #102770;
}

.section-dropdown-sub {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    padding-left: 10px;
    padding-right: 3px;
    overflow: hidden;
    transition: all 200ms linear;
}

.dropdown-sub:checked~.section-dropdown-sub {
    pointer-events: auto;
    opacity: 1;
    max-height: 999px;
}

.section-dropdown-sub a {
    font-size: 14px;
}

.section-dropdown-sub a .uil {
    font-size: 20px;
}

.logo {
    position: fixed;
    top: 50px;
    left: 40px;
    display: block;
    z-index: 11000000;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    transition: all 250ms linear;
}

.logo:hover {
    background-color: transparent;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
    transition: all 200ms linear;
}

.dark-light:checked~.logo img {
    filter: brightness(10%);
}

@media screen and (max-width: 991px) {
    .logo {
        top: 30px;
        left: 20px;
    }

    .dark-light:checked+label,
    .dark-light:not(:checked)+label {
        top: 20px;
        right: 20px;
    }
}

.sec-center .for-dropdown {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.Kard {
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 800px;
    height: 220px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}







.Kard p {
    padding: 10px 0;
}

.wrapperofcard {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    user-select: none;
}

.small-kard {
    background-color: #B71E2E;
    color: #D6D6D6;
    min-height: 150px;
    border-radius: 6px;
}




.kontainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0.5em;
}

.Kard-text {
    margin: 0;
}

.title {
    margin-left: 8px;
    /* Adjust the spacing between the SVG and the title as needed */
}


.kard h4 {
    color: #B71E2E;
}



.Kard-label {
    color: #000;
    font-weight: bold;
}

.bodytable {
    color: #000;
}



.form-style-6 {
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 50%;
    margin: 10px auto;
    margin-top: 5%;
    padding: 16px;
    background: #F7F7F7;
}

.form-style-6 h1 {
    background: #B71E2E;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}

.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus {
    box-shadow: 0 0 5px #B71E2E;
    padding: 3%;
    border: 1px solid #B71E2E;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #B71E2E;
    border-bottom: 2px solid #ff0019;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
}

.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover {
    background: #832b34;
}

.solution_card .solu_description p {
    font-size: 40px;
    /* Adjust the font size as needed */
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    .solution_cards_box .solution_card {
        flex: 0 120%;
        min-width: 120%;
        max-width: 120%;
        font-size: medium;
    }

    .solution_card .solu_title h3 {
        font-size: 1.1rem;
    }

    .solution_card .solu_description p {
        font-size: 1.2rem; /* Adjusted font size value */
    }

    .solution_card .so_top_icon {
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
    .containerK {
        margin-right: 5em;
        align-items: flex-start; /* Updated property value */
    }

    .solution_cards_box .solution_card {
        flex: 0 100%;
        min-width: 95%;
        max-width: 95%;
        font-size: medium;
    }

    .solution_card .solu_title h3 {
        font-size: 1rem;
    }

    .solution_card .solu_description p {
        font-size: 1.1rem; /* Adjusted font size value */
    }

    .solution_card .so_top_icon {
        width: 40px;
        height: 40px;
    }

    .solution_card .so_top_icon svg {
        width: 30px;
        height: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .containerK {
        margin-right: 5em;
        align-items: flex-start; /* Updated property value */
    }

    .solution_cards_box .solution_card {
        flex: 0 85%;
        min-width: 90%;
        max-width: 90%;
        font-size: medium;
    }

    .solution_card .solu_title h3 {
        font-size: .9rem;
    }

    .solution_card .solu_description p {
        font-size: 1rem; /* Adjusted font size value */
    }

    .solution_card .so_top_icon {
        width: 40px;
        height: 40px;
    }

    .solution_card .so_top_icon svg {
        width: 30px;
        height: 40px;
    }
}





@media screen and (max-width: 992px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start; /* Updated property value */
    }
    .containerK {
        margin-right: 6em;
    }

    .solution_cards_box .solution_card {
        flex: 0 80%;
        min-width: 100%;
        max-width: 100%;
        font-size: medium;
    }

    .row-box {
        flex-direction: column;
    }

    .rows {
        flex-direction: column;
    }

    .solution_card .solu_title h3 {
        font-size: .8rem;
    }

    .solution_card .solu_description p {
        font-size: .9rem; /* Adjusted font size value */
    }

    .solution_card .so_top_icon {
        width: 25px;
        height: 25px;
    }

    .solution_card .so_top_icon svg {
        width: 20px;
        height: 30px;
    }
}
.table-wrapper {
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
    overflow-x: auto;
   
   
}

.fl-table td,
.fl-table th {
    text-align: center;
    padding: 8px;
}
.fl-table tbody tr td{
    align-items: center;
    font-size: 1.3em;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #D6D6D6;
    background: #B71E2E;
}


.fl-table thead th:nth-child(odd) {
    color: #D6D6D6;
    background: #B71E2E;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .pull-to-theright{
        float: left;
    }
    .card2{
        max-width:11em;
    }
    .card2 h3{
        font-size: 0.8rem;
    }
    .navbar {
       
        flex-direction: column ;
        align-items: start;
    }
    .navbar a{
        font-size: 0.8rem;
    }
    .navbar img {
        height: 5em;
        width: auto;
        display: block;
        transition: all 200ms linear;
    }
    .fl-table {
        display: block;
        width: 100%;
    }

    .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    }

    .fl-table thead th:last-child {
        border-bottom: none;
    }

    .fl-table thead {
        float: left;
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td,
    .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size:  .9em;
        text-overflow: ellipsis;
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        display: table-cell;
        font-size: medium;
        
    }
    .fl-table tbody tr td{
        align-items: center;
        font-size:  .7em;
        overflow: scroll;
    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
.card2{
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
    background-color: #D6D6D6;
    margin-top: 1em;
    
}

.card2:hover{
    transform: scale(1.1);
    background-color: #B71E2E;
    color: #D6D6D6;
    transition: 0.7s;
}


.card2:hover h3 ,.card2:hover span { 
    
    color: #D6D6D6;
    
}

.group-row{
    color: #D6D6D6;
    background-color: #832b34;
    font-weight: bold;
}
.hide {
    display: none;
}
.card2{
    max-height: 7em;
    min-height: 7em;
}


