body {
    background-color: #faf9f9 !important;
}

h2 {
    color: #4b00ff;
}

.container-nav {
    width: 100%;
    padding: 24px 115px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 0.1);
    box-shadow: 0 3px 15px rgb(0 0 0 / 0.1);
    position: fixed;
    z-index: 99;
}

.container-nav.area-nav{
    padding: 24px 30px;
}

.container {
    padding-top: 136px;
    padding-bottom: 20px;
}

.area-container {
    padding: 135px 20px 20px;
}

.form-section {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 0.1);
    box-shadow: 0 3px 15px rgb(0 0 0 / 0.1);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.area-container .form-section {
    padding: 15px;
}

.form-section h4 {
    color: #0557bc;
}

.form-section label {
    color: #0557bc72;
    font-weight: 600;
}

.form-section input, .form-section textarea {
    border: 1px solid #0557bc72;
    color: #0b1341;
    font-weight: 500;
}

.form-section input.form-control::placeholder, .form-section textarea.form-control::placeholder {
    color: #0557bc72 !important;
}

.btn {
    font-weight: 600 !important;
}

.upload-image img {
    color: #fff;
}

.upload-image .select {
    color: #0557bc;
    font-weight: 600;
    margin-left: 7px;
    cursor: pointer;
}

.upload-image input {
    display: none;
}

#area_layout {
    display: none;
}

.form-section .container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    margin-top: 20px;
    overflow-y: auto;
}

.form-section .container .image {
    height: 85px;
    width: 85px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    margin-bottom: 7px;
    margin-right: 7px;
}

.form-section .container .image:nth-child(4n) {
    margin-right: 0;
}

.form-section .container .image img {
    width: 100%;
    height: 100%;
}

.form-section .container .image span {
    position: absolute;
    top: -4px;
    right: 0px;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.242);
}

.form-section .container .image span:hover {
    opacity: 0.8;
}

.note {
    color: #0b1341;
    font-size: 14px;
}

#area-layout.kbw-signature {
    width: 100%;
    height: calc((100vw - 200px) / 2);
}

.kbw-signature {
    display: inline-block;
    border: 1px solid #0557bc72;
    /* -ms-touch-action: none; */
    width: 380px;
    height: 170px;
}
.kbw-signature-disabled {
    opacity: 0.35;
}

#signature64 {
    background-color: transparent !important;
}

#sig canvas {
    width: 100% !important;
    height: auto;
}

@media only screen and (max-width: 1070px) {
    .container-nav {
        padding: 0;
    }

    .container {
        padding-top: 200px;
    }
}

.upload-image {
    z-index: 1;
}

.flooring-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.flooring-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.flooring-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.flooring-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.flooring-switch input:checked + .slider {
    background-color: #0557bc;
}

.flooring-switch input:focus + .slider {
    box-shadow: 0 0 1px #0557bc;
}

.flooring-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.flooring-switch .slider.round {
    border-radius: 34px;
}

.flooring-switch .slider.round:before {
    border-radius: 50%;
}
