/*General style*/
a {
    color: #FCB503;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

main.main-wrapper {
    width: 100%;
    float: right;
    display: flex;
    align-items: stretch
}

main.main-wrapper #content {
    width: 100%;
    min-height: 100vh;
    transition: .3s;
    background-color: #f6f6f6;
    padding-top: 25px;
}

main.main-wrapper #content #main-container {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px
}

main.main-wrapper #content #main-container .inner-box {
    min-height: 500px;
    float: right;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 15px
}

.cursor-pointer {
    cursor: pointer;
}

.dnone {
    display: none;
}

.dblock {
    display: block;
}

.rounded-img {
    top: 26px;
    right: -13px;
    background-color: #fff;
}

/*Error Messages*/
label.error {
    margin: 5px 0 0;
    display: block;
    width: 100%;
}

;

/* Form Validation */
.field-has-error,
.field-is-validated {
    position: relative
}

.field-has-error::before {
    display: inline-block;
    padding-right: 0;
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    font-weight: 900;
    position: absolute;
    top: 36px;
    left: 11px;
    font-size: 18px;
    color: #dc3545;
    z-index: 90000;
}

.field-has-error .form-control {
    border: 1px solid #dc3545 !important
}

input.form-control,
select.form-control {
    letter-spacing: 0;
    color: #818180;
    background: no-repeat padding-box #fff;
    border: 1px solid #818180;
    border-radius: 8px;
    height: 48px
}

input.form-control::placeholder {
    color: #818180 !important;
}

.form-addon {
    background: no-repeat padding-box #f2f2f2;
    border-radius: 4px;
    top: 41px;
    padding: 8px 10px 0;
    height: 31px;
    color: #4c4c4a
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid #dc3545 !important
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important
}

;

/* Badges & Colors*/
.primary {
    color: #007bff !important
}

.danger {
    color: #bd2130 !important
}

.success {
    color: #28a745 !important
}

.info {
    color: #17a2b8 !important
}

.warning {
    color: #d39e00 !important
}

.badge {
    padding: 9px 20px;
    border-radius: 16px;
}

.badge-default {
    background-color: #ddd;
    color: #000;
}

/*Buttons*/
.btn.disabled,
.btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.btn {
    border: none !important;
    border-radius: 8px;
    opacity: 1;
    width: auto;
    text-align: center;
    letter-spacing: 0;
    margin-top: 28px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-primary {
    background: no-repeat padding-box #7ca723 !important;
    color: #fff !important;
    height: 48px
}

.btn-secondary {
    background: no-repeat padding-box #0069d9 !important;
    color: #fff !important;
    height: 48px
}

.btn-ternary {
    background: no-repeat padding-box #218838 !important;
    color: #fff !important;
    height: 48px
}

.btn-default {
    background: no-repeat padding-box #ddd !important;
    color: #000 !important;
    height: 35px;
}

.btn span.btn-spinner.hide {
    display: none;
}

/* Pagination */
.pagination_area nav {
    float: left
}

.pagination_area select {
    width: auto;
    margin-top: 30px;
    margin-left: 10px;
    border: 1px solid #686685;
    border-radius: 5px;
    background-color: #05013b !important;
    color: #fff !important;
    height: 36px
}

.pagination_area .page-item.disabled .page-link,
.pagination_area ul.pagination .page-link,
.pagination_area ul.pagination li.active span.page-link {
    border: none;
    background-color: #05013b;
    color: #fff
}

.pagination_area .page-item.active .page-link {
    background-color: #bb71d3 !important
}

.pagination_area .page-link {
    padding: .6rem .75rem
}

ul.pagination {
    justify-content: center;
    margin: 30px 0 11px 15px;
    padding-right: 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.pagination li:first-child,
ul.pagination li:last-child {
    display: none
}

ul.pagination li.page-item {
    border-radius: 0 !important
}

ul.pagination li a.page-link,
ul.pagination li span.page-link {
    border-radius: 0 !important;
    color: #999
}

ul.pagination li.active span.page-link {
    background-color: #76a71c;
    border-color: #76a71c;
    color: #fff
}

/* table bordered */
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #000 !important;
}

/*customized*/
.table-customized {
    margin-bottom: 0;
}

.table-customized thead th {
    padding: 6px 5px;
    position: relative;
    text-align: center;
    color: #4c4c4a;
    background-color: #f2f2f2;
    border-bottom: none;
    border: none !important
}

.table-customized tbody td {
    text-align: center;
    letter-spacing: 0;
    color: #1a1917;
    border: none;
    vertical-align: middle;
}

.table-customized tbody tr:nth-child(even) td {
    background-color: #F8F8F8;
}

.table-customized tbody tr.deleted td {
    color: orange !important;
}

.table-customized tbody {
    background-color: #fff;
}

.table-customized thead tr th:first-child {
    border-top-left-radius: 8px;
}

.table-customized thead tr th:last-child {
    border-top-right-radius: 8px;
}

.table-customized tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table-customized tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table-customized .action_dropdown_area .dropdown button {
    padding: 9px 15px;
    border-radius: 16px;
    border: none !important;
    outline: 0 !important;
    height: auto
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    top: 30px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border: none;
    padding: 0;
    background-color: #dddddd !important;
    border-radius: 8px !important;
    min-width: 8rem;
    overflow: hidden
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu a {
    text-align: right;
    padding: 6px 14px;
    border-bottom: 1px solid #f8f8f8;
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu a:last-child {
    border-bottom: none
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu a:active {
    background-color: #dddddd;
}

.table-customized .action_dropdown_area .dropdown button:after {
    color: #fff;
}

.datatable-action-area input.form-control,
.datatable-action-area select.form-control {
    height: 40px;
}

.datatable-action-area .btn,
#search-form .btn {
    height: 40px;
}

/*Breadcrumb*/
#breadcrumb_area {
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
}

#breadcrumb_area ul {
    background-color: transparent;
}

#breadcrumb_area ul li {
    letter-spacing: 0px;
    color: #1A1917;
    opacity: 1;
}

