.form-wrapper{
    border-radius: 7px
}

.form-wrapper label{
    font-weight: bold
}

.errors li{
    list-style: none;
    width: 100%;
    text-align: left;
}

.errors ul{
    padding-left: 0px;
    margin-bottom: 0px
}

@media (max-width: 768px){
    .form-wrapper .text-right{
        text-align: center !important;
    }
    
    .form-wrapper .btn-primary{
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 1400px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        margin-right: 0 !important
    }
}

.pointer,.form-check label,.form-check input, .cursor-poiner {cursor: pointer;}

.close-jq-toast-single {
    top: -4px !important;
    right: -14px !important;
}

.task-list-hover{
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

html[data-bs-theme="dark"] .task-list-hover:hover{
    color: #212529 !important;
    background-color: white !important;
}

html[data-bs-theme="light"] .task-list-hover:hover{
    background-color: #212529 !important;
    color: white !important;
}

.task-list-hover.border-bottom:last-of-type{
    border-bottom: 0px !important;
}

.text-normal{
    font-weight: normal;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    -webkit-transform: scale(.7) translateY(-.5rem) translateX(.15rem) !important;
    transform: scale(.7) translateY(-.5rem) translateX(.15rem) !important;
}

.table-manager-invoice .form-floating>label{
    padding: 1.5rem 1.3rem !important;    
    -webkit-transform-origin: 20px 20px !important;
    transform-origin: 20px 20px !important;    
}

.w-35{
    width: 35%
}
.w-100{
    width: 100%
}

.border-start-0{
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important
}

.select-show-arrow{
    -webkit-appearance: listbox !important;
    -moz-appearance: listbox !important;
    appearance: listbox !important;
}

.dashboard .row-table .card{
    max-height: 250px;
    min-height: 250px
}

.dashboard .list-top-panel .card{
    max-height: 145px;
    min-height: 145px    
}

.alert-info .text-link{
    color: #fff !important;
}

.flatpickr-day.flatpickr-disabled{
    background-color: rgba(0,0,0,0.14) !important
}

.single-template-invoice:nth-child(even) {
    background-color: rgba(0,0,0,0.18) !important
}

.autocomplete-suggestions {
    border: 1px solid #ddd;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}
.autocomplete-suggestion {
    padding: 8px;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    background-color: rgba(0,0,0,0.12);
}

html[data-bs-theme=dark]{
    .autocomplete-suggestions{
        border: var(--ct-border-width) solid var(--ct-border-color);
        background-color: var(--ct-tertiary-bg);
        border: var(--ct-border-width) solid var(--ct-border-color);
        color: var(--ct-body-color);
        opacity: 0.94
    }
    
    .autocomplete-suggestion:hover {
        background-color: rgba(0,0,0,0.6);
    }
}


#race-modal{
    #select {
        border-radius: 50%;
    }

    .item {
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: #3498db;
        color: white;
        text-align: center;
        border-radius: 50%;
        transform-origin: 150px;
    }

    .highlight {
        background-color: #49526b;
    }

    .win {
        background-color: #815ac5;
    }
    
    .modal-dialog{
        min-width: 448px !important;
        max-width: 448px !important
    }
}