:root {
    --orange: #FF6A13;
    --grey: #6E6F72;
    --light-grey: #E3E3E3;
    --white: #fff;
    --ocean: #008C95;
    --black: #111;
    --red: #FF0000;
    --green: rgb(175, 187, 180);
    --green-dark: #007E33;
}


/* @font-face {
    font-family: 'CATALYST';
    src: url('../fonts/CATALYST-CT-Regular.ttf') format('truetype');
    /* url('../fonts/WOFF2/CATALYST-CT-Regular.woff2') format('woff2'), url('../fonts/WOFF2/CATALYST\ CT\ Regular\ Italic.woff2') format('woff2'), url('../fonts/WOFF/CATALYST-CT-Regular.woff') format('woff'), url('../fonts/WOFF/CATALYST\ CT\ Bold.woff') format('woff'), url('../fonts/WOFF/CATALYST\ CT\ Bold\ Italic.woff') format('woff'), url('../fonts/WOFF/CATALYST\ CT\ Light.woff') format('woff'), url('../fonts/EOT/CATALYST-CT-Regular.eot'), url('../fonts/EOT/CATALYST\ CT\ Bold.eot'), url('../fonts/EOT/CATALYST\ CT\ Bold.eot'), url('../fonts/EOT/CATALYST-CT-Regular.eot?#iefix') format('embedded-opentype'), 
} */

@font-face {
    font-family: CATALYST;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/CATALYST-CT-Regular-Int.ttf") format('truetype');
}



/* @font-face {
    font-family: CATALYST;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/CATALYST-CT-Regular.ttf") format('truetype');
} */


/* @font-face {
    font-family: CATALYST;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/CATALYST-CT-Bold.ttf") format('truetype');
}

@font-face {
    font-family: CATALYST;
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/CATALYST-CT-Regular-Italic.ttf") format('truetype');
}

@font-face {
    font-family: CATALYST;
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/CATALYST-CT-Bold-Italic.ttf") format('truetype');
} */

html,
body {
    font-family: CATALYST;
}

* {
    margin: 0;
    padding: 0;
}

option {
    font-weight: normal;
}

.tableFixHead {
    overflow-y: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1000;
}


/* Just common table stuff. Really. */

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px 16px;
}

th {
    background: white;
}

.tr_red {
    background: rgba(251, 171, 171, 0.5) !important;
}

.tr_yellow {
    background: rgba(246, 251, 101, 0.5) !important;
}

.tr_green {
    background: rgba(164, 255, 164, 0.5) !important;
}

.page-link {
    color: black;
}

.page-link:hover {
    background-color: #FF6A13;
    color: #fff;
}

.page-link:active {
    background-color: #FF6A13;
    color: #fff;
}

*:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.pagination {
    justify-content: center;
}

.modal {
    z-index: 3000;
}

.nav_bar {
    background-color: #fff;
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    z-index: 2500;
    border-bottom: 2px solid #e0e0e0;
}

a {
    text-decoration: none;
    color: black;
    /* color: #fff; */
    transition: color 0.3s ease;
}

a:hover {
    /* color: #fff; */
    color: black;
}

iframe {
    width: 100%;
    margin: 0 auto;
}


/* a:active { */


/* box-shadow:3px 3px 5px 6px #ccc!important; */


/* } */

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.modal {
    /* background-color: rgba(0, 0, 0, 0.4); */
    /* background-color: #ffe806; */
    background-color: #ffd105;
    padding-top: 10px;
}

.cat_logo {
    text-align: center;
    width: 100%;
}

.disclaimer {
    top: 54px;
    background-image: url(../img/background_new.png);
    /* font-family: Tahoma, sans-serif; */
    font-size: 12px;
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 95%;
    height: 95%;
    left: 10%;
    background-color: #F7F7F7;
    margin: 0 auto 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    /* overflow: scroll; */
    /* position: absolute; */
}

.disclaimer_detail {
    /* font-family: Tahoma, sans-serif; */
    font-size: 12px;
    border: 1px solid #f37125;
    width: 95%;
    height: 70%;
    left: 5%;
    margin: 0 auto 10px;
    border-radius: 4px;
    overflow: scroll;
    background-color: #fefefe;
    padding: 5px;
}

.marginNone {
    margin: 0px;
    margin-top: 5px;
}

.paddingNone {
    padding: 0px;
}

.paddingDiv {
    padding: 0px;
    padding-right: 20px;
    /* margin-right: 20px; */
    margin-bottom: 10px;
}

#menu li,
#menu li a {
    color: #ffffff;
}

.li_sub {
    padding-left: 20px !important;
}

.nav_logo {
    text-align: center;
    text-align: -webkit-center;
    position: absolute;
    top: 9px;
    width: 100%;
}

.nav_logo_img {
    width: 280px;
}

#navToggle {
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#navToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#navToggle span {
    display: block;
    width: 28px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    /* background: #2e3192; */
    background: rgb(84,88,89);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 0px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#navToggle span:first-child {
    transform-origin: 0% 0%;
}

#navToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#navToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: white;
}

#navToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#navToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 105vw;
    height: 200vh;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #75787B;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    /*Prevent showing multiple background images*/
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
    text-align: center;
}

#navToggle input:checked~ul {
    transform: scale(1, 1);
    opacity: 1;
}

.dot {
    border-bottom: #999999 1px dotted;
}

.hr {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    border: 0;
    border-top: 1px solid #E3E3E3;
    width: 100%;
}

.div-component {
    padding: 15px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.div-component-top {
    margin-top: 60px;
}

.component-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-align: -webkit-center;
}

.clear {
    clear: both;
}

.box {
    box-shadow: 0px 4px 12px -0.8px #9a9a9a;
    padding: 20px 35px;
    word-break: break-word;
    margin-bottom: 60px;
    position: relative;
}

.box-title {
    color: black;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.box-share {
    font-size: 12px;
    font-weight: 100;
    float: right;
}

.box-description {
    font-size: 16px;
    color: #6E6F72;
    margin-bottom: 15px;
}

.box-description-sub {
    padding: 15px 10px;
    border: 1px solid #FF6A13;
    border-radius: 8px;
    color: #FF6A13;
    font-weight: bold;
}

.box-description>p {
    text-align: left !important;
}

.box-description>p>span,
.box-description>p>span>span {
    font-size: 16px !important;
    font-family: CATALYST !important;
}

.box-time {
    position: absolute;
    bottom: 0;
    font-size: 15px;
}

.box-time-line {
    position: absolute;
    bottom: 0;
}

.box-time-line>div:nth-child(1) {
    /* background-color: #007E33; */
    background-color: #00417e;
    color: #fff;
    /* border: 1px solid #007E33; */
    padding: 6px;
    font-size: 12px;
}

.box-download {
    float: right;
}

.box-download-title {
    margin-top: 8px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    color: #111;
}

.box-download-btn {
    font-size: 14px;
    float: left;
}

.box-download-btn>button {
    background: linear-gradient(180deg, #FFEFAD 0%, #FFBD01 100%);
    color: #000;

    /* background-color: #FF6A13;
    color: #fff;
    border: 1px solid #FF6A13; */
}

.active>.page-link {
    background: linear-gradient(180deg, #FFEFAD 0%, #FFBD01 100%);
    color: #000;

    /* background-color: #FF6A13 !important;
    color: #fff !important;
    border-color: #FF6A13 !important; */
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-group>label {
    font-size: 19px;
}

.btn {
    padding: 8px;
    font-size: 17px;
}

.box-btn {
    font-size: 14px;
    text-align: center;
    text-align: -webkit-center;
    padding: 32px 0;
}

.btn-submit {
    background: linear-gradient(180deg, #FFEFAD 0%, #FFBD01 100%);
    color: #000;
    /* background-color: #FF6A13; */
    /* color: #fff; */
    /* border: 1px solid #FF6A13; */
}

.btn-submit:hover {
    color: #000;
    /* background-color: #fff; */
    background: linear-gradient(180deg, #FFEFAD 0%, #f1c752f3 100%);
    /* color: #FF6A13;
    border: 1px solid #FF6A13; */
}

.btn-ocean {
    background: linear-gradient(180deg, #b9faff 0%, #008C95 100%);
    /* background-color: #008C95; */
    color: #000;
    /* border: 1px solid #008C95; */
}

.btn-disable,
.btn-disable:hover {
    /* background-color: #6E6F72; */
    /* color: #fff; */
    /* border: 1px solid #6E6F72; */
}

.btn-ocean:hover {
    /* background-color: #fff; */
    /* color: #008C95; */
    /* border: 1px solid #008C95; */
}

.btn-del {
    background-color: rgb(199, 5, 5);
    color: #fff;
    border: 1px solid rgb(199, 5, 5);
}

.btn-del:hover {
    background-color: #fff;
    color: rgb(199, 5, 5);
    border: 1px solid rgb(199, 5, 5);
}

.btn-back {
    background: linear-gradient(180deg, #d8d8d8ce 0%, #5c5c5cf3 100%);
    /* background-color: #6E6F72; */
    color: #fff;
    /* border: 1px solid #6E6F72; */
}

.btn-back:hover {
    background: linear-gradient(180deg, #d8d8d8ce 0%, #5c5c5cf3 100%);

    /* background-color: #fff; */
    /* color: #6E6F72; */
    /* border: 1px solid #6E6F72; */
}

.text_error {
    color: #f94a4a;
}


/* loader */

.div-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
    z-index: 5000;
    background-color: rgba(255, 255, 255, 0.95);
}

.div-loader_sub {
    height: 100%;
    max-width: 0px;
    width: 100%;
    margin: 0 auto;
}

.loader_img {
    position: absolute;
    top: 50%;
    font-size: 25px;
    color: #FF6A13;
    transform: translate(-50%, -50%);
    font-weight: 700;
    z-index: 2000;
}

.loader {
    position: absolute;
    top: 50%;
    font-size: 25px;
    color: #FF6A13;
    transform: translate(-50%, -50%);
    font-weight: 700;
    width: 100%;
    max-width: 0px;
    margin: 0 auto;
}

.loader:before,
.loader:after {
    content: "";
    border: 5px solid #333;
    border-radius: 50%;
    position: absolute
}

.loader:before {
    width: 240px;
    height: 240px;
    left: -117px;
    top: -114px;
    border-color: #FF6A13;
    border-left-color: transparent;
    animation: rot 1.5s infinite;
    background-color: white;
}

.loader:after {
    width: 200px;
    height: 200px;
    left: -96px;
    top: -94px;
    border-color: #FF6A13;
    border-left-color: transparent;
    animation: rot2 3s infinite linear;
}

.step {
    position: relative;
    align-items: center;
    justify-content: center;
}

.step_number {
    padding: 6px 15px;
    border-radius: 89px;
    border: 4px #ffd105 solid;
    background: #fff;
    color: #111;
    font-size: 20px;
    z-index: 2;
}

.step_number.active {
    background: #ffd105;
    color: #000;
}

.step_gap {
    width: 5%;
}

.step_line {
    border-top: 2px solid #ffd105;
    width: 332px;
    z-index: 0;
}

.form_div_left {
    float: left;
    padding-left: 0;
}

.form_div_right {
    float: left;
    padding-right: 0;
}

.form_div_title {
    font-size: 21px;
    border-bottom: 3px solid #ffd105;
    font-weight: bold;
    margin: 1.2rem 0;
}

.form_div_title>label>span {
    font-weight: 100;
    font-size: 17px;
    color: var(--gray)
}

.form_span {
    font-weight: 100;
    font-size: 17px;
    color: var(--gray)
}

.form-control {
    height: calc(1.5em + .75rem + 1px);
}


.custom-control-label::before,
.custom-control-label::after,
.custom-control-label:checked {
    outline: unset !important;
    box-shadow: unset !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #FF6A13;
    background-color: #FF6A13;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #FF6A13;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #FF6A13;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #FF6A13;
    border-color: #FF6A13;
}




.input-blue:checked~.custom-control-label::before {
    border-color: #0029c5;
    background-color: #0029c5;
}


.file,
.file_pic,
.file_other {
    visibility: hidden;
    position: absolute;
}

.browse,
.browse_pic {
    height: 37px;
}

.logo_sin {
    top: 26%;
    right: 15%;
    position: absolute;
    width: 140px;
}

.version_moblie {
    display: none;
}

.version_desktop {
    display: block;
}

.iconAdd {
    float: left;
    border-radius: 26px;
    background: #FF6A13;
    padding: 0px 9px;
    color: white;
    margin: 6px;
    cursor: pointer;
}




.load_NT {
    position: fixed;
    top: 20%;
    height: 60%;
    left: 20%;
    width: 60%;
}

.loader_img>img {
    max-width: 500px;
    z-index: 2000;
}

.p-load{
    display: none;
}



@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rot2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width: 767px) {
    .iconAdd {
        padding: 0px 9px;
        color: white;
        margin: 6px;
        width: 100%;
        text-align: center;
    }

    .version_moblie {
        display: block;
    }

    .version_desktop {
        display: none;
    }

    .logo_sin {
        top: 37%;
        width: 60px;
    }

    .box {
        padding: 15px 15px;
    }

    .nav_logo_img {
        width: 257px;
    }

    .form_div_right,
    .form_div_left,
    .paddingDiv {
        padding: 0px;
    }

    .paddingDiv {
        margin-right: 0px;
    }

    .step_gap {
        width: 4%;
    }

    .step_line {
        width: 250px;
    }

    .step_number {
        padding: 3px 12px;
        border-radius: 89px;
        border: 3px #ffd105 solid;
        background: #fff;
        color: #111;
        font-size: 20px;
        z-index: 2;
    }

    .box-title {
        font-size: 19px;
    }

    .box-description {
        font-size: 14px;
        text-align: -webkit-center;
    }

    .box-description>p>span,
    .box-description>p>span>span {
        font-size: 14px !important;
    }

    .box-download-title {
        font-size: 12px;
    }

    .nav_logo {
        top: 12px;
    }

    .nav_logo>img {
        width: 150px;
    }

    .page-item.active .page-link {
        z-index: 0;
    }

    .page-link {
        font-size: 14px;
    }

    .box-download-btn>button {
        font-size: 10px;
    }

    .box-time-line {
        position: relative;
        width: 100%;
        bottom: 0;
        /* font-size: 14px; */
        /* margin-bottom: 20px; */
        text-align: center;
    }

    .box-time-line>div {
        font-size: 12px;
    }

    .box-time {
        position: unset;
        bottom: 0;
        margin-bottom: 20px;
        /* text-align: -webkit-center; */
    }

    .box-time>div {
        font-size: 12px;
    }

    #menu li {
        font-size: 20px;
    }

    .form-group>label {
        font-size: 18px;
    }
}

@media(max-width: 500px) {
    .loader_img>img {
        max-width: 350px;
    }
}



@media(max-width: 400px) {
    .box-title {
        font-size: 17px;
    }

}