@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');

:root{
    --main-color: #0961d1;
    --main-color-2: #00c6a2;
    
}
body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
}
header .row{
    margin: 0;
}
.header-content{
    min-height: 95vh;
}
.header-text{
    background-color: #fff;
    padding: 30px 15%;
    padding-right: 92px;
    letter-spacing: 3px;
}
.header-video{
    background-color: #2e73f7;
    padding: 50px;
    padding-top: 7%;
}
.header-video video{
    width: 80%;
    margin: auto;
}
.header-text h1{
    color: var(--main-color);
}
.header-text h1 span{
    color: var(--main-color-2);
}
.header-text p {
    color: var(--main-color);
}
.btn-custom{
    background-color: var(--main-color-2);
    font-weight: 600;
    transition: 0.5s;
    padding: 8px 20px;
    width: fit-content;
}
.btn-custom:hover{
    background-color: var(--main-color);
    color: #fff;
}
.accordion-item .accordion-button{
    font-size: 18px;
    padding: 16px 30px;
    color: #000;
    font-weight: 500;
}
.container .work-title h3{
    margin: 20px;
    color: var(--main-color-2);
}
.container .work-title p{
    color: var(--main-color);
    padding-left: 20px;
}
.container .accordion-item a{
    margin-top: 10px;
}
.card-container{
    justify-content: space-between;
}
.card-container .col-md-3{
    background-color: #fff;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.5);
    margin: 25px;
    border-radius: 10px;
}
.card-container .col-md-3 .icon-container{
    width: fit-content;
    margin: 20px auto;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 50%;
    font-size: 25px;
    padding: 7px 18px;
}
.card-container .col-md-3 h3{
    font-size: 22px;
    color: var(--main-color);
}
footer{
    background-color: #eee;
    padding: 20px;
    margin-top: 30px;
}
/* ------------- */


.form-title{
    color: var(--main-color);
    font-weight: 600;
}

.form{
    margin: 30px 0;
    /* box-shadow: 1px 1px 20px #000;
    padding: 15px;
    border-radius: 10px; */
}
form{
    margin: 10px;
}
/* .form label{
    margin: 10px 0;
} */
.form .form-group{
    margin-bottom: 15px;
}
.file-drop-area {
    position: relative;
    width: 465px;
    max-width: 98%;
    margin: auto;
    padding: 10px 25px;
    border: 2px solid darkgray;;
    border-radius: 10px;
    transition: 0.2s;
    text-align: center;
    padding: 21px;
    line-height: 2;
    background-color: #fcfcfc;
    transition: 1s;
    height: 280px;
    &.is-active {
        border: 2px dashed darkblue;
    }
}

.fake-btn {
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 13px;
    position: relative;
    cursor: pointer;
}

.file-msg {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    &:focus {
      outline: none;
    }
}
 .fake-btn:hover{
    background-color: var(--main-color-2);
    font-weight: 600;
    transition: 0.5s;
    color: #000;
}
.file-name{
    display: none;
    background-color: #eee;
    border-radius: 10px;
    padding: 9px;
    margin: 15px; 
    margin: 15px;
    padding-bottom: 5px;   
}
.next-btn-container{
    margin: 15px;
    text-align: center;
}
/* --------------------------- */
.file-name span{
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;;
    border: 1px solid;
    margin: 0 1px;
    border-radius: 7px;
}
.add-file{
    font-weight: 600;
    cursor: pointer;
}
.add-file:hover{
    text-decoration: underline;
}
.crop-img-container{
    display: none;
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 500;
}
.crop-btn{
    position: fixed;
    left: 30px;
    top: 30px;
    width: 200px;
}

