﻿
@font-face {
    font-family: 'PilatWideHeavy';
    src: url('../font/PilatWideHeavy.otf') format('opentype');
}

@font-face {
    font-family: 'PilatWideLight';
    src: url('../font/PilatWideLight.otf') format('opentype');
}

body {
    font-family: 'PilatWide-Regular' !important;
}

@font-face {
    font-family: 'PilatWide-Regular';
    src: url('../font/PilatWide-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PilatWide-Bold';
    src: url('../font/PilatWide-Bold.ttf') format('truetype');
}

.PilatWideBold {
    font-family: 'PilatWide-Bold';
}

.pull-right {
    float: right !important
}

.PilatWideLight {
    font-family: 'PilatWideLight';
}

.PilatWideHeavy {
    font-family: 'PilatWideHeavy';
}

.PilatWideRegular {
    font-family: 'PilatWide-Regular';
}

.PilatWideDemiBold {
    font-family: 'PilatWide-DemiBold';
}

@font-face {
    font-family: 'PilatWide-DemiBold';
    src: url('../font/PilatWide-DemiBold.ttf') format('truetype');
}

body {
    font-family: 'PilatWide-Regular';
    /*background: #f7f7f7;*/
    background: white;
    background-image: url(../Images/download.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row {
    margin: 0px !important;
}

a {
    text-decoration: none;
}

.navbar-brand {
    /*   width: 203px;*/
    padding: 0px !important;
}

    .navbar-brand img {
        height: 60px;
    }

.content-wrapper {
    margin-top: 5rem;
}

.pull-left {
    float: left !important
}

.content-wrapper {
    margin-top: 5rem;
    /*margin-left: 15rem;*/
}

.sidebar-expand-md:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
    position: fixed !important;
    width: inherit !important;
    overflow-y: scroll
}

.sidebar-content {
    padding-top: 3rem;
}

.sidebar-content {
    padding-top: 1rem;
}

.modal-dialog {
    margin: 5.75rem auto;
}

.navbar {
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.6;
}

    .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
    }

.navbar-light {
    background-color: #eaecfc !important;
    padding: 0px 5px;
    /*border-bottom: 3px solid white;*/
}

.sidebar-light {
    background-color: #3c5e9b !important;
    color: white;
}

    .sidebar-light .nav-sidebar .nav-link {
        color: white !important;
    }

.svg-inline--fa {
    margin-top: 5px;
}

.navbar-light .navbar-nav-link {
    color: white !important;
}



/*.sidebar-xs .sidebar-main .nav-sidebar > .nav-item:hover {
    color: #333;
    background-color: #00946b;
}*/

.sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item:not(.nav-item-open):hover > .nav-link:not(.active):not(.disabled) {
    color: #333;
    background-color: #00946b;
}

.sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    background-color: #304a52 !important;
    color: white;
}

.sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item > .nav-link.active {
    /*background-color: #372e63;
    border-left: 3px solid #fafcff;*/
    background-color: #eaecfc !important;
    color: #0b053c !important;
}

    .sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item > .nav-link.active svg {
        background: #0b053c;
        color: white;
    }

.sidebar-light .nav-sidebar .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
    color: #333;
    background-color: white;
}

.Menuactive {
    background-color: #3c326c;
    border-left: 3px solid #fafcff;
}


.Customebtn {
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    /* margin: 0 auto; */
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
}

    .Customebtn span {
        position: relative;
        z-index: 1;
    }

    .Customebtn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 150px;
        width: 150px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate( 9deg);
        transform: translateX(-98%) translateY(-25%) rotate( 153deg);
    }

    .Customebtn:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(153deg);
    }

.btnPrimary {
    background-color: #013765;
}

    .btnPrimary::after {
        background: #00a172;
    }

.btnSecondary {
    background: #444444;
}

    .btnSecondary::after {
        background: #6c757d;
    }

.btnDanger {
    background: #dc3545;
}

    .btnDanger::after {
        background: #800c23;
    }

.btnSuccess::after {
    background: #013765;
}

