/** --------------------
           COLOR
    -------------------- **/

/** Color : Red **/

/** Color : Blue**/

/** Color : Green **/

/** Color : Teal **/

/** Color : Orange **/

/** Color : Dark **/

/** Color : Light **/

/** Color : Grey **/

/** Color : Text **/

/** Color : Forms **/

/** ---------------
         MISC
    --------------- **/

/** Fonts **/

/** Border Radius **/

/** Device Breakpoint **/

/** --------------------
           COLOR
    -------------------- **/

/** Color : Red **/

/** Color : Blue**/

/** Color : Green **/

/** Color : Teal **/

/** Color : Orange **/

/** Color : Dark **/

/** Color : Light **/

/** Color : Grey **/

/** Color : Text **/

/** Color : Forms **/

/** ---------------
         MISC
    --------------- **/

/** Fonts **/

/** Border Radius **/

/** Device Breakpoint **/

/** FONTS **/

/** FLEXBOX **/

/** FORMS **/

/** BUTTON **/

/** ANIMATION **/

/* -- Fade In -- */

/** MEDIA QUERIES **/

/** -------------------
           GLOBAL
    ------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    color: #050505;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

p,
label,
ul,
ol,
li,
table th,
table tr,
table td {
    color: #383838;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0em;
}

@media (max-width: calc(768px - 1px)) {
    p,
    label,
    ul,
    ol,
    li,
    table th,
    table tr,
    table td {
        font-size: 14px;
        line-height: 1.6428571429;
        letter-spacing: 0em;
    }
}

a {
    color: #2f82e8;
    transition: all 0.3s ease-in-out;
}

form label {
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    margin: 0 0 15px;
}

form label .asterix {
    color: #e3017f;
}

@media (max-width: calc(768px - 1px)) {
    form .form-control {
        white-space: nowrap;
        max-width: 280px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 0;
    }
}

form input {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 30px !important;
    border: solid 1px #d4d9e2 !important;
    color: #383838 !important;
    min-height: 45px !important;
    transition: all 0.3s ease-in-out !important;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
}

form input:focus {
    border: solid 1px #2f82e8 !important;
    box-shadow: none !important;
}

form input.placeholder {
    color: #c8c8c8 !important;
}

form input:-moz-placeholder {
    color: #c8c8c8 !important;
}

form input::-moz-placeholder {
    color: #c8c8c8 !important;
}

form input::-webkit-input-placeholder {
    color: #c8c8c8 !important;
}
form select {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 30px !important;
    border: solid 1px #d4d9e2 !important;
    color: #383838 !important;
    min-height: 45px !important;
    transition: all 0.3s ease-in-out !important;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
}

form select:focus {
    border: solid 1px #2f82e8 !important;
    box-shadow: none !important;
}

form select.placeholder {
    color: #c8c8c8 !important;
}

form select:-moz-placeholder {
    color: #c8c8c8 !important;
}

form select::-moz-placeholder {
    color: #c8c8c8 !important;
}

form select::-webkit-input-placeholder {
    color: #c8c8c8 !important;
}

form .control-error {
    display: block;
    margin: 0.5rem 0 1rem;
    background-color: rgba(242, 22, 62, 0.07);
    border-radius: 7px;
    padding: 0.5rem 1rem;
}

form .control-error .text-error {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #e3017f;
    opacity: 0.8;
    margin: 0;
}

form .control-error .text-error .fa,
form .control-error .text-error .fas {
    margin: 0 7px 0 0;
}

.btn,
button {
    color: #050505 !important;
    background-color: transparent !important;
    font-size: 16px;
    line-height: 0.09375;
    align-items: center !important;
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    border: none;
    border-radius: 7px !important;
    display: flex !important;
    font-weight: 600 !important;
    min-height: 45px;
    min-width: 100px;
    padding: 0.25rem 1.5rem !important;
    transition: all 0.3s ease-in-out;
    /* text-transform: uppercase; */
}

.btn.btn-rounded,
button.btn-rounded {
    border-radius: calc(45px + 5px) !important;
}

.btn .fas,
.btn .fa,
button .fas,
button .fa {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 5px;
}

