﻿
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #e8e8e8 !important;
}

[data-scrim-top]::before, [data-scrim-bottom]::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 1%;
    background: linear-gradient(to bottom, #191919 0%, rgba(0, 0, 0, 0.33) 100%) !important;
    z-index: 0;
    border-radius: inherit;
}

.social-icons li:hover.social-icons-whatsapp a {
    background: #25d366;
}

.social-icons li a {
    color: #e8e8e8 !important;
}



.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-te-gadget {
    font-size: 19px !important;
}

#google_translate_element {
    display: none !important;
    position: fixed;
    width: 300px;
    top: 0;
    right: 0;
}

.common-Link--login:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 11px;
    margin-left: 2px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.common-Link--login:hover:after {
    margin-left: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-sm.common-Link--login:after {
    font-size: 10px;
}

.btn-xs.common-Link--login:after {
    font-size: 9px;
}

.common-Link--register:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    font-size: 11px;
    margin-left: 2px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.common-Link--register:hover:after {
    margin-left: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-sm.common-Link--register:after {
    font-size: 10px;
}

.btn-xs.common-Link--register:after {
    font-size: 9px;
}

.spinner-border-xph {
    display: inline-block;
    width: .9rem !important;
    height: .9rem !important;
    vertical-align: middle;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}



.medicalfooter {
    margin-bottom: 15px;
}

.well-multiple {
    padding: 10px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.list-group-multiple {
    padding: 5px 10px;
}

.fa-combobox {
    padding-right: 5px;
}

.hidden {
    display: none !important;
}

.requiredinput:after {
    content: " *";
    font-weight: bold;
    color: #dc3b3b;
    padding-top: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}