html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

/* CUSTOM CSS */
.text-green {
    color: #14984a;
}

.text-light-green {
    color: #5bb781;
}

.text-dark-blue {
    color: #282d6d;
}

.text-secondary {
    color: #5c5c5c !important;
}

.text-light-gray {
    color: #9f9f9f;
}

.bg-green {
    background-color: #14984a;
}

.bg-gray {
    background-color: #dcdcdc;
}

.hr {
    border: 2px solid #282d6d;
    opacity: 1;
    width: 100%;
}

.w-105 {
    min-width: 105px;
    max-width: 105px;
}

.mw-18rem {
    max-width: 18rem;
}

.mt-19rem {
    margin-top: 1.9rem;
}

.cursor-pointer {
    cursor: pointer;
}

.input-group.focused {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #14984a;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-left: none;
}

.password-toggle {
    border-radius: 0.25rem;
}

    .password-toggle .form-control:focus, .password-toggle :focus {
        box-shadow: none;
        border-color: #ced4da;
    }

    .password-toggle .input-group-text {
        color: #5c5c5c;
        background-color: #fff;
        border-left: none;
    }

a:hover {
    color: #14984a;
    transition: all 0.15s ease-in-out;
}

a:focus-visible {
    outline: none;
    color: #14984a;
}

button {
    transition: all 0.15s ease-in-out;
}

    button:hover {
        transition: all 0.15s ease-in-out;
        box-shadow: 0px 4px 6px #5c5c5c;
        transform: translateY(-4px);
    }

.data-feather {
    height: 15px;
    width: 15px;
}

.data-feather-20 {
    height: 20px;
    width: 20px
}

.backBtn:hover {
    color: green !important;
    transition: all 0.15s ease-in-out;
}

.bg-none {
    background-color: transparent !important;
    box-shadow: none !important;
}
/* CUSTOM CSS END */

/* BOOTSTRAP OVERRIDE */
.modal-backdrop {
    z-index: 100;
}

.box-shadow {
    box-shadow: 0px 0 11px 0px;
}

::placeholder {
    color: #878787 !important;
    font-size: small;
    font-style: italic;
}

.container-fluid {
    padding: 0;
}

.form-label, a, .form-check-label, p {
    color: #5c5c5c;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #14984a;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: #ced4da;
}

.form-check-input:checked {
    background-color: #14984a;
    border-color: #14984a;
}

.form-check-input:focus, .form-select:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #14984a;
    border-color: #14984a;
}

.btn-primary:focus, .btn:focus {
    background-color: #14984a;
    border-color: #14984a;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #14984a;
}

.btn-primary, .btn-primary:hover {
    background-color: #14984a;
    border-color: #14984a;
}

    .btn-primary:focus, .btn:focus {
        background-color: #14984a;
        border-color: #14984a;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #14984a;
    }

.btn-secondary, .btn-secondary:hover {
    color: #14984a;
    background-color: #fff;
    border-color: #14984a;
}

    .btn-secondary:focus, .btn:focus {
        color: #14984a;
        background-color: #fff;
        border-color: #14984a;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #14984a;
    }

.modal-dialog {
    max-width: 600px;
    margin: 0 auto;
}

#viewEmailTemplateModal .modal-dialog {
    max-width: 1000px;
    margin: 0 auto;
}

.modal-dialog-max {
    max-width: 1600px;
}
/* BOOTSTRAP OVERRIDE END */
.c-banner-container {
}

.c-banner-title {
    width: 100%;
    height: unset;
    padding: 24px;
    box-sizing: border-box;
    max-width: 888px;
}

.c-title-info {
    font-family: roboto;
    font-size: 1.3em;
}

.file-preview {
    border-radius: 12px !important;
    border: 1px solid #ddd;
    padding: 24px !important;
    width: 100%;
    margin-bottom: 5px;
}

    .file-preview .fileinput-remove {
        top: 0 !important;
        right: 0 !important;
        line-height: 10px;
        padding: 12px !important;
    }

.file-drop-zone-title {
    font-family: roboto !important;
    font-size: 3.3em !important;
    color: #cccccc !important;
}

.c-mobile-max {
    max-width: 500px;
}

.c-formcontrol-label {
    font-weight: bolder;
}

.c-formcontrol-sublabel {
    /* font-weight: bolder; */
    font-style: italic;
}

.c-formcontrol-inline {
    display: inline-block;
    margin-bottom: 12px;
}

.c-button-boxes-container {
}

