/* -----------------------------
common
-------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

label {
    margin: 0;
}

.main_color {
    background: #319da9;
}

.back_color {
    background: #fafafa !important;
    padding: 30px 0;
}

.btn,
.form-control,
.form-select,
.form-check-input {
    font-size: 13px;
}

.bt_commn {
    color: #ffffff;
    background-color: #3ea09b;
    border-color: #42b0d2;
}

.bt_commn:hover {
    color: #ffffff;
    background-color: #1f5250;
    border-color: #1d4a57;
}

.bt_commn:focus,
.bt_commn:active {
    color: #ffffff;
    background-color: #1f5250;
    border-color: #1d4a57;
    box-shadow: 0 0 0 0.25rem rgba(109, 195, 234, 0.5);
}

.bt_main {
    color: #ffffff;
    background-color: #42aeba;
    border-color: #3196a1;
}

.bt_main:hover {
    color: #ffffff;
    background-color: #319da9;
    border-color: #22838e;
}

.bt_main:focus,
.bt_main:active {
    color: #ffffff;
    background-color: #319da9;
    border-color: #22838e;
    box-shadow: 0 0 0 0.25rem rgb(49 157 169 / 40%);
}

.form-control:focus {
    background-color: #fff;
    border-color: #319da9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(49 157 169 / 40%);
}

.form-select:focus {
    border-color: #319da9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(49 157 169 / 40%);
}

.btn-dark:hover {
    background-color: #5e5e5e;
    border-color: #606060;
}

.btn-primary {
    color: #fff;
    background-color: #5b8cd3;
    border-color: #5a86c5;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #3868ab;
    border-color: #234e8a;
}

.btn-secondary {
    color: #fff;
    background-color: #798187;
    border-color: #6b747a;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #5a636a;
    border-color: #404950;
}

.btn-danger {
    color: #fff;
    background-color: #c76770;
    border-color: #b05e66;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #9f4d55;
    border-color: #91474f;
}

.btn-success {
    color: #fff;
    background-color: #51a37c;
    border-color: #43926c;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #327a57;
    border-color: #276548;
}

.btn-warning {
    color: #fff;
    background-color: #be8b4b;
    border-color: #a97a40;
}

.btn-warning:hover {
    color: #fff;
    background-color: #7c5a31;
    border-color: #7c5a31;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(12 148 116 / 25%);
    opacity: 1;
}

.table-dark {
    --bs-table-bg: #313131;
    border-color: #747474;
}

.progress-bar {
    background-color: #eedb84;
}

.page-item.active .page-link {
    background-color: #319da9;
    border-color: #238792;
}

.page-link {
    color: #212529;
}

.page-link:hover,
.page-link:focus {
    color: #ffffff;
    background-color: #99c4bb;
    border-color: #80b1a6;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(12 148 116 / 25%);
}

/* -----------------------------
login - profile
-------------------------------- */
.login_body {
    background-color: #fafafa !important;
}

.login_form {
    max-width: 480px;
    margin: 0px auto;
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff !important;
    box-shadow: rgb(0 0 0 / 6%) 0 1px 6px, rgb(0 0 0 / 6%) 0 1px 4px;
}

.login_form h1 {
    text-align: center;
    margin-bottom: 26px;
}

.login_form img {
    width: 60%;
}

.p_list_size {
    padding-top: 5px;
    padding-bottom: 5px;
}

.login_text {
    color: #212529;
}

.log_form:focus {
    background-color: #ffffff;
    border-color: #428cd2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(180, 222, 250, 0.8);
}

/* -----------------------------
header
-------------------------------- */
header {
    box-shadow: rgb(0 0 0 / 6%) 0 1px 6px, rgb(0 0 0 / 6%) 0 1px 4px;
}

.header_box {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #ffffff;
    padding: 0;
}

.header_color {
    background: #ffffff;
}

.logo_size {
    width: 130px;
}

.logo_size img {
    width: 100%;
}

