@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.eot');
    src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeue-Roman.woff') format('woff'), url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Md.eot');
    src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* ---- reset css ---- */

body {
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
}

ul {
    list-style-type: none;
    margin: 0px;
}

li {
    margin-bottom: 0;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

section {
    padding-top: 30px;
}

header,
section {
    /*  float: left; */
    width: 100%;
    display: inline-block;
}

header {
    padding: 10px 0px;
}

header .logo {
    text-align: right;
}


/* header .logo.col-md-4 {-webkit-box-flex: 0;-ms-flex: 0 0 35%;flex: 0 0 35%; max-width: 35%;}
.header-wrapper.col-md-8.col-12 {-webkit-box-flex: 0;-ms-flex: 0 0 65%;flex: 0 0 65%;max-width: 65%;} */

a.logo-img {
    width: 100%;
    max-width: 475px;
    display: inline-block;
    margin-right: -63px;
    outline: none;
}

.small-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 10px;
}

.xs-container {
    max-width: 790px;
    /* max-width: 730px; */
    margin: 0px auto;
    padding: 0px 30px;
}

.user-icon,
.setting-icon {
    text-align: center;
    margin-bottom: 35px;
    max-width: 100%;
}

h1.title {
    color: #0070ba;
    font-size: 32px;
    text-align: center;
    margin-bottom: 36px;
    font-weight: 300;
}

h1.title span {
    position: relative;
    padding: 0 23px;
}

h1.title span::before {
    content: '';
    position: absolute;
    max-width: 220px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #3773b5 70%, #efefef 100%);
    left: 100%;
    top: 60%;
}

h1.title span::after {
    content: '';
    position: absolute;
    max-width: 220px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to left, #3773b5 70%, #efefef 100%);
    right: 100%;
    top: 60%;
}

p.login-content {
    font-size: 26px;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.read-only-div {
    pointer-events: none !important;
}

.red-border {
    border-color: #ff0808 !important;
}

.red-border:hover {
    color: #ff0808 !important;
    transition: 0.1s ease-in-out;
}

.blue-border {
    border-color: #1478b1 !important;
    color: #1478b1;
}

.blue-border:hover {
    transition: 0.1s ease-in-out;
}

.green-border {
    color: #6daf4e;
    border-color: #6daf4e !important;
}

.green-border:hover {
    color: #6daf4e;
    transition: 0.1s ease-in-out;
}

.gray-border {
    color: #9d9e9f !important;
    border-color: #9d9e9f !important;
    pointer-events: none;
}

.brief-simulate-do .user-brief-btn .gray-border {
    pointer-events: unset !important;
}

.aaAudit-radio-border {
    color: #9d9e9f !important;
    border-color: #9d9e9f !important;
}

.gray-border:hover {
    transition: 0.1s ease-in-out;
}

.blue-color {
    color: #0070ba;
}

.white-color {
    color: #fff;
}

.blue {
    color: #0070ba;
    border: 1px solid #0070ba;
}

.grey {
    color: #5f5f5f;
    border: 1px solid #5f5f5f;
}

.green {
    color: #6daf4e;
    border: 1px solid #6daf4e;
}

.drk-green {
    color: #3b8617;
}

.red-module {
    color: #ff0808;
    border: 1px solid #ff0808;
}

.purple {
    color: purple;
}

.navyblue {
    color: #1c3b72;
}

.mandatory {
    color: #ff0808;
}

.white {
    background-color: #fff;
    color: #3773b5;
}

.black {
    color: #000;
}

textarea {
    resize: none;
}

.yes-txt {
    color: #6daf4e;
    text-align: center;
}

.no-txt {
    color: #ff0808;
    text-align: center;
}

.form-control:focus {
    color: #5f5f5f;
    background-color: #fff;
    border-color: #0070baba;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 112, 186, .25);
}


/* ------ login form ----- */

.login-form {
    max-width: 445px;
    width: 100%;
    margin: 10px auto 80px;
    padding: 0 15px;
}

.form-group label,
.pick-date label,
.form-group p.form-txt {
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
}

.custom-input input,
.which-system-cls input {
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #aeaeae;
}

.register-ccg {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register-ccg #ccg-dropdown {
    margin: 0 auto;
}

.register-ccg .user-register {
    margin: 0 auto;
}

.user-register input {
    max-width: 414px;
    width: 100%;
}

.mail-icon,
.lock-icon,
.ccg-icon,
.pcn-icon,
.name-icon,
.pwd-icon,
.timer-icon,
.calendar-icon,
.role-icon,
.location-icon,
button.time-saving-btn,
.book-in-title h2,
.alert-ul,
.tel-icon,
.list-icon,
.clinical-icon,
.simulate-welcome-btn button,
.area-radio-btn,
.book-in-txt,
.brief-complete span,
.stopwatch-icon,
span.graph,
.add-time-txt,
.euro-icon,
.sidebarDropdown h5,
.benefit_highchart,
.print-btn,
#total-clinical-time,
#total-cost-saved,
.cost-saving,
a.user-brief-complete,
.resource-title h4,
.participants_btn button,
.search-btn button,
#total-admin-time,
.filter-sidebar h6,
.audit-popup-title h4,
.aa-audit-info,
.arrow-up,
.arrow-down,
.question_mark,
.time-category,
.audit_dates li,
.equal-arrow,
.green-up,
.red-down {
    position: relative;
}

.mail-icon::before,
.lock-icon::before,
.ccg-icon::before,
.pcn-icon::before,
.name-icon::before,
.pwd-icon::before,
.ccg-icon .select2-container::before,
.pcn-icon .select2-container::before,
.speciality-icon .select2-container::before,
.role-icon .select2-container::before,
.modules-txt a::before,
.select-module-icon::before,
.modules-nav_title p::before,
.brief-start-dt p::before,
ul.dropdown-content li a::before,
.header-navigation ul li a::before,
.consult-radio-btn label::before,
.do-radioBtn label::before,
.welcome-module-title h1::before,
.timer-icon::before,
.nextpg-navigate button::before,
.nextpg-navigate button.prev-pg::before,
.nextpg-navigate a.nxt-pg::before,
.nextpg-navigate a.prev-link::before,
button.change-date::before,
.calendar-icon::before,
.brief-tbl-done span.mrk-done::before,
.brief-tbl-resource span.resource-view::before,
.brief-tbl-team span.team-view::before,
a.staff_tbl_btn::before,
.location-icon::before,
.tel-icon::before,
.list-icon::before,
.clinical-icon::before,
.completed-play .play-brief span:nth-child(2)::before,
.completed-play .play-brief span:last-child::before,
.play .play-brief span:nth-child(2)::before,
.play .play-brief span:last-child::before,
.add-time-txt::before,
.brief-complete span::before,
.stopwatch-icon::before,
span.graph::before,
button.time-saving-btn::before,
.euro-icon::before,
.print-btn::before,
.culture-radio-btn .culture-level label::after,
.cost-saving::before,
.benefit_highchart::before,
a.user-brief-complete::before,
.sidebarDropdown h5::before,
.sidebarDropdown h5::after,
.simulate-welcome-btn button::before,
.search-btn button::before,
#total-cost-saved::before,
.filter-sidebar h6::before,
.book-in-title h2::before,
.resource-title h4::before,
.participants_btn button::before,
#total-clinical-time::before,
#total-admin-time::before,
.audit-popup-title h4::before,
.aa-audit-info::before,
.arrow-up::before,
.arrow-down::before,
.question_mark::before,
.time-category::before,
.audit_dates li::before,
.equal-arrow::before,
.green-up::before,
.red-down::before,
.faq_section .search-wrapper button::before,
.faq_section .brief-intro .card-minus::after,
.faq_section #accordion .card-plus::before,
.btnSaveTime::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png');
}

.mail-icon::before {
    background-position: -4px 0px;
    height: 55px;
    width: 60px;
    left: 0px;
    z-index: 1;
}

form .lock-icon ul.parsley-errors-list li {
    bottom: -14px;
}

.lock-icon::before {
    background-position: -61px 3px;
    height: 55px;
    width: 60px;
    z-index: 1;
}

.name-icon::before,
.timer-icon::before {
    background-position: -319px -6px;
    height: 35px;
    width: 36px;
    left: 13px;
    top: 10px;
}

.pwd-icon::before {
    background-position: -59px 4px;
    height: 55px;
    width: 60px;
    left: 0px;
}

.lock-icon a {
    border-left: 1px solid #adadad;
    padding-left: 25px;
    display: inline-block;
    font-size: 18px;
    color: #0070ba;
    position: absolute;
    top: 15px;
    right: 22px;
    font-weight: 500;
}

.lock-icon a:hover {
    transition: 0.3s ease-in-out;
    color: #ff0808;
    text-decoration: none;
}

.create-new {
    margin-top: 50px;
    padding: 0 15px;
}

.create-new .no-account {
    margin-top: 10px;
    padding: 0;
}

.create-new .no-account span {
    font-size: 20px;
    color: #5e5e5e;
    font-style: italic;
    margin-right: 10px;
}

.create-new .no-account a {
    font-size: 20px;
    color: #0070ba;
    text-decoration: underline;
    display: inline-block;
}

.no-account a:hover {
    color: #ff0808;
}

.create-new .login-btn {
    text-align: right;
    padding: 0;
}

.create-new .login-btn .btn,
.save-btn .btn {
    border-radius: 10px;
    background-color: #ff0808;
    color: #fff;
    font-size: 19px;
    padding: 7px 28px;
}


/* .modal {
    z-index: 99999999;
    } */


/* ----- register ------- */

form ul.parsley-errors-list {
    position: relative;
    z-index: 9;
}

form ul.parsley-errors-list li {
    color: #ff0808;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: -18px;
}

.account-type {
    margin-top: 20px;
    padding: 0 15px;
}

.account-type ul {
    -webkit-display: flex;
    -o-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0px;
    padding: 0 20px;
}

.account-type .practice-form #ccg-dropdown ul#parsley-id-14 li {
    top: 62px;
}

.account-type .practice-form #ccg-dropdown ul#parsley-id-12 li {
    top: 62px;
}

.account-type .practice-form #ccg-dropdown ul#parsley-id-18 li {
    top: 62px;
}

.account-type .practice-form #ccg-dropdown ul#parsley-id-16 li {
    top: 62px;
}

.account-type ul li {
    margin-right: 30px;
    width: 250px;
    margin-bottom: 0px;
}

.account-type ul li:last-child {
    margin-right: 0px;
}


/* select.custom_select.select2-hidden-accessible ul.parsley-errors-list li{position: absolute; bottom: unset; top: 61px;} */

ul#parsley-id-13 li {
    position: absolute;
    bottom: unset;
    top: 61px;
}

ul#parsley-id-11 li {
    bottom: -17px;
}

.radio-btn {
    width: 100%;
}

.radio-btn input[type="radio"] {
    display: none;
}

.radio-btn label {
    border-radius: 10px;
    border: 2px solid #898989;
    padding: 40px 15px;
    font-size: 30px;
    position: relative;
    width: 100%;
    text-align: center;
    color: #3f3f3f;
}

label .tick-img {
    position: absolute;
    width: 70px;
    right: -32px;
    bottom: -30px;
    display: none;
}

.radio-btn input[type="radio"]:hover+label {
    border: 2px solid #6daf4e;
    color: #6daf4e;
    transition: 0.3s ease-in-out;
}

.radio-btn input[type="radio"]:checked+label {
    border: 2px solid #6daf4e;
    color: #6daf4e;
}

.radio-btn input[type="radio"]:checked+label .tick-img {
    display: block;
}

.register-below {
    margin: 63px 0 40px;
}

.register-below p.login-content {
    margin-bottom: 0px;
}


/* ----- register form start --------- */

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid red !important;
}

select .select2-container--default .select2-selection--single {
    border: 1px solid #0070ba;
}

.select2-dropdown {
    border: 1px solid #0070ba;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #0070ba;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 7px rgba(174, 174, 174, .8);
    -moz-box-shadow: 0 0 7px rgba(174, 174, 174, .8);
    -o-box-shadow: 0 0 7px rgba(174, 174, 174, .8);
    -ms-box-shadow: 0 0 7px rgba(174, 174, 174, .8);
    -webkit-box-shadow: 0 0 7px rgba(174, 174, 174, .8);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0070ba;
    color: white;
}

.practice-form select.custom_select .select2-container,
.ccg-main-form select.custom_select .select2-container {
    max-width: 410px;
    width: 100%;
    padding: 18px 20px 17px 60px;
    border-radius: 10px;
    border: 1px solid #aeaeae;
}

.practice-form select.custom_select,
.ccg-main-form select.custom_select {
    max-width: 414px;
    width: 100% !important;
}


/* .practice-form select.custom_select{
    width: 100%;
} */

.ccg-wrapper {
    max-width: 460px;
    padding: 40px 15px;
    margin: 0 auto;
}

.ccg-main-form select.custom_select {
    width: 100%;
}

.ccg-icon .select2-container::before {
    background-position: -116px 3px;
    height: 55px;
    width: 60px;
}

.pcn-icon .select2-container::before {
    background-position: -180px 2px;
    height: 55px;
    width: 60px;
}

.speciality-icon .select2-container::before {
    background-position: -244px 3px;
    height: 55px;
    width: 60px;
}

.role-icon .select2-container::before {
    background-position: -319px -6px;
    height: 35px;
    width: 36px;
    left: 13px;
    top: 10px;
}

.ccg-icon .select2-container .select2-selection--single .select2-selection__rendered,
.pcn-icon .select2-container .select2-selection--single .select2-selection__rendered,
.speciality-icon .select2-container .select2-selection--single .select2-selection__rendered,
.role-icon .select2-container .select2-selection--single .select2-selection__rendered,
.clinical-icon .select2-container .select2-selection--single .select2-selection__rendered,
.endAudit-choice .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 65px;
    padding-top: 13px;
}

.cqc-icon .select2-container .select2-selection--single .select2-selection__rendered,
.benefit-select .select2-container .select2-selection--single .select2-selection__rendered,
.allow-access-dropdown .select2-container .select2-selection--single .select2-selection__rendered,
.endAudit-choice .select2-container .select2-selection--single .select2-selection__rendered,
.best-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 13px;
    padding-left: 15px;
}

.ccg-icon .select2-container--default .select2-selection--single .select2-selection__arrow,
.pcn-icon .select2-container--default .select2-selection--single .select2-selection__arrow,
.speciality-icon .select2-container--default .select2-selection--single .select2-selection__arrow,
.role-icon .select2-container--default .select2-selection--single .select2-selection__arrow,
.name-icon .select2-container--default .select2-selection--single .select2-selection__arrow,
.clinical-icon .select2-container--default .select2-selection--single .select2-selection__arrow,
.cqc-icon .select2-container--default .select2-selection--single .select2-selection__arrow,
.benefit-select .select2-container--default .select2-selection--single .select2-selection__arrow,
.allow-access-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,
.endAudit-choice .select2-container--default .select2-selection--single .select2-selection__arrow,
.best-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 14px;
}

.ccg-icon .select2-container .select2-selection--single,
.pcn-icon .select2-container .select2-selection--single,
.speciality-icon .select2-container .select2-selection--single,
.role-icon .select2-container .select2-selection--single,
.name-icon .select2-container .select2-selection--single,
.clinical-icon .select2-container .select2-selection--single,
.cqc-icon .select2-container .select2-selection--single,
.benefit-select .select2-container .select2-selection--single,
.allow-access-dropdown .select2-container .select2-selection--single,
.endAudit-choice .select2-container .select2-selection--single,
.best-select .select2-container .select2-selection--single {
    height: 56px;
    outline: none;
    border-radius: 10px;
}

.mail-icon input,
.lock-icon input,
.name-icon input,
.pwd-icon input,
.cpwd-icon input,
.timer-icon input,
.pick-date input,
.list-icon input,
.clinical-icon input,
.location-icon input,
.tel-icon input {
    padding-left: 63px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.practice_input input {
    padding: 15px;
    border-radius: 10px;
}

.location-icon input,
.tel-icon input {
    padding-left: 54px;
}

.mail-icon input {
    padding-left: 62px;
}

.lock-icon input {
    padding-left: 55px;
    padding-right: 125px;
}

.register-fields {
    margin: 0 auto 20px;
    display: block;
    max-width: 410px;
    width: 100%;
}

.register-fields:last-child {
    margin-bottom: 0px;
}

.register-form-btn {
    padding: 90px 0 30px;
    text-align: center;
    margin-bottom: 30px;
}

.register-form-btn button.btn.red {
    padding: 7px 25px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 10px;
}

#ccg-dropdown {
    margin-bottom: 26px;
}

#ccg-dropdown .select2-container {
    width: 100% !important;
}

.nhs-class .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: center !important;
}

.existing-account {
    padding: 40px 20px 0px;
}

.existing-account span {
    font-style: italic;
    color: #5e5e5e;
    margin-right: 10px;
}

.existing-account span,
.existing-account a {
    font-size: 20px;
}

.existing-account a {
    text-decoration: underline;
    color: #0070ba;
    display: inline-block;
}

.existing-account a:hover {
    transition: 0.3s ease-in-out;
    color: #ff0808;
}


/* ----------- welcome page ---------- */

section.banner {
    max-width: 100%;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.banner img.img-fluid {
    width: 100%;
}

.banner-wrapper {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
}

section.banner h1 {
    color: #3773b5;
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
}

.banner-txt {
    max-width: 474px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px;
    border-radius: 10px;
    background-color: rgba(0, 112, 184, 0.43);
}

.banner-txt.sign-banner-txt {
    max-width: 600px;
}

.banner-txt p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: normal;
}

.banner-links {
    display: flex;
    justify-content: center;
    -webkit-display: flex;
    -o-display: flex;
    -moz-display: flex;
    -ms-display: flex;
}

.banner-links a.btn {
    padding: 8px 25px;
    margin-right: 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid transparent;
}

.banner-links a:last-child {
    margin-right: 0;
}

.red {
    background-color: #ff0808;
    color: #fff;
}

.banner-links a:hover,
.register-form-btn a.btn:hover,
.login-btn .btn:hover,
.register-form-btn button.btn.red:hover,
.save-btn .btn:hover,
.s_acc_btn button.btn:hover,
.congrats-link a.continue-btn:hover,
button.change-date:hover,
.congrats-date-cls a:hover,
.simulate-report a:hover,
.do .progress-content a:hover,
a.btn-hover:hover,
button.btn-hover:hover {
    background-color: #fff !important;
    color: #3773b5 !important;
    transition: 0.3s ease-in-out;
    outline: none;
    border: 1px solid #3773b5;
    border-radius: 10px;
}

.banner-links a.btn-register:hover {
    background-color: #ff0808;
    color: #fff;
    transition: 0.3s ease-in-out;
    outline: none;
    border: 1px solid transparent;
}


/* -------- footer -------- */

footer {
    max-width: 100%;
    float: left;
    width: 100%;
}

.footer-txt {
    position: relative;
    background-color: rgba(191, 191, 191, 0.07);
    padding: 20px 40px;
}


/* .footer-logo{
    display: inline-block;} */

.footer-logo img {
    max-width: 160px;
    width: 100%;
    position: absolute;
    margin-top: -37px;
}


/* .footer-nav {
    float: right;} */

.footer-nav ul {
    text-align: right;
    float: right;
    list-style-type: none;
    margin: 0px;
}

.footer-nav ul li.list-inline-item {
    margin-right: 70px;
    float: left;
    margin-bottom: 0;
}

.footer-nav ul li.list-inline-item a {
    color: #787878;
    font-size: 16px;
    text-align: center;
    font-family: 'Helvetica Neue LT Std';
}

.footer-nav ul li.list-inline-item a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footer-nav ul li.list-inline-item:last-child {
    margin-right: 0px;
}

.copyright {
    padding: 10px 0;
}

.copyright p {
    color: #787878;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    font-weight: 300;
}


/* ------------ forgot pwd ---------- */

.forgot-btns,
.reset-btns {
    margin-top: 40px;
}

.forgot-pwd-form,
.reset-pwd-form {
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 15px;
}

.forgot-pwd-form a {
    text-decoration: none;
    color: #fff;
    background-color: #3773b5;
    display: inline-block;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 8px;
}

.back-to-login a {
    text-decoration: none;
    color: #aeaeae;
    background-color: transparent;
    display: inline-block;
    font-size: 18px;
    padding: 0px;
    border-radius: 0;
    font-style: italic;
}

.forgot-login-btn {
    text-align: right;
}

.forgot-login-btn a.btn {
    text-decoration: underline;
    color: #3773b5;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    background-color: transparent;
}

.forgot-pwd h1.title {
    font-size: 30px;
}

.forgot-pwd h1.title span::before {
    right: 130px;
}

.forgot-pwd h1.title span::after {
    left: 130px;
}

.forgot-pwd p.login-content {
    font-size: 20px;
}


/* ------------ reset pwd ---------- */

.reset-pwd h1.title {
    font-size: 30px;
}

.reset-pwd h1.title span::before {
    right: 130px;
}

.reset-pwd h1.title span::after {
    left: 130px;
}

.reset-pwd p.login-content {
    font-size: 20px;
}

