/* _content/CompanyPortal/Views/HealthCheck/Index.cshtml.rz.scp.css */
div[b-oo3n731f4d] { 
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/CompanyPortal/Views/Login/ForgotPassword.cshtml.rz.scp.css */
h4[b-18st7wt766] {
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #ddd;
    padding: 10px;
    color: #00aeef;
}
/* _content/CompanyPortal/Views/Login/Login.cshtml.rz.scp.css */
h4[b-lc3v3jncta] {
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
    border:1px solid #ddd;
    padding: 10px;
    color: #00aeef;
}
/* _content/CompanyPortal/Views/Login/ResetPassword.cshtml.rz.scp.css */
h4[b-morpmtfa5z] {
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #ddd;
    padding: 10px;
    color: #00aeef;
}
/* _content/CompanyPortal/Views/Patients/index.cshtml.rz.scp.css */
header[b-ir091grs68], h3[b-ir091grs68] {
    width: 100%;
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 30px;
    font-weight: bold;
    color: #00aeef;
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
}

.search[b-ir091grs68] {
    border: 1px solid lightgray;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
}

.form-control[b-ir091grs68] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus[b-ir091grs68] {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


/*---------Table-Style-BEGIN------------*/
table[b-ir091grs68] {
    margin: 0px;
}

th[b-ir091grs68] {
    text-align: center;
    /*text-wrap: initial;*/
    font-weight: 600;
    border-right: 1px solid white;
    background-color: #aaaaaa;
    color: #ffffff;
    padding: 0.6em;
    font-size: 14px;
    line-height: 1.42857143;
}

td[b-ir091grs68] {
    border: 1px solid #e9ecef;
    font-weight: 400;
    font-size: 14px;
}

table > tbody > tr:nth-child(odd)[b-ir091grs68] {
    background-color: #fff0df;
}

/*-------END-------------------------*/
/* _content/CompanyPortal/Views/PatientViewFiles/index.cshtml.rz.scp.css */
.appointment-container[b-83am9qq5eb] {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}


    .appointment-container div table[b-83am9qq5eb] {
        border: 1px solid lightgray;
    }

.image-button[b-83am9qq5eb] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    /*width: 300px;*/
}

    .image-button label[b-83am9qq5eb] {
        /*white-space: nowrap;
        overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        cursor: pointer;
    }

.file-container[b-83am9qq5eb] {
    /*margin-top: 15px;*/
    display: grid;
    grid-template-columns: 3fr 5fr;
    gap: 15px;
}

.file-container-2[b-83am9qq5eb] {
    margin-top: 15px !important;
    display: grid;
    grid-template-columns: 6fr 2fr;
    gap: 15px;
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #ddd;
    padding: 10px;
    color: #00aeef;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
}

.header[b-83am9qq5eb] {
    width: 100%;
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    color: #00aeef;
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
    margin-bottom: 15px;
}

h4[b-83am9qq5eb] {
    background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #ddd;
    padding: 10px;
    color: #00aeef;
}

h4[b-83am9qq5eb], table[b-83am9qq5eb] {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
}



.download-button[b-83am9qq5eb] {
    background-color: #00aeef;
    color: white;
    border: none;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition-duration: 500ms;
}

    .download-button:hover[b-83am9qq5eb] {
        color: #0076a3;
        background-color: #d4d4d4;
        box-shadow: inset 0 3px 5px #c0c0c0;
    }


/*---------Table-Style-BEGIN------------*/
table[b-83am9qq5eb] {
    margin: 0px;
}

th[b-83am9qq5eb] {
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    border-right: 1px solid white;
    background-color: #aaaaaa;
    color: #ffffff;
    padding: 0.6em;
    font-size: 14px;
    line-height: 1.42857143;
}

td[b-83am9qq5eb] {
    border: 1px solid #e9ecef;
    font-weight: 400;
    font-size: 14px;
}

table > tbody > tr:nth-child(odd)[b-83am9qq5eb] {
    background-color: #fff0df;
}

/*-------END-------------------------*/
.table-wrapper[b-83am9qq5eb] {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}

    .table-wrapper th[b-83am9qq5eb] {
        top: 0;
        position: sticky;
    }
.file-table-wrapper[b-83am9qq5eb] {
    height: 1020px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}
/* _content/CompanyPortal/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-o6ekffagx9] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-o6ekffagx9] {
  color: #0077cc;
}

.btn-primary[b-o6ekffagx9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-o6ekffagx9], .nav-pills .show > .nav-link[b-o6ekffagx9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-o6ekffagx9] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-o6ekffagx9] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-o6ekffagx9] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-o6ekffagx9] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-o6ekffagx9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