.user_types_button {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    border: solid 3px #CCCCCC;
    border-radius: 12px;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.swal2-invalid {
    border: 1px solid red !important;
    /*box-shadow: 0 0 5px rgba(255, 0, 0, 0.7);*/
}


.has-error .user_types_button {
    border-color: red;
}

.user_types_button * {
    cursor: pointer;
}

.user_types_button .user_type_button_mainlabel {
    font-weight: bolder;
}

.user_types_button .user_type_button_sublabel {
    font-size: .8em;
}

.user_types_button.selected {
    border: solid 3px #14984a !important;
    background: rgba(20, 152, 74, .1133);
}

.c-full-container {
    height: 100vh;
    background-color: #14984a;
    box-sizing: border-box;
    clear: both;
    border: 0;
    overflow: auto;
    position: fixed;
}

.c-step-flex-container {
    display: flex;
    background-color: #ffffff;
    border-top: solid 1px #CCCCCC;
}

.c-steps-container {
    /* width: 500px; */
    padding-top: 100px;
    /* border-right: solid 1px #CCCCCC; */
}

.c-steps-content-container {
    flex: 1;
}

.stepwizard-step {
    display: flex;
    margin: 24px;
    margin-bottom: 48px;
}

.stepwizard-step-text {
    flex: 1;
}

.stepwizard-logo {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    border-radius: 50px;
    background-color: #CCCCCC;
    margin-right: -50px;
    z-index: 100;
    display: block;
    position: relative;
    opacity: 1 !important;
    color: #888888;
}

    .stepwizard-logo.btn-primary {
        background-color: #14984a;
        color: #ffffff;
    }

    .stepwizard-logo.disabled {
        color: #888888;
    }

.stepwizard-step-title {
    font-size: 1.3em;
    opacity: .55;
    margin-bottom: 0;
}

.stepwizard-step-subtitle {
    font-size: .88em;
    opacity: .55;
    margin-bottom: 0;
}

.stepwizard-step.selected .stepwizard-step-title,
.stepwizard-step.selected .stepwizard-step-subtitle {
    opacity: 1;
}

.stepwizard-step.selected .selected-marker {
    width: 12px;
    height: 12px;
    background-color: #14984a;
    border-radius: 12px;
    margin-top: 18px;
    margin-right: -88px;
    margin-left: 78px;
}

.c-step-content-container {
    margin-top: 24px;
    margin-left: 24px;
}

.c-step-content-pretitle {
    color: #888888;
    margin: 0;
    font-size: 1em;
}

.c-step-content-title {
    margin: 0;
    font-size: 2em;
    font-weight: bolder;
}

.c-step-content-subtitle {
    margin: 0;
    font-size: 1em;
    margin-bottom: 24px;
}


.c-form-text-title-container {
    padding-left: 24px;
    flex: 1;
}



.c-fluid {
    background: rgb(20, 152, 74);
    background: linear-gradient(325deg, rgba(132, 200, 106, 1) 0%, rgba(20, 152, 74, 1) 50%, rgba(20, 152, 74, 1) 100%);
}


.c-max-box-space {
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 48px;
    border-radius: 12px;
    margin: 30px;
    float: left;
}

.c-max-box {
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 48px;
    border-radius: 12px;
}

.c-box {
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 48px;
    max-width: 480px;
    border-radius: 12px;
}

.c-form {
    width: 100%;
}

.c-form-title {
    font-size: 24px;
    font-weight: bolder;
}

.c-form-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
}

.c-field {
    margin-top: 24px;
    width: 100%;
}

    .c-field label {
        margin-bottom: 0;
        font-weight: bolder;
        width: 100%;
        margin-bottom: 5px;
    }

.c-field-label-link-container {
    float: right;
}

    .c-field-label-link-container a {
        color: #14984a;
        text-decoration: underline;
        font-size: 16px;
    }

.c-field input {
}

.c-step-flex-title-container {
    display: flex;
}

.c-form-images-title-container {
    display: flex;
    width: 500px;
}

.c-form-images-container {
}

.c-form-image {
    width: 45px;
}

.c-form-image-title-container {
    flex: 1;
}

.c-form-image-pretitle {
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 5px;
}

.c-form-image-title {
    font-size: 20px;
    margin-top: 0;
    padding-left: 5px;
}

.c-text-center {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
}

.c-form-link {
    color: #14984a;
    font-weight: bolder;
}

a {
    cursor: pointer;
}

.s-required {
    color: red;
}

.setup-panel {
    border-right: solid 3px #CCCCCC;
    margin-right: 55px;
}

.c-steps-container-toggle {
    display: none;
}

