@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


/*--font face end--*/
body {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    color: #000;
}

:root {
    --primarycolor: #EAB76B;
    --secondarycolor: #0A195A
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    color: #0A0A0A;
}

.login-wrapper {
    min-height: 100vh;
}

.login-left {
    background: #0A195A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    max-width: 360px;
    padding: 20px;
    background: #fff;
    width: 100%;
}

    .login-container h4 {
        font-weight: 700;
        margin: 0 0 20px;
    }

input.icon-holder {
    padding-left: 45px;
}

input.icon-holder-right {
    padding-right: 35px;
}

.form-control.icon-holder-right + .input-icon-right {
    position: absolute;
    top: 8px;
    right: 10px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 5px;
}

.form-control-lg + .input-icon, .form-control-lg ~ .password-eye-icon {
    top: 14px;
}

.form-check {
    padding-left: 30px;
}

    .form-check .form-check-label {
        padding-top: 4px;
        font-size: 13px;
    }

    .form-check .form-check-input {
        margin-left: -30px;
    }

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border-color: var(--primarycolor);
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control, .form-select {
    border-color: #D4D4D4;
    font-size: 14px;
    height: 45px;
    border-radius: 10px;
}

    .form-select.form-select-sm {
        height: 38px;
    }

    .form-control.form-control-lg, .form-select.form-select-lg {
        height: 50px;
        border-radius: 10px;
    }

.page-title-row {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

    .page-title-row h5 {
        font-size: 24px;
        font-weight: 600;
    }

    .page-title-row img.backarrow {
        margin-top: -5px;
    }

.btn.btn-lg {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.btn {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 11px 15px;
    color: #000;
    font-weight: 500;
}

    .btn.btn-sm {
        font-size: 13px;
    }


    .btn.btn-primary.disabled {
        opacity: .5;
        background: #56C1C8;
        border-color: #56C1C8;
    }

.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
}

.btn-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

.btn-outline-primary {
    border-color: #56C1C8;
    color: #56C1C8;
}

.btn-secondary {
    background: #e6e8ef;
    border-color: #0A195A;
    color: #000
}

.btn.btn-secondary:hover, .btn.btn-secondary:active {
    background: #e6e8ef !important;
    border-color: #0A195A !important;
    opacity:0.8
}

.btn-outline-danger {
    border-color: #F14336;
    color: #F14336;
}

.btn-outline-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

    .btn-outline-light:hover {
        background: #56C1C8;
        border-color: #56C1C8;
        color: #fff;
    }

.btn.btn-outline-danger:hover {
    color: #fff;
    border-color: #F14336;
    background-color: #F14336;
}

.btn:hover, .btn-check:checked + .btn, .btn.active, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background: #EAB76B;
    border-color: #EAB76B;
    color: #000;
    opacity:0.8 g
}

.text-link {
    color: var(--primarycolor);
}

.form-label {
    color: #3E3E3E;
    font-size: 14px;
    font-weight: 500;517

}

    .form-label sup {
        color: red;
    }

.tp-search {
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}

    .tp-search input {
        border: solid 1px #D4D4D4;
        border-radius: 10px;
        padding: 10px 10px 10px 40px;
        width: 100%;
    }

    .tp-search .searchicon {
        position: absolute;
        left: 13px;
        top: 10px;
    }
/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 9999;
    position: fixed;
    width: 100%;
    max-width: 270px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0a195a;
    padding: 23px 20px;
    color: #fff;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 224px);
    overflow: auto;
    justify-content: space-between;
}

.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menubar li {
        margin-bottom: 2px;
    }

        .menubar li > a {
            display: flex;
            align-items: center;
            border-radius: 10px;
            padding: 10px;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            height: 55px;
            font-weight: 500;
            position: relative;
            z-index: 10;
        }

            .menubar li > a img {
                margin-right: 10px;
                filter:brightness(100)
            }

            .menubar li > a:hover,
            .menubar li a.active {
                color: #fff;
                background: var(--primarycolor);
            }

        .menubar li.active a {
            background: var(--primarycolor);
            color:#000;
        }

        .menubar li.active a img {
            filter:brightness(0)
        }

        .menubar li > a.has-submenu::after {
            content: "";
            position: absolute;
            right: 10px;
            top: 20px;
            width: 12px;
            height: 12px;
            background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
            transition: all .2s ease;
        }

        .menubar li > a.has-submenu.active::after {
            transform: rotate(90deg);
        }

