.company-color {
    color: #335eea !important;
    /* color: #094786 !important; */
}

.force-white {
    color: #fff;
}

.company-bg {
    background-color: #094786 !important;
}

.alt-bg {
    background-color: #0670b7 !important;
}

.alt-txt {
    color: #0670b7 !important;
}

.bg-dark {
    background-color: #96b8aa !important;
}

.navbar ul {
    margin-bottom: 0;
}

.navbar ul li {
    display: inline-block;
}

.navbar ul li:first-child {
    margin-right: 8px;
}

.navbar a:hover {
    color: #fff;
}

.shape.shape-bottom.text-dark {
    color: #96b8aa !important;
}

.sm-file-input {
    height: 150px;
    border: 1px dashed #869ab8;
    border-radius: .375rem;
    position: relative;
}

.sm-file-input label {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}

.sm-steps-ill {
    max-width: 125px;
}

.sm-file-input-design i {
    margin-top: 12px;
    font-size: 72px;
}

.sm-file-input input {
    display: none;
}

.sm-file-input-design {
    text-align: center;
}

.sm-file-input-previews {
    padding: 18px;
    height: 100%;
    position: relative;
}

.sm-file-input-errors {
    display: none;
}

.sm-file-input-preview-item-remove {
    padding: 4px 10px 6px 10px;
    top: -62px;
    right: 0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.33);
    background-color: #d37373;
    cursor: pointer;
    z-index: 2;
}

.sm-file-input-preview-item-remove i {
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.sm-file-input-preview-item {
    margin-right: 2%;
    max-height: 100%;
    max-width: 48%;
    border-radius: .375rem;
}

.pointer {
    cursor: pointer !important;
}

.sm-lang-dropdown {
    position: relative;
    cursor: pointer;
}

.sm-lang-dropdown span {
    text-transform: uppercase;
    color: #fff;
}

.sm-file-input-preview-item-wrapper {
    position: relative;
}

.sm-languages-menu {
    padding: 16px;
    top: 55px;
    left: -78px;
    display: none;
    position: absolute;
}

.card h4 {
    font-weight: bold;
}

.sm-languages-menu a {
    display: block;
    color: #fff;
}

.lds-ring {
    margin: 0 auto;
    position: relative;
    width: 45px;
    height: 45px;
    display: none;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    margin: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #d9e2ef transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.sm-flags {
    margin-right: 8px;
    width: 25px;
}

ul.navbar-nav.ms-auto {
    align-items: center;
}

#sm-description {
    position: relative;
    z-index: 3;
}

.sm-mandatory {
    color: #c50000;
}

.sm-portrait {
    width: 100%;
    max-width: 400px;
}

.none {
    display: none;
}

.bg-white {
    background-color: #fff !important;
}

.form-check-input:checked {
    background-color: #0670b7;
}

.ss-long-shadow {
    box-shadow: 0px 15px 22px 2px rgba(0, 0, 0, 0.25);
}

.sm-laterality-selector,
.sm-doctor-selector {
    text-align: center;
}

.sm-laterality-img {
    width: 100%;
    cursor: pointer;
}

.rounded-corners {
    border-radius: 8px;
}

.border-white {
    border-color: #fff !important;
}

.border-xl {
    border-style: solid !important;
    border-width: 8px !important;
}

.sm-large-nav-menu {
    display: none !important;
}

.sm-large-nav-menu div {
    display: flex;
    flex-direction: row;
    justify-content: "space-between";
}

.sm-large-nav-menu .nav-link {
    margin: 0 10px;
}

.sm-small-nav-menu {
    margin-right: 8px;
    display: none;
}

.nav-link-btn {
    margin: 0 4px 0 4px;
    padding: 8px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    /* -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); */
}

.sm-sidebar-close {
    margin-top: 8px;
    margin-right: 4px;
    text-align: right;
}

.sm-sidebar {
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    transition: transform 0.7s ease-out 0s;
    transform: translateX(315px);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}

.sm-sidebar a {
    padding: 8px 0 8px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sm-sidebar-open {
    transform: translateX(0);
}

.qrRow {
    margin-top: 145px;
    height: 200px;
}

.qrBlock {
    top: -145px;
}

.qr-block-alt {
    top: -75px;
}

#qrRoom {
    box-sizing: border-box;
    width: 144px;
    /* 128 + padding */
}

.qrPowered {
    margin-top: 26px;
}

.navbar-brand-img {
    filter: brightness(0) invert(1);
}

.bg-medrooms-lighter {
    background-color: #e2eae9;
}

.list-social-icon {
    filter: brightness(0) invert(1);
}

@media (min-width: 300px) {
    .navbar-brand-img {
        max-height: 1.8rem;
    }
}

@media (min-width: 768px) {
    .sm-large-nav-menu {
        display: inline-block !important;
    }

    .sm-small-nav-menu {
        display: none !important;
    }

    .qrBlock {
        top: -150px;
    }
}

@media (min-width: 992px) {
    .navbar-brand-img {
        max-height: 2.4rem;
    }

    .bg-between {
        background-size: auto 28%;
    }
}

@media (min-width: 1150px) {
    .bg-between {
        background-size: auto 30%;
    }
}

@media (min-width: 1260px) {
    .bg-between {
        background-size: auto 40%;
    }
}

@media (min-width: 1615px) {
    .bg-between {
        background-size: auto 52%;
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}