/*start_all*/

body {
    min-width: 320px;
    background: #0b1b27;
    zoom: 90%;
    color: #1a1a1a;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.09em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

t {
    box-sizing: border-box;
}
th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* img {
  width: 100%;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

.bg-img {
    background: url("../img/bg.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.main-image-response{
    width: 100%;
    word-wrap: break-word;
}
.bg-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.content {
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: 999;
    padding-bottom: 280px !important;
    text-align: center;
    padding: 30px;
    width: 100%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.2);
    /* margin: 0 20px; */
}

.content header {
    color: #1d50a2;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    /* font-family: "Montserrat", sans-serif; */
}

.field {
    position: relative;
    height: 45px;
    width: 100%;
    display: flex;
    background: #eaeaea;
    border: 1px #ccc solid;
    border-radius: 4px;
}

.field span {
    color: #222;
    width: 40px;
    line-height: 45px;
}

.field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.space {
    margin-top: 16px;
}
.modal-body {
    height: 65vh;
    overflow-y: auto;
}
.show {
    position: absolute;
    right: 13px;
    top: 85px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    display: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.pass-key:valid~.show {
    display: block;
}

.pass {
    text-align: left;
    margin: 10px 0;
}

.pass a {
    color: red;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.pass:hover a {
    text-decoration: underline;
}

.field input[type="submit"] {
    background: #1d50a2;
    border: 1px solid #1d50a2;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    border-radius: 4px;
}

.field input[type="submit"]:hover {
    background: #2691d9;
}

.login {
    color: red;
    margin: 20px 0;
    font-family: "Poppins", sans-serif;
}

.links {
    display: flex;
    cursor: pointer;
    color: red;
    margin: 0 0 20px 0;
}

.links i {
    font-size: 17px;
}

i span {
    margin-left: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.signup {
    font-size: 15px;
    color: red;
    font-family: "Poppins", sans-serif;
}

.signup a {
    color: #3498db;
    text-decoration: none;
}

.signup a:hover {
    text-decoration: underline;
}

.logo {
    text-align: center;
}

.logo img {
    width: 220px;
}


/*start_in*/

.bg-img1 {
    background: #0b1b27 url("../img/bg_in.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
    /* height: 100vh; */
    background-size: cover;
    background-position: center;
}

.header {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    height: 9.5vh!important;
}



.main-highlight {
    width: 96%;
    border-radius: 20px;
    /* border: 2px solid #fff; */
    /* margin: 0 auto; */
    padding: 0;
    /*height: 40vh;*/
    background: #fff;
    margin-left: 2%;
    margin-right: 2%;
    /* background: #093551;
    background: -webkit-linear-gradient(bottom, #093551, #242725);
    background: -moz-linear-gradient(bottom, #093551, #242725);
    background: linear-gradient(to top, #093551, #242725); */
}

.box {
    /* margin: 50px; */
    /* width: 100% !important; */
    height: 67vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #1E232C; */
    color: red;
    font-size: 20px;
    position: relative;
    /* border: 1px #1d50a1 solid; */
    /* background: url(../img/photo.jpg) center; */
    background-size: cover;
}


/* .box:before,
.box:after {
  width: 80px;
  height: 80px;
  content: '';
  position: absolute;
}

.box:before {
  border-top: 4px solid #1d50a1;
  border-left: 4px solid #1d50a2;
  top: -4px;
  left: -4px;
}

.box:after {
  border-right: 4px solid #1d50a2;
  border-bottom: 4px solid #1d50a2;
  bottom: -4px;
  right: -4px;
} */

h3 {
    text-align: center;
    color: #3573cb;
    font-size: 16px;
    font-weight: 600;
}

.box1 {
    /* margin: 50px; */
    /* width: 100px; */
    position: absolute;
    width: 80%;
    left: 10%;
    top: 46%;
    display: block;
    align-items: center;
    justify-content: center;
    /* background: #1E232C; */
    color: #fff;
    font-size: 16px;
    padding: 8px 9px 5px 9px;
    border: 1px #e0e0e0 solid;
    background: url(../img/map.jpg) center;
    background-size: cover;
    border-radius: 20px;
}

.box1 h3 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

.text-center {
    text-align: center;
}

.location img {
    width: 12px;
}

.copy {
    text-align: center;
    color: #999;
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
}

.button-one {
    width: 80%;
    padding: 3px 9px !important;
    outline: none;
    background-color: #2ecc71;
    border: none;
    border-radius: 20px;
    border: 1px #2ecc71 solid;
    /* margin: 20px auto 0 auto; */
    color: #fff;
    font-weight: bolder;
    font-size: 13px;
}

.button-one:hover {
    background-color: #1d50a2;
    border: 1px #1d50a2 solid;
}

.button-one.disabled {
    background: #f1f1f1;
    border: 1px #f1f1f1 solid;
    cursor: not-allowed;
    color: #ddd;
}

.dropdown-index {
    font-family: "Prompt";
    width: 100%;
    padding: 3px 9px !important;
    outline: none;
    background-color: #cdd4d6;
    border: none;
    border-radius: 5px;
    border: 1px #cdd4d6 solid;
    /* margin: 20px auto 0 auto; */
    color: #3f3c3c;
    font-weight: bolder;
    font-size: 4vw;
}

.btn-sign {
    font-family: "Prompt";
    width: 80%;
    padding: 4px 9px !important;
    outline: none;
    background-color: #2ecc71;
    border: none;
    /* border-radius: 20px; */
    border: 1px #2ecc71 solid;
    /* margin: 20px auto 0 auto; */
    color: #fff;
    font-weight: bolder;
    font-size: 4vw;
    margin-right: 10px;
    border-radius: 20px;
    width: 50%;
}

.check-out {
    background-color: #be143c;
    border: 1px solid #be143c;
}

.account {
    width: 100%;
    /* margin-left:10%; */
    background: #ced6e0;
    border-radius: 20px;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: 0;
    border: 3px solid #fff;
}

.staff {
    padding-left: 0;
    padding-right: 0;
    background: #54a2c7;
    border-radius: 20px 0 0 20px;
    color: #fff;
}


/* .logout {
    background: #c61111;
    display: block;
    border-radius: 20px;
    padding: 0 5px 0px 5px;
    color: #fff;
    text-decoration: none;
} */

#video {
    height: 32vh;
    width: 100%;
}

.imap {
    width: 7%;
    vertical-align: middle;
}

.sec-bottom {
    /* background-color: #fff; */
    width: 100%;
    margin-top: 10px;
    height: 40vh;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 20px;
    background: #093551;
    background: -webkit-linear-gradient(bottom, #093551, #242725);
    background: -moz-linear-gradient(bottom, #093551, #242725);
    background: linear-gradient(to top, #093551, #242725);
    color: #f49013;
    font-size: 5vw;
    /* border: 2px solid #fff; */
}

.warning {
    display: none;
    color: red;
    font-size: 13px;
    text-align: center;
}

.action-working:active {
    background-color: #999;
}


/*
.sec-video {
    border-radius: 20px;
    background: #093551;
    background: -webkit-linear-gradient(bottom, #093551, #242725);
    background: -moz-linear-gradient(bottom, #093551, #242725);
    background: linear-gradient(to top, #093551, #242725);
} */

.icon-dot {
    height: 7vh;
}


/* @media screen and (max-width:425px){
} */


/* .swal-title {
  margin: 0px;
  font-size: 16px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  margin-bottom: 28px;
} */

.bottom-location {
    text-align: center;
    margin-top: 1.5vh;
    margin-bottom: 1vh
}

.btn-current-location {
    font-family: "Prompt";
    background: url('../img/location.jpg');
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 4.5vw;
    padding: 0;
    color: #fff;
    width: 100%;
}

.btn-report {
    font-family: "Prompt";
    background: #093551;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 3.5vw;
    padding: 5px 2px;
    color: #fff;
    width: 100%;
}

.btn-calendar {
    font-family: "Prompt";
    background: #093551;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 3.5vw;
    padding: 5px 2px;
    color: #fff;
    width: 100%;
}

.fc-title {
    padding: 0 1px;
    white-space: normal;
}

.ui-datepicker-trigger {
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

.fade2 {
    transform: scale(0.9);
    opacity: 0;
    transition: all .2s linear;
    display: block !important;
}

.fade2.show {
    opacity: 1;
    transform: scale(1);
}


/* --------------------- MODAL SIGN ----------------- */

.sign-modal-content {
    border-radius: 10px;
    background: #536976;
    background: -webkit-linear-gradient(to right, #292E49, #536976);
    background: linear-gradient(to right, #292E49, #536976);
    box-shadow: 0 4px 8px 0 rgb(142 151 154 / 45%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.title-sign-modal {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.box-sign-image {
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    padding: 0;
}

.cap-sign-image {
    text-align: center;
    padding: 10px 20px;
    color: #fff;
}

#CapturePhoto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.cap-sign-image p {
    color: #fff;
    font-size: 4.5vw;
}

#ContentReport {
    color: #fff;
    border: 2px solid #fff;
    background: #536976;
    background: -webkit-linear-gradient(to right, #292E49, #536976);
    background: linear-gradient(to right, #292E49, #536976);
}

.swal-modal .swal-text {
    text-align: center;
}

.label-drop {
    font-size: 4vw;
    line-height: 7vw;
    color: #fff;
    text-align: left;
    padding-left: 0;
}

.select-type-report {
    width: 100%;
    font-size: 4.5vw;
    padding: 4px 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.show-loading-screen {
    display: flex !important;
}

.loading-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    background-color:rgba(0,0,0,0.5);
    z-index:9999999
}
    
.loader-n {
    width: 100%;
    height: 15px;
    text-align: center;
}

.dot {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    display: inline-block;
}

.dot:first-child:before {
    animation-delay: 0ms;
}

.dot:first-child:after {
    animation-delay: 0ms;
}

.dot:last-child:before {
    animation-delay: 200ms;
}

.dot:last-child:after {
    animation-delay: 200ms;
}

.dot:before{
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: blue;
    animation-name: dotHover;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(.82,0,.26,1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
    background: white;
    border-radius: 100%;  
}

.dot:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: black;
    box-shadow: 0px 0px 1px black;
    opacity: .20;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100%;
    animation-name: dotShadow;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(.82,0,.26,1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
}

@keyframes dotShadow {
    0% {
    transform: scaleX(1);
    }
    50% {
    opacity: 0;
    transform: scaleX(.6);
    }
    100% {
    transform: scaleX(1);
    }
}

@keyframes dotHover {
    0% {
    top: 0px;
    }
    50% {
    top: -50px;
    transform: scale(1.1);
    }
    100% {
    top: 0;
    }
}