.specialization {
    background: transparent;
}

.left_side_text .form-check input {
    opacity: 1;
}

.opt_select {
    background: url(../assets/icons/kanon.svg) no-repeat center
}

.reactive_select {
    background: url(../assets/icons/kanon.svg) no-repeat center
}

.sub-list-item_specialization {
    padding: 3px 7px 0 31px;
}

#setting-hour-box .setting-hours {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#setting-hour-box .day-name {
    color: #007bff;
    font-size: 14px;
    font-weight: bold;
}

#setting-hour-box .clock {
    height: 30px;
    margin: 5px 10px 5px 5px;
    padding: 0 15px 0 0;
    width: 60px;
}

#setting-hour-box .time {
    font-size: 14px;
    font-weight: 600;
}

#setting-hour-box .time-dropdown {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
}

#setting-hour-box .actions i.fa.fa-plus {
    background: #448aff;
    padding: 11px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

#setting-hour-box .actions i.fa.fa-close {
    padding: 11px;
    color: #999;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}

#setting-hour-box .dash {
    font-size: 30px;
    color: #999;
}

#setting-hour-box .box {
    line-height: 50px;
}

#setting-hour-box .dropdown:hover .time-dropdown-content {
    display: block;
}

#setting-hour-box .time-dropdown-content {
    display: none;
    left: 0 !important;
    flex-direction: column;
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 1px 6px 8px #999999a6;
    z-index: 99;
}

#setting-hour-box .time-dropdown-content li {
    padding: 10px 15px;
    color: #666;
    font-size: 14px;
}

.teams-list-item {
    padding: 5px 10px 5px 25px;
}

.sec_font {
    font-style: normal !important;
    font-weight: 500 !important;
    color: #88939B;
}

.pri_font {
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--k-black-color);

}
.enterprise_c_details .pri_font {
    text-align: left;
    word-break: break-all;
}

.enterprise_c_details .align-sepri_font {
    text-align: left;
    word-break: break-all;
}

.enterprise_c_details .kEntFlex > div:first-child {
    text-align: left;
}

.font_400 {
    font-style: normal !important;
    font-weight: 400 !important;
}

/* temp*/
.privacy_font {
    font-size: 20px !important;
}

/*body{
    font-family: 'Poppins', sans-serif;
    background: #F5F5F5;
}*/
.blue-header {
    background: #12A0D0;
    padding: 22px;
}

.left-side-section {
    width: 100%;
    height: 100vh;
    background: #fff;
}

.right-side-section {
    width: calc(100% - 400px);
    margin-left: 2px;
}

.right-heading {
    width: calc(100% - 40px);
    float: left;
}

.right-add-button {
    width: 30px;
    float: right;
}

.left-list-item, .sub-list-item {
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    width: 100%;
    min-height: 50px;
    align-items: center;
}

.left-list-item > input, .sub-list-item > input {
    width: 100%;
}

.left-list-item > a, .sub-list-item > a {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}

.left-list-item > a > div.set, .sub-list-item > a > div.set {
    width: 100%;
}

.left-list-item > a.active, .sub-list-item > a.active {
    background: #EBEBEB;
}

.sub-list-item {
    padding-left: 50px;
}

.k-left-contacts .sub-list-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.k-left-contacts .sub-list-item > a {
    padding: 0;
}

.k-left-contacts .sub-list-item > a.icon {
    justify-content: flex-end;
    padding-right: 15px;
    flex: auto;
    width: 60px;
}

.left-list-item:hover {
    background: #f8f9fa !important;
}

.item-right-icon {
    color: #12A0D0;
}

.item-icon {
    margin-right: 15px;
}

.service-heading {
    width: calc(100% - 70px);
}

.service-price {
    width: 70px;
}

.list-serial-no {
    width: 40px;
}

.right-list-content {
    width: calc(100% - 120px)
}

.right-icon-section {
    width: 60px;
}

.right-list-item-section {
    background: #fff;
    padding: 22px 22px 0 22px;
}

.seperator-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}