.reset-btns a,
.reset-btns .btn {
    text-decoration: none;
    color: #fff;
    background-color: #3773b5;
    display: inline-block;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.reset-btns .btn {
    float: right
}

.reset-btns a:hover,
.reset-btns .btn:hover {
    color: #3773b5;
    background-color: #fff;
    border: 1px solid #3773b5;
    transition: 0.3s ease-in-out;
}


/* -------- thank you -------- */

section.thanks {
    padding: 50px;
    float: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 140px;
    margin-top: 50px;
}

section.thanks h1 {
    color: #0070ba;
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}

.thumbs-up {
    text-align: center;
    margin-bottom: 76px;
}

p.thanks-txt {
    color: #787878;
    margin-top: 13px;
    text-align: center;
    font-size: 22px;
    padding: 0 20px;
}

p.thanks-txt span {
    color: #0070ba;
    text-decoration: underline;
}


/* -------- header-modules ----------- */


/* .row {margin-left: 0px;margin-right: 0px;} */

.header-wrapper {
    padding: 20px 0px;
    text-align: right;
    margin-top: 10px;
}

.header-navigation {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.header-navigation ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.header-navigation ul li a {
    display: inline-block;
    border: 1px solid #868686;
    border-radius: 10px;
    padding: 7px 12px;
    padding-left: 44px;
    position: relative;
    font-weight: 500;
    font-size: 19px;
    color: #4c4c4c;
}

.header-navigation ul li a:hover {
    border: 1px solid #0070ba;
    text-decoration: none;
    color: #0070ba;
    transition: 0.3s ease-in-out;
}

.header-navigation ul li a.module_selection::before {
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    background-position: -381px 0px;
}

.header-navigation ul li a.switch_account::before {
    width: 45px;
    height: 45px;
    left: 0;
    top: 0;
    background-position: -72px -2px;
}

.header-navigation ul li a.faq::before {
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    /* background-position: -74px -42px; */
    background-position: -441px 0px;
}

.user-account {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    max-width: 250px;
    width: 100%;
}

.user-account>a {
    display: inline-block;
    padding: 5px 25px 5px 9px;
    border: 1px solid transparent;
    width: 100%;
}

.user-account a.user-hover {
    border: 1px solid #cbcbcb;
    border-radius: 10px 10px 0 0;
}

.user-account>a:hover {
    text-decoration: none;
    color: #3773b5;
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb59;
    border-radius: 10px 10px 0 0;
}

.user-account .user-img {
    margin-right: 5px;
    display: inline-block;
}

.user-account img.user-img {
    width: 36px;
    text-align: left;
    border-radius: 50%;
}

.user-account span {
    font-size: 19px;
    vertical-align: middle;
    font-weight: 500;
    color: #4c4c4c;
}

ul.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 0px;
    z-index: 1;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #cbcbcb;
    border-top: 1px solid transparent;
}

ul.dropdown-content li:last-child {
    padding-bottom: 0px;
}

ul.dropdown-content li>a:hover {
    text-decoration: none
}

img.caret {
    position: absolute;
    width: 10px;
    right: 9px;
    top: 45%;
}


/* .user-account:hover .dropdown-content,
.user-account:hover img.caret {
    display: block;
    transition: 0.2s ease-in-out;
} */


/* .user-account:hover img.caret {
    transform: rotate(180deg);
} */

ul.dropdown-content li {
    padding: 0 0px 10px;
    text-align: left;
}

ul.dropdown-content li a {
    padding-left: 40px;
    display: inline-block;
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    color: #4c4c4c;
}

ul.dropdown-content li a:hover {
    color: #4c4c4c;
    transition: 0.3s ease-in-out;
}

.user-account:hover>a {
    border: 1px solid #cbcbcb;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
}

.user-account>a.account_border {
    border: 1px solid #cbcbcb;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px 10px 0 0;
}

a.account_border img.caret {
    transform: rotate(180deg);
}

ul.dropdown-content li a.modules::before {
    width: 30px;
    height: 30px;
    left: 4px;
    background-position: -388px -9px;
}

ul.dropdown-content li a.setting::before {
    width: 30px;
    height: 30px;
    left: 4px;
    background-position: -62px -70px;
}

ul.dropdown-content li a.dashboard::before {
    width: 30px;
    height: 30px;
    left: 4px;
    background-position: -346px -360px;
}

ul.dropdown-content li a.s_account::before {
    width: 30px;
    height: 30px;
    left: 4px;
    background-position: -388px -63px;
}

ul.dropdown-content li a.toolkit::before {
    width: 35px;
    height: 30px;
    left: -1px;
    background-position: -63px -356px;
    background-size: 400px;
}

ul.dropdown-content li a.log-out::before {
    width: 30px;
    height: 30px;
    left: 4px;
    background-position: -111px -69px;
}

ul.dropdown-content li a:hover {
    color: #0070ba;
}


/* --------- modules-page --------- */

.module-tabing {
    max-width: 100%;
    width: 100%;
    margin-top: 43px;
    display: inline-block;
    border-bottom: 1px solid #c2c2c2;
}

.module-tabing ul {
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.module-tabing ul li {
    max-width: 23%;
    width: 100%;
    margin-bottom: -1px;
}

.module-tabing ul li a {
    border: 1px solid transparent;
    border-bottom: 1px solid #c2c2c2;
    font-size: 26px;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-weight: 500;
    color: #4c4c4c;
    padding: 8px 16px;
}

.module-tabing ul li a.active,
.module-tabing ul li a:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #c2c2c2;
    border-bottom: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    color: #4c4c4c;
    font-weight: bold;
}

ul.tab-group::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.modules-content {
    /* margin-bottom: 80px; */
    float: left;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.modules-txt {
    width: 100%;
    float: left;
    max-width: 100%;
    padding: 15px 20px;
    background-color: #F3FAFF;
    margin: 30px 0 55px;
    text-align: center;
}


/* .modules-content::after {
    content: '';
    display: block;
    clear: both;
} */

.modules-txt h1 span {
    font-weight: normal;
}

.modules-txt h1,
.module-popup-content>.modules-txt h2,
.practice-txt h1 {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: center;
}

.modules-txt a {
    background-color: #fff;
}

.modules-txt a,
button.change-date {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 6px 20px 6px 45px;
    position: relative;
    font-size: 19px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    color: #4c4c4c;
}

.modules-txt a:hover {
    text-decoration: none;
    border: 1px solid #0070ba;
    transition: 0.3s ease-in-out;
    color: #0070ba;
}

.modules-txt a.video::before {
    background-position: -3px -65px;
    height: 38px;
    width: 42px;
    left: 0;
    top: 0;
}

.choose-module h4 {
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 300;
    margin: 0px 0 50px;
    display: inline-block;
    width: 100%;
}

.row_center {
    margin-bottom: 47px;
}

.modules-nav {
    max-width: 100%;
    width: 100%;
    float: left;
    padding: 0;
    min-height: 232px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 0 7px rgba(174, 174, 174, .5);
    -moz-box-shadow: 0 0 7px rgba(174, 174, 174, .5);
    -o-box-shadow: 0 0 7px rgba(174, 174, 174, .5);
    -ms-box-shadow: 0 0 7px rgba(174, 174, 174, .5);
    -webkit-box-shadow: 0 0 7px rgba(174, 174, 174, .5);
}

.modules-nav a {
    padding: 25px 14px 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.modules-nav a {
    text-decoration: none;
}

.modules-nav_title {
    float: left;
    width: 100%;
    position: relative;
    height: 170px;
}

.modules-nav_title p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.modules-nav_title>h4 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    margin: 25px 0 12px;
}

.modules-nav i {
    width: 60px;
    float: none;
    height: 50px;
    display: inline-block;
    /* width: 100%;
    float: left;
    height: 50px; */
}

.modules-nav_title p {
    margin-bottom: 0;
    color: #0070ba;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}

.modules-nav_title p span {
    color: #3f3f3f;
    font-weight: normal;
}

.modules-nav_title p::before,
.brief-start-dt p::before {
    background-position: -9px -141px;
    height: 21px;
    width: 25px;
    position: unset;
    display: inline-block;
    vertical-align: top;
}


/* ------ play ------- */

.play {
    box-shadow: 0px 0px 4px 1px rgba(170, 216, 247, 0.58);
    border: 1px solid #0070ba;
}

.play h4 {
    color: #0070ba;
}

.play p {
    color: #0070ba;
}

.play .select-module-icon::before {
    background-position: -9px -291px;
    height: 60px;
    width: 60px;
    display: block;
    /* transform: translateX(-50%); */
}

.play .play-brief {
    position: relative;
    float: left;
    max-width: 100%;
    width: 100%;
    display: block !important;
}

.grey_txt {
    color: #5f5f5f !important;
}

.blue_txt {
    color: #0070ba !important;
}


/*matthew*/

.completed-play .play-brief span {
    color: #6daf4e;
    font-size: 14px;
    font-weight: normal;
}

.completed-play .play-brief {
    position: relative;
    float: left;
    max-width: 100%;
    width: 100%;
    display: block !important;
}

.completed-play .play-brief span:last-child {
    color: #6daf4e;
    font-size: 14px;
    font-weight: normal;
}

.completed-play .play-brief span:nth-child(2)::before,
.completed-play .play-brief span:last-child::before {
    background-position: -40px -122px;
    height: 10px;
    width: 20px;
    position: unset;
    display: inline-block;
}


/*matthew*/

.play .play-brief span {
    color: #6daf4e;
    font-size: 14px;
    font-weight: normal;
}

.play .play-brief span:last-child {
    color: #6daf4e;
    font-size: 14px;
    font-weight: normal;
}

.play .play-brief span:last-child {
    color: #0070ba;
}

.play .play-brief span:nth-child(2)::before,
.play .play-brief span:last-child::before {
    background-position: -40px -122px;
    height: 10px;
    width: 20px;
    position: unset;
    display: inline-block;
}


/* ------ pause ------- */

.pause {
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
}

.pause h4 {
    color: #3f3f3f;
}

.pause p {
    color: #3f3f3f;
    font-style: italic;
}

.pause p span {
    font-style: normal;
}

.pause .select-module-icon::before {
    background-position: -97px -291px;
    height: 60px;
    width: 60px;
    display: block;
    /* transform: translateX(-50%); */
}


/* ------ completed ------- */

.completed {
    box-shadow: 0px 0px 4px 1px rgba(139, 234, 76, 0.58);
    border: 1px solid #cbcbcb;
}

.completed h4 {
    color: #6daf4e;
}

.completed p {
    color: #6daf4e;
}

.completed .select-module-icon::before {
    background-position: -198px -291px;
    height: 60px;
    width: 60px;
    display: block;
    /* transform: translateX(-50%); */
}


/* ------ stop ------- */

.stop {
    box-shadow: 0px 0px 4px 1px rgba(170, 216, 247, 0.58);
    border: 1px solid #e33d3e;
}

.stop h4 {
    color: #e33d3e;
}

.stop p {
    color: #e33d3e;
}

.stop .select-module-icon::before {
    background-position: -292px -291px;
    height: 60px;
    width: 60px;
    display: block;
    /* transform: translateX(-50%); */
}


/* --------- practice-page --------- */

#practice_info_id {
    float: left;
    width: 100%;
}

.location-icon::before {
    background-position: -204px -55px;
    height: 55px;
    width: 60px;
    left: 0px;
}

.tel-icon::before {
    background-position: -331px -61px;
    height: 35px;
    width: 28px;
    left: 13px;
    top: 10px;
}

.list-icon::before {
    background-position: -257px -53px;
    height: 55px;
    width: 60px;
    left: 0px;
}

.clinical-icon::before {
    background-position: -427px -49px;
    height: 55px;
    width: 60px;
    left: 0px;
    z-index: 9;
}

.clinical-icon ul.parsley-errors-list li {
    bottom: -75px;
}

.practice-txt {
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0 45px;
}

.practice-txt h1 {
    margin-right: 0;
}

.practice_subTxt {
    max-width: 920px;
    margin: 30px auto 0;
    padding: 0 15px;
}

.practice_subTxt p {
    font-size: 19px;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 0;
}

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

.list-icon input[type=number] {
    -moz-appearance: textfield;
}

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

.tel-icon input[type=number] {
    -moz-appearance: textfield;
}


/* Chrome, Safari, Edge, Opera */

.clinical-role table tbody td input::-webkit-outer-spin-button,
.clinical-role table tbody td input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.clinical-role table tbody td input[type=number] {
    -moz-appearance: textfield;
}

.appointments {
    margin-right: 35px;
    padding: 0;
}

.appointments:last-child {
    margin-right: 0px;
}

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

.baseline-radio-btn,
.module-radio-btn {
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.consult-radio-btn input[type="radio"],
.baseline-radio-btn input[type="radio"],
.module-radio-btn input[type="radio"],
.culture-radio-btn input[type="radio"],
.book-in-txt label input[type="radio"],
.aa-audit-type input[type="radio"] {
    display: none;
}

.consult-radio-btn label,
.culture-radio-btn label,
.module-radio-btn label,
.book-in-txt label,
.aa-audit-type label {
    position: relative;
}


/* .practice-form {
    padding: 0 40px;
} */

.consult-radio-btn label,
.baseline-radio-btn label,
.book-in-txt label,
.aa-audit-type label,
.module-radio-btn label {
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    padding: 12px 10px;
    font-size: 19px;
    width: 100%;
    text-align: center;
    color: #3f3f3f;
    cursor: pointer;
    font-weight: normal;
    box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
}

.consult-radio-btn label::before {
    width: 34px;
    height: 34px;
    left: 13px;
    top: 10px;
}

.consult-radio-btn label[for="yes"]::before,
.consult-radio-btn label[for="yes-radio"]::before,
.consult-radio-btn label[for="staff_yes"]::before,
.consult-radio-btn label[for="gp_yes"]::before
/* , .baseline-radio-btn label[for="pcn-check"]::before */

{
    background-position: -290px -357px;
}

.consult-radio-btn label[for="yes"]:hover::before,
.consult-radio-btn label[for="yes-radio"]:hover::before,
.do-radioBtn label[for="yes-radio"]:hover::before,
.consult-radio-btn label[for="staff_yes"]:hover::before,
.consult-radio-btn label[for="gp_yes"]:hover::before {
    background-position: -72px -120px;
    transition: unset;
}

.consult-radio-btn label[for="no"]:hover::before,
.consult-radio-btn label[for="staff_no"]:hover::before,
.consult-radio-btn label[for="gp_no"]:hover::before
/* ,
.consult-radio-btn label[for="yes-radio"]:hover::before */

{
    background-position: -189px -161px;
    transition: unset;
}

.consult-radio-btn label[for="no"]::before,
.consult-radio-btn label[for="staff_no"]::before,
.consult-radio-btn label[for="gp_no"]::before {
    background-position: -130px -119px;
}

.consult-radio-btn input[type="radio"]:hover+label,
.baseline-radio-btn input[type="radio"]:hover+label,
.culture-level input[type="radio"]:hover+label,
.book-in-txt input[type="radio"]:hover+label,
.aa-audit-type input[type="radio"]:hover+label {
    border: 1px solid #cbcbcb;
    color: #6daf4e;
    transition: 0.3s ease-in-out;
    background-color: #dbfccb;
    box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
}

.module-radio-btn label {
    border: 1px solid rgba(74, 176, 243, 0.65);
}

.module-radio-btn input[type="radio"]:hover+label {
    border: 1px solid rgba(74, 176, 243, 0.65);
    color: #3f3f3f;
    transition: 0.3s ease-in-out;
    background-color: rgba(74, 176, 243, 0.65);
    box-shadow: unset;
}

.module-radio-btn input[type="radio"]:checked+label {
    background-color: rgba(74, 176, 243, 0.65);
}

.consult-radio-btn input[type="radio"]:hover+label[for="no"],
.baseline-radio-btn input[type="radio"]:hover+label[for="no"],
.culture-level input[type="radio"]:hover+label[for="no"],
.do-radioBtn input[type="radio"]:hover+label[for="no"],
.consult-radio-btn input[type="radio"]:hover+label[for="staff_no"],
.consult-radio-btn input[type="radio"]:hover+label[for="gp_no"] {
    border: 1px solid #ff0808;
    color: #ff0808;
    transition: 0.3s ease-in-out;
    background-color: #FFE5E6;
    box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
}

.consult-radio-btn input[type="radio"]:checked+label,
.baseline-radio-btn input[type="radio"]:checked+label,
.culture-level input[type="radio"]:checked+label,
.book-in-txt input[type="radio"]:checked+label,
.aa-audit-type input[type="radio"]:checked+label {
    border: 1px solid #cbcbcb;
    color: #6daf4e;
    font-size: 19px;
    font-weight: 500;
    background-color: #dbfccb;
    box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -moz-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -o-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -ms-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
}

.consult-radio-btn input[type="radio"]:checked+label[for="yes"]::before,
.baseline-radio-btn input[type="radio"]:checked+label[for="yes"]::before,
.culture-level input[type="radio"]:checked+label[for="yes"]::before,
.do-radioBtn input[type="radio"]:checked+label[for="yes-radio"]::before,
.consult-radio-btn input[type="radio"]:checked+label[for="staff_yes"]::before,
.consult-radio-btn input[type="radio"]:checked+label[for="gp_yes"]::before {
    background-position: -72px -120px;
    /* background-position: -59px -105px */
}

.consult-radio-btn input[type="radio"]:checked+label[for="no"]::before,
.consult-radio-btn input[type="radio"]:checked+label[for="staff_no"]::before,
.consult-radio-btn input[type="radio"]:checked+label[for="gp_no"]::before,
.baseline-radio-btn input[type="radio"]:checked+label[for="no"]::before,
.culture-level input[type="radio"]:checked+label[for="no"]::before,
.do-radioBtn input[type="radio"]:checked+label[for="no"]::before {
    background-position: -189px -161px;
}


/*
.do-radioBtn input[type="radio"]:checked+label[for="no"]::before {
    background-position: -189px -161px;
} */

.consult-radio-btn input[type="radio"]:checked+label[for="no"],
.consult-radio-btn input[type="radio"]:checked+label[for="staff_no"],
.consult-radio-btn input[type="radio"]:checked+label[for="gp_no"],
.baseline-radio-btn input[type="radio"]:checked+label[for="no"],
.culture-level input[type="radio"]:checked+label[for="no"],
.do-radioBtn input[type="radio"]:checked+label[for="no"] {
    border: 1px solid #cbcbcb;
    color: #ff0808 !important;
    font-size: 19px;
    font-weight: 500;
    background-color: #FFE5E6;
    box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -moz-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -o-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -ms-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    transition: unset;
}


/* ------- common table --------- */

.custom-table table {
    border-collapse: collapse;
    margin: 0px auto 0;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -moz-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
}

.custom-table table th {
    color: #5e5e5e;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.custom-table table td {
    vertical-align: middle;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 19px;
    outline: none;
    text-align: left;
    /* text-align: center; */
}

.custom-table tr:nth-child(even) {
    background-color: #fafafa;
}

.custom-table tr:nth-child(odd) {
    background-color: #fefefe;
}

.custom-table table thead th {
    border-bottom: 3px double #cbcbcb;
}


/* --------- workforce --------- */

.clinical-role table tbody td {
    position: relative;
}

.clinical-role table tbody td ul.parsley-errors-list {
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
}

.clinical-role table tbody td ul.parsley-errors-list li {
    font-size: 11px;
    bottom: -9px;
}

.n_clinical-role table tbody td {
    position: relative;
}

.n_clinical-role table tbody td:nth-child(2) ul.parsley-errors-list {
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
}

.n_clinical-role table tbody td:nth-child(2) ul.parsley-errors-list li {
    font-size: 10px;
    bottom: -10px;
}

.n_clinical-role table tbody td:nth-child(3) ul.parsley-errors-list {
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
}

.n_clinical-role table tbody td:nth-child(3) ul.parsley-errors-list li {
    font-size: 11px;
    bottom: -9px;
}

.clinical-role table,
.n_clinical-role table {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.clinical-role table thead th:nth-child(2) .question_icon {
    margin-top: 0;
    top: -4px;
}

.clinical-role table thead th:nth-child(3) .question_icon {
    margin-top: 0;
    top: -4px;
}

.n_clinical-role table thead th:nth-child(2) .question_icon {
    margin-top: 0;
    top: 0px;
}

.n_clinical-role table thead th:nth-child(3) .question_icon {
    margin-top: 0;
    top: 0px;
}

.clinical-role table.table-bordered td,
.n_clinical-role table.table-bordered td {
    border-left: 0;
}

.container.clinical-role.custom-table.table-responsive {
    margin-bottom: 60px;
    border-radius: 10px;
    padding: 0;
    border: 1px solid #dee2e6;
    box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
}

.container.n_clinical-role.custom-table.table-responsive {
    border-radius: 10px;
    padding: 0;
    border: 1px solid #dee2e6;
    box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
}

.n_clinical-role table {
    margin: 0px auto;
}

.clinical-role table thead th .thead-title,
.n_clinical-role table thead th .thead-title {
    position: relative;
    float: left;
    padding-right: 34px;
}

.thead-title span {
    display: inline-block;
    width: 100%;
}

.clinical-role table thead th .question_icon,
.n_clinical-role table thead th .question_icon {
    background-image: url('../images/que-mrk.png');
    background-repeat: no-repeat;
    width: 25px;
    display: inline-block;
    background-size: 23px;
    height: 26px;
    margin-left: 8px;
    margin-top: 4px;
    position: absolute;
    right: 0;
}

.clinical-role table th:nth-child(5),
.clinical-role table th:nth-child(4) {
    font-size: 16px;
}


/* ------- tooltip ---------- */

.question_icon {
    position: relative;
    display: inline-block;
    background-image: url('../images/que-mrk.png');
    background-repeat: no-repeat;
    width: 25px;
    display: inline-block;
    background-size: 23px;
    height: 26px;
    margin-left: 8px;
    margin-top: 4px;
    right: 0;
}

.question_icon .tooltip_text {
    visibility: hidden;
    width: 260px;
    background-color: #fff;
    color: #0070ba;
    text-align: left;
    border-radius: 10px;
    padding: 30px 20px;
    position: absolute;
    z-index: 1;
    top: 54px;
    left: 40%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    border: 2px solid #0070ba;
}

.question_icon .tooltip_text::after,
.question_icon .tooltip_text::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 23%;
    border: solid transparent;
    height: 0;
    width: 0;
}

.question_icon .tooltip_text::after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -13px;
    bottom: 100%;
    border-bottom-width: 25px;
}

.question_icon .tooltip_text::before {
    border-color: transparent;
    border-bottom-color: #0070ba;
    border-width: 15px;
    margin-left: -16px;
    border-bottom-width: 30px;
}

.question_icon:hover .tooltip_text {
    visibility: visible;
    opacity: 1;
}

.clinical-role table tr th:last-child .question_icon .tooltip_text {
    margin-left: -201px;
    max-width: 218px;
}

.n_clinical-role table tr th:last-child .question_icon .tooltip_text {
    margin-left: -190px;
    max-width: 218px;
}

.clinical-role table tr th:last-child .question_icon .tooltip_text::after,
.clinical-role table tr th:last-child .question_icon .tooltip_text::before {
    left: 88%;
}

.n_clinical-role table tr th:last-child .question_icon .tooltip_text::after,
.n_clinical-role table tr th:last-child .question_icon .tooltip_text::before {
    left: 77%;
}

.clinical-role table tr th:last-child .question_icon .tooltip_text::before {
    border-width: 16px;
    margin-left: -16px;
}

.clinical-role table tr th:last-child .question_icon .tooltip_text::after {
    border-width: 13px;
    margin-left: -13px;
}

.workforce {
    margin: 85px 0 0px;
    background-color: #fafafa;
    padding: 48px 0 40px;
}

.workforce-txt h2 {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
    margin-bottom: 40px;
    text-align: center;
}

.workforce-txt p {
    padding: 0 100px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

.workforce-txt {
    margin-bottom: 10px;
}

tr.noBorder th {
    border: 0;
}

.clinical-role table th:nth-child(5),
.clinical-role table th:nth-child(4) {
    font-size: 16px;
}

.clinical-role table th {
    min-width: 181px;
    width: 100%;
    padding: 10px 20px;
    padding-right: 0px;
}

.clinical-role table th:nth-child(1) {
    min-width: 170px;
}

.clinical-role table th:nth-child(5) {
    min-width: 190px;
    padding-left: 10px;
    padding-right: 5px;
}

.clinical-role table input {
    appearance: none;
    border: 1px solid #cbcbcb;
    background-color: transparent;
    padding: 16px 10px;
    border-radius: 10px;
}

.n_clinical-role table th {
    padding: 20px 15px;
    min-width: 170px;
    width: 100%;
}

.n_clinical-role table th:first-child {
    min-width: 700px;
}

.n_clinical-role table input {
    appearance: none;
    border: 1px solid #cbcbcb;
    background-color: transparent;
    padding: 16px 10px;
    border-radius: 10px;
}

.n_clinical-role table thead th {
    border-bottom: 3px double #cbcbcb;
}

#practice_info_id .save-btn button {
    margin: 60px auto;
}


/* --------- staff-page --------- */

.staff-txt {
    font-size: 26px;
    color: #5f5f5f;
    margin-bottom: 65px;
}

.staff-txt h4 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.staff-txt p {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
}

ul.staff-nav {
    padding-left: 40px;
    max-width: 980px;
    margin: 0 auto;
}

ul.staff-nav li,
ul.timeline-nav li,
ul.account-nav li,
.time_total li,
.skills_li {
    position: relative;
    margin-bottom: 5px;
}

ul.staff-nav li::before,
ul.timeline-nav li::before,
.action_ul li::before,
ul.lets-start-nav li::before,
ul.resource-nav li::before,
ul.account-nav li::before,
.time_total li::before,
.skills_li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 16px;
    border: 2px solid #0070ba;
    transform: translateY(-50%);
}

ul.staff-nav li a,
ul.account-nav li a {
    padding: 0 25px;
    font-size: 1.5rem;
    color: #5f5f5f;
    font-weight: 300;
    display: inline-block;
    cursor: context-menu;
}

ul.staff-nav li a:hover,
ul.account-nav li a:hover {
    text-decoration: none;
}

.staff-table {
    max-width: 950px;
    width: 100%;
}


/* staff tab -------- RAVI CSS ------*/

.staff_tab_container {
    max-width: 920px;
    margin: 0 auto 90px;
}

.staff_tab_container .practice-txt h1 {
    margin-right: 0;
}

.staff-table-sec .staff_tbl {
    margin: 30px 0;
}

.staff-table-sec .staff_tbl table th {
    padding: 15px 22px;
}

.staff-table-sec .staff_tbl table td {
    padding: 24px 22px;
}

.staff-table-sec .staff_tbl table thead tr th:nth-child(3),
.staff-table-sec .staff_tbl table thead tr th:nth-child(4) {
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
    width: 11.9%;
    min-width: 116px;
}

.staff-table-sec .staff_tbl table thead tr th:nth-child(5) {
    min-width: 6%;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
}

a.staff_tbl_btn {
    display: inline-block;
    cursor: pointer;
}

a.staff_tbl_btn.light-active-staff-btn::before {
    background-position: 0px -203px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn.light-inactive-staff-btn::before {
    background-position: -80px -203px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn.dark-active-staff-btn::before {
    background-position: -167px -203px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn.dark-inactive-staff-btn::before {
    background-position: -423px -116px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn.gray-active-staff-btn::before {
    background-position: -335px -203px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn.gray-inactive-staff-btn::before {
    background-position: -253px -203px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.trash_icon.staff_tbl_btn::before {
    background-position: -424px -203px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn.staff-user-btn::before {
    background-position: -281px -118px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn.staff-view-btn::before {
    background-position: -352px -118px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

a.staff_tbl_btn:last-child::before {
    left: unset;
    right: 0;
}

a.key_icon::before {
    background-position: -212px -372px;
    height: 70px;
    width: 70px;
    left: 0px;
    top: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #9dc788;
    border-color: #9dc788;
}

.page-item.disabled .page-link {
    color: #6c757d;
}

.page-link {
    color: #6c757d;
}

.page-link:hover {
    color: #000;
}

.staff-table-sec .staff_tbl .page-item .page-link,
.staff-table-sec .staff_tbl .custom-select {
    border-color: #cbcbcb;
}

.staff-table-sec table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child span.dtr-data {
    padding-left: 10px;
    margin-left: 5px;
    border-left: 1px solid #efefef;
    display: inline-block;
}

.staff-table-sec .card {
    border-radius: 10px;
    border-color: #cbcbcb;
    box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -moz-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
}

.staff-table-sec .card .card-header {
    border-color: #cbcbcb;
    border-radius: 10px 10px 0 0;
    background-color: transparent;
    border-bottom: 3px double #cbcbcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.staff-table-sec .card .card-header .card-tools .btn-tool {
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -moz-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #6d6d6d;
    background-color: transparent;
    display: none;
}

.staff-table-sec .card .card-header .card-title {
    margin-bottom: 0;
    color: #5f5f5f;
    font-size: 25px;
}

.staff-table-sec .card .card-body .btn-info {
    border: 1px solid transparent;
    color: #6daf4e;
    background-color: rgba(109, 175, 78, 0.16);
    border-radius: 8px;
}

.staff-table-sec .card .card-body .btn-info:hover {
    border-color: #6daf4e;
    background-color: transparent;
}

.staff-table-sec .card .card-body .btn-default {
    border: 1px solid #cbcbcb;
    color: #5e5e5e;
    border-radius: 8px;
    background-color: transparent;
}

.staff-table-sec .card .card-body .btn-default:hover {
    background-color: rgba(94, 94, 94, 0.16);
    border-color: rgba(94, 94, 94, 0.16);
}

.staff-table-sec .card .card-body .btn:focus {
    box-shadow: unset;
}

.staff_tbl .table.dataTable {
    overflow: hidden;
}

table.collapsed tr.child a.staff_tbl_btn {
    height: 70px;
    width: 70px;
    position: relative;
}

table.collapsed tr.child td.child {
    padding: 0px 10px;
}

table.collapsed tr.child td.child ul li {
    display: flex;
    align-items: center;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
    top: 0 !important;
    bottom: 0;
    margin: auto;
    left: 6px !important;
}

.staff-table-sec .staff_tbl table td {
    padding: 15px 10px;
}

a.staff_tbl_btn {
    display: inline-block;
    height: 60px;
    width: 70px;
    position: relative;
}

table#crud-table tbody tr td:nth-child(3),
table#crud-table tbody tr td:nth-child(4) {
    min-width: 150px;
}


/* ------- staff tab TRASH pop up ---------- */

.swal2-popup {
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 10px;
    padding: 30px;
    width: 730px;
    position: relative;
}

.swal2-title {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #0070ba;
}

.swal2-cancel::before {
    content: '';
    position: absolute;
    cursor: pointer;
    right: -28px;
    top: -23px;
    background-image: url(../images/close.png);
    height: 61px;
    width: 61px;
    background-repeat: no-repeat;
}

.swal2-content {
    color: #5f5f5f;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px;
}

.swal2-actions {
    margin: 0em auto 0;
}

.swal2-actions button.swal2-confirm.swal2-styled {
    border-radius: 10px;
    padding: 7px 25px;
    margin-right: 42px;
    background-color: #6daf4e !important;
    font-size: 20px;
    font-weight: 500;
}

.swal2-actions button.swal2-confirm.swal2-styled:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.swal2-styled.swal2-confirm:focus {
    outline: 0;
    box-shadow: none;
}

.swal2-styled.swal2-confirm {
    position: relative;
}

.swal2-styled.swal2-confirm::after {
    content: "or";
    position: absolute;
    right: -45px;
    color: #3f3f3f;
    font-weight: 300;
    font-style: italic;
    pointer-events: none;
}

.swal2-actions button.swal2-cancel.swal2-styled {
    background-color: #6daf4e !important;
    font-size: 20px;
    font-weight: 500;
    color: #0070ba;
    text-decoration: underline;
    background-color: #fff !important;
    border-color: #fff;
    margin: 0 25px;
}

.swal2-actions button.swal2-cancel.swal2-styled:hover {
    color: #1c3b72;
    background-color: #fff !important;
    background-image: none;
}


/* ------- modules pop up ---------- */

.module-popup-content button.close {
    background: url('../images/close.png');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 70px;
    right: -28px;
    top: -35px;
    opacity: 1;
    border: none;
    outline: none;
}

.module-popup-content button.close:hover {
    border: none;
}

.module-popup-content button:focus {
    outline: none;
}

.module-popup-content,
.switch-acc-popup .s_acc-popup-content {
    /* .staff-popup-content { */
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.modal-content {
    border-radius: 10px;
}

.modules-popup-wrap .modal-dialog,
.switch-acc-popup .modal-dialog {
    max-width: 920px;
    margin: 100px auto;
}

.modules-popup-wrap .module-popup-content a {
    position: relative;
}

.module-popup-content a>img {
    position: absolute;
    top: -60px;
    right: -60px;
}

.module-popup-content>.modules-txt h2,
h2.modules_title.change_pwd {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 300;
}

.module-popup-content>.modules-txt p {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 300;
}

.module-popup-content>.modules-txt {
    margin: 0 0 25px;
    background-color: #fff;
    padding: 15px 0;
}

.modules-popup-wrap .intro-video {
    width: 100%;
    height: 530px;
}


/* --------- switch account pop up ---------- */

.modal-header,
.modal-footer,
.modal-body {
    padding: 0;
    border: none;
}

#switchAccount button.close {
    background: url('../images/close.png');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 70px;
    right: -20px;
    top: -20px;
    opacity: 1;
}

#switchAccount button.close:focus {
    outline: none;
}

h1.s_acc-ptitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #0070ba;
    margin: 36px 0;
}

.switch-acc-popup .s_acc-popup-content {
    padding: 30px 20px;
}

.switch-acc-popup p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.s_acc-form>div {
    /* display: flex; align-items: flex-start; */
    margin-bottom: 10px;
    position: relative;
}

.pcn-role {
    padding-left: 45px;
}

.pcn-role-title {
    border: 1px solid transparent;
    margin-bottom: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 114px;
}

span.current-acc {
    padding: 7px 10px 7px 0;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 22px;
    color: #5f5f5f;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    font-weight: 500;
}


/* .pcn-role-title a {
    font-size: 22px;
    padding: 8px 10px;
    color: #3f3f3f;
    font-weight: 500;
    border: 1px solid transparent;
}
.pcn-role-title a:hover {
    text-decoration: none;
} */

.pcn-role-title a.role-switcher {
    display: inline-block;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 22px;
    color: #5f5f5f;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
}

.pcn-role-title a.role-switcher:hover {
    text-decoration: none;
}

.pcn-role-title a:hover,
.pcn-role-title a:focus,
.pcn-role-title a.active {
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    border: 1px solid #0070ba;
    color: #0070ba;
}

.pcn-role-title.active {
    padding: 0;
}

.s_acc-form input[type=radio]:focus {
    outline: none;
}

.s_acc-form label {
    font-size: 18px;
    color: #3f3f3f;
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    font-weight: normal;
}

.s_acc-form label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #888888;
    border-radius: 0;
    margin-left: 0;
    top: 6px;
    left: 0;
}

.s_acc-form label::after {
    content: url('../images/check.png');
    display: none;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 3px;
    top: 0;
}

.s_acc-form input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
}

.s_acc-form input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    height: 100%;
}

.s_acc-form input[type="radio"]:checked~label::after {
    display: block;
}

.s_acc-form input[type="radio"]:checked~label::before {
    border: 1px solid #6daf4e;
}

.switch-acc-popup .modal-body {
    margin-bottom: 60px;
}

.s_acc_btn {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 40px;
}

.s_acc_btn button.btn {
    padding: 8px 25px;
    font-size: 19px;
    border-radius: 10px;
    font-weight: 500;
}


/* ----- modules- Appropriate Appointments-sub tabs ------------ */

.breadcrumb.appointment-breadcrumb {
    background-color: #fff;
}

ul.appointment-breadcrumb {
    margin-top: 15px;
}

ul.appointment-breadcrumb li {
    color: #2e2e2e;
}

ul.appointment-breadcrumb li a.menu-home {
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    background-position: -39px -143px;
    width: 20px;
    height: 17px;
    margin-top: 5px;
}

ul.appointment-breadcrumb li a {
    color: #1c3b72;
    text-decoration: underline;
    font-size: 18px;
    display: inline-block;
}

ul.appointment-breadcrumb li.active {
    font-size: 18px;
}

.appointment-tabing {
    border-bottom: 0px;
    max-width: 100%;
    width: 100%;
    margin-top: 43px;
    display: inline-block;
}

.module-tabing-nav {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.welcome-module-title {
    margin-top: 31px;
}

.welcome-module-title h1 {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
}

.welcome-module-title h1::before {
    background-position: -181px -117px;
    height: 33px;
    width: 40px;
    position: unset;
    display: inline-block;
    margin: 0 9px 13px 0;
    vertical-align: middle;
}

.welcome-module-title h1 span {
    font-weight: normal;
}

ul.welcome-module1,
ul.report-tabing {
    margin-bottom: 0px;
    text-align: center;
    padding: 0 20px;
    border-bottom: 1px solid #c2c2c2;
}

ul.welcome-module1 li,
ul.report-tabing li {
    display: inline-block;
    margin-right: 0px;
    width: auto;
    margin-bottom: -1px;
}

ul.welcome-module1 li a,
ul.report-tabing li a {
    display: inline-block;
    font-size: 18px;
    padding: 8px 24px;
    font-weight: normal;
    color: #4c4c4c;
}

ul.welcome-module1 li a.active,
ul.report-tabing li a.active,
ul.report-tabing li a:hover,
ul.welcome-module1 li a:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #c2c2c2 !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 10px 10px 0 0;
    color: #4c4c4c;
    text-shadow: 1px 0px #4c4c4c;
    -moz-text-shadow: 0 1px #4c4c4c;
    -webkit-text-shadow: 0 1px #4c4c4c;
    -o-text-shadow: 0 1px #4c4c4c;
    -ms-text-shadow: 0 1px #4c4c4c;
}

.nextpg-navigate,
.account-search {
    background-color: #ecf9ff;
    padding: 10px 15px;
    margin: 80px 0px 45px;
}

.nextpg-navigate button,
.nextpg-navigate a {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 8px 24px 8px 60px;
    position: relative;
    font-size: 19px;
    color: #4c4c4c;
    font-weight: 500;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
}

.nextpg-navigate button:hover,
.nextpg-navigate a:hover {
    border: 1px solid #0070ba;
    color: #0070ba;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.nextpg-navigate button.nxt-pg,
.nextpg-navigate a.nxt-pg {
    float: right;
}

.nextpg-navigate button:focus,
.nextpg-navigate a:focus {
    outline: none;
}

.nextpg-navigate button.prev-pg,
.nextpg-navigate a.prev-link {
    text-align: left;
    background-color: #fff;
}

button.prev-pg::before,
a.prev-link::before {
    background-position: -153px -61px;
    height: 35px;
    width: 50px;
    left: 0;
    top: 2px;
}

button.nxt-pg::before,
a.nxt-pg::before {
    background-position: -101px -63px;
    height: 35px;
    width: 50px;
    left: 0;
    top: 2px;
}

.hide-cls {
    display: none !important;
}

.pagination-p1.pagination-sm .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.pagination-p1.pagination-sm .page-link {
    padding: 3px 12px;
    font-size: 19px;
    font-weight: 500;
}

.pagination-p1 .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination-p1 .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination-p1 .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination-p1 .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination-nav {
    padding: 0;
}

.pagination-nav nav {
    margin: 0;
}

.pagination-line {
    padding: 0;
    max-width: 900px;
    margin: 70px auto 0;
}

.pagination-line>span {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
}

.pagination-line>span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: #4ab0f3;
    top: 15px;
    left: 0;
}

ul.pagination-p1 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 870px;
}

.pagination-p1 li {
    margin: 0 2px;
}

.pagination-p1 li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 500;
    color: #4ab0f3;
    border: 1px solid #0070ba;
    background-color: #fff;
    padding: 3px 10px;
    position: relative;
    box-shadow: 0px 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 0px 0px 5px #fff;
    -o-box-shadow: 0px 0px 0px 5px #fff;
    -ms-box-shadow: 0px 0px 0px 5px #fff;
    -moz-box-shadow: 0px 0px 0px 5px #fff;
    z-index: 9;
}

.pagination-p1 li.done a {
    border: 1px solid transparent;
}

.pagination-p1 li a::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #4ab0f3;
    left: 4px;
    top: 4px;
    display: none;
    z-index: -1;
}

.pagination-p1 li a:hover {
    text-decoration: none;
    border: 1px solid #4ab0f3;
    color: #fff;
}

.pagination-p1 li a:hover::after {
    transition: 0.3s ease-in-out;
    display: block;
}

.pagination-p1 li.tab-check {
    position: relative;
    cursor: pointer;
}

.pagination-p1 .tab-check.done::before {
    content: '';
    position: absolute;
    background-image: url('../images/tab-check.png');
    width: 36px;
    height: 36px;
    z-index: 99;
    background-size: 100%;
    background-repeat: no-repeat;
}

.pagination-p1 .tab-check.done.active::before {
    background-image: url('../images/filled-tick.png');
    /* box-shadow: 0px 0px 0px 2px #0070ba;
    border-radius: 50%; */
}

.pagination-p1 .tab-check.active a::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #4ab0f3;
    left: 4px;
    top: 4px;
    z-index: -1;
}

