﻿@media (min-width: 1084px) {
    .main-banner .material-md-card {
        background: none;
        box-shadow: none;
        color: #ffffff !important;
    }
}


/*.opporutinity {
    background: linear-gradient(#f8f7f8,#d2e8f4);
}*/

.greenbg-light {
    background: #daf2d0;
}

.orangebg {
    background: #fea289;
}

.greybg {
    background: #49C5B1;
}


.orange-border {
    border-color: #fea289;
}

.purplebg {
    background: #cd60d0;
    color: #000;
}

.purple-border {
    border-color: #bf39c3;
}

/*.agenda {
    background: url("../images/bg1.png") no-repeat;
    background-size: cover;
}*/

.orangebg-light {
    background: #feebe6;
}

.purplebg-light {
    background: #f1d6f2;
}

.speakers {
    background: #f4f1f4 url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: 0px 115px;
}

@media (forced-colors: active) {
    .cus-bacgrd-cardbody {
        background: currentColor;
    }
}

.greybg {
    background-color: #3fb7a7; /* teal */
    color: #000;
    font-weight: 500;
}

.orange-border {
    border-color: #3fb7a7 !important;
}

.purple-border {
    border-color: #bf38d3 !important;
}

.border-radius-top-40 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.border-radius-bottom-40 {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
/* Session list styling */
.agenda-sessions li {
    padding: 8px 25px;
}

    .agenda-sessions li:nth-child(even) {
        background-color: #f4fafa; /* light cyan */
    }

.purple-border .agenda-sessions li:nth-child(even) {
    background-color: #f7e9fc; /* light purple/pink */
}

/*.agenda-sessions {
    margin-top: 1rem;
    margin-bottom: 1rem;
}*/

.event-background {
    background: url(../Images/pageexperience-background.jpg) no-repeat;
    background-size: cover;
}

.mheight {
    min-height: 210px;
}

.img-icon {
    width: 70px;
    height: 70px;
}