.file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 10px;
    background-color: transparent;
    /* border: none; */
    /* border-color: transparent; */
    border-radius: 100%;
    margin: 5px;
    border-color: #cccccc;
}

.header-link {
    color: #14984a;
    float: right;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: solid 1px #14984a;
    margin-bottom: 24px;
    display: block;
    position: relative;
    font-weight: bolder;
}

@media screen and (max-width: 1200px) {
    .c-steps-container {
        width: unset;
        border-right: none;
        border-bottom: solid 1px #CCCCCC;
        padding-top: 0;
    }

        .c-steps-container .setup-panel {
            margin-bottom: 24px;
        }

    .setup-panel {
        margin-right: 25px;
    }

    .stepwizard-logo {
        /* margin-right: unset; */
    }

    .stepwizard-step.selected .selected-marker {
        display: none;
    }
    /* .c-steps-container .setup-panel {
        display: flex;
        border-right: 0;
        border-bottom: solid 3px #CCCCCC;
        text-align: center;
    } */
    .c-steps-container .setup-panel .stepwizard-step {
        /* display: block; */
        margin-bottom: 0;
    }

    .c-steps-container-horizontal {
        display: none;
    }

    .c-steps-container-toggle {
        display: block;
        text-align: right;
        margin-bottom: 24px;
    }

    .c-show-steps {
        text-decoration: none;
        border-bottom: solid 1px #14984a;
        padding-bottom: 5px;
        color: #14984a;
    }

        .c-show-steps.hide-steps {
            display: none;
        }

    .stepwizard-step {
        display: none;
    }

        .stepwizard-step.selected {
            display: flex;
        }

    .show-steps-active {
        .stepwizard-step

{
    display: flex;
}

.c-show-steps.show-steps {
    display: none;
}

.c-show-steps.hide-steps {
    display: inline-block;
}

}
}

@media screen and (max-width: 1200px) {
    .c-step-flex-title-container {
        display: block;
    }

    .c-step-flex-container {
        display: block;
    }

    .c-form-images-title-container {
        width: unset;
    }

    .c-form-text-title-container {
        padding-left: 0;
        margin-top: 24px;
    }
}

.c-menu-burger {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    margin-left: 12px;
}

    .c-menu-burger .c-menu-line {
        display: block;
        position: absolute;
        box-sizing: border-box;
        width: 20px;
        height: 3px;
        background-color: #FFFFFF;
        left: 0;
        transition: all 0.5s ease;
    }

        .c-menu-burger .c-menu-line:nth-child(1) {
            left: 0;
            top: 7px;
        }

        .c-menu-burger .c-menu-line:nth-child(2) {
            left: 0;
            top: 13px;
        }

        .c-menu-burger .c-menu-line:nth-child(3) {
            left: 0;
            top: 19px;
        }

    .c-menu-burger:hover .c-menu-line:nth-child(1) {
        top: 9px;
        left: 20px;
        width: 15px;
        height: 3px;
        rotate: 45deg;
    }

    .c-menu-burger:hover .c-menu-line:nth-child(2) {
        top: 14px;
        left: 5px;
        width: 25px;
        height: 3px;
    }

    .c-menu-burger:hover .c-menu-line:nth-child(3) {
        top: 18px;
        left: 20px;
        height: 3px;
        width: 15px;
        rotate: -45deg;
    }

#side-bar .c-menu-burger {
    position: relative;
}

    #side-bar .c-menu-burger .c-menu-line {
        background-color: #5c5c5c !important;
    }
/* .c-menu-burger:hover .c-menu-line:nth-child(1) {
    top: 9px;
    left: 0;
  width: 15px;
  height: 3px;
  rotate: -45deg;
}
.c-menu-burger:hover .c-menu-line:nth-child(2) {
    top: 14px;
    left: 5px;
    width: 25px;
    height: 3px;
}
.c-menu-burger:hover .c-menu-line:nth-child(3) {
    top: 18px;
    left: 0;
    height: 3px;
    width: 15px;
    rotate: 45deg;
} */

.menu-toggled .c-menu-burger .c-menu-line:nth-child(1) {
    left: 0;
    top: 0;
    rotate: -45deg;
    width: 15px;
    top: 8px;
}

.menu-toggled .c-menu-burger .c-menu-line:nth-child(2) {
    left: 0;
    top: 13px;
    left: 3px;
    width: 27px;
}

.menu-toggled .c-menu-burger .c-menu-line:nth-child(3) {
    left: 0;
    rotate: 45deg;
    width: 15px;
    top: 17px;
}

.logo-title {
    display: block;
}

