body {
    /*font-family: Arial, sans-serif;*/
    font-family: 'Lucida Sans', sans-serif;
    font-size: medium;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(255,128,0,1), rgba(255,128,0,0));
    /*background: -moz-linear-gradient(to bottom, #FFFFFF, #0099ff);*/
    /*background-image: linear-gradient(rgba(13, 110, 253, 1), rgba(13, 110, 253, 0));*/
}
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: green;
    --bs-breadcrumb-item-padding-x: 1.2rem;
    --bs-breadcrumb-item-active-color: #ff4400;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    --bs-breadcrumb-divider: '>';
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.alert {
    margin-bottom: 1px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
}

.form-check-input:checked{
    background-color: #ff4400 !important;
    border: 0;
}
.form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
    color: black;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.1rem #ff4400 !important;
}

/*.modal-header {*/
/*    background-color: #0d6efd;*/
/*    color: #ffffff;*/
/*    padding: 1rem;*/
/*}*/
.custom-tooltip {
    --bs-tooltip-bg: #ff4400;
    --bs-tooltip-color: var(--bs-white);
}
.bg-info-custom{
    background-color: #ffb172; !important
}


.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff4400;
    --bs-btn-border-color: #ff4400;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff4400;
    --bs-btn-hover-border-color: #ff4400;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff4400;
    --bs-btn-active-border-color: #ff4400;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff4400;
    --bs-btn-disabled-border-color: #ff4400;
    --btn-outline-custom: #ff4400;
}

.btn-outline-custom{
    --bs-btn-color:#ff4400;
    --bs-btn-border-color:#ff4400;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#ff4400;
    --bs-btn-hover-border-color:#ff4400;
    --bs-btn-focus-shadow-rgb:220,53,69;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#ff4400;
    --bs-btn-active-border-color:#ff4400;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:#ff4400;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#ff4400;
    --bs-gradient: none;
}

table.dataTable td {
    font-size: 0.8em;
}

/*body {*/
/*    font-family: 'Varela Round', sans-serif;*/
/*}*/
.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}
.modal-fail {
    color: #636363;
    width: 325px;
    font-size: 14px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-fail .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-fail .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-fail h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-fail .form-control, .modal-fail .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-fail .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.modal-fail .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -55px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-fail .icon-box-fail {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -55px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 9;
    background: #ef513a;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: -7px;
}
.modal-fail .icon-box-fail i {
    font-size: 58px;
    position: relative;
    top: -7px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-fail.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
/*.modal-fail .btn {*/
/*    color: #fff;*/
/*    border-radius: 4px;*/
/*    background: #ef513a;*/
/*    text-decoration: none;*/
/*    transition: all 0.4s;*/
/*    line-height: normal;*/
/*    border: none;*/
/*}*/
/*.modal-fail .btn:hover, .modal-fail .btn:focus {*/
/*    background: #da2c12;*/
/*    outline: none;*/
/*}*/

/*.bootstrap-select .dropdown-toggle {*/
/*    width: auto !important;*/
/*}*/

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ff4400;
    border-top-color: #ffffff;
    animation: loading 1s linear infinite;
}
@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}