.select {
    z-index: -1;
    height: 30px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.unselect {
    z-index: 0;
    height: 30px;
    width: 50px;
}

.profile_select {
    background: url(../assets/icons/profile_select.svg) no-repeat center
}

.profile_unselect {
    background: url(../assets/icons/profile_unselect.svg) no-repeat center
}

.account_select {
    background: url(../assets/icons/account_select.svg) no-repeat center
}

.account_unselect {
    background: url(../assets/icons/account_unselect.svg) no-repeat center
}

.accounting_select {
    background: url(../assets/icons/account_select.svg) no-repeat center
}

.accounting_unselect {
    background: url(../assets/icons/account_unselect.svg) no-repeat center
}

.availability_select {
    background: url(../assets/icons/availability_select.svg) no-repeat center
}

.availability_unselect {
    background: url(../assets/icons/availability_unselect.svg) no-repeat center
}

.my_service_select {
    background: url(../assets/icons/my_services_select.svg) no-repeat center
}

.my_service_unselect {
    background: url(../assets/icons/my_services_unselect.svg) no-repeat center
}

.customer_care_select {
    background: url(../assets/icons/customer_care_select.png) no-repeat center
}

.customer_care_unselect {
    background: url(../assets/icons/customer_care_select.png) no-repeat center
}

.create_profile_select {
    background: url(../assets/icons/create_profile_select.svg) no-repeat center
}

.create_profile_unselect {
    background: url(../assets/icons/create_profile_unselect.svg) no-repeat center
}

.invite_friend_select {
    background: url(../assets/icons/invite_friend_select.svg) no-repeat center
}

.invite_friend_unselect {
    background: url(../assets/icons/invite_friend_unselect.svg) no-repeat center
}

.help_unselect {
    background: url(../images/icons/settings_help_ic.png) no-repeat center
}

.help_select {
    background: url(../images/icons/settings_help_ic.png) no-repeat center
}

.user_accounting_unselect {
    background: url(../images/icons/accounting_invoice.png) no-repeat center;
    background-size: 26px 26px;
}

.user_accounting_select {
    background: url(../images/icons/accounting_invoice_blue.png) no-repeat center;
    background-size: 26px 26px;
}

.kanon_select {
    background: url(../assets/icons/kanon.svg) no-repeat center
}

.medical_select {
    background: url(../assets/icons/medical.svg) no-repeat center
}

.counter_vision_select {
    background: url(../assets/icons/plus_icon.svg) no-repeat center
}

.praxis_select {
    background: url(../assets/icons/praxis.svg) no-repeat center
}

.set:hover .select {
    display: block;
    z-index: 100 !important;
}

#account_view_popup .k-edit-popup-body {
    overflow: hidden !important;
}

.list_services {
    text-decoration: none !important;
}

.liness .row {
    margin-bottom: 0px;
}

.p-img-profile-containers {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: solid 2px #000000ab;
    position: relative;
}

.p-img-profile-containers > img {
    width: 100%;
    height: 100% !important;
    border-radius: 50%;
    object-fit: cover;
}

.liness-image {
    background: #f8f9fa !important;
    border-top: 5px solid #f8f9fa;
}

#country_name .form-control {
    border: none !important;
}

#country_picker button.btn.dropdown-toggle.btn-light {
    border-bottom: none !important;
}

/*close*/
#setting-hour-box .time input {
    border: none !important;
    height: 15px !important;
}

.liness input {
    border: none !important;
    height: 15px !important;
}

.liness input:focus {
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.liness-image > .row div.p-2 {
    padding: 0 0 1px !important;
}

.liness-image > .row div.p-2:last-child {
    padding: 0 !important;
}

.liness-image > .row {
    margin: 0;
}

.profile-settings-main {
    height: calc(100vh - 66px);
    overflow-y: scroll;
    position: relative;
}

.profile-settings-main .border-bottom {
    border-bottom: 1px solid #EDEDED !important;
}

#setting-hour-box .time input:focus {
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

#setting-hour-box .hours-row .hours-item .input-field {
    margin: 0 !important;
}

.override-style {
    border: none !important;
}

.override-style:focus {
    border: none !important;
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.profile-menu-item a {
    color: #000 !important;
}

#profile-plans {
    margin: 30px 5px;
}

#profile-plans .plan-box {
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 5px 10px #dedddd;
}

