.pl-300 {
    padding-left: 300px !important;
}

.btn-icon {
    margin-right: 6px;
}

.d-flex {
    display: flex !important;
}

.form-group {
    margin-bottom: 15px;
}

.col-md-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-4 {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.ml-12 {
    margin-left: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.table {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border: 1px solid #e1e1e1;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 14px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    text-align: left;
    padding: 8px;
    line-height: 1.42857143;
    font-weight: 600;
    font-size: 14px;
}

.text-danger {
    color: #a94442 !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.border-red-300 {
    border-color: #f8b4b4;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-green-300 {
    border-color: #84e1bc;
}

.btn-danger.btn-outline {
    border-color: #a94442;
    color: #a94442;
}

.btn-danger.btn-outline:hover {
    background-color: #a94442;
    color: #fff;
}

.btn-primary.btn-outline:hover {
    background-color: rgb(0 94 173 / 1);
    color: #fff;
}

.btn-primary.btn-outline {
    border-color: rgb(0 94 173 / 1);
    color: rgb(0 94 173 / 1);
}

.bg-green-50 {
    background-color: #c1e1d3;
}

[v-cloak] {
    display: none;
}

.border-blue-300 {
    border-color: #a4cafe;
}

.max-w-md.max-w-md-40 {
    max-width: 40rem;
}

.list-disc {
    list-style-type: disc;
}

.list-inside {
    list-style-position: inside;
}

.dropdown-link-btn {
    font-weight: 500 !important;
}

.dropdown-link-btn.active {
    font-weight: 600 !important;
    color: rgb(0 94 173) !important;
}

table.normal-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    display: table;
    border: 1px solid #dee2e6;
    border-radius: 3px;
}

table.normal-table th {
    vertical-align: bottom;
    border: 1px solid #dee2e6;
    border-bottom-width: 2px;
    padding: .75rem;
    text-align: left;
    font-size: 14px;
}

table.normal-table td {
    vertical-align: top;
    border: 1px solid #dee2e6;
    padding: .75rem;
    font-size: 14px;
}

.table-responsive-normal {
    overflow-x: auto;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
/*.close-item-breakdown-modal {*/
/*    color: white;*/
/*    float: right;*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*}*/

/*.close-item-breakdown-modal:hover,*/
/*.close-item-breakdown-modal:focus {*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*}*/

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.sidebar-menu-icon {
    margin-right: 8px;
    margin-left: 2px;
}

.table a {
    color: rgb(0 94 173);
}

