:root {
    --font-source: "Source Sans Pro", sans-serif;
    --font-head: "Josefin Sans", sans-serif;
}
/* header */
.navbar-toggler:focus {
    box-shadow: none !important;
}
.mb-view-buttons-design {
    display: none !important;
}
.navbar-expand-lg .navbar-collapse {
    padding-left: 100px;
    justify-content: flex-end;
}
.navbar-brand img {
    max-width: 240px;
}
.navbar-nav .nav-link {
    font-family: var(--font-source);
    font-size: 16px;
    font-weight: 700;
    color: #424244;
    padding: 20px !important;
}
.login-button-header {
    width: 22%;
    text-align: right;
}
.login-button-header a {
    max-width: 100px !important;
    width: 100%;
    font-size: 16px;
    color: #00aeef;
    font-family: var(--font-source);
    font-weight: 700;
}
.log-in-button {
    background-color: transparent;
    border: none !important;
}
.log-in-button:hover {
    color: #00aeef;
}
.sign-in-button {
    background-color: transparent;
    border: 1px solid #00aeef;
    transition: 0.3s;
    border-radius: 10px;
}
.sign-in-button:hover {
    color: white;
    background-color: #00aeef;
    border: 1px solid #00aeef;
}
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.login-structure {
    background-color: #00aeef;
    height: 100vh;
}
.login-box-main {
    background-color: white;
    padding: 32px;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 16px;
}
.login-box-main img {
    max-width: 258px;
    width: 100%;
    margin-bottom: 32px;
}
.login-box-main h3 {
    font-size: 20px;
    color: #021229;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}
.logo-sec {
    text-align: center;
}
.login-box-main input {
    border: none;
    font-size: 16px;
    color: #021229;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}
.login-box-main input:focus {
    box-shadow: none !important;
}
.login-box-main label {
    border: none;
    font-size: 14px;
    color: #42597a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}
.login-box-main .form-floating {
    border-bottom: 1px solid lightgray;
}
.form-head {
    border: 1px solid lightgray;
}
.login-main-form-sec {
    border: 1px solid #c7d1d9;
    margin-bottom: 12px;
}
.last-division {
    border-bottom: none !important;
    border-top: none !important;
}
.forgot-pas-design {
    text-align: right;
}
.forgot-pas-design a {
    font-size: 14px;
    color: #42597a;
    text-decoration: none !important;
}
.login-page-button-design a {
    font-size: 16px;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    text-decoration: none !important;
}
.login-page-button-design {
    background-color: #00aeef !important;
    border: 1px solid #00aeef !important;
    width: 100%;
    margin-top: 32px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
}
.login-page-button-design:focus {
    box-shadow: none !important;
    outline: none !important;
}
.center-main-sec {
    height: 96vh;
}
.list-dropdown-item {
    list-style: none !important;
}
/*new css*/
.dropbtn {
    background-color: transparent;
    color: #021229;
    padding: 8px 18px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: transparent !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 240px;
    filter: drop-shadow(0px 40px 120px rgba(6, 24, 86, 0.24));
    z-index: 1;
    border-radius: 0px !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    font-size: 16px;
    color: #021229;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}
.dropdown-content a img {
    max-width: 19px;
    width: 100%;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #eaeeff;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
.patient-detail-main-box {
    border: 1px solid #c7d1d9;
    padding: 24px;
    border-radius: 16px;
}
.patient-detail-main-box h3 {
    font-size: 20px;
    color: #021229;
    margin-bottom: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}
.patient-detail-main-box input {
    height: 55px !important;
    font-size: 16px;
    color: #021229;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    border: none !important;
}
.patient-detail-main-box input:focus {
    box-shadow: none !important;
}
.form-floating {
    border-top: 1px solid #c7d1d9;
}
.main-forn-inputs {
    border: 1px solid #c7d1d9;
    border-radius: 8px 8px 8px 8px !important;
}
.input-group-append {
    display: none;
}
input#fecha1 {
    font-size: 14px !important;
    color: #021229 !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
}
.Search-lorem-ipsum {
    margin-top: 25px;
}
.seacrh-list-image {
    padding: 0 20px 0 0px;
    border-radius: 14px !important;
}
.seacrh-list-image img {
    border-radius: 14px !important;
}
.patient-vedio-detail {
    margin-top: 24px;
}
.patient-vedio-detail h3 {
    font-size: 24px;
    color: #424244;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: var(--font-head);
    font-weight: 700;
}

.patient-vedio-detail p {
    font-size: 16px;
    color: #424244;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px;
    background: rgba(66, 66, 68, 0.05);
    border: 1px solid rgba(66, 66, 68, 0.15);
    border-radius: 10px;
}
.patoent-detil-main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.patient-main-big-box {
    border: 1px solid #c7d1d9;
    border-radius: 8px;
    padding: 16px;
}
.patoent-detil-main-box img {
    max-width: 80px;
    width: 100%;
    height: 80px;
    margin-right: 10px;
}
.patient-detail {
    margin-right: 10px;
    max-width: 70% !important;
    width: 100%;
}
.patient-detail h3 {
    font-size: 16px;
    color: #021229;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 0px;
}
.patient-detail p {
    font-size: 14px;
    color: #42597a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.pencil-img {
    max-width: 20px !important;
    width: 100% !important;
    max-height: 20px;
    height: 20px;
}
.record-yourself-head {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400 !important;
}
.react-yourself-main-head-sec {
    margin-top: 16px;
}
.form-check-input:checked {
    background-color: #00aeef !important;
    border: 1px solid #00aeef !important;
}
.select-radio-design .form-check-input {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}
.patient-main-big-box .form-floating textarea {
    min-height: 160px !important;
    font-size: 14px !important;
    color: #42597a;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    margin-top: 24px;
}
.patient-main-big-box .form-floating label {
    font-size: 14px !important;
    color: #42597a;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
}
.patient-main-big-box .form-floating textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid lightgray;
}
.textarea-design {
    border: none !important;
}
.bottom-28 {
    bottom: 18px !important;
}
.font8 {
    font-size: 8px;
}
.img-custom {
    height: 100px !important;
    width: 100% !important;
    object-fit: cover;
}
.object-cover {
    object-fit: cover;
}
.accordion-item:first-of-type .accordion-button {
    background-color: transparent !important;
    border: none !important;
}
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.accordion-item {
    margin-bottom: 16px;
}
.accordian-section-new {
    margin-top: 100px;
}
.patient-img img {
    width: 100%;
}
.accordian-new-button-design {
    color: #021229 !important;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}
.accordion-item {
    border-top: 1px solid #c7d1d9 !important;
    border-radius: 16px !important;
    overflow-y: hidden;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background-color: transparent !important;
}
.patient-credential-design {
    height: 86vh !important;
}
.patient-credential-design .center-main-sec {
    height: 78vh !important;
}
.videoPlayer {
    border-radius: 5px !important;
}
.vjs-poster img {
    display: none;
}
.video-js[tabindex="-1"] {
    border-radius: 16px;
}

.issue-report tr td {
    border: 1px solid lightgray;
    font-family: system-ui;
    font-size: 16px;
    color: gray;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400 !important;
}
.new-medical-table-head {
    padding: 0px !important;
    border-bottom: none !important;
}
.table-new-head-design h3 {
    font-size: 32px;
    color: #021229 !important;
    margin-bottom: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}
.table-new-head-pad-design {
    margin-bottom: 24px;
}
.driver-license-main {
    padding: 16px;
    border: 1px solid lightgray;
    border-radius: 16px;
}
.driver-license-main img {
    width: 100%;
    margin-bottom: 16px;
}
.driver-license-main table {
    width: 100%;
}
.driver-license-main table tr td {
    padding: 8px;
    font-size: 16px;
    color: #42597a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}
.dark-color-deisgn {
    color: #021229 !important;
    text-align: right;
}
.profile-approve {
    padding: 16px;
    border: 1px solid lightgray;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 24px;
}
.profile-approve img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 16px;
}
.profile-approve h3 {
    font-size: 24px;
    color: #021229;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}
.profile-approve p {
    font-size: 16px;
    color: #021229;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin: 0px !important;
}
.profile-approve-buttons {
    margin-top: 24px;
}
.decline-nutton {
    border-radius: 9px !important;
    background-color: transparent !important;
    font-size: 16px;
    color: #ed1c1c;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    border: 1px solid lightgray !important;
    margin-right: 16px !important;
}
.decline-nutton:hover {
    color: #ed1c1c;
}
.approve-nutton {
    border-radius: 9px !important;
    background-color: #00aeef !important;
    font-size: 16px;
    color: white !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    border: 1px solid #00aeef !important;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    box-shadow: none !important;
    outline: none !important;
    color: #ed1c1c;
}
.eye-img-dsign {
    max-width: 20px;
    width: 100%;
    position: absolute;
    top: 13px;
    right: -9px;
}
.ssn-pic {
    position: relative;
}
.outline-border-0 {
    outline: none;
    border: none;
}
.border-bot-right {
    border-bottom: none !important;
    border-right: none !important;
}
.border-bot-design {
    border-bottom: none !important;
}
.border-right-design {
    border-right: none !important;
}
.left30 {
    left: 30px !important;
}
.padddingleft42 {
    padding-left: 42px !important;
}
.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.boxed {
    word-wrap: break-word;
    margin: 0 10px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: auto;
    border-radius: 16px;
    padding-bottom: 5px;
}
.boxed video {
    margin-bottom: 5px;
    border-radius: 10px 10px 0 0 !important;
}

.boxed a {
    text-decoration: none;
}
.boxed a div img {
    margin-bottom: 5px;
    border-radius: 10px 10px 0 0 !important;
}
.border-radius-16 {
    border-radius: 16px !important;
}
.border-none {
    border: none !important;
}

.overrideImageStyle img {
    max-width: none !important;
    height: 210px !important;
}
.white-space-nowrap {
    white-space: nowrap;
}
.videotitletext {
    padding-left: 15px;
}