#profile-plans .plan-box .header {
    background-color: #38afe5;
    color: #fff;
    padding: 30px 0;
}

#profile-plans .header .title {
    font-size: 17px;
    padding-bottom: 10px;
    font-weight: 600;
}

#profile-plans .header .title-small {
    font-size: 13px;
}

#profile-plans .header .sub-title {
    font-size: 13px;
}

#profile-plans .middle {
    margin-top: -20px;
    margin-bottom: 20px;
}

#profile-plans .middle .plan-type {
    color: #38afe5;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 5px 10px #eee;
    display: inline-block;
}

#profile-plans .bottom ul {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

#profile-plans li {
    padding: 5px 0px;
}

#profile-plans li.enabled {
    color: #222;
}

#profile-plans li.disabled {
    color: #777;
}

#profile-plans i.fa.fa-check {
    color: #20c997;
    background: #bbe2bb;
    border-radius: 50%;
    padding: 0;
    font-size: 14px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 15px;
}

#profile-plans i.fa.fa-close {
    color: #f16161;
    background: #f398a0;
    border-radius: 50%;
    padding: 0;
    font-size: 14px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 15px;
}

.unselect img {
    height: 30px !important;
}

#help .clearfix a {
    text-decoration: none !important;
}

.scroll-height {
    width: 100%;
    height: calc(100vh - 80px) !important;
}

.doctor_profile {
    background: #fff !important;
    border-radius: 50px;
}

.profile_privacy {
    bottom: -8px;
    position: absolute;
    left: -6px;
    display: flex;
    width: 47px;
    height: 47px;
}

.profile_privacy .privacy-img-lable {
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

.profile_privacy .privacy-img-lable > img {
    width: 26px;
}

.profile_change {
    bottom: -8px;
    position: absolute;
    right: -6px;
    display: flex;
    width: 47px;
    height: 47px;
}

.profile_change .privacy-img-lable {
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.profile_change .privacy-img-lable > img {
    width: 100%;
    height: 100%;
}

#profilePrivacyModal {
    z-index: 9999 !important;
}

#profilePrivacyModal .modal-content {
    border-radius: 5px;
    border: none !important;
}

.liness-image > .row div.p-2 > .white {
    min-height: 66px;
    padding: 0 !important;
    box-shadow: 0 1px 0 #ededed;
    display: flex;
    align-items: center;
}

.liness-image > .row div.p-2 > .white > div.d-flex {
    width: 100%;
}

.liness-image > .row div.p-2 > .white > div.d-flex > div {
    align-items: center;
}

.treatment-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.treatment-top .treatment-btn {
    line-height: 46px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.treatment-top .treatment-btn .icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.treatment-top .treatment-btn .icon > img {
    height: 100% !important;
}

.liness-image.first {
    padding: 20px 15px;
}

.profile-manage-membership {
    border-bottom: 1px solid #eee;
    margin: 0 20px;
}

.profile-manage-membership:last-child {
    border-bottom: none;
}

.profile-manage-membership .box {
    min-height: 80px;
}

.profile-manage-membership .icon {
    width: 55px;
}

.profile-manage-membership .company_privacy_icon, .profile-manage-membership .delete-member {
    position: unset;
    background: #eee;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profile-manage-membership .icon img {
    border-radius: 50%;
    overflow: hidden;
}

.profile-manage-membership .titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}

a.list_services {
    cursor: pointer;
}

.profile-box-container.team-page > a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.members-icon {
    transform: rotateZ(
            90deg
    );
}

.collapsed .members-icon {
    transform: rotateZ(
            0deg
    );
}

.team-page-content .profile-box-container {
    background-color: #F5F5F5;
    margin-bottom: 0;
    border-bottom: 1px solid #DFE1E1;
}

.team-page-content .liness-image {
    border-top: 0;
}

.team-page-content .profile-box-container .member.icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding: 1px;
    border: 1.5px solid #a8a8a8;
    border-radius: 50%;
}

.team-page-content .profile-box-container .member.icon img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.profile-box-container.team-page .left-bar:hover {
    background-color: #fff;
}

