h1,
h2,
h3,
h4,
h5 {
    font-family: "nunitobold", "Open Sans", Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, -apple-system, BlinkMacSystemFont;
    font-weight: 500;
    color: #171C26;
}

p,
li,
body,
.btn,
button,
.nav.nav-lined li a,
.form-default .bmd-form-group .bmd-label-static,
.form-default label,
.form-default .control-label,
.modal-dialog .modal-footer .btn,
.note-title p,
.main-label,
label.main-label,
.input-optional,
.radio-custom .radio-btn input+label:hover,
strong,
.mid-right .card-title a,
.side-sub-nav li a,
.coach-client .card-title a,
.title-lined h4,
.top-client .client-text h5,
.modal-body .session-list.feedback .session-text h4,
.table thead th,
.table tbody>td,
.table td {
    font-family: "nunitoregular", "Open Sans", Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, -apple-system, BlinkMacSystemFont;
}

.media-card .card-middle .article-author h4 {
    font-family: "nunitoregular", "Open Sans", Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, -apple-system, BlinkMacSystemFont;
}

.preloader {
    opacity: 0.8;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
}

.vueloader {
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
}

.tox-notifications-container {
    display: none !important;
}

.badge {
    margin: 0 8px 10px 0;
    color: #FFF !important;
}

.badge-unscheduled {
    background-color: #ffc107 !important;
}

.badge-completed {
    background-color: #63ed7a !important;
}

.badge-scheduled {
    background-color: #3abaf4 !important;
}

.badge-cancelled {
    background-color: #fc544b !important;
}

.source-item .card .card-thumb img {
    max-height: 154px;
}

.inner-title .title-info.client-page {
    flex: 0 0 80%;
}

.category-link {
    color: #c12736;
    font-weight: bolder;
}

.article-detail ul {
    list-style-type: disc;
    /* text-indent:2rem; */
}

.client-sidebar .list-unstyled li p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-left: 8px;
}

.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
    font-weight: bold;
    font-family: "Open Sans", Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, -apple-system, BlinkMacSystemFont;
}


/* resize inspect */

.side-nav.resizing .left-link {
    width: 24px;
    height: 24px;
}

.side-nav.resizing .side-profile {
    padding: 8px;
}

.side-nav.resizing .side-profile img {
    width: 36px;
    height: 36px;
}


/* end resize inspect */

.table tbody,
p {
    font-size: 16px;
    line-height: 25px;
}

.btn.btn-clean.in-table,
.dropdown-menu .dropdown-item,
.dropdown-menu li>a,
.card-item .dropdown-menu .dropdown-item,
.card-item .dropdown-menu li>a {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.4;
}

.inline-icon.small-text p {
    font-size: 14px !important;
}

.dashboard-content.mobile .content {
    padding-top: 0;
}

.download-image {
    cursor: pointer;
}

.img-fluid {
    margin: 0 auto;
}

.hide {
    display: none;
}

.high-priority-badge {
    background-color: #fc544b !important;
    color: #FFF !important;
}

.medium-priority-badge {
    background-color: #ffc107 !important;
    color: #FFF !important;
}

.low-priority-badge {
    background-color: #3abaf4 !important;
    color: #FFF !important;
}

.w400 {
    width: 400px;
}

.w200 {
    width: 200px;
}

.side-content.login:before {
    opacity: 0.4;
}

.auth-box {
    width: 85%;
}

.btn-sign {
    font-size: 18px !important;
    background: #00CDFF !important;
    color: #fff !important;
    border: 1px solid #00CDFF !important;
    padding: 14px 48px !important;
    border-radius: 20px !important;
}

.side-text {
    width: 100%;
}

@media (max-width: 414px) {
    .faq-wrap .grid-card.for-three .card {
        width: 100%;
    }
}

.w100 {
    width: 100px !important;
}

.media-card p {
    word-break: break-word;
}

.medal-icon {
    width: 35px;
    height: auto;
    margin: 0 auto;
}

.side-info div.status {
    text-align: center;
}

.small-tab .list-title h4 {
    height: 24px;
}

.small-tab .list-title h4 {
    width: 60%;
}

.note-title h3 {
    height: 42px;
}

.side-entry.profile li a {
    padding: 5px 24px;
}

.submission-page .container {
    position: relative;
    margin-bottom: 20px;
}

.submission-page .wrapper-text {
    position: absolute;
    bottom: 20px;
    right: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding-left: 13px;
    padding-right: 20px;
    width: 90%;
}

