@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?834fj34');
    src:  url('/fonts/icomoon.eot?834fj34#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?834fj34') format('truetype'),
        url('/fonts/icomoon.woff?834fj34') format('woff'),
        url('/fonts/icomoon.svg?834fj34#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.card {
    border-color: pink;
}

.card-header {
    border-color: pink;
    background-color: pink; 
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #fd91a4 !important;
    border-color: #fd91a4 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    color: #ffffff;
    background-color: pink !important;
    border-color: pink !important;
}

.btn-link {
    color: #fd91a4;
}

nav a, nav a:hover {
    color: #fd91a4;
}

.btn.btn-pink {
    color: deeppink;
    background-color: transparent !important;
    border-color: deeppink !important;
}

.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active,
.btn.btn-pink.active {
    color: #f155a9;
    background-color: transparent !important;
    border-color: #f155a9 !important;
}

.navbar-brand {
    color: deeppink !important;
}

label.error{
    color: #ff0000;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-whatsapp:before {
    content: "\ea93";
}

@media (max-width:480px) {
    .fc-toolbar-title {
        font-size: 1.1em !important;
    }
}

a.fc-col-header-cell-cushion {
    color: deeppink;
}

#btnWhatsEdit {
    font-size: 25px;
    font-weight: bold;
    margin-left: -13px;
    margin-top: 5px;
    float: left;
    color: #128c7e;
}