.profile-box-container.team-page {
    margin-bottom: 0;
}

.team-page-content .profile-box-container .left-bar {
    padding: 0 20px;
    cursor: auto;
}

.team-page-content .profile-box-container .right-bar {
    padding: 0 20px 0 0;
}

.team-page-content .profile-box-container .right-bar {
    padding: 0 20px 0 20px;
    height: 100%;
}

.team-page-content .profile-box-container .right-bar .member-action .inner > span {
    margin-right: 10px;
}

.team-page-content .profile-box-container .right-bar .member-action .inner > span:last-child {
    margin-right: 0;
}

.team-page-content .member-action .setting-icon {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.team-page-content .member-action .cancel {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #D5DBDD;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #D5DBDD;
}

.team-page-content .member-action .cancel:hover {
    background-color: #EBEBEB;
}

.profile-box-container.team-page .right-bar {
    padding: 0 20px;
}

.profile-box-container.team-page > a:hover {
    text-decoration: none;
}

.profile-box-container {
    background-color: #fff;
    margin-bottom: 2px;
    height: 50px;
    align-items: center;
}

.medical-history-box-container {
    background-color: #F7F7F7;
    margin-bottom: 2px;
    align-items: center;
    height: 100%;
    overflow-y: scroll;
}

.medical-history-box-container [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #00BFF3;
}

.medical-history-box-container [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #00BFF3;
}

.medical-history-box-container [type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #00BFF3;
    background-color: #00BFF3;
}

.medical-history-box-container .switch {
    position: absolute;
    right: 32px;
    top: 3px;
}

.medical-history-box-container .anamnesis-input .position-relative {
    position: relative !important;
}

.medical-history-box-container .anamnesis-sheet hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-left: 16px;
}

.medical-history-box-container .anamnesis-sheet label span {
    color: #141D20;
}

.medical-history-disease {
    background-color: #F7F7F7;
    margin-bottom: 2px;
    height: 50px;
    align-items: center;
}