.has-submenu.active + .submenu {
    display: block;
}

.submenu {
    list-style: none;
    padding: 15px;
    background: #3C3C3C;
    position: relative;
    z-index: 8;
    top: -5px;
    border-radius: 0 0 8px 8px;
    display: none;
}

    .submenu li {
    }

        .submenu li a {
            padding: 5px 5px 5px 15px;
            border-radius: 0;
            height: auto;
            font-size: 14px;
            position: relative;
        }

            .submenu li a.active {
                background: transparent;
                color: #D87EBD;
            }

            .submenu li a:hover {
                background: transparent;
                color: #D87EBD;
            }

                .submenu li a:hover::after, .submenu li a.active::after {
                    background: #D87EBD;
                }

            .submenu li a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 14px;
                width: 5px;
                height: 5px;
                border-radius: 100%;
                background: #D9D9D9;
            }

.sildebarlogo {
    margin: 30px 0 50px;
}
/*--sidebar--*/


.content-body {
    padding: 30px 30px 20px 80px;
}

.footer {
    text-align: center;
    border-top: solid 1px #E7E7E7;
    padding: 10px 0;
    font-size: 14px;
    color: #969696;
}

/*--dashboard css--*/
.dash-item {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    font-size: 32px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
}

    .dash-item a {
        display: flex;
        width: 100%;
        text-decoration: none;
        align-items: center;
    }

        .dash-item a p {
            color: #0A0A0A;
        }

    .dash-item .dash-item-icon {
        border-radius: 8px;
        background: #fff0da;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .dash-item h6 {
        font-size: 18px;
        color: #000;
        margin: 0;
    }

.innerbody {
    padding-left: 270px;
    background: #F6F3FB;
    transition: all .3s ease-in;
}

.user-set-menu {
    /* background: #F8EBF4; */
    color: #000;
    border-radius: 27px;
    padding: 3px 10px 3px 3px;
    margin-right: 10px;
    margin-left: auto;
}

    .user-set-menu .dropdown-toggle {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        .user-set-menu .dropdown-toggle small {
            font-size: 10px;
            color: #4D4D4D;
        }

        .user-set-menu .dropdown-toggle h6 {
            font-size: 13px;
            margin: 0;
            color:#000
        }

        .user-set-menu .dropdown-toggle small {
            font-size: 10px;
        }

    .user-set-menu .dropdown-menu {
        font-size: 15px;
        color: #000;
        box-shadow: 0 0 3px rgba(0,0,0,.2);
    }

        .user-set-menu .dropdown-menu .dropdown-item {
            color: #000;
        }

    .user-set-menu a {
        color: #020202;
    }

.pate-content-wrapper {
    min-height: calc(100vh - 142px);
}
/*--dashboard css--*/

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
    border-radius: 10px;
}

.table > thead {
    vertical-align: middle;
}

.table thead th {
    background: #0A195A;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.table {
    border: solid 1px #DEE5EF;
    font-size: 12px;
    font-weight: 500;
}

.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
}

.pagination .page-item.active .page-link {
    background: var(--secondarycolor);
    border-color: var(--secondarycolor);
    color: #fff;
}

.pagination .page-link img {
    margin-top: -3px;
}

