/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.reg-btn-color {
    background-color: #064cad !important;
}

.login-btn-color {
    background-color: #3dce7f !important;
}

.text-bidan {
    color: #cd3d68 !important;
}

.btn-pink {
    background-color: #cd3d68 !important;
    border-color: #cd3d68 !important;
}

.btn-rounded {
    border-radius: 30px !important;
}

.bg-pink {
    background-color: #ffe5ed !important;
}

.cta-bg {
    background-color: #ffe5ed !important;
}

.izidok-blue {
    background-color: #002952 !important;
}

.logo-footer-white {
    filter: brightness(0) invert(1) grayscale(1);
}

ul.cu-desc {
    --icon-space: 1.7em;
    list-style: none;
    padding: 0;
}

li {
    padding-left: var(--icon-space);
}

ul.cu-desc > li:before {
    content: "\f14a";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: #cd3d68;
}

.card-contact-us {
    background-color: #f7f9fc !important;
    border-color: #f7f9fc !important;
    box-shadow: none !important;
}

.bg-overlay-pattern-pink {
    background-image: url(../images/landing/pattern.png);
    background-color: transparent;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}

#footer .social-links a {
    font-size: 22px;
    display: inline-block;
    background: #fff;
    color: #2487ce;
    line-height: normal;
    padding: 3px 1px;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
