
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #fff;
    text-align: var(--bs-body-text-align);
    background-color: #141414;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.checbox-sec {
    display: inline-flex;
    height: 38px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    align-content: stretch;
    justify-content: flex-start;
}

.checbox-sec > .form-check{
    margin-right:2rem;
    
}

.hide{
    
    display:none;
}

form{
    margin:5rem 0px;
    margin-top:2rem;
}

/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover, */
/*input:-webkit-autofill:focus, */
/*input:-webkit-autofill:active{*/
/*    -webkit-box-shadow: 0 0 0 30px #141414 inset !important;*/
/*    color:#fff;*/
/*}*/

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Karla', sans-serif;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control:focus {
    color: #727271;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(114 114 113);
}

label{
    font-family: 'Karla', sans-serif;
    font-weight:bold;
color: #fff;}


.form-check-input:checked {
    background-color: #141414;
    border-color: #ffffff;
}

.form-check-input:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 0 0 / 51%);
}

.btn-primary {
    color: #141414;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #00000014;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 999;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    background: #010102;
    transition: 0.5s all;
}

.active-menu-scroll {
    background: #010101;
}

.btn-primary:hover {
    color: #fff;
    background-color: #141414;
    border-color: #fff;
}


.btn-primary:focus {
    color: #fff;
    background-color: #020202bf;
    border-color: #020202c9;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #727271;
    border-color: #727271;
    box-shadow: 0 0 0 0.25rem #72727100 !important;
}


.form-control:focus {
    color: #fff;
    background-color: #fff0;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 25%);
}



.error-form{
    color: red;
    border-bottom: 1px solid;
}

.label-error{
    color: red;
}




@media screen and (max-width: 720px) {
.checbox-sec {
    display: inline-flex;
    height: 110px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    align-content: flex-start;
    justify-content: flex-start;
}
}

.form_signature{
    width: 400px;
    padding: 10px 0px;
    position:relative;
}

.signature-pad {
  position: relative;
  left: 0;
  top: 0;
  width:400px;
  height:200px;
  background: #fff;border:1px solid;
}

.clear_signature{
    
    width: 2rem;
    height: 2rem;
    z-index: 9999;
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    text-align: center;
    color: #141414;font-size: 25px;
    display:none;

}


.loader-08 {
position: relative;
    width: 100px;
    height: 100px;
}
.loader-08:before, .loader-08:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-08 2s infinite ease-in-out;
          animation: loader-08 2s infinite ease-in-out;
}
.loader-08:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

#overlay_load{
    
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    left: 0;
    z-index: 99999;
    background: #426fb51c;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity:0;
    visibility:hidden;
    transition:0.5s;
}

.show_loader{
       opacity:1 !Important;
    visibility:visible !Important; 
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


element.style {
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff0;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    border: 0;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

option{
    background-color:#141414;
}

.form-select:focus {
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 253 253 / 0%);
}