.mb-20{
    margin-bottom: 20px;
}
.mt-30{
    margin-top: 30px;
}
.btn-rounded{
    border-radius: 20px;
    font-weight: 500; 
    margin-top: 20px;
}
.block{
    border:1px solid #d9d9d9;
    border-radius: 4px;
    height:auto;
}
.round{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.img-rounded{
    border-radius: 150px;
    height: 300px;
    width: 300px;
    align-content: center;
    margin-left: 37%;
    margin-top: 10%;
    border: 5px solid #fff;
}
.orange{
    background-color: rgba(225, 174, 125 ,0.8);
    position: absolute;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.text-portland-bridges{
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
 
}
.text{
    text-align: center;
    color: #fff;

}
.Event-detail{
    padding: 20px;
    font-size: 22px;
    background-color: #f5f5f5;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -5px;
    border-top:1px solid #d9d9d9;
    text-transform:uppercase;
}

.border-left-0{
    border-left: 5px solid #ff4a57;
}
 .border-left-1{
    border-left: 5px solid #755ffc;
}
 .border-left-2{
    border-left: 5px solid #d746c8;
}
 
 .border-left-3{
    border-left: 5px solid #1ec416;
}
 .border-left-4{
    border-left: 5px solid #e3cf23;
}
 .border-left-5{
    border-left: 5px solid #ee8014;
}
 .border-bottom-1{
    border-bottom: 1px solid #d9d9d9;
}
 .single-event{
    padding: 10px;
    background-color: #fafafa;
}
 .p-24{
    font-size: 24px;
}
 .font-weight-bold{
    font-weight: bold;
}
 .p-12{
    font-size: 12px;
}
 .p-20{
    font-size: 20px;
}
 .text-purple{
    color: #4f66a5;
}
 .default-grey{
    color: #727272;
}
 .mt-min-10{
    padding-bottom: 10px;
}
 .ml-20{
    margin-left: 18px;
}
 .ml-25{
    margin-left: 20px;
}
 .btn-red{
    color:white;
    font-size:14px;
    border-radius:50px;
     background-color:#ff5c68;
    padding:5px 20px;
    margin:15px 20px 0px 0px;
     box-shadow:0px 1px 10px #ffcbcb;
}
 .btn-red:hover{
    color:white;
}
 .bg-cancelled{
    background-color: #fff7f7;
}