.pagination-p1 .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fff;
    border-color: #4ab0f3;
}

.appointment-tabing .modules-content {
    margin-bottom: 0;
}

#page-1 {
    margin-top: 40px;
}

h2.module-title {
    text-align: center;
    margin: 68px 0 50px;
    font-weight: 300;
    font-size: 32px;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    color: #000;
}

.welcome-intro p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}

.baseline-que h2.module-title,
.staff_tbl h2.module-title,
.start-date h2.module-title,
.timeline h2.module-title,
.data-gathering h2.module-title,
.congrats h2.module-title {
    margin: 45px 0 30px;
}

.problem-improvement,
.baseline-txt {
    padding: 20px 0 24px;
}

.problem-improvement:last-child {
    padding-bottom: 0;
}

.problem-improvement h4,
.staff-members h4,
.baseline-txt h4,
.start-module h4 {
    color: #0070ba;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 300;
}

.problem-improvement p,
.baseline-txt p,
.timeline-module p {
    color: #5f5f5f;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}

.problem-improvement span,
.baseline-txt span {
    color: #5e5e5e;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.problem-improvement textarea {
    resize: none;
    border-radius: 10px;
    border: 1px solid #909090;
}

.problem-improvement input,
.baseline-txt input,
.data-module input,
.data-module .baseline-txt input {
    padding: 13px 10px;
    width: 117px;
    border-radius: 10px;
}


/* ----- baseline que ------ */

.baseline-que h3,
.staff_tbl h3,
.start-date h3,
.timeline h3 {
    text-align: center;
    font-weight: 300;
}

.baseline-radio-btn label {
    margin-bottom: 0;
    font-size: 19px;
    box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
    -moz-box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
    border: 1px solid #cbcbcb;
}

.baseline-txt p,
.congrats-module p,
.congrats-date-cls p {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #5e5e5e;
}

.baseline-txt span {
    margin-bottom: 0px;
    padding: 11px 0;
    font-size: 20px;
}

.baseline-pcn {
    padding: 0;
    margin-right: 20px;
}

.baseline-practice {
    padding: 0;
}


/* -------- participants --------- */

.staff_tbl {
    margin: 0px auto;
}

.staff-members {
    margin: 25px 0 50px;
}

.staff-members h4,
.start-module h4 {
    text-align: center;
}

.custom-table.staff-scroll-tbl {
    max-height: 480px;
    overflow-y: auto;
    position: relative;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

.custom-table.staff-scroll-tbl table th {
    padding: 20px 13px;
}

.custom-table.staff-scroll-tbl table td {
    padding: 20px 13px;
}

.custom_error span {
    color: #ff0808;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    max-width: 100%;
    width: 100%;
}


/* .staff_tbl .custom_checkbox input[type="checkbox"]:checked .custom_error span{display: block;} */

.longEnough.mCustomScrollbar {
    max-height: 450px;
    max-width: 920px;
    overflow: auto;
    width: 100%;
}

.mCSB_scrollTools {
    position: absolute;
    width: 22px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    background-color: transparent;
}

.mCSB_dragger_bar {
    background-color: #0070ba;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0070ba;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #0070ba;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #025790;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #DBDBDB;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 6px;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color: #0070ba;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #025790;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #0070ba;
}

.mCSB_scrollTools .mCSB_draggerRail {
    /* background-color: #DBDBDB; */
    background-color: transparent;
}


/* --------- custom-checkbox --------- */

.custom_checkbox {
    position: relative;
}

.custom_checkbox input[type=checkbox]:focus {
    outline: none;
}

.custom_checkbox label {
    width: 100%;
}

.custom_checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #888888;
    border-radius: 0;
    margin-left: 0;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom_checkbox label::after {
    content: url('../images/check.png');
    display: none;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 3px;
    top: 0;
    right: 0;
    margin: 0 auto;
}

.custom_checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    opacity: 0;
    z-index: 1;
    height: auto;
    margin: auto;
}

.custom_checkbox input[type="checkbox"]:checked~label::after {
    display: block;
}

.custom_checkbox input[type="checkbox"]:checked~label::before {
    border: 1px solid #6daf4e;
}


/* --------- custom-checkbox End--------- */


/* --------- custom-checkbox Error--------- */

.staff-scroll-tbl ul#parsley-id-multiple-participant li {
    display: none;
}

.staff_tbl>.small-container {
    padding: 0 20px;
}

.staff_tbl .custom-table table th {
    padding: 15px 15px;
}

.staff_tbl .custom-table table td {
    padding: 15px 20px;
}

.staff_tbl table th:first-child {
    min-width: 8%;
    text-align: left;
    padding: 15px 20px;
    outline: none;
}

.staff_tbl table td {
    position: relative;
}

.staff_tbl table td:first-child {
    text-align: left;
    outline: none;
}

#crud-table {
    margin-bottom: 30px !important;
}


/* -------- start date --------- */

.start-module h4 {
    margin-bottom: 45px;
}


/* -------- data gathering --------- */

.data-module p {
    font-size: 20px;
    margin-bottom: 0;
    color: #5e5e5e;
}

.data-input span {
    padding: 10px 0;
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    color: #5e5e5e;
}

.data-input {
    margin-top: 25px;
    padding: 0 15px;
    position: relative;
}

.data-module input {
    width: 125px;
    padding: 16px 10px;
}

.data-gathering-wrapper {
    max-width: 760px;
    margin: 0px auto;
    padding: 0px 20px;
}


/* -------- timeline --------- */

.timeline-module {
    margin: 30px auto 0px;
    padding: 0 30px;
}

.timeline-module p {
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 0;
    color: #5e5e5e;
}

.timeline-content {
    padding: 44px 0;
}

.timeline-wrapper {
    padding: 0px 30px;
}

.timeline-wrapper p.black {
    color: #161616;
    margin-bottom: 0;
}

.timeline-content:last-child {
    margin-bottom: 43px
}

.timeline-content:nth-child(odd) {
    background-color: #fff;
}

.timeline-content:nth-child(even) {
    background-color: #f9f9f9;
}

.timeline-content h5 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #0070ba;
    font-weight: 300;
}

.timeline-content p {
    font-weight: normal;
    font-size: 20px;
    color: #5e5e5e;
    margin-bottom: 35px;
}

.pick-date {
    max-width: 345px;
    display: inline-block;
    width: 100%;
}

.pick-date input {
    padding-right: 63px;
    padding-left: 20px;
    box-shadow: unset;
}

.calendar-icon::before {
    background-position: -226px -150px;
    height: 55px;
    width: 60px;
    right: 0;
}

ul.timeline-nav {
    padding: 0;
    margin-bottom: 35px;
}

ul.timeline-nav li::before {
    left: 0;
}

ul.timeline-nav li {
    padding: 0 25px;
    font-size: 19px;
    color: #5f5f5f;
    font-weight: normal;
}

.nextpg-navigate .hide-cls {
    display: none;
}


/* -------- congratulations --------- */

.congrats-module .thumbs-up {
    margin-bottom: 35px;
}

.congrats-module {
    max-width: 870px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.congrats-link a {
    display: inline-block;
}

.congrats-module p {
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 10px;
}

.congrats-date-cls {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.congrats-date-cls p {
    margin-bottom: 25px;
}

.congrats-module p,
.congrats-date-cls p {
    font-weight: 500;
    font-size: 20px;
    color: #5e5e5e;
}

.congrats-link {
    text-align: center;
}

.congrats-link button {
    display: block;
    margin: 23px auto;
}

.congrats-link button.change-date {
    padding: 9px 12px 9px 50px;
    background-color: #fff;
}

.congrats-link button.change-date::before {
    background-position: -156px -58px;
    height: 45px;
    width: 40px;
    left: 0px;
    top: 0;
}

.congrats-module p {
    font-weight: normal;
    font-size: 19px;
    color: #5f5f5f;
    /* margin-bottom: 35px; */
}

.congrats-link a.continue-btn,
.congrats-date-cls a {
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 10px;
    font-weight: 500;
}


/* --------- Brief- Simulate- Do ---------- */

.tab-content>.active {
    display: block;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.brief {
    margin: 0px 0px;
}

.brief-intro {
    padding: 0 20px;
}

.brief-intro h4 {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
    margin-bottom: 24px;
}

.brief-intro p {
    font-weight: 300;
    font-size: 20px;
    color: #000;
    margin-bottom: 35px;
}

.brief-intro p.black {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 27px;
}

ul.brief-nav {
    padding: 0;
    margin-bottom: 35px;
    padding-left: 70px;
}

ul.brief-nav li {
    padding: 0 25px;
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

ul.brief-nav li:last-child::before {
    top: 25%;
}

.brief-start-dt p {
    color: #0070ba;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.brief-start-dt p span {
    color: #3f3f3f;
}

.brief-start-dt p::before {
    background-position: -10px -136px;
    height: 27px;
    width: 25px;
    position: unset;
    display: inline-block;
}

.brief-tbl-main {
    margin: 50px auto 70px;
}

.brief-tbl-main table thead th {
    padding: 10px 20px;
    font-size: 19px;
    line-height: 24px;
}

.brief-tbl-main table.table-responsive {
    overflow-x: hidden;
}

.brief-tbl-main table th {
    min-width: 140px;
}

.brief-tbl-main table th:nth-child(1) {
    min-width: 433px;
}

.brief-tbl-main table th:last-child {
    min-width: 223px;
}

.brief-tbl-main table td:last-child {
    padding: 0;
    position: relative;
}

.brief-tbl-main table td {
    font-size: 18px;
    padding: 11px;
    color: #3f3f3f;
}

.brief-tbl-main table td:first-child {
    font-weight: 500;
}

.click_here {
    color: #0070ba;
    font-weight: normal;
    text-decoration: underline;
}

.click_here:hover {
    text-decoration: underline;
}

.do_click {
    padding-left: 20px;
    font-size: 16px;
}

.brief-tbl-main table td span {
    color: #3f3f3f;
    line-height: 56px;
    display: inherit;
}

.brief-tbl-view {
    display: flex;
    align-items: center;
}

.brief-tbl-view p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.brief-tbl-done a,
.brief-tbl-team a,
.brief-tbl-resource a {
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.brief-tbl-main table td:nth-last-child(3) {
    padding: 0;
    position: relative;
}

span.resource-view,
span.team-view {
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 18px;
    line-height: 56px;
    display: inherit;
}

.brief-tbl-resource span.resource-view::before {
    background-position: -356px -126px;
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5px;
}

.brief-tbl-main table td:nth-last-child(2) {
    padding: 0;
    position: relative;
}

.brief-tbl-team span.team-view::before {
    background-position: -287px -126px;
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

span.mrk-done {
    font-size: 19px;
    color: #5f5f5f;
    font-weight: normal;
    display: inline-block;
    margin: auto;
    width: 100%;
    justify-content: center;
}

.brief-tbl-done,
.brief-tbl-team,
.brief-tbl-resource {
    padding: 0;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
}

.brief-tbl-done a:hover,
.brief-tbl-team a:hover,
.brief-tbl-resource a:hover {
    text-decoration: none;
}

.brief-tbl-done span.mrk-done::before {
    background-position: -7px -211px;
    left: 0;
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    /* margin-left: -70px;  margin-top: -13px; */
}

.stats,
.brief-complete {
    padding: 30px 20px;
    background-color: #f9f9f9;
}

.stats h2.module-title,
.brief-complete h2.module-title {
    margin: 4px 0 45px;
    color: #2b2b2b;
}

.stats .progress-content {
    float: left;
    width: 100%;
    text-align: center;
}

.progress-wrapper {
    width: 230px;
    height: 230px;
    margin: 0 auto;
}

.progress-chart {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    /* float: left; */
}

.progress-gauge {
    margin: 0 auto;
    height: 250px;
}

.progress-content p {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    padding: 0 60px;
}

.do .progress-content p {
    padding: 0 30px;
}

.do .progress-content p:last-child {
    font-weight: 500;
}

.do .progress-content a {
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 6px 20px;
    text-align: center;
    display: inline-block;
    white-space: normal;
}

.brief-complete {
    background-color: #fff;
    border-bottom: 1px solid #0070ba;
    margin-bottom: 40px;
    text-align: center;
}

.do .brief-complete {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 80px 0;
}

.brief-complete span {
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-top: -20px;
}

.brief-complete span.brf-complete {
    color: #6daf4e;
}

.brief-complete span.brf-complete::before,
.brief-complete span.brf-incomplete::before {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    top: 15px;
    margin-right: 10px;
}

a.mrk-completed {
    background-color: rgba(109, 175, 78, 0.16);
    padding: 10px 15px;
    width: 100%;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

a.mrk-completed span {
    color: #6daf4e;
}

a.mrk-completed span.mrk-done::before {
    background-position: -68px -108px;
    left: 0;
    width: 41px;
    height: 47px;
    position: relative;
    display: inline-block;
}

.brief-complete span.brf-complete::before {
    background-position: -172px -253px;
    background-size: 435px;
}

.brief-complete span.brf-incomplete::before {
    background-position: -390px -294px;
}


/* ------ simulate ------ */

.simulate-txt p {
    margin-bottom: 10px;
}

.simulate-txt p:last-child {
    margin-bottom: 35px;
}

.simulate-report-progress .simulate-report {
    padding: 60px 20px;
    background-color: #fff;
}

.simulate-report .brf-complete {
    font-size: 32px;
    font-weight: 300;
    color: #2c2c2c;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.simulate-report-progress .brief-complete {
    background-color: #f9f9f9;
}

.simulate-report a {
    border-radius: 10px;
    padding: 7px 23px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}


/* ------ do ------ */

.do .brief-tbl-main table td p {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 20px 0 23px;
    max-width: 360px;
}

.do .brief-tbl-main table td {
    font-size: 18px;
    color: #3f3f3f;
    position: relative;
    padding: 15px;
}

.do .brief-tbl-main table td:nth-last-child(3) {
    position: relative;
}

.do .brief-tbl-done,
.do .brief-tbl-team,
.do .brief-tbl-resource {
    padding: 20px 0;
    width: 100%;
}

.do .brief-tbl-done a,
.do .brief-tbl-team a,
.do .brief-tbl-resource a {
    text-align: right;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 15px;
}

.do .brief-tbl-main tr:nth-child(5) td .brief-tbl-done span.mrk-done {
    justify-content: end;
    margin-right: 0px;
}

.do .brief-tbl-main tr:nth-child(5) td .brief-tbl-done span.mrk-done.mrk-completed {
    justify-content: end;
    margin-right: 47px;
}

.do .brief-tbl-main tr:nth-child(5) td .brief-tbl-done span.mrk-done.mrk-completed.module2_mrkDone {
    justify-content: center;
    margin-right: 0;
}

.do .brief-tbl-main table td:nth-last-child(2) {
    position: relative;
    padding: 0;
}

.do-resource.target-bg {
    background-color: rgba(109, 175, 78, 0.16);
}

.do-resource.target-bg a.mrk-completed {
    background-color: unset;
    display: inline-block;
    width: 93%;
    /* background-image: url('../images/edit-icon.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px; */
}

.do-resource.target-bg .mrk-completed img {
    display: inline-block;
    width: 25px;
    position: relative;
    top: -5px;
    cursor: pointer;
}

.do-resource.target-bg span.mrk-done {
    text-align: right;
    display: block;
    /* padding-right: 30px; */
}

span.target-achieve {
    padding-left: 20px;
    font-size: 14px !important;
    font-weight: normal;
    line-height: normal !important;
    margin-top: 5px !important;
}

.do-date {
    padding: 15px;
}

.do-resource label {
    width: 26%;
    color: #3f3f3f;
    font-size: 19px;
    margin-right: 8px;
    margin-bottom: 0;
    position: relative;
    top: 6px;
}

.do-resource .do-form {
    display: inline-block;
    width: 335px;
    border: 1px solid #909090;
    border-radius: 10px;
    padding: 0px 10px;
    position: relative;
}

.do-form input {
    color: #3f3f3f;
    font-size: 16px;
    width: 105px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

.do-form span {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 5px;
    color: #5e5e5e;
}

.do-form button {
    padding: 14px 0;
    color: #0070ba;
    font-size: 17px;
    background-color: #fff;
    border-left: 1px solid #6daf4e;
    border-radius: 0%;
    padding-left: 14px;
}

.do-form form span {
    font-size: 15px;
}

.do-form button.btn:focus {
    outline: none;
    box-shadow: none;
}

.do-resource .do-form ul.parsley-errors-list {
    position: absolute;
    max-width: 100%;
    width: 100%;
}

.do-resource .do-form ul.parsley-errors-list li {
    bottom: -15px;
    left: -11px;
    top: 0 !important;
}

.error-txt {
    max-width: 340px;
    width: 100%;
    float: right;
}

.error-txt span {
    font-size: 14px;
    line-height: normal !important;
    text-align: left;
    margin-top: 7px;
    color: #ff0808 !important;
}

a.do-audit,
button.do-audit {
    display: inline-block;
    border: 1px solid #909090;
    border-radius: 10px;
    padding: 12px 10px;
    background-color: #d8e7f1;
    color: #0070ba;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}

a.do-audit:hover,
button.do-audit:hover {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0070ba;
    transition: 0.3s ease-in-out;
}

.initiated {
    text-align: right;
}

.initiated button {
    padding: 7px 40px;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 20px;
}

#resource-modal .modal-dialog {
    max-width: 920px;
    margin-top: 90px;
}

#resource-modal .module-popup-content {
    padding: 30px 0px;
    padding-left: 50px;
    overflow-y: auto;
}

.resource-title {
    text-align: center;
}

.resource-title h3 {
    font-size: 30px;
    font-weight: 300;
    color: #0070ba;
    text-align: center;
    margin-bottom: 20px;
}

.resource-title h4::before {
    background-position: -95px -167px;
    height: 30px;
    width: 35px;
    display: inline-block;
    position: unset;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.resource-title h4 {
    font-size: 26px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.resource-title h4 span {
    font-weight: 500;
}

.resource-wrapper {
    margin-bottom: 30px;
}

.equipment h5,
.equipment p {
    display: inline-block;
}

.resource-subtitle,
h5.meeting-title {
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

h5.resource-subtitle-post {
    margin: 15px 0 20px -40px;
    font-size: 20px;
    font-weight: normal;
}

.resource-txt,
ul.resource-nav li p,
.resource-ol-nav li p {
    font-size: 19px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

ul.resource-nav {
    margin-top: 30px;
}

ul.resource-nav li {
    position: relative;
    padding-left: 20px;
}

ul.resource-nav li::before {
    top: 15px;
    left: 0;
    transform: translateY(-50%);
}

.resource-ol-nav {
    list-style: none;
    counter-reset: li;
    margin-top: 30px;
}

.resource-ol-nav li {
    counter-increment: li;
    position: relative;
    padding-left: 20px;
}

.resource-ol-nav li::before {
    content: counter(li);
    color: #0070ba;
    text-align: right;
    direction: rtl;
    top: 15px;
    font-size: 19px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
}

.resource-ol-nav span {
    padding-left: 30px;
}

.resource-ol-nav span.timer-icon::before {
    background-position: -68px -132px;
    height: 30px;
    width: 30px;
    background-size: 400px;
    left: -3px;
    top: -4px;
}

#resource-modal .print {
    padding-right: 40px;
}

#resource-modal .resource-title {
    padding-right: 40px;
}

#resource-modal .resource-wrapper {
    padding-right: 40px;
}

#resource-modal .module-popup-content {
    margin-bottom: 0;
}

#resource-modal .resource-modal-scroll.longEnough.mCustomScrollbar {
    height: 680px;
    max-height: unset;
}

.resource-paragraph p {
    font-size: 19px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

.action-img {
    padding-right: 20px;
    margin: 20px auto 30px;
}

.action-img img {
    width: 100%;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* ------ module-participants popup -------- */

#module-participants h4 {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
    text-align: center;
    margin-bottom: 40px;
}

#module-participants .modal-dialog {
    max-width: 920px;
    margin-top: 230px;
}

#module-participants .modal-dialog .module-popup-content {
    padding: 70px 70px;
}

#module-participants .custom-table.staff-scroll-tbl.meeting-participants thead th:last-child {
    min-width: 130px;
    width: 130px;
    text-align: center;
    line-height: normal;
}

#module-participants .custom-table.staff-scroll-tbl.meeting-participants tbody td:last-child {
    text-align: center;
}


/* ------ mark as done popup -------- */

.participants-modal-title h4 {
    margin-bottom: 20px !important;
}

.participants-modal-title p {
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}

.participants_btn {
    margin-top: 50px;
    text-align: center;
}

.participants_btn button {
    padding: 8px 33px;
    background-color: #6DAF4E;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    white-space: normal;
    padding-left: 55px;
    border: 1px solid #6DAF4E;
}

.participants_btn button:hover {
    background-color: #fff;
    color: #6DAF4E;
}

.participants_btn button:hover::before {
    background-position: -53px -104px;
}

.participants_btn button::before {
    background-position: -135px -324px;
    height: 40px;
    width: 40px;
    left: 0px;
    top: 5px;
    background-size: 440px;
}


/* ------ Team-Progress-modal -------- */

#action-planner-modal .custom-table {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

#action-planner-modal .team_progress tbody tr td:last-child {
    padding: 0;
}


/* ------ simulation how to-modal -------- */

.staff_complete .resource-title h3 {
    margin-bottom: 40px;
}

.staff_complete .resource-wrapper p {
    font-weight: 500;
}

.resource-wrapper img {
    margin: 20px 0 0px;
    height: 350px;
}

.simulate-ol-nav {
    padding-left: 80px;
    margin-top: 30px;
}

.simulate-nav-title p {
    font-size: 19px;
    font-weight: 500;
    margin: 30px 0;
    color: #000;
}

.simulate-ol-nav li p {
    font-size: 19px;
    font-weight: 300 !important;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0;
}


/* ------ appropriate appointment simulation report -------- */

ul.report-tabing {
    background: -moz-linear-gradient(top, #fdfdfd 0%, #e6e6e6 51%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #e6e6e6 51%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 51%, #e6e6e6 100%);
    position: relative;
    border-bottom: 1px solid #c2c2c2;
}

ul.report-tabing li a.active,
ul.report-tabing li a:hover {
    letter-spacing: 0.5px;
}

ul.report-tabing li {
    margin-top: 10px;
    border-bottom: 1px solid #c2c2c2;
}

ul.report-tabing li a {
    z-index: 1;
    letter-spacing: 0.5px;
    margin-bottom: -1px;
}

#simulation-report .modal-dialog {
    max-width: 1500px;
}

.simulation-report-modal {
    margin-bottom: 50px;
    padding: 0 90px;
}

.simulation-report-modal h4 {
    padding: 0 70px;
    font-size: 32px;
    color: #0070ba;
    text-align: center;
    font-weight: 300;
}

#simulation-report .module-popup-content {
    padding: 40px 0px;
}

.simulation-report-txt p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.simulation-report-txt {
    margin-bottom: 30px;
    padding: 0 90px;
}

.simulate-report {
    text-align: center;
}

#simulation-report .simulate-report {
    text-align: center;
    margin-bottom: 0px;
}

