﻿.has-error {
    border-color: #dc3545;
    padding-right: 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: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.has-error-label {
    color: #dc3545;
}

.has-error:focus {
    border-color: #dc3545;
    padding-right: 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: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
}

.has-error-checkbox {
    border-color: #dc3545;
}

    .has-error-checkbox:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
    }



.has-valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    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.73L.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");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.has-valid-label {
    color: #198754;
}

.has-valid:focus {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    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.73L.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");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25)
}

.has-valid-checkbox {
    border-color: #198754;
    background-color: #198754 !important;
}

    .has-valid-checkbox:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25);
        background-color: #198754;
    }
.botID {
    position: fixed;
    width: 4rem;
    height: 4rem;
    z-index: 4;
    background: #36629a;
    border-radius: 50%;
    bottom: 32px;
    right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 50%), -2px -2px 6px 0 rgb(255 255 255 / 50%);
    -webkit-box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 50%), -2px -2px 6px 0 rgb(255 255 255 / 50%);
    -moz-box-shadow: 2px 2px 6px 0 rgba(0,0,0,.5),-2px -2px 6px 0 rgba(255,255,255,.5);
    cursor: pointer;
}

 .botID img {
        width: 90%;
        height: auto;
    }

    .botID:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19px 0 0 23px;
        border-color: #36629a transparent transparent transparent;
        position: absolute;
        bottom: -8px;
        z-index: 0;
        right: 6px;
        transform: rotate( -30deg);
    }
