.invamed-light-blue {
    color: #00aeef !important;
}

.invamed-blue {
    color: #154881 !important;
}

.pointer-event-auto {
    pointer-events: auto;
}

.danger-bg {
    background-color: #f8d7da!important;
    border-color: #c95f6b!important;
}

.modal-background-color {
    background-color: rgba(219, 219, 219, 0.75);
}

.bg-inv-blue {
    background-color: #1e2a36!important;
}


/*invamed.com dan gelenler*/

@font-face {
    font-family: 'amerikasans';
    src: url('americasans.woff') format('woff2'), url('americasans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-american {
    font-family: "amerikasans";
}

.product-urun-alt {
    font-family: "amerikasans";
    font-size: 18px;
}

.mavibaslik {
    color: #00aeef !important;
    font-size: 30px;
}


/* eski siteden gelen css'ler son*/

.site-tree-hover {
    color: #336399;
    font-size: 18px;
}

.site-tree-hover:hover {
    color: #6495ed!important;
}

.site-tree-size {
    font-size: 18px;
}

.set-font-size-15px {
    font-size: 15px;
}

@media (min-width: 416px) and (max-width: 960px) {
    .site-tree-size {
        font-size: 16px;
    }
}

@media (max-width: 415px) {
    .site-tree-size {
        font-size: 11px;
    }
}

.text-black {
    color: black !important;
    font-size: 16px;
    text-align: left;
}

.blue-border-2px-p {
    border: 2px solid #154881;
    padding: 2px;
}

.gray-border {
    border: 2px solid #e1e1e1;
}

.no-left {
    left: 0px !important;
}

.contactUsTagA {
    color: #fff !important;
    font-weight: 700;
    text-decoration: underline;
}

.contactUsTagA:hover {
    color: #154881 !important;
    font-weight: 700;
    text-decoration: underline;
}