/*
    Document   : oa-index
    Created on : May 15, 2015, 4:21:51 PM
    Author     : Varun Akurathi <varun.a@eclinicalworks.com>
    Description:
        Purpose of the stylesheet follows.
*/

#oaHomeLeftDiv {
    height: 620px;
}
#oa-map-canvas {
    height: 620px;
}

@media only screen
and (min-width:768px)
and (max-width:1366px){
    #oaHomeLeftDiv {
        height: 546px;
    }
    #oa-map-canvas {
        height: 546px;
    }
    #oa-popular-specialties-list {
        height: 267px;
    }
    #oa-featured-providers-list {
        height: 267px;
    }
}

/* iPad landscape specific styles */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    #oaHomeLeftDiv {
        height: 546px;
    }
    #oa-map-canvas {
        height: 546px;
    }
    #oa-popular-specialties-list {
        height: 267px;
    }
    #oa-featured-providers-list {
        height: 267px;
    }
}

#oa_location {
    font-size: 14px;
    font-family: Poppins, sans-sarif;
}

.ui-autocomplete {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 10000000;
    float: left;
    display: inline-block;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #00000033;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    height: 300px;
    cursor: pointer;
    overflow-y: auto;
}
.ui-autocomplete .ui-menu-item {
    font-size: 14px;
    font-family: Poppins, sans-sarif;
    color: #000;
    list-style: none;
    line-height: 20px;
    font-weight: 400;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 10px 16px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    border-bottom: 0px solid #ccc;
}
.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-active {
    display:block;
    text-decoration: none;
    background: #0D0630;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-widget-content .ui-state-focus {
    background: #e9f3f5;
    color: #000;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all .ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all .ui-state-active {
    text-decoration: none;
    background: #0D0630;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-menu-item-wrapper {
    padding: 10px 16px;
}
.f-error{
    border: 1px solid #AC0606 !important;
}
.provImgBlock{
    max-height: 88px;
    max-width: 88px;
}
.pracImgBlock{
    max-height: 60px;
}
.p-code{
    margin-top: 10px !important;
}
.next-align{
    margin-left: auto;
}
.cursor-pointer {
    cursor: pointer;
}
.red-error-block{
    float:right;
    padding-right:27%;
    color: #AC0606 !important;
}
.border-box{
    border: 2px dashed #8091A3;
    padding: 10px;
    border-radius: 3px;
    margin-top: 10px;
    color: #333;
}
#practiceConsentTxt{
    border-radius: 10px !important;
    height: 300px;
}
.btnCancel, .continue-button, .loginaction{
    height: 36px !important;
    padding: 7px 24px !important;
}
.h-wrapper .search-wrapper .actionblock{
    padding: 15px;
}
.loader.width20,
.loader.width20:after {
    border-top: 0.5em solid rgba(78, 195, 224, 0.2);
    border-right: 0.5em solid rgba(78, 195, 224, 0.2);
    border-bottom: 0.5em solid rgba(78, 195, 224, 0.2);
    border-left: 0.5em solid #4ec3e0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 5px;
}
.search-wrapper{
    width:650px;
    padding:0px !important;
}
.search-header{
    padding: 20px;
}
.searchbody{
    padding: 0px 20px;
}
.search-footer{
    padding: 20px !important;
    /*background: #EDF9FC;*/
    border-bottom-right-radius:15px;
    border-bottom-left-radius: 15px;
}
#nearByPractice{
    padding: 30px 0px;
}
.h-wrapper .top-provider-carousel .provider-card.practice-card{
    padding: 20px;
}
.address-ellipses{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.no-result-border{
    border: 1px solid #E0E7E9;
    padding: 1rem;
}
.h-wrapper .accordion.showitems .accordion-body{
    padding: 10px 0px 0 !important;
}
.h-wrapper .accordion.showitems .accordion-item {
    margin-right: 0px !important;
}
.signin-imgblock{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDE3E8;
    border-radius: 20px;
    margin-right: 16px;
}
.signin-content{
    display: flex;
    flex-direction: column;
    width: calc(100% - 106px);
}
.collapsing{
    height: 40px !important;
}

#s2id_oa_visit_reason {
    padding: 0;
    margin: 0;
}

.select2-container .select2-choice .select2-arrow {
    display: none;
}

.select2-container {
    padding: 0 !important;
}

.select2-container .select2-selection {
    margin-left: -50px;
    background-color: #fff;
    background: url(../../webview/img/dwnarrow.png) no-repeat;
    background-position: calc(100% - 25px) 28px;
    min-height: 64px;
    padding: 0 0 0 8px;
    border: none;
    border-radius: 14px 0 0 14px;
}

.select2-container .select2-selection > .select2-selection__rendered {
    margin-right: 17px;
    margin-left: 45px;
    padding-bottom: 10px;
    padding-top: 20px;
    display: block;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    color: #2B2B2B;
    font: 14px Poppins, sans-serif;
}