.header {
    background: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.headerserarch {
    position: relative;
    width: 260px;
}

    .headerserarch .inputicon {
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .headerserarch .inputicon-rt {
        position: absolute;
        top: 6px;
        right: 14px;
        cursor: pointer;
    }

    .headerserarch .form-control {
        padding-left: 35px;
        padding-right: 35px;
    }

.filterby {
    display: flex;
    font-size: 16px;
    align-items: center;
}

    .filterby label {
        white-space: nowrap;
        margin-right: 10px;
    }

.card {
    border-radius: 10px;
}

.text-light {
    color: #B9B8B8 !important;
}

.label-heading {
    font-size: 14px;
}

.uploadbtn {
    position: relative;
}

    .uploadbtn input {
        visibility: hidden;
        position: absolute;
    }

    .uploadbtn label {
        border: solid 1px #E0E0E0;
        font-size: 10px;
        color: #77797D;
        font-weight: 500;
        border-radius: 10px;
        text-align: center;
        max-width: 250px;
        width: 100%;
        padding: 20px 10px;
    }

        .uploadbtn label p {
            font-size: 12px;
            color: #000;
        }

.m-card-min-hight {
    min-height: calc(100vh - 210px);
}

.rating-star-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

    .rating-star-list li {
        margin-right: 0 5px 0 0;
        width: 42px;
        height: 42px;
        background: url(../images/rating-star.png) center center no-repeat;
        background-size: 100%;
    }

        .rating-star-list li.fill {
            background: url(../images/rating-fill.png) center center no-repeat;
            background-size: 100%;
        }

table .rating-star-list li {
    width: 18px;
    height: 18px;
}

.modal-header {
    border: 0;
    padding: 30px 30px 0;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 10px 30px 30px;
    font-size: 14px;
}

    .modal-body h6 {
        font-size: 14px;
        color: #0B4258;
    }

.modal-close {
    position: absolute;
    right: 1px;
    top: 5px;
    background: none;
    border: 0;
}

.profile-srt-info {
    display: flex;
    font-size: 12px;
    color: #A9A9A9;
}

    .profile-srt-info h6 {
        font-size: 15px;
    }


.backdrop-div {
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.dropdown-item.active, .dropdown-item:active {
    background: var(--primarycolor);
}

.uploaded img {
    margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate {
    border-radius: 8px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border: 0;
        background: #0a195a;
        color: #fff !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 0;
        background: var(--secondarycolor);
    }


.modal {
    z-index: 10000;
    background: rgba(0,0,0,0.5) !important;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-top: 6px;
    margin-left: 15px;
}


/** toggle btn **/

.toggleBtn input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position:absolute;
}

.toggleBtn label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 28px;
    background: grey;
    display: block;
    border-radius: 50px;
    position: relative;
}

    .toggleBtn label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 22px;
        height: 22px;
        background: #fff;
        border-radius: 50px;
        transition: 0.3s;
    }

.toggleBtn input:checked + label, .toggleBtn input:checked + input + label {
    background: #EAB76B;
}

    .toggleBtn input:checked + label:after, .toggleBtn input:checked + input + label:after {
        left: calc(100% - 3px);
        transform: translateX(-100%);
    }

.toggleBtn label:active:after {
    width: 30px;
}

input.icon-holder {
    padding-left: 45px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 11px;
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}
.tableSearchBox {
    position: relative;
    max-width: 280px;
    width: 100%;
}
.tableSearchBox i {
    position: absolute; top:12px; left:10px
}
#seachinput{ padding-left:30px }
.filter-row { margin-bottom:15px}

.uploaded-file-pic{ position:relative}
    .uploaded-file-pic #removeImage {
        position: absolute;
        right: -10px;
        top: -10px;
    }

.uploadeImg img{ border:1px solid #eee; border-radius:10px}

.imgUploadBlog {
    float: left;
    max-width: 250px;
}

.viewProfilePic{ float:left; width:140px}

.fil-rt {
    display: flex;
}
.empl-type {
    margin-top:21px
}
.fil-rt .date-input-width {
    flex:0 0 250px;
    width:250px
}
.ui-datepicker .ui-datepicker-header {
    background: #0A195A
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    background: #fff
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-pre.ui-state-hover {
    left: 5px;
} 
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev span.ui-icon {
    background: url(../images/arrow-pre.png) center center no-repeat;
}
.ui-datepicker .ui-datepicker-next span.ui-icon {
    background: url(../images/arrow-next.png) center center no-repeat;
}

.card-title {
    margin-bottom: 0;
}