.logo_size:hover img {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.logo_title {
    color: #ffffff;
    text-align: center;
    display: grid;
    align-items: center;
}

.h_menu li {
    padding: 0 10px;
}

.h_menu li a {
    font-size: 13px;
}

.h_memu_hov{
    padding: 5px !important;
}

.h_memu_hov:hover {
    background: #2e2e2e !important;
    color: #ffffff !important;
}

.dropdown-toggle:hover {
    background: #2e2e2e !important;
    color: #ffffff !important;
}

.dropdown-item {
    color: #2e2e2e;
    font-size: 13px;
    border-radius: 4px !important;
    padding: 9px 5px !important;
    margin: 5px auto;
}

.dropdown-item:hover {
    background: #2e2e2e !important;
    color: #ffffff !important;
}

.h_change {
    display: flex;
    color: #ffffff;
    font-style: italic;
    margin: 10px 0;
    font-size: 20px;
    align-items: center;
}

.h_change:after {
    border-top: dashed 1px;
    content: "";
    flex-grow: 1;
}

.h_change:after {
    margin-left: 1rem;
}

.nav_mg {
    margin-top: 20px;
}

.nav_mg li {
    margin-bottom: 8px;
}

.nav_mg li a {
    font-size: 13px;
    padding: 5px !important;
}

.h_icon_efect {
    fill: #ffffff;
    width: 40px;
}

.nav_bolor {
    padding: 8px 48px;
}

.nav_page_title {
    display: none;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem #eac240;
}

.nav-link {
    color: #414141 !important;
}

.nav_top_active {
    background-color: #cc6d6d !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    margin-bottom: -2px;
}

.nav_drdo_active {
    background-color: #cc6d6d !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 9px 7px !important;
}

.nav_butn {
    font-size: 13px;
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    border-radius: 0.25rem !important;
}

.nav_butn:focus {
    background: #ffffa8;
}

.nav_shadow {
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
}

.point_sub_btn:hover div {
    background: #319da9 !important;
    color: #ffffff !important;
}

.h_dropbox {
    pointer-events: auto;
}

/* -----------------------------
main
-------------------------------- */
body {
    padding-top: 130px;
    background: #ffffff !important;
    color: #212529;
}

main {
    margin-bottom: 100px;
}

.sub_body {
    margin: 0 auto;
}

.font_color {
    color: #212529;
}

.c_margin {
    margin-bottom: 60px;
}

.c_margin_pd {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.m_margin {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.t_margin {
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

.box_effect {
    box-shadow: rgb(0 0 0 / 6%) 0 1px 6px, rgb(0 0 0 / 6%) 0 1px 4px;
    border-radius: 0.25rem !important;
    background: #ffffff;
}

.box_effect2 {
    box-shadow: rgb(0 0 0 / 6%) 0 1px 6px, rgb(0 0 0 / 6%) 0 1px 4px;
    border-radius: 0.25rem !important;
    background: #ffffff;
    padding: 8px 8px 8px 0;
}

.box_effect3 {
    box-shadow: rgb(0 0 0 / 6%) 0 1px 6px, rgb(0 0 0 / 6%) 0 1px 4px;
    border-radius: 0.25rem !important;
    background: #ffffff;
    padding: 12px;
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-top: 20px;
}

.box_effect3:nth-of-type(1),
.box_effect3:nth-of-type(2) {
    margin-top: 0;
}

.top_table {
    background: #ffffff;
}

.sub_infop,
.top_table p,
.info_font {
    font-size: 12px;
    color: #747474;
}

.box_effect3 span {
    padding-left: 8px;
}

.box_effect4 {
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    border-radius: 0.25rem !important;
    background: #ffffff;
}

.i_pd {
    min-width: 120px;
    text-align: center;
}

.icon_user {
    color: #319da9;
}

.plo_box {
    display: flex;
    background: #fafafa;
    padding: 8px 8px 8px 0;
    box-shadow: rgb(0 0 0 / 6%) 0 1px 6px, rgb(0 0 0 / 6%) 0 1px 4px;
    border-radius: 0.25rem !important;
}

.profile_box {
    width: 100%;
    background: #ffffff;
    border-radius: 0.25rem !important;
}

.profile_box table {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #319da9;
}

.p_name {
    font-size: 20px;
    font-weight: bold;
}

.p_course_box {
    min-width: 120px;
    height: 65px;
    position: relative;
    text-align: center;
}

.p_course_box div {
    color: #319da9;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.top_protbox {
    width: 100%;
    background: #ffffff;
    border-radius: 0.25rem !important;
}

.top_protable {
    height: 100%;
}

.top_protable table {
    font-size: 14px;
    height: 100%;
    color: #319da9;
    margin: auto;
    width: 60%;
}

.box_title,
.main_title {
    font-size: 18px;
    color: #222222;
    margin-bottom: 8px;
}

.box_title label,
.main_title label {
    padding-left: 10px;
    margin: 0;
    margin-bottom: 2px;
    vertical-align: middle;
    font-weight: bold;
}

.main_title {
    font-size: 20px;
    border-bottom: 1px solid #222222;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.main_title label span {
    padding-left: 20px;
}

.icon_efect {
    fill: #319da9;
    width: 25px;
}

.icon_efect2 {
    fill: #ffffff;
    width: 22px;
    padding-bottom: 2px;
    margin-right: 10px;
}

.icon_efect3 {
    color: #ffffff;
    margin-right: 10px;
}

.icon_efect4 {
    fill: #319da9;
    width: 20px;
    margin-right: 10px;
}

.icon_box {
    margin-right: 10px;
}

.btn_mb {
    margin-bottom: 30px;
}

.box_p_sp {
    padding: 40px;
}

.bt_size_sp {
    width: 250px;
}

.t_font {
    font-size: 12px;
}

.search_main {
    margin-bottom: 40px;
}

.t_img_box {
    width: 100px;
    vertical-align: middle;
}

.top_table img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top_t_title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #212529;
}

.flex_test-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top_box_t {
    background: #e58383;
    color: #ffffff;
    text-align: center;
    width: 120px;
    padding: 2px 0;
}

.top_title {
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
}

.break::before {
    content: ':';
    padding-right: 8px;
}

.bt_size {
    width: 120px;
}

.bt_favorite {
    width: 110px;
    font-size: 12px;
}


.data_title {
    color: #ffffff;
    padding: 5px 15px;
    background-color: #595959;
    font-size: 18px;
    border-top: 4px solid #adadad;
}

.sub_frame {
    padding: 40px;
}

.btn_space {
    margin-bottom: 100px;
}

.search_label {
    width: 152px;
}

.search_form {
    flex: 1;
}

.search_result {
    padding-left: 20px;
    font-size: 13px;
}

.s_result_dis {
    margin-bottom: 10px;
}

.s_result_dis p span {
    padding-left: 10px;
}

.sr_box {
    margin: 35px 0 10px 0;
}

.search_result span {
    font-weight: normal;
}

.sub_title {
    margin-bottom: 20px;
}

.sub_title p {
    font-size: 18px;
    font-weight: bold;
}

.step_title {
    margin: 20px 0;
}

.step_title p {
    font-weight: bold;
}

.manual_info,
.test_info {
    display: flex;
}

.manual_img,
.test_img {
    width: 30%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
}

.manual_img img,
.test_img img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.manual_text,
.test_text {
    width: 70%;
    padding-left: 30px;
    font-size: 12px;
    color: #747474;
}

.question_text {
    font-size: 12px;
    color: #747474;
}

.manual_col_info {
    display: block;
}

.manual_col_img {
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.ratio_wap {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.ratio_col {
    width: 100%;
}

.manual_col_img img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.manual_col_text {
    font-size: 12px;
    color: #747474;
}

.step_box {
    position: relative;
    margin-bottom: 60px;
}

.step_box:last-child {
    margin-bottom: 0;
}

.step_num {
    width: 180px;
    background-color: #1f4339;
    position: absolute;
    top: -17px;
    left: -10px;
    padding: 2px;
    border-left: solid 12px #b7b7b7;
}

.step_num p {
    color: #ffffff;
    font-size: 16px;
    padding-left: 12px;
}

.step_num span {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.example2 label {
    width: 110px;
    font-size: 12px;
    color: #ffc107;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #ffc107;
    cursor: pointer;
}

.example2 input:checked+label {
    background: #ffc107;
    color: #ffffff;
}

.example2 input {
    display: none;
}

#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 18px;
    bottom: 75px;
    background: #3f98ef;
    opacity: 0.6;
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    content: 'TOP';
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ratio_row {
    width: 30%;
}

.top_info {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.top_info span {
    font-weight: bold;
    font-size: 20px;
}

.course_box {
    padding: 20px;
}

.course_table {
    width: 100%;
    background: #ffffff;
    border-collapse: collapse;
}

.course_table td {
    padding: 8px;
    border-bottom: 1px solid #d7d7d7;
}

.c_table_title {
    flex-grow: 1;
}

.c_table_status {
    width: 100px;
    text-align: center;
}

.c_table_fin {
    cursor: pointer;
}

.c_table_fin td {
    color: #0d6efd;
}

.comp {
    background: #3869b0;
}

.guiz_body {
    padding-top: 60px;
    margin-bottom: -60px;
}

.guiz_body:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.guiz_num {
    padding: 5px 10px;
    background-color: #319da9;
}

.guiz_num p {
    color: #ffffff;
    font-size: 16px;
}

.guiz_num p span {
    padding-left: 10px;
}

.quiz_tatle {
    padding: 20px;
    font-size: 14px;
}

.quiz_box {
    padding: 20px;
    font-size: 14px;
}

.quiz_mg {
    margin-bottom: 20px;
}

.quiz_check:checked+label {
    background: #def1ed;
}

.quiz_label {
    padding-left: 15px;
}

.quiz_label span,
.check_label span {
    padding-left: 10px;
}

.check_body {
    margin-bottom: 60px;
}

.check_body:nth-of-type(1) {
    padding-top: 60px;
}

.check_body:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.next_quiz {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.next_quiz img {
    width: 130px;
}

.check_title {
    display: flex;
    align-items: center;
    text-align: center;
    color: #319da9;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
}

.check_title:before,
.check_title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #319da9;
}

.check_title:after {
    margin-left: 1rem;
}

.check_title:before {
    margin-right: 1rem;
}

.quiz_check_box {
    display: flex;
    padding: 10px 20px;
    border-top: solid 1px #cecece;
}

.check_btn {
    text-align: end;
}

.check_btn_i {
    width: 100px;
}

.result_wap {
    text-align: center;
    margin-bottom: 60px;
}

.result_pass,
.result_failure {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}

.result_pass {
    color: #9d0000;
}

.result_failure {
    color: #3869b0;
}

.ans_num {
    color: #747474;
    font-size: 20px;
}

.ans {
    margin-left: 10px;
}

.result_text {
    color: #747474;
    margin-top: 40px;
}

.score_box {
    padding: 10px 20px;
    border-top: solid 1px #cecece;
}

.correct,
.incorrect,
.ans_score {
    width: 80px;
    text-align: center;
    color: #ffffff;
    padding: 2px;
    margin-right: 20px;
}

.correct {
    background: #5b8cd3;
}

.incorrect {
    background: #c76770;
}

.ans_score,
.ans_text {
    color: #c76770;
}

.bt_one_size {
    width: 300px;
}

.question_num span {
    padding-left: 10px;
}

.q_textarea {
    padding-left: 0px;
}

.q_ans_textarea {
    margin-bottom: 12px;
}

.text_ans {
    display: block;
}

.pro_label {
    width: 200px;
}

.pro_info {
    flex: 1;
}

.icon {
    color: #319da9;
}

.url {
    word-break: break-all;
}

/* -----------------------------
footer
-------------------------------- */
footer {
    text-align: center;
    padding: 10px 0;
}

.footer_erea {
    margin-bottom: 70px;
}

.mobile_footer_menu {
    display: none;
    align-items: center;
    box-shadow: 0 -2px 6px gray;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 1.4;
    min-height: 50px;
}

.mobile_footer_menu li {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.mobile_footer_menu a {
    color: #ffffff;
    text-decoration: none;
}

.mobile_footer_menu_icon {
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.mobile_menu_caption {
    font-size: 12px;
    text-align: center;
    opacity: .8;
    display: block;
    padding: 4px 0;
}

.mobile_menu_icon {
    fill: #319da9;
    width: 25px;
}

/* ---------------------------------------------
------------------------------------------------
@media (min-width: 992px)
------------------------------------------------
------------------------------------------------ */
@media (min-width: 992px) {
    .container {
        max-width: 95%;
    }

    .col_container{
        max-width: 750px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .h_sp_no {
        display: none;
    }

    .search_left {
        padding-right: 36px;
    }

    .search_right {
        padding-left: 36px;
    }

}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 991px)
------------------------------------------------
------------------------------------------------ */

@media (max-width: 991px) {
    .container {
        max-width: 92%;
    }

    .nav_bolor {
        position: relative;
    }

    .nav_page_title {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
        font-size: 16px;
        color: #319da9;
    }

    .sp_blk {
        display: none;
    }

    .search_form {
        flex: none;
    }

    .mobile_footer_menu {
        display: flex;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 767px)
------------------------------------------------
------------------------------------------------ */

@media (max-width: 767px) {
    body {
        padding-top: 100px;
    }

    .container {
        max-width: 100%;
    }

    .navbar-toggler {
        font-size: 14px;
    }

    .nav_bolor {
        padding: 5px 12px;
    }

    .nav_page_title {
        top: 10px;
        font-size: 14px;
    }

    .logo_size {
        width: 80px;
    }

    .flex_test-box {
        display: block;
    }

    .box_effect3 {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 50px;
    }

    .box_effect3:nth-of-type(2) {
        margin-top: 50px;
    }

    .step_num {
        width: 150px;
        left: -12px;
        padding: 2px;
    }

    .step_num p {
        padding-left: 15px;
    }

    .manual_text {
        padding-left: 15px;
    }

    .course_table {
        font-size: 14px;
    }

    .c_table_status {
        width: 60px;
        text-align: center;
    }

    .bt_size_sp {
        width: 90%;
    }

    .pro_label {
        width: 100%;
    }

    .pro_info {
        flex: none;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 576px)
------------------------------------------------
------------------------------------------------ */

@media (max-width: 576px) {
    .box_p_sp {
        padding: 8px 8px 40px 8px;
    }

    .sub_frame {
        padding: 20px 8px;
    }

    .quiz_tatle {
        padding: 10px;
    }

    .quiz_check_box {
        padding: 10px 10px;
    }

    .check_label {
        font-size: 14px;
    }

    .correct,
    .incorrect {
        font-size: 14px;
        width: 60px;
    }

    .check_btn_i {
        width: 80px;
        font-size: 14px;
    }

    .q_ans_textarea {
        font-size: 14px;
    }

    .bt_size_sp {
        width: 100%;
    }
}

/* modal */
.modal-error .modal-content{
	background-color: #fbc4c4;
	color: #921f1f;
}

.modal-error .modal-content ul{
	margin-bottom: 0;
}

.modal-message .modal-content{
	background-color: #c4fbcc;
	color: #1f922c;
}

.modal-message .modal-content ul{
	margin-bottom: 0;
}

.modal-confirm .modal-header,
.modal-logout .modal-header,
.modal-drop .modal-header{
    background-color: #3f6c7d;
    color: #fff;
}

.modal-confirm-delete .modal-header{
    background-color: #bc5353;
    color: #fff;
}

.postcode1 {
    width: 60px;
}

.postcode2 {
    width: 80px;
}

.postline {
    padding: 0 12px;
}

.breakdown_title,
.breakdown_title_all {
    display: flex;
    align-items: center;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: bold;
    padding: 40px 0;
}

.breakdown_title:after,
.breakdown_title_all:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #5c5c5c;
}

.breakdown_title:after {
    margin-left: 30px;
}

.company-select{
    background-color: #efefef;
    border-left: 5px solid #5ca7a3;
    padding: 10px;
    font-size: 18px;
}

/* OVERRAP */
.important-white{
    background-color: #fff !important;
}

.input-group-text {
    font-size: 13px !important;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    opacity: 1 !important;
}

.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
    opacity: 1 !important;
}

.badge {
    padding: 0.5em 0.7em !important;
}

.badge-rapper {
    width: 200px;
    text-align: center;
    border: solid 2px #556293;
    background-color: #5b7fb2;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px !important;
}

.record_title{
    font-size: 25px;
}

textarea.form-control{
    height: 200px;
}

.form-floating>input[type=text].form-control{
    height: 50px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: 200px;
  line-height: 1;
}

.width-block th{
    width: 150px;
}

.tooltip-inner {
    max-width: 500px;
    min-width: 100px; 
}

.develop{
    padding: 5px;
    text-align: center;
    background-color: #a40000;
    color: #fff;
}