:root {
    --p-color: #058da2;
    /* e filing light color #7d4390 */
    /* --p-color: #2470bd; */
    /*--p-color: #f26b35;*/
    --s-color: #b6dee4;
    --g-color: #637e32;
    --grey-color: #6c6c6c;
    --tb-color: #111;
    --blue: #209ADA;
    --light-blue: #8ab6d1;
}
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap'); */

html,
body {
    height: 100%;
    /* font-family: 'Open Sans', sans-serif; */
}

body {
    font-weight: 400;
    background: white;
    /* font-size: 16px; */
    color: var(--tb-color);
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    transition: 0.2s all ease;
    color: var(--p-color);
}

.btn-primary2, badge-primary2, .bg-primary2, .card-primary2:not(.card-outline) > .card-header {
    background-color: var(--p-color);
    border-color: var(--p-color);
    color: white;
}

    .btn-primary2:hover {
        /* color: #fff; */
        background-color: var(--s-color);
        border-color: var(--s-color);
    }

.card-body {
    border: solid 1px #ccc;
}

.text-primary2 {
    color: var(--p-color) !important;
}

.border-primary2 {
    border-color: var(--p-color) !important;
}

.btn-outline-primary2 {
    color: var(--p-color);
    border-color: var(--p-color);
}

    .btn-outline-primary2:hover {
        color: #fff;
        background-color: var(--p-color);
        border-color: var(--p-color);
    }

img {
    max-width: 100%;
}

.brand-link .brand-image {
    margin-top: unset;
    width: 33px;
}

.content-wrapper {
    /*background-color: #f7f7f7;*/
    background-color: transparent;
    background: url(../img/bg11.png);
    background-size: cover;
}

    .content-wrapper .content {
        padding-bottom: 3rem;
    }

.small-box h3 {
    font-weight: 500;
}

@media (min-width: 1200px) {
    .col-lg-3 .small-box h3, .col-md-3 .small-box h3, .col-xl-3 .small-box h3 {
        font-size: 1.8rem;
    }
}

.dropdown-menu-lg {
    min-width: unset;
}

.nav-sidebar > .nav-item .nav-icon {
    /*color: var(--info);*/
    font-size: 14px !important;
}
/*Kendo Start*/

.k-table-thead, .k-table-tbody, .k-table-tfoot, .k-table-row, .k-table-alt-row {
    line-height: 14px;
}

.k-column-title {
    /* height: 18px;*/
    height: 30px;
    font-weight: 600;
}

/*Kendo End*/

/*form design start*/
.form-horizontal.form-bordered {
    border: 1px solid rgba(0, 0, 0, 0.27);
}

div.form-horizontal > .form-group.row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.27);
    margin: 0;
    /* background: #f7f7f7; */
}

.control-label {
    text-align: left !important;
    margin: 0;
    padding: 5px 15px !important;
    border-right: 0px solid rgba(0, 0, 0, 0.27);
    border-left: 0px solid rgba(0, 0, 0, 0.27);
    /* font-weight: 600 !important; */
    font-weight: 400 !important;
    background: #fceee4;
    color: black;
}
/*.control-label span {
    font-size: 12px !important;
    font-weight: 600;
    vertical-align: text-bottom;
}*/
.control-form {
    line-height: 1;
    padding: 5px 15px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.27);
}

div.form-horizontal.form-bordered .form-control {
    border-color: #bbbbbb;
    /*height: calc(1.5em + 0.50rem + 0px);*/
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    transition: 0.15s all ease-in-out;
    /* background: #f9f9f9; */
    /* font-size: 14px; */
}

.control-error {
    padding: 5px 15px;
}

    .control-error span {
        vertical-align: middle;
    }

.error-text {
    font-size: 13px;
    font-weight: 600;
}
/*form design end*/

/*select2 design start*/
.select2-container {
    font-size: 14px;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-radius: 0;
    /* background: #f9f9f9; */
    /*min-height: calc(1.5em + 0.50rem + 0px);*/
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #80bdff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--p-color);
    border-color: var(--p-color);
    padding: 3px 5px 2px 5px;
    margin-top: 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    outline: 0;
    /*min-height: calc(1.5em + 0.50rem + 0px);*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    background: red;
    padding: 0px 4px 2px 4px;
    border-radius: 4px;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:1;
    padding-left:0;
    margin-top:-1px;


/*select2 design end*/

/*datepicker design start*/
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    font-size: 12px;
}

    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span.active {
        background-color: var(--p-color);
        color: white;
    }
/*datepicker design end*/