.btn.btn-sm,
button.btn-sm {
    font-size: 13px;
    line-height: 0.5384615385;
    letter-spacing: 0.0153846154em;
    font-weight: 600 !important;
    min-height: 35px;
    text-transform: capitalize;
    padding: 0.25rem 0.8rem !important;
}

.btn.btn-primary,
button.btn-primary {
    background-color: #2f82e8 !important;
    color: #ffffff !important;
}

.btn.btn-primary:hover,
button.btn-primary:hover {
    background-color: #0f6fe1 !important;
}

.btn.btn-outline-primary,
button.btn-outline-primary {
    background-color: #ffffff !important;
    border: solid 1px #2f82e8 !important;
    color: #2f82e8 !important;
}

.btn.btn-outline-primary:hover,
button.btn-outline-primary:hover {
    background-color: #2f82e8 !important;
    color: #ffffff !important;
}

.btn.btn-danger,
button.btn-danger {
    background-color: #e3017f !important;
    color: #ffffff !important;
}

.btn.btn-danger:hover,
button.btn-danger:hover {
    background-color: #db0027 !important;
}

.btn.btn-outline-danger,
button.btn-outline-danger {
    background-color: #ffffff !important;
    border: solid 1px #e3017f !important;
    color: #e3017f !important;
}

.btn.btn-outline-danger:hover,
button.btn-outline-danger:hover {
    background-color: #e3017f !important;
    color: #ffffff !important;
}

.btn.btn-success,
button.btn-success {
    background-color: #52e215 !important;
    color: #ffffff !important;
}

.btn.btn-sidalok-red,
button.btn-sidalok-red {
    background-color: #e3017f !important;
    color: #ffffff !important;
}

.btn.btn-sidalok-red:hover,
button.btn-sidalok-red:hover {
    background-color: #990255 !important;
}

.btn.btn-success:hover,
button.btn-success:hover {
    background-color: #3cc900 !important;
}

.btn.btn-outline-success,
button.btn-outline-success {
    background-color: #ffffff !important;
    border: solid 1px #52e215 !important;
    color: #52e215 !important;
}

.btn.btn-outline-success:hover,
button.btn-outline-success:hover {
    background-color: #52e215 !important;
    color: #ffffff !important;
}

.btn.btn-warning,
button.btn-warning {
    background-color: #ffa717 !important;
    color: #ffffff !important;
}

.btn.btn-warning:hover,
button.btn-warning:hover {
    background-color: #ea9000 !important;
}

.btn.btn-outline-warning,
button.btn-outline-warning {
    background-color: #ffffff !important;
    border: solid 1px #ffa717 !important;
    color: #ffa717 !important;
}

.btn.btn-outline-warning:hover,
button.btn-outline-warning:hover {
    background-color: #ffa717 !important;
    color: #ffffff !important;
}

.btn.btn-info,
button.btn-info {
    background-color: #1496af !important;
    color: #ffffff !important;
}

.btn.btn-info:hover,
button.btn-info:hover {
    background-color: #037a90 !important;
}

.btn.btn-outline-info,
button.btn-outline-info {
    background-color: #ffffff !important;
    border: solid 1px #1496af !important;
    color: #1496af !important;
}

.btn.btn-outline-info:hover,
button.btn-outline-info:hover {
    background-color: #1496af !important;
    color: #ffffff !important;
}

.btn.btn-outline-dark,
button.btn-outline-dark {
    background-color: #ffffff !important;
    border: solid 1px #383838 !important;
    color: #383838 !important;
}

.btn.btn-outline-dark:hover,
button.btn-outline-dark:hover {
    background-color: #383838 !important;
    color: #ffffff !important;
}

.btn.btn-secondary,
button.btn-secondary {
    background-color: #f3f3f4 !important;
    color: #050505 !important;
}

.btn.btn-secondary:hover,
button.btn-secondary:hover {
    background-color: #dcdcdc !important;
}

.fade-in-top {
    transform: translateY(3em);
    transition: transform 3.5s 0.25s cubic-bezier(0, 1, 0.3, 1),
        opacity 0.3s 0.25s ease-out;
    opacity: 0;
    transition-delay: unset;
}

