.navbar-brand {
    background: #ececec;
    text-align: center;
}

.navbar-brand img {
    padding: 15px;
    width: 150px;
}

.footer {
    font-size: 12px;
    font-weight: 100;

}

.form-label {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #e5192e;
    background-color: #e5192e;
}

.toast button {
    line-height: 0.7;
}

.toast i {
    margin: 0px 0px 0px 5px;
}

.table td {
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
}

.table th {
    font-size: 14px;
    padding: 10px;
}

.toast {
    position: fixed;
    top: 5px;
    right: 5px;
    min-width: 250px;
    max-width: 300px;
}

.pw-a {
    padding: 0;
    line-height: 0;
    color: inherit;
}

.bg-extra-light {
    background: #f9fbfd;
}

.doc-div {
    margin: -25px;
    border-radius: 0;
}

button i {
    margin-right: 5px;
}

.excel-upload i {
    font-size: 4rem;

}

.outlet-upload .card {
    min-height: 350px;
}

.accordion .card {
    margin-bottom: 10px;
}

.accordion .card-header {
    padding: 0.25rem 10px;
}

.pointer {
    cursor: pointer;
}

.remove_field i {
    font-size: 25px;
    line-height: 0;
}

.qs-asnwers .list-group-item {
    padding: 0.3rem 0.5rem;

}

.dh-count i {
    font-size: 2.3rem;
    color: #ff1726;
}

.dashboard-table td {
    font-weight: 400;
    font-size: 15px;
    padding: 1rem;
}

.dashboard-table th {
    font-weight: 400;
    font-size: 15px;
    padding: 1rem;
}

.field_error {
    font-size: 12px;
    color: #ff1d35;
    font-weight: 500;
}

.rounded-10 {
    border-radius: 10px;
}

.sample-download {
    text-align: right;
    font-size: 15px;
}

.delete-o-badge {
    padding: 5px 20px 5px 5px;
}

.delete-o-badge a {
    margin: 5px 0px 0px 5px;
    line-height: 0;
    font-size: 14px;
    position: absolute;
}

.opacity-5 {
    opacity: 0.5;
}

.outlet-table th,
.outlet-table td {
    font-size: 12px;
}

option:disabled {
    color: #d5d5d5;
}

.buttons-excel {
    padding-left: 7px;
    border: none;
    background: #dddddd;
    font-size: 14px;
}

.buttons-excel::before {
    font-family: remixicon !important;
    content: "\ec54";
    margin: 0px 5px 0px 0px;
}

input[type="file"] {
    padding: 0.175rem 0.35rem;
}

.nav-tabs button:focus {
    outline: none;
    outline: none;
}

.redius-10 {
    border-radius: 10px;
}

.no-filter {
    padding: 10px !important;
}

.no-filter::before,
.no-filter::after {
    display: none !important;

}

.doc-card {
    box-shadow: 0 3px 9px 0 rgb(169 184 200 / 48%);
    -webkit-box-shadow: 0 3px 9px 0 rgb(169 184 200 / 48%);
    -moz-box-shadow: 0 3px 9px 0 rgb(169 184 200 / 48%);
}

.doc-card .card-header {
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #e5e5e5;
}

.till-input{
    height: calc(1.85em + 0.75rem + 2px);
    font-size: 0.8rem;
}

.was-validated .custom-select:invalid+.select2 .select2-selection {
    border-color: #dc3545 !important;

    padding-right: calc(1.5em + 0.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(0.375em + 2rem) center;
    background-size: calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
}

.was-validated .custom-select:valid+.select2 .select2-selection {
    border-color: #28a745 !important;
    padding-right: calc(1.5em + 0.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(0.375em + 2rem) center;
    background-size: calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
}
.cursor-pointer{
    cursor: pointer !important;
}