* {
    font-family: 'Poppins';
    font-size: 14px;
}

body{
    background: #f6f6f6;
}

#header-sticky {
    background: #202f0c;
}

#div-page-cont{
    background: #21300f;
    height: 200px;
}

.page-name {
    font-weight: bold;
    font-size: 50px;
    color: white;
}

.inner-banner-section .section-logo-text {
    text-align: center;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.inner-banner-section .section-logo-text span {
    font-size: 130px;
    font-weight: BOLD;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    font-style: italic;
}

.inner-banner-section {
    overflow: visible;
    position: relative;
    background-position: bottom left !important;
}

.sched {
    background: linear-gradient(80deg, #26733c 40%, #174d27 120%);
    width: 120px;
    padding: 10px;
    color: white;
}

.sched p{
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: bold;
}

.sched i {
    font-size: 20px;
}

.sched-activity-item {
    max-width: 900px;
    background: white;
    margin-top: 2px;
}

.sched-activity {
    padding: 10px 25px;
}

.sched-activity p{
    font-size: 16px;
    font-weight: 600;
}

.dash {
    background: #d4812c;
    height: 2px;
    width: 30px;
    margin-right: 15px;
}

.btn-selection {
    padding: 20px 30px;
    background: white;
    border-radius: 5px;
    text-align: center;
    color: #3e3e3e;
    width: 50%;
    max-width: 200px;
}

.btn-selection.active {
    background: linear-gradient(80deg, #26733c 40%, #174d27 120%);
    color: white;
}


.btn-selection:hover {
    background: linear-gradient(80deg, #26733c 40%, #174d27 120%);
    color: white;
    cursor: pointer;
}

.btn-day {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: bold;
}

.btn-date {
    margin-bottom: 0;
}


.btn-custom {
    background: white;
    padding: 15px 0px;
    color: #174d27;
    border-radius: 50px;
    border: 1px solid #efefef;
}

.btn-custom.active, .btn-custom:hover {
    background: linear-gradient(80deg, #26733c 40%, #174d27 120%);
    border: none;
    color: white;
}

.roster-opco-logo {
    width: 80px;
    position: relative;
    z-index: 2;
    top: -40px;
}

.roster-opco-text {
    position: relative;
    top: -75px;
    left: 95px;
    font-size: 18px;
    margin-bottom: 0;
}

.card-nac {
    border-color: #4B9461 !important;
}

.card-rtn {
    border-color: #5D7260 !important;
}

.card-tmc {
    border-color: #13955C !important;
}

.card-cexci {
    border-color: #003C74 !important;
}

.card-cmc {
    border-color: #E57C14 !important;
}

.card-dmc {
    border-color: #B3500A !important;
}

.card-epi {
    border-color: #877570 !important;
}

.card-hmc {
    border-color: #1C5EA3 !important;
}

.card-cdtn {
    border-color: gray !important;
}

.text-nac {
    color: #4B9461;
}

.text-rtn {
    color: #5D7260;
}

.text-tmc {
    color: #13955C;
}

.text-cexci {
    color: #003C74;
}

.text-cmc {
    color: #E57C14;
}

.text-dmc {
    color: #B3500A;
}

.text-epi {
    color: #877570;
}

.text-hmc {
    color: #1C5EA3;
}

.text-cdtn {
    color: gray;
}

.bg-nac {
    background: #4B9461 !important;
}

.bg-rtn {
    background: #5D7260 !important;
}

.bg-tmc {
    background: #13955C !important;
}

.bg-cexci {
    background: #003C74 !important;
}

.bg-cmc {
    background: #E57C14 !important;
}

.bg-dmc {
    background: #B3500A !important;
}

.bg-epi {
    background: #877570 !important;
}

.bg-hmc {
    background: #1C5EA3 !important;
}

.bg-cdtn {
    background: gray !important;
}

.text-male {
    color: #04A3FD;
}

.text-female {
    color: #EF4AA4;
}

.bg-male {
    background: #04A3FD !important;
}

.bg-female {
    background: #EF4AA4 !important;
}

.header-men {
    font-size: 16px;
    text-align: center;
    background: #04A3FD;
    border-radius: 2px;
    padding: 5px 0px;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.header-female {
    font-size: 16px;
    text-align: center;
    background: #EF4AA4;
    border-radius: 2px;
    padding: 5px 0px;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.card>.list-group {
    border-top: none;
}

.list-name{
    padding: 5px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.opco-logo {
    width: 80px;
    margin-top: 8px;
    margin-right: 8px;
}

.event-logo {
    width: 100%;
    max-width: 600px;
}

.main-cont {
    width: 100%;
    max-width: 1200px;
    padding: 0 80px;
}

.about-text {
    font-size: 16px;
}

.btn-entry {
    width: 100%;
    border: 2px solid #459361;
    border-radius: 50px;
    padding: 10px;
    margin-top: 20px;
    background: transparent;
    color: #459361;
    font-weight: 600;
    max-width: 270px;
}

.btn-entry:hover {
    background: #459361;
    color: white;
}

.nac-15-logo {
    width: 140px;
    position: absolute;
    right: 100px;
    top: 30px;
}

.nac-15-logo-home {
    width: 140px;
    position: absolute;
    right: 200px;
    top: 140px;
}

.right-pane {
    padding-left: 3rem;
}

.mobile-opco {
    padding: 40px;
    width: 100%;
    text-align: center;
    display: none !important;
}

.mobile-opco .opco-logo {
    width: 50px;
}


#home-details {
    height:75vh;
}


.days-menu {
    border-radius: 50px;
    width: 100%;
    max-width: 900px;
}