.submission-page h3.main-title {
    color: #FFF !important;
}

.btn-submission {
    background: #3abaf4 !important;
    color: #fff !important;
    border: 1px solid #3abaf4 !important;
    padding: 8px 24px;
}

.submission-page blockquote {
    margin-left: 20px;
}

@media only screen and (max-width: 720px) {
    .submission-page .wrapper-text h3 {
        font-size: 4vw;
    }
    .submission-page .wrapper-text p {
        font-size: 2vw;
        line-height: 18px;
    }
    .submission-page .wrapper-text {
        position: absolute;
        bottom: 20px;
        right: 15px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding-left: 13px;
        padding-right: 20px;
        width: 90%;
    }
    .submission-page.feedback-box h3.main-title.mt-16 {
        margin-top: 2vw;
    }
    .submission-page.feedback-box h3 {
        margin: 0;
    }
}

.top-info .button-group .btn {
    padding: 8px 18px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.6rem + 10px);
}

.list-box .list-text p {
    font-size: 14px;
}

.file-input-avatar::-webkit-file-upload-button {
    visibility: hidden;
    margin-left: -80px;
}
.file-input-avatar[type=file], .file-input-cover[type=file] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input-avatar::before {
    content: 'Select Photo';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.file-input-avatar:hover::before {
    border-color: black;
}

.file-input-avatar:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


/* update on standar resolution */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .side-info h3 {
        font-size: 16px;
        color: #be1e2d;
        text-align: center;
        display: block;
        padding: 28px 24px 0;
    }
    .side-badge {
        padding: 4px 22px;
    }
    .side-entry.profile .title-lined {
        padding: 0px 24px 0;
    }
    .side-person .side-top-image {
        height: 120px;
        position: relative;
        z-index: 0;
    }
    .side-person .side-photo {
        background: rgba(255, 255, 255, 0.35);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        padding: 3px;
        position: absolute;
        bottom: -48px;
        left: 0;
        right: 0;
        margin: auto;
        overflow: hidden;
    }
    .dashboard-side .side-profile img {
        width: 35px;
        height: 35px;
    }
}

ul.important-list {
    list-style: circle !important;
    margin-left: 35px !important;
}


/*infinite scroll*/

.infinite-content ul.pagination {
    display: none;
}

.infinite-content .jscroll-inner,
.infinite-content .jscroll-added {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
}

.jscroll-loading {
    width: 100%;
    display: block;
    text-align: center;
}

.jscroll-loading img {
    display: inline-block;
    width: 120px;
}


/*end infinite scroll*/


/*content page*/

.card-title .card-item.dropdown {
    position: absolute;
    right: 0;
    z-index: 1;
    font-family: system-ui, sans-serif;
}

.card-title .card-item.dropdown i {
    color: #be1e2d;
}

.card-title .card-item.dropdown .dropdown-menu i {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    color: #3A7CC1;
}


/*end content page*/


/* image preview*/

.image-preview {
    width: 250px;
    height: 250px;
    border: 2px dashed #ddd;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
}

.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 150px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.social-media-share {
    margin-top: 15px;
    text-align: center;
}

.social-media-share a.link-share {
    margin-right: 22px !important;
}


/* end image preview*/

.button-form .btn.btn-warning,
.button-form .btn.btn-danger {
    padding: 14px 36px;
    margin-right: 16px;
}

#myClient_wrapper .dataTables_filter,
#agendaTable2_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
    display: none;
}

.side-scroll {
    max-height: 200px;
    height: calc(100vh - 540px);
}

.vise-messages .list-messages-category .badge {
    margin: 0;
}

.vise-messages .messages-preview-item.active {
    background: #F1F1F7;
}

.vise-messages .alert {
    width: 90%;
}

.vise-messages .messages-preview {
    max-height: 700px;
    height: calc(100vh - 200px);
}

.side-content.hbh:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .85;
    position: absolute;
    z-index: -1;
    background: transparent;
}

.has-error input {
    border: 1px solid #be1e2e !important;
}

.has-error span.label-danger {
    color: #be1e2e !important;
}

.notif-box .notif-list {
    padding: 16px 25px;
}

.list-item.has-four {
    justify-content: space-between;
    flex-flow: row wrap;
}

.list-item.has-four>.item {
    width: calc(100% / 4 - 8px);
}