.btnSuccess {
    background-color: #00a172;
}

.color-gray {
    color: #304a52 !important;
}

.color-green {
    color: #00be5e !important;
}

.scrollbar {
    height: 450px;
    overflow-y: scroll;
    overflow-x: visible !important;
    padding: 0px;
    margin-top: 10px;
}

.table-card table {
    color: #013765;
}

.table.dataTable th {
    position: sticky;
    top: -1px;
    z-index: 1;
    background: #013447;
    color: white;
    z-index: 9;
}

.Starick::after {
    content: "*";
    color: red;
}

table.dataTable td, table.dataTable th {
    border: 1px solid lightgray;
}

.fixed-card-footer {
    background: #e0e0e0;
    padding: 10px;
    position: sticky;
    text-align: right;
    bottom: 0px;
    z-index: 2;
}

.card-header {
    background-color: #3c5e9b !important;
    /*background: #013447;*/
    color: #013765;
    margin-bottom: 10px;
    padding: 11px;
    color: white;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

    .card-header h4 {
        margin: 0px;
    }

.clickable-style:hover {
    cursor: pointer;
    background-color: #00946b;
    color: white;
}

clickable-style:active {
    cursor: move;
    background-color: #00946b;
    color: white;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00946b;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #00946b;
    }

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.p-10 {
    padding: 10px;
}

.image-upload {
    background: #013765;
    padding: 4px;
    color: white;
}

    .image-upload:hover {
        cursor: pointer !important;
    }

    .image-upload label:hover {
        cursor: pointer !important;
    }

    .image-upload label {
        margin: 0px !important;
        font-size: 17px;
    }

    .image-upload > input {
        display: none;
    }

.Image-view {
    margin: 25px 0px;
    margin-right: 10px;
    float: left;
    width: 100%;
    height: 80px;
}

    .Image-view img {
        height: 80px;
        width: 80px;
    }

.overlay {
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    position: relative;
    bottom: 79px;
    height: 80px;
    width: 80px;
    text-align: right;
}

.Image-view:hover .overlay {
    opacity: 1;
}

.Image-view .icon-trash {
    color: white;
    font-size: 15px;
    position: relative;
    left: 60px;
    top: -103px;
    opacity: 0;
}

.Image-view:hover .icon-trash {
    opacity: 1;
}

.icon-trash:hover {
    color: #eee;
}

.table td, .table tr {
    border: 1px solid;
}

/*.table-card-head th {
    border: 1px solid white !important;
}*/

.pull-right {
    float: right !important;
}

.custome-checkbox {
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
    left: 3px;
}

.mt-30 {
    margin-top: 30px;
}

.w-100 {
    width: 100%;
}

.page-item.active .page-link {
    background-color: #013765;
    border-color: #013765;
}

.image-upload-submit {
    background: none;
    padding: 5px;
    color: black;
    /*width: 140px;*/
    border: 1px solid lightgray;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}

    .image-upload-submit label i {
        position: relative;
        bottom: 2px;
    }


    .image-upload-submit i {
        font-size: 20px;
    }

.ss-main .ss-single-selected {
    height: 38px !important;
    border-radius: 15px;
}


#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

    #tsum-tabs label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }

    #tsum-tabs label[for*='1']:before {
        content: '\f1cb';
    }

    #tsum-tabs label[for*='2']:before {
        content: '\f17d';
    }

    #tsum-tabs label[for*='3']:before {
        content: '\f16b';
    }

    #tsum-tabs label[for*='4']:before {
        content: '\f1a9';
    }

    #tsum-tabs label:hover {
        color: #013765;
        cursor: pointer;
    }

#tsum-tabs input:checked + label {
    color: #013765;
    border: 1px solid #ddd;
    border-top: 2px solid #013765;
    border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
    display: block;
}

.section {
    border: 1px solid gray;
    padding: 15px;
    margin: 15px 0px;
    border-radius: 10px;
    background: #f9f9f9;
}

    .section h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }

    .card {
        padding: 3em 2em;
    }

    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }

    .section h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .page-title {
        padding: 10px 0px 10px 0px;
    }

    .section {
        padding: 10px;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}