#fileModal{
    background-color: rgba(0,0,0,0.8);
}
#output{
    background-color: #000;
    padding: 50px;
    display: none;
}
.licence-form-input .bg-overlay.driver-image{
    height: 5.5cm;
    background-image: url(../img/license.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    background-size: contain;
}
.licence-form-input .file-drop-area{
    width: 188px;
    height: 122px;
}
.licence-form-input .file-drop-area.passwordbox{
    width: 277px;
    height: 388px;
}
.licence-form-input .bg-overlay.us-passport{
    height: 100%;
    background-image: url(../img/us-passport.jpg);
    width: 100%;

    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    background-size: cover;
}
.licence-form-input .bg-overlay.foreign-passport{
    height: 100%;
    background-image: url(../img/foreign-passport.png);
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    background-size: cover;
}
.submit-document .bg-overlay{
    height: 5.5cm;
    background-image: url(../img/agency.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    background-size: cover;
}
.submit-sign-document{
    border: 2px solid darkgray;
    border-radius: 10px;
    height: 620px;
    padding: 20px;
    font-weight: 500;
}
.submit-sign-document input{
    border: unset;
    outline: unset;
    border-bottom: 1px solid #000;
}
.submit-sign-document input:focus{
    border-bottom: 1px solid #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.submit-sign-document #name{
    width: 10ch;
    min-width: 10ch;
}
.submit-sign-document select{
    width: 90px;
    padding: 8px 2px;
    box-shadow: 1px 1px 5px #000;
}
.submit-sign-document .printFormBtn{
    /* display: none; */
    font-size: 20px;
    position: absolute;
    bottom: -60px;
    left: 45%;
}
.submit-sign-document .printFormBtn button{
    font-size: 20px;
}
/* .submit-sign-document .bg-overlay{
    height: 5.5cm;
    background-image: url(../img/sign.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
} */
.upload-signed-document .bg-overlay{
    height: 5.5cm;
    background-image: url(../img/emptyForm.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
    background-size: cover;
}
.form-num{
    color: red;
}
.submit-document .file-drop-area , .submit-sign-document .file-drop-area, .upload-signed-document .file-drop-area{
    height: 610px;
}
.custom-container{
    width: 95%;
    margin: auto;
}
.first-section{
    width: 11cm;
    max-width: 100%;
}
.second-section{
    width: 500px;
    max-width: 100%;
}

textarea{
    font-family: 'Freehand', cursive;
}
.foreign-passport{
    display: none;
}
form img{
    border: 2px solid darkgray;
    border-radius: 10px;
}

.letterQ{
    /* animation: cssAnimation 24s 30 linear; */
    position: relative;
    z-index: 11;
}
/* @keyframes cssAnimation {
    from {
        transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
    }
    to {
        transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }
} */
/* .licence-form-input .file-drop-area .fake-btn{
    margin-top: 20%;
} */
/* .section-action .row > div{
    opacity: 0;
    transition: opacity 1s;
}
.section-action .row > div:first-child{
    opacity: 1;
    transition: opacity 1s;
}
.container .section-action .row >  .hide {
    opacity: 0;
}

.container .section-action .row >  .show {
    opacity: 1;
} */

/* .calendar{
    display: none;
} */
#calendar-container {
    max-width: 100%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#calendar-header {
    background-color: #4285f4;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#calendar-header h2 {
    margin: 0;
}

#prevMonth, #nextMonth {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
}

#prevMonth:hover, #nextMonth:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#calendar {
    width: 100%;
    border-collapse: collapse;
}

#calendar th, #calendar td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

#calendar th {
    background-color: #f1f1f1;
    color: #555;
}

#calendar td {
    cursor: pointer;
    transition: background-color 0.3s;
}

#calendar td:hover {
    background-color: #f9f9f9;
}

#calendar td.other-month {
    color: #999;
}
.show-appointment{
    display: none;
}
.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 888888888888;
    display: none;
}
.popup-form{
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    padding: 30px;
    margin: auto;
    margin-top: 5%;
    border-radius: 15px;

}