#breadcrumb_area ul li h2 {
    text-align: right;
    letter-spacing: 0;
    color: #4c4c4a;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 0
}

#breadcrumb_area .btn_action {
    background-color: transparent !important
}

#breadcrumb_area .btn_action i {
    width: 56px;
    height: 56px;
    background-color: #fff;
    font-size: 20px;
    color: #80ae2d;
    box-shadow: 0px -2px 8px #00000029;
}



/* Modal */
.custom-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden
}

.custom-modal .modal-content .modal-body {
    background-color: #fff;
    padding: 1rem 1.3rem
}

.custom-modal .modal-content .modal-header {
    padding: 1rem 1.5rem .75rem;
    position: relative;
    border: none;
    background-color: #ddd
}

.custom-modal .modal-content .modal-header .modal-title {
    color: #000;
    position: relative;
    padding: 0
}

.custom-modal .modal-content .modal-header .modal-title span.info_text {
    color: #dc3545 !important
}

.custom-modal .modal-content .modal-header button.close {
    position: absolute;
    left: 0;
    color: #000;
    opacity: 1;
    font-size: 20px
}

.custom-modal .modal-content .modal-body .form-group {
    position: relative;
    float: right;
    width: 100%
}

.custom-modal .modal-content .modal-body .form-group label {
    width: 100%;
    float: right;
    color: #000;
}

.custom-modal .modal-content .modal-body .form-group label span {
    color: #fff
}

.custom-modal .modal-content .modal-body .form-group label span.text-note {
    font-size: 9px;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    display: inline-block;
    padding: 3px 9px
}

.custom-modal .modal-content .modal-body .form-group .img-contianer-box>img {
    object-fit: cover;
    height: 113px
}

.custom-modal .modal-content .modal-body .form-group .img-contianer-box {
    width: 113px;
    height: 113px;
    overflow: hidden;
    background-color: #dddddd6b;
    border-radius: 4px;
    margin: 0 auto
}

.custom-modal .modal-content .modal-body .form-group .form-control {
    border: 1px solid #818180;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: none !important;
    min-height: 38px;
    color: #000
}

.custom-modal .modal-content .modal-footer {
    padding: 5px 1rem;
    justify-content: space-between;
    background: #ddd;
    border: none
}

.custom-modal .modal-content .modal-footer .btn {
    margin-left: 10px;
    border-radius: 12px;
    padding: .775rem 1.4rem;
    margin-top: 8px;
}

.custom-modal .modal-content .modal-footer .btn-close {
    background-color: #fcb503;
    border: 1px solid #fcb503 !important;
    color: #000
}

.custom-modal .btn-generate {
    right: 12px;
    top: 37px;
    background-color: transparent;
    padding: 0.3rem;
    z-index: 90000;
}

/* Sweet Alert */
.swal2-title {
    color: #000 !important
}

.swal2-icon {
    margin: .5em auto 1.5rem !important
}

.swal2-styled {
    padding: 8px 40px !important;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 90px !important;
    height: 90px !important
}

.swal2-icon-warning #swal2-content {
    background-color: #f8d7da;
    padding: 7px 0
}

