.form-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.form-box-secondary {
    background: #eceffd;
    padding: 20px;
}
.btn {
    border-radius: 12px;
    padding: 4px 10px;
}
.card-title {
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    .dataTables_filter label {
        width: 100%;
        padding: 0px 8px 12px;
    }
    #report-page .nav-tabs {
        margin-top: 20px;
    }
    .dataTables_filter input {
        width: 92% !important;
    }
    .breadcrumb {
        font-size: 11px;
    }
    label {
        font-family: Roboto;
        font-weight: 410 !important;
        font-size: 11px;
    }
    .label-form {
        font-family: Roboto;
        font-weight: 410 !important;
        font-size: 11px;
    }
}
@media screen and (min-width: 600px) {
    .dataTables_filter input {
        width: 300px !important;
    }
    label {
        font-family: Roboto;
        font-weight: bold !important;
        font-size: 14px;
    }
    .label-form {
        font-family: Roboto;
        font-weight: 410 !important;
        font-size: 14px;
    }
}
.form-control {
    border: 1px solid #a8a8a8;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 7px;
}

.daterangepicker {
    border-radius: 20px;
    box-shadow: -3px 11px 20px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -3px 11px 20px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -3px 11px 20px 4px rgba(0, 0, 0, 0.1);
}
/* .daterangepicker .ranges {
    display: none;
} */
.daterangepicker table tr:nth-child(2) th {
    padding-bottom: 4px;
    padding-top: 10px;
}
.daterangepicker .calendar-table {
    padding: 4px;
}

.daterangepicker select {
    padding: 6px 4px !important;
    border: 1px solid #a8a8a8;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 7px;
}
.select2-form {
    /* padding: 0.25rem 0.5rem; */
    border: 0.4px solid #a8a8a8;
    font-size: 14px;
    border-radius: 7px;
}
.select2-container--bootstrap4 .select2-selection {
    border-radius: 7px;
}
/* .input-group:not(.has-validation)
    > .custom-file:not(:last-child)
    .custom-file-label,
.input-group:not(.has-validation)
    > .custom-file:not(:last-child)
    .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
} */
.section-title {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.form-group-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 16px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    /* opacity: 0.6; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.form-box-end-1 {
    padding: 16px 20px;
    width: 100%;
    background: #dde2fa;
}
.form-box-bottom {
    font-family: Roboto;
    min-height: 24px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    background: #f0f0f0;
    padding: 8px 5px 5px 10px;
    margin-left: -16px;
    margin-right: -16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
}
.form-box-end-2 {
    padding: 16px 20px;
    width: 100%;
    background: #c3caed;
}
.form-box-end-3 {
    padding: 16px 20px;
    width: 100%;
    background: #b9c2ef;
}
.form-box-end-4 {
    padding: 16px 20px;
    width: 100%;
    background: #e9e9e9;
    color:grey;
}
.btn-primary-form {
    color: #fff;
    background: linear-gradient(
        90deg,
        #055082 13.33%,
        #055f9b 88.47%
    ) !important;
    background-color: #084f81 !important;
    border-color: #084f81 !important;
    box-shadow: none;
}

.btn-primary-form:hover {
    color: #fff;
    background: #063a5f !important;
    background-color: #063a5f !important;
    border-color: #032944 !important;
}

.btn-primary-form:focus,
.btn-primary-form.focus {
    color: #fff;
    background: #063a5f !important;
    background-color: #063a5f !important;
    border-color: #032944 !important;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary-form.disabled,
.btn-primary-form:disabled {
    color: #fff;
    background: #084f81 !important;
    background-color: #084f81 !important;
    border-color: #084f81 !important;
}

.btn-primary-form:not(:disabled):not(.disabled):active,
.btn-primary-form:not(:disabled):not(.disabled).active,
.show > .btn-primary-form.dropdown-toggle {
    color: #fff;
    background-color: #032944;
    border-color: #032944;
}

.btn-primary-form:not(:disabled):not(.disabled):active:focus,
.btn-primary-form:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-form.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}
.btn-add-form {
    width: 38px;
    height: 38px;
    left: 295px;
    color: #fff;
    /* top: 1089px; */
    background: #06446f;
    border-radius: 8px;
}

.btn-add-form:hover {
    color: #f0f0f0;
}