.medical-history-disease .left-bar {
    flex: 1;
    padding: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.medical-history-disease .right-bar {
    padding: 0px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.medical-history-disease .left-bar > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.medical-history-disease .left-bar > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.profile-box-container .icon img {
    height: 30px;
}

.profile-box-container .left-bar {
    flex: 1;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile-box-container .left-bar > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.profile-box-container .left-bar > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.right_top_frame .membership-container {
    overflow-y: scroll;
    height: calc(100% - 66px);
}

.manage-membership-action {
    justify-content: space-between !important;
    flex-direction: column;
}

.manage-membership-action .top {
    display: flex;
}

.p-gender-radio > label {
    margin: 0 10px 0 0;
    padding: 0;
    color: #141D20;
    min-width: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    height: 36px;
}

.p-gender-radio {
    display: flex;
}

.p-gender-radio > label {
    position: relative;
}

.p-gender-radio > label > span {
    border: 1px solid #DEDEDE;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    border-radius: 5px;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-gender-radio > label > span::before,
.p-gender-radio > label > span::after {
    content: unset !important;
}

.p-gender-radio > label input[type="radio"]:checked + span {
    color: #fff;
    background-color: #00BFF3;
    border-color: #00BFF3;
}

.left-menu-section.k-specialities {
    background: #F5F5F5;
    padding: 0 15px;
}

.k-specialities .sub-item {
    padding-left: 30px !important;
}

.k-specialities .item .inner {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.k-specialities .item .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.k-specialities .left .icon-section {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.k-specialities .left .icon-section > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.k-specialities .item .right > label {
    margin: 0;
    line-height: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.k-specialities .item .right > label > span {
    padding-left: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.membership-container span.setting-icon.company_privacy_icon {
    position: relative;
    width: 28px;
    height: 28px;
    top: unset;
    right: unset;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #D5DBDD;
}

.membership-container span.setting-icon.company_privacy_icon > img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

a.list_services.dropdown-item.list_services.active {
    background: transparent;
}

.about-me-container {
    border: 1px solid #eee;
    min-height: 200px;
    margin: 20px;
    text-align: left;
    padding: 20px;
}

.about-me-container .about-box {
    font-size: 20px;
    color: #141D20;
    line-height: 1.5;
}

.about-me-container .title {
    font-size: 20px;
    color: #88939B;
}

.about-me-container textarea, .about-me-container textarea:focus {
    border: none !important;
    box-shadow: none !important;
    min-height: 180px;
}

.about-me-container textarea#user_about_us {
    font-size: 16px;
}

.about-me-container textarea#user_about_us::placeholder {
    font-size: 16px;
    color: #88939B;
}

#top_frame .list_services .icon.mr-2 {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team-page-content .member-action span.tcBox > label {
    margin-bottom: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-page-content .member-action span.tcBox > label > span {
    padding-left: 20px;
    height: 20px;
    width: 20px;
}

.sdComp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

.sdComp > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

.role_item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 12px 0;
    align-items: center;
}

.role_item:last-child {
    /*border-bottom: 0;*/
}

.role_item label {
    margin-bottom: 0;
}

.role_item label span.title {
    display: block;
    color: var(--k-black-color);
    font-weight: 600;
}

.role_item label span {
    color: var(--k-black-color);
}

.member-update-popup.update_member_role .modal-content {
    border-bottom: 0;
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.member-update-popup.update_member_role .modal-footer {
    justify-content: flex-end;
}

.member-update-popup.update_member_role .modal-footer {
    justify-content: flex-end;
}

.member-update-popup.update_member_role .modal-footer button {
    height: 36px;
    padding: 0 15px;
}

.member-update-popup.update_member_role .modal-footer button.next {
    box-shadow: unset;
    background-color: #00BFF3;
}

.role_item [type="radio"]:checked + span:after, .role_item [type="radio"].with-gap:checked + span:after {
    background-color: #00BFF3;
    border-color: #00BFF3;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
}

.role_item [type="radio"] + span:before, .role_item [type="radio"] + span:after {
    width: 20px;
    height: 20px;
    border: 2px solid #C6CED1;
}

.role_item [type="radio"]:checked + span:before, .role_item [type="radio"].with-gap:checked + span:before {
    border: 2px solid #30aee5;
}

.team-page-content .member-action span.owner {
    min-width: 28px;
}

.team-page-content .member-action .type {
    display: flex;
    flex-direction: column;
}

.team-page-content .member-action .type span.licence_status {
    width: 100%;
    height: 6px;
    margin-top: 2px;
    background-color: #C7CFD5;
    border-radius: 22px;
}

.team-page-content .member-action .type span.licence_status.active {
    background-color: #1CD084;
}

.licence_hide {
    display: none;
}

.role_licence {
    width: 100%;
}

.role_licence .bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.role_licence .bottom .inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 22px;
}

.l_progress {
    flex: 1;
}

.role_licence .text {
    font-size: 16px;
    font-weight: 600;
    color: #141D20;
}

.l_switch {
    display: flex;
    justify-content: flex-end;
    min-width: 98px;
}

.l_switch .switch label .lever {
    margin-right: 0;
}

.l_switch .switch label input[type=checkbox]:checked + .lever {
    background: #00BFF3 !important;
}

.l_progress .progress {
    height: 8px;
    border-radius: 10px;
    background-color: #EDEDED;
    margin-bottom: .5rem;
}

.l_progress .progress .determinate {
    background-color: #1CD084;
}

.role_licence .licence_left {
    color: #FF5454;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.kIPCTop {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.kIPCTop .switch {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.kIPCTop .input {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    flex-direction: row;
    gap: 4px;
    max-width: 272px;
}

.kIPCTop .input input {
    text-align: center !important;
    border: 1px solid #DDE6ED !important;
    font-weight: normal !important;
    padding-left: 0 !important;
    box-sizing: unset !important;
    height: 50px !important;
    background: #fff !important;
    font-size: 26px !important;
    box-shadow: 0px 2px 4px 0px #00000040;
    max-width: 30px !important;
    border-radius: 10px !important;
}

.kIPCTop .splitter {
    padding: 0 5px !important;
    color: #0d2339 !important;
    font-size: 24px !important;
    line-height: 51px;
}

@media screen and (max-width: 768px) {
    .left-side-section {
        width: 70%;
    }
}