.swal2-icon-success #swal2-content {
    background-color: #d1ecf1;
    padding: 7px 0
}

.swal2-popup {
    background: #fff !important
}

.swal2-styled.swal2-cancel {
    border-radius: 12px !important;
    background-color: #fcb503 !important;
    border: 1px solid #fcb503 !important
}

.swal2-styled.swal2-confirm {
    border-radius: 12px !important;
    background-color: #218838 !important;
    border: 1px solid #efefef !important
}

.swal2-icon.swal2-info {
    border-color: #218838 !important;
    color: #218838 !important
}

.swal2-icon-success #swal2-content,
.swal2-icon-warning #swal2-content {
    background-color: #ddd;
    border: 1px solid #ddd !important;
    color: #000;
    border-radius: 12px
}

/*spinners*/
.growing_spinners {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}

.growing_spinners .spinner-grow {
    color: #b389ff !important;
    width: 1rem;
    height: 1rem;
}

.bordered_spinners .spinner-border {
    border: .25em solid #0d75a0;
    border-right-color: transparent !important;
}

.dropdown_spinners {
    position: absolute;
    top: 41px;
}

.circle-spinner {
    width: 2rem;
    margin-bottom: 8px !important;
}

.circle-spinner span {
    border: 0.25em solid #ddd;
    border-right-color: #76a71c;
}

/* Select 2 styls*/
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    color: #818180;
    margin-top: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background: #fff;
    border: 1px solid #818180;
    border-radius: 8px;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #818180 transparent transparent
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #818180;
    color: #fff
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #fff;
    color: #818180
}

.select2-search--dropdown {
    padding: 0;
    background-color: #ddd
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background-color: #fff;
    color: #818180
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #818180
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    height: 38px;
    padding-top: 9px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2;
    border: none;
    border-radius: 8px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
}

.search-form .select2-container--default .select2-selection--single {
    height: 40px;
}

.search-form input,
.search-form select {
    height: 38px;
}

/* Sidebar */
#sidebar {
    min-width: 256px;
    max-width: 256px;
    background: #fff;
    color: #fff;
    transition: .3s;
    box-shadow: 0px -2px 8px #00000029;
    padding-top: 30px;
}

#sidebar>ul.components>li>a.dropdown-toggle::after {
    margin-right: 8px;
    margin-top: 2px;
}

#sidebar ul.components {
    padding: 15px 0 15px;
    float: right;
}

#sidebar>ul.components>li>a {
    text-decoration: none;
    height: 48px;
    color: #818180;
    padding-right: 50px;
    overflow: hidden;
}

#sidebar ul.components>li.active>a {
    color: #1A1917;
    border-radius: 24px;
}

#sidebar ul.components>li.active>a span.layer {
    background: transparent linear-gradient(271deg, #76a71c 0%, #76a71cb3 22%, #76a71c63 49%, #FCB50300 100%) 0% 0% no-repeat padding-box;
    left: 0;
    height: 100%;
    opacity: 0.2;
}

#sidebar ul.components>li>a:hover {
    color: #1A1917;
}

#sidebar>ul.components>li>a>i {
    left: 0;
    font-size: 22px;
    color: #818180
}

#sidebar ul.components>li.active>a>i {
    color: #1A1917;
}


#sidebar ul.components li>ul {
    padding-left: 0;
    list-style: none;
    padding-right: 0;
}

#sidebar ul.components ul li>a {
    padding: 0.5rem 0.5rem;
    background-color: #fff;
    color: #818180;
    border-radius: 24px;
    margin-top: 6px;
    overflow: hidden;
}

#sidebar ul.components ul li.active a {
    color: #1A1917;
}

#sidebar ul.components ul li.active a span.layer {
    background: transparent linear-gradient(271deg, #76a71c 0%, #76a71cb3 22%, #76a71c63 49%, #FCB50300 100%) 0% 0% no-repeat padding-box;
    left: 0;
    height: 100%;
    opacity: 0.2;
}

#sidebar ul.components a.exit:hover {
    color: #DC2626 !important
}

#sidebar .small-logo {
    display: none;
}

#sidebar #sidebar-toggler {
    background-color: #fff;
    width: 32px;
    height: 32px;
    outline: none !important;
    top: 26px
}

#sidebar .big-logo {
    margin-top: -25px;
}

#sidebar .version {
    bottom: 15px;
}

#sidebar .version h5 {
    text-align: center;
    letter-spacing: 0;
    color: #1a1917
}

#sidebar.collapsed {
    min-width: 64px;
    max-width: 64px;
    text-align: center;
}

#sidebar.collapsed .big-logo {
    display: none;
}