/*datatable design start*/
.page-item.active .page-link {
    background-color: var(--p-color);
    border-color: var(--p-color);
}

.page-item .page-link {
    color: var(--p-color);
}
/*datatable design end*/
table {
    font-size: 95%;
}

th {
    font-weight: 600;
}

.nav-sidebar > .nav-item:hover > .nav-link {
    /*background-color: rgba(255,255,255,.1);
    color: #fff;*/
    /* background-color: white;
    color: var(--p-color); */
    color: var(--p-color);
    background: var(--s-color);
    border-radius: 0;
}

.nav-sidebar > .nav-item > .nav-link:focus {
    background-color: white;
    color: var(--p-color);
}

.nav-treeview > .nav-item > .nav-link:hover {
    background-color: white;
    color: var(--p-color);
}

.nav-treeview > .nav-item > .nav-link:focus {
    background-color: white;
    color: var(--p-color);
}

.nav-sidebar .nav-link {
    color: white;
}
    /* Added by Aparna-- START*/
    .nav-sidebar .nav-link.active {
        /* background-color: #058da2 !important;
        color: white !important;*/
        border-right: solid 4px var(--p-color);
        background-color: white;
        color: var(--p-color);
        border-radius: 0;
    }

.nav-sidebar .nav-treeview {
    /* padding-left: 20px;*/
}
/* Added by Aparna-- END*/
.login-box2 {
    width: auto;
}

    .login-box2 .card {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        border-radius: 16px;
    }

        .login-box2 .card .card-body {
            border-radius: 16px;
            border: none;
        }

.main-header {
    /* background: #2470bd; */
    background: var(--p-color);
    min-height: 70px;
    border-bottom: none;
}
/* .main-sidebar {
    background-color: #f1f3f6 !important;
} */

.nav-pills .nav-link {
    color: #6c757d;
    font-weight: 500;
    font-size: 90%;
}

.brand-link {
    min-height: 69px;
    display: flex;
    align-items: center;
}

.layout-navbar-fixed .wrapper .content-wrapper,
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(4rem + 1px);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.sidebar {
    padding: 0;
}

    .sidebar .nav-link {
        padding: .9rem 1rem;
    }

.nav-sidebar > .nav-item {
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0;
    width: 100%;
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    top: 1.2rem;
}

.pushmenu i {
    font-size: 26px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffc107;
}

.dropdown-item {
    font-size: 90%;
    color: #838383;
}

.rounded-lg {
    border-radius: 1.3rem !important;
}

.small-box {
    box-shadow: none;
}

    .small-box .icon > i.fa {
        font-size: 38px;
        opacity: 0.5;
        top: 26px;
    }

    .small-box:hover .icon > i, .small-box:hover .icon > i.fa {
        opacity: 1;
    }

    .small-box:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.2) !important;
    }
    /* Added by Aparna-- START*/
    .small-box.selected {
        box-shadow: inset 0 0 20px rgb(5 141 162) !important;
    }
/* Added by Aparna-- END*/
.card-header {
    border-top-left-radius: 0.55rem;
    border-top-right-radius: 0.55rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-right: solid 4px var(--p-color);
    background-color: white;
    color: var(--p-color);
    border-radius: 0;
}

td a small {
    width: 100px;
    display: inline-block;
}

.sidebar-collapse.sidebar-mini .main-sidebar.sidebar-focused .nav-link, .sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar.sidebar-focused .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar:hover .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar.sidebar-focused .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar:hover .nav-link {
    width: 100% !important;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: 45%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--p-color);
}

.nav-sidebar > .nav-item .nav-icon {
    text-align: right;
}
/*.fa-bars:before {
    content: "\f0c9" !important;
}*/
.bs-stepper-header {
    position: relative;
    align-items: baseline;
    justify-content: space-between;
}

.bs-stepper .step-trigger {
    flex-direction: column;
}

.bs-stepper .step {
    text-align: center;
    width: 100px;
}

.bs-stepper .line, .bs-stepper-line {
    min-height: 3px;
    background-color: #d9d9d9;
    position: absolute;
    top: 18px;
    right: 2%;
    width: 95%;
    height: 2px;
    left: 2%;
    z-index: -1;
}

.bs-stepper .step-trigger {
    padding: 0px;
    background: white;
}

.bs-stepper-content {
    padding: 16px;
}

.bs-stepper-circle {
    background-color: #a9a9a9;
}

.active .bs-stepper-circle {
    background-color: var(--p-color);
}

.active .bs-stepper-label {
    color: var(--p-color);
}