.signDiv{
    position: absolute;
    right: 0;
    background-color: #fff;
    text-align: right;
    display: none;
}
.signDiv .border-sign{
    border: 3px solid #000;
    width: 200px;
    height: 100px;
}
.appointment-data{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 650px;
    line-height: 2;
    font-size: 20px;
    font-weight: 500;
}
.appointment-data select{
    padding: 5px 2px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #000;
}
.small-underline{
    position: relative;
}
.small-underline::after{
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 2px;
    left: 0;
    background-color: var(--main-color);
}
.after-register{
    display: none;
}
.not-complete{
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 600;
}
@media print {
    .no-print{
        display: none;
    }
    .submit-sign-document{
        width: 100%;
        margin: 0;
        border: none;
    }
    .submit-sign-document p{
        line-height: 2;
    }
    .empty-form-container{
        width: 100% !important;
    }
    .signDiv{
        display: block;
    }
}

.section-action{
    width: 100%;
    max-width: 1465px;
    margin: auto;
}
.left-sidebar{
    position: absolute;
    left: 0;
    top: 10%;
}
.left-sidebar .alert-success{
    display: none;
    transition: 0.5s;
    white-space: no-wrap;
}


.line-img{
    position: absolute;
    bottom: -10px;
    height: 50px;
    left: 78%;
    overflow: hidden;
    width: 280px;
}
.line-img img{
    animation: line-animation 120s infinite;
} 

@keyframes line-animation {
    0%{
        transform: translate(0, 0);
    }   
    100%{
        transform: translate(-300px, 0);
    }
}

.licence-container > .form > p{
    font-weight: 500;
    color: red;
    margin-bottom: 6px;
}
.licence-container > .form > p > select{
    font-size: 20px;
    padding: 3px 5px;
    border-radius: 5px;
    width: 59px;
    border: 2.5px solid red;
}

.licence-form-input .question-images{
    margin-top: 15px;
}




.progress-steps {
    display: flex;
    /* justify-content: space-between; */
    margin: auto;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: fit-content;
}

 .progress-steps .step {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ccc;
  position: relative;
  cursor: pointer;
}

.progress-steps .line {
  position: relative;
  top: 15px;
  height: 3px;
  background-color: var(--main-color);
  margin-left: 5px; 
  width: 50px;
}

.progress-steps .active {
  border-color: var(--main-color);
  color: var(--main-color);
}
.progress-steps .active.selected{
    background-color: var(--main-color);
    color: #fff;
}
.moreSigners{
    display: none;
}


/* clint page */

#pdf-container{
    border: 20px solid #494949;
}

.videos div{
    border: 2px solid #000;
}
.videos div img{
    width: 100%;
    max-width: 300px;
    height: 200px;
    margin: auto;
    display: block;
}
.videos table{
    width: 90%;
    max-width: 350px;
    min-width: fit-content;
    margin: auto;
}
.videos .licence-img{
    width: fit-content;
    margin: auto;
}
.box-content{
    font-weight: 500;
}
.box-content .signed-img{
    border-bottom: 1px solid #000; 
    width: 150px;
    text-align: center;   
}
.box-content input{ 
    width: 100px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #000;    
}

.icons-sidebar{
    width: fit-content;
    background-color: #fff;
    box-shadow: 1px 1px 20px #000;
    border-radius: 15px;
    line-height: 1.5;
    padding: 0;
}
.icons-sidebar ul{
    list-style: none;
    font-size: 35px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    height: 600px;
}
.icons-sidebar ul li{
    border-bottom: 1px solid #696969;
    padding: 5px 8px;
}
.icons-sidebar ul li:hover{
    background-color: var(--main-color);
    color: #fff;
}
.icons-sidebar ul li:first-child:hover{
    border-radius: 10px 10px 0px 0;
}
.icons-sidebar ul li.active{
    background-color: var(--main-color);
    color: #fff;
}
.icons-sidebar ul li:first-child.active{
    border-radius: 10px 10px 0px 0;
}
.uploadFiles{
    width: 500px;
}
.uploadFiles img{
    border: 2px solid darkgray;
    border-radius: 10px;
}
.signersImg{
    display: none;
}
.next1{
    display: none;
}