﻿body {
    font-family: 'Segoe UI', 'sans-serif' !important;
    color: black !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    margin-top: 96px;
    flex: 1;
}

.cm-content {
    min-height: 100%;
    margin-bottom: 20px;
}

.cm-top-nav-bar {
    background-color: #004578 !important;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0;
}

.cm-menu-bar {
    background-color: #F9F9F9 !important;
    margin-top: -168px;
}

.cm-signin {
    color: #ffffff !important;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 20px;
}

.cm-username {
    border-right: solid 1px white;
    padding-right: 6px;
}

.cm-logout {
    vertical-align: middle;
    padding-left: 2px;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: white !important;
}

.cm-menu-item {
    color: black !important;
    padding: 0px !important;
}

.cm-menu-item-active {
    background-color: #D0CCCC;
}

.cm-logo {
    /*border-style: none;
    width: auto;
    padding: 8px;
    
    width: 30%;*/
    border-style: none;
    width: auto;
    margin-left: -10px;
    padding: 8px;
    max-height: 50px;
}

.cm-panel-default {
    border-radius: 0px;
}

.cm-panel-default .description {
    margin: 15px 0;
}

.description .status {
    font-size: 24px;
}


.cm-section-heading {
    color: #000;
    font-family: Mulish;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.offer-form {
    margin-top: 20px;
}

.offer-form h1 {
    font-size: 1.5rem;
}

.offer-form h3 {
    font-size: 1.75rem;
}

.subtitle {
    color:#6c757d 
}

.p10 {
    padding: 10px;
}

.w286 {
    width: 286px;
}

.w120 {
    width: 120px;
}

.w200 {
    width: 200px;
}

.mr250 {
    margin-right: 250px;
}

.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.cm-button-default {
    color: #fff !important;
    background-color: #004578;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-default:hover {
        background-color: #2180a6;
        border-radius: 5px;
        padding: 12px 20px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-error {
    color: #fff;
    background-color: #004578 !important;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-error:hover {
        background-color: #EAE7E7 !important;
        font-weight: bold;
        color: #004578;
    }

.cm-button-success {
    color: #fff;
    background-color: #256525;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-success:hover {
        background-color: #EAE7E7;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-danger {
    color: #fff;
    background-color: #EA2333;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-danger:hover {
        background-color: #EAE7E7;
        font-weight: bold;
        color: #004578;
    }

.cm-table {
    background: #ffffff !important;
    font-size: 16px;
}

    .cm-table th {
        padding: 10px !important;
    }

    .cm-table td {
        padding: 10px !important;
    }

.cm-table-head th {
    text-align: center;
    background: #F9F9F9 !important;
    font-size: 14px;
}

.cm-ellipsis {
    text-align: center !important;
}

    .cm-ellipsis a {
        color: black !important;
    }

.cm-minus-circle {
    text-align: center;
}

    .cm-minus-circle a {
        color: black !important;
    }

.cm-link-button {
    cursor: pointer;
    margin-right: 2px;
    text-decoration: none;
    color: black;
}

.cm-link-button:hover {
    cursor: pointer;
    color: #004578 !important;
}

.cm-footer {
    background-color: #242038;
    color: #fff;
    font-size: 16px;
    padding: 16px 0;
}

.cm-footer .container {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cm-footer .container .left {
    margin-right: 10px;
}

.cm-footer .container .right {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.cm-footer .container .right p {
    margin: 0;
    opacity: .4;
}

.cm-footer .site-info {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cm-footer .site-info a {
    margin-left: 16px;
    color: #fff;
    opacity: .4;
    transition: all .3s;
    text-decoration: none;
}

.cm-footer .site-info a:hover {
    opacity: 1;
}

.cm-footer .site-info .credits {
    opacity: .4;
}

.cm-footer .certifiedList {
    display: flex;
    list-style: none;
    margin: 0;
}

.cm-footer .certifiedList li {
    margin-left: 18px;
}

.cm-container {
    margin-left: 80px;
}

a.cm-dropdown-option {
    background: transparent !important;
    color: black;
    cursor: pointer;
}

    a.cm-dropdown-option:hover {
        background: transparent !important;
        color: #004578 !important;
        cursor: pointer;
    }

.mrtop {
    margin-top: 25px !important;
}

.maxwidth {
    width: 1300px !important;
}


.mr420 {
    margin-right: !important;
}
.red-star {
    color: red;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Mulish, sans-serif;
    margin-top: 20px;
}

.custom-table th, .custom-table td {
    padding: 16px 8px;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    word-wrap: break-word;
}

.custom-table th {
    color: rgba(36, 32, 56, 0.80);
    font-weight: 500;
}

.custom-table td {
    color: #242038;
    font-weight: 500;
}

.custom-table td:first-child {
        font-weight: 800;
}

.custom-table tr.PendingActivation {
    font-weight: 800;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #F5F5F9;
}

.navbar-right {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    color: #fff;
}

.lp-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.lp-head div {
    margin: 10px 35px;
}

.lp-head a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #0078d4;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.team-block__container {
    margin-top: 40px;
    text-align: center;
}

.team-block__container h2 {
    margin-bottom: 30px;
}

.team-block__holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-person {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    text-align: center;
}

.card-person img {
    width: 100%;
    height: auto;
}

.content {
    padding: 20px;
}

.card-top h6 {
    margin: 0;
    font-size: 18px;
    color: #3c2e85;
}

.position {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.soc-row a {
    margin: 0 5px;
    color: #3c2e85;
    text-decoration: none;
    font-size: 30px;
}

.cookie-consent {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}