@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --scrollbar-bg-color: #505D6F1F;
    --scrollbar-border-radius: 10px;
}

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
        background-color: var(--scrollbar-bg-color) !important;
        border-radius: var(--scrollbar-border-radius) !important;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
        border-radius: var(--scrollbar-border-radius) !important;
        background-color: #7c88a6;
    }

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display-Regular.ttf') format('ttf'), url('../fonts/SF-Pro-Display-Regular.woff') format('woff'), url('../fonts/SF-Pro-Display-Bold.ttf') format('ttf'), url('../fonts/SF-Pro-Display-Bold.woff') format('woff');
    /* Add additional font-weight and font-style declarations if necessary */
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf");
}
/*
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
*/

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.header-row, .header-cell, .header-cell-middle, .header-cell-fine, .header-cell-zoom {
    position: relative;
    display: flex;
}

.header-row {
    height: 85px;
    background: #F6F6F9;
    flex-direction: row;
    font-family: 'Roboto';
    border-bottom: solid;
    border-bottom-color: #DCDCE4;
}

.header-cell, .header-cell-middle, .header-cell-fine, .header-cell-zoom {
    background: transparent;
    height: 100px;
}

.header-cell-left, .header-cell-right, .header-cell-middle {
    flex-direction: row;
}

.w-100 {
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-left: 20px;
}

.header-about-cell {
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-bottom: 13px !important;
    margin-left: -42px;
}

.provider-identity-name {
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.user-dropdown:hover .dropdown-content {
    display: block;
}

.header-cell-left-width, .header-about-cell {
    width: 250px;
}
.header-cell-right-width {
    width: calc(50vw - 330px);
}

.header-cell-middle-width {
    width: 660px;
}

.header-cell-fine {
    width: inherit;
    padding-top: 10px;
}
.provider-name-channel, .provider-name{
    display: flex;
    white-space: nowrap;
}

/*
.provider-name {
    font-size: 20px;
    padding-left: 35px;
}
*/

.provider-name-channel {
    padding-left: 10px;
    color: #2196F3;
    font-weight: bold;
}
.header-cell-zoom {
    width: auto;
    padding-top: 10px;
}

.main-container {
    width: 100%;
    height: calc(100vh - 85px);
    margin-top: 85px;
    display: flex;
    flex-direction: row;
    overflow: auto;
}

.middle-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-login-cell {
    min-width: 33%;
    padding: 5px 10px;
    white-space: nowrap;
    border: #dedede solid 1px;
    margin-left: 20px;
    border-radius: 5px;
}

    .header-login-cell:hover {
        background-color: #EBEFF2;
        color: blue;
    }

.header-about-cell {
    padding: 0 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header-logout-container {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    padding-left: 250px;
    align-items: center;
}

.provider-login {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2196F3;
}

.finish-thanks, .finish-thanks-desc, .access-denied, .access-denied-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.finish-thanks, .access-denied {
    font-size: 25px;
}

.access-denied, .access-denied-desc {
    color: red;
}
.finish-thanks, .finish-call-number {
    color: #2196F3;
}

.finish-thanks-desc, .access-denied-desc {
    font-size: 20px;
}

.finish-thanks-desc, .finish-call {
    color: #353A48;
}

.finish-call-container {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.finish-img {
    padding-right: 5px;
}

.finish-call {
    padding-right: 5px;
}


.w3-header-alert {
    top: -100px;
    position: relative;
    min-height: 85px;
}

    .w3-header-alert > p {
        margin-top: 10px;
    }

.star {
    font-weight: bold;
    color: red;
    padding-left: 3px;
}

.selected-count-container, .selected-count-input {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    line-height: 90%;
    display: flex;
    align-items: center;
    color: #505D6F;
    flex: none;
    order: 0;
    flex-grow: 0;
}

    .selected-count-input, .selected-count-input:hover, .selected-count-input:focus, .selected-count-input:active {
        border: transparent solid 0px;
        outline: none;
        width: 40px;
        text-align: right;
    }

.selected-count {
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 1px;
}

.div-result-panel {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #353A48;
    white-space: nowrap;
    align-items: center;
    padding-left: 80px;
}


.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite !important;
    animation: progress-bar-stripes 1s linear infinite !important;
}

.w3-import-alert > p {
    position: relative;
    top: 5px;
    margin-right: 40px;
}

.about-modal-close {
    font-size: 22px;
    cursor: pointer;
}

    .about-modal-close:hover {
        color: blue;
    }

.a-href-about:hover {
    text-decoration: none;
}


.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
    justify-content: flex-start;
}

.w-30 {
    width: 30%;
}

.flex {
    display: flex;
}

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

.w-inherit {
    width: inherit;
}

.h-inherit {
    height: inherit;
}

.div-header-row {
    display: flex;
    width: 100%;
    align-items: center;
}

.td-details-container {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.td-num-details {
    width: 50px;
    max-width: 50px;
}
.prov-2-details {
    padding-left: 10px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.prov-2-details:hover {
        cursor: pointer;

}
.job-det-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #2196F3;
}

.tr-det, .tr-det td {
    background: #E7F4FD !important;
}

.job-det-table-th {
    color: var(--Light-Light-SystemColors-Header, #8E8EA9);
    /* Inter 11 Head table */
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 13.75px */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.job-det-table-td {
    color: var(--light-light-system-colors-secondery-text, #505D6F);
    /* Inter 14 Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
}
.job-det-table-td-space{
    min-width: 20px;
    max-width: 150px;
    width: auto;
}
.break-word {
    word-break: break-word;
}
.w-s-nowrap {
    white-space: nowrap;
}
::placeholder {
    color: rgba(55, 58, 60, 0.5) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(55, 58, 60, 0.5) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(55, 58, 60, 0.5) !important;
}

.w3-modal-alert-danger {
    max-height: 300px;
    overflow: auto;
    color: red;
}

.zoom-logo {
    margin-left: 0;
    margin-right: auto;
}
.nav-item-sub-1{
    padding-left: 20px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.cursor{
    cursor: pointer;
}
.input-dis {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: #d5d5d5 solid 1px;
    padding-left: 5px;
    min-height: 30px;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
}

.dropdown-btn {
    background-color: #EBEFF2;
    color: lightgray;
    padding-right: 15px;
    padding: 4px 0px 0px 2px;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .dropdown-content {
    display: block;
    font-size: 11px;
}

.dropdown-content a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        background-color: #cdcfd1;
    }

.log-out-btn {
    border: none;
    text-decoration: none;
    background-color: #f9f9f9;
}

form {
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    form:hover {
        background-color: #cdcfd1;
    }

.log-out-btn:hover {
    background-color: #cdcfd1;
}

.table {
    border-radius: 4px 4px 0px 0px;
    background: var(--Light-Light-SystemColors-Background, #F6F6F9);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 13.75px */
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.badge-user {
    width: 40px;
    height: 40px;
    background: #20CA7B;
    border: none;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.service-type {
    text-indent: -110px;
    padding-top: 2ch;
    font-family: SF Pro Display;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-align: left;
}