.float-delete-circle {
    position: absolute;
    right: 18px;
    font-family: Roboto;

    background: #c54444;
    font-weight: bold;
    margin-top: -24px;
    border-radius: 30px;
    font-size: 16px;
    padding: 4px 8px;
}
.float-edit-circle {
    position: absolute;
    right: 60px;
    font-family: Roboto;
    color: #fff;
    background: #1391a5;
    font-weight: bold;
    margin-top: -24px;
    border-radius: 30px;
    font-size: 16px;
    padding: 4px 8px;
}
.float-edit-circle:hover {
    color: #fff;
    background: #107281;
}

.right-total-text {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: right;
}

.btn-info {
    color: #fff;
    background: linear-gradient(90deg, #17a2b8 13.33%, #1cbed8 88.47%);
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}
.btn-info:hover {
    color: #fff;
    background: linear-gradient(90deg, #1391a5 13.33%, #17b2ca 88.47%);
    background-color: #138496;
    border-color: #117a8b;
}

.btn-warning {
    color: #1f2d3d;
    text-shadow: 0.3px 0.3px #5b5a58;
    background: linear-gradient(90deg, #d9a60d 13.33%, #ffc107 88.47%);
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}
.btn-warning:hover {
    color: #1f2d3d;
    text-shadow: 0.3px 0.3px #5b5a58;
    background: linear-gradient(90deg, #cd9d0b 13.33%, #f8be0f 88.47%);
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-danger {
    color: #fff;
    background: linear-gradient(90deg, #dc3545 13.33%, #fb5766 88.47%);
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}
.btn-danger:hover {
    color: #fff;
    background: linear-gradient(90deg, #c82333 13.33%, #e32739 88.47%);
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-dark {
    color: #fff;
    background: linear-gradient(90deg, #343a40 13.33%, #40474f 88.47%);
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: none;
}
.btn-dark:hover {
    color: #fff;
    background: linear-gradient(90deg, #23272b 13.33%, #373e44 88.47%);

    background-color: #23272b;
    border-color: #1d2124;
}

.btn-success {
    color: #fff;
    background: linear-gradient(90deg, #28a745 13.33%, #2dbe4e 88.47%);

    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background: linear-gradient(90deg, #218838 13.33%, #29a645 88.47%);

    background-color: #218838;
    border-color: #1e7e34;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: linear-gradient(90deg, #007bff 13.33%, #4b9df5 88.47%);
    background-color: #007bff;
    border-color: #007bff;
}

.category-title {
    padding-left: 30px;
    background: linear-gradient(
        to right,
        darkorange 10px,
        #e5e5e5 10px,
        #e5e5e5 100%
    );
    font-weight: bold;
}

.btn-orange {
    background: darkorange !important;
    color: #fff !important;
    font-weight: bold !important;
}
.btn-orange:hover {
    background: rgba(255, 140, 0, 0.87) !important;
    color: #fff !important;
    font-weight: bold !important;
}

.dropdown-item:focus {
    background: rgba(255, 140, 0, 0.87) !important;
}

td a {
    color: #0b4e96a4 !important;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
}
.dashboard-btn {
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.dashboard-btn div {
    border-radius: 24px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
}

.dashboard-btn:nth-child(4n + 1) div {
    background: #000000;
}

.dashboard-btn:nth-child(4n) div {
    background: #000000;
}

.dashboard-btn:nth-child(4n-1) div {
    background: #e95a07;
}

.dashboard-btn:nth-child(4n-2) div {
    background: #e95a07;
}

@media only screen and (min-width: 600px) {
    .dashboard-btn:nth-child(odd) div {
        background: black;
    }

    .dashboard-btn:nth-child(even) div {
        background: #e95a07;
    }
    .custom-table th, .custom-table td {
        font-size: 15px !important;
    }
    .custom-table th, .custom-table td {
        /*font-size: 13.5pt !important;*/
    }
}

.outlet-choose-btn:nth-child(odd) div {
    background: black;
}

.outlet-choose-btn:nth-child(even) div {
    background: #e95a07;
}
.outlet-choose-btn div {
    color: #fff;
    padding: 8px;
    border-radius: 24px;
}
.outlet-choose-btn {
    padding: 5px;
    text-align: center;
}