#systemImg {
    float: left;
    display: block;
    margin-left: 16px;
}

#systemTitle {
    margin-left: 16px;
    margin-top: 4px;
    float: left;
    display: block;
    color: #5c5c5c !important;
    --bs-text-opacity: 1;
    line-height: 1 !important;
    font-weight: 700 !important;
    font-size: .875em;
    width: 100px !important;
    word-wrap: break-word;
}

.c-dashboard-container {
    display: flex;
    row-gap: 24px;
    column-gap: 24px;
    padding: 30px;
    flex-wrap: wrap;
}

    .c-dashboard-container .c-dashboard-item {
        width: 300px;
        /* height: 100px; */
        background-color: #14984a;
        /* background-color: #ffffff; */
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 3px 5px 1px #aaaaaa;
        border-radius: 3px;
        color: #ffffff;
    }

    .c-dashboard-container .c-dashboard-item-icon {
        width: 50px;
        padding: 12px;
        background-color: rgba(0,0,0, .111);
    }

    .c-dashboard-container .c-dashboard-item-row-container {
        flex: 1;
        padding: 12px;
    }

    /* Add only if this container has a .push-to-bottom inside */
    .c-dashboard-item-row-container:has(.push-to-bottom) {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    /* Push this specific item to the bottom */
    .c-dashboard-item-row.push-to-bottom {
        margin-top: auto;
    }


    .c-dashboard-container .c-dashboard-item-row {
        width: 100%;
        display: flex;
        text-decoration: unset;
        /* border-top: dotted 1px #CCCCCC; */
        padding-top: 5px;
    }

        .c-dashboard-container .c-dashboard-item-row:nth-child(1) {
            text-align: left;
            display: block;
        }

    .c-dashboard-container .c-dashboard-item-icon img {
        width: 30px;
        height: 30px;
        width: 27px;
        height: 27px;
        filter: brightness(0) invert(1);
        opacity: .555;
    }

    .c-dashboard-container .c-dashboard-item-row:first-child {
        border-top: none;
    }

    .c-dashboard-container .c-dashboard-item-title-main {
        font-size: 1.2em;
        font-weight: bolder;
        flex: 1;
    }

    .c-dashboard-container .c-dashboard-item-title {
        font-size: 1em;
        /* font-weight: bolder; */
        flex: 1;
        color: #14984a;
        color: #ffffff;
    }

    .c-dashboard-container .c-dashboard-item-info {
        font-size: .888em;
        color: #ffffff;
    }

    .c-dashboard-container .c-dashboard-item-count {
        font-size: 1em;
        /* font-weight: bolder; */
        color: #14984a;
        color: #ffffff;
    }

.show-datatables-header {
    display: none !important;
}

.hide-datatables-header {
    display: none !important;
}

.dataTable {
    width: 100%;
}

.c-preline {
    white-space: pre-wrap;
    line-height: 30px;
    position: relative;
    top: -15px;
    /* text-indent: 26px;  */
    /* padding-left: 26px;  */
    white-space: pre-line;
    display: block;
    padding: 24px;
    margin-top: 24px;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.mx-2 {
    margin-bottom: 24px;
    display: block;
}

    .mx-2::first-line {
        font-weight: bolder;
    }

.dataTable, .table {
    border: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc !important;
    margin-bottom: 12px;
}

    .dataTable tbody tr, .table tbody tr {
        /* display:flex;
	width:100%; */
        padding: (1em * 1.5) 0;
    }

        .dataTable tbody tr:nth-of-type(even), .table tbody tr:nth-of-type(even) {
            background: #f8f8f8;
        }

.file-input, .file-input-ajax-new {
    border: solid 1px #cccccc;
}

    .file-input .file-preview, .file-input-ajax-new .file-preview {
        border: none;
    }

    .file-input.kv-fileinput-caption, .file-input-ajax-new .kv-fileinput-caption {
        border: none;
        background-color: #eeeeee !important;
        padding: 12px 24px;
        border-top: solid 1px #cccccc;
    }

    .file-input .btn-file, .file-input-ajax-new .btn-file {
        /* height: 72px; */
        padding: 12px 24px;
        border-top: solid 1px #cccccc;
        border-radius: 0;
    }

.alert {
    font-style: italic;
}

.dataTables_filter {
    padding: 24px 0;
}

    .dataTables_filter label {
        padding: 0;
    }

        .dataTables_filter label input[type="search"] {
            padding: 12px 24px;
            margin-left: 5px;
        }

.hide-on-mobile {
}

.show-on-mobile {
    display: none;
}

.c-card {
}

.c-card-pre {
    font-size: .88em;
}

.c-card-main {
    font-weight: bolder;
    font-size: 1.27em;
}

.c-card-sub {
}

.c-card-action {
}

.search-box-container {
    border: solid 2px #14984a !important;
}

    .search-box-container .search-box {
        background-color: transparent !important;
        width: 100%;
    }

    .search-box-container .search-clear-button {
        background-color: none !important;
        color: #14984a !important;
        font-weight: bolder;
        background-color: #14984a !important;
        color: #ffffff !important;
        padding: 12px 18px;
        border-radius: 12px;
    }

.c-content {
    overflow-x: auto;
}
@media (max-width: 1080px) {
    .c-info {
        width: 100% !important;
    }

    .c-content {
        width: 100% !important;
    }
}
@media (max-width: 1080px) {
    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: block;
    }

    #header {
        position: relative !important;
        height: unset !important;
    }

    #main {
        position: relative !important;
        /* margin-left: 300px; */
        margin-top: 24px !important;
        margin-top: 0 !important;
        background-color: transparent;
        height: unset !important;
        transition: all 0.2s ease-in-out;
        /* overflow-y: auto; */
        /* width: 100%; */
        /* overflow: hidden; */
        /* overflow: auto; */
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0 !important;
    }

    .c-menu-burger {
        display: block;
    }

    #card-container {
        margin: 0 !important;
        border: none !important;
    }

    #header-pre-container {
        background-color: #FFFFFF;
        width: 100%;
        height: 70px;
        padding: 8px;
        background-color: #ffffff;
    }

    #header-top-container {
        box-shadow: 0 -5px 5px 1px #cccccc;
    }

    #header-bottom-container {
        padding-top: 24px;
        padding-bottom: 24px;
        height: unset !important;
        /* min */
        /* background-color: #14984a !important; */
    }

        #header-bottom-container h4 {
            font-size: 3em;
            font-size: 2.22em;
        }

    #side-bar {
        width: 300px;
        left: -300px;
    }

    #main #card-container {
        overflow-y: visible !important;
    }

    #header-top-container {
        margin-left: 0 !important;
    }

    #header-bottom-container {
        margin-left: 0 !important;
    }

    .menu-toggled {
    }

        .menu-toggled #side-bar {
            left: 0;
        }
    /* .menu-toggled #main {
      left: 300px !important;
    }
    .menu-toggled #main #card-container {
        overflow-y: visible !important;
    }
    .menu-toggled #header-top-container {
        margin-left: 300px !important;
    }
    .menu-toggled #header-bottom-container {
        margin-left: 300px !important;
    } */

    .c-dashboard-container {
        padding: 12px;
        margin-bottom: 48px;
    }

        .c-dashboard-container .c-dashboard-item {
            width: 100%;
        }

    #card-container {
        width: 100%;
        box-sizing: border-box;
    }

    .dataTable {
        background: none !important;
        border: none !important;
        display: block;
        width: 100% !important;
    }

        .dataTable thead, .dataTable tfoot, .dataTable tbody {
            /* display: none; */
            display: block;
            width: 100%;
        }

        .dataTable tr {
            display: inline-block;
            padding: 1rem 0.5rem 1rem 0.5rem;
            margin: 0;
            border: 1px solid #CCCCCC;
            height: unset !important;
            width: 100% !important;
        }

        .dataTable th {
            display: block;
            width: unset !important;
            border-bottom: solid 1px rgba(0,0,0, .333);
            width: 100% !important;
        }

        .dataTable td {
            display: block;
            padding: 0 !important;
        }

    .datatable-main {
        font-size: 1.2em;
        font-weight: bolder;
    }

    .datatable-right {
        float: right;
    }



    .show-datatables-header {
        display: inline-block !important;
    }

    .hide-datatables-header {
        display: none !important;
    }

    body.show-datatables-headers
    .show-datatables-header {
        display: none !important;
    }

    body.show-datatables-headers
    .hide-datatables-header {
        display: inline-block !important;
    }

    .dataTable .sorting {
        display: none;
    }

    .dataTable .sorting_asc {
        display: block;
    }

    .dataTable .sorting_desc {
        display: block;
    }

    .show-datatables-headers .dataTable .sorting {
        display: block;
    }

    #main-menu-toggle-2 {
        margin-left: 0 !important;
        margin-bottom: 24px !important;
    }

    #menu-items {
        padding: 30px 0 0 30px !important;
    }

        #menu-items ul {
            display: block;
            position: relative;
            clear: both;
        }

    .c-form-container {
        width: unset;
    }
}
