 @font-face {
    font-family: asico;
    src: url(/fonts/segoeui.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: asico;
    src: url(/fonts/segoeuib.ttf) format("truetype");
    font-weight: 500;
}

html * {
  font-size: 14px;
  font-family: asico;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}



.bg-custom-light {
    background-color: #e3e3e3 !important;
}

:root {
    --custom-blue: #1172b9 ;
}


.text-custom {
    color: var(--custom-blue) !important;
}

.bg-custom {
    background-color: var(--custom-blue) !important;
}

.w-fit-content{
    width: fit-content;
}

.float-left{
    float: left;
}

td {
    vertical-align: middle;
}

.contractBody *{
    font-family: asico;
    font-size: 14px !important;
    font-weight: normal;
}
.contractImg{
    max-width: 100%;
}

.contractSign {
    max-width: 70%;
    margin-top: -70px
}
#can {
    background-color: white;
    border-radius: 5px;
    border: solid 1px #0e83cd;
}

.inputNotValid {
    border-color: var(--bs-form-invalid-border-color);
    padding-left: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.isValid {
    border-color: var(--bs-form-valid-border-color) !important;
    padding-left: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: left calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

#specdata {
    background-color: #fff !important;
    color: #000 !important;
    cursor: move;
}

.progress-bar{
    overflow: visible !important;
}
.dragged {
    background-color: #e3e3e3 !important;
    cursor: move !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--custom-blue) !important;
    color: white !important;
}
.dropdown-menu {
    transform: translate(3px, 52px) !important;
    overflow: hidden;
}
.custom-shadow {
    box-shadow: 1px 1px 5px #00000047 !important;
}

.contractBody *{
    font-family: asico !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

