/* Global font settings*/
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.e-control, .e-tooltip, .e-popup, .e-dropdownlist, .e-listbox, .e-textbox, .e-dropdown-base, .e-multiselect, .e-dialog, .e-sidebar, .e-toolbar, .e-tab, .e-menu, .e-contextmenu, .e-treeview, .e-splitter, .e-treegrid, .e-grid, .e-listview, .e-datepicker, .e-datetimepicker, .e-timepicker, .e-progressbar, .e-slider, .e-rte, .e-autocomplete, .e-maskedtextbox, .e-chip, .e-card, .e-accordion, .e-navigationdrawer, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-tab, .e-toast, .e-tooltip, .e-card, .e-chart, .e-stockchart, .e-circular-gauge, .e-lineargauge, .e-treemap, .e-chart-selection, .e-chart-markers, .e-chart-trendlines, .e-chart-series, .e-chart-axis, .e-chart-row, .e-chart-column, .e-chart, .e-stockchart, .e-circular-gauge, .e-lineargauge, .e-treemap, .e-chart-selection, .e-chart-markers, .e-chart-trendlines, .e-chart-series, .e-chart-axis, .e-chart-row, .e-chart-column {
    font-family: "Source Sans 3", sans-serif !important;
}

/*End Global font settings*/

.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;*/
}

/*SideBar*/

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    color: white !important;
}

.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
    background: #213B33 !important;
    justify-content: center;
}

.center-align {
    text-align: center;
    padding: 20px;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-icons {
    color: white;
}

.e-accordion {
    border: none !important;
}

.e-custom, .e-custom:hover, .e-custom:focus, .e-custom:active {
    background-color: #213B33;
    color: white;
}
.icocompany {
    content: url('/images/company.svg');
}

.title {
    text-align: center;
    font-size: 20px;
    padding: 15px;
}

.sub-title {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

#default-sidebar {
    background-color: #213B33;
    color: #ffffff;
}
/*SideBar*/

/* Card settings*/

.card, .card-header, .card-body, .card-footer {
    border-radius: 0px !important;
}

.card-header {
    background-color: #213B33;
    color: white;
    height: 30px;
    align-items: center;
    display: flex;
}

.card-body {
    padding-bottom: 0px;
}

.card-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*End Card settings */

/*Nav style*/

.nav-link.active {
    color: white !important;
    background-color: #213b33 !important;
}

a:link, a:visited {
    color: #213B33;
    text-decoration: none;
    cursor: pointer;
}

.nav-item:hover .nav-link {
    color: lightgray !important;
}

/*End Nav style*/

/* Button style */
.btn {
    background-color: #ffbd00;
    color: black;
    border: none;
    border-radius: 2px;
}

    .btn:hover {
        background-color: #ffbd00;
        transition: 0.7s;
        color: black;
    }

    .btn:focus {
        background-color: #213B33;
    }

    .btn:active {
        background-color: #213B33;
    }

/* END Button style */

/* File upload style */
.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }
/* END File upload style */

/*Btn style*/
.btn {
     color: white;
     border-radius:5px;
}
/*End Btn style*/


/* Dialog */
.e-dialog {
    border-radius: 0px !important;
    display: inline !important;
}

/* END Dialog */

.branded-bg {
    color: #fff;
    background-color: #213B33 !important;
}

#default-appbar.branded-bg.app-bar {
    color: #fff;
    background-color: #213B33 !important;
}



.sticky-appbar {
    position: sticky;
    top: 0;
    height: 80px;
    z-index: 2000;
}

.app-bar {
    height: 80px;
    z-index: 2000;
}

.app-bar-button {
    color: #fff;
    font-size: 24px;
    margin-right: 30px;
    cursor: pointer;
}

div.top-spacer {
    height: 60px;
}

i.fi {
   cursor:pointer;
}

.language-item {
    display: flex;
    align-items: center;
    padding: 6px 12px; /* Control vertical & horizontal padding */
    font-size: 14px;
}

.e-dropdownbase .e-list-item .language-item {
    padding: 8px 12px; /* Specific to item list rows */
}

.e-dropdownbase .e-list-item:hover .language-item {
    background-color: #f4f4f4; /* Optional: hover styling */
}

.e-dropdown-popup .e-item {
    line-height: normal !important; /* Prevent tight spacing */
}

div.status-card {
    border: 1px solid #214D36;
    border-radius: 10px;
}

h4.status-header {
    color: #214D36;
    font-size: 16px;
}

h4.status-caption {
    color: #214D36;
    font-size: 12px;
}

h4.status-content {
    color: black;
    font-size: 12px;
    vertical-align: middle;
}

i.status-icon {
    font-size: 16px;
}

i.app-bar-icon {
    font-size: 16px;
    color: #A18215;
    font-weight: bold;
}

li.nav-item:hover {
    color: #20AE66;
}