/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

body {
    color: #3b3b3b;
    background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
    background: #fff;
}

.tabs ul.primary li a.is-active {
    background-color: #fff;
}

.tabs ul.primary li.is-active a {
    background-color: #fff;
    border-bottom-color: #fff;
}

#navbar-top {
    background-color: #b30000;
}

#navbar-main {
    background-color: #b30000;
}

a,
.link {
    color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
    color: #018fe2;
}

.nav-item .dropdown-item a.active {
    color: white;
}

.nav-link {
    color: rgb(231, 231, 231);
}

.nav-link:hover,
.nav-link:focus {
    color: rgb(231, 231, 231);
}

a:active,
.link:active {
    color: #23aeff;
}

.page-item.active .page-link {
    background-color: #0071b3;
    border-color: #0071b3;
}

.page-link,
.page-link:hover {
    color: #0071b3;
}

.sidebar .block {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0256b1;
}

.site-footer {
    background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
    color: #fffeff;
}

[dir="rtl"] .color-form .color-palette {
    margin-left: 0;
    margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
    float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
    right: -20px;
    left: 0;
}

img.img-fluid.d-inline-block.align-top {
    width: 25%;
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    font-size: 24px;
    text-align: center;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 30px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.sweet-alert .sa-error-container p {
    display: inline-block;
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert button {
    background-color: #ddd;
    color: #333;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 32px;
    margin: 26px 5px 25px 5px;
    cursor: pointer;
    font-family: arial;
    text-transform: uppercase;
}

.sweet-alert button.confirm {
    background: #444b51 !important;
    color: #f7cd21;
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
    background: #343a3f !important;
}

.sweet-alert button:active {
    background-color: #5dc2f1;
}

.sweet-alert button.cancel {
    background-color: #ddd;
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9 !important
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.page-link-systems .sweet-alert p {
    text-align: justify;
}

body {
    font-family: "Inter", sans-serif;
    margin: 0px;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
a span,
button,
input {
    font-family: "Inter", sans-serif;
}

.custom-container {
    max-width: 1312px;
    margin: auto;
    width: 100%;
}

@media (max-width:1350px) {
    .custom-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

header.can-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0px;
}

header>div.custom-container>.d-flex {
    padding: 20px 0px;
}

header>div.custom-container>.d-flex a.text-dark img {
    max-width: 124px;
}

header .navbar-toggler {
    display: none;
    transition: 0.3s all ease;
}

header .navbar-toggler .navbar-bar-icon {
    width: 15px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
}

header .navbar-toggler:hover {
    background-color: #B40001;
    border: 1px solid #B40001;
}

body p {
    font-family: "Inter", sans-serif;
}

.path-webform header.can-header,
.path-dashboard header.can-header {
    border-bottom: 1px solid #E6E6E8;
}

header.can-header.sticky {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.18);
    z-index: 99;
}

.page-view-frontpage header.can-header.sticky .cando-button a.btn-cart svg rect {
    stroke: #414141;
}

.page-view-frontpage header.can-header.sticky .cando-button a.btn-cart svg path {
    fill: #414141;
}

.page-view-frontpage header.can-header.sticky .cando-button .btn-cando {
    color: #414141;
    border: 1px solid #414141;
}

.page-view-frontpage header.can-header.sticky .cando-button .btn-cando a {
    color: #414141;
}

.page-view-frontpage header.can-header.sticky .cando-button .btn-cando svg path {
    fill: #414141;
}

.page-view-frontpage header.can-header.sticky .cando-button .btn-cando:hover {
    border: 1px solid #B40001;
}

.page-view-frontpage header.can-header.sticky .cando-button .btn-cando:hover a {
    color: #fff;
}

.page-view-frontpage header.can-header.sticky .cando-button .btn-cando:hover svg path {
    fill: #ffffff;
}

@media (min-width:1025px) {
    header .cando-menu.collapse {
        display: block;
        flex-basis: unset;
    }

    header .navbar-toggler span:last-child {
        margin-bottom: 0px;
    }

    .page-view-frontpage header.can-header.sticky .cando-menu ul.nav>li>a,
    .page-view-frontpage header.can-header.sticky .cando-menu ul.nav>li>span {
        color: #414141;
    }

    header.can-header.sticky .cando-menu li.menu-item--expanded>a:after,
    header.can-header.sticky .cando-menu li.menu-item--expanded>span:after {
        border: solid #414141;
        border-width: 0 2px 2px 0;
    }
}

@media (max-width:1024px) {
    header .navbar-toggler {
        display: block;
        border: 1px solid #fff;
        padding: 8px 7px;
        border-radius: 6px;
        margin-left: 10px;
    }

    .page-view-frontpage header .navbar-toggler {
        border: 1px solid #fff;
    }

    .page-view-frontpage header .navbar-toggler .navbar-bar-icon {
        background-color: #fff;
    }

    header .cando-menu {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 90px;
        background-color: #fff;
        border-top: 5px solid #B40001;
    }

    header .cando-menu li a,
    header .cando-menu li>span {
        color: #000;
    }

    header .cando-menu li,
    header .cando-menu ul {
        display: block;
    }

    header .cando-menu ul {
        padding: 10px 0px;
    }

    header>div.custom-container>.d-flex {
        justify-content: space-between !important;
    }

    header .cando-button {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .page-view-frontpage header.sticky .navbar-toggler {
        border: 1px solid #414141;
    }

    .page-view-frontpage header.sticky .navbar-toggler .navbar-bar-icon {
        background-color: #414141;
    }

    header.sticky .navbar-toggler:hover {
        border: 1px solid #B40001;
    }

    header.sticky .navbar-toggler:hover .navbar-bar-icon {
        background-color: #fff;
    }
}

.cando-menu li a,
.cando-menu li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    transition: 0.3s all ease;
}

.cando-menu li>a,
.cando-menu li>span {
    padding: 8px 8px;
}

.cando-menu li a:hover,
.cando-menu li>span:hover {
    color: #B40001;
}

header .cando-menu>ul.nav>li>a:hover,
header .cando-menu>ul.nav>li>span:hover,
header .cando-menu>ul.nav>li.active>a,
header .cando-menu>ul.nav>li.active>span {
    color: #B40001 !important;
}

.cando-menu li {
    padding: 0px 4px;
    list-style: none;
    display: inline-block;
}

body:not(.page-view-frontpage) header .cando-menu li>a.active:before {
    background-color: #B40001;
}

header .cando-menu li>a.active:before,
header .cando-menu li>a.is-active:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 16px;
    height: 1px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.cando-button .btn-cando {
    color: #fff;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 11px 24px;
    border-radius: 8px;
    transition: 0.3s all ease;
}

.cando-button .btn-cando a {
    color: #fff;
    text-decoration: none;
}

.cando-button a.btn-cart {
    text-decoration: none;
}

.page-view-frontpage .cando-button a.btn-cart svg path {
    fill: #ffffff;
}

.page-view-frontpage .cando-button a.btn-cart svg rect {
    stroke: #ffffff;
}

.cando-button .btn-cando:hover {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
}

.cando-button .btn-cando:hover a {
    color: #fff;
}

.cando-button .btn-cando:hover svg path {
    fill: #fff;
}

.btn-donate {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 34px;
    border-radius: 8px;
    transition: 0.3s all ease;
}

.btn-donate:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #B40001;
}

.btn-donate:hover svg path {
    fill: #B40001;
}

.btn-learn-more {
    background-color: #fff;
    border: 1px solid #B40001;
    color: #B40001;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 15px 25px;
    border-radius: 8px;
    transition: 0.3s all ease;
}

.btn-learn-more:hover {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
}

.btn-learn-more:hover svg path {
    fill: #fff;
}

.can-banner {
    position: relative;
    background-color: black;
    min-height: 900px;
    width: 100%;
    overflow: hidden;
}

.can-banner video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 140%;
    vertical-align: middle;
    color: #fff;
}

h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 140%;
    vertical-align: middle;
    color: #212121;
}

