:root {
    --kl-primary: #b39956;
    --kl-white: #ffffff;
    --kl-dark: #0D161C;
    --kl-muted: #616265;

}

@font-face {
    font-family: cairo;
    src: url('../font/Cairo/static/Cairo-Regular.ttf');
}

body {
    font-family: "Muli", Sans-serif;
    color: var(--kl-muted);
}


.nav-link {
    color: #273250;
}
.nav-link:hover {
    color: #F04B24;
}
.active {
    color: #F04B24;
}
.nav-link .active {
    color: #F04B24;
}
.btn-primary{
    background-color: #F04B24;
    border-color: #F04B24;
}
.btn-secondary{
    background-color: #273250;
    border-color: #273250;
}
.main {

    height: 100vh;
    background-image: url('../img/background.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;


    text-align: center;
    color: #273250;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    line-height: 35px;
}

.main-title {
    padding-top: 15%;
}

.main-hello {
    margin-top: 5%;
    color: #273250;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 49px;
}

.main-btn {
    margin-top: 5%;
    font-family: "Hind", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
    border: 2px solid #000 !important;
    border-radius: 0px;
    background-color: #fff6 !important;
    padding: 8px 18px;
}

.main-btn:hover {
    margin-top: 5%;
    font-family: "Hind", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
    border: 2px solid #000;
    border-radius: 0px;
    background-color: #fff6;
    padding: 8px 18px;
}

.footer a {
    text-decoration: none !important;
    font-size: 12px;
}

.note {
    background: #eee;
    border: 1px solid #7a7a7a;
    color: #7a7a7a;
    font-size: 16px;

}

.input-label {
    color: #7a7a7a;
    width: 20%;
    font-size: 13px;
    text-align: center;
}

.input-type {
    width: 65%;
    background-color: white;
    border: 1px solid #7a7a7a;
    height: 41px;
    box-shadow: inset #8080804d 11px 0px 28px -7px;
    border-radius: 0px;
    margin-left: 22px;
  }

#camera-container {
    text-align: center;
    margin: 20px 0;
}

video {
    width: 100%;
    max-width: 500px;
}

button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

button:disabled {
    background-color: #ccc;
}



.card {
    box-shadow: 0px 4px 8px 0px #7986CB;
}

#dp1 {
    padding: 10px 20px !important;
    border: 1px solid #000 !important;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #616161 !important;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px;
    width: 180px;
}




button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.datepicker {
    background-color: #000 !important;
    color: #fff !important;
    border: none;
    padding: 10px !important;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #000;
}

thead tr:nth-child(3) th {
    color: #fff !important;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.dow,
.old-day,
.day,
.new-day {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
}

.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
    border-radius: 6px !important;
    background-color: #eee;
    color: #000;
}



.disabled {
    color: #616161 !important;
}

.prev,
.next,
.datepicker-switch {
    border-radius: 0 !important;
    padding: 20px 10px !important;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff !important;
    opacity: 0.8;
}

.prev:hover,
.next:hover,
.datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1;
}

.cell {
    border: 1px solid #BDBDBD;
    margin: 2px;
    cursor: pointer;
}

.cell:hover {
    border: 1px solid #3D5AFE;
}

.cell.select {
    background-color: #3D5AFE;
    color: #fff;
}

.disabledslot {
    pointer-events: none;
    opacity: 0.4;
}

.error {
    text-align: center;
}

/*.cpi-input .form-control {
    padding-left: 0;
}

 .cpi-input .form-control:focus,
.cpi-input .form-control:active {
    outline: none;
    box-shadow: unset;
}

.cpi-input .cpi-drop,
.cpi-input .cpi-drop:hover,
.cpi-input .cpi-drop:active,
.cpi-input .cpi-drop:focus {
    background-color: #f8f9fa;
    outline: none;
    box-shadow: unset;
    border: none;
}

.cpi-input-focus .input-group {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
        .dropdown-menu {
            max-height: 300px;
            overflow-y: auto;
        } */
        .cpi-input .form-control:focus,
        .cpi-input .form-control:active {
            outline: none;
            box-shadow: unset;
        }

        .input-phone button {
    max-height: 40px;
    margin-top: 0px;  border-radius: 0px;
    max-width: 10%;

}

.input-phone span {
    max-height: 40px;
    background-color: transparent !important;
    max-width: 15%;
}

.input-phone input {
    max-height: 40px;
    background-color: transparent;
    max-width: 100%;
  }
#video {
    border: 1px solid black;
    width: 100%;
    height: auto;
}

#canvas {
    display: none;
    width: 100%;
    height: auto;
    border: 1px solid black;

}

#capture-btn,
#save-btn {
    margin-top: 10px;
}



