.content-body .container {
    margin-top: 2.5rem;
}

.content-body .container-fluid {
    padding-top: 2.25rem;
    padding-right: 10rem;
    padding-left: 10rem;
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.9375rem);
    padding-left: var(--bs-gutter-x, 0.9375rem);
    margin-right: auto;
    margin-left: auto;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #222;
    background-clip: border-box;
    border-radius: 0.75rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title {
    font-size: 3.25rem;
    font-weight: 600;
    color: #e50000 !important;
    text-transform: capitalize;
    text-align: center;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-body {
    padding: 1.875rem;
}

.form-label {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    color: #e50000;
    background-color: #222;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #969ba0;
    background-color: #fff;
    border-color: #89b1fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(19, 98, 252, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly],
.form-control:disabled:hover,
.form-control[readonly]:hover {
    background-color: #e9ecef;
    opacity: 1;
}


.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #969ba0;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;

}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #969ba0;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control:hover,
.form-control:focus,
.form-control.active {
    box-shadow: none;
    background: #222;
    color: #e50000;
    font-weight: 500;
}

.form-control:hover,
.form-control:focus,
.form-control.active {
    border-color: red;
    border: 1px solid;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #969ba0;
    background-color: #fff;
    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;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #F2F2F2;
    border-radius: 0.75rem;
    appearance: none;
}

.form-select:focus {
    border-color: #89b1fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(19, 98, 252, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #969ba0;
}

.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}


.form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 0px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    appearance: none;
    margin-right: 10px;
}

.form-check-label {
    margin-left: 0.3125rem;
    margin-top: 0.1875rem;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.form-check-inline {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

@media only screen and (max-width: 75rem) {

    .content-body .container-fluid {
        padding-top: 1.875rem;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
}

@media only screen and (max-width: 47.9375rem) {

    .content-body .container-fluid {
        padding-top: 1.25rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}

@media only screen and (max-width: 35.9375rem) {

    .content-body .container-fluid {
        padding-top: 0.9375rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

[data-container="boxed"] .content-body .container-fluid {
    padding: 2.5rem;
}

@media only screen and (max-width: 35.9375rem) {
    .card-body {
        padding: 1rem;
    }
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    color: #969ba0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    letter-spacing: 0.2px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(34 34 34);
    padding: 0px 10px;
    font-weight: 400;
    line-height: 35px;
    border-radius: 0.75rem;
    color: #e50000;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #757575 transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 10px;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #222;
    border-radius: 0.75rem;
    font-weight: 600;
    color: #e50000;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #fbfbfb;
    background-color: #222222;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.options li {
    margin: 0 0;
    padding: 5px 10px;
    color: #fff;
}

.options li:hover {
    background-color: #e50000;
    color: #fff;
    border-radius: 10px;
}