@import "/variables.css";
@import "/app.css";

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* needed for proper layout */
    font-family: "Roboto", sans-serif;
    background-color: #f6f7f9;
    font-size: 14px;
}



@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular.woff2') format('woff2'),
         url('fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}


@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-light.woff2') format('woff2'),
         url('fonts/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-medium.woff2') format('woff2'),
         url('fonts/roboto-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bold.woff2') format('woff2'),
         url('fonts/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}


* {
    outline: none;
}

body {
    overflow: hidden;
}

.page {
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1 1 auto;
    position: relative;
    /* need this to position inner content */
    overflow-y: auto;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.progress {
    height: 5px;
}

.back-link-block {
    min-height: 51px;
}

.content-area {
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.color-purple {
    color: var(--purple-link);
}
.color-red {
    color: var(--clr-red);
}

.background-success {
    background-color: var(--clr-success);
}

.btn-common {
    font-size: 10px;
    font-weight: 900;
    padding: 13px 27px;
    border-radius: 50px;
    border: 0px;
    letter-spacing: 1.25px;
}

.color-smoke {
    color: var(--clr-smoke);
}

.background-smoke {
    background-color: #d8d7d8;
}

.link-color {
    color: var(--clr-link);
}

.color-medium-dark {
    color: var(--medium-dark);
}

.background-blue {
    background-color: var(--clr-link);
}

.background-info {
    background-color: #ffffff;
}

.appointment-timer {
    color: #266b79;
    background-color: #d0ecf1;
}

.form-dropdown .selectContainer {
    border: 2px solid var(--input-border) !important;
    border-radius: 4px !important;
    height: 40px !important;
}

.form-dropdown.error .selectContainer {
    border-color: var(--clr-red) !important;
}

.form-dropdown .selectContainer.focused {
    border-color: var(--clr-success) !important;
}

.form-dropdown .indicator {
    top: 7px !important;
}

.form-dropdown .selection,
.form-dropdown .selectContainer input {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--clr-smoke) !important;
}

.btn-block {
    border: 2px solid var(--clr-link);
    padding: 8px 13px;
    margin-right: 4px;
    color: var(--clr-link);
}

.btn-block.active,
.btn-block:hover {
    background-color: var(--clr-link);
    color: var(--light);
}

.select-list {
    border: 2px solid var(--input-border) !important;
    color: var(--clr-smoke) !important;
}

.select-list:focus {
    border-color: var(--clr-link);
}

.back-btn {
    border: 2px solid var(--input-border) !important;
}

.input-error {
    border-color: var(--clr-red) !important;
}

.icon-15 {
    width: 15px;
    height: 15px;
}

input[type="radio"]:checked+span:before {
    background-image: url("./images/circle-icon.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

input[type="radio"]:checked+span+p {
    color: var(--medium-dark);
}

.form-control.error,
.form-error .selectContainer {
    border-color: var(--clr-red) !important;
}

.alert-error-message {
    left: 0px;
    z-index: 100;
}

.red-alert {
    background-color: var(--clr-red);
}

.booking-confirm-icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #f0f0f0;
}

.form-input-area {
    max-width: 420px;
}

.color-primary {
    color: var(--clr-primary);
}

.divider-line {
    background-color: var(--input-border);
}

.border-blue {
    border: 2px solid var(--clr-blue);
}

.post-code-number {
    max-width: 140px;
}

.call-progress-bar {
    height: 6px;
}

.dob-input input::-webkit-outer-spin-button,
.dob-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cursor {
    cursor: pointer;
}

.bg-active {
    background-color: #cfd9e7 !important;
}

.table-match-found .list-found-data:hover {
    background-color: #cfd9e7 !important;
}

@media (max-width:768px) {
    .footer-links a {
        color: #fff !important;
    }
    .btn-logout {
        padding: 14px 0;
        border-top: 1px solid #B3B3B3
    }
    .btn-logout .btn {
        width: 100%;
    }
    .booking-form-top {
        padding: 14px 0;
        border-top: 1px solid #B3B3B3
    }
    .booking-form-top {
        width: 100%;
    }
    .footer-tab-block {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        display: none;
    }
    .navbar-toggler[aria-expanded="true"] .header-close-btn {
        display: block!important;
    }
    .digital-doctor-logo {
        min-height: 45px;
        ;
    }
    .digital-doctor-logo img {
        max-width: 200px!important;
    }
    .irish-health-content {
        font-size: 12px;
    }
}

#respContent {
    max-width: 320px;
}


/* tablets: */

.policy-block input[type="radio"]:checked+span:before
{
    background-image: url('./images/check-icon.svg');
    background-size: 12px;
}

@media only screen and (max-width: 320px) {
    #bannerHolder {
        /* background-image: url('/images/DD_Mobile_banner_320x80_fa.JPG'); */
        max-height: 80px;
        max-width: 320px;
    }
    img {
        width: 100%;
    }
    #desktopbanner {
        display: none;
    }
    #tabletbanner {
        display: none;
    }
    #phonebanner {
        display: block;
    }
}

@media only screen and (min-width: 321px) {
    #bannerHolder {
        max-height: 120px;
        max-width: 736px;
    }
    #bannerHolder img {
        width: 100%;
    }
    #desktopbanner {
        display: none;
    }
    #tabletbanner {
        display: block;
    }
    #phonebanner {
        display: none;
    }
}

@media only screen and (min-width: 737px) {
    #bannerHolder {
        max-height: 120px;
        max-width: 856px;
    }
    #bannerHolder img {
        width: 100%;
    }
    #desktopbanner {
        display: block;
    }
    #tabletbanner {
        display: none;
    }
    #phonebanner {
        display: none;
    }
}

.review-text
{
    line-height: 15px;
}
.exception-list-items
{
    padding-left: 14px;
}
.clearSelect svg{
    vertical-align: inherit;
}
.listContainer{    
    max-height: 170px !important;
}