.report-tabing-nav {
    margin: 60px auto;
}

.benefit-popup .nav-tabs .nav-item.show .nav-link {
    height: 100% !important;
}

.benefit-popup .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    height: 100%;
    ;
}

ul.report-tabingII li {
    min-width: 140px;
}

ul.report-tabingII li a {
    padding: 8px 16px;
}

.padding-x {
    padding: 0 90px;
}

.email-content {
    margin: 40px 0 20px;
}

.email-content h5 {
    font-size: 23px;
    color: #000;
    font-weight: normal;
}


/* ------ Practice Manager reviews Appropriate Appointments data report -------- */

.data-report {
    margin: 15px 0;
}

.data-report .resource-title h3 {
    padding: 0 60px;
    margin-bottom: 30px;
}

.data-report-wrapper {
    margin: 20px 0;
    padding-right: 45px;
    display: inline-block;
    vertical-align: middle;
}

.image-left img {
    width: 260px;
}

.data-report .resource-paragraph {
    padding-left: 15px;
}

.data-report .resource-paragraph h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.data-report-wrapper .row {
    align-items: center;
}


/* ------ Practice review meeting -------- */

.review-meeting .resource-subtitle {
    display: block;
}

h5.meeting-title {
    margin-bottom: 30px;
}

.meeting_ul {
    box-shadow: 0 0 0px 3px rgba(180, 179, 179, 0.5);
    -moz-box-shadow: 0 0 0px 3px rgba(180, 179, 179, 0.5);
    -webkit-box-shadow: 0 0 0px 3px rgba(180, 179, 179, 0.5);
    -o-box-shadow: 0 0 0px 3px rgba(180, 179, 179, 0.5);
    -ms-box-shadow: 0 0 0px 3px rgba(180, 179, 179, 0.5);
    margin: 20px 20px 40px 10px;
    max-width: 800px;
    width: 100%;
    margin-right: 0;
}

.meeting_ul_wrapper {
    display: flex;
    flex-direction: row;
    border: 1px solid #fff;
}

.meeting_ul ul {
    list-style-type: unset;
    padding-left: 20px;
}

.meeting_ul_list {
    background-color: #009F8D;
    padding: 10px 30px 10px 10px;
}

.meeting_ul_list p {
    color: #fff;
    font-size: 20px;
}

.meeting_ul_txt {
    background-color: #D4E9E0;
    padding: 10px;
}

.meeting_ul_txt h6 {
    font-size: 18px;
    font-weight: 500;
}

.meeting_ul_txt li {
    color: #000;
}

.meeting_popup_tbl {
    padding: 0px 15px;
    margin: 10px auto 30px;
}

.meeting_tbl_title h4 {
    font-size: 18px;
    font-weight: bold;
    color: #009F8D;
}

.popup_tbl_info table th:first-child {
    min-width: 40px;
}

.popup_tbl_info table th:last-child {
    min-width: 170px;
}

.popup_tbl_info table th:nth-child(2) {
    min-width: 250px;
}

.popup_tbl_info table th {
    min-width: 125px;
    color: #009F8D;
    font-weight: bold;
    font-size: 18px;
}

.popup_tbl_wrapper table td {
    border: 2px solid #009F8D;
    padding: 10px;
    color: #009F8D;
}

.popup_tbl_wrapper {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    align-items: flex-start;
}

.popup_tbl_info {
    width: 74%;
    display: inline-block;
}

.popup_tbl_status {
    width: 15%;
    display: inline-block;
    margin-left: 20px;
}

.popup_tbl_status table th {
    color: #009F8D;
    font-weight: bold;
    font-size: 18px;
}

.popup_tbl_status table td {
    min-width: 50px;
}

.popup_tbl_reference {
    width: 18%;
    display: inline-block;
}

.popup_tbl_reference table td {
    min-width: 70px;
    padding: 10px;
    height: 22px;
}

.popup_tbl_reference table tfoot td {
    border: none;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.popup_tbl_wrapper:last-child {
    margin-top: 30px;
}

.midway table tbody tr:first-child,
.tbl_complete tr {
    background-color: #009F8D;
}

.midway {
    margin-left: 15px;
}

.tbl_complete {
    margin-left: 15px;
}

.tbl_complete tfoot tr {
    background-color: unset;
}

.popup_tbl_reference table tfoot tr td {
    min-width: 100% !important;
}


/* ------ PDF Design -------- */

.pdf_logo {
    text-align: center;
    padding: 50px 20px 0;
    width: 1498px;
}

.pdf_logo img {
    width: 500px;
}

.pdf_banner {
    margin-top: -70px;
    position: relative;
    width: 1498px;
    overflow-x: auto;
}

.pdf_banner img {
    width: 100%;
    height: 700px;
}

.pdf_main_title {
    position: absolute;
    top: 34%;
    width: 100%;
}

.pdf_main_title h1,
.pdf_main_title h2,
.pdf_main_title h6 {
    color: #fff;
    text-align: center;
}

.pdf_main_title h1 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pdf_main_title h6 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

.pdf_main_title h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 150px 0 40px;
}

.pdf_banner_txt {
    position: absolute;
    top: 20%;
    width: 100%;
}

.pdf-header {
    height: 130px;
    position: relative;
    z-index: 9999;
    width: 1498px;
}

.pdf_title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #353535;
    margin-top: 10px;
}

.pdf-mt {
    margin-top: -60px;
}

.pdf_container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.pdf_container p {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
}

.pdf_container h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin: 30px 0 20px;
}


/* .pdf_banner .pdf-mt {height: 950px;} */

.pdf_patient_bg {
    position: relative;
    width: 1498px;
    overflow-x: auto;
    top: -60px;
    overflow-y: hidden;
    min-height: 810px;
    background-color: #6EBDEB;
}

.pdf_patient_bg img {
    width: 100%;
    max-width: 100%;
}

.patient_scenarios {
    position: absolute;
    top: 20%;
    width: 100%;
}

.patient_scenarios ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: center;
}

.patient_scenarios ul li {
    width: 270px;
    margin-right: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    height: 280px;
}

.patient_scenarios ul li:nth-child(5) {
    margin-right: 0;
}

.patient_scenarios ul li:last-child {
    margin-right: 0;
}

.patient_wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
}

.patient_left {
    max-width: 50%;
    width: 100%;
}

.patient_right {
    max-width: 53%;
    width: 100%;
    position: relative;
    text-align: right;
}

.patient_right>img {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.patient_scenarios h5 {
    color: #254c7f;
    max-height: 50px;
    margin-bottom: 0px;
}

.patient_scenarios p {
    font-size: 15px;
    line-height: 20px;
    color: #1c3b72;
    margin-bottom: 0;
}

.patient_right span {
    box-shadow: 0 0 0px 8px rgba(126, 21, 21, 0.53);
    border-radius: 50%;
    background-color: #fff;
    padding: 4px 5px;
    color: #a85555;
    font-weight: bold;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: -6px;
    right: -10px;
}

.staff-member-no {
    width: 50px;
    text-align: center;
}

.staff-member-no p {
    color: #6ebdeb;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 32px;
}

.staff-member-btn {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    margin-top: 10px;
    box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
    -moz-box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
}

.staff-member-btn p {
    margin-bottom: 0;
}

.staff-member-txt h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #6ebdeb;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
}

.staff-member-txt p {
    color: #6ebdeb;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
}

.pdfCharts_main {
    max-width: 100%;
    border-top: 6px solid #76ebef;
    width: 1498px;
    overflow-x: auto;
}

