
.mainDescription {
    background-color: white;
    width: 60%;
    margin: 0 auto;
    box-shadow: 5px 6px 30px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #535353;
    position: relative;
    text-align: center;
}

.mainTitle {
    padding-bottom: 3%;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.description {
    /*margin-top: -120px !important;*/
    text-align:justify;
    padding-top: 5% !important;
    padding-right: 10% !important;
    padding-bottom: 7% !important;
    padding-left: 10% !important;
    font-size: 14px;
}

.description-main {
    text-align: center;
    padding:10% !important;
    font-size: 18px;
}

.dxbl-fl .dxbl-row {
    margin: 0px !important;
    font-size:14px !important;
}

.dxbl-fl .dxbl-fl-group {
    margin-bottom: 0 !important;
    /*font-size: 12px !important;*/
}

.dxbl-group {
    border: none !important;
    font-size: inherit !important;
    /*background-color:red;*/
}

.accordion-header {
    background-color: #f6f8fa !important;
    border: none !important;
}

.rowss.header {
    height: auto !important;
}

.card1 {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
}

    .card1:hover {
        -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.5);
        box-shadow: 0 10px 15px rgba(0,0,0,.5);
        -webkit-transition: .5s;
        transition: .5s;
        border-color: #8B8589;
    }

.card1-selected {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.5);
    box-shadow: 0 10px 15px rgba(0,0,0,.5);
    -webkit-transition: .5s;
    transition: .5s;
    border-color: #8B8589;
}

.html, body {
    height: auto !important;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    padding: 10px;
}

    .card:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

.card-nofocus {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    min-width:250px;
}

.header-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.header-text-regular {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: black;
}

.header-text-small {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.description-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: dimgray;
    text-align: justify;
    padding: 10px;
}

.regular-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: gray;
}

.regular-text-small {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #c0c0c0;
}

.brand-color {
    background-color: #223f9a;
}

.info-warning-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.info-warning {
    font-size: 16px;
}

.redstar::after {
    content: "\00a0*";
    color: red;
    font-size: 12px;
}


.content-title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    color: #ffffff;
    font-weight: 300;
    border-radius: 3px;
    margin-top: 10px;
    /*background-color: #2098d1;*/
    background-color: #2196f3;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.content-sub-title {
    font-size: 15px;
    padding: 10px 0 10px 10px;
    color: #2098d1;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.content-sub-title-text {
    font-size: 14px;
    padding: 10px 0 10px 10px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.rounded-image-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.dxbl-col {
    margin-top: 10px !important;
}

.rounded-image {
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease; 
}

.rounded-image-button:hover .rounded-image {
    transform: scale(1.2); 
}

.loading-panel {
    height:100% !important;
    width:100% !important;
    position:fixed !important;
}

.dxbl-grid .dxbl-grid-empty-data-area {
    height:auto !important;
    padding:0 !important;
}

.radio-group-item {
    margin-left:20px !important;
    background-color:red !important;
}