.select2-dropdown {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    font: 14px Poppins, sans-sarif;
    border: 1px solid #00000033;
    border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #00000033 !important;
    border-radius: 10px !important;
}

.select2-selection__arrow {
    display: none;
}

.select2-selection {
    height: auto !important;
}

.select2-results__options .select2-results__option {
    padding: 10px 16px;
    line-height: 20px;
    white-space: normal;
    overflow: hidden;
    text-wrap: wrap;
    word-break: break-word;
}

.select2-search input {
    border-radius: 7px;
    color: #000;
    font: 14px Poppins, sans-sarif;
}

.text-justify{
    text-align: justify;
    margin-right: 20px;
}
.red-left-border{
    border-left-color: red !important;
}

/*.h-wrapper .main-cardtab.nav-pills .nav-item .nav-link {*/
/*    width: 260px;*/
/*}*/
.h-wrapper .existing-account-section{
    padding: 10px 20px;
    max-height: 225px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.h-wrapper .existing-account-section::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.h-wrapper .existing-account-section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #999;
}

.h-wrapper .existing-account-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    border-radius: 10px;
    background-color: transparent;
}

@media screen and (max-width: 480px) {
    .h-wrapper .mob-tab-wrapper {
        margin-top: 15px;
    }

    .downloaded-section {
        margin-top: 15px;
    }

    .row>* {
        padding-left: calc(var(--bs-gutter-x) * .9);
        padding-right: calc(var(--bs-gutter-x) * .9);
    }

    .mob-section>* {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .red-error-block {
        margin-top: -65px;
    }

    .select2-container .select2-choice {
        margin-left: -40px;
        min-height: 48px;
        border: none !important;
        border-radius: 14px;
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-top: 13px;
    }

    #searchby-sepeciality {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 480px) and (max-width: 750px) {
    #apptSearchSection {
        margin-top: 100px;
    }

    .red-error-block {
        margin-top: -65px;
    }

    .downloaded-section {
        margin-left: 15px;
        margin-right: 25px;
    }
}

.badge {
    background: #ddd;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

.trending-btn {
    align-self: center;
    bottom: 6%;
    position: absolute;
}

@media screen and (max-width: 750px) {
    .trending-btn {
        align-self: center;
        bottom: 11%;
        position: absolute;
    }
}

.nav-link:focus {
    box-shadow: none !important;
}

.h-wrapper .top-provider-carousel .provider-card {
    height: 290px;
}

.h-wrapper .providerLanguagesDiv::-webkit-scrollbar,.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
    background-color: #e1e1e1;
}
.h-wrapper .providerLanguagesDiv::-webkit-scrollbar-thumb,.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #e1e1e1;
    margin-right: 5px;
}
.h-wrapper .providerLanguagesDiv::-webkit-scrollbar-track,.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(245 245 245 / 30%);
    border-radius: 0;
    background-color: rgb(255, 255, 255);
}
.nearby-practice-item {
    cursor: pointer;
}

.word-break{
    word-break: break-word;
}
.icon-hospital:before{
    font-size: 15px;
}
.nearby-practice-card{
    min-height:265px !important;
    padding: 15px 20px 10px 29px !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 991px) {
    .h-wrapper .select-box.language-dropdown {
        border: 1px solid transparent;
        background: transparent;
        margin-right: 5px;
        max-width: 110px;
        min-width: 64px;
    }
    .mobLangOption {
        margin-left: 55%;
    }
}

@media screen and (min-width: 375px) and (max-width: 750px) {
    .mobLangOption {
        margin-left: 33%;
    }
}

@media screen and (max-width: 374px){
    .mobLangOption {
        margin-left: 30%;
    }
}

.trending-provider-name {
    overflow: hidden;
    white-space: nowrap;
    display:inline-block;
    text-overflow: ellipsis;
    max-width: 155px;
    margin-bottom: -6px;
}

.pre-wrap{
    white-space: pre-wrap;
}
.nav-link.active .p-font-bold {
    font-weight: 600;
    color: #000;
}
.input-group .icon-location,
.icon-search{
    cursor: default !important;
}
.border-left{
    border-left: 1px solid #70707033;
}
.remember-me-width-800{
    width: 800px;
}
.icon-green{
    font-size: 25px;
    color: green;
}
.portal-redirect-msg{
    color: #cc4444;
    font-weight: 500;
}
.select2-label {
    display: block;
    pointer-events: none;
    line-height: 1em;
    position: absolute;
    color: #757575 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 12px;
    top: 27px;
    left: 40px;
}
.select2-floating-selected {
    transition-duration: .3s;
    transform: translate(0, -2.2em) scale(0.9, 0.9);
    z-index: 10;
    position: absolute;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--wcag-border) !important;
    content: attr(alt);
    white-space: nowrap;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 5px;
    top: 20px;
    left: 40px;
    width: fit-content !important;
}
@media (max-width: 767px) {
    .select2-label {
        top: 18px;
        left: 34px;
    }
    .select2-container .select2-selection {
        min-height: 48px;
        margin-left: -40px;
        border-radius: 10px;
    }
}