.pdf_header {
    background-color: #fff;
    height: 130px;
    clear: both;
    background-image: url('../images/pdf-title-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 1498px;
}

.chart_height {
    min-height: 550px;
}

.pie_chart_height {
    min-height: 550px;
}

.pdf_shortLogo {
    float: left;
    margin: 18px 0 0 20px;
}

.pdf_shortLogo img {
    width: 300px;
}

.pdf_title {
    float: right;
    width: 70%;
    margin-top: 20px;
}

.pdf_title h3 {
    font-size: 28px;
    font-weight: 500;
    color: #1c3b72;
}

.pdf_title p {
    font-size: 18px;
    font-weight: normal;
    color: #1c3b72;
    padding-right: 20px;
}

.pdf_body {
    background-color: #c3e5f8;
    padding: 20px 90px 0;
    width: 1498px;
}

.pdf_body h4 {
    font-size: 22px;
    font-weight: 500;
    color: #1c3b72;
    margin-bottom: 10px;
}

ul.pdf_body-nav {
    column-count: 2;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

ul.pdf-singleLine-txt {
    column-count: unset;
}

.pdf_nav {
    margin-bottom: 20px;
    position: relative;
    padding: 0;
}

ul.pdf_body-nav li {
    padding-right: 30px;
}

ul.pdf_body-nav li p::before,
.pdf_nav li p::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #1c3b72;
    border-radius: 50%;
    left: -10px;
    top: -3px;
}

ul.pdf_body-nav li p,
.pdf_nav li p,
.pdf_body_txt p {
    font-size: 16px;
    font-weight: normal;
    color: #1c3b72;
    margin-bottom: 5px;
    padding-left: 20px;
}

.pdf_body_txt {
    margin-bottom: 20px;
    padding: 10px 30px;
}

.pdf_charts {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    position: relative;
}

.empty_chart {
    position: relative;
    z-index: 9;
    top: 270px;
}

.empty_chart p {
    padding: 20px 50px;
    border: 3px solid #0070ba;
    margin: 0 auto;
    width: 400px;
    text-align: center;
    font-size: 30px;
}

.matrix-legend {
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.matrix-legend tr {
    margin-right: 20px;
}

.matrix-legend tr td:first-child {
    width: 20px;
}

.matrix-legend tr td:first-child span {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding-right: 0;
}

.matrix-legend tbody {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px 20px;
}

.matrix-legend tr td {
    padding: 7px 5px;
}

.noBorderTD {
    border: 0;
}

.matrix-tbl tbody td {
    border: 1px solid #282828;
    color: #5e5e5e;
    height: 60px;
    text-align: center;
    font-size: 13px;
}

.matrix-tbl tbody tr.noBorderTD td {
    font-size: 17px;
}

.matrix-tbl tbody td:first-child {
    border: 0;
    text-align: right;
    font-size: 16px;
    padding-left: 10px;
}

.matrix-chartX {
    transform: rotate(-90deg);
    transform-origin: top left;
    color: #852c98;
    position: absolute;
    bottom: 55%;
    left: 4px;
}

.matrix-chartX p {
    margin: 0;
    font-size: 17px;
}

.matrix-chart-txt {
    text-align: center;
    color: #5e5e5e;
    font-size: 17px;
}

.pdf_priority_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1260px;
    width: 100%;
    margin: 40px auto 0;
    font-size: 18px;
    font-weight: normal;
    color: #1c3b72;
    padding-bottom: 80px;
}

.priority_txt_left {
    width: 600px;
}

.priority_txt_right {
    width: 660px;
    padding-left: 40px;
}

.reflection_que {
    max-width: 100%;
    width: 100%;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.reflection-main {
    max-width: 49%;
    width: 100%;
}

.reflection-main:first-child {
    margin-right: 26px;
}

.reflection-main h2 {
    font-size: 22px;
    font-weight: bold;
    color: #1c3b72;
    height: 90px;
    padding: 0 0px 0 30px;
}

.reflection-main ol {
    margin-top: 20px;
    list-style-type: lower-alpha;
    padding: 0;
    counter-reset: customlist;
}

.reflection-main ol li:before {
    counter-increment: customlist;
    content: counter(customlist)". ";
    font-weight: bold;
    color: #1c3b72;
    font-size: 17px;
    padding-right: 10px;
}

.reflection-main ol li {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    height: 81px;
    align-items: start;
}

.reflection-main ol li:nth-child(odd) {
    background-color: rgba(175, 216, 239, 0.23);
}

.reflection-main ol li:nth-child(even) {
    background-color: #fff;
}

.reflection-txt {
    display: inline-block;
    max-width: 89%;
    width: 100%;
}

.reflection-no {
    max-width: 6%;
    width: 100%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.reflection-main ol li p {
    font-size: 17px;
    font-weight: normal;
    color: #1c3b72;
    margin-bottom: 0;
}

.reflection-main ol li span {
    font-size: 23px;
    font-weight: 500;
    color: #1c3b72;
}


/* ------ AA audit report popup -------- */

.aa-audit-report-model .modal-dialog {
    max-width: 1300px;
    margin: 100px auto;
    width: 100%;
}

.aa-audit-report-model .module-popup-content {
    padding: 30px 0;
}

.audit-popup-title h4,
.audit-popup-title span {
    font-size: 22px;
    font-weight: normal;
}

.audit-content {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.audit-popup-content h5 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.audit-popup-content p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

.aa-audit-bg {
    background-color: rgba(243, 251, 255, 0.65);
    padding: 20px;
    margin: 40px auto 60px;
}

.aa-audit-wrapper {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}

.aa-audit-info p {
    font-size: 20px;
    font-weight: normal;
    color: #1a455b;
}

.aa-audit-info::before {
    background-position: -334px -396px;
    height: 50px;
    width: 50px;
    left: -70px;
    top: 20px;
}

.audit-popup-title h4::before {
    background-position: -234px -158px;
    right: 10px;
    height: 40px;
    width: 40px;
}

.square-block {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.aa-audit-tbl .progress {
    position: relative;
}

.border-zero {
    border: 0 !important;
}

.aa-audit-tbl .square-block {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}

.block-green {
    background-color: #72bc3c;
}

.block-blue {
    background-color: #0070ba;
}

.block-red {
    background-color: #ff2020;
}

.aa-audit-tbl,
.respodent-tbl,
.avoidable-tbl {
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.aa-audit-tbl table thead th,
.respodent-tbl table thead th,
.avoidable-tbl table thead th {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #5e5e5e;
}

.aa-audit-tbl table thead th:nth-child(5) {
    font-size: 14px;
    min-width: 150px;
    font-weight: normal;
}

.aa-audit-tbl table thead th:last-child {
    font-size: 14px;
    min-width: 135px;
    font-weight: normal;
}

.aa-audit-tbl table td,
.respodent-tbl table td,
.avoidable-tbl table td {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    min-width: 130px;
}

.aa-audit-tbl table td:first-child,
.avoidable-tbl table td:first-child {
    text-align: left;
    font-size: 22px;
    min-width: 226px;
}

.aa-audit-tbl-info {
    margin: 20px auto 50px;
}

.aa-audit-tbl-info p {
    font-style: italic;
    color: #4d4d4d;
    font-size: 17px;
}

.audit-container {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.audit-popup-content {
    margin-bottom: 40px;
}

.aa-audit-tbl table td:first-child p {
    margin-top: 7px;
}

.aa-audit-tbl table td:first-child p,
.respodent-tbl table td:first-child p {
    display: inline-block;
    margin-bottom: 0;
}

.aa-audit-tbl table td:first-child span {
    text-align: center;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ebebeb;
    font-size: 22px;
    font-weight: 500;
    color: #444;
    padding: 5px 0;
}

.arrow-up::before {
    background-position: -386px -366px;
    height: 12px;
    width: 17px;
    right: 0px;
    top: 15px;
}

.arrow-down::before {
    background-position: -415px -366px;
    height: 12px;
    width: 17px;
    right: 0px;
    top: 15px;
}

.aa-audit-tbl table td i {
    display: block;
    text-align: left;
    font-style: normal;
}

.respodent-tbl table {
    overflow: hidden;
}

.respodent-tbl table th p {
    display: inline-block;
    margin: 0;
}

.respodent-tbl table th:first-child {
    text-align: left;
}

.respodent-tbl table thead th {
    padding: 20px 10px;
    font-size: 17px;
}

.respodent-tbl table th div,
.avoidable-tbl table th div {
    display: inline-block;
}

.respodent-tbl table th i,
.avoidable-tbl table th:last-child i {
    width: 21px;
    height: 21px;
    position: relative;
    top: 2px;
    display: inline-block;
}

.respodent-tbl table td:first-child {
    text-align: left;
    font-size: 20px;
}

.respodent-tbl table th:nth-child(3) {
    font-size: 17px;
    /* min-width: 160px; */
}


/* .respodent-tbl table th:last-child {
    min-width: 100%;
    width: 100%;
}

.respodent-tbl table th:last-child div:first-child {
    float: left;
}

.respodent-tbl table th:last-child div:last-child {
    float: right;
} */

.respodent-tbl table td:first-child p {
    display: block;
    line-height: normal;
}

.respodent-tbl table td:first-child span {
    font-size: 13px;
    font-weight: 300;
    color: #0070ba;
}

.respodent-tbl table td {
    min-width: unset;
}

.respodent-tbl table thead th:nth-child(3),
.respodent-tbl table thead th:nth-child(4) {
    width: 120px;
}

.respodent-tbl table th .block-grey {
    background-color: #bcbcbc;
}

.respodent-tbl table th .block-green {
    background-color: #72bc3c;
}

.respodent-tbl table th .block-red {
    background-color: #ff2020;
}

.avoidable-tbl table th .block-blue {
    background-color: #71c0d1;
}

.square-block {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.respodent-tbl .progress {
    position: relative;
    background-color: #ededed;
    overflow: unset;
    height: 40px;
}

.respodent-tbl .square-block {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.block-green {
    background-color: #72bc3c;
}

.block-red {
    background-color: #ff2020;
}

.avoidable-tbl table th {
    padding: 20px 10px;
    min-width: 130px;
}

.avoidable-tbl table th:first-child {
    text-align: left;
    min-width: 226px;
}

.avoidable-tbl table thead th:nth-child(2) {
    min-width: 169px;
}

.avoidable-tbl table th:last-child {
    min-width: 390px;
}

.avoidable-tbl table th:last-child p {
    display: inline-block;
    margin: 0;
}

.avoidable-tbl .progress {
    background-color: #ededed;
}

.avoidable-tbl .progress-bar {
    background-color: #71c0d1;
}

.avoidable-tbl .progress {
    background-color: #ededed;
    overflow: unset;
    height: 40px;
}

.aa-question-tbl {
    margin-bottom: 30px;
}

.custom-table.aa-question-tbl table thead th,
.custom-table.aa-question2-tbl table thead th {
    border-bottom: unset;
    padding: 22px 10px;
    color: #5e5e5e;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    padding-left: 15px;
}

.aa-question2-tbl {
    margin-bottom: 30px;
}

.aa-question2-tbl table thead th p {
    margin-bottom: 0;
}

.aa-question-tbl table tbody td p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

.aa-question-tbl table tbody td:first-child {
    min-width: 60px;
    text-align: center;
}

.aa-question-tbl table tbody td:last-child {
    min-width: 120px;
    text-align: center;
    color: #3f3f3f;
    font-weight: normal;
    font-size: 22px;
}

.aa-question2-tbl table tbody tr td {
    min-width: 50%;
    padding: 0;
}

.aa-question2-tbl table tbody tr td .aa-tbl-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.aa-tbl-wrapper .sr_no {
    width: 60px;
    text-align: center;
    border-right: 1px solid #dddddd;
    padding: 10px 20px;
}

.aa-tbl-wrapper .tbl_roles {
    width: 340px;
    padding-left: 15px;
}

.aa-tbl-wrapper .role_practice {
    width: 50px;
}

.aa-tbl-wrapper .role_practice p {
    text-align: center;
    color: #3f3f3f;
    font-weight: normal;
    font-size: 22px;
}

.aa-tbl-wrapper p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.custom-table.aa-question2-tbl tr:nth-child(2n+1) {
    background-color: #fafafa;
}

.custom-table.aa-question2-tbl tr:nth-child(2n) {
    background-color: #fefefe;
}

.highcharts-figure,
.highcharts-data-table table {
    width: 100%;
    max-width: 730px;
    margin: 1em auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    padding: 15px;
}

.highcharts-figure.large-graph {
    max-width: 100%;
    width: 90%;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.progress-bar {
    background: #bcbcbc;
}

.make-square {
    height: 20px;
    width: 20px;
    margin-bottom: 15px;
    border: none;
    background-color: #5ad0ca;
    margin-left: 20px;
}

.set-category-th {
    display: flex;
    justify-content: space-between;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .0rem;
    position: relative;
}

.participant-bg-color {
    background-color: rgba(109, 175, 78, 0.16) !important;
}


/* ------ benefits and reports -------- */

.benefits {
    max-width: 885px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.benefit-title h3 {
    font-size: 22px;
    color: #000;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 300;
    margin-bottom: 30px;
}

.benefit-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.benefit-container {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}

.benefit-content h5 {
    font-size: 22px;
    color: #000;
    font-weight: normal;
}

.benefit-content .register-fields,
.patient-content .register-fields {
    margin: 0 20px;
    display: block;
    max-width: 410px;
    width: 100%;
    margin-bottom: 30px;
}

.area-radio-btn .consult-yes:first-child {
    padding-left: 0;
    margin-left: -5px;
}

ul.benefit-nav li {
    margin-bottom: 40px;
}

ul.benefit-nav li p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}

.benefit-module-six ul.benefit-nav li:first-child p:nth-child(2) {
    color: #7d7878;
    font-weight: 400;
}

.small-heading {
    color: #5e5e5e !important;
    font-weight: 500 !important;
    margin-bottom: 7px !important;
}

.stopwatch-icon,
.euro-icon {
    margin-top: 0;
}

.stopwatch-icon input,
.euro-icon input {
    width: 125px;
    padding: 15px 10px;
    border-radius: 10px;
    padding-left: 48px;
}

.stopwatch-icon::before {
    background-position: -82px -155px;
    height: 50px;
    width: 40px;
}

.benefit-nav textarea {
    max-width: 560px;
    border-radius: 10px;
}

.module6-main .benefit-nav .benefit-time-text-box {
    max-width: 120px;
    max-height: 55px;
    min-height: 55px;
    border-radius: 10px;
}

.module6-main .practice_tbl table th:nth-child(2) {
    /* min-width: 180px; */
    text-align: center;
}

.module6-main .practice_tbl table tbody tr td:last-child {
    text-align: center;
}

.module6-main .area-radio-btn .consult-yes:first-child {
    padding-left: 15px;
    margin-left: 0;
}

.module6-main .consult-radio-btn.area-radio-btn ul.parsley-errors-list {
    left: 17px;
}

.benefit-select select {
    /* max-width: 410px; */
    max-width: 560px;
    width: 100%;
}

.benefit-select label {
    width: 100%;
}

.best-select select {
    max-width: 413px;
    width: 100%;
}

.best-select label {
    width: 100%;
}

.delete-btn button {
    border-radius: 10px;
    font-size: 17px;
    background-image: url('../images/close.png');
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 70px 5px;
    padding-right: 46px;
}

.delete-btn button:hover {
    border: 1px solid #ff0808;
    color: #ff0808 !important;
}

.baseline-results {
    text-align: center;
    padding: 75px 0;
    background-color: #fafafa;
    margin-bottom: 80px;
}

.graph-txt {
    padding: 0 60px;
}

.pdf_container.pdf_container_text p {
    color: #1c3b72;
}

span.graph {
    margin-bottom: 45px;
    font-size: 53px;
    color: #0070ba;
    font-weight: 300;
    display: inline-block;
    word-break: break-all;
    line-height: 60px;
}

span.graph::before {
    background-position: -8px -372px;
    height: 70px;
    width: 70px;
    left: -80px;
    top: 8px;
}

.graph-txt h5,
.time-saving h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 25px;
}

.graph-txt p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.time-saving {
    margin-top: 80px;
}

.explanation-time-saving {
    margin-top: 150px;
}

.time-saving p {
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
}

.time-saving textarea {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.graph-txt-bold {
    font-weight: 500;
}

.benefit-nav .register-fields {
    max-width: 100%;
    width: 100%;
    float: left;
}

.benefit-nav .consult-radio-btn {
    max-width: 415px;
    width: 100%;
    float: left;
}

.area-radio-btn label {
    font-size: 19px;
    color: #3f3f3f;
    font-weight: normal;
}

.area-radio-btn input[type="radio"]:checked+label {
    padding-left: 30px;
    transition: unset;
}

.area-radio-btn label::before,
.book-in-txt label::before {
    display: none;
}

.area-radio-btn input[type="radio"]:checked+label::before,
.book-in-txt input[type="radio"]:checked+label::before {
    display: block;
    background-position: -72px -120px;
}

.area-radio-btn input[type="radio"]:checked+label[for="no"]::before {
    display: block;
    background-position: -189px -161px;
}

button.time-saving-btn {
    font-size: 19px;
    color: #0070ba;
    font-weight: 500;
    padding: 13px 23px;
    padding-left: 65px;
    border: 1px solid #909090;
    border-radius: 10px;
    background-color: #fff;
}

button.time-saving-btn::before {
    background-position: -34px -158px;
    height: 54px;
    width: 45px;
    left: 7px;
    top: 0;
}

.add-time-txt p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    padding-left: 25px;
    margin-bottom: 12px;
}

.time_saving {
    padding-left: 25px;
}

.time_saving p,
.patient-benefit p,
.time-saving-txt p {
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
}

.add-time {
    margin-bottom: 85px;
}

.add-time-txt::before {
    background-position: -9px -172px;
    height: 24px;
    width: 20px;
    left: -4px;
}

.show-confirmation-btn {
    margin-top: 20px;
}

.show-confirmation-btn p {
    font-size: 18px;
    padding-left: 26px;
    display: inline-block;
    margin-right: 20px;
}

#yes-btn {
    margin-right: 10px;
}

.euro-icon::before {
    background-position: -455px -303px;
    height: 30px;
    width: 30px;
    top: 13px;
    left: 20px;
}

.euro-icon input {
    padding-left: 38px;
    width: 120px;
}

.data-input .parsley-errors-list.filled li::before {
    display: none;
}

.data-input .parsley-errors-list.filled li {
    padding: 0;
    margin: 0;
    bottom: -14px;
}

.data-input ul#parsley-id-13 li {
    padding: 0;
    margin: 0;
    bottom: unset;
    top: unset;
}

.data-input .parsley-errors-list.filled {
    width: 100%;
    position: absolute;
    bottom: -4px;
}

.patient-benefit p {
    padding-left: 20px;
}

.patient-content .area-radio-btn .consult-yes:first-child {
    padding-left: 15px;
    margin-left: 0px;
}

.benefit-content ul.timeline-nav li::before,
.patient-content ul.timeline-nav li::before {
    top: 15px;
}

.skills {
    background-color: #f0f0f0;
}

.benefit-skills {
    padding: 60px 20px;
    margin-bottom: 90px;
}

.skills-txt p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    padding: 0 50px;
}

.skills-txt {
    margin-bottom: 10px;
}


/* ----skill-table----- */

.benefit-skill-tbl .table-responsive {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
}

.benefit-skill-tbl {
    max-width: 790px;
    margin: 0px auto;
    padding: 0px 20px;
}

.benefit-skill-tbl table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

.benefit-skill-tbl table thead th {
    text-align: center;
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #c2c2c2;
}

.benefit-skill-tbl table tr:nth-child(odd) {
    background-color: #fafafa;
}

.benefit-skill-tbl table tbody td {
    max-width: 50%;
    padding: 0;
    border-bottom: 1px solid #c2c2c2;
}

.benefit-skill-tbl table tbody td:first-child {
    border-right: 1px solid #c2c2c2;
}

.check-title {
    padding: 15px 12px;
}

.check-title p {
    font-size: 19px;
    color: #3f3f3f;
    text-align: left;
    margin-bottom: 0;
}

.checkbox-wrapper {
    max-width: 100%;
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
}

.checkbox-wrapper>div.custom_checkbox {
    max-width: 50px;
    width: 100%;
    text-align: center;
    float: none;
    border-right: 1px solid #c2c2c2;
    height: 59px;
}

.checkbox-wrapper>div.check-title {
    /* max-width: 323px; */
    max-width: 100%;
    width: 100%;
    text-align: left;
    float: none;
}

.bg-green {
    background-color: #e8fddd;
}

.benefit-skill-tbl .checkbox-wrapper>div.custom_checkbox label::before {
    top: 21px;
}

.benefit-skill-tbl .checkbox-wrapper>div.custom_checkbox input[type="checkbox"]:checked~label::after {
    top: 15px;
}

.culture {
    padding: 0 30px;
}

.print {
    margin-bottom: 23px;
    text-align: right;
}

.print h2 {
    font-size: 20px;
    color: #0070ba;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.print .print-btn {
    border-radius: 10px;
    border: 1px solid #868686;
    padding: 7px 15px;
    padding-left: 70px;
    color: #4c4c4c;
    font-size: 19px;
    font-weight: 500;
    background-color: #fff;
}

.print .print-btn::before {
    background-position: -138px -166px;
    height: 34px;
    width: 33px;
    top: 6px;
    left: 18px;
}

.culture-rating {
    margin-bottom: 10px;
}

.culture-rating p {
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.culture-radio-btn label {
    margin-bottom: 0;
}

.culture-radio-btn .culture-level label::after {
    background-position: -448px -2px;
    height: 34px;
    width: 33px;
    display: none;
    margin-left: 14px;
    margin-top: -6px;
}

.culture-level {
    padding-right: 0px;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    max-width: 85px;
}

.culture-level .question_icon {
    margin-left: 0px;
    margin-top: 0px;
    right: 0;
    top: -3px;
    left: 7px;
    vertical-align: middle;
    background-size: 24px;
    height: 25px;
}

.culture-level .question_icon .tooltip_text {
    visibility: hidden;
    max-width: 250px;
    background-color: #fff;
    color: #0070ba;
    text-align: left;
    border-radius: 10px;
    padding: 25px 20px;
    position: absolute;
    z-index: 1;
    top: 58px;
    left: -29%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    border: 2px solid #0070ba;
}


/* .culture-level .question_icon .tooltip_text:last-child{
    background-color: red;
} */

.culture-level .question_icon .tooltip_text::before {
    margin-left: 5px;
}

.culture-level .question_icon .tooltip_text::after {
    margin-left: 8px;
}

.culture-level .question_icon:hover .tooltip_text {
    opacity: 1;
    visibility: visible;
}

.culture-radio .form-group {
    margin-bottom: 40px;
}

.culture-radio-btn {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.benefit-btn {
    text-align: center;
    margin-top: 70px;
}

.benefit-btn button {
    border-radius: 10px;
    padding: 7px 23px;
    font-size: 18px;
}

.benefit-btn a {
    padding: 8px 25px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
}


/* ------- culture rating --------- */

.culture_table.table-responsive {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgb(210 210 210 / 58%);
    -moz-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 6px 1px rgb(210 210 210 / 58%);
    -o-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    overflow-x: unset;
    /* overflow: hidden; */
    margin-top: 40px;
}

.culture_table table th {
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid #c2c2c2;
    border-bottom: 3px solid #c2c2c2;
    border-bottom-style: double;
}

.culture_table table th:first-child {
    width: 170px;
}

.culture_table table th:last-child {
    border-right: 1px solid transparent;
}

.culture_table table tr td:first-child {
    text-align: right;
}

.culture_table table td {
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
    padding: 13px 10px;
    text-align: center;
    padding: 22px 32px 0;
    border-right: 1px solid #c2c2c2;
    vertical-align: middle;
    border-top: 0;
}

.culture_table table td:last-child {
    border-right: 1px solid transparent;
}

.culture-radio-btn label {
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    padding: 11px 0px;
    font-size: 19px;
    width: 100%;
    max-width: 85px;
    text-align: center;
    color: #3f3f3f;
    cursor: pointer;
    font-weight: normal;
    box-shadow: 0px 0px 4px 1px rgba(210, 210, 210, 0.58);
}

.culture_table table {
    margin-bottom: 0;
}

.culture_table table tbody tr:last-child td {
    padding-bottom: 64px;
}

.culture_table table tbody tr:first-child td {
    padding-top: 40px;
}

.culture-benefit-btn {
    margin-bottom: 270px;
    /* margin-bottom: 100px; */
}


/* ------ Benefit Report popup -------- */

.benefit-popup-modal {
    padding: 0 15px;
}

.benefit-popup-modal .modal-dialog {
    /* max-width: 1300px; */
    max-width: 1500px;
    margin: 100px auto;
    width: 100%;
}

.benefit-popup-modal .modal-dialog .module-popup-content {
    padding: 0px;
}

.end_module_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.module_img {
    align-self: flex-start;
    margin-top: 7px;
}

.module_img img {
    width: 42px;
    height: unset;
    margin-right: 10px;
}

.module_txt h5 {
    color: #00659f;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

.module_txt p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.benefit-report-popup .pdf-header {
    height: 130px;
    position: relative;
    z-index: 9999;
}

.benefit-report-popup .pdf_title h2 {
    font-size: 44px;
    padding-left: 80px;
}

.benefit-report-popup .pdf_patient_bg {
    top: -57px;
}

.benefit-report-popup .pdf_banner_txt {
    top: 14%;
}

.benefit-report-popup .banner_txt-tab2 {
    top: 18%;
}

.benefit-report-popup .exec-content {
    padding-left: 50px;
    margin-bottom: 20px;
}

.time-category.tc_mb {
    margin-top: 40px;
}

.benefit-report-popup .exec-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 13px;
}

.benefit-report-popup .exec-content p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    padding-right: 40px;
}

.question_mark::before {
    background-position: -204px -318px;
    height: 38px;
    width: 37px;
    left: 0px;
    background-size: 360px;
}

.category-time {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
    padding: 8px;
    text-align: center;
    max-width: 200px;
    width: 100%;
    margin-right: 8px;
    /* display: inline-block; */
    /* min-height: 130px; */
    max-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.category-col-2 {
    max-width: 48%;
}

.time-category::before {
    background-position: -311px -307px;
    height: 39px;
    width: 37px;
    left: 0px;
    background-size: 350px;
}

.time-saving-wrapper {
    display: flex;
}

.category-time h2 {
    font-size: 27px;
    font-weight: 300;
    color: #1f6f9e;
    margin-bottom: 5px;
}

.category-time span {
    font-size: 30px;
    font-weight: 300;
    color: #1f6f9e;
    display: block;
}

.category-time h6 {
    font-size: 16px;
    font-weight: 500;
    color: #6ebdeb;
    margin-bottom: 0px;
}

.time-saving-wrapper .category-time>p {
    font-size: 14px;
    font-weight: 300;
    color: #6ebdeb;
    margin-bottom: 5px;
    padding: 0;
}

.cost-saving {
    max-width: 320px;
    width: 100%;
    display: inline-block;
}

.cost-saving1 {
    max-width: 370px;
}

.cost-saving::before {
    background-position: -311px -244px;
    height: 32px;
    width: 37px;
    left: 0px;
    top: 5px;
    background-size: 350px;
}

.benefit_highchart::before {
    background-position: -274px -281px;
    height: 39px;
    width: 38px;
    left: 0px;
    background-size: 350px;
}

.inappropriate-percentage {
    display: inline-block;
}

.explaination-tab {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
}

.explaination-txt p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
}

.explaination-txt {
    margin-bottom: 30px;
}

.audit_highchart_title {
    display: inline-block;
}

p.audit-highchart-content {
    color: #000 !important;
    font-size: 19px !important;
    text-align: center !important;
    padding: 0 !important;
}

.breakdown_tbl table,
.practice_tbl table,
.benefit-audit_tbl table,
.people_tbl table,
.definition_tbl table,
.inappropriate_tbl table {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
}

.breakdown_tbl table th,
.inappropriate_tbl table th {
    text-align: center;
    padding: 9px 8px;
    font-size: 17px;
    font-weight: 500;
    color: #1a5c83;
    background-color: #fff;
}

.breakdown_tbl table th:first-child {
    min-width: 140px;
    text-align: left;
}

.breakdown_tbl table th:nth-child(2) {
    min-width: 160px;
}

.breakdown_tbl table th:last-child {
    min-width: 140px;
}

.breakdown_tbl table td,
.inappropriate_tbl table td {
    padding: 5px;
}

.breakdown_tbl table td:first-child,
.inappropriate_tbl table td:first-child {
    font-size: 16px;
    color: #1a5c83;
    padding: 5px 8px;
}

.breakdown_tbl table td:nth-child(3) p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1a5c83;
    font-weight: normal;
    padding: 0 5px;
    line-height: 18px;
}

.breakdown_tbl table td:nth-child(2) p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1a5c83;
    padding: 0 15px;
    line-height: 18px;
    text-align: center;
}

.breakdown_tbl table td:last-child {
    line-height: 18px;
}

.breakdown_tbl table td:last-child p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1a5c83;
}

.breakdown_tbl table td:last-child span {
    /* font-weight: 500;
    font-size: 15px;
    color: #1a5c83;
    display: block; */
    margin-top: 0;
}

.breakdown_tbl table tr:nth-child(odd),
.inappropriate_tbl table tr:nth-child(odd) {
    background-color: #f4fbff;
}

.breakdown_tbl table tr:nth-child(even),
.inappropriate_tbl table tr:nth-child(even) {
    background-color: #fff;
}

.practice_tbl,
.breakdown_tbl {
    margin-bottom: 30px;
}

.practice_tbl table thead {
    border-bottom: 1px solid #1a5c83;
}

.practice_tbl table th {
    text-align: left;
    padding: 9px 8px;
    font-size: 17px;
    font-weight: 500;
    color: #1a5c83;
    background-color: #fff;
}

.practice_tbl table th:first-child {
    min-width: 340px;
}

.practice_tbl table th:nth-child(2) {
    min-width: 170px;
}

.practice_tbl table th:nth-child(3) {
    min-width: 170px;
    text-align: left;
}

.module6-main .practice_tbl table th {
    min-width: 340px;
}

.practice_tbl table tr:nth-child(odd) {
    background-color: #f4fbff;
}

.practice_tbl table tr:nth-child(even) {
    background-color: #fff;
}

.practice_tbl table td {
    padding: 5px;
}

.practice_tbl table td p {
    margin-bottom: 0;
}

.practice_tbl table td:first-child,
.people_tbl table td:first-child {
    font-size: 16px;
}

.practice_tbl table td,
.people_tbl table td {
    text-align: left;
    font-size: 22px;
    color: #1a5c83;
    padding: 5px 8px;
}

.practice_tbl h3,
.breakdown_tbl h3,
.practice_txt h3,
.inappropriate_tbl h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 13px;
}

.practice_txt p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
}

.breakdown_categories p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
}

.benefit_tab3 {
    min-height: 960px;
}

.breakdown_categories span {
    font-weight: 500;
}

.breakdown_categories h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.note_title {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.benefit_note li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.benefit_note li {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}

.explaination-txt h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.action_ul li,
.audit_dates li {
    position: relative;
}

.action_ul li p,
.audit_dates li p {
    margin-bottom: 5px;
}

.action_ul li::before {
    left: -22px;
    top: 6px;
    transform: unset;
    width: 10px;
    height: 10px;
}

.audit_dates li::before {
    background-position: -166px -111px;
    height: 27px;
    width: 24px;
    left: -33px;
    background-size: 350px;
}

.what_happened {
    min-height: 300px;
}

.audit_dates li p,
.audit_dates li span {
    display: inline-block;
}

.action_highchart {
    max-width: 45%;
    width: 100%;
    display: inline-block;
}

.benefit-audit_tbl h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 13px;
}

.benefit-audit_tbl table th {
    text-align: left;
    padding: 9px 8px;
    font-size: 13px;
    font-weight: 500;
    color: #1a5c83;
    background-color: #fff;
    border-bottom: 1px solid #1a5c83;
}

.benefit-audit_tbl table th:first-child {
    text-align: left;
    min-width: 140px;
}

.benefit-audit_tbl table th:nth-child(2) {
    min-width: 210px;
}

.benefit-audit_tbl table th:nth-child(3) {
    min-width: 230px;
}

.benefit-audit_tbl th:last-child {
    min-width: 90px;
}

.benefit-audit_tbl table td:first-child {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.benefit-audit_tbl table td {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #1a5c83;
    padding: 5px 8px;
}

.benefit-audit_tbl table tr:nth-child(odd) {
    background-color: #f4fbff;
}

.benefit-audit_tbl table tr:nth-child(even) {
    background-color: #fff;
}

.action_highchart h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}

.action_highchart_title {
    width: 48%;
    display: inline-block;
    text-align: center;
}

.action_highchart_title p {
    color: #000;
    font-size: 19px;
    text-align: center;
}

.people_tbl table th {
    text-align: center;
    padding: 9px 8px;
    font-size: 16px;
    font-weight: 500;
    color: #1a5c83;
    background-color: #fff;
}

.people_tbl table th:first-child {
    text-align: left;
    min-width: 160px;
}

.people_tbl table th:nth-child(2) {
    min-width: 150px;
}

.people_tbl table th:nth-child(3) {
    min-width: 163px;
}

.people_tbl table th:last-child {
    min-width: 150px;
}

.people_tbl table tr td p {
    margin-bottom: 0;
    text-align: center;
}

.people_tbl table tr:nth-child(odd) {
    background-color: #f4fbff;
}

.people_tbl table tr:nth-child(even) {
    background-color: #fff;
}

.people_tbl .equal-arrow::before {
    background-position: -406px -388px;
    height: 8px;
    width: 17px;
    right: 0px;
    top: 0;
    /* top: 50px; */
}

.people_tbl .green-up::before {
    background-position: -454px -405px;
    height: 12px;
    width: 17px;
    right: 0px;
    top: 50%;
}


/* .green-up::before, .red-down::before */

.people_tbl .red-down::before {
    background-position: -478px -405px;
    height: 12px;
    width: 17px;
    right: 0px;
    top: 50%;
}

.benefit_tab6 {
    min-height: 990px;
}

.pdf_banner_txt.maturity_levels {
    top: 7%;
}

.definition_tbl {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.definition_tbl table thead {
    border-bottom: 1px solid #1a5c83;
}

.definition_tbl table tbody tr:nth-child(odd) {
    background-color: #f4fbff;
}

.definition_tbl table tbody tr:nth-child(even) {
    background-color: #fff;
}

.definition_tbl table th {
    text-align: center;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: 500;
    color: #1a5c83;
}

.definition_tbl table th:first-child {
    text-align: left;
    min-width: 210px;
}

.definition_tbl table td {
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #1a5c83;
}

.definition_tbl table td p {
    font-weight: normal;
    margin-bottom: 0;
}


/* ------ Team Progress -------- */

.team-progress-tbl th:last-child {
    padding: 0;
}

.team-do {
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 0;
}

.team-do p {
    margin-bottom: 0;
}

.team-data p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.module4-main .practice_tbl table th:nth-child(2) {
    min-width: 240px;
}

.team-progress-tbl table th:first-child {
    min-width: 200px;
}

.team-progress-tbl table th:last-child {
    min-width: 220px;
}

.team-data {
    max-width: 50%;
    width: 100%;
    padding: 6px 8px;
    display: inline-block;
    text-align: center;
}

.team-data:last-child {
    border-left: 1px solid #d7d7d7;
    float: right;
}

.team-progress-tbl table tbody tr td:nth-child(6) {
    padding: 0;
}

.team-progress-tbl table tbody tr td:last-child {
    padding: 0;
}


/* ------ Action Planner -------- */

.action-planner-txt {
    margin-bottom: 60px;
}

.add_action {
    padding: 0;
}

.action-planner-txt p,
p.ap_modal-txt {
    font-weight: 300;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    text-align: right;
}

.action-planner-tbl,
.team-progress-tbl {
    margin-bottom: 70px;
}

.action-planner-tbl table th {
    min-width: 150px;
}

.action-planner-tbl table th:first-child {
    /* min-width: 100%; */
    min-width: 462px;
}

.module2-actionPlanner table th:first-child {
    min-width: 365px;
}

.action-planner-tbl table th:last-child {
    min-width: 223px;
}

.action-planner-tbl table th:nth-child(2) {
    min-width: 271px;
}

.action-planner-tbl table td .brief-tbl-team {
    vertical-align: middle;
}

.action-planner-tbl table td .brief-tbl-team a {
    padding: 0;
}

.action-planner-tbl table td .brief-tbl-team a:hover {
    color: #3f3f3f;
}

.action-planner-tbl table td .brief-tbl-team p.blue-color {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

.action-planner-tbl table td:last-child {
    padding: 0;
}

.action-planner-tbl table td span {
    line-height: 56px;
    display: inherit;
}

.assigned-txt {
    padding-top: 17px;
    display: inline-block;
}

.action-planner-tbl .assigned-txt p {
    line-height: 18px;
    display: inherit;
    margin-bottom: 0;
    text-align: left;
}

.action-planner-tbl a.mrk-completed {
    padding: 14px 15px;
}

.no-record {
    text-align: center;
}

.no-record td {
    padding: 10px !important;
}


/* --Action Planner Popup-- */

p.ap_modal-txt {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 50px;
}

.options_content {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.options_content label {
    color: #5f5f5f;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px;
}

.options_content textarea {
    max-width: 555px;
    width: 100%;
    border-radius: 10px;
}

.options_content .login-btn {
    text-align: left !important;
}

.options_content .pick-date {
    margin: 10px 0 30px;
}

.options_content .book-in-txt {
    justify-content: left;
}

.options_content .book-in-txt label {
    margin-right: 13px;
    margin-bottom: 13px;
}

.book-in-txt label {
    width: auto;
    margin-right: 30px;
    padding: 12px 30px;
    margin-bottom: 30px;
}

.book-in-txt input[type="radio"]:checked+label {
    padding-left: 60px;
    transition: unset;
}

.book-in-btn {
    text-align: center;
}


/* -- terms conditions -- */

.terms_title {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
    padding: 23px 0 15px;
    text-align: left;
    margin-bottom: 30px;
}

.terms_policy p {
    font-size: 20px;
    color: #5f5f5f;
    margin-bottom: 45px;
}


/* -- User Dashboard - Appropriate Appointments -- */

.appointments-container {
    max-width: 910px;
    margin: 0px auto;
    padding: 0px 30px;
}

.user-intro {
    margin-top: 40px;
}

.user-intro h2 {
    color: #030303;
}

.user-intro p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

.user-intro-btn {
    text-align: left;
    padding: 0;
    margin-top: 25px !important;
}

.brief-simulate-do {
    max-width: 875px;
    width: 100%;
    margin: 35px auto 0;
}

.user-brief-btn {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.user-brief-btn a {
    max-width: 250px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin-right: 30px;
    padding: 50px 20px;
}

.user-brief-btn a:last-child {
    margin-right: 0;
}

.user-brief-video {
    max-width: 730px;
    height: 450px;
    margin-top: 23px;
}

.user-brief-complete::before {
    background-position: -170px -252px;
    height: 60px;
    width: 60px;
    right: -28px;
    bottom: -21px;
    background-size: 440px;
}

.simulate-how-to {
    text-align: left;
    margin: 30px 0 20px;
}

.simulation-dt {
    margin-top: 30px;
    padding-left: 25px;
    font-size: 22px;
    font-weight: 500;
}

.simulation-dt p {
    color: #0070ba;
    display: inline-block;
    margin-right: 10px;
}

.simulation-dt span {
    color: #3f3f3f;
    font-weight: normal;
}

.transcript {
    margin-top: 30px;
}

.transcript a {
    display: inline-block;
    border: 1px solid #868686;
    border-radius: 10px;
    padding: 7px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
}

.transcript a:hover {
    border: 1px solid #0070ba;
    text-decoration: none;
    color: #0070ba;
    transition: 0.3s ease-in-out;
}


/* ---- user do -----  */

.user-do {
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.user-intro h4 {
    margin: 20px 0;
    color: #1478b1;
    font-weight: 500;
    font-size: 22px;
}

.user-do .finish-simulation {
    margin-top: 20px;
    text-align: center;
}

.user-do-btns {
    margin-top: 70px;
    padding: 0 0 10px 30px;
}

.user-do-btns button {
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid transparent;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    max-width: 350px;
    background-color: #fff;
    min-height: 80px;
    width: 100%;
    line-height: 24px;
}

.user-do-btns button.btn {
    white-space: normal;
}

.user-do-popup {
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.aa-audit-txt {
    margin-top: 10px;
}

.user-do-popup p,
.aa-audit-txt p {
    font-size: 27px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.finish-simulation a,
.finish-simulation button {
    border-radius: 10px;
    border: 2px solid #1478b1;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: 500;
    display: inline-block;
    padding: 15px 60px;
    background-color: #fff;
}

.finish-simulation a:hover,
.finish-simulation button:hover {
    border: 2px solid #0070ba;
    text-decoration: none;
}


/* ---- end AA Audit ----- */

#end-aa-audit-modal .user-do-popup {
    max-width: 100%;
}

.end-aa-audit {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.end-aa-audit button {
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    padding: 12px 20px;
    display: inline-block;
    background-color: #fff;
    max-width: 190px;
    width: 100%;
    box-shadow: 0px 0px 2px 1px rgba(210, 210, 210, 0.58);
}

p.end-audit-subTxt {
    font-size: 26px;
    padding: 0 40px;
}

.end-aa-audit button:first-child {
    margin-right: 30px;
}

.user-do-popup span {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
    display: block;
    padding: 0 30px;
}

.end-aa-audit {
    margin-bottom: 30px;
}

.aa-audit-txt p {
    margin-bottom: 20px;
}

.priotity-div {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.category-div {
    text-align: center;
}


/* .aa-audit .modal-dialog{max-width: 920px; width: 100%; margin: 250px auto 0;} */

.aa-audit .modal-dialog {
    max-width: 920px;
    width: 100%;
    margin: 120px auto 0;
}

.aa-audit-type label {
    width: auto;
    margin-right: 10px;
    padding: 12px 30px;
    margin-bottom: 15px;
}

.end-audit {
    text-align: center;
    margin-top: 30px;
}

.end-audit a {
    display: inline-block;
    color: #7e7e7e;
    font-size: 17px;
    border-bottom: 1px solid #7e7e7e;
}

h2.userDo_title {
    margin-bottom: 10px !important;
}

.endAudit-popup-title h3 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 30px;
}

.endAudit-popup-title2 h3 {
    padding: 0 0px;
    margin-top: 30px;
    font-size: 25px;
}

.endAudit-popup .question-checkbox {
    padding: 0;
    padding-right: 30px;
    margin-bottom: 15px;
}

.endAudit-choice {
    margin: 60px 0 30px;
}

.endAudit-choice .select2.select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.endAudit-choice h6 {
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 10px;
}

.endAudit-popup .que_checkbox label {
    padding: 15px;
    color: #3f3f3f;
    font-weight: normal;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 70px;
    height: 100%;
    padding-left: 30px;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -moz-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 4px 0px rgba(210, 210, 210, 0.58);
}

.endAudit-popup .que_checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.endAudit-popup .que_checkbox input[type="checkbox"] {
    display: none;
}

.endAudit-popup .que_checkbox input[type="checkbox"]:checked~label {
    border-color: #6daf4e;
    background-color: #e8fddd;
    color: #6daf4e;
    font-weight: 500;
}

.endAudit-popup .que_checkbox input[type="checkbox"]:checked+span {
    border-color: #6daf4e;
    background-color: #e8fddd;
    color: #6daf4e;
    font-weight: 500;
}

.endAudit-popup .que_checkbox span {
    border-radius: 50%;
    border: 3px solid #bcbcbc;
    padding: 9px 9px;
    position: relative;
    width: 50px;
    text-align: center;
    font-size: 18px;
    height: 50px;
    right: -20px;
    background-color: #fff;
    color: #3f3f3f;
    font-weight: normal;
    top: -3px;
}

.endAudit-popup .que_checkbox span {
    padding: 5px 9px;
    width: 50px;
    font-size: 22px;
    height: 50px;
    top: -1px;
    border: 4px solid #787878;
    color: #787878;
    font-weight: 500;
}

.simulate-welcome-btn {
    text-align: center;
}

.simulate-welcome-btn button {
    border: 1px solid #cbcbcb;
    color: #6daf4e;
    padding: 10px 30px 10px 70px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -moz-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -o-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
    -ms-box-shadow: 0px 0px 2px 1px rgba(139, 234, 76, 0.58);
}

.simulate-welcome-btn button::before {
    background-position: -72px -120px;
    width: 34px;
    height: 34px;
    left: 18px;
    top: 9px;
}

.endAudit-btn button {
    background-color: #fff;
    margin-top: 30px;
    padding-right: 40px !important;
}

.endAudit-btn button.btn:focus {
    box-shadow: unset;
    border-color: #6daf4e;
}

form ul#parsley-id-multiple-i_type {
    position: absolute;
    z-index: 9;
    width: 100%;
    max-width: 100%;
}

form ul#parsley-id-multiple-i_type li {
    bottom: -70px;
    left: 13px;
    width: auto;
}

ul#parsley-id-multiple-aa_audit_question,
ul#parsley-id-multiple-aa_audit_post_question {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 85px;
    left: 50px;
}

.do-radioBtn {
    max-width: 465px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.endAudit-choice ul.parsley-errors-list li {
    bottom: -78px;
}

.aa-audit .thumbs-up {
    margin-bottom: 30px;
    margin-top: 40px;
}

.do-radioBtn input[type="radio"]:checked+label[for="no"] {
    border: 1px solid #cbcbcb;
    color: #ff0808 !important;
    font-size: 19px;
    font-weight: 500;
    background-color: #FFE5E6;
    box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -moz-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -o-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
    -ms-box-shadow: 0px 0px 2px 1px rgba(255, 8, 8, 0.58);
}

.appointment-evaluated-btn button {
    border: 1px solid #6daf4e;
    color: #5f5f5f;
    margin: 40px 0 20px;
    font-size: 19px;
    border-radius: 10px;
    font-weight: 500;
    padding: 6px 40px;
    background-color: #fff;
}

.options_content.yn_content {
    padding: 0 15px 0 34px;
}

.appointment-option label.do-radio-btn {
    margin-left: 20px;
    font-weight: 300;
    font-size: 18px;
    color: #5f5f5f;
}

.do-radio-btn {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.do-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #5f5f5f;
    margin-top: 5px;
}

.do-radio-btn:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #5f5f5f;
}

.do-radio-btn input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #5f5f5f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.do-radio-btn input:checked~.checkmark:after {
    display: block;
}

.do-radio-btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #5f5f5f;
    border-radius: 50%;
}


/* ------ account setting -------- */

form .pwd-icon ul.parsley-errors-list li {
    bottom: -14px;
}

.setting-icon img {
    margin-bottom: 35px;
}

.setting-icon h1 {
    color: #0070ba;
    font-size: 32px;
    font-weight: 300;
}

.setting-form {
    max-width: 520px;
    width: 100%;
    margin: 10px auto 90px;
    padding: 0 15px;
}

.setting-field input {
    border: 1px solid transparent;
}

.setting-field .mail-icon::before {
    left: 11px;
}

.setting-field .pwd-icon::before {
    left: 12px;
}

form .mail-icon ul.parsley-errors-list li {
    bottom: -14px;
}

.setting-change {
    display: flex;
    align-items: center;
}

.setting-change a {
    font-size: 18px;
    color: #0070ba;
    text-decoration: underline;
}

.account-change {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

#changeData .module-popup-content,
#changeDataP .module-popup-content {
    padding: 50px 30px 90px;
}

#changeData .modules-txt {
    margin-bottom: 10px;
}

#changeData .modules-txt h2 {
    font-size: 30px;
}


/* header tab */

header>.container>.row {
    align-items: center;
}

.header-navigation ul li a.module_selection::before {
    width: 25px;
    height: 30px;
    background-position: -389px -4px;
    top: 3px;
    left: 8px;
}

.header-navigation ul li a.faq::before {
    width: 29px;
    height: 30px;
    left: 8px;
    top: 8px;
    background-position: -450px -9px;
}

.header-wrapper .user-account ul.dropdown-content {
    padding: 12px 8px;
}

.header-wrapper .user-account ul.dropdown-content li {
    position: relative;
}

.banner-wrapper {
    top: 52px;
}

.list-inline-item a.prev-link::before {
    background-position: -166px -71px;
    height: 23px;
    width: 29px;
    left: 9px;
    top: 10px;
}

.back_dashboard {
    display: block;
    font-style: normal;
}

.module_responsive {
    display: block;
    font-style: normal;
}


/* Module set up tab */

.custom_calendar {
    margin-top: 60px;
    position: relative;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #6daf4e !important;
    color: #fff !important;
}

.custom_calendar .datepicker-inline {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.custom_calendar .datepicker table tr .today.day {
    background: #6daf4e !important;
    color: #fff;
}

.custom_calendar table {
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-color: #cbcbcb;
    box-shadow: 0px 0px 4px 0px rgba(180, 179, 179, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(180, 179, 179, 0.3);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(180, 179, 179, 0.3);
    -o-box-shadow: 0px 0px 4px 0px rgba(180, 179, 179, 0.3);
    -ms-box-shadow: 0px 0px 4px 0px rgba(180, 179, 179, 0.3);
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    color: #727071;
    border: 1px solid #dee2e6;
    position: relative;
}

.custom_calendar table td,
.custom_calendar table th {
    border: 1px solid #dee2e6;
    padding: 15px 12px;
    font-size: 19px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 0;
    border-bottom: 0;
    background-image: unset !important;
}

.custom_calendar table th.prev,
.custom_calendar table th.datepicker-switch,
.custom_calendar table th.next {
    border: 0px;
    padding: 5px;
}

.custom_calendar table thead tr:nth-last-child(2) {
    position: relative;
}

.custom_calendar table thead tr th.prev {
    position: absolute;
    right: 52px;
    top: 14px;
}

.custom_calendar table thead th.datepicker-switch {
    text-align: left;
    white-space: nowrap;
    position: relative;
    left: -64px;
}

.custom_calendar .datepicker-decades table thead th.datepicker-switch,
.custom_calendar .datepicker-centuries table thead th.datepicker-switch {
    left: 15px;
}

.custom_calendar table thead tr th.next {
    position: absolute;
    right: 23px;
    top: 14px;
}

.custom_calendar table tbody td.old {
    color: #c3c3c3 !important;
}


/* .custom_calendar table tbody td:hover{
    color: #fff;
} */

.custom_calendar table th.dow {
    background-color: #f7f7f7;
}

.custom_calendar table tr td.day.focused,
.custom_calendar table tr td.day:hover {
    background: #6daf4e !important;
    color: #fff;
}

.custom_calendar .datepicker .datepicker-switch:hover {
    color: #6daf4e;
    background-color: transparent;
}

.custom_calendar .datepicker .next:hover,
.custom_calendar .datepicker .prev:hover {
    background: #fff !important;
    fill: #000;
}

.custom_calendar .datepicker .datepicker-switch {
    font-weight: normal;
    font-size: 30px;
    color: #71706f;
}

.custom_calendar table th.prev,
.custom_calendar table th.next {
    font-size: 0;
}

.custom_calendar table th.prev:after,
.custom_calendar table th.next:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png');
}

.custom_calendar table th.prev:after {
    background-position: -232px -128px;
}

.custom_calendar table th.next:after {
    background-position: -259px -128px;
}

.custom_calendar .datepicker-months table thead th.datepicker-switch {
    left: 15px;
}

.custom_calendar .datepicker-years table thead th.datepicker-switch {
    left: 15px;
}

.custom_calendar table thead tr:nth-last-child(2) th.prev {
    position: absolute;
    right: 52px;
    top: 14px;
}

.custom_calendar .datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background-color: #6daf4e;
}

.custom_calendar .datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #6daf4e;
}

