﻿.input {
    background-color: rgb(50,50,50);
    color: rgb(225, 225, 225);
    border: 1px solid rgb(75, 75, 75);
}

.form-control {
    background-color: rgb(50,50,50);
    color: rgb(225, 225, 225);
    border: 1px solid rgb(75, 75, 75);
}

    .form-control:focus {
        background-color: rgb(50,50,50);
        color: rgb(225, 225, 225);
        border: 1px solid rgb(75, 75, 75);
    }

    .form-control:read-only {
        background-color: rgb(50,50,50);
        color: rgb(225, 225, 225);
        border: 1px solid rgb(75, 75, 75);
    }



.form-check-input {
    background-color: rgb(100,100,100);
    border-color: rgb(255, 106, 0);
}


    .form-check-input:checked {
        background-color: rgb(100,100,100);
        border-color: rgb(20, 195, 39);
    }



.form-select {
    background-color: rgb(50,50,50);
    color: rgb(225, 225, 225);
    border: 1px solid rgb(75, 75, 75);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23c8c8c8' stroke='%23c8c8c8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}