@charset "UTF-8";
@font-face {
    font-family: 'Gotham Pro Light';
    src: url("../fonts/GothamPro-Light.eot");
    src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("@{icon-font-path}@{icon-font-name}.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons.woff2") format("woff2");
}
.progress-bar-image {
    background-position: center !important;
    background-image: url('/resources/images/progress_bar.gif') !important;
    background-repeat: no-repeat  !important;
    background-size: contain  !important;
}

.background-color {
    background-color: #19719f;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-check:before {
    content: "\e067";
}

.green-label{
    color: green;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro.eot");
    src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.btn {
    min-width: 160px;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 12px;
    margin: 2.5px 0;
    border-radius: 5px;
}

.me-background-color {
    background: #19719f;
}

.me-background-color:hover {
    background: #00bedd;
}

.text-color {
    color: #19719f;
}

.background-light-color {
    background: #00bedd;
}

.text-light-color {
    color: #00bedd;
}

.active-tab {
    background: #00bedd;
    color: white !important;
    border-width: 1px;
    border-color: rgb(161 161 170);
}

.inactive-tab {
    color: #19719f !important;
    cursor: pointer;
}

.inactive-tab:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

/*custom paging*/
.evm-pagination {
    .me-paging-number-page-color {
        --tw-bg-opacity: 1;
        background-color: #00bedd;
    }

    .me-paging-number-page-color:hover {
        --tw-bg-opacity: 1;
        background-color: #19719f;
    }

    .me-paging-number-active-page{
        --tw-border-opacity: 1 !important;
        border-color: #19719f !important;
    }
}

.btn--send, .btn--signIn {
    background: #19719f;

    color: white;
}
a.mmm-button{
    background-color: #19719f;
    padding: 5px 12px;
    color: white;
}

.btn--send:hover, .btn--send:hover:focus, .btn--signIn:hover, .btn--signIn:hover:focus {
    background: #00bedd;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn--action{
    margin-left: 5px;
}

.btn--send:focus, .btn--signIn:focus {
    color: white;
}

.btn--send:active, .btn--signIn:active {
    -webkit-box-shadow: inset 0px 3px 5px #00bedd;
    box-shadow: inset 0px 3px 5px #00bedd;
}

.btn--pay {
    background-color: #19719f;
    color: white;
}

.btn--cancel {
    background: white;
    color: #19719f;
    border: 1px solid #19719f;
}

.btn--cancel:hover, .btn--cancel:focus {
    color: #19719f;
}

.text-color-federation {
    color: #19719f;
}

.btn--signIn {
    min-width: 100px;
    font-size: 14px !important;
    border: 3px solid #44bd46;
    /*border-radius: 4px;*/
    padding: 15px;
}

.btn--cartaction {
    min-width: 100px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: white;
    color: #19719f;
    border: 1px solid #19719f;
}
.btn--view {
    background-color: #19719f !important;
    padding: 4px 12px !important;
    min-width: 90px !important;
}

.btn--cancel:hover, .btn--cancel:focus {
    color: #19719f;
}

.btn--front {
    /*background: #44bd46;
    text-transform: uppercase;
    border: solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    */
}

.btn--front:hover, .btn--front:hover:focus, .btn--front:focus {
    background: #32f13e !important;
    color: white;
}

.btn:focus {
    outline: none;
}

.btn:active {
    outline: none;
}

.btn:active:focus {
    outline: none;
}

.btn--calendar {
    background-color: #19719f;
    color: white;
    padding: 6px 12px;
    border: 1px solid transparent;
}

.btn--search {
    height: 34px;
    background-color: #19719f;
    color: white;
    padding: 0;
    min-width:110px;
    max-width: 115px;
    margin: 0;
}

.btn--search:hover {
    color: white;
}

.btn--clear {
    padding: 6px 0;
    vertical-align: top;
    height: 34px;
    max-width: 110px;
    min-width:115px;
    background-color: #FFFFFF;
    border: 1px solid #19719f;
    color: #19719f;
    margin: 0;
}

.btn--selected{
    color: white;
    background-color: #00bedd;
}

.customHR{
    margin-top: 17px;
    border: 5px solid #19719f;
}

.report-name{
    background: #19719f;
    border-bottom: 2px solid  #19719f;
}

.wrapp{
    border: 2px solid  #19719f;
}

@media (max-width: 1199px) {
    .customHR{
        display: none;
    }
}

.text-control input.has-error, .text-control select.has-error, .select-control input.has-error, .select-control select.has-error {
    border: 1px solid #fd373f;
}

.text-control input.has-error:focus, .text-control select.has-error:focus, .select-control input.has-error:focus, .select-control select.has-error:focus {
    border: 1px solid #66afe9;
}

@media (max-width: 552px) {
    .text-control input, .text-control select, .select-control input, .select-control select {
        min-width: 0;
        width: 100%;
        /*max-width: 320px!important;*/
        max-width: 100%;
    }
}

.text-control {
    position: relative;
}

.text-control__text {
    display: inline-block;
    min-width: 307px;
}

@media (max-width: 552px) {
    .text-control__text {
        width: 100%;
    }
}

.text-control .field-mustvalidText.gg-valid, .text-control .field-mustvalidEmail.gg-valid, .text-control .field-mustvalidCVC.gg-valid, .text-control .field-mustvalidCard.gg-valid, .text-control .field-mustvalidPassword.gg-valid {
    border-color: #1d8f1f;
    border-width: 2px;
}

.text-control .field-mustvalidText.gg-valid:focus, .text-control .field-mustvalidEmail.gg-valid:focus, .text-control .field-mustvalidCVC.gg-valid:focus, .text-control .field-mustvalidCard.gg-valid:focus, .text-control .field-mustvalidPassword.gg-valid:focus {
    border-color: #44bd46;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.text-control .field-mustvalidText.gg-invalid, .text-control .field-mustvalidEmail.gg-invalid, .text-control .field-mustvalidCVC.gg-invalid, .text-control .field-mustvalidCard.gg-invalid, .text-control .field-mustvalidPassword.gg-invalid {
    border-color: #a94442;
    border-width: 2px;
}

.text-control .field-mustvalidText.gg-invalid:focus, .text-control .field-mustvalidEmail.gg-invalid:focus, .text-control .field-mustvalidCVC.gg-invalid:focus, .text-control .field-mustvalidCard.gg-invalid:focus, .text-control .field-mustvalidPassword.gg-invalid:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.custom-border{
    border: 1px solid #19719f;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.radio-list__container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-weight: normal;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-list__container input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.radio-list__label-name {
    font-weight: normal;
    font-size: 15px;
    min-width: 136px;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .radio-list__label-name {
        display: none;
    }
}

.radio-list__label-name--group-label {
    position: absolute;
}

@media (max-width: 767px) {
    .radio-list__label-name--group-label {
        position: inherit;
    }
}

.radio-list__immit {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #19719f;
}

.radio-list__immit:after {
    content: '';
    position: relative;
    display: none;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radio-list input[type="radio"]:checked ~ .radio-list__immit {
    background: #19719f;
}

.radio-list input[type="radio"]:checked ~ .radio-list__immit:after {
    display: block;
}

@media (max-width: 767px) {
    .radio-list__error-box .form-name {
        display: none;
    }
}

.cart-row{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 766px) {
    .cart-row{
        flex-direction: column;
    }
}

.checkbox-list__container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-weight: normal;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-list__container input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox-list__label-name {
    font-weight: normal;
    font-size: 15px;
    min-width: 136px;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .checkbox-list__label-name {
        display: none;
    }
}

.checkbox-list__label-name--group-label {
    position: inherit;
}

@media (max-width: 767px) {
    .checkbox-list__label-name--group-label {
        position: inherit;
    }
}

.checkbox-list__immit {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #19719f
}

.checkbox-list__immit:after {
    content: '';
    position: relative;
    display: none;
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-list__immit:before {
    display: none;
}

.checkbox-list input[type="checkbox"]:checked ~ .checkbox-list__immit {
    background: #19719f;
}

.checkbox-list input[type="checkbox"]:checked ~ .checkbox-list__immit:after {
    display: block;
}

.checkbox-list input[disabled="disabled"] ~ .checkbox-list__immit {
    cursor: not-allowed;
}

.checkbox-list input[disabled="disabled"] ~ .checkbox-list__immit:before {
    content: 'X';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 21px;
    color: white;
    font-weight: 600;
    text-align: center;
    top: -2px;
}

.checkbox-list--for-table__container {
    display: table-cell;
}

.checkbox-list--for-table__immit {
    background: #b6b6b6;
}

.checkbox-list--for-table__wrapp {
    width: 40px;
    margin: 0 0 25px auto;
}

@media (max-width: 768px) {
    .checkbox-list--for-table__wrapp {
        width: 25px;
    }
}

@media (max-width: 767px) {
    .checkbox-list__error-box .form-name {
        display: none;
    }
}

.disabledCustom{
    pointer-events: none;
}

.form-control {
    display: inline-block;
    min-width: 307px;
    max-width: 307px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #96999c;
    padding-right: 25px;
}

.form-control2 {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #96999c;
    padding-right: 25px;
    font-size: 14px;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-control2:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


table.dataTable thead .sorting_asc {
    border-bottom: 4px solid #19719f;
}
table.dataTable thead .sorting_desc {
    border-bottom: 4px solid #19719f;
}

thead .my_sort_asc {
    border-bottom: 4px solid #19719f !important;
}

thead .my_sort_desc {
    border-bottom: 4px solid #19719f !important;
}

.form-control-feedback {
    right: 30px;
    display: none;
}

.form-control-feedback--wrapp {
    position: relative;
    display: inline-block;
}

@media (max-width: 552px) {
    .form-control-feedback--wrapp {
        min-width: 0;
        width: 100%;
    }
}

.form-control-feedback--wrapp-date {
    position: relative;
    display: inline-block;
}

@media (max-width: 552px) {
    .form-control-feedback--wrapp-date {
        min-width: 0;
        width: auto;
    }
}

.gg-valid + .form-control-feedback:before {
    color: #1d8f1f;
}

.gg-invalid + .form-control-feedback:before {
    color: #a94442;
}

.gg-empty + .form-control-feedback {
    display: none;
}

.gg-invalid .form-control-feedback:before {
    color: #a94442;
}

.gg-valid .form-control-feedback:before {
    color: #1d8f1f;
}

.gg-empty .form-control-feedback {
    display: none;
}

.form-name {
    font-size: 15px;
    min-width: 145px;
    max-width: 145px;
    vertical-align: top;
    margin-right: 25px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.select-control {
    position: relative;
}

.select-control--number {
    display: inline-block;
    vertical-align: top;
}

.select-control--number .select-control__label-name {
    width: 67%;
}

.select-control--number .select-control__select {
    min-width: 80px;
}

.select-control--number .select-control__arrow {
    min-width: 80px;
}

@media (max-width: 992px) {
    .select-control--number {
        float: right;
    }
}

.select-control--small-number .select-control__select {
    min-width: 80px;
}

.select-control--small-number .select-control__arrow {
    min-width: 80px;
}

@media (max-width: 552px) {
    .select-control--small-number .select-control__arrow {
        min-width: 100%;
    }
}

.select-control__select {
    position: relative;
    font-weight: normal;
}

.select-control__arrow {
    position: relative;
    margin: 0;
    max-width: 100%;
}

.select-control__arrow:after {
    content: "▼";
    color: #19719f;
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 4;
    text-align: center;
    width: 20px;
    pointer-events: none;
}
.navbar-collapse.collapsing, .navbar-collapse.me-collapse.in {
    position: relative;
    z-index: 1000;
    background-color: #17658a;
    visibility: visible;
}

@media (max-width: 552px) {
    .select-control__arrow {
        /*min-width: 100%;
        max-width: 100%;*/
    }

}

@media (max-width: 552px) {
    .select-control.combodate-group .combodate {
        display: block;
    }
}

.select-control.combodate-group .combodate .select-control__arrow {
    min-width: 0;
}

.select-control.combodate-group .combodate .combodate-group-select {
    min-width: 0;
}

.select-control.combodate-group .combodate .day {
    width: 70px;
}

@media (max-width: 340px) {
    .select-control.combodate-group .combodate .day {
        width: 68px;
    }
}

.select-control.combodate-group .combodate .month {
    width: 95px;
}

@media (max-width: 340px) {
    .select-control.combodate-group .combodate .month {
        width: 93px;
    }
}

.select-control.combodate-group .combodate .year {
    width: 80px;
}

@media (max-width: 340px) {
    .select-control.combodate-group .combodate .year {
        width: 79px;
    }
}

.select-control.combodate-group.gg-valid .select-mustvalid {
    border-color: #1d8f1f;
    border-width: 2px;
}

.select-control.combodate-group.gg-valid .select-mustvalid:focus {
    border-color: #44bd46;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.select-control .mobile-group {
    font-size: initial;
    font-weight: normal;
}

@media (max-width: 552px) {
    .select-control .mobile-group {
        display: block;
    }
}

.select-control .mobile-group.gg-valid .select-mustvalid-mob {
    border-color: #1d8f1f;
    border-width: 2px;
}

.select-control .mobile-group.gg-valid .select-mustvalid-mob:focus {
    border-color: #44bd46;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.select-control .mobile-group.gg-invalid .select-mustvalid-mob {
    border-color: #a94442;
    border-width: 2px;
}

.select-control .mobile-group.gg-invalid .select-mustvalid-mob:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.select-control .mobile-group .form-name {
    font-weight: normal;
}

.select-control .mobile-group .form-name:nth-child(1) {
    min-width: 85px;
}

.select-control .mobile-group .form-name:nth-child(2) {
    min-width: 70px;
}

.select-control .mobile-group .form-name:nth-child(3) {
    margin: 0;
    position: relative;
    min-width: 83px;
}

.select-control .mobile-group .form-name input[id$="rest"] {
    width: 105px;
}

@media (max-width: 365px) {
    .select-control .mobile-group .form-name input[id$="rest"] {
        width: 83px;
    }
}

.select-control .mobile-group .form-name select[id$="areaCode"] {
    min-width: 70px;
}

.select-control .mobile-group .form-name select[id$="countryCode"] {
    min-width: 85px;
}

.select-control .select-mustvalid-single.gg-valid {
    border-color: #1d8f1f;
    border-width: 2px;
}

.select-control .select-mustvalid-single.gg-valid:focus {
    border-color: #44bd46;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    margin: 0;
    font-family: "Gotham Pro", sans-serif !important;
    font-size: 18px;
    background-color: #f7f7f7;
    padding-bottom: 50px;
}

/*body.body-front {*/
/*    padding-bottom: 180px;*/
/*}*/

@media (max-width: 540px) {
    body.body-front {
        padding-bottom: 238px;
    }
}

.body-front-new {
    background-color: #5EBAE0;
    padding-bottom: 0px !important;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
}

*.gap--bottom-gap {
    margin-bottom: 35px;
}

.badge.badge-info {
    background-color: #57a36f;
}

#page {
    min-height: 100%;
}

@media (max-width: 767px) {
    #page {
        padding-left: 0px;
        padding-right: 0px;
    }
}


table {
    font-size: 15px;
}

.main-content {
    padding: 15px 20px;
    /*margin-bottom: 30px; */
}

.main-content__form {
    margin-bottom: 30px;
}


.main-content--front {
    padding: 0;
}

.main-content--front__info-block {
    background: #5EBAE0;
    text-align: center;
}

.main-content--front__info-block h1 {
    color: white;
    margin: 0;
    padding: 35px 0;
}

@media (max-width: 767px) {
    .main-content--front__info-block h1 {
        font-size: 22px;
    }
}

.main-content h2 {
    font-size: 28px;
    color: #19719f;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 35px;
}

.main-content span {
    font-size: 14px;
}

.main-content--shadow-box {
    background: white;
    -webkit-box-shadow: 0px 0px 35px 1px rgba(122, 122, 122, 0.27);
    box-shadow: 0px 0px 35px 1px rgba(122, 122, 122, 0.27);
}

.main-content__buttons {
    position: relative;
    margin-top: 15px;
}

.main-content__text {
    display: block;
}

.main-content__text:first-of-type {
    margin-bottom: 35px;
}

.main-content__text:nth-of-type(2) {
    margin-bottom: 200px;
}

.main-content__subtitle {
    width: 75%;
    margin: 0 0 25px -10px;
    padding-left: 15px;
    padding: 1.5px 0 2.5px 15px;
    text-align: left;
    font-size: 19px;
    background: #19719f;
    color: white;
}

@media (max-width: 992px) {
    .main-content__subtitle {
        width: 100%;
        margin: 5px 0 25px 0px;
        padding: 0;
        text-align: center;
    }
}

.main-content__subtitle--full-width {
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .main-content__table-wrapp thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .main-content__table-wrapp tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    .main-content__table-wrapp td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .main-content__table-wrapp td:before {
        content: attr(data-label);
        float: left;
        font-size: 16px;
        font-weight: 700;
    }
}

.main-content__form table thead tr th {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.main-content__form table tbody tr td {
    vertical-align: top;
    border-bottom: none;
    padding: 8px;
}

.main-content__membership-box {
    background: #eee;
    padding: 20px 10px;
    border-radius: 5px;
    margin: 0 0 25px -10px;
}

@media (max-width: 992px) {
    .main-content__membership-box {
        margin: 0;
    }
}

.main-content__membership-box span {
    font-size: 16px;
}

.main-content__membership-box p {
    margin: 0;
    font-size: 14px;
}

.main-content__membership-box .membership__left-column {
    display: inline-block;
    width: calc(75% - 90px);
}

.main-content__membership-box .membership__left-column .form-name {
    max-width: 100%;
}

.main-content__membership-box .membership__column-name {
    font-size: 14px;
}

.main-content__membership-box .membership__column-name div {
    display: inline-block;
}

.main-content__membership-box .membership__column-name div:first-of-type {
    width: calc(75% - 90px);
}

@media (max-width: 992px) {
    .main-content__membership-box .membership__column-name div:last-of-type {
        float: right;
    }
}

.main-content__membership-box .membership__row {
    margin-bottom: 10px;
}

.main-content__club-box {
    background: #eee;
    padding: 0 15px;
    border-radius: 5px;
}

.main-content__club-box--row {
    padding: 15px 0;
}

.main-content__club-box--row div {
    display: inline-block;
}

.main-content__club-box--name {
    width: 400px;
    margin-right: 5px;
    font-weight: 600;
}

.main-content__club-box--county {
    width: 200px;
    margin-right: 15px;
}

.main-content__reports .report-block__cell {
    display: inline-block;
    width: 49.4%;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}

.unregistered {
    color:red;
}
.registered {
    color:green;
}
.unpaid{
    color:#FCAE1E;
}
.black{
    color: black;
}

@media (max-width: 992px) {
    .main-content__reports .report-block__cell:not(:first-of-type) {
        width: 50%;
        margin-left: -1%;
    }
}

@media (max-width: 992px) and (max-width: 568px) {
    .main-content__reports .report-block__cell:not(:first-of-type) {
        width: 100%;
    }

    .main-content__reports .report-block__cell:not(:first-of-type) i:after {
        font-style: normal;
        content: 'UNREGISTERED ';
    }
}

@media (max-width: 992px) and (max-width: 568px) {
    .main-content__reports .report-block__cell:first-of-type i:after {
        font-style: normal;
        content: 'REGISTERED ';
    }
}

@media (max-width: 768px) {
    .main-content__reports .report-block__cell {
        padding: 5px;
    }
}

@media (max-width: 568px) {
    .main-content__reports .report-block__cell {
        width: 100%;
        border-right: none;
    }
}

.main-content__reports .report-block__cell--inner {
    background-color: #19719f;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;

    font-size: 31px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .main-content__reports .report-block__cell--inner {
        font-size: 18px;
    }
}

.main-content__reports .report-block__cell--inner:not(:first-of-type) {
    display: inline-block;
    width: 45%;
    font-size: 23px;
}

@media (max-width: 992px) {
    .main-content__reports .report-block__cell--inner:not(:first-of-type) {
        width: 100%;
        margin-bottom: 10px;
        font-size: 17px;
    }
}

@media (max-width: 552px) {
    div[class$="__error-box"] label {
        display: block;
        width: 100%;
    }
}

div[class$="__error-box"] span {
    font-size: 12px;
    color: red;
}

div.item {
    margin-top: -8px;
    border: 1px solid #19719f;
    padding: 10px 0;
}

.tab-example .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.tab-example .tab-content h3 {
    margin-top: 0;
}

.tab-example .nav.nav-tabs li.active a {
    background-color: #00bedd;
    color: white;
}

.tab-example .nav.nav-tabs li a {
    color: #19719f;
    font-weight: 600;
}

.card-form {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 440px) {
    .card-form {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.card-form .form-control {
    min-width: 0;
}

.card-form .form-name {
    min-width: 0;
}

.card-form .input-group {
    margin-bottom: 5px;
}

@media (max-width: 520px) {
    .card-form .input-group {
        width: 100%;
    }

    .card-form .input-group .form-control {
        float: none;
    }
}

.card-form__img-block {
    position: absolute;
    top: 34px;
    right: 10px;
}

.card-form__img-block img:first-of-type {
    margin-bottom: 4px;
}

@media (max-width: 520px) {
    .card-form__img-block {
        display: none;
    }
}

.card-form__above, .card-form__below {
    position: relative;
    width: 480px;
    min-height: 200px;
    background: #eee;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #b2b2b2;
    border-radius: 5px;
}

.card-form__above {
    padding: 10px 15px;
    z-index: 1;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .card-form__above {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .card-form__above {
        padding: 10px 5px;
    }
}

.card-form__above .input-group.cardType .form-control, .card-form__above .input-group.holderName .form-control {
    width: 300px;
}

@media (max-width: 520px) {
    .card-form__above .input-group.cardType .form-control, .card-form__above .input-group.holderName .form-control {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .card-form__above .input-group.cardType .form-name, .card-form__above .input-group.holderName .form-name {
        min-width: 100%;
    }
}

.card-form__above .input-group.cardNumber input[id^="cardPart"]:not(#cardPart4) {
    margin-right: 21px;
}

@media (max-width: 520px) {
    .card-form__above .input-group.cardNumber input[id^="cardPart"]:not(#cardPart4) {
        margin-right: 0;
    }
}

@media (max-width: 385px) {
    .card-form__above .input-group.cardNumber input[id^="cardPart"] {
        width: 65px !important;
    }
}

.card-form__above .text-control.CVC {
    display: inline-block;
    padding-left: 70px;
}

@media (max-width: 520px) {
    .card-form__above .text-control.CVC {
        padding-left: 0;
    }

    .card-form__above .text-control.CVC .form-name {
        display: block;
        margin-right: 36px;
    }
}

.sub-nav {
    margin-bottom: 25px;
}

.sub-nav .navbar {
    margin-bottom: 30px;
}

.sub-nav li {
    font-size: 15px;
    padding: 15px 10px;
    cursor: pointer;
    color: #19719f;
}

.sub-nav li a {
    display: inherit;
    padding: 0 15px;
    color: inherit;
}

.sub-nav li a:hover {
    text-decoration: underline;
    background: transparent;
}

.sub-nav li.active {
    font-weight: 700;
}

.sub-nav li.active a:hover {
    text-decoration: none;
    background: transparent;
}

.sub-nav--shadow-box {
    background: white;
    -webkit-box-shadow: 0px 0px 35px 1px rgba(122, 122, 122, 0.27);
    box-shadow: 0px 0px 35px 1px rgba(122, 122, 122, 0.27);
}


.sub-nav-vertical {
    margin-bottom: 25px;
    width: 100%;
}

.sub-nav-vertical .navbar {
    border: 0px solid #19719f;
}

.sub-nav-vertical .navbar-nav {
    border-right: 1px solid #19719f;
}

.sub-nav-vertical li {
    font-size: 15px;
    /*padding: 15px 10px;*/
    cursor: pointer;
    color: #19719f;
    float: none;
    background-color: #19719f;
    color: white;
    transition: 0.2s ease-out;
}

.sub-nav-vertical li:not(:last-of-type) {
    margin-bottom: 5px;
}


.sub-nav-vertical li a {
    display: inherit;
    padding: 15px 25px;
    color: inherit;
}

.sub-nav-vertical li a:hover {
    text-decoration: underline;
    background: transparent;
}

.sub-nav-vertical li.active {
    font-weight: 700;
    text-decoration: underline;
    color: white;
    background-color: #00bedd;
}

.sub-nav-vertical li.active a:hover {
    text-decoration: none;
    background: transparent;
}

.Slider-block {
    position: relative;
}

.Slider-block #slider {
    width: 100%;
    height: 674px;
}

@media (max-width: 766px) {
    .Slider-block #slider {
        height: 380px;
    }
}

.Slider-block .slider__list-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 19%;
}

@media (max-width: 992px) {
    .slider__gradient {
        height: 82% !important;
    }
}

@media (max-width: 766px) {
    .Slider-block .slider__list-item {
        height: 380px;
    }

    .slider__gradient {
        height: 68% !important;
    }
}

@media (max-width: 540px) {
    .slider__gradient {
        height: 75% !important;
    }
}

@media (max-width: 529px) {
    .slider__gradient {
        height: 75% !important;
    }
}

@media (max-width: 482px) {
    .slider__gradient {
        height: 66% !important;
    }
}


@media (max-width: 288px) {
    .slider__gradient {
        height: 66% !important;
    }
}

.Slider-block .slider__gradient {
    width: 100%;
    height: 100%;
    z-index: 22;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(135deg, #19719f -20%, #19719f 37%, #e3944d 100%);
}

.line-icon-div {
    background-color: white;
}

.line-icons-div {
    display: inline-block;
}


.Slider-block .slider__above {
    height: 600px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 22;
}

@media (max-width: 990px) {
    .Slider-block .slider__above {
        height: 550px !important;
    }
}

@media (max-width: 766px) {
    .Slider-block .slider__above {
        height: 270px !important;
    }
}

.Slider-block .slogan {
    margin-top: 290px;
    /*background-color: rgba(92, 226, 26, 0.6);*/
}

@media (max-height: 1500px) {
    .Slider-block .slogan {
        padding-left: 15px;
        margin-top: 540px;
    }
}

@media (max-height: 1366px) {
    .Slider-block .slogan {
        padding-left: 15px;
        margin-top: 100px;
    }
}

@media (max-height: 900px) {
    .Slider-block .slogan {
        padding-left: 15px;
        margin-top: 100px;
    }
}

.app_new_memb {
    margin-left: 23%
}

.mem_renew {
    margin-right: 23%
}

@media (max-width: 1500px) {
    .app_new_memb {
        margin-left: 23%;
    }

    .mem_renew {
        margin-right: 23%;
    }
}

@media (max-width: 1000px) {
    .app_new_memb {
        margin-left: 16%
    }

    .mem_renew {
        margin-right: 0;
        margin-left: 16%;
    }
}

@media (max-width: 770px) {
    .app_new_memb {
        margin-left: 110%
    }

    .mem_renew {
        margin-right: 0;
        margin-left: 110%;
    }
}

@media (max-width: 768px) {
    .app_new_memb {
        margin-left: 8%;
    }

    .mem_renew {
        margin-right: 0;
        margin-left: 8%;
    }
}


@media (max-width: 415px) {
    .app_new_memb {
        margin-left: 8%
    }

    .mem_renew {
        margin-right: 0;
        margin-left: 8%;
    }
}

@media (max-width: 766px) {
    .Slider-block .slogan {
        padding-left: 15px;
        margin-top: 120px;
    }
}

@media (max-width: 766px) and (max-width: 576px) {
    .Slider-block .slogan {
        margin-top: 55px;
    }
}

@media (max-width: 767px) {
    .Slider-block .slogan__block {
        max-width: 386px;
    }
}

.Slider-block .slogan__txt {
    color: black;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .Slider-block .slogan__txt {
        font-size: 32px;
    }
}

@media (max-width: 410px) {
    .Slider-block .slogan__txt {
        font-size: 28px;
    }
}



.Slider-block .slogan__btn {
    border: 2px solid #19719f;
    width: 365px;
    padding: 6px 10px 6px 6px;
    /*margin: 0 0 20px 0;*/
    background-color: #19719f;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    white-space: normal;
}

@media (max-width: 576px) {
    .Slider-block .slogan__btn {
        width: 100%;
    }
}

.Slider-block .slogan__btn:hover, .Slider-block .slogan__btn:focus {
    color: white;
    text-decoration: underline;
}

.Slider-block .slogan__btn:hover, .Slider-block .slogan__btn :focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .Slider-block .slogan__btn {
        font-size: 18px;
    }
}



.navbar-sub-menu .navbar-sub-menu__list .active {
    background-color: #00bedd;
}
/*.navbar-sub-menu .navbar-sub-menu__list:hover li {*/
/*    background-color: #00bedd;*/
/*}*/




.footer-main {
    background: #000;
    position: absolute;
    min-height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-main__text {
    position: relative;
    top: 13px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
    color: white;
}

.front-footer {
    background: #445156;
    position: absolute;
    min-height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.front-footer .container-fluid {
    width: 95%;
}

.front-footer-new {
    background: #445156;
    min-height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.front-footer-new .container-fluid {
    width: 95%;
}


.front-footer__list {
    color: white;
    margin-bottom: 0;
    padding: 17px 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    .front-footer__list {
        font-size: 14px;
    }

    .front-footer__list p {
        font-size: 16px;
    }
}

.front-footer__list-item {
    padding: 5px 0;
    cursor: pointer;
}

.front-footer__list-item-title {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.front-footer__list-item-link {
    color: white;
}

.front-footer__list-item-link:hover, .front-footer__list-item-link:focus {
    color: white;
}

.front-footer__logo {
    height: 180px;
}

.front-footer__img {
    max-width: 300px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .front-footer__img {
        max-width: 210px;
    }
}

.logoUpload {
    position: relative;
    overflow: hidden;
    min-width: 100px;
    padding: 4px 10px;
    margin-bottom: 5px;
    background-color: #19719f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    border: 2px solid #19719f;
    border-radius: 2px;
    white-space: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
}

.logoUpload input {
    max-height: 300px;
    max-width: 600px;
    opacity: 0;
    position: absolute;
    left: 0;
    display: block;
}

.slider1 {
    background: url('/resources/images-output/slider/front/action-activity-adults.png') no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    font-family: "Lato", "Arial", sans-serif;
    position: relative;
}

.slider1:before {
    background: rgba(255, 255, 255, 0.53);
}

@media (min-width: 768px) {
    .icons-line {
        position: absolute;
        top: 14.5em;
        left: 0em;
        width: 100%;
    }

    .icons-line-img img {
        width: 60%;
    }

    .icons-line-img h5 {
        color: #5EBAE0;
        font-weight: 800;
    }

}

@media (max-width: 768px) {
    .icons-line {
        margin-top: 100px;
    }

    .btn--front {
        width: 200px;
    }

    .icons-line-img img {
        width: 200px;
    }

    .icons-line-img h5 {
        color: white;
        font-weight: 800;
        font-size: 1em;
    }

    .front-logo {
        margin-left: 60px;
    }

    .btn--front-bottom {
        margin-top: 10px;
    }
}

.icons-line-common-div {
    display: inline-block;
}

.icons-line-div {
    padding: 10px 15px;
}

.icons-line-img {
    padding: 0px !important;
}


.upper-block {
    padding-top: 80px;
    padding-bottom: 160px;
    text-align: center;
    text-transform: uppercase;

}

.upper-block h3 {
    font-style: italic;
    font-weight: 700;
    font-size: 50px;
    color: white !important;
}

.upper-block h4 {
    font-weight: 700;
    font-size: 30px;
    color: white;
}

.icons-line-text {
    padding-top: 90px;
    padding-bottom: 80px;
    font-size: 30px;
    font-weight: 600;
    background-color: white;
    color: #5EBAE0;
}

.front-bottom {
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;

}

.front-bottom-text {
    font-weight: 600;
    font-size: 25px;
}

.front-bottom-icons {
    margin-top: 20px;
}

.front-bottom-icons a {
    color: white;
}

#social {
    padding-top: 97px !important;
}

@media (max-width: 1579px) {
    #social {
        padding-top: 61px !important;
    }
}

@media (max-width: 1262px) {
    #social {
        padding-top: 61px !important;
    }
}

@media (max-width: 990px) {
    #social {
        padding-top: 37px !important;
    }
}

@media (max-width: 789px) {
    #social {
        padding-top: 2px !important;
    }
}


@media (max-width: 550px) {
    #social {
        padding-top: 0 !important;
    }

    .product-list {
        width: 100% !important;
    }
}

input.x::-webkit-outer-spin-button,
input.x::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].x {
    -moz-appearance: textfield;
}

.product-list {
    width: 75%;
    background: #eee;
}

@media (max-width: 550px) {
    .filterControl {
        width: 100%;
    }
}

.footer-poweredby {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-poweredby {
        margin-top: 10px;
        text-align: center;
    }
}

.footer-copyright {
    text-align: left;
}

@media (max-width: 767px) {
    .footer-copyright {
        text-align: center;
    }
}

.header-loggedname {
    padding: 35px 0 0 0 !important;
}

@media (max-width: 767px) {
    .header-loggedname {
        padding: 0px 0 0 0 !important;
    }

    .header-loggedin {
        display: none;
    }

    .mobile-centering {
        text-align: center;
    }
}

td.productselection-right {
    width: 100px;
    text-align: right;
}

td.productselection-center {
    width: 100px;
    text-align: center;
}

.table-halved {
    width: 50%;
    font-weight: bold;
}

@media (max-width: 767px) {
    td.productselection-right {
        width: 100%;
        text-align: right;
    }

    td.productselection-center {
        width: 100%;
        text-align: right;
    }

    .table-halved {
        width: 100%;
        font-weight: bold;
    }
}

.header-main .navbar-nav li a {
    padding: 7px 20px;
    border: 1px solid #00bedd;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    color: white;
    outline: none;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.2s ease-out;
}

.header-main .navbar-nav li a:hover {
    background: #00bedd;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    background: #00bedd;
    color: #fff;
}
.header-main .navbar.navbar-default .navbar-collapse .nav.navbar-nav li.active a {
    background-color: #00bedd;
}

.header-main .nav .navbar-nav .navbar-right {
    margin-top: 26px;
}

@media (max-width: 767px) {

    .header-main .navbar .container-fluid .navbar-header .navbar-brand {
        margin: 0;
    }

    .header-main .navbar-nav li {
        margin: 8px 0;
        text-align: center;
    }

    /*  .header-main .navbar-nav li a {
        margin-left: 0;
      }*/
    .header-main .nav > li > a {
        position: relative;
        display: block;
    }

    .header-main .nav .navbar-nav .navbar-right {
        margin: 7.5px -15px;
    }
}
.navbar-default .navbar-nav>.active>a {
    color: #FFFFFF;
    background-color: #00bedd;
}

.signin-page-link {
    margin-top: 4px;
    margin-left: 20px;
    display: inline-block
}

.clubselection-officials-list {
    margin-top: 15px;
}

.content-margins {
    margin-top: 25px;
    margin-bottom: 25px;
}

.productselection-price {
    font-weight: 700;
    float: left;
}

.btn-right-align {
    float: right;
}
.ui-widget-header {
    background-color: #19719f;
    margin: 0;
}


@media (max-width: 767px) {
    .signin-page-link {
        margin-top: 20px;
        margin-left: 0px;
        display: block;
    }

    .clubselection-officials-list {
        margin-top: 0px;
    }

    .td-hide-mobile {
        display: none !important;
    }

    .btn {
        min-width: 220px;
    }

    .content-margins {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .main-content h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .form-control-feedback {
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .text-control__error-box {
        min-height: 10px;
    }

    .main-content__buttons {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-right-align {
        float: none;
    }

    .footer-main__text {
        padding-left: 0px;
    }

    .productselection-price {
        float: none;
    }
}

div.home-btn {
    text-align: left;
    border: 1px solid #19719f;
    background-color: #19719f;
    color: white;
    width: 100px;
    border-radius: 5px
}

.btn--link {
    background-color: #00bedd !important;
    padding: 4px 12px !important;
    min-width: 90px !important;
}

.text-with-cartInfo {
    display: inline-block;
    width: 100%;
}

.text-with-cartInfo .text {
    display: inline-block;
    float: left;
}

.text-with-cartInfo .cartInfo {
    display: inline-block;
    float: right;
    margin: 20px 10px 20px 0
}
.modal-title {
    color: #19719f;
    font-weight: 600;
}
.customSubTitle{
    background-color: #19719f;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 6px 0;
}
.action {
    background-color: #19719f !important;
    color: white !important;
    border-radius: 5px;
}
.cart-summary-block {
    text-align: left;
    border: 1px solid #19719f;
    background-color: #19719f;
    color: white;
    /*width: 150px;*/
    border-radius: 5px
}
thead.custom-thead{
    background-color: #00bedd;
    color: white;
}
.custom_label {
    color: #19719f;
}
span.prof-info {
    font-size: 18px;
}
div.main-div{
    color: white;
    border-radius: 5px;
    border: 1px solid #00bedd;
    padding: 0;
    cursor: pointer;
}
.sub-head-row{
     background-color: #00bedd;
     padding: 10px 15px;
     font-weight: bold;

 }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    border: 1px solid #00bedd;
    background-color: #00bedd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bedd), color-stop(100%, #00bedd));
    background: -webkit-linear-gradient(top, #00bedd 0%, #00bedd 100%);
    background: -moz-linear-gradient(top, #00bedd 0%, #00bedd 100%);
    background: -ms-linear-gradient(top, #00bedd 0%, #00bedd 100%);
    background: -o-linear-gradient(top, #00bedd 0%, #00bedd 100%);
    background: linear-gradient(to bottom, #00bedd 0%, #00bedd 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white;
    border: 1px solid #19719f;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19719f), color-stop(100%, #19719f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #19719f 0%, #19719f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #19719f 0%, #19719f 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #19719f 0%, #19719f 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #19719f 0%, #19719f 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #19719f 0%, #19719f 100%);
    /* W3C */
}
.paginate-button .current {
    background-color: #19719f;
}
.icon{
    min-height: 130px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 110px;
}

.containerIcon {
    background-color: #00bedd;
    box-shadow: 3px 10px 12px rgba(0,0,0,0.3);
    border-radius: 6px;
}
.reporting_card {
    border-radius: 5px;
    background-color: #19719f;
    color: white;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 5px;
}
.report-buttons__one a, .report-buttons__two a {
    background-image: url("/resources/images/blue-cloud.svg");
}
.dashboard_block {
    border-radius: 5px;
    background-color: #00bedd;
    padding: 0;
    min-width: 276px;
    color: white;
    text-align: center;
    margin-bottom: 5px;
}
.member-category__block{
    background-color: #19719f;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 0;
}
.member-category__row-wrap{
    display: flex;
}
.member-category__row-separator{
    color: white;
    margin: 0 20px;
    opacity: 0.5
}
.member-category__name{
    display: inline-block;
    width: 50%;
    font-size: 17px!important;
    line-height: 40px;
    color: white;
    padding-left: 50px;
}
.member-category__number-of-members{
    display: inline-block;
    font-size: 22px!important;
    color: white;
    width: 50%;
    line-height: 45px;
    font-weight: 800;
    text-align: end;
    padding-right: 70px;
}

.color-text {
    color: #19719f;
}