.custom_calendar .datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-image: none;
}


/* reset pwd */

.login-btn button {
    border-radius: 10px;
    padding: 7px 28px;
    font-size: 19px;
    font-weight: 500;
}

.forgot-pwd-form .lock-icon input {
    padding-left: 55px;
    padding-right: 15px;
}

.forgot_pwd {
    margin-bottom: 30px !important;
}


/* qa_popup Popup */

.qa_popup .modal-dialog {
    max-width: 800px;
}

.qa_popup h2.modules_title,
h2.userDo_title {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
    padding: 23px 0 15px;
    text-align: center;
    margin-bottom: 103px;
}

.qa_popup .result_content p.modules_mid_green {
    font-size: 26px;
    color: #545454;
    margin: auto;
    font-weight: 300;
    margin-bottom: 103px;
}

.qa_popup .modules-txt {
    float: unset;
}


/* .qa_popup .options_content {
    margin: 0px;
} */

.qa_popup ul.all_options {
    padding-left: 0;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}

.qa_popup ul.all_options li .qa_options_btn {
    border: 1px solid #0070ba;
    border-radius: 10px;
    padding: 13px 21px;
    width: 100%;
    color: #3f3f3f;
    font-size: 18px;
    margin-bottom: 7px;
    background-color: transparent;
    text-align: left;
}

.qa_popup .yn_content ul.all_options {
    display: flex;
    justify-content: center;
}

.qa_popup ul.all_options li .qa_options_btn:hover {
    background-color: #89ccf7;
}

.qa_popup .yn_content ul.all_options li .yn_btn {
    border: 1px solid #0070ba;
    background-color: #fff;
    border-radius: 10px;
    padding: 13px 21px;
    width: 100%;
    color: #3f3f3f;
    font-size: 22px;
    width: 170px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.qa_popup ul.all_options li .yn_btn:hover {
    background-color: #89ccf7;
}

.qa_popup .result_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 538px;
    margin: 0 auto 80px;
}

.qa_popup .result_content .result_top_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png');
    background-position: -379px -3px;
    margin: auto;
}

.result_content button {
    border-radius: 10px;
    background-color: #0070ba;
    padding: 10px 30px;
    color: #fff;
    margin: 0px auto 0px;
    font-size: 20px;
    font-weight: 500;
}

.result_content button:hover {
    color: #0070ba;
    border: 1px solid #0070ba;
    background-color: #fff;
}

.qa_popup .result_content .btn-danger {
    background-color: #fe0908;
    border-color: #fe0908;
    font-size: 18px;
    padding: 6px 35px;
    border-radius: 10px;
}

.qa_popup .modules-body {
    display: none;
}

.qa_popup .modules-body.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}


/* module selection  */

#module-selection-modal .modal-dialog {
    height: 550px;
}

#module-selection-modal .modal-dialog .modal-content {
    height: 100%;
}

.module-is-staff {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row !important;
    margin-bottom: 0px !important;
}

.result_content.module-is-staff {
    margin-top: 70px;
}

.module-is-staff a {
    border-radius: 10px;
    border: 1px solid rgba(74, 176, 243, 0.65);
    font-size: 24px;
    font-weight: 500;
    color: #3f3f3f;
    height: 150px;
    padding: 10px 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-is-staff a:hover {
    background-color: rgba(74, 176, 243, 0.65);
}

.module-is-staff a:first-child {
    margin-right: 30px;
}

.module-start {
    margin-bottom: 30px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.module-start h2.modules_title {
    margin-bottom: 40px;
}

.module-is-it {
    max-width: 430px;
    margin: 0 auto 10px;
    width: 100%;
}

.module-is-it label {
    font-size: 19px;
    color: #3f3f3f;
    font-weight: 500;
    text-align: left;
}

.module-close-title {
    text-align: center;
}

.module-close-title h2 {
    font-size: 32px;
    color: #0070ba;
    font-weight: 300;
    margin: 45px 0 70px;
}

.module-close-txt p {
    font-size: 24px;
    color: #6daf4e;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid #6daf4e;
    margin-bottom: 0;
    border-radius: 10px;
}


/* .selection_link{margin-bottom: 0;} */

.module-start button {
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 6px 20px;
    text-align: center;
    display: inline-block;
    white-space: normal;
}


/* Brief report tab  */

.module_tab {
    margin: 60px 0;
}

.module_tab .module_tab_title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 28px;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}


/* ---- Account Management -----  */

ul.account-nav li::before {
    top: 20px;
}

.search_entries {
    border: 1px solid #909090;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 13px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.search_entries .form-group {
    margin: 0;
}

.search-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.search-input input {
    max-width: 310px;
    width: 100%;
    font-size: 18px;
    outline: none;
    text-align: left;
    color: #5f5f5f;
    border: none;
}

.search-btn button {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 8px 20px 8px 45px;
    position: relative;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 500;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
}

.search-btn button::before {
    background-position: -64px -349px;
    height: 30px;
    width: 30px;
    left: 10px;
    z-index: 1;
}

.custom-table.account_tbl {
    margin: 0 auto 120px;
}

.account_tbl .table.dataTable {
    overflow: hidden;
}

.account_tbl table th:first-child {
    min-width: 18%;
}

.account_tbl table th:nth-child(4),
.account_tbl table th:nth-child(5),
.account_tbl table th:last-child {
    text-align: center;
    min-width: 3%;
}

.account_tbl table td:nth-child(4),
.account_tbl table td:nth-child(5),
.account_tbl table td:last-child {
    text-align: center;
}


/* ---- Account Management Popup-----  */

.access-title {
    margin: 30px 0 40px;
}

.access-title h4 {
    font-size: 34px;
    color: #0070ba;
    font-weight: 300;
    text-align: center;
    padding: 0 30px;
}

#accessPcnPractice .modal-dialog {
    max-width: 920px;
}

#accessPcnPractice .module-popup-content {
    padding: 30px 0;
}

ul.access-nav li a {
    font-size: 24px;
    color: #5f5f5f;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

ul.access-nav li a:hover {
    text-shadow: 0px 1px #4c4c4c;
}

.allow-access-txt {
    margin: 50px 30px;
}

.allow-access-txt p {
    font-size: 22px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 0 20px;
}

.prac-data .custom_checkbox label::before {
    margin: unset;
}

#allow-access-btn {
    border-radius: 10px;
    background-color: #ff0808;
    color: #fff;
    font-size: 19px;
    padding: 7px 28px;
}

.allow-access-dropdown .select2-container {
    width: 100% !important;
}

.access-checkbox .custom_checkbox label,
.access-checkbox ul li {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    padding-left: 30px;
    margin-bottom: 5px;
}

.access-checkbox ul {
    padding: 0;
    margin: 7px 0 15px;
}

.access-checkbox ul li img {
    position: relative;
    top: -5px;
}

.revoke_txt img {
    position: relative;
    top: -5px;
}

.revoke_txt {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    padding-left: 10px;
}

.access-checkbox .custom_checkbox label::before {
    margin: 0;
}

.revoke_Access {
    margin-top: 40px;
}

.access-checkbox .custom_checkbox input[type="checkbox"] {
    margin: 0;
    width: 23px;
    height: 23px;
}

.access-checkbox .custom_checkbox label::after {
    margin: 0;
}

.access-subCheckbox {
    margin-left: 20px;
}


/* ----NHS Dashboard-----  */

.nhs-dashboard-main {
    background-color: #f2f2f2;
    margin: 0px 0px 35px;
    padding: 30px 0px;
}

.nhs_title {
    margin-bottom: 30px;
}

.nhs_title h4 {
    font-size: 32px;
    color: #0070ba;
    font-weight: normal;
    text-align: center;
    padding: 0 30px;
}

.nhs-top {
    margin-bottom: 30px;
}

.practice-involved {
    background-color: #fff;
    padding: 13px 20px;
    border-radius: 10px;
    max-height: 175px;
    height: 100%;
}

.practice-heading {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 500;
    text-align: center;
}

.nhs-countings {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    margin: 35px 0px;
}

#no-of-practice {
    text-align: center;
    display: block;
    margin-top: 35px;
}

#total-clinical-time,
#total-admin-time,
#total-cost-saved {
    padding-left: 0;
    text-align: center;
}

#total-cost-saved {
    display: block;
    padding-left: 0;
}

#total-clinical-time,
#total-admin-time {
    padding-left: 0px;
    margin-top: 27px;
    margin-bottom: 0;
}

#total-clinical-time::before,
#total-admin-time::before {
    background-position: -84px -415px;
    height: 30px;
    width: 30px;
    position: relative;
    display: inline-block;
    top: 0px;
    left: -6px;
}

.practice-involved p {
    display: inline-block;
    font-size: 27px;
    color: #000;
    font-weight: normal;
    font-style: italic;
    margin: 0;
}

.practice-involved .text-center {
    word-break: break-all;
}

#total-cost-saved::before {
    background-position: -455px -303px;
    height: 30px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -5px;
}


/* #total-cost-saved{text-align: left; display: block;} */

.nhs-gp-appointments .practice-involved {
    max-height: unset;
    height: 211px;
}

.nhs-gp-appointments {
    max-width: 100%;
    width: 100%;
}

.nurse-appointments,
.nhs-gp-appointments:first-child {
    margin-bottom: 30px;
}

.nhs-gp-appointments span {
    margin: 40px 0 0;
    display: block;
    text-align: center;
}

.nhs-gp-appointments p {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    display: block;
}

.practice-involved .progress-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.practice-involved .progress-chart {
    width: 100px;
    height: 100px;
    float: none;
    margin: 0 auto;
}

.nhs-gp-appointments .progress-content {
    float: none;
    clear: both;
    margin-top: -8px;
}

.nhs-gp-appointments .progress-content p {
    text-align: center;
    font-size: 15px;
    color: #5e5e5e;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    height: auto;
}

.module-category-nav {
    margin: 30px 0;
    background-color: #fff;
    border-radius: 10px;
    height: 630px;
}

.module-category-nav ul {
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 40px;
}

.module-category-nav ul li a.active {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.module-category-nav ul li {
    border-right: 1px solid #d8d8d8;
    max-width: 50%;
    width: 100%;
}

.module-map-nav ul li {
    border-right: 1px solid #d8d8d8;
    max-width: 33.333%;
    width: 100%;
}

.module-map-nav.module-category-nav ul {
    margin-bottom: 20px;
}

.module-category-nav ul li:last-child {
    border-right: 0;
}

.module-category-nav ul li a.nav-link {
    color: #5e5e5e;
    border: 1px solid #d8d8d8;
    border-top: 0;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 14px;
    border-right: 0;
    border-left: 0;
    text-align: center;
}

.module-category-nav .highcharts-container {
    height: 500px !important;
}

.module-category-nav .highcharts-root {
    height: 500px !important;
}

.negative-chart,
.module-piechart {
    background-color: #fff;
    padding: 13px 20px;
    border-radius: 10px;
}

.module-category-nav.module-map-nav {
    height: auto;
    padding-bottom: 20px !important;
}

.gm_custom_style {
    padding-right: 12px !important;
}

.gm_custom_style button {
    top: -5px !important;
    right: -4px !important;
    outline: none;
    border: unset !important;
}

.gm-style-iw button {
    outline: none;
}


/* ----NHS Sidebar-----  */

.sidebar-border-bottom {
    border-bottom: 1px solid rgba(134, 134, 134, 0.51);
}

.nhs-sidebar-padding {
    padding: 21px 20px;
}

.nhs-sidebar {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.filter-sidebar h6 {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 0;
}

.filter-sidebar h6::before {
    background-position: -129px -417px;
    height: 30px;
    width: 30px;
    left: 0px;
    top: -6px;
}

.sidebarDropdown {
    background-color: rgba(243, 243, 243, 0.5);
    border-bottom-width: 3px;
    border-color: rgba(134, 134, 134, 0.51);
    border-bottom-style: double;
}

.nhs-dropdown-title {
    text-align: left;
    font-size: 15px;
    color: #5e5e5e;
    font-weight: 500;
    margin: 0;
}

.sidebarDropdown h5::before {
    background-position: -13px -120px;
    height: 12px;
    width: 15px;
    right: 0px;
    top: 2px;
}

.sidebarDropdown h5::after {
    background-position: -27px -121px;
    height: 12px;
    width: 15px;
    right: 0px;
    top: 2px;
    display: none;
}

.ccg-nhs-dropdown {
    padding: 20px 20px 20px 15px;
}

.ccg-nhs-dropdown.longEnough.mCustomScrollbar {
    max-height: 270px;
}

.ccg-nhs-dropdown .custom_checkbox label::before {
    margin: 0;
    top: 5px;
    width: 15px;
    height: 15px;
}

.nhs_onclick.nhs_onclickActive h5::before {
    transform: rotate(180deg);
}

.ccg-nhs-dropdown .custom_checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1;
    margin: unset;
}

.ccg-nhs-dropdown .custom_checkbox label {
    padding-left: 25px;
    font-size: 13px;
    color: #5e5e5e;
    margin-bottom: 5px;
}

.ccg-nhs-dropdown .custom_checkbox label::after {
    width: 15px;
    height: 15px;
    left: 1px;
    top: -2px;
    margin: unset;
}

.nhs-tbl table th:nth-child(3),
.nhs-tbl table th:nth-child(4),
.nhs-tbl table th:last-child {
    text-align: center;
    min-width: 8%;
}

.nhs-tbl table th:first-child {
    min-width: 21%;
}

.nhs-tbl table td:nth-child(3),
.nhs-tbl table td:nth-child(4),
.nhs-tbl table td:last-child {
    text-align: center;
}

.progress-circle {
    font-size: 20px;
    margin: auto;
    position: relative;
    /* so that children can be absolutely positioned */
    padding: 0;
    width: 4em;
    height: 4em;
    background-color: #c3c3c3;
    border-radius: 50%;
    line-height: 4em;
}

.progress-circle:after {
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 3.3em;
    height: 3.3em;
    background-color: white;
    content: " ";
}


/* Text inside the control */

.progress-circle span {
    position: absolute;
    line-height: 4em;
    width: 4em;
    text-align: center;
    display: block;
    color: #000;
    z-index: 2;
}

tr.noBorderTD td {
    border: 0;
}

.green-btn {
    background-color: #6daf4e;
    color: #fff;
}

.set-audit-align {
    margin-left: 208px;
}

#notificationsContainer {
    z-index: 9999;
}

.notification_tick {
    margin-right: 7px;
    margin-top: -5px;
}

.notification .progressContainer .progress {
    background-color: #98BFE0;
    min-height: 2px;
    width: 100%;
    border-radius: 10px;
    bottom: 0px;
    height: 5px;
}

.notification .progressContainer {
    clear: both;
    float: left;
    padding: 10px;
    text-align: left;
    width: 100%;
    color: #eff1f3;
}

.notification .pad .message {
    float: left;
    width: calc(100% - 15px);
    padding: 0px;
    color: #eff1f3;
}

.export-simulation-chart {
    max-width: 1500px;
    height: 550px;
    margin: 1em auto;
}

.waitMe_container .waitMe .waitMe_text {
    font-size: 20px;
    font-weight: bold;
}


/* /////////////////////////// */


/* ------------ module 2 ---------- */

.module2-main .benefit-audit_tbl table th:first-child {
    width: 180px;
}


/* .module2-main .benefit-audit_tbl table th:nth-child(2) {
    width: 150px;
    min-width: 150px;
}

.module2-main .benefit-audit_tbl table th:nth-child(3) {
    min-width: 100px;
} */

.module2-main .benefit-audit_tbl table th {
    font-size: 14px;
    min-width: 110px;
}

.module2-main .benefit-audit_tbl table td {
    font-size: 20px;
}

.module2-main .benefit-audit_tbl table td:first-child {
    font-size: 16px;
}

.action_highchart2 {
    max-width: 40%;
    width: 100%;
    display: inline-block;
}

.action_highchart2 .action_highchart_title p {
    color: #000;
    font-size: 19px;
    text-align: center;
}

.action_highchart2 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}

