/* MontSerrat */
@font-face {
    font-family: MontSerrat-Regular;
    src: url("../fonts/Montserrat/static/MontSerrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MontSerrat-SemiBold;
    src: url("../fonts/Montserrat/static/MontSerrat-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MontSerrat-Bold;
    src: url("../fonts/Montserrat/static/MontSerrat-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

/* Inter Font */

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url("../fonts/Inter/static/Inter-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

main {
    font-family: 'Montserrat', sans-serif;
    color: #6C6C6C;
    /* font-size: 14px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: MontSerrat-Bold;
    font-style: normal;
}

.color-prolog {
    color: #3A8ABA!important;
}
nav {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding: 27px 40px !important;
}
.navbar-brand {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #3A8ABA!important;
    line-height: 140%;
    font-family: 'Montserrat';
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #3A8ABA!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.btn-outline-primary-core {
    color: #3A8ABA !important;
    border-color: #3A8ABA !important;
    padding: 12px 32px !important;
    border-radius: 5px !important;
    border: 1px solid !important;
}

.btn-outline-primary-core:hover {
    color: #fff !important;
    background-color: #3A8ABA !important;
    border-color: #3A8ABA !important;
}

.btn-primary-core {
    padding: 12px 32px !important;
    color: #fff !important;
    background-color: #3A8ABA !important;
    border-color: #3A8ABA !important;
    border-radius: 5px !important;
}

/* modal sign in*/
h4.modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #1f1f1f;
}
.signin .modal-header {
    border-bottom: 0px!important;
}

.sign-in .modal-body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 25px;
    font-size: 16px;
    padding: 24px;
}
.sign-in .modal-body .form-control {
    border: 1px solid #d7e1ea !important;
    border-radius: 3px !important;
}
.text-primary-custom {
    color: #3a8aba;
}
.text-danger-custom {
    color: #6c6c6c;
}
.sign-in .form-group i {
    position: absolute;
    top: 30%;
    right: 3%;
    cursor: pointer;
}

.form-password i {
    position: absolute;
    top: 54%;
    right: 2%;
    cursor: pointer;
}

/* modal */
.modal-notification {
    padding: 45px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.modal-notification p.text-success {
    color: #1f1f1f !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.modal-notification p {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 500;
}


/* home */
section.header-home {
    background-image: url('../media/bg-header-home.svg');
    /* height: 100%; */
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* //home */

/* signup */
section.signup {
    margin-top: 7rem!important;
}

/* //signup */


/* card page */
.box-term-condition,
.box-term-condition-child,
.box {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(31, 31, 31, 0.1);
    border-radius: 12px;
    padding: 40px;
    font-family: 'Montserrat', sans-serif !important;
}

.box-term-condition-grandchild {
    border: 1px solid #d7e1ea;
    overflow: scroll;
    padding: 40px;
    border-radius: 8px;
    height: 562px;
    color: #6c6c6c;
}
.box-term-condition-grandchild h4 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #6c6c6c;
}

.box-term-condition-grandchild p {
    font-size: 14px;
}

.title-term-condition {
    color: #1f1f1f;
    font-size: 24px;
}
.title-term-condition h1 {
    line-height: inherit;
}
.title-term-condition hr,
.box-term-condition-child hr {
    margin: 30px 0;
    background-color: #d7e1ea;
}

.confirmation-vendor p {
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 600;
}
.mt-20 {
    margin-top: 20px;
}

.attachment {
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 30px;
}

.attachment-title p {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
}
/* // card page */

/* footer */
.footer{
    /* background: #3A8ABA; */
    background-image: url('../media/home/bg-footer.svg');
    /* background-position: center; */
    height: max-content;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
    /* clip-path: polygon(51% 76%, 100% 72%, 100% 100%, 0 100%, 0 67%); */
    /* z-index: 0; */
}

.footer-two{
    background-image: url('../media/bg-footer.svg');
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
    width: 100%;
}

.box-polygon {
    background: #3A8ABA;
    color:white;
    clip-path: polygon(51% 76%, 100% 72%, 100% 100%, 0 100%, 0 67%);
    height:12200px;
    position: absolute;
}


.footer .links ul{
    list-style-type: none;
}
.footer .links ul li a{
        color: white;
        transition: color .2s;
}
.footer .links ul li a:hover{
    text-decoration:none;
    color:#4180CB;
}

.footer .about-company a{
    color:#ffffff;
    transition: color .2s;
}
.footer .about-company a:hover{
    color:#4180CB
}
.footer .about-company i{
    font-size: 25px;
}

.footer .location i{
    font-size: 18px;
}
/* .footer .copyright p{
    border-top:1px solid rgba(255,255,255,.1);
} */


/* stepper */
.stepper-item .stepper-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 160%;
    color: #6c6c6c !important;
}

.stepper-item.current {
    line-height: 140%;
    border-bottom: 2px solid #49ade9;
}
.stepper-item.current .stepper-title {
    color: #1f1f1f !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.form-vendor input[type="checkbox"]:checked {
    background-color: #1f1f1f;
}

.form-vendor label.form-check-label {
    font-size: 16px;
}

/* steps fww */
:root {
    --prm-color: #3A8ABA;
    --prm-gray: #b1b1b1;
}

/* CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: var(--prm-color);
    color: #fff;
}

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
  -webkit-appearance:none;
    position: absolute;
    width: 90%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}

/* table style */
table.table-core-custom thead {
    background-color: var(--prm-color);
    color: #fff;
}

.nav-privew ul li a{
    background: transparent!important;
    color: #1F1F1F!important;
}

.nav.nav-pills-custom .nav-link {
    border: 0 ;
    border-radius: 0 ;
    color:#6C6C6C ;
}
.nav-pills-custom .nav-link.active, .nav-pills-custom .show > .nav-link {
    color: #1F1F1F!important;
    background-color: transparent!important;
    border-bottom: 4px solid var(--prm-color)!important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0 !important;
}

.boxe-timmer {
    width: 80px;
    height: 80px;
}

.boxe-timmer .boxe-number {
    background: linear-gradient(180deg, #49ADE9 0%, #3A8ABA 51.56%, #49ADE9 100%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    width: 80px;
    height: 80px;
}

.boxe-timmer .boxe-number span {
    font-size: 24px;
    color: #fff;
    margin-left: 33%;
}

.boxe-timmer .boxe-alphabet span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #1F1F1F;
    margin-top: 3px;
}

/* form control */
.form-label {
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 160%;
    color: #1F1F1F!important;
}
input[type=radio].custom {
    accent-color: auto;
}
.form-check-input:checked {
    background-color: #1F1F1F!important;
    border-color: #1F1F1F!important;
}

.image-input-placeholder {
    background-image: url('../media/svg/image-none.svg');
}
