body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e6e9f4 !important;
    font-size: 14px !important;
}

.login-page {
    background: linear-gradient(90deg, #3a7bd5, #00d2ff);
}

.topnav {
    overflow: hidden;
    background: #dbdfef;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.logo-name {
    font-family: inherit;
    font-size: x-large !important;
    pointer-events: none !important;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.log-out {
    font-weight: 600 !important;
}

.log-out:hover {
    color: #316bbd !important;
}

.topnav a.active {
    background-color: #0b2a97;
    color: white;
}

.coltext {
    text-align: center;
    font-size: x-large !important;
}

.stat-bar {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 25px;
}

.detail-bar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

.card-img {
    max-width: 100%;
    height: auto;
}

.image-a {
    height: 40px;
    margin-top: 10px;
    margin-left: 5px;
}

.table > tbody > tr > td {
    border-top: none !important;
}

.container-fluid {
    padding-right: 8% !important;
    padding-left: 8% !important;
}

.search-bar > div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

.search {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: 0.5px solid grey;
    width: inherit;
}

.loader {
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.loading {
    border: 2px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: #3a7bd5;
    border-left-color: #3a7bd5;
    animation: spin 1s infinite ease-in;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-item {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.dropdown-item:hover {
    color: #316bbd !important;
}


/*new styles*/
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.title-text {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.profile-pic {
    width: 200px !important;
}

.dropdown-pill {
    border-radius: 50px !important;
    padding: 6px 20px !important;
    color: #fff;
    background-color: #0dbdf5;
    border-color: #12b8f3;
}

.common-card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 1rem !important;
    background-color: #fff;
    transition: all .5s ease-in-out !important;
    position: relative !important;
    border: 0 solid transparent !important;
    border-radius: 1.25rem !important;
    height: calc(100% - 30px) !important;
    padding: 0 1rem 2rem;
}

.coltext b {
    font-size: 35px;
    color: #005a88;
}

a {
    color: #005a88;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.btn {
    font-size: 14px !important;
    padding: 0.375rem 1.75rem !important;
    letter-spacing: .2px !important;
}

.btn-small {
    font-size: 14px !important;
    padding: 0.2rem 1.2rem !important;
    letter-spacing: .2px !important;
    font-weight: 400 !important;
}

.btn-pill {
    border-radius: 60px !important;
}

.btn-green {
    background-color: #28bebd;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, .14), 0 3px 1px -2px rgba(40, 190, 189, .2), 0 1px 5px 0 rgba(40, 190, 189, .12);
}

.btn-green:hover {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
}

.btn-blue {
    background-color: #42a5f5;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
}

.btn-blue:hover {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(66, 165, 245, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(66, 165, 245, .2);
}

.form-control {
    border: 1px solid #e0e0e0 !important;
    padding: 10px 18px !important;
    margin-bottom: 0;
    min-height: 45px;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    background-color: #fff !important;
    height: 2.573rem;
    border-radius: 0.3rem;
}


/*login*/
.gradient-img {
    background-image: url("../uploads/blurred-colorful-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
}

.login-card {
    border: 0 !important;
    overflow: hidden;
}

.login-card .card-body {
    padding: 65px 70px;
}

.login-card-description {
    font-size: 28px;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 25px;
}

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 #00000033;
}

.brand-wrapper {
    margin-bottom: 19px;
}

.brand-wrapper .logo {
    width: 250px;
}

.form-control-feedback {
    top: 6px !important;
}

.btn-link {
    top: 4px;
    position: absolute;
    right: 14px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 400;
    color: #007bff;
}

.btn-link:hover {
    color: #0056b3;
}

.icheckbox_square-blue {
    border-radius: 3px;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -moz-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -webkit-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -o-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -ms-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
}

.login100-form-bg-btn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: linear-gradient(270deg, #fc00ff, #00c7de 49%, #8964e9);
    top: 0;
    left: -100%;
    transition: all .4s;
}

.login100-form-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    font-weight: 500;
}

.wrap-login100-form-btn:hover .login100-form-bg-btn {
    left: 0;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

@media (max-width: 575px) {
    .login-card .card-body {
        padding: 40px 20px;
    }

    .brand-wrapper .logo {
        width: 200px;
    }

    .h2, h2 {
        font-size: 1.5rem !important;
    }
}

.form-group.has-error .help-block {
    font-size: 12px !important;
    font-weight: 300 !important;
}

.custom-dropdown .dropdown-item.active,
.custom-dropdown .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0dbdf5 !important;
}

.custom-dropdown .dropdown-item a {
    color: black !important;
}

.custom-dropdown .dropdown-item a:hover {
    text-decoration: none;
    color: #316bbd;
}

.dropdown-item:active a, .dropdown-item:active a:hover {
    color: white !important;
}

.main-footer {
    max-height: 100px;
}

.btn-icon {
    width: calc(2.1rem + 2px);
    padding: 0 !important;
    line-height: 2.1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.page-header-left {
    display: flex;
    align-items: center;
}

/*new data tbl design similar to p-table*/
.new-datatbl td {
    font-size: 12px;
}

.new-datatbl th {
    text-align: left;
    padding: 1rem 1rem !important;
    /*border: 1px solid #e9ecef;*/
    border-width: 0 0 1px 0 !important;
    background: #f8f9fa;
    transition: box-shadow 0.2s;
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef !important;
    font-weight: 600;
    color: #343a40;
    font-size: 14px;
}

.new-datatbl.table-striped tbody tr:nth-of-type(odd) {
    background: #fcfcfc;
}

.new-datatbl.table-striped tbody tr:nth-of-type(odd):hover {
    background: #e9ecef;
    color: #495057;
}

.new-datatbl tr:hover {
    background: #e9ecef !important;
    color: #495057;
}

.new-datatbl.table-striped tbody .No_records:nth-of-type(odd) {
    background: #ffffff !important;
}

.logo-img {
    width: 170px;
}

.fa-sign-out {
    font-size: 1.5em;
    color: #005a88;
}

a {
    color: #0dbdf5 !important;
}

a:hover {
    color: #005a88 !important;
}

.new-checkbox .custom-control {
    padding-left: 0;
}

.btn-outline-dark {
    color: #343a40 !important;
}

.btn-outline-dark:hover {
    color: #fff !important;
}

.custom-file-input {
    position: relative !important;
    width: unset !important;
    height: unset !important;
    margin: auto !important;
    opacity: 1 !important;
    text-align: center;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #0dbdf5 !important;
    border-color: #0dbdf5 !important;
}

.pagination-text {
    font-size: 14px;
}
