body {
    font-family: 'Montserrat', sans-serif;
}

.text-sob-primary {
    color: #2439EA;
}

.text-sob-secondary {
    color: #F9B300;
}

.text-sob-light-grey {
    color: #767676;
}

.bg-sob-primary {
    background-color: #2439EA;
}

.bg-sob-secondary {
    background-color: #F9B300;
}

.sob-r-1 {
    right: .25rem;
}

.sob-r-2 {
    right: .5rem;
}

.sob-bg-none {
    background: none;
}

.sob-title-fs {
    font-weight: 700;
    font-size: 0.9em;
}

.btn-sob-blue {
    background-color: #2439EA;
    color: #fff;
    border: 1px solid #2439EA;
    border-radius: 50px;
}

.btn-sob-blue:hover {
    background-color: white;
    color: #2439EA;
    border: 1px solid #2439EA;
    border-radius: 50px;
}


.sob-legacy-top-title-holder {
    background: linear-gradient(to bottom, #2439EA 95%, white 95%);
    color: white;
    border-radius: 15px 15px 0 0;
    padding:0;
}

.sob-legacy-top-title-holder > div > h1 {
    color: white;
    font-size:1.4em;
    margin:15px auto;
}

.sob-legacy-top-title-footer {
    width:100%;
    height:15px;
    border-radius: 15px 15px 0 0;
    background: white;
}

.sob-legacy-back-btn-title {
    font-weight: 700;
    font-size: 16px;
    color: white;
}

.center-buttons .modal-footer {
    text-align: center;
    display: block;
}

.sob-toast-position {
    position: fixed;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}

.bg-success {
    background-color: #28a745 !important;
}

.disable-click-events {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: not-allowed;
}

.line-clamp-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--lh) * 2);
}

.min-sob-vh-25 {
    min-height: 25vh;
}

.min-sob-vh-50 {
    min-height: 50vh;
}

.min-sob-vh-75 {
    min-height: 75vh;
}

@media screen and (max-width: 578px) {
    .sob-title-fs {
        font-size: 0.8em;
    }
}

@media (max-width: 769px) {
    .sob-legacy-top-title-holder > div > h1 {
        font-size:1em;
        margin:10px auto;
    }
}

@media screen and (min-width: 768px) {
    .sob-toast-position {
        left: auto;
        transform:none;
        right: 1rem;
    }
}