.module2-main .timeline-content:nth-child(2n) {
    background-color: #fff;
}

.module2-main .timeline-content:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.module2-main .stats .progress-content {
    float: unset;
    width: unset;
    text-align: center;
}

.module2-main .benefit-input input {
    width: 125px;
    padding: 15px 10px;
    border-radius: 10px;
}


/* .module2-main .team-progress-tbl table th:last-child {
    min-width: 140px;
} */

.minutes_saved {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.minutes_saved span {
    font-size: 60px;
    font-weight: 300;
}

.minutes_saved h6 span {
    font-size: 24px;
    font-weight: 500;
}

.minutes_saved img {
    margin-bottom: 30px;
    margin-right: 5px;
}

.minutes_saved h6 {
    font-size: 24px;
    color: #5f5f5f;
    font-weight: 500;
    line-height: normal;
}

.minutes_saved span {
    color: #0070ba;
}

.cost_saving {
    background-color: #f9f9f9;
    padding: 60px 15px 1px;
    margin-bottom: 60px;
}

.cost_saving .benefits {
    margin: 0 auto 0px;
}

.patient_benefits .benefits {
    margin: 0 auto 60px;
}

.completed_actions_row {
    text-align: center;
    width: 100%;
    max-width: unset;
}

.completed_actions_row p {
    margin-bottom: 0;
    padding: 6px 8px;
    font-size: 15px;
    font-weight: normal;
}


/* /////////////////////////// */


/* ------------ module 3 ---------- */

.patient_reviewed h3 {
    color: #fff;
}

.patient_reviewed.benefit_highchart::before {
    left: -47px;
}

.module3-main .benefit-input input {
    max-width: 125px;
    padding: 15px 10px;
    border-radius: 10px;
    width: 100%;
}

.module3-main .timeline-content:nth-child(even) {
    background-color: #fff;
}

.module3-main .timeline-content:nth-child(odd) {
    background-color: #f9f9f9;
}

.module3-main .baseline-results {
    padding: 0px 0 75px;
}

.module3-main .minutes_saved {
    max-width: unset;
    width: 100%;
    margin: unset;
    text-align: left;
}

.module3-main .minutes_saved h6 {
    margin-bottom: 30px;
}

.module3-main .minutes_saved h6:last-child {
    margin-bottom: 0;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 600px;
    height: 400px;
    padding: 8px;
    font-size: 18px;
}

#drag_upload_file {
    width: 50%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
}

#drag_upload_file #selectfile {
    display: none;
}


/* ------------ module 4 ---------- */

.resource_ol_padding {
    padding-left: 110px;
}

.module4-main .breakdown_tbl table th:nth-child(2) {
    min-width: 176px;
}

.module4-main .breakdown_tbl table th:nth-child(3) {
    min-width: 170px;
}

.module4-main .benefit-input input {
    width: 125px;
    padding: 15px 10px;
    border-radius: 10px;
}

.module4-main .progress-wrapper {
    width: unset;
    height: unset;
    margin: 0 auto;
}

.module4-main .progress-content p {
    padding: 0 40px;
}

.module4-main .do .stats .progress-chart {
    height: unset;
    width: unset;
    text-align: center;
    margin-bottom: 20px;
}

.module4-main ul.benefit-nav li {
    display: block;
    width: 100%;
    overflow: hidden;
}

.module4-main .parsley-errors-list.filled {
    position: absolute;
    padding-top: 0;
    bottom: 2px;
}

.module4-main .parsley-errors-list.filled li {
    position: absolute;
    top: 0;
}

.module4-main .data-input {
    padding: 0 15px 5px;
}

.module4-main .time_spent.minutes_saved_info,
.module5-main .time_spent.minutes_saved_info {
    padding: 0;
    padding: 0 15px 5px;
    position: relative;
}

.module4-main .stopwatch-icon .parsley-errors-list.filled li {
    bottom: unset;
}

.module4-main .time_spent .minutes_saved,
.module5-main .time_spent .minutes_saved {
    position: relative;
}

.module4-main .time_spent .minutes_saved::before,
.module5-main .time_spent .minutes_saved::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    left: -100px;
    top: 25px;
    background-image: url('../images/benefit-i.png');
    background-repeat: no-repeat;
}

.module4-main .time_spent .minutes_saved,
.module5-main .time_spent .minutes_saved {
    text-align: left;
    max-width: 600px;
}

.module4-main .benefit-select .parsley-errors-list.filled {
    position: absolute;
    padding-top: 0px;
    bottom: -4px;
    width: 100%;
}

.module4-main .team-progress-tbl table th:nth-child(4),
.module4-main .team-progress-tbl table th:nth-child(5) {
    min-width: 120px;
}

.module4-main .team-progress-tbl table tbody tr td:nth-child(6) {
    padding: 0;
    width: 105px;
    padding-left: 11px;
}

.module4-main .team-progress-tbl table th:last-child {
    min-width: 230px;
}

.all_time_saved {
    padding-left: 30px;
    margin-top: 30px;
}

.all_time_saved textarea {
    border-radius: 10px;
    max-width: 560px;
}

.all_time_saved p {
    font-size: 20px;
}

.module4-main .interruptionReport {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 15px solid #0170B8;
    margin: 0 auto;
    font: 300 46px "Helvetica Neue";
}

.module4-main .interruptionReport p {
    margin-bottom: 0;
    text-align: center;
}

.tab2_container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.modules4-tab {
    display: block;
    overflow: hidden;
}

.modules4-tab .modules-content {
    float: unset;
    max-width: 100%;
    width: 100%;
}

.add_interruptions {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 10px 20px 10px 50px;
    position: relative;
    font-size: 17px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    background-color: #fff;
    color: #4c4c4c;
    margin-top: 5px;
}

.add_interruptions::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png');
    background-position: -34px -135px;
    height: 29px;
    width: 29px;
    left: 10px;
    top: 9px;
    background-size: 400px;
}

.interruption_tbl table thead th {
    text-align: center;
    color: #5e5e5e;
    font-weight: normal;
    font-size: 18px;
    padding: 17px 14px;
}

.module4-main .staff_tab_container {
    /* max-width: 920px; */
    margin: 0 auto 90px;
}

.form-group.benefit-select,
.form-group.best-select {
    position: relative;
}

form ul.parsley-errors-list li {
    bottom: -70px;
}

.baseline-radio-btn ul.parsley-errors-list {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0;
}

.baseline-radio-btn ul.parsley-errors-list li {
    bottom: unset;
}

.interruption_tbl table td {
    padding: 0px 15px 0px 25px;
    line-height: 22px;
    font-size: 18px;
}

.interruption_tbl table td:nth-child(4) {
    padding: 10px 15px 10px 25px;
}

.interruption_tbl .table.dataTable {
    overflow: hidden;
}

.img-width {
    width: auto !important;
}

.interruptions_btn {
    margin-top: 45px;
}

.interruptions_btn a {
    max-width: 350px;
    width: 100%;
    font-size: 18px;
    white-space: normal;
    padding: 15px 10px;
}

.interruptions_btn.do_btn_height a {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* -----line_separator------ */

.line_separator,
.horizontal_line {
    position: relative;
    padding-bottom: 10px;
}

.line_separator {
    padding-bottom: 30px;
}

.line_separator::before {
    content: "";
    position: absolute;
    border-right: 1px dashed #0070ba;
    width: 1px;
    height: 100%;
    left: 363px;
    top: 0;
}

.line_separator::after {
    content: "";
    position: absolute;
    border-left: 1px dashed #0070ba;
    width: 1px;
    height: 100%;
    right: 363px;
    top: 0;
}

.horizontal_line::after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #0070ba;
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -6px;
}

.module4-main .interruptions_audit_btn a {
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 6px 20px;
    text-align: center;
    display: inline-block;
    white-space: normal;
}

.module5-main .team-progress-tbl table th:nth-child(5) {
    min-width: 100px;
}

.uploaded_img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.dropzone.drop_img {
    min-height: 335px;
    border: 1px dashed #909090;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    display: table;
    width: 100%;
}

.drag_upload_img {
    max-width: 179px;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    /* border: 1px solid #ccc; */
    position: relative;
}

.drag_upload_img button.close {
    background: url('../images/close.png');
    background-position: -2px -3px;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 24px;
    left: 163px;
    top: -11px;
    opacity: 1;
    border: none;
    outline: none;
    background-size: 30px;
}

.dz-default.dz-message span {
    display: none;
}

.dz-default.dz-message {
    background: url('../images/drag_drop.png');
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
}

.drag_upload_img img {
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid #ccc;
}

.time_total {
    position: relative;
}

.time_total .parsley-errors-list li:before {
    display: none;
}

.time_total .parsley-errors-list li {
    padding: 0;
    top: 55px;
}

.upload_btn {
    text-align: right;
}

.upload_img_btn {
    background-color: #fff;
    border: 1px solid #6daf4e;
    border-radius: 10px;
    padding: 7px 20px;
    min-width: 190px;
    font-size: 18px;
    color: #3f3f3f;
}

.photo_save {
    margin-top: 20px;
}

.submit-all,
.submit2-all {
    border-radius: 10px;
    padding: 6px 20px;
}


/* ----- clear job standards pdf ---------- */

.module4-main .interruptions_audit_btn p {
    font-size: 20px;
    padding: 0 50px;
}

#audit-report-modal .modal-dialog {
    max-width: 1500px;
}

.clear_audit_report .module-popup-content {
    padding: 0;
}

.module4-main .pdf_main_title h6 {
    font-size: 30px;
}

.pdf_interruption_intro {
    margin-top: 30px;
}

.pdf_interruption_intro p {
    font-size: 18px;
    font-weight: normal;
    color: #1c3b72;
}

.pdf_interruption_li {
    position: relative;
    margin-top: 50px;
}

.pdf_interruption_li::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #1c3b72;
    border-radius: 50%;
    left: -20px;
    top: 10px;
}

.pdf_height {
    min-height: 800px;
}

.overview_tbl {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0;
    padding: 0 15px 50px;
}

.overview_tbl_txt p {
    font-size: 20px;
    font-weight: normal;
    color: #1c3b72;
    margin-bottom: 0;
}

.overview_tbl p {
    margin-bottom: 0;
}

.overview_tbl table p {
    line-height: 22px;
}

.overview_tbl table {
    margin: 60px 0;
}

.overview_tbl.custom-table td {
    padding: 13px 15px;
}

.overview_td {
    width: 1040px;
}

.interruption_popup_txt {
    margin-top: 10px;
}

.interruption_popup_txt p {
    color: #1c3b72;
}

.module4-main .pdf_charts {
    margin-top: 30px;
    /* display: flex;
    align-items: center; */
}

.interruptions_progress {
    width: 65px;
    height: 65px;
    /* background-color: red; */
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 6px solid #0170B8;
    line-height: 55px;
}

.module4-main .chart_height {
    min-height: 500px;
}

.reason_tbl_txt p {
    font-size: 18px;
    font-weight: normal;
    color: #1c3b72;
    margin-bottom: 0;
}

.review_border {
    box-shadow: 0 0 0 1px #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.tbl_subdata {
    padding-left: 40px;
}

.reason_custom_tbl {
    border-collapse: collapse;
    margin: 0px auto 0;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -moz-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -o-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
    -ms-box-shadow: 0px 0px 6px 1px rgba(210, 210, 210, 0.58);
}

.reason_tbl table th {
    text-align: center;
    font-size: 18px;
}

.reason_tbl table th p {
    font-weight: bold;
}

.remove_border td {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid transparent;
    padding: 2px;
}

.review_border td {
    border-bottom: 1px solid #dee2e6;
}

.reason_tbl table p {
    margin-bottom: 0;
    color: #5e5e5e;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
}

.reason_tbl table tbody .review_border td {
    padding-left: 30px;
}

.reason_tbl {
    max-width: 1080px;
    width: 100%;
    padding: 0 15px 50px;
    margin: 20px auto 0px;
}

.reason_tbl_txt {
    margin-bottom: 60px;
}

.remove_border p {
    padding: 5px;
}

.reason_custom_tbl table th:first-child {
    width: 430px;
}

.reason_custom_tbl table th:nth-child(2) {
    width: 100px;
    text-align: center;
}

.reason_custom_tbl table th:nth-child(3) {
    width: 90px;
    text-align: center;
}

.reason_custom_tbl table th:last-child {
    width: 180px;
}


/* ----- video button css start ---------- */

.video-btn {
    position: relative;
    width: 100%;
    border: 1px solid #030303;
}

.wrapper {
    display: table;
    width: auto;
    position: relative;
    width: 50%;
}

.video_main {
    position: relative;
    display: block;
    overflow: hidden;
}

.playpause {
    background-image: url('../images/play-button.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}


/* ----- video button css end ---------- */


/* -------- FAQ -------- */

.wrapper_faq .card-header {
    position: relative;
    z-index: 1;
}

.faq_section .drag_upload_img {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    height: 60px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_section .drag_upload_img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/download.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: 20px;
    opacity: 0.5;
}

.faq_section .drag_upload_img a:hover .faq_section .drag_upload_img a::before {
    display: none;
}

.faq_section .uploaded_img {
    padding-left: 15px;
}

.faq_section .brief-intro {
    padding: 0 0px;
}

.wrapper_faq {
    margin-bottom: 50px;
}

.faq-title-box .faq-box-title {
    font-size: 32px;
    font-weight: 300;
    color: #0070ba;
    text-align: center;
}

.welcome-module-title .toolkit-box-title:before {
    width: 35px;
    height: 30px;
    left: -1px;
    background-position: -63px -356px;
    background-size: 400px;
    margin: 0 9px 8px 0;
}

.welcome-module-title .faq-box-title:before {
    background-position: -444px -6px;
    margin: 0;
}

.faq_section .brief-intro h4 {
    margin-top: 54px;
    margin-bottom: 8px;
}

.faq_section .brief-intro .faq-lorem-second {
    margin-top: 7rem;
}

.faq_section .brief-intro .simulate-txt .faq-second-box {
    border-bottom: 1px solid #b2b2b2;
    position: relative;
}

.faq_section #accordion .card .card-body {
    border-bottom: 1px solid #b2b2b2;
}

.faq_section .brief-intro .card {
    position: relative;
}

.faq_section #accordion .card-plus::before {
    background-position: -125px -452px;
    height: 45px;
    width: 45px;
    right: 0px;
    top: 20px;
}

.faq_section .brief-intro .card-minus::after {
    background-position: -183px -452px;
    height: 45px;
    width: 45px;
    right: 0px;
    top: 20px;
}

.faq_section .brief-intro .simulate-txt p:last-child {
    margin-bottom: 0px;
    padding: 16px 0;
}

.faq_section .faq-last-box {
    margin-bottom: 7rem;
}

.faq_section .faq-acordian-box .faq-accordian-panel {
    display: none;
    padding: 25px;
}

.faq_section .faq-acordian-box .faq-accordian-panel p {
    padding: 0px 0;
}

.faq_section .brief-intro .card {
    border: 0;
}

.faq_section .brief-intro .card .card-header {
    background: transparent;
    border-bottom: 1px solid #b2b2b2;
    padding: 0;
}

.faq_section .brief-intro .card .card-header p {
    padding: 28px 0;
    margin-bottom: 0;
    max-width: 700px;
    font-size: 22px;
}

.faq_section .brief-intro .faq-inline-text-one {
    margin-bottom: 0;
    max-width: 860px;
    padding: 5px 23px 5px;
    font-size: 22px;
}

.faq_section .brief-intro .faq-inline-text-two {
    padding-top: 0;
}

.faq_section .cf:before,
.cf:after {
    content: "";
    display: table;
}

.faq_section .cf:after {
    clear: both;
}

.faq_section .search-wrapper {
    width: 100%;
    max-width: 546px;
    margin: 30px auto 0px auto;
    border-radius: 12px;
    background: transparent;
    border: 1px solid #b2b2b2;
    height: 100%;
    min-height: 56px;
}

.faq_section .search-wrapper input {
    padding-left: 20px;
    width: 100%;
    max-width: 330px;
    background: red;
    padding: 13px 15px;
    float: left;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none;
}

.faq_section .faq-search-form {
    display: flex;
    justify-content: space-between;
}


/* Form submit button */

.faq_section .search-wrapper button {
    overflow: visible;
    position: relative;
    border: 1px solid #c2c2c2;
    padding: 0 55px;
    margin: 7px 5px;
    cursor: pointer;
    height: 42px;
    width: 100%;
    max-width: 136px;
    background: transparent;
    color: #626262;
    border-radius: 10px;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-family: 'Helvetica Neue';
}

.faq_section .search-wrapper button::before {
    height: 40px;
    width: 40px;
    top: 0;
    left: 12px;
    background-position: -62px -343px;
}

.faq_section .faq-bold-question {
    font-weight: 400;
}


/* ................data-gathering-page start.......................  */

.data-gathering table tbody tr:last-child td:nth-of-type(2) {
    background-color: transparent;
}

.data-gathering table tbody tr:last-child td:last-child {
    background-color: transparent;
}

.data-gathering table tbody tr:last-child td:nth-child(10) {
    background-color: #fce4d6;
}

.data-gathering {
    max-width: 1170px;
    width: 100%;
}

.data-gathering table.table-responsive {
    overflow-x: unset;
}

.data-gather-main .workforce {
    background-color: transparent;
    margin: 0;
    padding-top: 5px;
}

.data-gathering table tbody td {
    position: relative;
    text-align: center;
}

.data-gathering table tbody td ul.parsley-errors-list {
    position: absolute;
    width: 100%;
    left: 0;
}

.data-gathering table tbody td ul.parsley-errors-list li {
    position: unset;
    bottom: unset;
}

.data-gather-main .workforce h1 {
    margin-bottom: 48px;
}

.data-gathering table th {
    /* min-width: 100px; */
    min-width: 90px;
    width: 100%;
    padding: 5px 7px 30px 7px;
}

.data-gathering table thead th .question_icon {
    background-image: url(../images/que-mrk.png);
    background-repeat: no-repeat;
    width: 25px;
    display: block;
    background-size: 23px;
    height: 26px;
    position: absolute;
    right: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    bottom: auto;
    margin-top: 28px;
    margin-left: 0;
    z-index: 1;
    line-height: 22px;
}

.data-gathering table thead th:nth-child(10) .question_icon.qustion_icon_white {
    background-image: url(../images/que-mrk.png);
}

.data-gathering table thead th:nth-child(12) .question_icon.qustion_icon_white {
    background-image: url(../images/que-mrk2.png);
}

.data-gathering table thead tr:nth-child(11) {
    text-align: center;
}

.data-gathering table thead th .question_icon.qustion_icon_white {
    background-image: url(../images/que-mrk2.png);
}

.data-gathering table tr th:nth-child(10) .question_icon .tooltip_text {
    margin-left: -55px;
    /* max-width: 192px; */
}

.data-gathering table tr th:last-child .question_icon .tooltip_text {
    margin-left: -224px;
    max-width: 260px;
}

.data-gathering table tr th:last-child .question_icon .tooltip_text::before {
    border-color: transparent;
    border-bottom-color: #0070ba;
    border-width: 15px;
    margin-left: -16px;
    border-bottom-width: 30px;
}

.data-gathering table tr th:last-child .question_icon .tooltip_text::after {
    border-width: 13px;
    margin-left: -13px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -13px;
    bottom: 100%;
    border-bottom-width: 25px;
}

.data-gathering table th:nth-child(1) {
    text-align: center;
    width: 100%;
    min-width: 106px;
    padding-right: 4px;
    padding-left: 4px;
}

.data-gathering.custom-table table th {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: normal;
}

.data-gathering table thead th .thead-title {
    position: relative;
    float: left;
    padding-right: 0px;
    width: 100%;
}

.data-gathering .data-gather-2 td:first-child {
    text-align: center;
    font-size: 16px;
}

.data-gathering tr:nth-child(2n) td:first-child {
    background-color: #f9e9e0;
}

.data-gathering tr:nth-child(2n+1) td:first-child {
    background-color: #fce4d6;
}

.data-gathering tr:nth-child(2n) td:nth-of-type(2) {
    background-color: #f9e9e0;
}

.data-gathering tr:nth-child(2n+1) td:nth-of-type(2) {
    background-color: #fce4d6;
}

.data-gathering tr:nth-child(2n) td:nth-of-type(11) {
    background-color: #f9e9e0;
}

.data-gathering tr:nth-child(2n+1) td:nth-of-type(11) {
    background-color: #fce4d6;
}

.data-gathering table input {
    padding: 8px 10px;
    text-align: center;
}

.user-data-gathering table input {
    padding: 8px 10px;
    text-align: center;
}

.user-data-gathering table input,
.carry-email-data table input {
    appearance: none;
    border: 1px solid #cbcbcb;
    background-color: transparent;
    padding: 8px 10px;
    border-radius: 10px;
}

.alert_display {
    color: red !important;
    text-align: center;
    font-weight: normal;
}

.data-gathering table th:nth-child(3) {
    background-color: #abb510;
    color: white;
}

.data-gathering table th:nth-child(4) {
    background-color: #62b27e;
    color: white;
}

.data-gathering table th:nth-child(5) {
    background-color: #777676;
    color: white;
}

.data-gathering table th:nth-child(6) {
    background-color: #d05454;
    color: white;
}

.data-gathering table th:nth-child(7) {
    background-color: #8dd145;
    color: white;
}

.data-gathering table th:nth-child(8) {
    background-color: #a36dcb;
    color: white;
}

.data-gathering table th:nth-child(9) {
    background-color: #fb8cff;
}

.data-gathering table th:nth-child(10) {
    background-color: #ffff81;
}

.data-gathering table th:nth-child(11) {
    background-color: #dbaf91;
    color: white;
}

.data-gathering table th:nth-child(12) {
    background-color: #9a7814;
    color: white;
}

.data-gather-main .welcome-module-title {
    margin-top: 16px;
}

.data-gather-save .btn {
    margin-top: 38px;
}

.data-gather-save .btn:focus {
    box-shadow: none;
}

.data-gather-main .nextpg-navigate {
    background-color: #ecf9ff;
    padding: 10px 15px;
    margin: 45px 0px 7px;
}

.data-gathering tr:nth-child(2n+1) td:nth-of-type(2),
.data-gathering tr:nth-child(2n) td:nth-of-type(2) {
    text-align: center;
}

.data-gathering tr:nth-child(2n+1) td:nth-of-type(10),
.data-gathering tr:nth-child(2n) td:nth-of-type(10) {
    text-align: center;
}

.data-gathering table input {
    appearance: none;
    border: 1px solid #cbcbcb;
    background-color: transparent;
    padding: 8px 10px;
    border-radius: 10px;
}

.data-gathering table {
    border-radius: 10px;
}

.data-gathering table tr th:last-child .question_icon .tooltip_text::after,
.data-gathering table tr th:last-child .question_icon .tooltip_text::before {
    left: 88%;
}


/* ................ module-5 ................  */

.module5-main .timeline-content:nth-child(2n) {
    background-color: #fff;
}

.module5-main .timeline-content:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.item_test_popup .modal-dialog {
    max-width: 920px;
    margin: 100px auto;
}

.item_test_popup h3 {
    margin: 40px 0 30px;
}

.item_test_popup .module-popup-content {
    padding: 30px 80px;
}

.item_test_popup .resource-wrapper {
    margin-bottom: 35px;
}

.item_test_popup .resource-wrapper p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

.item_time_txt p {
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 300;
    margin-bottom: 4px;
    padding-left: 5px;
}

.item_time_txt input {
    appearance: none;
    border: 1px solid #cbcbcb;
    background-color: transparent;
    padding: 16px 10px;
    border-radius: 10px;
    max-width: 240px;
    width: 100%;
    margin: 5px;
}

.item_time_txt {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.item_txt_btn {
    text-align: center;
    margin: 50px 0 20px;
}

.btnSaveTime {
    border-radius: 10px;
    border: 1px solid #868686;
    padding: 7px 15px;
    padding-left: 70px;
    color: #4c4c4c;
    font-size: 19px;
    font-weight: normal;
    padding-right: 23px;
    background-color: #fff;
    position: relative;
}

.btnSaveTime::before {
    background-position: -156px -341px;
    height: 26px;
    width: 25px;
    top: 8px;
    left: 22px;
}

form .item_time_txt ul.parsley-errors-list {
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 5px;
}

form .item_time_txt ul.parsley-errors-list li {
    bottom: 0;
}

.item_time_txt ul#parsley-id-13 li {
    bottom: 0;
    top: unset;
}

.item_time_txt ul#parsley-id-11 li {
    bottom: 0;
}

.best-select .select2.select2-container,
.best-select .selection {
    padding: 0;
    max-width: 413px !important;
    width: 100% !important;
}

.best-select .select2-selection {
    padding: 0;
}

.best-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 20px;
}

.baseline-txt .best-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-bottom: 0px;
    padding: 0;
    font-size: 19px;
}

.time_total {
    margin-bottom: 30px;
}

.time_total li::before {
    left: -23px;
}

.time_total li {
    max-width: 32%;
    width: 100%;
    display: inline-block;
    position: relative;
}

.time_total li p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

.time_total {
    padding-left: 30px;
}

.progress_bg {
    border: 1px solid #0070ba;
    background-color: #75c9f2;
    padding: 18px 14px;
    border-radius: 10px;
}

.progress_bg .progress {
    border: 1px solid #0070ba;
    border-radius: 10px;
    height: 20px;
    background-color: #fff;
}

.progress_bg .progress-bar {
    background-color: #0070ba;
}

.progress_percentage p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #0070ba;
    text-align: center;
    margin-top: 10px;
}

.time_total ul#parsley-id-13.parsley-errors-list {
    position: absolute;
    width: 100%;
    bottom: -4px;
}

.time_total ul#parsley-id-13.parsley-errors-list li {
    bottom: 0;
    top: 0;
}

.time_total ul.parsley-errors-list {
    position: absolute;
    width: 100%;
    bottom: -4px;
}

.time_total ul.parsley-errors-list li {
    bottom: 0;
    top: 0;
}

.problem-improvement ul.parsley-errors-list li {
    bottom: -15px;
}

.benefit-title.benefit_module5 {
    margin-bottom: 80px;
}

.benefit-title.benefit_module5 h3 {
    margin-bottom: 20px;
}

.benefit-title.benefit_module5 p {
    font-weight: 300;
    font-size: 20px;
    color: #000;
    margin-bottom: 35px;
}

.time_saving_chart {
    margin-bottom: 40px;
}

.time-saving textarea::-webkit-input-placeholder,
.all_time_saved textarea::-webkit-input-placeholder {
    /* Edge */
    color: #D3D3D3;
}

.time-saving textarea:-ms-input-placeholder,
.all_time_saved textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D3D3D3;
}

.time-saving textarea::placeholder,
.all_time_saved textarea::placeholder {
    color: #D3D3D3;
}

.cost_full {
    background-color: #fafafa;
    padding: 75px 0 1px;
    margin-bottom: 50px;
}