.fade-in-top.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-bottom {
    transform: translateY(-3em);
    transition: transform 3.5s 0.25s cubic-bezier(0, 1, 0.3, 1),
        opacity 0.3s 0.25s ease-out;
    opacity: 0;
    transition-delay: unset;
}

.fade-in-bottom.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    transform: translateX(-3em);
    transition: transform 3.5s 0.25s cubic-bezier(0, 1, 0.3, 1),
        opacity 0.3s 0.25s ease-out;
    opacity: 0;
    transition-delay: unset;
}

.fade-in-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    transform: translateX(3em);
    transition: transform 3.5s 0.25s cubic-bezier(0, 1, 0.3, 1),
        opacity 0.3s 0.25s ease-out;
    opacity: 0;
    transition-delay: unset;
}

.fade-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.delay-01 {
    transition-delay: 0.1s;
}

.delay-02 {
    transition-delay: 0.2s;
}

.delay-03 {
    transition-delay: 0.3s;
}

.delay-04 {
    transition-delay: 0.4s;
}

.delay-05 {
    transition-delay: 0.5s;
}

.delay-06 {
    transition-delay: 0.6s;
}

.delay-07 {
    transition-delay: 0.7s;
}

.delay-08 {
    transition-delay: 0.8s;
}

.delay-09 {
    transition-delay: 0.9s;
}

.delay-1 {
    transition-delay: 1s;
}

/* --------------------
           HEADER
   -------------------- */

.navbar {
    background-color: white;
    border-bottom: solid 1px #f5f5f5;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    padding: inherit 0;
}

.navbar .navbar-brand {
    display: -moz-flex;
    display: flex;
}

.navbar .navbar-brand .brand-img {
    align-items: center;
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    background-color: #f5f7fb;
    border-radius: 50%;
    padding: 1rem;
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
}

@media (max-width: calc(768px - 1px)) {
    .navbar .navbar-brand .brand-img {
        width: 40px;
        height: 40px;
    }
}

.navbar .navbar-brand .brand-img img {
    width: inherit;
    max-width: 50px;
    height: auto;
}

@media (max-width: calc(768px - 1px)) {
    .navbar .navbar-brand .brand-img img {
        max-width: 40px;
    }
}

.navbar .navbar-brand .brand-title {
    align-items: center;
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    width: 160px;
    white-space: normal;
}

@media (max-width: calc(768px - 1px)) {
    .navbar .navbar-brand .brand-title {
        width: 140px;
    }
}

.navbar .navbar-brand .brand-title .title {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0;
}

@media (max-width: calc(768px - 1px)) {
    .navbar .navbar-brand .brand-title .title {
        font-size: 14px;
    }
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    padding: 5px !important;
    top: 0px !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    background: #fff !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.top-nav-collapse .navbar-brand {
    top: 0px;
}

.top-nav-collapse .navbar-brand img {
    width: 70%;
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #585b60 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    cursor: pointer;
    color: #f63854 !important;
    border-color: #f63854 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    color: #f63854 !important;
}

.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: 1px solid #f63854;
    color: #f63854;
    border-radius: 4px;
    cursor: pointer;
    min-width: none !important;
}

.navbar-brand img {
    width: 70%;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #f63854 !important;
    border-color: #f63854;
}

.indigo {
    background: transparent;
}

