﻿body {
    font-family: "Roboto", sans-serif;
    background-color: #0f2144;
    color: white;
}

.banner {
    text-align: center;
}

/*Bootstrap 4 and Safari brower on Mac*/
.row:before, .row:after {
    display: none !important;
}

a:not(.btn) {
    text-decoration: underline;
    color: white;
}

    a:not(.btn):hover {
        color: white;
    }

.logo img {
    max-width: 70%;
}

.banner img {
    max-width: 80%;
}

/* For new home page */
.l-main-wrapper {
    background-color: #ffffff;
}

    .l-main-wrapper .elementor a {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }

    .l-main-wrapper a:not(button) {
        color: #000000 !important;
    }

    .l-main-wrapper.login {
        background-color: #d0cece !important;
    }

        .l-main-wrapper.login .container {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #000000;
        }

    .l-main-wrapper .btn-login {
        background-color: #0f2144;
        color: #ffffff !important;
    }

    .l-main-wrapper .elementor-row {
        padding-bottom: 30px;
    }

    .l-main-wrapper .elementor-text-editor ul li {
        list-style: disc !important;
    }

        .l-main-wrapper .elementor-text-editor ul li:before {
            display: none;
        }

    .l-main-wrapper .elementor a {
        text-decoration: underline !important;
    }
/* End - For new home page */

/* For mobile-enroll page */
.mobile-enroll .title {
    margin-top: 20px;
    text-align: center;
}

.mobile-enroll .btn-view-sample-toolkit {
    width: 80%;
    margin-top: 15px;
    padding: 0.75rem 0.75rem;
}

.mobile-enroll .btn-send-patient-education {
    width: 80%;
    margin-top: 15px;
    padding: 0.75rem 0.75rem;
}

.mobile-enroll .btn-create-your-own-toolkit {
    width: 80%;
    margin-top: 15px;
    background-color: #c00000;
    border-color: #c00000;
    padding: 0.75rem 0.75rem;
}
/* For mobile-enroll page */

/* For inforx page */
.inforx .title {
    margin-top: 20px;
    text-align: center;
}

.inforx .step {
    max-width: 100%;
    text-align: center;
}

.inforx img {
    max-width: 100%;
}

.mobile-enroll .btn-send-patient-education {
    width: 80%;
    margin-top: 15px;
    padding: 0.75rem 0.75rem;
}

.mobile-enroll .btn-create-your-own-toolkit {
    width: 80%;
    margin-top: 15px;
    background-color: #c00000;
    border-color: #c00000;
    padding: 0.75rem 0.75rem;
}
/* For inforx page */

.error-message, .validation-summary-errors {
    color: red;
}

.hide {
    display: none
}

.cursor-pointer {
    cursor: pointer;
}

.bg-main-navbar {
    background-color: #0f2144;
    padding: 1px;
}

.bg-main-navbar .navbar-brand {
    text-decoration: none;
    text-align:center;
    padding-top:0px;
    padding-bottom:0px;
}

.bg-main-navbar .navbar-brand.active {
    text-decoration: underline;
}

.bg-main-navbar .icon {
    color: #ed7000;
    font-size: 30px;
}

.bg-main-navbar .text {
    margin-top: -10px;
    font-size: 14px;
}

.header-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    text-align: center;
    font-size: 21px;
    padding: 9px;
    background-color: #0f2144;
}

.account {
    min-height: calc(100dvh - 103px);
    background-color: white;
    color: #0f2144;
    padding-bottom: 85px;
    padding-top: 51px;
}

.account a,
.account a:hover {
    color: #0f2144;
}

.account .group {
    margin-top: 10px;
}

.account .group .item {
    margin-top: 9px
}

.account .group .item a {
    text-decoration: none;
}

.account .group .item a:hover {
    color: #0f2144;
}

.account .group .item .icon {
   float:right;
}

.account .group .title {
    font-weight:bold;
    margin-bottom: 5px
}

.header-bar .icon-back {
    float: left;
}

#customerSupportModal {
    color: #0f2144;
}

.btn-primary-custom {
    text-align: center;
    padding: 6px 20px;
    border: none;
    font-size: 1rem;
    display: inline-block;
    background-color: #ed7000 !important;
    border-color: #ed7000 !important;
    color: #ffffff !important;
}

.ellipses {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}