.blue-gradient {
    background-image: linear-gradient(134deg, #3bbaf4 0%, #72c6e8 100%);
    box-shadow: 0 20px 40px 10px rgba(224, 224, 224, 0.2);
}

.item.blue-gradient {
    border-radius: 8px;
    color: #fff;
    box-shadow: 0px 15px 75px rgba(139, 140, 185, 0.118178);
}

.article-detail figure img {
    height: auto !important;
}

.list-item .short-text p {
    max-height: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.media-card .article-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

figure audio {
    width: 100%;
}

.flex75p {
    flex: 0 0 75% !important;
}

.top-stats .numeric {
    font-size: 35px !important;
}

.w80 {
    width: 80px;
}

.mb30 {
    margin-bottom: 30px;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.postEventRegistration {
    margin: 24px !important;
}

.bullet-point {
    margin-left: 20px;
    list-style: disc;
}

.mt-30 {
    margin-top: 30px;
}

.specialization-form .select2,
.specialization-form .select2-search__field,
.w100p .select2,
.w100p .select2-search__field {
    width: 100% !important;
}

.wflex30p {
    flex: 0 0 30% !important;
}

.w100p {
    width: 100% !important;
}
.center-position{
    text-align: center;
}

.auth-box.for-login .auth-title h3, .form-default label, .form-default .control-label{
    font-weight: 500;
}

.w30p{
    width: 30% !important;
}


.form-check .form-check-sign .check{
    border: 2px solid #909090;
}

.notify-has-thumbnail .notif-title{
    font-weight: 500;
}
.scheduled-badge{
    background: #45a1fe;
}
.completed-badge{
    background:#30b898;
}
.unscheduled-badge{
    background: #fdc148;
}


.scheduled-text{
    color: #45a1fe;
}
.completed-text{
    color:#30b898;
}

.unscheduled-text{
    color:#fdc148;
}


.coach-media .list-thumb img{
    min-height: 190px;
}
.progress-card img{
    height: 190px;
}

.feedback-rate i{
    color:orange;
}
.uppercase{
    text-transform: uppercase !important;
}
.rating {
    color: orange !important;
}
.coach-media .card{
    margin-bottom: 15px;
}
.bmd-form-group .form-control, .bmd-form-group label, .bmd-form-group input::placeholder{
    line-height: normal !important;
}
.content-option .side-option .side-sub.side-overview .side-entry .inline-icon p{
    font-weight: 400;
}

.btn-success{
    text-transform: capitalize;
    background: #4bb04f;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #4bb04f;
    padding: 14px 28px;
    font-weight: 500;
}

.f18p{
    font-size: 18px;
}
.note-side{
    width: 28%;
}
.note-text{
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.engagement-card .mid-card .badge{
    margin: 0;
}
.engagement-card .mid-card .badge.badge-success {
    background: #30b898;
    border: 1px solid #30b898;
    color: #fff;
}
.engagement-card .mid-card .badge.badge-danger {
    background: #f4565e;
    border: 1px solid #f4565e;
    color: #fff;
}
.engagement-card .mid-card .badge.badge-warning {
    background: #ffd136;
    border: 1px solid #ffd136;
    color: #fff;
}
.custom-radio-box .radio-group{
    text-align: center;
}
.custom-radio-box .radio-custom-input {
    display: none;
}
.apointment-detail .badge{
    margin: 0;
}

.preview-contract{
    height:440px;
    padding:10px;
    overflow-y:auto;
}

.preview-contract .box-document{
    border:1px solid #000;
    padding:15px;
}

.modal-body .box-document p{
    font-size: 14px!important;
}
.client-overview.overview .notes-card .session-date-time{
    min-width: 95px;
}
.client-overview.overview .notes-card .session-info{
    min-width: 77px;
}
.client-overview .session-card .session-date-time{
    min-width: 340px;
}
.modal .form-group .upload{
    opacity: 1;
    position: relative;
    z-index: 1;
}
.p10{
    padding:10px !important;
}

i.old-icon.icon:before {
    font-family: icon !important;
}
.article-read-info .info-person .coach-link {
    margin-bottom: 0;
    font-weight: 600;
    color: #f4565e;
    font-size: 16px;
    line-height: 1.6;
    font-family: "nunitoregular", "Open Sans", Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, -apple-system, BlinkMacSystemFont;
}
.form-group .form-control{
    line-height: normal;
}
.theme-krajee-svg.rating-xl .krajee-icon, .theme-krajee-svg.rating-xl .krajee-icon-clear{
    width: 2.5rem !important;
    height: 2.5rem !important;
}
.theme-krajee-svg.rating-container .star{
    margin: 0 10px;
}
.theme-krajee-svg .caption{
    display: none !important;
}
.star-caption-group{
    width: 100%;
}
.star-caption-group .star-caption{
    width: 400px;
    display: table-cell;
    text-align: center;
    padding-top: 15px;
    font-weight: 500;
}
.table-datatable-ajax{
    position: relative;
}
.button-form .btn.btn-default.btn-cancel{
    background: transparent;
    color: #909090;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 14px 36px;
    margin-right: 16px;
}
.button-form .btn.btn-default.btn-cancel:hover {
    background: transparent;
    color: #1a89fd;
    border: 1px solid transparent;
}
.w-100{
    width: 100%;
}
.btn.btn-plus{
    min-width: 0px !important;
    padding: 8px !important;
    height: 44px;
    line-height: 32px;
}
.teams-wrapper{
    margin-bottom: 16px;
}
.form-wizard-stepper{
    padding: 12px;
    font-size: 18px;
    color: #f4565e;
}
.form-wizard-stepper li{
    float: left;
    padding: 10px 8px;
}
.form-wizard-stepper li:not(:last-child):after{
    font-size: 18px;
    content: '>';
    color: #6e6b7b;
    padding: 0 0 0 10px;
}
/*.form-wizard-stepper li.line{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.87);
}*/
.form-wizard-stepper li.active h3{
    font-size: 18px;
    color: #f4565e;
}
.form-wizard-stepper li h3{
    font-size: 18px;
    color: #6e6b7b;
}

.ideation-form .wizardForm ul{
    list-style-type: disc !important;
    padding-left: 40px;
}

ul.tab-coaching-session .nav-item a{
    color:#555 !important;
}

ul.tab-coaching-session .nav-item a.active{
    color:#f4565e !important;
}

span.label-statement{
    /* margin-top:4px; */
    position:relative !important;
    display:inherit !important;
    margin-top:4px;

}

.bg-blue{
    background: #1a89fd !important;
    color:#fff !important;
}
.form-check .form-check-label span{
    display: block;
    position: absolute;
    left: -1px;
    top: -2px;
    transition-duration: 0.2s;
}

.wizardForm div.text-muted{
    border: 1px solid #6c757d;
    padding: 15px;
    margin: 10px;
}
.wizardForm div.bmd-form-group .tox-tinymce{
    margin-top:25px;
}
.card-entry.ideation-card .card{
    width: 100%;
}

.float-right{
    float: right;
}
.card .card-footer{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.img-circle{
    border-radius: 50%;
}

.card-notes .card-board {
    width: calc(100% / 3 - 24px) !important;
}
.pink-text{
    color: #f4565e !important;
}
.mw-120{
    min-width: 120px;
}

strong{
    font-family: nunitobold;
}

/* start CSS for thread */
.thread .avatar {
    white-space: nowrap;
    background-color: #C3C3C3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    max-width: 50px !important;
    max-height: 50px !important;
}
.thread .avatar img {
    border-radius: 50%;
}
.thread .text-muted {
    color: #b9b9c3 !important;
}
.thread .align-items-start {
    align-items: flex-start !important;
}
.thread .justify-content-between {
    justify-content: space-between !important;
}
.thread .flex-wrap {
    flex-wrap: wrap !important;
}
.thread .avatar-group {
    display: flex;
    justify-content: flex-start;
}
.thread .avatar-group .avatar:not(:first-child) {
    margin-left: -0.55rem;
}
.thread .form-group input[type=file]{
    position: relative !important;
    opacity: 1;
    z-index: 1;
}
.thread textarea{
    display: block;
    width: 100%;
    height: 2.714rem;
    padding: 0.438rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* end CSS for thread */

.text-red{
    color: #f4565e;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    font-family: "nunitobold", "Open Sans", Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, -apple-system, BlinkMacSystemFont;
    text-transform: none !important;
}

.side-label .left-field .control-label{
    text-transform: none;
}
.w50p {
    width: 50%;
}


.myaccordion {
    max-width: 100%;
    /* margin: 50px auto; */
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }

  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
    border: none;
  }

  .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
  }

  .myaccordion .fa-stack {
    font-size: 18px;
  }

  .myaccordion .btn {
    width: 100%;
    font-weight: bold;
  }

  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }

  .myaccordion li + li {
    margin-top: 10px;
  }
  .card .card-header:not([class*="header-"]){
      box-shadow: none!important;
  }
  .no-background{
      background: transparent !important;
  }

  .round-img{
      border-radius: 50%;
  }
  .nav-pills .nav-item .nav-link.active h5{
      color: #fff;
  }


  .page-tab .nav-tabs .nav-item .nav-link{
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s background-color 0.2s;
    color: #34495e;
    font-size: 16px;
  }
  .page-tab .nav-tabs .nav-item .nav-link.active{
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s background-color 0.2s;
    color: #f4565e;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #f4565e !important;
  }

  .page-tab .nav-tabs .nav-item.disabled .nav-link, .nav-tabs .nav-item.disabled .nav-link, .nav-tabs .nav-item.disabled .nav-link, .nav-tabs .nav-item.disabled .nav-link{
        color:#6c757d;
    }

  ul.with-list-style{
      list-style-type: disc !important;
      color: #909090;
  }
  ul.with-list-style li{
      margin-left: 20px;
      font-size: 15px;
  }

  .font-bold{
      font-weight: 600 !important;
      font-size: 16px !important;
  }

  .side-label .left-field p{
      font-size: 14px;
  }

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

.side-nav .left-nav{
    overflow: unset !important;
}

video {
    width: 100%;
    max-height: 100%;
}


.side-option .side-overview .side-entry .inline-icon{
    overflow: hidden;
}
.modal-full-width{
    width: 100% !important;
    max-width: none;
}
.section-option .btn.btn-warning{
    padding: 14px 28px;
    font-weight: 500;
}
.bootstrap-tagsinput{
    border-radius: 2px;
    padding: 12px 16px;
}
.section-option .btn.btn-form{
    padding: 14px 28px;
    font-weight: 500;
}

.new-article ul li{
    margin-left: 40px;
}

.progress {
    height: 20px;
    border-radius: 5px;
}
.bootstrap-tagsinput .badge{
    text-transform: none;
}

.assessment-result p, .assessment-result .card ul li, .assessment-result .card ol li{
    font-size: 16px !important;
    line-height: 30px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.plan-statistics h6{
    font-size: 16px !important;
}


/* CSS for coachee detail page */
.container-xxl{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    /* max-width: 1440px; */
}
.user-card .user-info-title {
    min-width: 100px;
  }

  @media (min-width: 1200px) {
    .light-style .user-card .border-container-lg {
      border-right: 1px solid #dbdade;
    }
    .light-style[dir=rtl] .user-card .border-container-lg {
      border-right: 0;
      border-left: 1px solid #dbdade;
    }
  }
  @media (max-width: 1199.98px) {
    .light-style .user-card .border-container-lg {
      padding-bottom: 1rem;
    }
  }
  @media (min-width: 576px) {
    .light-style .user-card .border-container {
      border-right: 1px solid #dbdade;
    }
    .light-style .timeline .break-text {
      width: calc(100% - 90px);
    }
    .light-style[dir=rtl] .user-card .border-container {
      border-right: 0;
      border-left: 1px solid #dbdade;
    }
  }

  @media (min-width: 992px) {
    .dark-style .user-card .border-container-lg {
      border-right: 1px solid #434968;
    }
    .dark-style[dir=rtl] .user-card .border-container-lg {
      border-right: 0;
      border-left: 1px solid #434968;
    }
  }
  @media (min-width: 576px) {
    .dark-style .user-card .border-container {
      border-right: 1px solid #434968;
    }
    .dark-style .timeline .break-text {
      width: calc(100% - 90px);
    }
    .dark-style[dir=rtl] .user-card .border-container {
      border-right: 0;
      border-left: 1px solid #434968;
    }
  }

  .box-shadow-default {
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.bdr1{
    border: 1px solid #E9E9E9;
}

.bg-grey{
    background-color: #f0f0f0;
}

.document-contract ul{
    list-style: disc;
}
.content-contract ul li, .content-contract ol li, .form-coaching-service ol li, .form-coaching-service ul li, .form-coaching-service .bmd-form-group .bmd-label-static, .form-coaching-service .form-default label{
    font-size: 16px !important;
}

.form-coaching-service .bmd-form-group .bmd-label-static{
    font-weight: bold;
}

.assessment-form .radio label{
    display: inline;
}