.menu-bg {
    background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-item {
    padding-left: 25px;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #333;
    font-weight: 400;
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link:before {
    background-color: #f63854;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    margin: 0 auto;
    width: 0;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -webkit-transition: width 1s;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
    color: #fff;
    outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
    color: #f63854 !important;
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
    color: #f63854;
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}

.navbar {
    padding: 10px 0;
}

.navbar li.active a.nav-link {
    color: red;
}

/* --------------------
        MAIN CONTENT
   -------------------- */

.main-content {
    padding: 120px 0 0 0;
    height: 100%;
    min-height: 80vh;
}

@media (max-width: calc(768px - 1px)) {
    .main-content {
        padding: 50px 0;
    }
}

@media (max-width: calc(416px - 1px)) {
    .main-content {
        padding: 50px 0;
        min-height: 50vh;
    }
}

@media (min-width: 1440px) {
    .main-content {
        min-height: calc(90vh - 55px);
    }
}

.section {
    margin: 0;
}

.section .title-section,
.section .subtitle-section {
    font-weight: 700;
    text-transform: capitalize;
}

.section .title-section {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0em;
    max-width: 30%;
}

@media (max-width: calc(768px - 1px)) {
    .section .title-section {
        font-size: 18px;
        line-height: 1.3333333333;
        letter-spacing: 0em;
        max-width: 90%;
    }
}

.section .subtitle-section {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    margin: 20px 0;
    max-width: 50%;
}

@media (max-width: calc(768px - 1px)) {
    .section .subtitle-section {
        text-align: center;
    }
}

.section .desc-section {
    max-width: 50%;
    margin: 20px auto 0;
}

@media (max-width: calc(768px - 1px)) {
    .section .desc-section {
        max-width: 100%;
    }
}

/* ----- Banner ----- */

.banner {
    background-color: #ffffff;
    height: 450px;
    max-height: 450px;
    margin: 80px 0 0;
}

@media (max-width: calc(768px - 1px)) {
    .banner {
        /* background-color: #f3f6f9;
         */
        background-image: linear-gradient(
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.9)
            ),
            url("/img/banner.jpg");
        background-repeat: round;
        margin-top: 60px;
    }
}

.banner .banner-headline {
    height: 450px;
    width: 45%;
    flex-direction: column;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
}

@media (max-width: calc(768px - 1px)) {
    .banner .banner-headline {
        width: 100% !important;
        text-align: center;
    }
}

.banner .banner-headline .banner-title {
    font-size: 24px;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    font-weight: 600;
    margin: 0 0 20px;
}

@media (max-width: calc(768px - 1px)) {
    .banner .banner-headline .banner-title {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.banner .banner-headline .banner-subtitle {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
    width: 90%;
}

@media (max-width: calc(768px - 1px)) {
    .banner .banner-headline .banner-subtitle {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0em;
        margin: 0 auto;
    }
}

.banner .banner-headline .support .images-wrapper {
    display: flex;
    margin: 20px 0 0;
}

@media (max-width: calc(768px - 1px)) {
    .banner .banner-headline .support .images-wrapper {
        justify-content: center;
    }
}

.banner .banner-headline .support .images-wrapper .images {
    width: 42px;
    height: auto;
    margin: 0 30px 0 0;
}

.banner .banner-headline .support .images-wrapper .images img {
    width: inherit;
    height: auto;
}

.banner .banner-headline .support .images-wrapper .images:last-child {
    margin-right: 0;
}

.banner .banner-image {
    width: 55%;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
}

.banner .banner-image img {
    width: 100%;
    max-height: 500px;
}

@media (max-width: calc(768px - 1px)) {
    .banner .banner-image {
        display: none;
    }
}

/* ----- Content : Langkah Validasi ----- */

.validation-steps .nav-tabs {
    align-items: center;
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    border-bottom: none !important;
    position: relative;
    margin: 50px auto 0;
    width: 95%;
}

@media (max-width: calc(768px - 1px)) {
    .validation-steps .nav-tabs {
        display: inline-block;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 15px;
        white-space: nowrap;
        width: 100%;
    }
}

.validation-steps .nav-tabs .nav-items {
    margin: 0px;
}

@media (max-width: calc(768px - 1px)) {
    .validation-steps .nav-tabs .nav-items {
        display: inline-block;
    }
}

.validation-steps .nav-tabs .nav-items .nav-link {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0em;
    background-color: transparent;
    border: none !important;
    color: #888888;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    padding: 0.6rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
}

.validation-steps .nav-tabs .nav-items .nav-link.active {
    background-color: transparent;
    color: #ffffff !important;
    font-weight: 600;
}

.validation-steps .nav-tabs .nav-items .nav-link:hover {
    color: #383838;
}

@media (max-width: calc(768px - 1px)) {
    .validation-steps .nav-tabs .nav-items .nav-link {
        font-size: 14px;
        line-height: normal;
        letter-spacing: normal;
        padding: 0.6rem 1.2rem;
    }
}

.validation-steps .nav-tabs .slide1,
.validation-steps .nav-tabs .slide2 {
    border-radius: calc(7px + 23px);
    cursor: pointer;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
}

.validation-steps .nav-tabs .slide1 {
    background-color: #2f82e8;
    z-index: 2;
}

.validation-steps .nav-tabs .slide2 {
    background: #f2f2f2;
    opacity: 0;
    padding: 1rem;
    z-index: 1;
}

.validation-steps .nav-tabs .squeeze {
    transform: scale(0.8);
}

.validation-steps .tab-content {
    background-color: #f3f6f9;
    border-radius: calc(7px + 12px) !important;
    margin: 30px auto 0;
    min-height: 60vh;
    padding: 70px 50px;
    width: 95%;
}

@media (max-width: calc(768px - 1px)) {
    .validation-steps .tab-content {
        padding: 25px;
        width: 100%;
    }
}

.validation-steps .tab-content .title-content {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 30px;
}

@media (max-width: calc(768px - 1px)) {
    .validation-steps .tab-content .title-content {
        font-size: 16px;
        line-height: normal;
        letter-spacing: normal;
    }
}

.validation-steps .tab-content .list-child {
    margin: 10px 0;
}

.validation-steps .tab-content .list-child:last-child {
    margin-bottom: 0;
}

@media (max-width: calc(768px - 1px)) {
    .validation-steps .tab-content ol {
        padding-left: 20px;
    }
}

.validation-steps .tab-content ol li {
    line-height: 28px;
    font-weight: 500;
}

.validation-steps .tab-content p {
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: calc(768px - 1px)) {
    .validation {
        padding: 0 1rem 1rem 1rem;
    }

    .validation .fade-in-top {
        opacity: 1;
    }
}

/* ------ Content : Images Stores ----- */

.download-app {
    border-top: solid 2px #f2f2f2;
    margin: 100px auto 0 !important;
    padding: 80px 0 0;
    width: 95%;
}

@media (max-width: calc(768px - 1px)) {
    .download-app {
        margin-top: 50px !important;
        padding-top: 50px !important;
    }
}

.download-app .logo-stores {
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
}

.download-app .logo-stores .images {
    display: inline-block;
    height: inherit;
    margin: 40px 20px 0;
    text-decoration: none;
    width: 180px;
    position: relative;
}

@media (max-width: calc(768px - 1px)) {
    .download-app .logo-stores .images {
        width: 130px;
        margin: 40px 15px 0;
    }
}

.download-app .logo-stores .images img {
    width: inherit;
    height: inherit;
}

.download-app .logo-stores .images.disable {
    cursor: auto;
}

.download-app .logo-stores .images.disable:after {
    content: "Coming Soon";
    align-items: center;
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    background-color: rgba(245, 245, 245, 0.75);
    color: #e3017f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------ Content : Specimen-TTD ------ */

.table-signature {
    border: solid 1px #121212;
    border-collapse: collapse;
}

.table-signature tr,
.table-signature td {
    border: solid 1px #121212;
}

.table-signature.qrcode {
    width: 100% !important;
    border: none !important;
}

.table-signature.qrcode tr,
.table-signature.qrcode td {
    border: none !important;
}

.table-signature.qrcode .logo {
    padding-left: 0;
    text-align: left;
    width: 15%;
}

.table-signature.qrcode .logo img {
    width: 100% !important;
    max-width: 110px !important;
}

.table-signature.qrcode .desc p {
    /* width: 40%; */
    text-align: justify;
}

.table-signature .logo {
    border: none;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    width: 25%;
}

.table-signature .logo.bsre img {
    width: 100%;
    max-width: 155px;
}

.table-signature .desc {
    padding: 10px;
    width: 75%;
}

.table-signature .desc p {
    color: #222428;
    font-size: 14px;
    margin: 0 0 5px;
}

.table-signature a {
    color: #2f82e8;
}

.table-signature .more-info p {
    font-style: italic;
    font-size: 12px;
}

/* -------------------------
           FOOTER
   -------------------- */

.footer {
    align-items: center;
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex: 1;
    background-color: #2c2c2c;
    padding: 12px 0;
    /* position: fixed; */
    /* bottom: 0px; */
    width: 100%;
    /* height: 80px; */
}

.footer .contact {
    padding: 12px;
    font-size: 14px;
}

.footer .contact,
.contact h3 {
    color: #ffffff;
    text-align: center;
}

.footer p,
.footer .footer-text {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff !important;
    margin: 0;
    text-align: center;
}

@media (max-width: calc(768px - 1px)) {
    .footer p,
    .footer .footer-text {
        font-size: 12px;
        line-height: normal;
        letter-spacing: normal;
    }
}
img.img-banner-2 {
    height: 401px;
}

.apply-img {
    width: 150px;
    height: auto;
    padding: 1rem;
}

.apply-content {
    text-align: center;
}

.img-search {
    width: 100%;
    height: auto;
}

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

.mg-top-100 {
    margin-top: 100px;
}

.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

@media (max-width: calc(991px - 1px)) {
    .info-box .info-box-icon {
        display: none;
    }
}

bg-info,
.bg-info > a {
    color: #fff !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}

.info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}

.bg-grey {
    background-color: #ededed;
}
a.more-link {
    align-self: center;
}
button.more {
    width: 5rem;
    height: auto;
    min-height: 90px;
}
button.more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #2f82e8;
    border-radius: 1.625rem;
}
button.more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
button.more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
button.more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
button.more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
button:hover .circle {
    width: 100%;
}
button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
button:hover .button-text {
    color: #fff;
}

.tabs-apply {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 20px 50px 50px 50px;
    padding-bottom: 80px;
    width: 80%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    min-width: 240px;
}
@media (max-width: calc(768px - 1px)) {
    .tabs-apply {
        width: 100%;
    }
}
.tabs-apply input[name="tab-control"] {
    display: none;
}
.tabs-apply .content section h2,
.tabs-apply ul li label {
    font-weight: bold;
    font-size: 18px;
    color: #428bff;
}
.tabs-apply ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tabs-apply ul li {
    box-sizing: border-box;
    flex: 1;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
.tabs-apply ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabs-apply ul li label br {
    display: none;
}
.tabs-apply ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}
.tabs-apply ul li label:hover,
.tabs-apply ul li label:focus,
.tabs-apply ul li label:active {
    outline: 0;
    color: #bec5cf;
}
.tabs-apply ul li label:hover svg,
.tabs-apply ul li label:focus svg,
.tabs-apply ul li label:active svg {
    fill: #bec5cf;
}
.tabs-apply .slider {
    position: relative;
    width: 50%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-apply .slider .indicator {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #428bff;
    border-radius: 1px;
}
.tabs-apply .content {
    margin-top: 30px;
}
.tabs-apply .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.tabs-apply .content section h2 {
    color: #428bff;
    display: none;
}
.tabs-apply .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428bff;
    margin-top: 5px;
    left: 1px;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
    cursor: default;
    color: #428bff;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label
    svg {
    fill: #428bff;
}
@media (max-width: 600px) {
    .tabs-apply
        input[name="tab-control"]:nth-of-type(1):checked
        ~ ul
        > li:nth-child(1)
        > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs-apply input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(1):checked
    ~ .content
    > section:nth-child(1) {
    display: block;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
    cursor: default;
    color: #428bff;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label
    svg {
    fill: #428bff;
}
@media (max-width: 600px) {
    .tabs-apply
        input[name="tab-control"]:nth-of-type(2):checked
        ~ ul
        > li:nth-child(2)
        > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs-apply input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(2):checked
    ~ .content
    > section:nth-child(2) {
    display: block;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label {
    cursor: default;
    color: #428bff;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label
    svg {
    fill: #428bff;
}
@media (max-width: 600px) {
    .tabs-apply
        input[name="tab-control"]:nth-of-type(3):checked
        ~ ul
        > li:nth-child(3)
        > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs-apply input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(3):checked
    ~ .content
    > section:nth-child(3) {
    display: block;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(4):checked
    ~ ul
    > li:nth-child(4)
    > label {
    cursor: default;
    color: #428bff;
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(4):checked
    ~ ul
    > li:nth-child(4)
    > label
    svg {
    fill: #428bff;
}
@media (max-width: 600px) {
    .tabs-apply
        input[name="tab-control"]:nth-of-type(4):checked
        ~ ul
        > li:nth-child(4)
        > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs-apply input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
}
.tabs-apply
    input[name="tab-control"]:nth-of-type(4):checked
    ~ .content
    > section:nth-child(4) {
    display: block;
}
@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@media (max-width: 1000px) {
    .tabs-apply ul li label {
        white-space: initial;
    }
    .tabs-apply ul li label br {
        display: initial;
    }
    .tabs-apply ul li label svg {
        height: 1.5em;
    }
}
@media (max-width: 600px) {
    .tabs-apply ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs-apply ul li label span {
        display: none;
    }
    .tabs-apply .slider {
        display: none;
    }
    .tabs-apply .content {
        margin-top: 20px;
    }
    .tabs-apply .content section h2 {
        display: block;
    }
}
.req-ket {
    font-size: 10px;
    color: grey;
}

.wizard-apply,
.wizard-apply .nav-tabs,
.wizard-apply .nav-tabs .nav-item {
    position: relative;
}
.wizard-apply .nav-tabs:after {
    content: "";
    width: 80%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: -1;
}
.wizard-apply .nav-tabs .nav-item .nav-link {
    width: 140px;
    height: 80px;
    margin-bottom: 6%;
    background: white;
    border: 2px solid #ccc;
    color: #ccc;
    z-index: 10;
}
.wizard-apply .nav-tabs .nav-item .nav-link:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard-apply .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    border: 2px solid #0dcaf0;
    color: #0dcaf0;
}
.wizard-apply .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0dcaf0;
    transition: 0.1s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0dcaf0;
}
.nav-link-logout {
}
.wizard-apply .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}

.box-shadow {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

.box-form-apply {
    margin-left: 10rem;
    margin-right: 10rem;
}

.f-12 {
    font-size: 12px;
}

.dropzone {
    border: 1px solid #d4d9e2 !important;
    border-radius: 70px !important;
}

.info-text > h6,
.info-text > i {
    color: green;
}
.warning-text > h6,
.warning-text > i {
    color: orange;
}

.btn-attachment {
    cursor: pointer;
    display: inline-block;
    border: 1px solid grey;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: grey;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
        0 1px 5px 0 rgb(0 0 0 / 20%);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.table-text-success {
    color: green;
    font-weight: bold;
}

.font-size-sm {
    font-size: 10px;
}

.form-responsive {
    padding-left: 100px !important;
}
.thin {
    display: none;
}
.bold {
    font-weight: bolder;
}
.pull-right {
    float: right !important;
}
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}
@media (max-width: calc(996px - 1px)) {
    img.img-banner-2 {
        display: none;
    }
}
@media (max-width: calc(768px - 1px)) {
    .form-responsive {
        padding-left: 0px !important;
    }
    img.img-banner-2 {
        display: none;
    }
    .responsive-banner {
        align-self: center;
        margin-top: 20px;
    }
    .box-form-apply {
        margin-left: 0px;
        margin-right: 0px;
    }
    .wizard-apply .nav-tabs .nav-item .nav-link {
        width: auto;
        height: auto;
    }
    .wide {
        display: none;
    }
    .thin {
        display: block;
    }
}

.captcha > span > img {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 10px !important;
}

/* -------------------PANDUAN----------------------- */

.header-panduan {
    min-height: 80px;
    background: rgb(228, 3, 129);
    /* background: radial-gradient(
        circle,
        rgba(228, 3, 129, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    ); */
    font-size: 52px;
    color: white;
    text-align: center;
}

.sub-header-panduan {
    margin-top: 20px;
    background-color: grey;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.img-panduan {
    width: 100%;
}

.badge-panduan {
    background-color: white;
    color: grey;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.content-panduan {
    padding: 0% 10% 10% 10%;
    /* width: 70%; */
}

.sub-head-panduan {
    text-align: center;
    padding: 2%;
    font-size: xx-large;
    font-weight: bolder;
    color: #ffa100;
    text-align: center;
    padding: 2%;
    font-size: xx-large;
    font-weight: bolder;
    color: #ffa100;
}

.button-alur-panduan {
    width: 250px;
    height: 100px;
    padding: auto;
    background-color: #518b88;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}
.box-button-panduan {
    position: relative;
    background: rgb(171, 199, 255);

    color:black;
    border: #0f6fe1 2px solid;
    padding: 19px;
    text-align: center;
    border-radius: 20px;
    min-height: 100px;
    cursor: pointer;
}

@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px); /* Start from 20px left */
    }
    to {
        opacity: 1;
        transform: translateX(0); /* End at original position */
    }
}

.row-panduan {
    padding-left: 5%;
    margin-top: 10%;
}
.step-panduan {
    border-bottom: 3px dashed #b0b0b0;
    width: 100%;
    height: 50px;
    float: left;
    margin-bottom: 50px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.img-head-panduan {
    width: -webkit-fill-available;
}
.m0 {
    margin: 0px !important;
}
.p0 {
    padding: 0px !important;
}

@media (max-width: calc(768px - 1px)) {
    .header-panduan {
        font-size: 30px;
        min-height: 50px;
        background: #e40381;
        background: radial-gradient(
            circle,
            rgba(228, 3, 129, 1) 0%,
            rgba(228, 3, 129, 1) 100%
        );
    }
    .content-panduan {
        padding: 0%;
        /* width: 70%; */
    }
    .img-head-panduan {
        display: none;
    }

    .step-panduan {
        border-bottom: 0px dashed #b0b0b0;
        border-right: 3px dashed #b0b0b0;
        width: 50%;
        height: 50px;
        float: left;
        margin-bottom: 0px;
        position: relative;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .responsive-box-shadow {
        padding: 20px 10px 20px 10px !important;
    }
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
}
.landing-has-login {
    text-align: center;
    padding-top: 15%;
}
.btn-lw {
    width: 80%;
    margin: 10%;
}
.paragraf-info {
    font-size: 12px;
}
.label-form-info{
    font-size: 18px;
}
.field-otp {
    width: 70px;
    font-size: 22px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #093030;
    margin-bottom: 25px;
}

.field-otp-sms {
    width: 150px;
    font-size: 22px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #093030;
    margin-bottom: 25px;
}

.ap-otp-input{
    
}

.link8 a {
    color: blue;
    text-decoration: none;
    background-image: linear-gradient(to top, #ffa3ba 0, #ffa3ba .13169rem, rgba(255, 102, 140, 0) .13169rem, rgba(255, 102, 140, 0) 100%);
    transition: 0.2s;
    outline: none;
}


.link8 a:hover {
    color: #ff668c;
}

.a-link{
    font-size: 14px;
    color: blue;
    cursor: pointer;
}

.otp-sms{
    font-size :30px;
    padding-left: 20px;
}

.box-msg{
    background-color: #cfdbed;
    padding: 20px;
}

.label-msg{
    font-size: 12px;
    padding-left: 10px;
}

.box-img {
    padding: 0px 0;
}

.box-img h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.box-img h2 span {
    color: #ff9100;
}

.box-img p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.box-img .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}

.box-img .box .image {
    position: relative;
    height: 100%;
}

.box-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #ff9100 1%,#56dc1 100%); */
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 15;
}

.box-img .box .image .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    z-index: 20;
    text-decoration: none;
    opacity: 0;
    margin-top: 100px;
    padding: 8px 15px;
    background: #ffffff;
    border-radius: 35px;
    transition: all 0.5s ease-in-out;
}

.box-img .box .image .social-icons i {
    font-size: 18px;
    padding: 0 7px;
    color: #ff9100;
}

.box-img .box:hover .overlay {
    opacity: 0.85;
}

.box-img .box:hover .social-icons {
    margin-top: 0;
    opacity: 1;
}

.box-img .box h3 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}

.box-img .box h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 25px;
}

.box-img .box:hover {
    transform: translateY(-15px);
}

.min-height-50{
    min-height: 50px ;
}

@media (max-width: calc(768px - 1px)) {
    .form-pantau .form-group .form-control{
        max-width: 100%!important;
    }
}

.col-height-100{
    height: 100%;
}

.kirimulang{
    font-size: 13px;
    color: blue !important;
    cursor: pointer;
    font-family: serif;
}

i.unauthenticated-message {
    /* font-size: 14px; */
    font-style: initial;
    color: red; 
}

p.form-info {
    font-size: x-small;
}

.card-body {
    padding-left: 15px;
}

.btn-accordion{
    font-weight: bold;
}

.blue-link{
    font-size: 12px;
    color: blue !important;
    text-decoration-line: underline !important;
}
.hide{
    display: none;
}