﻿html {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Inter', 'sans-serif' !important;
    color: black !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
    background-color: #3AACA3;
}

.cm-container {
    margin: 50px auto;
}

a {
    color: #2D867F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.07px;
    text-decoration-line: underline;
}

a:hover {
    color: #20605A;
}

.cm-list-item {
    color: #161616;
    padding: 12px 16px 12px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-top: 1px solid #C6C6C6;

    &:last-child {
        border-bottom: 1px solid #C6C6C6;
    }
}

.cm-subscribed-container {
    width: 576px;
    text-align: center;

    h1 {
        color: #161616;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        padding: 64px 0 24px 0;
    }

    p {
        color: #6F6F6F;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}

main {
    max-width: 700px;
    padding: 30px 0;
    margin: 0 auto;
}

@media (min-width: 1200px) { 
    main {
        max-width: 1100px;
    }
}

.cm-title {
    color: #161616;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

p.cm-description {
    color: #161616;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.cm-button-primary {
    --bs-btn-bg: #2D867F;
    --bs-btn-border-color: none;
    --bs-btn-hover-bg: #20605A;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-bg: #20605A;
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 10px;
    --bs-btn-line-height: 20px;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 500;
    --bs-btn-font-family: 'Inter';
    height: 40px;
    border-radius: 4px;
    margin-top: 32px;
}

.cm-button-danger {
    --bs-btn-bg: #DC2626;
    --bs-btn-border-color: none;
    --bs-btn-hover-bg: #DC2626;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-bg: #DC2626;
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 10px;
    --bs-btn-line-height: 20px;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 500;
    --bs-btn-font-family: 'Inter';
    height: 40px;
    border-radius: 4px;
    margin-top: 32px;
}

.cm-button-secondary {
    --bs-btn-bg: #FFFFFF;
    --bs-btn-border-color: #2D867F;
    --bs-btn-hover-bg: #FFFFFF;
    --bs-btn-hover-border-color: #2D867F;
    --bs-btn-active-bg: #FFFFFF;
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 10px;
    --bs-btn-line-height: 20px;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 500;
    --bs-btn-font-family: 'Inter';
    height: 40px;
    border-radius: 4px;
    margin-top: 32px;
    --bs-btn-hover-color: #161616;
    --bs-btn-color: #161616;
}

.cm-center {
    display: flex;
    justify-content: center;
}

.cm-logo-wrapper {
    display: flex;
    height: 100%;
    align-items: flex-start;
}

.cm-data-list {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 100%;
    justify-content: flex-end;


    dl {
        margin: 0 !important;
        padding: 0;
    }
    dt, dd {
        display: inline-block;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        border-bottom: 1px solid #C6C6C6;
        padding: 12px 0;
        margin: 0;

        &:first-of-type {
            border-top: 1px solid #C6C6C6;
        }
    }
    dt {
        color: #6F6F6F;
        width: 40%;
    }
    dd {
        width: 60%;
        color: #161616;
    }
}

.cm-content {
    min-height: 100%;
    margin-bottom: 20px;
}

.cm-top-nav-bar {
    background-color: #ffffff;
    margin-bottom: 0px;
    border: 0px;
    height:48px;
    border-radius: 0;

    a {
        color: #161616;
    }
}

.cm-menu-bar {
    background-color: white !important;
    margin-top: -168px;
}

.cm-signin {
    color: #ffffff !important;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 20px;
}

.cm-username {
    border-right: solid 1px #ffffff;
    padding-right: 6px;
}

.cm-logout {
    vertical-align: middle;
    padding-left: 2px;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: #ffffff !important;
}

.cm-menu-item {
    color: black !important;
    padding: 0px !important;
}

.cm-menu-item-active {
    background-color: #D0CCCC;
}

.cm-logo {
    border-style: none;
    width: auto;
    margin-left: -10px;
    padding: 8px;
    max-height: 50px;
}

.cm-panel-default {
    background: #ffffff !important;
    border-radius: 0px;
    padding: 20px;
}

.cm-section-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.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-size: 18px;
        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;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        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-table {
    background: #ffffff !important;
    color: #161616 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;

    border: 1px solid #C6C6C6;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 4px;

    th, td {
        border-bottom: 1px solid #C6C6C6;
        border-right: none;
        &:first-child {
          border-left: none;
        }
        &:last-child {
          border-right: none;
        }
      }

    th {
        text-align: left !important; 
        font-size: 12px !important;
        font-weight: 600 !important;

        &:nth-child(6) {
            text-align: center !important;
        }
    }

    tbody {
        tr {
          &:last-child {
            th, td {
              border-bottom: none;
            }
          }
        }
      }
    
}

    .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;
}

    .cm-link-button:hover {
        cursor: pointer;
        color: #2D867F !important;
    }

/*.cm-footer {
    background-color: #F9F9F9;
    position: absolute !important
}*/

/* .cm-container {
    margin-left: 80px;
} */

.cm-footer, .cm-push {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px !important;
    color: white !important;
    height: 28px;
    line-height: 28px;
}

a.cm-dropdown-option {
    background: transparent !important;
    color: black;
    cursor: pointer;
}

    a.cm-dropdown-option:hover {
        background: transparent !important;
        color: #2D867F !important;
        cursor: pointer;
    }

.mrtop {
    margin-top: 25px !important;
}

.maxwidth {
    width: 1300px !important;
}


.mr420 {
    /* margin-right: !important; */
}
.red-star {
    color: red;
}