h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    vertical-align: middle;
    color: #212121;
}

p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    vertical-align: middle;
    color: #414141;
}

img {
    max-width: 100%;
}

.can-banner .cando-banner-content {
    position: relative;
    padding-top: 168px;
}

.can-banner .cando-banner-content p {
    color: #fff;
    margin-bottom: 32px;
}

.content-des {
    padding-left: 130px;
}

.cando-banner-slider h2 {
    color: #fff;
}

.cando-banner-slider {
    padding-top: 54px;
    z-index: 9;
}

.slider-item {
    float: left;
}

.sports-slider {
    overflow: hidden;
}

.sports-slider .slider-img {
    position: relative;
    margin: 0px 16px;
    background-position: 25% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 352px;
    border-radius: 16px;
}

.sports-slider .slider-img:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 85.18%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.sports-slider .slider-img h4 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 25px;
}

.sports-slider .slider-img h4 a {
    color: #fff;
    text-decoration: none;
}

.can-banner:after {
    content: '';
    background-image: url('/themes/custom/cando/images/bottom-banner.png');
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    min-height: 270px;
}

.can-banner:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.98%, rgba(0, 0, 0, 0.4) 63.26%);
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
}

.empower-sec {
    padding: 40px 0px;
    background-color: #fff;
}

.empower-sec .empower-right {
    padding-left: 56px;
}

.empower-sec .empower-right h2 {
    margin-bottom: 24px;
    font-size: 40px;
}

.empower-sec .empower-right p {
    margin-bottom: 48px;
}