#sidebar.collapsed .small-logo {
    display: block;
    margin-right: 6px !important;
}

#sidebar.collapsed>ul.components>li>a,
#sidebar.collapsed ul.components a.exit:hover {
    color: transparent !important;
}

#sidebar.collapsed .version h5 {
    padding-left: 4px;
    padding-right: 8px;
}

#sidebar.collapsed .version {
    bottom: -32px;
}

#sidebar.collapsed ul.components li>ul {
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 9000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 65px;
    border: 1px solid rgb(221, 221, 221);
}

#sidebar.collapsed ul.components>li>a {
    padding-right: 9px;
}

/* Dashboard */
.dashboard_view .row .col_box {
    padding-right: 8px;
    padding-left: 5px;
}

.dashboard_view .cont_box a {
    text-decoration: none
}

.dashboard_view .cont_box {
    background-color: #fff;
    padding: 21px 15px;
    margin-bottom: 15px;
    border-radius: 16px;
    min-height: 114px
}

.dashboard_view .cont_box .icon {
    float: right;
    width: 51px;
    height: 64px
}

.dashboard_view .cont_box .icon i {
    font-size: 51px;
    margin-top: 9px;
    color: #818180
}

.dashboard_view .cont_box .counter {
    float: right;
    padding-right: 10px;
}

.dashboard_view .cont_box .counter h1 {
    margin: 0;
    text-align: right;
    color: #1a1917;
}

.dashboard_view .cont_box .counter span.hide {
    display: none;
}

.dashboard_view .cont_box .title {
    margin: 5px 0 0;
    text-align: right;
    letter-spacing: 0;
    color: #4c4c4a
}

.dashboard_view .cont_box h3 {
    text-align: right;
    letter-spacing: 0;
    color: #1a1917;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 16px
}

/* Top Bar */
.topbar {
    box-shadow: 0px 0px 6px #00000029;
}
.profile-settings-dropdown>a{
    float: left;
}
.profile-settings-dropdown a:hover{
    text-decoration: none;
}
.profile-settings-dropdown div.d-flex{
    justify-content:flex-end;
}
.profile-settings-dropdown a.dropdown-item{
    text-align: right;
    padding: 6px 15px;
    border-bottom: 1px solid #ddd;
}
.profile-settings-dropdown a.dropdown-item:hover{
    background-color: #f2f2f2 !important;
}
.profile-settings-dropdown .dropdown-menu{
    box-shadow: 0px 3px 9px #00000029;
}
.profile-settings-dropdown .dropdown-toggle::after{
    display: none;
}

/* Login */
.login-wrapper {
    width: 333px;
    margin-top: 100px !important;
}

.login-wrapper .card-body .input-box::placeholder {
    color: #818180 !important;
    opacity: 1
}

.login-wrapper .card-body .input-label {
    color: #1a1917;
}

.login-wrapper .card-body .input-box {
    background-color: #f2f2f2;
    border-radius: 8px;
    text-align: center;
    color: #000 !important;
    height: 56px;
}

.login-wrapper .card-body button[type=submit] {
    height: 56px;
    color: #fff;
    background-color: #7ca723 !important;
    border-radius: 28px
}

.login-wrapper .logo,
.login-wrapper .logo>img {
    width: 250px;
    height: 200px
}

.login-wrapper .logo>img {
    object-fit: contain
}

.login-wrapper h2 {
    margin-bottom: 4px;
    color: #1a1917;
    margin-top: 20px
}

.login-wrapper .alert {
    border-radius: 8px;
    list-style-position: inside;
}

.show_password {
    left: 28px;
    top: 39px;
    width: 51px;
    height: 32px;
    border: 1px solid #1a1917;
    border-radius: 16px;
    background-color: #fff;
    padding-top: 8px;
    cursor: pointer
}


.enone {
    display: none
}

tr.pshow {
    visibility: collapse;
}

@media print {

    .btn-hpm,
    .pagination {
        display: none !important;
    }

    .datatable-search-result-conainer {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important
    }

    tr.pshow {
        visibility: visible;
    }

    .table-customized thead th {
        background-color: #fff !important;
    }

    .table-customized tbody tr:nth-child(even) td {
        background-color: #fff !important;
    }

    .table-customized,
    .table-customized tbody td,
    .table-customized thead th {
        border: 1px solid #000 !important;
        color: #000 !important;
        background-color: transparent !important;
    }

    .table-customized thead th {
        font: 14px/25px bold !important
    }

    .print-bgnone{background-color:  transparent !important;color:#000 !important}

    .topbar{display: none;}
}