.select2-selection--single .select2-selection__arrow:after {
    top: 20%;
    right: -0.125rem;
    margin-top: -.5rem;
    font-size: 21px;
    background: #00946b;
    padding: 7px;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bgprimary {
    background: #013447;
}

.bgDanger {
    background: #dc3545;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

.card-login {
    max-width: 25rem;
}

.card-register {
    max-width: 40rem;
}

.page-title {
    padding: 10px 0px 10px 0px;
}

.input-group-text .svg-inline--fa {
    margin: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-10 {
    margin-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border-radius: 4px !important;
    height: 33px;
    border: 0.8px solid lightgray !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px !important;
    border-radius: 15px;
}

.select2-container--default .select2-selection--single {
    min-height: 38px !important;
    border-radius: 15px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 39px !important;
        width: 25px;
        background-color: #3c5e9b;
    }

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px !important;
}

.project-label {
    font-weight: 500;
    font-size: 20px;
    color: gray;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}



.m-t-19 {
    margin: 19px 3px 0px 3px;
}

.m-t-27 {
    margin: 27px 3px 0px 3px;
}

.badge-warning {
    background-color: #ff7043;
}

.toast-container {
    z-index: 99999;
}

.toast {
    border-radius: 15px;
}

.toast-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.profileCardFooter div {
    display: inline-block;
}

.profileCardFooter {
    background: #eaecfc;
    font-size: 20px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

/*.page-content {
    background: #eaecfc !important;
}*/

.ProfileCard {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.ProfileCardBody {
    background-color: #3c5e9b !important;
    padding: 25px;
    color: white;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}

.page-title h4 {
    color: #013447;
}

.form-select {
    border-radius: 15px;
}

.input-group-text {
    border-radius: 15px;
}

.card-body {
    overflow: auto;
}

.mt-20 {
    margin-top: 20px !important;
}

.sidebar {
    transition: all ease-in-out .15s !important;
    width: 16.875rem;
}

.badge-info {
    color: #fff;
    background-color: #00bcd4;
}

.card-title {
    font-weight: bold;
}

.choosebtn {
    border: 1px solid #dddddd;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
}

.navTabsPos {
    position: sticky !important;
    top: -1px !important;
    z-index: 1 !important;
    background: white !important;
    color: white !important;
}

.table td, .table th {
    padding: 6px !important;
}

.clickable-style:hover .icon-printer {
    color: white !important;
}

.clickable-style:hover .icon-file-pdf {
    color: white !important;
}


/*Float Button... End Here */
label, tbody, .btn {
    font-weight: 500 !important;
}

.btn-success, .badge-success, button.btn.btn-success {
    background-color: #00a172 !important;
}

.badge-danger, btn-danger, button.btn.btn-danger {
    background-color: #c51f41 !important;
}

.badge-warning, badge-warning, button.btn.btn-warrning {
    background-color: #ff7043 !important;
}

.badge-info, btn-info, button.btn.btn-info {
    background-color: #013765 !important;
}

.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

    .flex > .Flex-coumn {
        flex: 1 100px;
        align-self: center;
    }

.MultiFlex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

    .MultiFlex > .MultiFlex-coumn {
        align-self: center;
    }

    .MultiFlex .MultiFlex-coumn-Select {
        margin-left: auto;
    }

        .MultiFlex .MultiFlex-coumn-Select .form-group {
            display: inline-block !important;
            margin-right: 10px;
        }

        .MultiFlex .MultiFlex-coumn-Select select {
            display: inline-block !important;
            margin-right: 10px;
        }

    .MultiFlex .MultiFlex-coumn select {
        display: inline-block !important;
        margin-right: 10px;
    }

    .MultiFlex .MultiFlex-coumn .form-group {
        display: inline-block !important;
        margin-right: 10px;
    }

.MultiFlex-coumn h4 {
    display: inline-block !important
}

.MultiFlex > .MultiFlex-coumn-Select {
    align-self: center;
}

@media(min-width:200px) and (max-width:769px) {

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
        margin-bottom: 10px;
    }

    .navbar-brand {
        width: 150px !important;
    }

    .Customebtn {
        font-size: 11px;
        padding: 8px;
    }

    .flex > .Flex-coumn {
        flex: 1 320px;
    }
}

a[type="button"] {
    color: white !important;
}

/*Waqas code Starte*/
form li a {
    color: #333 !important;
    font-size: 14px
}

.dropdownbtn button {
    color: #00224f !important
}

.item-box {
    border-bottom: 4px solid white;
    background: #fafcff;
    border-radius: 15px;
    border: #ffff 3px solid;
    padding: 10px 0px;
    margin: 22px 0 0;
    -webkit-box-shadow: 0px 30px 35px -18px rgb(46 7 62 / 67%) !important;
    -moz-box-shadow: 0px 15px 35px -18px rgb(36 12 46 / 55%) !important;
    background-image: url('../images/1clipshape.png');
    background-position: -2rem -1rem;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    box-shadow: 0 1px 0 #cbcff9, 0 2px 0 #cbcff9, 0 3px 0 #cbcff9, 0 4px 0 #cbcff9, 0 5px 0px 0px #cbcff9, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 2px 11px 10px rgb(0 0 0 / 20%), 0 5px 0px rgb(211 217 245), 0px 20px 20px 0px rgb(173 182 233), 0 20px 20px 0px rgb(0 0 0 / 25%) !important;
    margin: 20px 0px !important;
}

    .item-box > .icon-position {
        width: 92px;
        height: 82px;
        margin: 0 auto;
        margin-top: 0.45em;
        margin-bottom: 1rem;
        border-radius: 17px;
        -moz-box-shadow: 1px 8px 20px 0px rgb(27 12 46 / 15%);
    }

    .item-box .Bellicon-position {
        width: 92px;
        margin: 0 auto;
        margin-top: 1.45rem;
        margin-right: 1rem;
        font-size: 30px;
        color: #8986aa;
    }

    .item-box .NotificationDashbaord {
        border-radius: 25%;
        /*height: 30px;*/
        /*width: 30px;*/
        min-width: 15px;
        width: auto;
        font-size: 12px;
        background: red;
        padding: 2px;
        border: 2px solid white;
        color: white;
        float: right;
        position: relative;
        bottom: 10px;
        right: -10px;
        z-index: 9;
    }

    .item-box h3 {
        margin: 0px !important
    }

.NavRightIcon {
    background: white !important;
    padding: 8px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 22%) 0px 5px 15px 2px, #cbb9cd 0px 1px 10px -13px;
    height: 30px;
    width: 30px !important;
    text-align: center;
}

.HeaderHeading {
    font-size: 25px;
    color: #0b053c;
}

.ArrowIconMenu {
    background: #ffffff;
    height: 40px;
    width: 40px !important;
    padding: 8px;
    text-align: center;
    font-size: 23px;
    color: #0b053c;
    box-shadow: rgb(0 0 0 / 22%) 0px 5px 24px 2px, #cbb9cd 0px 1px 26px -7px;
    border-radius: 50%;
    margin-top: 5px;
}

.dropdown-menu {
    background-color: #eaecfc !important;
    border: 2px solid white !important;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%) !important;
}

.dropdown-menu {
    top: 100%;
    /*left: 0;*/
    z-index: 1000;
    min-width: 11.25rem;
    margin: 0.125rem 0 0;
    font-size: .8125rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border-radius: 0.1875rem;
}

.Bellicon-position svg {
    font-size: 40px;
    position: relative;
    left: 35px;
}

.navbar-expand-md .navbar-collapse {
    background: #eaecfc !important;
    height: 61px;
    margin-left: 4.5rem;
}

.nav-sidebar .nav-link svg {
    top: 0px;
    background-color: white;
    color: #0b053c;
    padding: 4px;
    border-radius: 5px;
    width: 25px;
    font-size: 20px;
    z-index: 9999;
    position: relative;
    bottom: 2px;
}

.sidebar-xs .navbar-expand-md .navbar-collapse {
    margin-left: -0.7rem;
}

.ApplyLeavePage .rectangle {
    border: 3px solid #fff;
    border-radius: 10px;
    background-color: #f0f3fd;
    padding: 20px 15px;
}

.ApplyLeavePage .User-Icon {
    font-size: 25px !important;
    margin-top: 0rem !important;
    color: #0b053c;
}

.card {
    padding: 2em;
    margin-top: 15px;
    border: 4px solid #ece7e7;
    border-radius: 10px !important;
    box-shadow: rgb(209 205 245) 0px 11px 7px 0px;
}


.p-l-r-col {
    padding: 0px 5em 0px 10px;
}

.btn {
    /*box-shadow: rgb(170 164 223) 0px 10px 19px 0px, #0b053c 0px 1px 10px -13px;*/
    border: 0px !important;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer !important;
}

.btn-primary {
    background-color: #3c5e9b !important;
    color: white;
}

    .btn-primary:hover {
        background-color: #3c5e9b !important;
        color: white;
    }

    .btn-primary:active {
        background-color: #3c5e9b !important;
        color: white;
    }

.btn-secondary {
    background: #5c636a;
    color: white;
}

    .btn-secondary:hover {
        background: #5c636a;
        color: white;
    }

    .btn-secondary:active {
        background: #5c636a;
        color: white;
    }

.btn-Cancel {
    color: #0b053c;
    background-color: #fff;
}

.btn-reset {
    background: #5c636a;
    color: white;
}

    .btn-reset:hover {
        color: white;
    }

.btn-dark {
    padding: 9px 12px;
    box-shadow: 3px 5px 8px -1px #212529;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover, .btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: white;
    background-color: #013765;
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right
}

.BrowseButton {
    display: inline-block;
    border: 1px dashed;
    background-image: linear-gradient(to right,#ed5988,#e2054b ) !important;
    position: relative;
    bottom: 5px;
    padding: 10px 28px;
    text-align: center;
    margin-left: 10px;
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    width: 150px;
    height: 48px;
    border: 1px solid;
    color: white;
    border-radius: 6px;
}

.filebox {
    border: 1px dashed gray;
    background: #f1f1f1;
    padding: 11px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-size: 18px;
    color: #3d1173;
    position: relative;
    bottom: 5px;
    float: left;
    width: 55%;
}

.rotate360 {
    transform: rotateY(180deg);
    transition: 0.3s;
}

.sidebar-main-toggle {
    transition: 0.3s;
}

.ThemeColor {
    color: #0b053c;
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    background-color: #eaecfc !important;
    color: #0b053c !important;
}

    .sidebar-light .nav-sidebar .nav-link:not(.disabled):hover svg {
        top: 0px;
        background: #0b053c;
        color: white;
    }

.sidebar-light .nav-sidebar .nav-item > .nav-link.active svg {
    top: 0px;
    background: #0b053c;
    color: white;
}

.focuses {
    background-color: #0b053c !important;
    color: white !important;
}

    .focuses svg {
        color: white !important;
    }

table {
    width: 100% !important;
    border-radius: 28px !important;
    font-size: 14px;
    border: 4px solid #ece7e7;
    border-radius: 10px !important;
    box-shadow: rgb(209 205 245) 0px 11px 7px 0px;
}

    table th, table td {
        padding: 10px;
        text-align: center;
        /* background: #0b053c !important;*/
        color: white !important;
        font-size: 12px;
    }

    table thead tr {
        background-color: #3c5e9b !important;
    }

    table td {
        color: #0b053c !important;
        font-weight: bolder;
        background: white !important;
    }

    table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

.TotalRowFontsize td {
    font-size: 19px;
}

input {
    width: 100%;
    border: 1px solid #7d98bd !important;
    border-radius: 5px !important;
    font-size: 14px;
    padding: 9px 10px 9px 10px !important;
    background: #f8f8f8;
}

select {
    width: 100%;
    border: 1px solid #7d98bd !important;
    border-radius: 5px !important;
    font-size: 14px;
    padding: 9px 10px 9px 10px !important;
    background: #f8f8f8;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
    border: 1px solid #7d98bd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 9px 10px 9px 10px !important;
    background: #f8f8f8 !important;
    height: 41px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 18px !important
    }

textarea {
    width: 100%;
    border: 1px solid #7d98bd !important;
    border-radius: 5px !important;
    font-size: 14px;
    padding: 9px 10px 9px 10px !important;
    background: #f8f8f8;
}

.FilterBtn {
    box-shadow: rgb(170 164 223) 0px 10px 19px 0px, #0b053c 0px 1px 10px -13px;
    background-image: linear-gradient(to right,#393589,#272056) !important;
    border: 0px !important;
    color: white;
    border-radius: 5px;
    margin: 0px 3px;
    padding: 10px 20px;
    font-size: 14px;
}

    .FilterBtn:hover {
        color: white !important
    }

.self-align-center {
    align-self: center !important
}

.GrayColor {
    color: #6a6a6a !important;
}

.card-Spacing {
    padding: 3em 2em !important;
}

.badge {
    font-size: 13px;
    padding: 6px;
    width: 90px;
    border-radius: 4px !important;
}

.badge-Pending {
    color: #094791c4 !important;
    background: #e2edfa;
    width: 120px !important;
    font-weight: bold;
    padding: 8px !important;
    font-size: 12px;
}

.badge-Priority {
    color: #fff !important;
    background-color: #e2054b;
    width: 120px !important;
    font-weight: bold;
    padding: 8px !important;
    font-size: 12px;
}

.badge-Approvel {
    color: #fff !important;
    background-color: #50a943;
    width: 120px !important;
    font-weight: bold;
    padding: 8px !important;
    font-size: 12px;
}

.badge-Progress {
    color: #fff !important;
    background-color: #d5d7d8;
    width: 120px !important;
    font-weight: bold;
    padding: 8px !important;
    font-size: 12px;
}

.ApprovedBtn {
    background-color: #50a943 !important;
    color: white !important;
    width: 120px !important;
    font-weight: bold;
    padding: 8px !important;
    font-size: 14px;
}

.Check-badge {
    color: #035c14 !important;
    background-color: #aff1c6;
    font-weight: bold;
    margin: 0px 5px;
    padding: 6px 11px;
    display: inline-block;
    border-radius: 5px;
    font-size: 24px;
    width: auto !important;
}

.Cross-badge {
    color: #db1111 !important;
    background-color: #f8c8c8;
    font-weight: bold;
    margin: 0px 5px;
    padding: 6px 13px;
    display: inline-block;
    border-radius: 5px;
    font-size: 24px;
    width: auto !important;
}

.PDF {
    font-size: 25px;
    color: red;
}
/*
.nav-sidebar > .nav-item > .nav-link {
    font-size: 14px;
}*/

.badge-Present {
    color: #50a943 !important;
    width: 117px !important;
    font-weight: bold;
    background: #e2edfa;
    padding: 10px !important;
    margin-top: 6px;
}

.AvatorImage img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 4px solid #ece7e7;
    box-shadow: rgb(209 205 245) 0px 11px 7px 0px;
}

hr {
    /* margin-top: 2rem;*/
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #ddd;
    height: 2px !important;
}

.EpmCardText div span {
    font-size: 13px !important
}

.badge-Active {
    color: #fff !important;
    /* width: 92px !important; */
    font-weight: bold;
    background-color: #50a943;
    padding: 7px !important;
    margin-top: 6px;
    font-size: 13px;
}

.list-icons svg {
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #0b053c
}

.nav-sidebar .active {
    background: #372e63;
}

.
/*.nav-sidebar .active a span {
    color: #0b053c;
}*/
.sidebar-light .nav-sidebar .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
    color: #0b053c !important;
    background-color: #ffffff;
}

.sidebar-light .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > svg {
    color: white !important;
    background-color: #0b053c;
}

.mr-2 {
    margin-right: 1em !important;
}

.modal-dialog {
    max-width: max-content !important;
}

.Scrollbar {
    overflow: auto;
    max-height: 100%;
}

    .Scrollbar th {
        position: sticky;
        top: -3px;
    }

.list-icons i {
    font-size: 20px;
}

::-webkit-scrollbar {
    width: 5px !important
}

.list-icons svg {
    font-size: 15px;
    position: relative;
    top: 2px;
    color: #0b053c;
}

.sidebar-light .nav-sidebar .nav-item-open > a > span {
    color: #372e63 !important;
}

.nav-tabs li {
    background: #0b053c;
    border-radius: 5px;
    padding: 10px 0px;
    margin: 15px 6px;
}

    .nav-tabs li a {
        border-right: 0px !important;
        color: white !important
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: none !important;
    border: 0px !important
}

.nav-tabs li.active {
    color: white;
    background-color: #373383 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: none !important;
    border: 0px !important
}

.nav-tabs .nav-link {
    border: 0px !important
}

.tab button {
    background: #363281;
    border-radius: 5px;
    padding: 10px 3em;
    margin: 15px 6px;
    font-size: 18px;
    border: 0px !important;
    outline: none;
    cursor: pointer;
    color: white !important
}

.display {
    display: none;
}

.modal-header {
    background-color: #3c5e9b !important;
    color: #fff !important;
    padding: 16px !important;
}

.moda-body table {
    box-shadow: none !important
}

.required-starig {
    color: red;
}

.margin-top {
    margin-top: 5rem !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.modal-dialog {
    max-width: 50% !important;
    margin: 0 auto;
}


/*.modal {
    top: 20% !important;
}*/


.modal {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 150px;
}

    .modal .btn-close {
        color: #fff !important;
    }

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}


@media (min-width: 720px) and (max-width:1220px) {
    .card {
        padding: 3em 2em !important;
    }

    .p-l-r-col {
        padding: 0px 0em 0px 10px !important;
    }

    .HeaderHeading {
        font-size: 18px;
        color: #0b053c;
    }
}

@media (min-width: 300px) and (max-width:720px) {
    .svg-inline--fa {
        margin-right: 0px !important;
    }

    .navbar-light .navbar-toggler {
        background: #0b053c;
    }

    .filebox {
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
    }

    .NavRightIcon {
        height: 45px;
        width: 45px !important;
        margin: 10px;
    }

    .navbar-expand-md .navbar-collapse {
        margin-left: 0rem;
        height: 140px;
        padding: 10px 20px;
    }

    .resp-width-100 {
        width: 100%;
    }

    .offset-8 {
        margin-left: 0px !important
    }
}

.modal-header .close {
    font-size: 21px !important;
    background: transparent !important;
    border: none !important;
    /* color: #0c0351; */
    color: white !important;
    /* background: white; */
    font-weight: bold !important;
}

.modal-dialog {
    margin: auto !important;
    top: 0px !important;
}

.required::after {
    color: red;
    content: '*';
}

.colorRed {
    color: red !important
}

table .HoverEffectTableRow:hover td {
    background: #eaecfc !important;
    cursor: pointer !important;
    /*color: #0b053c !important;*/
}

.CounterCard {
    float: right !important;
    background-color: #eaecfc;
    padding: 5px;
    min-width: 8%;
    max-width: 25%;
    margin: 5px 0px;
    font-size: 2vh;
    border-radius: 5px;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

input:disabled {
    cursor: not-allowed;
    background-color: lightgray;
    color: darkslategray;
}

.rounded-circle {
    cursor: pointer !important;
}

.heading {
    font-weight: bold;
    color: #0b053c;
    margin-bottom: 15px;
}

.property-header h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.property-header span {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.property-status.active {
    background-color: #28a745;
}


.property-status.inactive {
    background-color: #dc3545;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.details-item {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .details-item span {
        font-weight: bold;
        color: #0b053c;
    }
.edit-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #0b053c;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .edit-icon:hover {
        color: #007bff;
    }