.image_scroll {
    width: 100%;
    max-width: 100% !important;
    display: block;
    max-height: 650px !important;
}

.image_scroll .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.images_upload_ul {
    padding: 0;
    text-align: center;
}

.images_upload_ul li {
    display: inline-block;
    margin-right: 7px;
}

.images_upload_ul li {
    max-width: 300px;
    height: 300px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.images_upload_ul li img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.set_resource_ol li {
    color: #0070ba;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 10px;
}

.set_resource_ol li p {
    color: #000;
}

.module5-main .team-progress-tbl table th:last-child {
    min-width: 200px;
}

.module5-main .team-progress-tbl table th:nth-child(2) {
    min-width: 180px;
}

.module5-main .team-progress-tbl table th:first-child {
    min-width: 200px;
}

.season_wrapper {
    display: block;
    max-width: 910px;
    width: 100%;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    bottom: 0px;
    left: 70px;
}

.month-01,
.month-02,
.month-12 {
    width: 100%;
    display: inline-block;
    background-color: #F9D7BF;
    height: 10px;
}

.month-03,
.month-04,
.month-05 {
    width: 100%;
    display: inline-block;
    background-color: #B0E7C9;
    height: 10px;
}

.month-06,
.month-07,
.month-08 {
    width: 100%;
    display: inline-block;
    background-color: #C5D3ED;
    height: 10px;
}

.month-09,
.month-10,
.month-11 {
    width: 100%;
    display: inline-block;
    background-color: #D3E6C6;
    height: 10px;
}


/* --------- module-7 -------- */

.module7-main .pdf_container {
    max-width: 930px;
}

.module7-main .pdf_patient_bg {
    min-height: 1000px;
}

.module7-main .pdf_patient_bg.benefit_tab3 {
    min-height: 1210px;
}

.module7-main .highcharts-figure-col {
    min-height: 450px;
}

.module7-main .highcharts-figure,
.module7-main .highcharts-data-table table {
    min-height: 550px;
}

.season_main {
    text-align: center;
}

.season_legends {
    display: inline-block;
    margin-right: 10px;
    max-width: 100px;
    width: 100%;
}

.season_legends span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
}

.season_legends p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 15px;
}

.winter_color {
    background-color: #F9D7BF;
}

.spring_color {
    background-color: #B0E7C9;
}

.summer_color {
    background-color: #C5D3ED;
}

.autumn_color {
    background-color: #D3E6C6;
}

.module7-main .do .brief-tbl-main table td:nth-last-child(2) {
    padding: 15px;
}

.conclusion_nav {
    margin-bottom: 20px;
}

.conclusion_nav li {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-bottom: 7px;
}

.conclusion_nav li::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: -10px;
    top: -3px;
}

.module7-main .benefit-input input {
    width: 125px;
    padding: 15px 10px;
    border-radius: 10px;
}

.do-audit.green-btn {
    background-color: #6daf4e;
    color: #fff;
}

.do-audit.green-btn:hover {
    color: #0070ba;
}

.module7-main ul.benefit-nav li {
    display: block;
    width: 100%;
    overflow: hidden;
}

.module7-main .data-input {
    padding: 0 15px 5px;
}

.graph_container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.graph_container .graph-txt {
    padding: 0;
}

.data_gathering_tbl.longEnough.mCustomScrollbar {
    max-width: 100%;
}

.breakdown_tbl.data_tbl table th {
    font-size: 17px;
    min-width: 93px;
    /* min-width: 96px; */
    text-align: center;
}

.breakdown_tbl.data_tbl table td:first-child {
    padding: 12px 11px;
}

.breakdown_tbl.data_tbl table td:nth-child(2) p {
    font-size: 17px;
    font-weight: normal;
    padding: 0px;
    line-height: unset;
}

.breakdown_tbl.data_tbl table td {
    padding: 12px 10px;
    text-align: center;
}

.do_benefit_wrapper .pdf_charts {
    border-radius: 10px;
}

.do_p {
    padding-left: 30px;
}

.do_p p {
    margin-bottom: 5px;
}

.highcharts-wrapper {
    display: flex;
    justify-content: space-between;
}

.highcharts-figure-col {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgb(210 210 210 / 58%);
    padding: 15px;
    background-color: #fff;
}

.benefit_scroll.longEnough.mCustomScrollbar {
    max-width: 100%;
    overflow-x: hidden;
}

.highcharts-figure-col .season_wrapper {
    max-width: 580px;
}

.highcharts-figure-col .season_wrapper {
    bottom: 0px;
}

.calendar-icon ul.parsley-errors-list li {
    bottom: -13px;
}

.consult-radio-btn ul.parsley-errors-list {
    position: absolute;
    width: 100%;
    left: 66px;
}

.form-group.is_gps {
    position: relative;
}

.consult-radio-btn ul#parsley-id-multiple-i_is_gp {
    position: absolute;
    width: 100%;
    left: 0px;
}

.benefit_link {
    padding: 21px 24px !important;
}

.pdf_charts .season_wrapper {
    bottom: 0px;
}

.module7-main .category-time h6 {
    font-weight: normal;
}

.register-fields ul.parsley-errors-list li {
    margin: 0;
    left: -70px;
    position: absolute;
    padding: 0;
}

.register-fields ul.parsley-errors-list li::before {
    display: none;
}

.time_scroll_tbl.longEnough.mCustomScrollbar {
    max-height: 240px;
}

.module7-main .exec-wrapper h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.resource-nav-color {
    color: #1c3b72;
    list-style-type: circle;
}

.breakdown_tbl.access_tbl table th:first-child {
    min-width: 170px;
    text-align: left;
}

.breakdown_tbl.access_tbl table th:nth-child(2) {
    min-width: 110px;
}

.breakdown_tbl.access_tbl table th:last-child {
    min-width: 100px;
}

.breakdown_tbl.access_tbl table td p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1a5c83;
    padding: 5px 8px;
}

.module7-main .practice_tbl .exec-content {
    padding: 0;
    margin-bottom: 10px;
}

.module7-main .practice_tbl {
    margin-bottom: 20px;
}

.breakdown_tbl.access_tbl .explaination-txt {
    margin-bottom: 10px;
}

.breakdown_tbl.access_tbl .time_scroll_tbl.longEnough.mCustomScrollbar {
    max-height: 180px;
}

.module7-main .explaination-txt {
    margin-bottom: 20px;
}

.module7-main .practice_tbl.practice_tbl_wte table th:nth-child(2) {
    min-width: 340px;
    text-align: center;
}

.module7-main .practice_tbl.practice_tbl_wte table td:last-child p {
    text-align: center;
}

.module7-main .practice_tbl.practice_tbl_wte table td p {
    color: #1a5c83;
}

.graph-txt .overtime_txt {
    color: #0070ba;
}


/* ------- module-8 --------- */

.module8-main .graph-txt {
    padding: 0 30px;
}

.module_hours {
    display: block;
    font-size: 24px;
    color: #0070ba;
    margin-top: -15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 0px;
}

.emi_modal_popup .modal-dialog {
    max-width: 920px;
    margin: 100px auto;
    width: 100%;
}


/* .carry-email-data-main{width: 100%;} */

.carry-data-title {
    display: flex;
}

.carry-intr-one {
    padding-left: 4px !important;
}

.carry-intr-two {
    padding: 3px !important;
}

.carry-data-title h1 {
    font-size: 32px;
    color: #0070ba;
    text-align: center;
    font-weight: 300;
    margin-bottom: 37px;
}

.email-data-gather {
    margin-top: 6rem;
}

.email-data-gather .interruptions_btn a {
    max-width: 355px;
    width: 100%;
    /* padding-left: 0; */
}

.email-data-gather .interruptions_btn {
    margin-top: 0;
}

.email-data-gather .row .col-md-4 {
    padding: 0;
}

.total_modules {
    margin-right: 20px;
    border: 1px solid rgba(74, 176, 243, 0.65);
    color: #3f3f3f;
    min-height: 230px;
    padding: 10px 50px;
    max-width: 260px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.choose-module_title {
    margin-top: 30px;
}

.choose-module_title h4 {
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 300;
    margin: 0px 0 50px;
    width: 100%;
}

.total_modules_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total_modules p {
    font-size: 32px;
    font-weight: 300;
}

.total_modules span {
    font-size: 22px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.total_modules_blue p {
    color: #0070ba;
}

.total_modules_blue span {
    color: #0070ba;
}

.total_modules_grey {
    border: 1px solid #cbcbcb;
}

.total_modules_grey p {
    color: #3f3f3f;
}

.total_modules_grey span {
    color: #3f3f3f;
}

.reports_details {
    margin-top: 60px;
}

.reports_details_wrap h3 {
    font-size: 30px;
    font-weight: 300;
    color: #0070ba;
    margin-bottom: 0;
}

.reports-nav li {
    font-size: 21px;
    font-weight: normal;
    color: #0070ba;
    margin-right: 35px;
    margin-bottom: 0;
    text-decoration: underline;
    color: #5f5f5f;
}

.reports_details_wrap {
    margin-bottom: 40px;
}

ul.reports-nav {
    margin-top: 15px;
}

.module8-main .timeline-content:nth-child(even) {
    background-color: #fff;
}

.module8-main .timeline-content:nth-child(odd) {
    background-color: #f9f9f9;
}

.introduction_txt {
    color: #0070ba;
    font-size: 26px;
    font-weight: 300;
    margin: 50px 0 20px;
}

.emi_content {
    padding: 65px 30px 50px;
}

.emi_content .resource-title h3 {
    margin-bottom: 50px;
}

.emi_txtarea {
    max-width: 430px;
    width: 100%;
    border-radius: 10px;
    height: 50px;
}

.emi_content_popup {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.emi_content_popup label {
    font-weight: 500;
    font-size: 20px;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.emi_content_popup .form-group {
    margin-bottom: 30px;
}

.module8-main .benefit_tab6 {
    min-height: 1020px;
}

.carry-email-data table th:first-child {
    min-width: 290px;
}

.carry-email-data table th {
    min-width: 115px;
}

.carry-email-data table td {
    font-size: 15px;
    padding: 5px 7px;
}

.carry-email-data table th span {
    font-size: 17px;
    font-weight: 500;
    display: block;
    line-height: 30px;
}

.carry-email-data table td.emails_title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px double #cbcbcb;
}

td.email_border {
    border-bottom: 3px double #cbcbcb;
}

.emi_interruption_wrap {
    padding: 0 15px;
    margin: 40px 0;
    padding-left: 50px;
}

.emi_interruption p {
    font-size: 26px;
    color: #0070ba;
    font-weight: 300;
    margin-bottom: 0;
}

.cost_saving_bg {
    background-color: #fafafa;
    padding: 60px 0;
}

.patient_benefit_wrap {
    padding-top: 50px;
}

.skills_li {
    background-color: transparent;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px;
}

.skills_li p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 30px;
}

.skills_li .skills-txt p {
    padding: 0;
}

.module8-main .interruption_tbl table tbody td:last-child {
    padding: 15px;
    text-align: center;
}

.module8-main .interruption_tbl table tbody td:last-child button.btn {
    background-color: transparent;
}

.pen_img {
    max-width: 22px;
    width: 100%;
}

.time_height {
    min-height: 113px;
    margin-right: 12px;
}

.module8-main .category_time_height {
    min-height: 130px;
}

.breakdown_tbl.team_focused_tbl table th:last-child {
    min-width: unset;
}

.breakdown_tbl.team_focused_tbl table th:nth-child(2) {
    min-width: 520px;
    text-align: left;
}

.inappropriate_tbl table td {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    color: #1a5c83;
    font-weight: 300;
}

.inappropriate_tbl table th:first-child {
    min-width: 140px;
}

.inappropriate_tbl table th:first-child {
    min-width: 140px;
}

.inappropriate_tbl table th {
    min-width: 193px;
}

.cost-saving-tbl th:first-child {
    min-width: 165px !important;
}

.team_focused_tbl table td {
    color: #1a5c83;
    font-weight: 300;
}

.graph-txt-height {
    min-height: 155px;
}

.graph-p {
    min-height: 210px;
}

.breakdown-scroll-tbl.longEnough.mCustomScrollbar {
    max-height: 350px;
}

.module8-main .do .brief-tbl-main tr:nth-child(5) td .brief-tbl-done span.mrk-done.mrk-completed {
    justify-content: center;
    margin-right: 0;
}

.module8-main .time-saving {
    margin-top: 40px;
}

.appointment_saving_wrapper {
    margin: 40px 0;
}

.appointment_saving_wrapper ul.timeline-nav li {
    padding: 0;
}

.appointment_saving_wrapper ul.timeline-nav li::before {
    left: -17px;
}

.time_bg {
    background-color: #fafafa;
    padding: 20px 15px;
    border-radius: 7px;
}

.time_bg .time-saving {
    margin-top: 0;
}

.appointment_saving_wrapper .time-saving p {
    font-size: 18px;
    font-weight: normal;
}

.time_border {
    padding: 20px;
    border: 1px solid #0070ba73;
    min-height: 220px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px rgb(210 210 210 / 58%);
}

.time_border h6 {
    font-size: 22px;
}

.time_border h6 span {
    font-size: 22px;
}

.time_border h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}


/* ----- toolkit ------ */

.toolkit_title {
    color: #0070ba;
    margin-bottom: 20px;
}

.toolkit_content {
    margin-bottom: 25px;
}

.toolkit_content ul {
    margin-top: 0;
    padding-left: 20px;
}

.toolkit_content ul li p {
    font-size: 18px;
}

.toolkit_content ul.resource-nav li::before {
    top: 14px;
    width: 10px;
    height: 10px;
}

.toolkit_content h5 {
    font-weight: normal;
    margin-bottom: 5px;
    color: #0070ba;
}

.toolkit_content p {
    font-size: 18px;
    margin-bottom: 10px;
}

.toolkit_content span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.why_question {
    margin-bottom: 20px;
}

.why_question p {
    margin-bottom: 7px;
}

.spaghetti_img {
    max-width: 520px;
    width: 100%;
}

.process_step {
    margin-bottom: 25px;
}

.toolkit_content ul.resource-nav-filled li {
    position: relative;
}

.toolkit_content ul.resource-nav-filled li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0070ba;
}

.toolkit_pl {
    padding-left: 20px;
}

.process-efficient-popup .row.do-radioBtn {
    margin-left: auto;
    margin-right: auto;
}


/* 17-09-2021 */

.modules-nav_title p::before {
    background-image: unset;
    content: unset;
}

.modules-nav_title.module_no_process p::before {
    background-image: url('../images/sprite.png') !important;
    content: '';
}

.modules-nav_title.module_no_process h4 {
    margin-bottom: 5px;
    color: #e33d3e;
}

.modules-nav_title.module_no_process .module_start {
    color: #e33d3e;
    font-weight: 500;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
}

.modules-nav_title.module_no_process .select-module-icon::before {
    background-position: -436px -327px;
    background-size: 563px;
    transform: rotate(45deg);
}

.modules-nav_title.module_no_process {
    height: 200px;
}


/* 17-09-2021 */


/* 16-09-2021 */

.popup-efficient-summary p {
    font-weight: 300;
}


/* 16-09-2021 */


/* 20-09-2021 */

.simulation_test {
    border: 1px solid #868686 !important;
    border-radius: 10px !important;
    padding: 7px 20px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #4c4c4c !important;
    background-color: transparent !important;
    margin-top: 20px;
    transition: 0.3s ease-in-out !important;
}

.simulation_test:hover {
    border: 1px solid #0070ba !important;
    color: #0070ba !important;
    background-color: transparent !important;
    transition: 0.3s ease-in-out !important;
}


/* 20-09-2021 */

.modules-nav.modules_height {
    height: 315px;
}

.module_content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    font-weight: bold;
    color: #0070ba;
}

.modules-nav.modules_height .modules-nav_title {
    height: 250px;
}

.patient_left.left_big {
    max-width: 60%;
}

.patient_right.right_small {
    max-width: 40%;
}

.red-txt {
    color: red;
}


/* ---------------via start-------------- */

.account-change.request_access .select2-container {
    width: 100% !important;
}

.account-change.request_access .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #0070ba !important;
}

.account-change.request_access .pcn-collection h5.main_h5 {
    padding-left: 45px;
    padding-right: 15px;
    margin-top: 15px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #5e5e5e;
}

.account-change.request_access .pcn-collection h5.main_h5::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 20px;
    top: 22px;
    background: url('../images/rec.png');
    background-size: 15px;
}

.account-change.request_access .pcn-collection .main_practices-collection h5 {
    position: relative;
    font-size: 18px;
    font-weight: normal;
}

.account-change.request_access .pcn-collection .main_practices-collection h5::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 16px;
    top: 9px;
    background: url('../images/dot.png');
    background-size: 6px;
}

.account-change.request_access,
.account-change.request_access .pcn-collection {
    max-width: 100%;
    width: 100%;
}

.request-access-section-cls .modules-txt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #0070ba;
    margin: 36px 0;
    background-color: transparent;
    margin-top: 0px;
}

.account-change.request_access .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 1px solid #c2c6c9;
}

.account-change.request_access .select_title {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}

.account-change.request_access .save-btn.mt-5 {
    text-align: center;
}

.main_div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.main_checkbox {
    width: 100%;
    max-width: 33.33%;
    margin-right: 0px;
    display: inherit;
}

.account-change.request_access .select_title h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.main_checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    display: none;
}

.main_checkbox input[type="checkbox"]:checked~label::after {
    display: block;
}

.main_checkbox label::after {
    content: url('../images/check.png');
    display: none;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0px;
    top: -3px;
}

.main_checkbox input[type="checkbox"]:checked~label::before {
    border: 1px solid #6daf4e;
}

.main_checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #888888;
    border-radius: 0;
    margin-left: 0;
    top: 3px;
    left: 0;
}

.account-change.request_access .form-group label {
    font-size: 24px;
    color: #000;
    margin-bottom: 5px;
}

.account-change.request_access .main_practices-collection {
    margin-top: 30px;
}

.account-change.request_access .main_checkbox label {
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 15px;
    color: #3f3f3f;
    position: relative;
    margin-bottom: 0;
    padding-left: 27px;
    font-weight: normal;
}

.main_checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.main_checkbox input[type="checkbox"]:checked~label::after {
    display: block;
}

.main_checkbox label::after {
    content: url('../images/check.png');
    display: none;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 3px;
    top: 0;
}

.main_checkbox input[type="checkbox"]:checked~label::before {
    border: 1px solid #6daf4e;
}

.main_checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #888888;
    border-radius: 0;
    margin-left: 0;
    top: 6px;
    left: 0;
}


/* ---------------via end-------------- */

.simulation_test {
    display: none;
}

.row.do-radioBtn.simulation-continue-cls {
    max-width: 560px;
}


/* 12-10-2021 start */

.email-reports .exec-content.time-category {
    width: 60.5%;
}

.email-reports .time-saving-wrapper {
    flex-wrap: wrap;
    justify-content: center;
}

.email-reports .mt-3.d-flex {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}


/* ---------------via end-------------- */

.simulation_test {
    display: none;
}

.row.do-radioBtn.simulation-continue-cls {
    max-width: 560px;
}


/* 12-10-2021 start */

.email-reports .exec-content.time-category {
    width: 60.5%;
}

.email-reports .time-saving-wrapper {
    flex-wrap: wrap;
    justify-content: center;
}

.email-reports .mt-3.d-flex {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}


/* 12-10-2021 end */


/* .benefit-report-popup .banner_txt-tab2 .pdf_banner_txt {
	background: url(http://192.168.0.167/projects/NHS/public/frontend_assets/images/aa-report-img/patient-bg.jpg?ts=1634909745);
}
.container-fluid {
	padding-top: 215px;
}
.pdf_patient_bg {
	min-height: unset;
    position: unset !important;
} */

.modal-content .pdf_patient_bg img {
    position: absolute;
}

.modal-content .pdf_banner_txt {
    position: unset !important;
    padding-top: 150px;
    padding-bottom: 20px;
    position: relative !important;
}

.modal-content .pdf_banner_txt .definition_tbl {
    position: relative;
    margin-bottom: 15px;
}

.benefit-content li.parsley-maxlength,
.patient-content ul.timeline-nav.benefit-nav textarea+ul li.parsley-maxlength {
    margin-bottom: 0;
    padding: 0;
    bottom: -15px;
}

.benefit-content li.parsley-maxlength::before,
.patient-content ul.timeline-nav.benefit-nav textarea+ul li.parsley-maxlength::before {
    display: none;
}

.time-saving .xs-container {
    position: relative;
}

.time-saving .xs-container textarea+ul {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    position: relative !important;
    margin-top: 5px;
}

form textarea+ul.parsley-errors-list li {
    bottom: -15px;
}

.module7-main ul.benefit-nav li,
.module4-main ul.benefit-nav li {
    overflow: unset;
}

.module4-main .parsley-errors-list.filled {
    position: relative;
}

form textarea+ul.parsley-errors-list li {
    bottom: 0;
    position: unset;
}

.test_simulation_btn {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 6px 20px 6px 20px;
    font-size: 19px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    margin: 30px auto 0;
    color: #4c4c4c;
    transition: 0.3s ease-in-out;
}

.test_simulation_btn:hover {
    text-decoration: none;
    border: 1px solid #0070ba;
    color: #0070ba;
}

.show-cls {
    display: block;
}

.request-access-txt p {
    font-size: 20px;
    color: #5e5e5e;
    margin-bottom: 0;
}

.main_h5 {
    padding-top: 20px;
    border-top: 1px solid #000;
}

#aa-audit-modal .consult-no .aaAudit-radio-border {
    color: #3f3f3f !important;
    border: 1px solid #cbcbcb !important;
}

.gray-border-btn {
    color: #9d9e9f !important;
    border-color: #9d9e9f !important;
}

.gray-border-btn:hover {
    transition: 0.1s ease-in-out;
}

.sign-banner-txt .register-below {
    margin: 0px 0 0px;
}

.sign-banner-txt .practice-form {
    margin-top: 20px;
    padding: 0 0px;
}

.data-radio-btn {
    margin: 0 auto;
    display: block;
    max-width: 410px;
    width: 100%;
}

.data-radio-btn ul {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
}

.data-radio-btn ul li {
    margin-right: 20px;
    width: 250px;
    margin-bottom: 0px;
    margin: 0 auto;
}

.radio-btn {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 10px;
}

.radio-btn label {
    border-radius: 10px;
    border: 2px solid #898989;
    padding: 25px 5px;
    font-size: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    color: #3f3f3f;
}

.participant-bg-color {
    /* background-color: rgba(109, 175, 78, 0.16) !important; */
    background-color: unset !important;
}

#ccg-dropdown {
    margin-bottom: 0px;
}

.sign-banner-txt .register-form-btn {
    padding: 20px 0 0px;
    text-align: center;
    margin-bottom: 0px;
}

.data-radio-btn .radio-btn input[type="radio"]:checked+label {
    border: 2px solid #fff;
    color: #000;
    background-color: #fff;
}

.data-radio-btn .radio-btn input[type="radio"]:hover+label {
    border: 2px solid #fff;
    color: #000;
    transition: 0.7s ease-in-out;
    background-color: #fff;
}

.data-radio-btn .radio-btn label {
    border-radius: 10px;
    border: 2px solid #898989;
    padding: 10px 5px;
    font-size: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    color: #3f3f3f;
}

.btn-submit {
    padding: 7px 25px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #ff0808;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.btn-submit:hover {
    background-color: #fff !important;
    color: #3773b5 !important;
    transition: 0.3s ease-in-out;
    outline: none;
    border: 1px solid #3773b5;
    border-radius: 10px;
    cursor: pointer;
}

.checkbox-btn .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-btn .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-btn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: unset;
}

.checkbox-btn .container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-btn .container input:checked~.checkmark {
    /* background-color: #2196F3; */
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-btn .container input:checked~.checkmark:after {
    display: block;
}

.checkbox-btn .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid #2196F3;
    /* border: solid #6daf4e; */
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign-banner-txt .form-group.register-fields ul.parsley-errors-list li {
    margin: 0;
    left: -4px;
    position: absolute;
    padding: 0;
}

.sign-banner-txt .form-group.register-fields,
.role-icon,
.speciality-icon,
.data-radio-btn {
    position: relative;
}

.sign-banner-txt form ul.parsley-errors-list li {
    bottom: -13px;
}

.sign-banner-txt ul#parsley-id-11 li {
    bottom: -70px;
}

.sign-banner-txt ul#parsley-id-9 {
    bottom: -56px;
}

.sign-banner-txt ul#parsley-id-multiple-i_type {
    bottom: 70px;
    left: -14px;
}

.sign-banner-txt ul#parsley-id-multiple-ti_role {
    bottom: 17px;
}

.sign-banner-txt {
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    background-color: rgba(0, 112, 184, 0.87);
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
}

.user-home-footer {
    margin-bottom: 40px;
    padding-left: 50px;
}

.sign-banner-txt .form-group label {
    color: #fff;
}

.sign-banner-txt .data-radio-btn .radio-btn label {
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}

.sign-banner-txt .data-checkbox-btn {
    max-width: 410px;
    width: 100%;
    margin: 10px auto 0;
}

.sign-banner-txt .checkbox-btn .container {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding-left: 30px;
    line-height: normal;
    padding-right: 0;
}

.user_banner_bg {
    position: relative;
    min-height: 980px;
    height: 100%;
}

.sign-banner-txt .checkbox-btn .checkmark {
    top: 6px;
    height: 18px;
    width: 18px;
    margin-top: 0;
    border-color: transparent;
}

.sign-banner-txt .checkbox-btn .container:hover input~.checkmark {
    background-color: #fff;
    border-color: transparent;
}

.sign-banner-txt .checkbox-btn .container .checkmark:after {
    left: 5px;
    top: 0px;
}

.user_banner.banner {
    max-width: unset;
    float: none;
    position: unset;
    margin-bottom: 20px;
}

.user_banner.banner img.img-fluid {
    height: 100%;
    object-fit: cover;
}

.user-footer .footer-txt {
    height: auto;
}


/* .user_banner .banner-wrapper{
    position: unset;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat; background-size: cover;
    background-position: center;
} */

.sign-banner-txt .btn-submit {
    cursor: pointer;
}

.sign-banner-txt .btn-submit:disabled {
    opacity: 0.7;
    pointer-events: none;
    background-color: #fff;
    color: #000;
}


/* ------- new simualtion report css ------- */

.pdf_charts {
    padding-left: 30px;
}

.matrix-tbl tbody td:first-child {
    max-width: 40px;
    padding: 5px 7px;
    line-height: normal;
    word-break: break-word;
}

.header-wrapper {
    margin-top: 0px;
}

header .logo {
    padding: 20px 0px;
}
.user-footer img{
    position: unset;
    margin-top: 0;
    max-width: unset; width: auto;
}