.border-fpinky{
    border-color:#ff3cec!important
}

.bg-flightrose{
    background-color:#f3d9fc!important
}
a.bg-flightrose:focus,a.bg-flightrose:hover,button.bg-flightrose:focus,button.bg-flightrose:hover{
    background-color:#d38cfa!important
}
.border-frose{
    border-color:#f68cfa!important
}
.border-fpurple{
    border-color:#8c52ff!important
}
.alert-flight{
    color:rgba(0,0,0,1);
    background-color:#f3d9fc;
    border-color:#000;
}
.alert-flight hr{
    border-top-color:rgba(17,209,122,.1)
}
.alert-flight .alert-link{
    color:#d65ee4
}
.text-fpinky{
    color:#ff3cec!important
}

.alert-custom {
    border-color: #4E4E4E;
    border-left: 4px solid #ff3cec;
    background-color: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    transition: all 0.3s ease-in-out;
}
.alert-custom:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-left-color: #ff3cec;
}
.text-rose{
    color:#f259ea;
    transition: all 0.2s ease-in-out;
}
.text-rose:hover{
    color:#be0fb6
}