html, body {
    color: #3B4043;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #F9F9F9;
}

.tox-statusbar__branding {
    display: none !important;
}

ul, ol, li {
    list-style: none;
    margin-bottom: 0;
}

a {
    color: #3B4043;
}

.wrapper {
    padding: 0 80px 20px 80px;

}

a:hover {
    color: #3B4043;
    text-decoration: none;
}

/* Style header */
.header-navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.header-navbar .navbar-brand img {
    margin-right: 14px;
}

.header-navbar .navbar-brand .logo-text {
    display: flex;
    flex-direction: column;
}

.header-navbar .navbar-brand .logo-text span {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #898989;
}

.header-navbar .navbar-brand .logo-text .top {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    margin-bottom: 9px;
}

.header-navbar .navbar-menu {
    display: flex;
    align-items: center;
}

.header-navbar .navbar-menu .navbar-nav {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.header-no-sidebar .navbar-menu .navbar-nav {
    padding-right: 12px;
    gap: 20px;
}

.header-navbar .navbar-menu .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.header-navbar .navbar-menu .auth-info ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
}

.header-navbar .navbar-menu .auth-info .btn-login {
    border: 2px solid #CDD6DD;
    color: #004BB1;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    border-radius: 24px;
    margin-right: 15px;
    width: 127px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-navbar .navbar-menu .auth-info .switch-page {
    border: 1px solid #98A6B5;
    color: #3B4043;
    background: #F0F3F5;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 7.5px 12.5px 6.5px 12.5px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header {
    -webkit-box-shadow: 0 0 10px 0 rgb(53 53 52 / 16%);
    box-shadow: 0 0 10px 0 rgb(53 53 52 / 16%);
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1052;
    display: none;
    height: 80px;
}

.modal.setting,
.modal.modal-plan,
.modal#modal-cancel,
.modal#confirmModal,
.modal#modal-confirm-leave,
.modal#modal-confirm-delete,
.modal#modal-setting-schedule,
.modal#modal-confirm-upload-video,
.modal#modal-confirm-change-screen {
    z-index: 1053;
}

.header-navbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 6px;
    padding-left: 70px;
    padding-right: 120px;
    margin: 0 auto;
    width: 100%;
}

.header-not-logged .header-navbar {
    max-width: 1480px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    padding: 0;
    list-style: none;
}