.donate-sec {
    background-image: url('/themes/custom/cando/images/donate-now.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 430px;
    position: relative;
}

.donate-sec:after {
    content: '';
    background: #0000004D;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.donate-sec .donate-content {
    text-align: center;
    padding: 80px 0px;
    position: relative;
    z-index: 9;
}

.donate-sec .donate-content h2 {
    color: #fff;
    padding-bottom: 24px;
    margin-bottom: 0px;
}

.donate-sec .donate-content p {
    max-width: 892px;
    margin: 0px auto 48px;
    color: #fff;
}

.special-event-sec {
    padding: 40px 0px 40px;
    background-color: #fff;
}

.special-event-sec h2 {
    padding-bottom: 56px;
    margin-bottom: 0px;
}

.special-event-sec .event-content {
    background-color: #F2F2F2;
    padding: 24px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.special-event-sec .event-content .content {
    min-height: 135px;
}

.special-event-sec .event-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.special-event-sec .event-content a {
    display: inline-block;
}

.special-event-sec .event-content .btn-learn-more {
    padding: 11px 14px;
}

.special-event-sec .event-image img {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    height: 100%;
    object-fit: cover;
}

.special-event-slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 56px;
}

.special-event-slider .event-item {
    float: left;
}

.special-event-sec .slick-prev,
.special-event-sec .slick-next,
.special-event-sec .slick-dots,
.sports-slick-controls .slick-prev,
.sports-slick-controls .slick-next,
.sports-slick-controls .slick-dots {
    position: static !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.special-event-sec .slick-controls .slick-prev,
.special-event-sec .slick-controls .slick-next,
.sports-slick-controls .slick-prev,
.sports-slick-controls .slick-next {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
}

.special-event-sec .slick-controls .slick-prev,
.sports-slick-controls .slick-prev {
    background-image: url('/themes/custom/cando/images/prev.svg');
    order: 1;
}

.special-event-sec .slick-controls .slick-prev:hover,
.sports-slick-controls .slick-prev:hover {
    background-image: url('/themes/custom/cando/images/prev-active.svg');
}

.special-event-sec .slick-controls .slick-next,
.sports-slick-controls .slick-next {
    background-image: url('/themes/custom/cando/images/next.svg');
    order: 3;
}

.special-event-sec .slick-controls .slick-next:hover,
.sports-slick-controls .slick-next:hover {
    background-image: url('/themes/custom/cando/images/next-active.svg');
}

.special-event-sec .slick-controls .slick-next:before,
.special-event-sec .slick-controls .slick-prev:before,
.sports-slick-controls .slick-next:before,
.sports-slick-controls .slick-prev:before {
    visibility: hidden;
}

.special-event-sec .slick-controls .slick-dots,
.sports-slick-controls .slick-dots {
    width: auto;
    order: 2;
    margin-top: -15px;
}

.special-event-sec .slick-controls .slick-dots li button:before,
.sports-slick-controls .slick-dots li button:before {
    visibility: hidden;
}

.special-event-sec .slick-controls .slick-dots li button,
.sports-slick-controls .slick-dots li button {
    width: 48px;
    background-color: #0D0C0E33;
    height: 2px;
    padding: 0px;
}

.special-event-sec .slick-controls .slick-dots li.slick-active button,
.sports-slick-controls .slick-dots li.slick-active button {
    background-color: #D21423;
}

.special-event-sec .slick-controls .slick-dots li,
.sports-slick-controls .slick-dots li {
    width: auto;
    height: auto;
}

.sports-slick-controls .slick-dots li button {
    background-color: #54565B;
}

.special-event-sec .slick-controls,
.sports-slick-controls {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.sports-slick-controls {
    position: relative;
    top: 87px;
}

.our-partner {
    background-image: url('/themes/custom/cando/images/our-partner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 430px;
    padding: 40px 0px;
    position: relative;
}

.our-partner:before {
    content: '';
    background: #000000B2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.our-partner h2 {
    padding-bottom: 56px;
    color: #fff;
}

.our-partner>div {
    position: relative;
    z-index: 9;
}

.our-partner ul {
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px;
}

.our-partner ul li {
    list-style: none;
    display: inline-block;
}

footer {
    background-color: #0D0C0E;
    padding: 80px 0px;
}

footer .cando-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    transition: 0.3s all ease;
}

footer .cando-menu li a:hover {
    color: #B40001;
}

footer .cando-menu li {
    padding: 0px 4px;
}

footer .social-icon li {
    list-style: none;
    display: inline-block;
    padding: 0px 4px;
}

footer .copy-right {
    margin: 56px 0px 0px;
    padding-top: 33px;
    border-top: 1px solid #FFFFFF33;
}

footer .copy-right p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

footer a.col-md-2.text-decoration-none img {
    max-width: 148px;
    width: 100%;
}

.sports-slick-controls.sports-slick-small {
    display: none;
}

@media (min-width:1200px) {
    .can-banner .cando-banner-content .title-sec {
        min-height: 235px;
    }

    .cando-banner-slider h2 {
        padding-top: 50px;
    }
    .special-event-sec .event-image img {
        max-height: 248px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .cando-button .btn-cando {
        padding: 8px 10px;
        font-size: 16px;
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .cando-menu li a {
        font-size: 14px;
    }

    .cando-menu li {
        padding: 0px;
    }

    .cando-button .btn-cando {
        padding: 12px 16px;
    }
}

@media (min-width:992px) and (max-width:1299px) {

    .special-event-sec .slick-controls .slick-dots li button,
    .sports-slick-controls .slick-dots li button {
        width: 30px;
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 44px;
        line-height: 110%;
    }

    h2 {
        font-size: 34px;
        line-height: 110%;
    }

    .content-des {
        padding-left: 50px;
    }

    .btn-learn-more,
    .btn-learn-more:hover {
        padding: 10px 10px;
        font-size: 14px;
    }

    .cando-button .btn-cando {
        padding: 8px 14px;
        font-size: 14px;
    }

    .cando-button .btn-cando img {
        width: 20px;
    }

    .special-event-sec .slick-controls .slick-next,
    .sports-slider .slick-next {
        right: 0px;
        left: unset;
    }

    .special-event-sec .slick-controls .slick-dots,
    .sports-slider .slick-dots {
        width: auto;
    }

    .sports-slider {
        padding-bottom: 120px;
    }

    .special-event-sec .slick-controls .slick-dots li button,
    .sports-slick-controls .slick-dots li button {
        width: 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sports-slick-controls {
        gap: 5px;
    }

    .sports-slick-controls .slick-dots li button {
        width: 10px;
    }
}

@media (max-width:767px) {
    .content-des {
        padding-left: 0px;
    }

    .empower-sec .empower-right {
        padding-left: 0px;
        padding-top: 30px;
    }

    footer {
        padding: 50px 0px;
    }

    .special-event-slider .event-item .card-event {
        max-width: 315px;
        margin: auto;
    }

    .special-event-sec .event-image img {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .special-event-sec .event-content {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .cando-button .btn-cando svg {
        width: 17px;
        height: 17px;
    }

    .special-event-sec .slick-controls .slick-dots li button,
    .sports-slick-controls .slick-dots li button {
        width: 20px;
    }

    .special-event-sec .slick-controls .slick-dots,
    .sports-slick-controls .slick-dots {
        width: auto;
    }

    .special-event-sec .slick-controls,
    .sports-slick-controls {
        justify-content: center;
    }

    .special-event-slider {
        padding-bottom: 30px;
    }

    .sports-slick-controls {
        top: 0px;
        padding-top: 50px;
    }

    .sports-slick-controls.sports-slick-small {
        display: flex;
    }

    .sports-slick-controls.sports-slick-large {
        display: none;
    }

    .sports-slider {
        padding-bottom: 70px;
    }

    footer .social-icon {
        width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    footer .social-icon ul {
        padding: 0px;
        text-align: center;
    }

    footer ul.cando-menu {
        width: 100%;
        display: block;
        padding: 20px 0px 20px;
    }

    footer ul.cando-menu li {
        display: block;
        text-align: center;
    }

    footer .copy-right {
        margin-top: 30px;
    }
}

@media (max-width:400px) {
    .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cando-menu li {
    position: relative;
}

header .cando-menu li.menu-item--expanded {
    padding-right: 13px !important;
}

.cando-menu li.menu-item--expanded>a:after,
.cando-menu li.menu-item--expanded>span:after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    position: absolute;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    right: 5px;
    top: 12px;
}

.cando-menu ul.menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding-left: 0px;
    min-width: 284px;
    margin-top: 0px;
    top: 35px;
    box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.18);
}

header .cando-menu li.menu-item--expanded:hover ul.menu {
    display: block;
}

header .cando-menu li.menu-item--expanded:hover>a:after,
header .cando-menu li.menu-item--expanded:hover>span:after {
    border: solid #B40001;
    border-width: 0 2px 2px 0;
}

.cando-menu ul.menu:before {
    /*content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -27px;
    left: 35%;*/
}

.cando-menu ul.menu li {
    display: block;
    transition: 0.3s all ease;
    padding: 0px;
}

.cando-menu ul.menu li a {
    color: #212121;
    padding: 16px 16px;
    display: block;
    text-decoration: none;
    line-height: 22px;
}

.cando-menu ul.menu li:hover a,
.cando-menu ul.menu li.active a {
    background-color: #B40001;
    color: #fff;
}

.cando-menu ul.menu li a:after {
    content: "";
    background-image: url('/themes/custom/cando/images/arrow_right.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 12px;
    top: 17px;
}

.cando-menu ul.menu li:hover a:after,
.cando-menu ul.menu li.active a:after {
    background-image: url('/themes/custom/cando/images/arrow_right_white.svg');
}

header .cando-menu li>ul.menu a.is-active:before {
    visibility: hidden;
}

header .cando-menu ul.menu li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

header .cando-menu ul.menu li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (max-width:1024px) {

    li.menu-item--expanded>a:after,
    li.menu-item--expanded>span:after {
        border: solid #000;
        border-width: 0 2px 2px 0;
    }

    .cando-menu ul.menu {
        position: relative;
        top: 0px;
    }
}

.custom-inner-container {
    max-width: 1126px;
}

h2.medium {
    font-size: 40px;
}

.contact-us-sec h4 {
    font-size: 28px;
    line-height: 1.21;
}

.contact-us-sec h6 {
    font-size: 20px;
    line-height: 1.4;
}

.text-red {
    color: #B40001 !important;
}

.text-red.text-decoration-none:hover {
    text-decoration: underline !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.contact-us-form .btn-donate {
    min-width: 304px;
}

.contact-us-form .btn-donate:hover {
    border-color: #B40001;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.form-control,
.form-select {
    font-size: 16px;
    line-height: 1.25;
    color: #212121;
    padding: 12px 16px;
    border: 1.5px solid #A4A4A4;
    height: 48px;
}

textarea.form-control {
    height: 99px;
    resize: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.form-control::placeholder {
    color: #999999;
}

.form-check-input {
    width: 24px;
    height: 24px;
    border: 1.5px solid #A4A4A4;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-label {
    color: #212121;
}

.form-check-label {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.bg-grey-light {
    background-color: #F7F7F7;
}

.not-a-robot {
    max-width: 304px;
}

figure {
    margin-bottom: 0;
}

.right-side-bar iframe {
    width: 100%;
    max-width: 304px;
    border: 3px solid #FFFFFF !important;
    max-height: 164px;
}

@media (max-width:767px) {
    h2.medium {
        font-size: 34px;
    }

    .contact-us-sec h4 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }
}

body:not(.page-view-frontpage) header {
    background: #fff;
}

body:not(.page-view-frontpage) header .cando-menu li>a,
body:not(.page-view-frontpage) header .cando-menu li>span {
    color: #414141;
}

body:not(.page-view-frontpage) header .cando-menu li.menu-item--expanded>a:after,
body:not(.page-view-frontpage) header .cando-menu li.menu-item--expanded>span:after {
    border: solid #414141;
    border-width: 0 2px 2px 0;
}

body:not(.page-view-frontpage) .cando-button .btn-cando {
    color: #414141;
    border: 1px solid #414141;
}

body:not(.page-view-frontpage) .cando-button .btn-cando a {
    color: #414141;
    text-decoration: none;
}

body:not(.page-view-frontpage) .cando-button .btn-cando svg path {
    fill: #414141;
}

body:not(.page-view-frontpage) .cando-button .btn-cando:hover {
    color: #fff;
    border: 1px solid #B40001;
}

body:not(.page-view-frontpage) .cando-button .btn-cando:hover a {
    color: #fff;
}

body:not(.page-view-frontpage) .cando-button .btn-cando:hover svg path {
    fill: #fff;
}

header.can-header .cando-button .cando-profile {
    display: inline-block;
}

.cando-profile .dropdown-toggle {
    padding: 0px;
    border: none;
}

.cando-profile .dropdown-toggle:after {
    content: '';
    border: solid #414141;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    position: absolute;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    right: -15px;
    top: 20px;
}

body:not(.page-view-frontpage) .btn-cart {
    display: inline-block;
}

body:not(.page-view-frontpage) .cando-profile {
    display: inline-block;
}

.cando-profile .dropdown-menu {
    padding: 0px;
    min-width: 190px;
    border: 1px solid #E6E6E8;
    border-radius: 8px;
    right: -22px !important;
    top: 20px !important;
}

.cando-profile .dropdown-menu li {
    list-style: none;
}

.cando-profile .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 2px;
    right: -7px;
    box-sizing: border-box;
    border: 12px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-226deg);
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.cando-profile .dropdown-menu li a {
    transition: 0.3s all ease;
    text-decoration: none;
    padding: 12px 16px;
    display: inline-flex;
    color: #212121;
    font-size: 16px;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.cando-profile .dropdown-menu li a span {
    background: #B4000114;
    width: 32px;
    height: 32px;
    display: inline-flex;
    border-radius: 28px;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.cando-profile .dropdown-menu li.profile-img {
    border-bottom: 1px solid #E6E6E8;
}

.cando-profile .dropdown-menu li.profile-img a span {
    width: 40px;
    height: 40px;
}

.cando-profile .dropdown-menu li.profile-img a img {
    width: 40px;
    height: 40px;
    border-radius: 28px;
}

body:not(.page-view-frontpage) header .cando-menu li>a.current-menu {
    color: #B40001;
}

body:not(.page-view-frontpage) header .cando-menu li>a.current-menu::before {
    content: "";
    position: absolute;
    background-color: #B40001;
    width: 16px;
    height: 1px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.contact-form form>.js-form-item {
    width: 50%;
    padding: 0px 15px;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.contact-form .js-form-item.js-form-item-field-your-question,
.contact-form .js-form-item.js-webform-term-checkboxes {
    width: 100%;
}

.contact-form .js-webform-term-checkboxes .fieldset-wrapper {
    max-height: inherit;
    border: none;
    padding: 0px;
}

.contact-form .js-webform-term-checkboxes .fieldset-wrapper .js-form-type-checkbox {
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.contact-form .js-webform-term-checkboxes .fieldset-wrapper .js-webform-webform-term-checkboxes {
    display: flex;
    align-items: center;
}

.contact-form .form-check .form-check-input {
    margin-left: 0px;
    margin-top: 0px;
}

.contact-form .form-check .form-check-label {
    padding-left: 10px;
}

.contact-form .form-submit {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 34px;
    border-radius: 8px;
    transition: 0.3s all ease;
    min-width: 304px;
    margin-left: 15px;
}

.contact-form form>.js-form-item.js-form-item-field-contact-address textarea {
    max-height: 48px;
}

.contact-form form .js-form-item label,
.contact-form form .js-form-item .fieldset-legend {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #212121;
}

.contact-form .fieldset-wrapper .js-form-type-checkbox {
    padding-left: 0px;
}

.contact-form .captcha {
    padding-left: 15px;
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.contact-form .captcha .captcha__title {
    display: none;
}

.contact-form .captcha .captcha__element {
    order: 2;
    padding-bottom: 32px;
}

.contact-form .captcha .captcha__description {
    order: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    max-width: 582px;
}

.contact-us-sec .contact-us-content {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.contact-us-sec .contact-us-content h2.medium {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.contact-us-sec {
    padding-bottom: 80px;
    padding-top: 0px;
}

.contact-us-sec .can-wrapper,
.contact-us-sec .can-wrapper>.pt-5 {
    padding-top: 0px !important;
}

.contact-us-sec .right-side-bar>.right-side-content {
    margin-bottom: 24px;
    padding: 20px !important;
}

.contact-us-sec .right-side-bar>.right-side-content .mt-4 {
    margin-top: 0px !important;
}

.contact-us-sec .right-side-bar>.right-side-content .bg-grey-light {
    padding: 0px !important;
}

.contact-us-sec .contact-form {
    padding: 0px;
}

@media (min-width:768px) {

    .contact-form form>.js-form-item.js-form-item-field-state,
    .contact-form form>.js-form-item.js-form-item-field-zip-code {
        width: 25%;
    }

    .contact-form #edit-field-contact-by--wrapper .fieldset-wrapper .js-form-type-checkbox {
        display: inline-block;
    }

    .contact-form #edit-field-contact-by--wrapper .fieldset-wrapper .js-form-type-checkbox.js-form-item-field-contact-by-phone {
        padding-right: 40px;
    }

    .contact-form #edit-field-contact-by--wrapper .fieldset-wrapper #edit-field-contact-by {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width:1200px) {
    .contact-us-sec .right-side-bar>.right-side-content {
        max-width: 344px;
        margin-left: 50px;
    }

    .contact-us-sec .custom-inner-container,
    .contact-us-sec .contact-form-row {
        max-width: 1126px;
        margin: auto;
    }

    .contact-us-sec .right-side-bar {
        padding-top: 40px;
    }

    .contact-form .fieldset-wrapper #edit-field-program-of-interest .js-form-type-checkbox {
        padding-right: 40px;
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    .contact-us-sec .contact-form-row {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:1024px) {
    body:not(.page-view-frontpage) .cando-profile {
        padding-left: 0px;
        margin-left: 10px;
    }

    header .navbar-toggler .navbar-bar-icon {
        background-color: #414141;
    }

    header .navbar-toggler {
        border: 1px solid #414141;
    }

    body:not(.page-view-frontpage) .btn-cart,
    body:not(.page-view-frontpage) .cando-profile {
        max-width: 30px;
    }

    body:not(.page-view-frontpage) .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body:not(.page-view-frontpage) .cando-profile {
        margin-right: 20px;
    }

    .cando-profile .dropdown-toggle:after {
        top: 12px;
    }
}

@media (max-width:767px) {
    .contact-form form>.js-form-item {
        width: 100%;
    }

    .contact-form form {
        margin: 0px;
    }

    .contact-form .js-webform-term-checkboxes .fieldset-wrapper .js-webform-webform-term-checkboxes {
        flex-wrap: wrap;
    }
}

@media (max-width:450px) {
    .contact-form .form-submit {
        min-width: 100%;
    }

    .contact-us-content .custom-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.page-view-event-category-view .category-view-page,
.path-category .category-view-page {
    padding-top: 0px;
}

#block-cando-breadcrumbs {
    display: none;
}

.category-view-page .subMenuSection {
    margin-bottom: 64px;
    border-bottom: 1px solid #ddd;
}

.category-view-page .layout-main-wrapper {}

.category-view-page .custom-container {
    display: flex;
    flex-wrap: wrap;
}

.category-view-page .navbar-header {
    display: none;
}

.category-view-page .subMenuNav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

@media (min-width:768px) {
    .category-view-page .subMenuNav>li {
        position: relative;
        display: inline-block;
    }

    .category-view-page .subMenuNav>li>a {
        font-weight: 400;
        font-size: 16px;
        line-height: 26.6px;
        letter-spacing: 0px;
        vertical-align: middle;
        text-transform: capitalize;
        color: #414141;
        padding: 22px 25px 20px;
        display: inline-block;
        border: none;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        position: relative;
    }

    .category-view-page .subMenuNav>li.menuOpened a,
    .category-view-page .subMenuNav>li>a:hover {
        color: #B40001;
    }

    .category-view-page .subMenuNav>li.menuOpened a:after,
    .category-view-page .subMenuNav>li>a:hover:after {
        content: "";
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 100%;
        height: 3px;
        background: #B40001;
        border-radius: 10px;
    }
}

.category-view-page .layout-main-wrapper .views-field-field-image {
    margin-bottom: 25px;
}

.category-view-page .layout-main-wrapper .views-field-name .field-content {
    position: relative;
}

.category-view-page .layout-main-wrapper .views-field-name .field-content a {
    font-size: 110px;
    position: absolute;
    top: 164px;
    left: -14px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    line-height: 80px;
    z-index: 9;
    text-transform: uppercase;
    text-decoration: none;
}

.category-view-page .layout-main-wrapper .views-field-field-image img {
    width: 100%;
    object-fit: cover;
    min-height: 240px;
    max-height: 240px;
}

.category-view-page ul li {
    font-weight: 400;
    font-size: 18px;
    color: #414141;
}

@media (min-width:1200px) {

    .category-view-page>.custom-container,
    .category-view-page .subMenuSection .custom-container {
        max-width: 1126px;
        padding: 0px 12px;
    }

    .category-view-page .layout-main-wrapper {}
}

@media (min-width:768px) {
    .category-view-page #subMenuNavHolder {
        display: block;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .category-view-page .subMenuNav>li>a {
        padding: 20px 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .category-view-page .layout-main-wrapper .views-field-name .field-content a {
        font-size: 70px;
        left: 0px;
    }

    .category-view-page .subMenuNav>li>a {
        padding: 10px 10px;
    }
}

@media (max-width:767px) {
    .category-view-page .subMenuSection {
        background: #a5a5a5;
        margin: 3px auto 15px auto;
        width: 100%;
    }

    .subMenuSection .navbar-toggle .icon-bar {
        background: #fff;
        border-radius: 2px;
        width: 32px;
        height: 4px;
        display: block;
    }

    .category-view-page .layout-main-wrapper {
        width: 100%;
        padding-bottom: 30px;
    }

    .category-view-page .navbar-header {
        display: block;
        min-height: 49px;
    }

    .category-view-page .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .category-view-page .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .category-view-page .subMenuSection .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .category-view-page .subMenuSection #subMenuNavHolder {
        width: 100%;
        padding: 10px 0px 0px;
        z-index: 98;
        background: #a5a5a5;
    }

    .category-view-page .subMenuNav>li {
        max-width: 100%;
        border-top: 1px #fff solid;
        margin-bottom: 0px;
    }

    .category-view-page .subMenuNav>li>a {
        text-align: left;
        padding: 9px 10px 9px 20px;
        background: none;
        text-transform: uppercase;
    }

    .category-view-page .subMenuNav>li.menuOpened:after {
        display: none;
    }

    .category-view-page .layout-main-wrapper .views-field-name .field-content a {
        font-size: 50px;
        left: 0px;
    }
}

.faq-list .faq-item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
    min-height: 44px;
}

.faq-list .faq-item h3 {
    padding-top: 5px;
    padding-left: 20px;
    color: #000;
    font-size: 18px;
}

.faq-list .faq-item .faq-body {
    padding-left: 40px;
    display: none;
}

.faq-list .faq-item:before {
    content: "+";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    width: 44px;
    min-height: 44px;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 44px;
}

.faq-list .faq-item.expanded:after {
    content: "-";
    background: #b30000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 44px;
    width: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}

.faq-list .faq-item.expanded .faq-body {
    display: block;
}

body:not(.page-view-frontpage) .dialog-off-canvas-main-canvas {
    padding-top: 95px;
}

@media (min-width:1200px) {
    .node--type-special-event .layout-main-wrapper>.container {
        max-width: 1126px;
        padding: 0px;
    }
}

.node__content table tr td a {
    word-break: break-all;
}

body.node--type-special-event article header {
    z-index: unset;
    position: relative;
}

.order-last #block-cando-content {
    padding-bottom: 30px;
}

.aboutSection .annuvalPage>.specialEvent {
    display: flex;
    flex-wrap: wrap;
}

.aboutSection .annuvalPage>.specialEvent .specialEventRightSide {
    padding-left: 40px;
}

.annuvalPage p {
    font-size: 16px;
    text-align: justify;
    color: #000;
}

.aboutSection h3 {
    font-size: 24px;
}

.aboutSection a,
.aboutSection a span {
    color: #B40001 !important;
}

.node__meta {
    margin: 0px;
}

.annuvalPage .tableBlock td {
    border: 3px solid #000;
    padding: 6px;
    font-size: 16px;
    background-color: transparent;
}

.annuvalPage .tableBlock tr {
    background-color: transparent;
}

.view-faq-page {
    padding-top: 50px;
}

.view-faq-page .view-content .views-row {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

.view-faq-page .view-content .views-row .field-content {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    display: inline-block;
}

.view-faq-page .views-field-title a {
    padding-top: 5px;
    padding-left: 20px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.view-faq-page .views-field-body {
    padding-left: 30px;
    display: none;
}

.view-faq-page .view-content .views-row.expanded .views-field-body {
    display: block;
}

.view-faq-page .view-content .views-row:before {
    content: "+";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    width: 44px;
    min-height: 44px;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 44px;
}

.view-faq-page .view-content .views-row.expanded:after {
    content: "-";
    background: #b30000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 44px;
    width: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}

.header-sec {
    background-color: #F2F2F2;
    padding: 16px 40px;
}

.header-sec h1 {
    font-weight: 600;
    font-size: 28px;
    color: #212121;
    max-width: 1312px;
    margin: auto;
}

.node--view-mode-teaser h2 a {
    text-decoration: none;
}

.node--type-special-event .main-content .geneContent a {
    text-decoration: none;
}

.node--type-special-event .main-content .geneContent a+span {
    color: #B40001 !important;
}

.node--type-special-event .main-content .geneContent a strong {
    color: #fff;
}

.node--type-special-event .layout-main-wrapper {
    padding-top: 50px;
}

.view-news-lists .inline__links .node-readmore {
    padding: 0px;
}

.view-news-lists .inline__links .node-readmore a {
    color: #B40001;
}

header.can-header .cando-button .btn-cart {
    margin-right: 24px;
    display: inline-block;
}

.view-news-lists h2.node__title {
    font-size: 28px;
    padding-top: 0px;
}

.page-view-news-lists .view-news-lists {
    padding-top: 50px;
}

.path-webform .header-sec {
    display: none;
}

@media (min-width:1200px) {

    .page-view-news-lists #main-wrapper>.container,
    .path-node #main-wrapper>.container,
    #main-wrapper .container {
        max-width: 1126px;
    }

    .page-view-news-lists .header-sec h1,
    .node--type-special-event .header-sec h1,
    .page-view-event-category-view .header-sec h1,
    .path-node .header-sec h1,
    .header-sec h1 {
        max-width: 1126px;
        padding: 0px 12px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .page-view-news-lists .header-sec h1,
    .node--type-special-event .header-sec h1,
    .page-view-faq-page .header-sec h1 {
        max-width: 960px;
        padding: 0px 12px;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .page-view-news-lists .header-sec h1,
    .node--type-special-event .header-sec h1,
    .page-view-faq-page .header-sec h1 {
        max-width: 720px;
        padding: 0px 12px;
    }
}

@media (min-width:540px) and (max-width:767px) {

    .page-view-news-lists .header-sec h1,
    .node--type-special-event .header-sec h1 {
        max-width: 540px;
        padding: 0px 12px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    header.can-header .cando-button .btn-cart {
        margin-right: 10px;
    }

    header.can-header .cando-button .btn-cart svg {
        width: 40px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    header .cando-button {
        width: 30%;
        justify-content: end;
    }

    header.can-header .cando-button .btn-cart {
        max-width: 40px;
        margin-right: 15px;
    }
}

@media (max-width:767px) {
    .header-sec {
        padding: 16px 20px;
        position: relative;
        z-index: 9;
    }

    .header-sec h1 {
        font-size: 24px;
    }

    header.can-header .cando-button .btn-cart {
        margin-right: 15px;
    }

    .page-view-event-category-view .category-view-page,
    .path-category .category-view-page {
        padding-top: 30px;
    }

    header.can-header .cando-button .btn-cart svg {
        width: 30px;
    }

    header .cando-button {
        align-items: center;
    }

    .view-faq-page .view-content.row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

form.webform-submission-apply-job-form,
form.webform-submission-volunteers-application-form {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) {

    form.webform-submission-apply-job-form,
    form.webform-submission-volunteers-application-form {
        margin: 0px -15px;
    }

    form.webform-submission-apply-job-form>.js-form-item,
    form.webform-submission-volunteers-application-form>.js-form-item {
        width: 50%;
        padding: 0px 15px;
        margin-bottom: 30px;
    }

    form.webform-submission-apply-job-form>.js-form-item.js-form-type-textarea,
    form.webform-submission-volunteers-application-form>.js-form-item.js-form-type-textarea {
        width: 100%;
    }

    form.webform-submission-apply-job-form>.form-actions,
    form.webform-submission-volunteers-application-form>.form-actions {
        padding-left: 15px;
    }

    form.webform-submission-volunteers-application-form #ajax-wrapper {
        width: 100%;
        padding: 0px 15px;
    }
}

form.webform-submission-apply-job-form>.form-actions,
form.webform-submission-volunteers-application-form>.form-actions {
    width: 100%;
    clear: both;
    margin-top: 20px;
}

form.webform-submission-apply-job-form>.form-actions .button--primary,
form.webform-submission-volunteers-application-form>.form-actions .button--primary {
    display: inline-block;
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 34px;
    border-radius: 8px;
    transition: 0.3s all ease;
    width: auto;
    min-width: 304px;
    margin-left: 0px;
}

@media (min-width:768px) {

    form.webform-submission-volunteers-application-form,
    form.webform-submission-apply-job-form {
        padding-right: 32px;
    }
}

@media (max-width:767px) {
    form.webform-submission-apply-job-form>.js-form-item {
        width: 100%;
    }
}

.main-content .table-responsive table.dataTable.no-footer {
    margin-top: 20px;
    display: inline-block;
}

.main-content .btn-primary {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    transition: 0.3s all ease;
    width: auto;
    outline: none;
    box-shadow: none;
    margin-right: 5px;
}

.main-content .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #B40001;
    color: #B40001;
}
.main-content .btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.view-header form .managerBtn {
    padding-top: 0px;
    text-align: right;
}

/*Dashboard page css*/
.dashboard-sec {
	padding: 40px 0px;
}
.dashboard-sec h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
}
.dash-card .card {
	background: #F9E7E7;
	border-radius: 12px;
	padding: 16px;
	border: none;
}
.dash-card .card a {
    text-decoration: none;
}
.dash-card .card img {
	max-width: 32px;
	max-height: 32px;
	margin-bottom: 16px;
}
@media (min-width: 1200px) {
	.dash-card .column {
		width: 33.33%;
		padding-left: 8px;
		padding-right: 8px;
	}
}
.dash-card .card h5 {
	font-weight: 600;
	font-size: 22px;
	color: #0B0104;
	margin: 0px;
}
.dash-card .card h5 span {
	font-weight: 400;
	font-size: 16px;
	line-height: 25.6px;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 8px;
	color: #0B0104;
}
.dash-card .card hr {
	border: 1px solid #0B010414;
	margin: 16px 0px;
	opacity: 1;
}
.dash-card .card p {
	font-weight: 400;
	font-size: 14px;
	margin: 0px;
	color: #0B0104;
}
.dash-card .card h6 {
	font-weight: 600;
	font-size: 16px;
	color: #0B0104;
}
.dash-card .card.notifications {
	background: #EBF1FF;
}
.dash-card .card.forms {
	background: #E9F5E9;
}
.dash-card .card.events {
	background: #F0E4F2;
}
.dash-card .card.program {
	background: #E4F3F3;
}

.payment-sec {
	margin-top: 24px;
}
.payment-sec .payment-list {
	border: 1px solid #E6E6E8;
    padding: 20px;
    border-radius: 16px;
}
.dashboard-sec .table-responsive table td,
.dashboard-sec .table-responsive table th {
	font-size: 14px;
	border-left: none !important;
	border-right: none !important;
}
.dashboard-sec .table-responsive table {
	border: 1px solid #E6E6E8;
	margin-bottom: 0px;
}
.payment-sec .activities {
	border: 1px solid #E6E6E8;
	border-radius: 16px;
}
.payment-sec .activities h5 {
	border-bottom: 1px solid #E6E6E8;
	padding: 15px 20px;
}
.payment-sec .activities .chart {
	min-height: 300px;
}

.dashboard-sec .event-card {
	border: 1px solid #E6E6E8;
    padding: 20px;
    border-radius: 16px;
    margin-top: 24px;
    position: relative;
}
.dashboard-sec .event-card .event-title {
	justify-content: space-between;
	margin-bottom: 24px;
}
.dashboard-sec .event-card .event-title h5 {
	margin-bottom: 0px;
}
.upcoming-event .event-item {
	float: left;
	padding: 0px 8px;
}
.event-slider {
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 0px !important;
}
.upcoming-event .event-item .card {
	padding: 16px 14px;
	min-height: 158px;
}
.upcoming-event .event-item .card .inner-content {
	height: 100%;
	min-height: 90px;
}
.event-item .card h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #212121;
	margin-bottom: 12px;
}
.event-item .card p {
	font-weight: 400;
	font-size: 14px;
	color: #414141;
}
.event-item .button-sec p {
	display: inline-block;
	margin: 0px;
}
.event-item .card p img {
	max-width: 16px;
	max-height: 16px;
}
.event-item .button-sec {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
}
.event-item .btn-learn-more {
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 4px;
}
.upcoming-event .slick-prev,
.upcoming-event .slick-next {
    width: 32px;
    height: 32px;
    background-size: contain !important;
    background-repeat: no-repeat;
    bottom: 0px;
    top: unset;
    transform: unset;
}
.upcoming-event .slick-prev {
    background-image: url(../images/prev.svg);
    left: unset;
    right: 55px;
}
.upcoming-event .slick-prev:hover {
    background-image: url(../images/prev-active.svg);
}
.upcoming-event .slick-next {
    background-image: url(../images/next.svg);
    right: 15px;
}
.upcoming-event .slick-next:hover {
    background-image: url(../images/next-active.svg);
}
.upcoming-event .slick-prev:before,
.upcoming-event .slick-next:before {
	visibility: hidden;
}
.event-controls-sec {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: end;
    justify-content: flex-end;
}
.event-controls-sec .event-controls {
	position: relative;
	display: inline-block;
}
.event-controls-sec .btn-view-all {
	color: #B40001;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    padding: 0px;
    border: none;
    position: relative;
    top: -5px;
}
.upcoming-event h5 {
	margin-bottom: 24px;
}
.upcoming-event h5 span {
	background-color: #B40001;
	color: #fff;
	font-size: 14px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.event-controls-sec p {
	font-weight: 400;
    font-size: 14px;
    color: #414141;
    position: absolute;
    left: 0px;
    margin-bottom: 0px;
}
.sell-product-sec .sell-title {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.sell-product-sec .sell-title h5 {
	margin-bottom: 0px;
}
.dashboard-sec .btn-new-tab {
	border: 1px solid #E6E6E8;
	padding: 10px;
}
.dashboard-sec .btn-new-tab img {
	width: 20px;
	height: 20px;
}
.payment-sec .payment-list h5 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.dash-right-side .form-card {
	border: 1px solid #E6E6E8;
	padding: 20px 0px 0px;
	border-radius: 16px;
	margin-bottom: 24px;
}
.dash-right-side .form-card h5 {
	margin-bottom: 0px;
}
.dash-right-side .btn-view-all {
	color: #B40001;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    padding: 0px;
    border: none;
}
.dash-right-side .form-card .forms-title {
	padding: 0px 20px 20px;
	border-bottom: 1px solid #E6E6E8;
	justify-content: space-between;
}
.dash-right-side .form-card ul {
	margin-bottom: 0px;
	padding: 0px 20px;
}
.dash-right-side .form-card ul li {
	list-style: none;
	border-bottom: 1px solid #E6E6E8;
	padding: 16px 0px 16px;
}
.dash-right-side .form-card ul li:last-child {
	border-bottom: none;
}
.dash-right-side .form-card ul li > div .content {
	margin-right: 20px;
}
.dash-right-side .form-card.notifi-card ul li > div .content {
	margin-right: 0px;
}
.dash-right-side .form-card h6 {
	font-weight: 600;
	font-size: 14px;
	color: #212121;
	margin-bottom: 8px;
}
.dash-right-side .form-card p {
	font-weight: 400;
	font-size: 14px;
	color: #414141;
	margin-bottom: 0px;
}
.dash-right-side .form-card p.deadline {
	font-weight: 400;
	font-size: 12px;
	color: #6B7280;
	margin-top: 5px;
}
.dash-right-side .form-card p.deadline img {
	margin-right: 5px;
}
.dash-right-side .form-card .edit .btn-edit {
	background-color: #B40001;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.dash-right-side .form-card .img {
	width: 30px;
	min-width: 30px;
	margin-right: 15px;
}

/*chart css*/
.circular-progress {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #eee;
    background-image: conic-gradient(
        #4CAF50 0% 60%,
        #FFEB3B 60% 70%, 
        #F44336 70% 100% 
    );
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.circular-progress .inner-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}
.circular-progress .activity-text {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
}
.circular-progress .activity-value {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}
.activities .chart-list {
	padding: 20px 20px 0px;
	display: flex;
	flex-wrap: wrap;
}
.chart-list li {
	list-style: none;
	display: inline-block;
	width: 50%;
	padding-bottom: 12px;
	position: relative;
	padding-left: 20px;
}
.chart-list li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	left: 0px;
	top: 4px;
}
.chart-list li.approved:before {
	background-color: #60D298;
}
.chart-list li.pending:before {
	background-color: #F7DF74;
}
.chart-list li.remaining:before {
	background-color: #E66365;
}
.chart-list li p {
	font-size: 14px;
    color: #414141;
    font-weight: 400;
    margin-bottom: 5px;
}
.chart-list li h6 {
	font-size: 16px;
    color: #212121;
    font-weight: 600;
}
.dashboard-sec .event-card .dataTables_length {
    margin-bottom: 15px;
}
.dashboard-sec .event-card .dataTables_length label {
    font-size: 14px;
}
.dashboard-sec .event-card .dataTables_length label select {
    margin-left: 10px;
}
.dashboard-sec .paging_simple_numbers a,
.dashboard-sec .dataTables_info {
    font-size: 14px;
}
.dashboard-sec .paging_simple_numbers a.paginate_button.current,
.dashboard-sec .paging_simple_numbers a.paginate_button.current:hover {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff !important;
}
@media (min-width: 1025px) and (max-width: 1350px) {
	.dash-card .column {
		width: 33.33%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.dash-card .card h5 span,
	.event-item .card h6 {
		font-size: 14px;
	}
	.dash-card .card h5 {
		font-size: 20px;
	}
	.event-item .card p {
		font-size: 12px;
	}
	.event-item .btn-learn-more {
		font-size: 12px;
    	padding: 8px 10px;
	}
    .dash-main-wrapper-parent #main.custom-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 1024px) {
	.dash-card .card {
		margin-bottom: 30px;
	}
	.dash-card .column {
		width: 33.33%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.event-item .btn-learn-more {
		font-size: 12px;
    	padding: 8px 10px;
	}
}
@media (max-width: 991px) {
	.payment-sec .activities {
		margin-bottom: 30px;
	}
	.dash-card .column {
		width: 50%;
	}
}

@media (max-width: 450px) {
	.dash-card .column {
		width: 100%;
	}
}


/*admin dashboard css*/

.admin-menu {
    border-radius: 8px;
    padding: 16px 10px;
    border: 1px solid #E6E6E8;
}
.admin-menu ul {
    padding: 0px;
    margin: 0px;
}
.admin-menu li {
    list-style: none;
}
.admin-menu li a {
    font-weight: 400;
    font-size: 14px;
    color: #414141;
    padding: 12px 10px;
    display: block;
    text-decoration: none;
    transition: 0.3s all ease;
    border-radius: 4px;
}
.admin-menu li a svg {
    margin-right: 9px;
}
.admin-menu li a:hover {
    background: #B4000114;
    color: #B40001;
}
.admin-menu li a.active {
    background: #B4000114;
    color: #B40001;
}
.admin-menu li a:hover svg path {
    fill: #B40001;
}

.admin-dash-right .dash-card .card-1 {
    background: #E1F4EE;
}
.admin-dash-right .dash-card .card-2 {
    background: #E5E7FF;
}
.admin-dash-right .dash-card .card-3 {
    background: #EFF9F0;
}
.admin-dash-right .dash-card .card-4 {
    background: #F0E4F2;
}
.admin-dashboard .admin-dash-right .dash-card > div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}
.dashboard-sec .dash-right-side .form-card h6 {
    max-width: 150px;
}
.payment-sec .payment-list a.makePayment {
    background-color: #fff;
    border: 1px solid #B40001;
    color: #B40001;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 15px 25px;
    border-radius: 8px;
    transition: 0.3s all ease;
}
.payment-sec .payment-list a.makePayment:hover {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
}
.main-content .table-responsive table tr td p {
    font-size: 14px;
}

.dash-main-wrapper .main-content table td,
.dash-main-wrapper .main-content .table-responsive table td,
.dash-main-wrapper .main-content table th,
.dash-main-wrapper .main-content .table-responsive table th {
    font-size: 14px;
}
.custom-student-sec .pay_tabs li > a {
    background-color: transparent;
    border: none;
}
.user-register-form #edit-field-gender-wrapper {
    width: 100%;
}
.user-register-form #edit-field-gender-wrapper .js-form-type-radio {
    display: inline-block;
    margin-right: 15px;
}
.user-register-form #edit-field-gender-wrapper .js-form-type-radio .form-check-input[type=radio] {
    margin-right: 5px;
    margin-top: 0px;
}
form.user-register-form #edit-field-medical-history-wrapper,
form.user-register-form #edit-field-medical-notes-wrapper {
    width: 100%;
}
form.user-register-form .tabledrag-toggle-weight-wrapper button.link,
.tabledrag-toggle-weight-wrapper button.link,
.swal2-actions button,
#manage-student-sec_wrapper button.dt-button,
#manage-parents-sec_wrapper button.dt-button {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    transition: 0.3s all ease;
    width: auto;
    outline: none;
    box-shadow: none;
}
form.user-register-form .tabledrag-toggle-weight-wrapper button.link:hover,
.tabledrag-toggle-weight-wrapper button.link:hover,
.swal2-actions button:hover,
#manage-student-sec_wrapper button.dt-button:hover,
#manage-parents-sec_wrapper button.dt-button:hover {
    background-color: #fff;
    border: 1px solid #B40001;
    color: #B40001;
}
#manage-student-sec_wrapper .dt-buttons,
#manage-parents-sec_wrapper .dt-buttons {
    text-align: right;
    margin-bottom: 10px;
    float: right;
    width: 100px;
}
form.cando-roster-admin-form {
    padding-bottom: 15px;
}
form#views-form-content-page-2-page #edit-node-bulk-form--2 .form-item-action,
.views-form form[id*="views-form-content-page-2-"] .form-item-action,
.views-form form[id*="views-form-content-page-2-"] .form-actions #edit-submit--2,
.views-form form[id*="views-form-content-page-2-"] #edit-actions {
    display: none;
}
form.taxonomy-term-form #edit-description-wrapper,
form.taxonomy-term-form #edit-status-wrapper,
form.taxonomy-term-form #edit-relations {
    width: 100%;
    clear: both;
}
form.taxonomy-term-form .js-form-wrapper > .js-form-item {
    padding: 0px 10px;
}
form.taxonomy-term-form #edit-status-wrapper #edit-status-value,
form.taxonomy-term-form #edit-field-same-sport-wrapper .form-check-input[type=checkbox],
form.taxonomy-term-form #edit-field-term-status-wrapper .form-check-input[type=checkbox] {
    margin-left: 0px;
}
.path-admin .headingSecPrev,
form#views-form-content-page-2-page input#edit-submit--2 {
    display: none;
}
.dash-main-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dash-main-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dash-main-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #B40001 !important;
    border: 1px solid #B40001 !important;
    color: #fff !important;
}
.dash-main-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button,
.dash-main-wrapper .dataTables_wrapper .dataTables_info {
    font-size: 14px;
}
.volunteer-manager-page button.button {
    border: 1px solid #B40001 !important;
    background: #B40001 !important;
    color: #fff !important;
    border-radius: 8px;
}
form#views-exposed-form-commerce-products-page-2.common-form-data .form-actions#edit-actions,
form#views-exposed-form-buy-sell-page-page-1.common-form-data .form-actions#edit-actions {
    width: auto;
}
form#views-exposed-form-commerce-products-page-2.common-form-data,
form#views-exposed-form-buy-sell-page-page-1.common-form-data {
    padding: 0px 0px;
}
.main-content .table-responsive table tr td a.btn-primary {
    color: #fff;
}
.main-content .table-responsive table tr td a.btn-primary:hover {
    color: #B40001;
}
#upcoming-payment-history-form .js-form-item-parent-id {
    display: none;
}
.ui-dialog-content form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #212121;
    margin-bottom: 5px;
    margin-right: 5px;
}
.ui-dialog-content form input[type="text"] {
    font-size: 16px;
    line-height: 1.25;
    color: #212121;
    padding: 12px 16px;
    border: 1.5px solid #A4A4A4;
    min-height: 48px;
    border-radius: .375rem;
    font-weight: 400;
    width: 100% !important;
    margin-left: 0px !important;
}
.ui-dialog-content form {
    padding: 0px 30px;
}
.ui-dialog-content form fieldset > div {
    margin-bottom: 15px;
}
.ui-dialog .ui-dialog-buttonpane button,
.act-buttons .btn-primary {
    background-color: #B40001;
    border: 1px solid #B40001;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    transition: 0.3s all ease;
    box-shadow: none;
    background-image: unset;
}
.ui-dialog .ui-dialog-buttonpane button:hover,
.act-buttons .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #B40001;
    color: #B40001;
}
.ui-dialog .ui-dialog-titlebar-close {
    border: none;
}
.view-event-lists form.views-exposed-form {
    padding-top: 0px;
    justify-content: end;
    padding-bottom: 20px;
}
.view-event-lists form.views-exposed-form.common-form-data .form-actions {
    width: auto !important;
}
.view-event-lists form.views-exposed-form > .d-flex {
    padding-top: 0px;
}
.common-form-data.cando-help-feedback-form > div.js-form-item {
    width: 100%;
    padding: 0px;
}
.common-form-data.cando-help-feedback-form > div.js-form-item.js-form-item-subject {
    order: 1;
}
.common-form-data.cando-help-feedback-form > div.js-form-item.js-form-item-messages {
    order: 2;
}
.common-form-data.cando-help-feedback-form > .act-buttons {
    order: 3;
}
@media (min-width: 1200px) {
    .admin-dashboard .admin-dash-left {
        max-width: 240px;
    }
    .admin-dashboard .admin-dash-right {
        width: calc(100% - 240px);
        padding-left: 24px;
    }
}

@media (min-width: 1400px) {
    #main-wrapper.dash-main-wrapper-parent > .container,
    .header-sec.dash-main-title h1 {
        max-width: 1312px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .admin-dashboard .admin-dash-right .dash-card > div {
        width: 33.33%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .admin-dashboard .admin-dash-right .dash-card > div {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .admin-dash-left .admin-menu {
        margin-bottom: 30px;
    }
    .dashboard-sec .dash-right-side .form-card h6 {
        max-width: 100%;
    }
}
