﻿.gradient-custom {
    /* fallback for old browsers */
    background: #6a11cb;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}

.company_colors {
    color: #006d5c;
}

.card1 {
    background-color: #006d5c !important;
}

.card2 {
    background-color: #006d5c !important;
    min-width: 140px;
    height: 140px;
}

.card-Img {
    width: auto;
    position: relative !important;
    object-fit: contain !important;
}

.fontColor {
    color: white !important;
}

.back_yellow {
    background-color: #FFC911;
}

.txt_black {
    color: black;
}

.txt_green {
    color: #006D5C;
}

.txt_white {
    color: white;
}

.back_green {
    background-color: #006D5C !important;
}

.back_ash {
    background-color: #64676C !important;
}

.nav_copy {
    /*    --background-color: #c4d1e7;*/
    background: #dbe4f3;
}

.nav_text {
    --bs-text-opacity: 1;
    color: #006D5C !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


#c1 {
    float: left;
    background: blue;
}

#c2 {
    background: green;
    float: right;
}


@media only screen and (min-width: 576px) {
    .card3 {
        background-color: #006d5c !important;
        min-width: 150px;
        width: 12rem;
        height: 150px;
        float: left;
        margin-bottom: 3vh;
    }
}

@media only screen and (min-width: 768px) {
    .card3 {
        background-color: #006d5c !important;
        min-width: 150px;
        width: 12rem;
        height: 150px;
        float: right;
        margin-right: 3vh;
    }
}

/*@media (min-width : 1200px,1400px) {
    .card3 {
        background-color: #006d5c !important;
        min-width: 150px;
        width: 12rem;
        height: 150px;
        float: right;
        margin-right: 3vh;
    }
}
*/

.img-show {
    height: 120px;
    width: 80%
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: black !important;
}