/* PRINTSMART24 - CSS v.0.1
Created on Jul 09th 2020 05:00 PM,
Updated on ___,
Handcoded & Copyright by IOBITDEV
IOBIT.DEV */

html,
body {
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

img {
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: middle;
    width: 100%;
}

::selection {
    background: #E50019;
    color: #fff;
}

::-moz-selection {
    background: #E50019;
    color: #fff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #E50019;
}

input {
    -webkit-appearance: none;
}

.iobitdev-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.antriOnline__bgFooter {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.antriOnline {
    padding: 50px 20px;
}

.logo {
    max-width: 271px;
    margin: auto;
}

.antriOnline main {
    text-align: center;
}

.antriOnline main .title {
    margin: 80px auto 50px auto;
    max-width: 540px;
}

.antriOnline form {
    max-width: 410px;
    margin: auto;
}

.antriOnline form input {
    width: 100%;
    border: 1px solid #707070;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.antriOnline form input#daftar {
    width: 200px;
    margin-top: 10px;
    background-color: #E50019;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease;
}

.antriOnline form input#daftar:hover {
    background-color: #707070;
}

.bigTitle {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 12px;
    letter-spacing: 1px;
}

.title__registerDone .doneIco {
    max-width: 100px;
    margin: auto;
    margin-bottom: 25px;
}

.antriOnline .image {
    max-width: 640px;
    margin: 25px auto;
}

.antriOnline__office .image {
    max-width: 530px;
    margin: 25px auto;
}

.antriOnline .welcomeTitle {
    max-width: 800px;
    margin: auto;
}

.antriOnline .welcomeTitle span {
    font-weight: 800;
}

.antriOnline__office .welcomeTitle {
    max-width: 900px;
}

.antriOnline__office .welcomeTitle .welcomeName {
    font-size: 18px;
}

.nomorantridisplay {
    margin-top: 30px;
}

.nomorantridisplay__title {
    font-weight: 600;
}

.nomorantridisplay__number {
    font-weight: 600;
    font-size: 56px;
    line-height: normal;
    letter-spacing: 1.5px;
}

a.btn {
    display: block;
    width: 160px;
    padding: 12px;   
    background-color: #E50019;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s ease;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    text-transform: uppercase;
}

a.btn:hover {
    background-color: #707070;
}

.antriOnline form input.btn {
    display: block;
    width: 180px;
    padding: 14px;   
    background-color: #E50019;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s ease;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    text-transform: uppercase;
}

.antriOnline form input.btn:hover {
    background-color: #707070;
}

.antriOnline form input.btn-done__ico {
    background-image: url('../img/done.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 50px;
    height: 50px;
}

.antriOnline form input.btn-done__ico:hover {
    background-color: transparent!important;
}

/* 
.show {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    margin-top: -20px;
    margin-left: -75px;
    background: #e74c3c;
    color: #fff;
    border-radius: 5px;
    border: 0;
    border-bottom: 2px solid #c0392b;
    cursor: pointer;
}

.show:hover {
    background: #c0392b;
}

.show:active {
    transform: scale(0.9);
} */

.show {
    width: 26px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.2s ease;
}

.show:hover {
    opacity: 0.7;
}

/* .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
} */

.close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: 0.2s ease;
}

.close:hover {
    opacity: 0.6;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 580px;
    height: auto;
    /* margin-left: -200px;
    margin-top: -150px; */
    background: #fff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    /* transform: translateY(45px); */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}

.active {
    visibility: visible;
    opacity: 1;
}

.active + .modal {
    visibility: visible;
    opacity: 1;
    /* transform: translateY(0); */
}

.infoWrap {
    text-align: center;
    padding: 20px 35px 35px 35px;
}

.infoWrap__title {
    font-size: 24px;
    font-weight: 800;
    color: #E50019;
    margin-bottom: 7px;
}

.btn-done {
    display: block;
    width: 40px;
    margin: 5px auto;
    transition: 0.2s ease;
}

.btn-done:hover {
    opacity: 0.7;
}
  
/* animate */
.heartbeat {
    -webkit-animation: heartbeat 2s infinite both;
            animation: heartbeat 2s infinite both;
}

.refreshWrap {
    font-size: 15px;
    font-weight: 500;
}

.antriOnline__office hr {
    max-width: 800px;
}

.antriOnline__office .refreshWrap a {
    width: 260px;
}

.welcomeCustomer .info {
    font-size: 12px;
    max-width: 750px;
    margin: 10px auto;
    color: #6d6d6d;
    border-top: 1px solid #6d6d6d;
    padding-top: 10px;
}

 @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
.obj-narrow {
    display: none;
}

/* s : new update 25 jul 23 */
.additional-info {
    max-width: max-content;
    background-color: #F5F5F5;
    text-align: center;
    padding: 10px 15px;
    margin: 55px auto;
    border-radius: 10px;
}

.additional-info p {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.info-title {
    font-size: 14px;
}

.info-title img {
    width: 16px;
    position: relative;
    top: -1px;
}

p.info-subtitle {
    font-size: 12px;
    color: #a5a5a5;
    margin: 2px auto;
}

.info-subtitle2 {
    font-size: 10px;
    color: #a5a5a5;
}

.overlay-whatsapp-confirm {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.overlay-whatsapp-confirm .overlay-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.overlay-whatsapp-confirm .overlay-box-wrap {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: max-content;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.overlay-box-wrap p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.overlay-box-wrap p img {
    width: 16px;
    position: relative;
    top: -1px;
}

.overlay-title {
    font-size: 18px;
    font-weight: 500;
}
p.overlay-title2 {
    font-size: 14px;
    font-weight: 400;
    margin: 5px auto;
    color: #a5a5a5;
}
.overlay-title3 {
    font-size: 10px;
    color: #a5a5a5;
    font-weight: 400;
}

.button-wrap {
    margin-top: 10px;
}

.button-wrap a {
    width: 180px;
    padding: 8px;   
    background-color: #E50019;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
    transition: 0.2s ease;
}
.button-wrap a.secondary {
    background-color: #6d6d6d;
}
.button-wrap a:hover {
    opacity: 0.3;
}
.overlay-whatsapp-confirm-show {
    display: block;
}
.antriOnline main .title strong {
    color: #e50019;
}
/* e : new update 25 jul 23 */

@media (max-width: 767px) {
    .antriOnline {
        padding: 35px 15px;
    }
    .show {
        width: 35px;
        margin-top: 10px;
    }
    body {
        line-height: 1.9;
        font-size: 17px;
    }
    .antriOnline .image {
        margin: 15px auto;
    }
    .obj-wide {
        display: none;
    }
    .obj-narrow {
        display: block;
    }
    .nomorantridisplay {
        margin-top: 20px;
    }
    .antriOnline .image {
        max-width: 300px;
    }
    .antriOnline main .title {
        margin: 30px auto 30px auto;
    }
    .additional-info {
        padding: 10px;
    }
    .overlay-whatsapp-confirm .overlay-box-wrap {
        width: 90%;
        padding: 15px;
    }
    .button-wrap a {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .antriOnline {
        padding: 20px 10px;
    }
    .logo {
        max-width: 210px;
    }
    .nomorantridisplay {
        margin-top: 10px;
    }
    body {
        line-height: 1.8;
        font-size: 15px;
    }
    .show {
        width: 30px;
    }
    .antriOnline .image {
        max-width: 260px;
    }
}