.bs-stepper .step-trigger.disabled, .bs-stepper .step-trigger:disabled {
    opacity: 1;
}

.bs-stepper-label {
    margin: .25rem;
    display: block;
    font-size: 80%;
    font-weight: 500;
    color: #a9a9a9;
}

/* --------------------------------- */

/* PRELOADER */
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background: var(--navy);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: navajowhite;
}
    /* lines */
    .preloader .lines {
        position: absolute;
        width: 80px;
        height: 40px;
    }
    /* line */
    .preloader .line {
        position: absolute;
        width: 80px;
        height: 10px;
        background-color: red;
        clip: rect(0, 0, 20px, 0);
    }
    /* line_1 */
    .preloader .line_1 {
        top: 0;
        -webkit-animation: slide 2s ease 0s infinite;
        animation: slide 2s ease 0s infinite;
    }
    /* line_2 */
    .preloader .line_2 {
        top: 15px;
        -webkit-animation: slide 2s ease 0.25s infinite;
        animation: slide 2s ease 0.25s infinite;
    }
    /* line_3 */
    .preloader .line_3 {
        top: 30px;
        -webkit-animation: slide 2s ease 0.5s infinite;
        animation: slide 2s ease 0.5s infinite;
    }
    /* loading_text */
    .preloader .loading_text {
        position: relative;
        top: 60px;
        text-align: center;
        width: 100%;
        color: red;
        font-size: 13px;
        font-family: sans-serif;
        letter-spacing: 3px;
        line-height: 10px;
        height: 10px;
        -webkit-animation: fade 1s ease 0s infinite;
        animation: fade 1s ease 0s infinite;
    }

@-webkit-keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .login-page, .register-page, .h-auto-small {
        height: auto !important;
        overflow: auto !important;
    }

    .log_bg {
        min-height: unset !important;
    }

        .log_bg h1 {
            font-size: 1rem !important;
        }
}

.layout-top-nav .wrapper .main-header .brand-image {
    margin-top: 0;
    margin-right: 0.2rem;
    height: 50px;
}

footer {
    font-size: 90%;
}

.arrowed-in-right {
    position: relative;
    margin-right: 10px;
    margin-left: 14px;
    /*background-color: var(--p2-color);
    border-radius: 0;
    font-weight: normal;
    color: white;*/
    background-color: var(--warning);
    border-radius: 0;
    font-weight: normal;
    color: #000000;
    white-space: nowrap;
    padding: 0px 8px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    font-size: small;
}

    .arrowed-in-right:before {
        display: inline-block;
        content: "";
        position: absolute;
        left: -14px;
        top: 0;
        border: 9px solid transparent;
        border-width: 11px 7px;
        border-right-color: var(--warning);
    }

    .arrowed-in-right:after {
        border-color: var(--warning) !important;
        border-right-color: transparent !important;
        display: inline-block;
        content: "";
        position: absolute;
        right: -9px !important;
        top: 0;
        border: 9px solid transparent;
        border-width: 11px 7px;
    }


.blinker-ani {
    animation: blinker 3.0s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.dropdown-divider {
    display: none;
}

.dropdown-menu {
    border-radius: 0.5rem;
}

    .dropdown-menu li {
        min-width: 180px;
        border-bottom: dashed 1px #ccc;
    }

        .dropdown-menu li:last-child {
            border-bottom: none;
        }

fieldset {
    padding: 0.5rem 1rem 1rem 1rem;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    position: relative;
}

legend {
    display: block;
    width: auto;
    padding: 0 8px;
    margin-bottom: 0px;
    font-size: 1.1em;
    font-weight: 500;
    line-height: inherit;
    color: #e5782b;
    border: 0;
    border-bottom: none;
    letter-spacing: 1px;
}

.small, small {
    font-size: 85%;
}

.lblRadio {
    margin-bottom: 0;
    margin-right: 1rem;
}

input[type="radio"],
input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 0.4rem;
}

.form-control:focus {
    box-shadow: 0rem 0rem 1rem #b0b0b0;
    border-radius: 0.2rem !important;
}

/* .form-control {
    font-size: 1.2rem;
} */

.login-box, .register-box {
    width: auto;
}

.k-input-inner, .k-toolbar-md, .k-button-md {
    padding-block: 0 !important;
}

.k-button-flat-primary {
    color: white;
    background: #058da2 !important;
}

.k-grid-content {
    height: auto !important;
}

.k-table {
    width: 100% !important;
}
.modalImgContainer {
    min-height: 78vh;
    display: flex;
    justify-content: center;
    align-items: center;
}