.nav-item {
    display: inline-block;
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

.logo {
    display: flex;
    justify-content: stretch;
    justify-items: center;
    align-items: center;
    height: 63px;
}

.logo__text {
    margin-left: 15px;
}

.logo__text--bold {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 9px 0;
}

.logo__text--dark {
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    color: #C7C7C7;
    margin: 0;
}

.nav-item {
    position: relative;
}


.navbar-content .nav-item {
    background-repeat: no-repeat;
    background-position: left;
}

.nav-item.active .nav-link {
    opacity: 0.5;
}

.nav-item .nav-link {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
}

.navbar-content {
    line-height: 24px;
}

.nav-item--highlight .nav-link {
    color: #1A2669;
    text-decoration: underline #1A2669;
    font-weight: 300;
}

.nav-item--opacity-50:hover .nav-link {
    opacity: 0.5;
}

.nav-item--highlight:hover:after {
    content: none;
}

.content-menu-mobi {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}


.navbar-nav-sub {
    width: 100%;
    justify-content: end;
    display: flex;
    line-height: 20px;
    margin: 0 auto;
}

.navbar-nav-sub .nav-item-sub:not(:first-child) {
    margin-left: 45px;
    background-image: url(./../images/arrow-right-v3.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 17px;

}

.link-sub {
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    font-weight: 500;
}

.active.link-sub {
    color: #1A2669;
}

.link-sub:hover {
    color: #8C8C8C;
}

.link-my-page {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
}

.menu-mobi-consultant {
 display: none;
}

.content-right-header {
    display: none;
}

.header-navbar-sub {
    padding: 5px 120px 7px 70px;
    background-color: #F4F4F4;
}

header .btn-header-login {
    height: 40px;
    padding: 0 24px;
    white-space: nowrap;
    margin-right: 8px;
}

header .btn-header-login:hover {
    padding: 0 24px;

}

.btn-header-login span {
    margin-right: 12px;
}

header .btn-header-register {
    padding: 0 12px;
    white-space: nowrap;
    height: 40px;
}

header .btn-header-register:hover {
    padding: 0 12px;
}

.btn-header-register span {
    margin-right: 12px;
}

/* End Style header */

/* Style footer */
.page-content-footer {
    max-width: 1320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    width: 100%;
}

.footer {
    background-color: #333333;
    color: #ffffff;
}

.footer-info__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.footer-info__logo-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    margin-bottom: 24px;
}

.footer-info__text {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: 24px;
}

.footer-info__text--inline {
    display: inline-block;
    margin-right: 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-action {
    display: flex;
    gap: 60px;
}

.footer-action__list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    gap: 24px;
}

.action-list__item {
    display: inline-block;
}

.footer-action__list .action-list__item:first-child {
    padding-left: 0;
}

.footer-action__list .action-list__item:last-child {
    padding-right: 0;
    border: none;
}

.action-list__item--link {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.footer-separate-vertical {
    border-left: 1px solid #d0d0d0;
}

.footer-action-login__list {
    padding: 0;
    list-style: none;
    margin-top: 13px;
    text-align: right;
}

.action-login-list__item {
    display: inline-block;
    padding-left: 20px;
}

.footer .action-login-list__item {
    padding-left: 91px;
}

.action-login-list__item--link {
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    background-image: url("./../images/icons/icon_link.png");
    background-position: right;
    background-repeat: no-repeat;
}

.copyright {
    margin-top: 62px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.footer a:hover {
    color: #ffffff;
}

.footer.login {
    position: relative;

    padding: 40px 20px 24px 20px;
}

.footer-to-client{
    height: 38px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    padding-left: 24px;
    padding-right: 24px;
}

.footer-to-client .link-sub {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}



.footer-to-my-page {
    position: absolute;
    right: 69px;
    bottom: 72px;
}

.footer-sidebar {
    z-index: 999;
}

.footer-info__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
}

.footer-info__text.info-text_address {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.info-text_address span:nth-child(1) {
    padding-right: 15px;
}

.content-menu-mobi .info-text_address span:nth-child(3) {
    display: block;
    margin-top: 9px;
}

.footer.non-login {
    margin-left: 0;
}

.footer-no-sidebar .page-content-footer {
    max-width: 1780px;
}

.footer-sidebar.non-login .page-content-footer {
    max-width: 1220px;
}

/* End style footer */

.sidebar .sidebar-menu {
    margin-bottom: 30px;
    background: #1A2669;
    height: 100%;
    max-width: 360px;
    width: 100%;
}

.menu-title {
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 40px 40px 40px 70px;
    margin-bottom: 0;
}

.sidebar .sidebar-menu ul {
    padding-left: 0;
    margin-left: 70px;
}

.sidebar .sidebar-menu ul li {
    margin-bottom: 12px;
}

.wrap-block {
    display: flex;
}

.block-left {
    background: #1A2669;
}

.block-right {
    width: 100%;
    max-width: calc(100% - 320px);
}

.sidebar-menu ul {
    margin-top: 40px;
    margin-left: 70px;
    padding-left: 0;
}
.sidebar-menu ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.sidebar-menu ul li {
    padding: 14px;
}

.sidebar .banner_ad {
    font-size: 24px;
    line-height: 48px;
    border: 1px solid #98A6B5;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #F0F3F5;
}

.sidebar .banner_ad.ad_top {
    height: 320px;
}

.sidebar .banner_ad.ad_center, .sidebar .banner_ad.ad_bottom {
    height: 100px;
    margin-top: 22px;
}

.btn-short-back,
.btn-long-back,
.btn-list-back,
.btn-close,
.btn-short-next,
.btn-long-next,
.btn-consult,
.btn-finish,
.btn-file,
.btn-chat {
    border: solid 2px #1A2669;
    background: #FFFFFF;
    border-radius: 24px;
    font-weight: bold;
    color: #1A2669;
    line-height: 30px;
    height: 48px;
    font-size: 16px;
}

.btn-short-back {
    width: 223px;
}

.btn-long-back {
    width: 493px;
}

.btn-list-back {
    width: 335px;
    font-size: 18px;
}

.btn-close,
.btn-chat {
    width: 182px;
    height: 37px;
    font-size: 14px;
}

.btn-short-next,
.btn-long-next,
.btn-consult,
.btn-finish,
.btn-file {
    width: 223px;
    background: #1A2669;
    color: #FFFFFF;
    border: #1A2669;
}

.btn-long-next {
    width: 493px;
}

.btn-consult {
    width: 335px;
    height: 48px;
    font-size: 18px;
}

.btn-finish {
    width: 335px;
    font-size: 18px;
}

.btn-file {
    font-size: 14px;
    width: 130px;
    height: 31px;
}

.btn-chat {
    background-color: #1A2669;
    border: #1A2669;
    color: #FFFFFF;
}

.btn-gray {
    width: 104px;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    border: solid 1px #CDD6DD;
    border-radius: 15px;
    background-color: #F0F3F5;
    color: #3B4043;
    line-height: 24px;
}

.form-input {
    height: 52px;
    border-radius: 4px;
    padding: 16px;
    border: solid 1px #8f8f8f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.form-input::placeholder, .form-input-radius::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #C7C7C7;
}

.form-input-gray {
    background-color: #F5F5F5;
    border: 1px solid transparent;
}

.form-input-radius {
    border-radius: 24px;
    height: 48px;
    outline: none;
    background-color: #F5F5F5;
    padding: 16px 32px;
    border: 1px solid transparent;
}

.form-input-radius:focus {
    border: 1px solid #1A2669;
    box-shadow: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea {
    outline: none;
    box-shadow: none;
}

.form-select {
    height: 50px;
    padding: 13px 32px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 16px;
    border: 1px solid #8F8F8F;
    background: url(../images/arrow.svg) no-repeat right 22px center;
    border-radius: 4px;
}

.form-textarea {
    height: 140px !important;
    padding: 13px 32px;
    border: 1px solid #8F8F8F;
    resize: none;
    border-radius: 0;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
    border: solid 1px #1a2669;
}

.main .top-nav {
    padding: 40px 80px 8px 80px;
}


.breadcrumb {
    background-color: #F9F9F9;
    margin-bottom: 0;
    line-height: 20px;
    padding: 0;
    row-gap: 8px;
}

.breadcrumb li a {
    text-decoration: underline;
}

.breadcrumb li a,
.breadcrumb-item.active {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #333333;
    content: ">";
}

.wrap-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main {
    min-height: 950px;
}

.icon-arrow-btn {
    position: absolute;
    right: 14px;
    bottom: 50%;
    transform: translateY(50%);
}

.btn-small {
    width: 102px;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    background-color: #1A2669;
    border: none;
    color: #FFFFFF;
}

.btn-small2 {
    width: 102px;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 24px;
    background-color: #FFFFFF;
    border: 2px solid #1A2669;
    color: #1A2669;
}

.btn-medium {
    width: 232px;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    background-color: #1A2669;
    color: #FFFFFF;
    border: none;
}

.btn-medium:disabled {
    background-color: #EEEEEE;
    color: #C7C7C7;
}

.btn-medium2 {
    width: 232px;
    height: 48px;
    border-radius: 26px;
    background-color: #FFFF;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    color: #1A2669;
    border: 2px solid #1A2669;
}

.btn-medium2:disabled {
    color: #C7C7C7;
    border: 2px solid #C7C7C7;
    background-color: #FFFF;
}

.btn-large {
    width: 405px;
    height: 74px;
    border-radius: 37px;
    background-color: #1A2669;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    color: #FFFFFF;
    position: relative;
    border: none;
}

.btn-large:disabled {
    color: #C7C7C7;
    background-color: #EEEEEE;
}

/*=======================================================*/
/* STYLE DROPDOWN STEPS                                  */
/*=======================================================*/
.dropdown-status-consultant-settings-wrap {
    padding-left: 126px;
}

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

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

.dropdown-status-consultant-settings .dropdown-content .button-settings {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color:white;
    border:0px;
    width: 100%;
}

.dropdown-status-consultant-settings .dropdown-content .button-settings:hover {
    background-color: #f1f1f1
}

.dropdown-status-consultant-settings .dropdown-content .status-active {
    background-color: #f1f1f1
}

.dropdown-status-consultant-settings:hover .dropdown-content {
    display: block;
}

/*=======================================================*/
/* STYLE PROCESS STEPS                                   */
/*=======================================================*/
.process-steps__bar {
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process__list {
    display: flex;
    width: 100%;
    padding: 0;
}

.process__item {
    width: calc(100% / 3);
    background: #F0F3F5;
    height: 10px;
    position: relative;
}

.process__item--feature:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3B4043;
    top: 3px;
    right: 3px;
}

.process__list .process__item:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.process__list .process__item:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.process__item--doing, .process__item--done {
    background: #004BB1;
}

.process__item--doing:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #004BB1;
    top: -3px;
    right: -3px;
    z-index: 99;
}

.process__item--doing:after, .process__item--done:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
    top: 3px;
    right: 3px;
}

.process-label__list {
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: 7px;
}

.process-label__item {
    width: calc(100% / 3);
    text-align: center;
    font-size: 14px;
    color: #707F89;
    line-height: 20px;
}

.process-label__item--doing {
    color: #004BB1;
    font-weight: bold;
}

/*=======================================================*/
/* STYLE PAGINATION                                      */
/*=======================================================*/

.page-item .page-link {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #333333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
}

.page-item.active .page-link {
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
}

.page-item.sp {
    display: none;
    align-items: center;
    height: 30px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 4px;
}

.page-item.sp input {
    height: 100%;
    max-width: 30px;
    margin-right: 8px;
    border-radius: 4px;
    padding-left: 6px;
    border: 1px solid #8F8F8F;
}

.disabled .page-link {
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
}


.page-arrow-left img{
    transform: rotate(180deg);
}

.pagination {
    justify-content: center;
    gap: 4px;
}

.pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=======================================================*/
/* add link all screen                                */
/*=======================================================*/

.information-main, .list-achievements-main {
    position: relative;
}

a.link-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a.btn-block {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-pass-client {
    max-width: 493px;
    text-align: right;
    margin: 22px auto 0;
    width: 100%;
    display: block;
    text-decoration: underline;
}

.forgot-pass-client:hover {
    text-decoration: underline;
}

.sidebar .list-menu ul li a {
    padding-left: 26px;
}

.sidebar .list-menu ul li a:after {
    left: 6px;
}

/*=======================================================*/
/* add new template                                */
/*=======================================================*/

.wrap-nav {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgb(24 59 57 / 16%);
}

.sidenav {
    width: 100%;
    max-width: 360px;
    z-index: 1;
    background-color: #424242;
    overflow-x: hidden;
    padding: 60px 40px;
}

.sidenav.sidebar-not-pc {
    display: none;
}

.main {
    background: #F9F9F9;
    display: flex;
}

.main_no_sidebar {
    padding-top: 80px;
    min-height: calc(100vh - 196px);
}

.topnav {
    overflow: hidden;
    background-color: #FFFFFF;
    margin-left: 240px;
}

.header-navbar-logo {
    width: 290px;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.nav-left {
    width: 240px;
    float: left;
}

.nav-left p {
    margin: 0;
}

.fixed-top {
    position: fixed;
    z-index: 1038;
    right: 0;
    left: 0;
    top: 0;
}

.menu-title img {
    margin-right: 4px;
}

.header-title {
    margin-bottom: 0;
}

.sidebar-content ul {
    padding-left: 0;
}

.sidebar-content .sidebar-list-link {
    margin-top: 0;
}

.consultant-plan-using {
    background: white;
    color: #1A2669;
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    line-height: 32px;
    font-size: 12px;
}

.plan-label-menu {
    font-weight: bold;
    font-size: 16px;
    margin-left: 8px;
}

.consultant-plan-using.color-green,
.consultant-plan-using.color-blue,
.consultant-plan-using.color-sea-blue {
    color: #1A2669;
}

.color-blue {
    color: #5D9AB2;
}

.color-green {
    color: #1C8053;
}

.color-sea-blue {
    color: #365180;
}

.sidebar-content ul li {
    padding: 24px 0;
}

.sidebar-content ul li.active>a {
    color: #E70F0F !important;
}

.sidebar-content ul li a {
    color: #F8FBFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar-content ul li a img {
    margin-right: 24px;

}
.sidebar-content ul li.logout-menu,
.sidebar-content ul li.leave-guild-menu {
    padding: 12px 0;
}

.sidebar-content ul li.logout-menu {
    margin-top: 60px;
}

.sidebar-content ul li.logout-menu a,
.sidebar-content ul li.leave-guild-menu a {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    letter-spacing: 0.08em;

}

.sidebar-content ul
li.active a {
    color: #FFFFFF;
}

.header-title::before {
    content: '';
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0;
    margin-right: 8px;
    background: #1A2669;
    border-radius: 50%;
}

.sidebar-item-plan-user {
    padding-bottom: 18px;
}

.sidebar-item-plan-user .plan-label-menu.color-sea-blue {
    color: #5D9AB2;
}

.sidebar-list-link-item .message-not-read {
    position: absolute;
    top: 0;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E70F0F;
}

.sidebar-list-link-tree {
    display: none;
}

.sidebar-list-link-tree
.sidebar-list-link-item .icon {
    margin-right: 14.1px;
}

.sidebar-list-link-tree > :first-child {
    padding-top: 28px;
    padding-left: 22px;
}

.sidebar-list-link-tree > :last-child {
    padding-bottom: 0;
    padding-left: 22px;
}

.sidebar-content ul
li.active.treeview-active>a {
    color: #E70F0F !important;
}

/*================================================================== */
/* Start style loading - ajax
/*================================================================== */
.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid;
    position: absolute;
    left: calc(50% - 32px);
    top: 40%;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.2);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
/*================================================================== */
/* End style loading - ajax
/*================================================================== */

/* css style valiadtion error */
.invalid-feedback {
    font-size: 14px;
}

.fz-14 {
    font-size: 14px;
}
/* end css style valiadtion error */

.header__title {
    font-size: 32px;
    line-height: 40px;
    color: #181D39;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #C7C7C7;
}

.navbar-brand .logo-brand {
    max-width: 180px;
    max-height: 60px;
}

.menu-subtitle {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.menu-subtitle:hover {
    color: #FFFFFF;
}

a.display-dialog {
    cursor: pointer;
    color: #F8FBFF;
}

.btn-dialog-back {
    border: 2px solid #c7c7c7;
    color: #c7c7c7;
}

.btn-dialog-back:hover {
    border-color: #c7c7c7;
    color: #c7c7c7;
    background: #f5f5f5;
}

.btn-dialog-change-plan {
    background: #1a2469;
    color: #e4e4e6;
    font-weight: bold;
}

.btn-dialog-change-plan:hover {
    background: #2e3eab;
    color: #fafaff;
}

.custom-header-dialog {
    background: #1a2469;
}

.close.close-dialog, .close.close-dialog:hover {
    color: #ffffff;
}

.content-dialog-change-plan {
    font-size: 14px;
    font-weight: bold;
}

.page-link{
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #333333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.to-first-page a,
.to-last-page a {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #333333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.to-first-page.disabled a,
.to-last-page.disabled a {
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
}

.sidebar-content .consultant-status-sp {
    white-space: nowrap;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    margin-top: 32px;
}

.sidebar-content .consultant-status-sp::before {
    content: '';
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0;
    border-radius: 50%;
}

.sidebar-content .consultant-status-sp.status-active::before {
    background: #63C455;
}

.sidebar-content .consultant-status-sp.status-inactive::before {
    background: #808080;
}

.sidebar-content .consultant-status-sp.status-interviewing::before {
    background: #FF0000;
}

.form-status-consultant .button-settings.status-active {
    background: #1a2469;
    color: #ffff;
}

@media (max-width: 1900px) {
    .link-my-page {
        margin-right: 0;
    }
}

@media (max-width: 1690px) {

    .header-not-logged .header-navbar,
    .header-not-logged .header-navbar-sub
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1280px) {
    .content {
        -ms-flex: 0 0 71.169%;
        flex: 0 0 71.169%;
        max-width: 71.169%;
    }

    .sidebar {
        -ms-flex: 0 0 28.831%;
        flex: 0 0 28.831%;
        max-width: 28.831%;
    }

}

@media (max-width: 1240px) {
    .footer-sidebar .footer-info__title {
        font-size: 18px;
    }

    .footer-sidebar .info-text_address {
        display: flex;
        flex-wrap: wrap;
    }

    .copyright {
        font-size: 12px;
        white-space: nowrap;
    }

    .footer-sidebar .copyright {
        margin-right: 0;
    }

    .main .top-nav {
        padding: 20px;
    }

    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.sp-1024-block {
    display: none;
}

@media (max-width: 1180px) {
    .header-navbar-sub {
        padding-right: 70px;
    }

    .header-navbar {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* Response srcreen 1024 */
@media (max-width: 1024px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .header-navbar {
        padding: 0;
    }

    .color-blue {
        background-color: #5D9AB2;
    }

    .color-green {
        background-color: #1C8053;
    }

    .color-sea-blue {
        background-color: #365180;
    }

    .consultant-plan-using.color-green,
    .consultant-plan-using.color-blue,
    .consultant-plan-using.color-sea-blue {
        color: #FFFFFF;
    }

    .sp-1024-none {
        display: none;
    }

    .sp-1024-block {
        display: block;
    }

    .header-no-sidebar .menu-mobi-consultant {
        display: block;
    }

    .header-no-sidebar .menu-mobi-consultant .icon-close {
        display: none;
    }

    .header-no-sidebar .menu-mobi-consultant.menu-active .icon-close {
        display: block;
    }

    .header-no-sidebar .menu-mobi-consultant.menu-active .icon-list {
        display: none;
    }

    .btn-close-sidebar, .header-navbar-open-sidebar-sp  {
        cursor: pointer;
        display: flex;
    }

    .text-phrase {
        display: none;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
    }

    .header-no-sidebar .header-navbar-open-sidebar-sp {
        display: none;
    }

    .header-no-sidebar .logo-text {
        flex-direction: unset;
        align-items: center;
    }

    .main {
        margin: 80px 0 0 0;
        width: 100%;
    }

    .wrap-header {
        align-items: center;
    }

    .header-no-sidebar .wrap-header {
        justify-content: unset;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-brand .logo-brand {
        margin-right: 8px;
        max-width: 200px;
        min-height: 24px;
    }

    .header-navbar .navbar-brand .logo-text .top {
        margin: 0;
        font-size: 12px;
        line-height: 17px;
    }

    .sidenav {
        display: none;
        overflow: hidden;
        z-index: 100;
        position: absolute;
        padding: 0;
        max-width: 100%;
        background-color: #353534b5;
        height: 100%;
    }

    .sidebar-logo {
        display: none;
    }

    .sidebar-content .sidebar-list-link {
        margin-top: 0;
    }

    .wrap-sidebar {
        height: 100%;
        width: 360px;
        background-color: #424242;
        padding: 20px;
        position: absolute;
        right: 0;

    }

    .menu-title {
        background-color: #F8FBFF;
        padding: 40px 38px;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .menu-subtitle, .menu-subtitle:hover {
        color: #333333;
    }

    .consultant-plan-using {
        white-space: nowrap;
        font-size: 10px;
    }

    .consultant-plan-using .plan-label-menu {
        font-size: 12px;
        color: #FFFFFF;
    }

    .sidebar-content .sidebar-list-link-tree > :first-child {
        padding-top: 40px;
    }

    .sidebar-content .sidebar-list-link-tree > :last-child  {
        padding-bottom: 0;
    }

    .sidebar-content sidebar-list-link > :first-child {
        padding-top: 0;
    }

    .sidebar-list-link > :first-child {
        padding: 0 0 20px ;
    }

    .sidebar-content .sidebar-list-link
    .sidebar-list-link-item.active > :first-child {
        color: #FFFFFF;
    }

    .wrap-nav {
        box-shadow: 0 0 8px rgb(24 59 57 / 16%);
    }


    .wrapper {
        padding: 0 20px;
    }

    .btn-close-sidebar
    {
        right: 20px;
        top: 20px;
    }

    .header {
        padding: 12px 20px;
        z-index: 1052;
    }

    .content-menu-mobi {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }

    .menu-info {
        padding: 44px 0 20px;
    }

    .menu-info-non-login {
        padding: 46px 0 8px;
    }

    h3.menu-info__title {
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 9px;
    }

    h6.menu-info__text {
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        font-weight: 400;
        margin-bottom: 0;
    }

    .content-menu-mobi .info-text_address {
        margin-bottom: 9px;
    }

    .content-menu-mobi .copyright.non-login {
        margin-top: 0;
    }

    .menu-info__text--inline:nth-child(1) {
        padding-right: 35px;
    }

    .content-menu-mobi .copyright {
        margin: 44px 0 0 0;
        font-size: 10px;
        font-weight: 500;
    }

    .menu-action .action-list__item {
        padding: 16px 0 16px 20px !important;
    }

    .menu-action .action-list__item:after {
        content: unset;
    }

    .sidebar-content .sidebar-list-header-link {
        margin-top: 20px;
    }

    .sidebar-list-header-link::before {
        content: "";
        position: absolute;
        top: -20px;
        width: 70%;
        background: #C7C7C7;
        height: 1px;
        right: 35px;
    }


    /* style footer */
    .footer-info {
        width: 100%;
    }

    .footer-action-list .action-list-item {
        margin-bottom: 32px;
    }

    .footer-action-list {
        padding: 0;
    }

    .footer .action-login-list__item {
        padding-left: 20px;
    }

    /* end style footer */

    /* style menu sidebar mobi */
    .menu-mobi-consultant {
        white-space: nowrap;
        cursor: pointer;
    }

    .header-no-sidebar {
        justify-content: space-between;
        position: relative;
    }

    .lines {
        height: 2px;
        background: #1A2669;
        display: block;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms;
    }

    .line-1 {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        width: 20px;
    }

    .line-2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 16px;
    }

    .line-3 {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        width: 13px;
    }

    .menu-active .menu-open-button .line-1 {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    .menu-mobi-login .line-1,
    .menu-mobi-login .line-2,
    .menu-mobi-login .line-3 {
        width: 20px;
    }

    .menu-active .menu-open-button .line-3 {
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
        width: 20px;
    }

    .menu-active .menu-open-button .line-2 {
        width: 20px;
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
        width: 22px;
    }

    .close-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        font-size: 12px;
        line-height: 20px;
        color: #1A2669;
        padding-right: 25px;
        transition: 0.3s;
    }

    .menu-active .close-menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .menu-open-button {
        /*width: 22px;*/
        /*padding: 10px;*/
    }

    .menu-active .menu-open-button{
        padding: 0;
    }

    .content-menu-mobi.menu-active {
        transform: unset;
        opacity: 1;
        visibility: visible;
        overflow-y: scroll;
        height: 100%;
        top: 0;
        padding-top: 80px;
    }

    .content-menu-mobi {
        position: fixed;
        left: 0;
        width: 100%;
        background: #fff;
        transform: translateY(0.5%);
        transition: 0.3s;
        overflow: hidden;
        z-index: 100;
    }

    .content-menu-mobi .sidebar-menu {
        margin: 20px 20px 30px;
        border-bottom: 1px solid #C7C7C7;
        width: unset;
    }

    .content-menu-mobi .menu-title-consultant {
        color: #1A2669;
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        padding-left: 34px;
        background-image: url(./../images/icons/icon_login.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        margin: 0;
    }

    .content-menu-mobi .menu-list__item--link {
        font-size: 14px;
        font-weight: bold;
        line-height: 26px;
        color: #181D39;
    }

    .content-menu-mobi .menu-list__item {
        margin-top: 40px;
        padding: 0;
    }

    .content-menu-mobi .menu-list {
        padding: 0 0 30px;
        margin: 0;
    }

    .menu-page .nav-item {
        padding: 0 20px;
    }

    .menu-page-non-loggin .nav-item {
        padding: 0;
    }

    .menu-page .nav-item .nav-link {
        margin-bottom: 40px;
        background-image: url(./../images/arrow_right_active.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 50%;
        padding: 0;
    }

    .menu-page-non-loggin .nav-item .nav-link {
        margin-bottom: 0;
        padding: 24px 23px 24px 21px;
        border-bottom: 1px solid #EEEEEE;
        background-position: calc(100% - 23px) 50%;
    }

    .menu-page .nav-item.nav-logout {
        text-align: right;
        padding-right: 56px;
    }

    .menu-page .nav-item.nav-logout .nav-link {
        background: unset;
        color: #1A2669;
        margin-bottom: 30px;
    }

    .menu-page .nav-item.nav-login {
        text-align: right;
        margin-top: 31px;
    }

    .menu-page .nav-item.nav-login .nav-link {
        background: unset;
        color: #1A2669;
        margin-bottom: 30px;
    }

    .menu-page .nav-item--highlight .nav-link {
        margin-bottom: 31px;
    }

    .nav-item--highlight.non-login .nav-link {
        font-weight: 600;
    }

    .menu-page .navbar-nav {
        border-bottom: 1px solid #EEEEEE;
    }

    .menu-page-non-loggin .navbar-nav {
        border: none;
        margin-bottom: 24px;
    }

    .menu-page .menu-action__list {
        padding: 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #EEEEEE;
    }

    .menu-page .action-list__item--link {
        color: #333333;
        font-weight: 500;
        padding-right: 20px;
        position: relative;
    }

    .menu-page .action-list__item:not(:last-child) .action-list__item--link:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 21px;
        background: #eee;
    }

    .menu-page .menu-action-login__list {
        border-bottom: 1px solid #EEEEEE;
        padding: 0;
    }

    .menu-page .action-login-list__item--link {
        color: #1A2669;
        background-image: url(./../images/orion_reset-window.png);
        background-size: 12px;
    }

    .menu-page .action-login-list__item {
        display: block;
        padding: 16px 0 16px 20px;
    }

    .menu-action .action-list__item {
        padding: 16px 0 16px 20px !important;
    }

    .menu-action .action-list__item:after {
        content: unset;
    }

    .content-menu-mobi .nav-item:last-child {
        padding-right: 20px;
    }

    .content-menu-mobi .menu-page-non-loggin .nav-item:last-child {
        padding-right: 0;
    }

    header.header.menu-active {
        box-shadow: unset;
        background-color: #FFFFFF;
    }

    .nav-item:hover:after, .nav-item.active:after {
        content: unset;
    }

    .menu-action-list {
        padding-left: 21px;
    }

    .action-list-item:not(:last-child) {
        margin-bottom: 32px;
    }

    .content-menu-mobi .sidebar-menu {
        margin: 20px 20px 30px;
        border-bottom: 1px solid #C7C7C7;
    }

    .sidebar-content .consultant-status-sp {
        display: none;
    }

    .consultant-status-sp {
        white-space: nowrap;
        font-size: 14px;
        margin-right: 15px;
        text-decoration: underline;
    }

    .consultant-status-sp::before {
        content: '';
        font-weight: bold;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 0;
        border-radius: 50%;
    }

    .consultant-status-sp.status-active::before {
        background: #63C455;
    }

    .consultant-status-sp.status-inactive::before {
        background: #808080;
    }

    .consultant-status-sp.status-interviewing::before {
        background: #FF0000;
    }

    .form-status-consultant .button-settings {
        font-size: 16px;
    }



    .form-status-consultant .button-settings:not(.form-status-consultant > :last-child) {
        margin-bottom: 2px;
    }

    .content-right-header {
        display: flex;
    }

    /* end style menu sidebar mobi */
}

/* Response sreev 970 */
@media (max-width: 970px) {
    /* Style footer */
    .footer {
        padding: 40px 20px 20px;
    }

    .footer.non-login {
        padding: 42px 20px 20px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-action {
        flex-direction: column;
        gap: 0;
    }

    .footer-separate-vertical {
        display: none;
    }

    .footer-action__list {
        gap: 0;
    }

    .footer .page-content-footer {
        flex-wrap: wrap;
        margin-top: 0;
        justify-content: center;
    }

    .footer-action {
        width: 100%;
    }

    .footer-button {
        margin-top: 12px;
    }

    .footer-action__list .action-list__item:first-child {
        padding-left: 35px;
    }

    .footer .action-list__item {
        display: block;
        padding: 16px 0 16px 35px;
        border-top: 1px solid rgb(255 255 255 / 20%);
        border-right: none;
        position: relative;
    }

    .action-list__item:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: url(/frontend/images/icons/arrow.png) no-repeat center;
        width: 7px;
        height: 11px;
        left: 20px;
    }

    .footer-action__list .action-list__item:last-child {
        border-bottom: 0;
        border-top: 1px solid rgb(255 255 255 / 20%);
    }

    .footer-action-login__list {
        margin-top: 50px;
        text-align: left;
    }

    .action-login-list__item {
        display: block;
    }

    .footer .action-login-list__item:first-child {
        margin-bottom: 40px;
    }

    .copyright {
        text-align: left;
    }

    .footer-info__text--inline {
        margin-bottom: 21px;
    }

    .footer-to-my-page {
        right: unset;
        bottom: 85px;
    }
    /* end Style footer */
}

/* Response sreev 736 */
@media (max-width: 736px) {
    .footer-info__title {
        font-size: 20px;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .header__title {
        font-size: 28px;
        line-height: 36px;
    }
}

/* Response sreev 600 */
@media (max-width: 600px) {
    .pagination  {
        flex-wrap: wrap;
    }


    /* Style footer */
     .footer-info__title {
        font-size: 16px;
    }

    .footer-info__text--inline {
        display: block;
        margin: 0 0 9px;
    }

    .footer-info .footer-info__item:last-child {
        margin-bottom: 38px;
    }

    .footer.non-login .footer-info__item:last-child {
        margin-bottom: 40px;
        display: flex;
    }

    .footer.non-login .footer-info__item:last-child .footer-info__text--inline {
        margin-bottom: 0;
    }

    .footer.non-login .footer-info__item:last-child .footer-info__text--inline:first-child {
        margin-right: 21px;
    }

    .footer .info-text_address span {
        display: block;
        margin-bottom: 9px;
    }

    .footer-sidebar .info-text_address {
        display: block;
    }
    /* End Style footer */
}

@media screen and (max-width: 576px) {
    .wrap-sidebar {
        max-width: 100%;
    }

    .page-item, .to-first-page, .to-last-page {
        display: none !important;
    }

    .page-arrow-left  {
        display: block;
    }

    .page-arrow-right {
        display: block;
    }

    .page-item.sp {
        display: flex !important;
    }

    .wrap-sidebar {
        left: 0;
    }
}

/* Response sreev 552 */
@media (max-width: 552px) {
    .pagination  {
        justify-content: flex-start;
    }
}

/* Response sreev 520 */
@media (max-width: 520px) {
    .page-item {
        margin: 0;
    }

    .pagination  {
        justify-content: center;
    }
}

/* Response sreev 471 */
@media (max-width: 471px) {
    .pagination  {
        justify-content: flex-start;
    }
}


/* Response sreev 480 */
@media (max-width: 480px) {
    .header__title {
        font-size: 20px;
        line-height: 30px;
    }
}

/* Response sreev 375 */
@media (max-width: 375px) {
    .btn-short-back,
    .btn-long-back,
    .btn-list-back,
    .btn-close,
    .btn-short-next,
    .btn-long-next,
    .btn-consult,
    .btn-finish,
    .btn-file,
    .btn-chat,
    .btn-medium,
    .btn-medium2,
    .btn-large {
        height: 46px;
        line-height: 20px;
        font-size: 14px;
        border-radius: 23px;
    }

    .btn-short-back, .btn-short-next,
    .btn-long-next,
    .btn-consult,
    .btn-finish,
    .btn-file,
    .btn-medium,
    .btn-medium2 {
        width: 138px;
    }

    .btn-large {
        width: 180px;
    }

    .icon-arrow-btn {
        right: 16px;
    }

    .footer-action-list .action-list-item:nth-child(2) {
        width: 100%;
    }
}

/*================================================================== */
/* Start style loading - ajax
/*================================================================== */
.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid;
    position: absolute;
    left: calc(50% - 32px);
    top: 40%;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.2);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-top: 40px;
    margin-bottom: 32px;
    border-left: 10px solid #333;
}

h2::before {
    content: '';
    margin-right: 15px;
}

h3.h3-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 16px;
}



/** Custom button **/
.sbtn-default {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    padding: 16px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.sbtn-default:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    padding: 16px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.sbtn-default-outline {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    padding: 16px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

.sbtn-default-outline:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.sbtn-primary {
    background-color: #E70F0F;
    color: #fff;
    border: 1px solid #E70F0F;
    padding: 16px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

.sbtn-primary:hover {
    background-color: #E70F0F;
    color: #fff;
    border: 1px solid #E70F0F;
    padding: 16px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.sbtn-primary-outline {
    background-color: #fff;
    color: #E70F0F;
    border: 1px solid #E70F0F;
    padding: 16px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.sbtn-primary-outline:hover {
    background-color: #fff;
    color: #E70F0F;
    border: 1px solid #E70F0F;
    padding: 16px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.sbtn-secondary {

}

.sbtn-secondary:hover {

}

.sbtn-secondary-outline {

}

.sbtn-secondary-outline:hover {

}


.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.item-radio-input {
    display: none !important
}

.item-radio-label {
    position: relative !important;
}

.item-radio-label:before {
    content: '' !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #fff !important;
    border: 1px solid #8F8F8F !important;
    border-radius: 50% !important;
    top: 50% !important;
    left: 0 !important;
    transform: translate(0%, -50%) !important;
    position: absolute !important;
    margin-left: 0 !important;
}

.item-radio-input:checked + .item-radio-label:after {
    display: inline-block !important;
    content: '' !important;
    width: 14px !important;
    height: 14px !important;
    background-color: #c10f0f !important;
    border-radius: 50% !important;
    border: none !important;
    top: 50% !important;
    left: 0 !important;
    transform: translate(8px, -50%) !important;
    position: absolute !important;
}


.hide-checkbox, .hide-radio {
    background-color: #D9D9D9;
    color: #333333;
    font-weight: bold;
    padding: 0px 6px;
}

.checkbox-default input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


select.select-common {
    border: 1px solid #d0d0d0;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    background: #fff;
    outline: none;
    cursor: pointer;
}


/*Custom new ui rating */

.rating-read-only-new  .jq-ry-rated-group svg[fill="#B58C09"] path {
    fill: #D9A312;
    stroke: #D9A312;
    stroke-width: 0;
}




@media screen and (max-width: 576px) {
    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h3.h3-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.text-danger {
    color: #E70F0F;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.34px;

}

.vertical-split {
    border: 1px solid #DADADA;
}

.sform-content {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 80px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .sform-content {
        padding: 30px;
        margin-bottom: 40px;
    }

}


