﻿@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Roboto:200,400,500,700");*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700");
@import url(../icons/font-awesome/css/font-awesome.min.css);

body {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem;
}

.navbar-brand,
.text-primary,
.table thead th,
.nav-item .dropdown-item {
    color: #00d4ff !important;
}

    .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-nav .nav-link:hover,
    .nav-link:hover,
    .navbar-light .navbar-brand:active,
    .navbar-light .navbar-nav .nav-link:active,
    .nav-link:active,
    .navbar-light .navbar-nav .show > .nav-link,
    .nav-item .dropdown-item :hover,
    .nav-item .dropdown-item :active {
        color: #00d4ffe6;
    }

.alert-success a {
    color: #15572F !important;
}

.nav-link {
    font-size: .8rem !important;
}

.nav-pro-link {
    color: #00d4ffe6;
}

.alert p {
    margin-bottom: 0 !important;
}

.user-img {
    height: 64px;
}

.badge-primary {
    background: #00d4ffe6;
}

.badge {
    font-size: 0.65rem!important;
}

.dropdown-menu {
    left: -25px;
}

#notifyno {
    position: absolute;
    right: -12px;
    top: -8px;
}

.dropdown-notfication {
    right: 0;
    left: auto;
    width: 20rem;
    margin: 0;
    padding: 0;
}

#notyflist {
    padding: 0 0.5rem;
    margin: 0;
}

    #notyflist li {
        list-style: none;
        padding: 0.9375rem 0;
    }

.dropdown-notfication li:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.dropdown-notfication li:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.dropdown-notfication li a {
    display: block;
}

.dropdown-notfication li:nth-child(1) .avatar-icon {
    background-color: #F6514C;
}

.dropdown-notfication li:nth-child(2) .avatar-icon {
    background-color: #449036;
}

.dropdown-notfication li:nth-child(3) .avatar-icon {
    background-color: #CE2B23;
}

.dropdown-notfication li:nth-child(4) .avatar-icon {
    background-color: #3375E1;
}

.dropdown-notfication .avatar-icon {
    top: 0.9625rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.notification-heading {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.25;
    color: #333;
}

.notfy-badge {
    position: unset !important;
    width: auto !important;
    height: auto !important;
}

.notification-text {
    font-size: 0.725rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.1875rem;
    line-height: 1.25;
    float: right;
}

#noty-viewall {
    font-size: 1rem;
    color: #333;
    width: 100%;
    text-decoration: none;
    margin: 1rem 0;
}

#allnoty {
    padding: 0;
    margin: 0;
}

    #allnoty li {
        padding: 15px 0px;
        list-style: none;
    }

        #allnoty li:not(:last-child) {
            border-bottom: 1px solid #EEEEEE;
        }

    #allnoty a {
        text-decoration: none;
    }

    #allnoty li:hover {
        background: #f3f3f9a3;
    }

.dropdown-notfication li a {
    display: block;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #00d4ffe6;
    color: #fff !important;
}

.doc-lable {
    color: #7f8fa7;
    font-size: 0.95rem;
    display: block;
    padding: 10px 0 2px 0;
}
.app-tab {
    border-radius: .25rem;
}
.app-tab .nav-link {
    color: #333 !important;
    margin-bottom: .5rem;
    border-radius: 0;
}

    .app-tab .nav-link.active {
        color: #fff !important;
        background: #00d4ff !important;
    }

.app-tab-content label {
    margin-bottom: 0;
}

.application .detail,
.app-tab-content .detail {
    display: block;
    font-weight: bold;
    width: fit-content;
}

.moredetails {
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    background-color: #e7e9eb;
}

.dashboard-cards .card {
    background: #00d4ff !important;
    border: 0px;
    border-radius: 0.625rem;
    /*  box-shadow: 6px 11px 41px -28px #111;*/
}

    .dashboard-cards .card .card-title,
    .dashboard-cards .card .d-inline-block {
        color: #fff;
    }

    .dashboard-cards .card .card-title {
        font-size: 1rem;
    }

    .dashboard-cards .card .card-body h2 {
        font-size: 1.5rem;
    }

    .dashboard-cards .card a {
        padding: 0;
    }

.card-body {
    padding: 1rem;
}

.bg-menu {
    background: #fff !important;
}

.white-text {
    color: #fff;
}

.table .action .btn-primary {
    color: #fff;
}

.dt-buttons {
    display: inline;
}

    .dt-buttons .dt-button {
        border: 0;
        background: none;
        color: #00d4ff;
        font-size: 0.85rem;
        padding: 0.5em 0 !important;
    }

        .dt-buttons .dt-button:hover {
            border: 0 !important;
            background: none !important;
            color: #00d4ff !important;
            font-size: 0.85rem;
        }

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

[type=search] {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    [type=search]:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none !important;
}


a {
    color: #00d4ff;
}

    a:hover,
    a:active {
        color: #00d4ffe6;
    }
.btn,
.form-control,
.dropdown-item {
    font-size: 0.85rem;
}
.h4, h4 {
    font-size: 1.25rem;
}
.btn-primary {
    background: #00d4ff;
    border-color: #00d4ff;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:disabled {
        background: #00d4ffe6 !important;
        border-color: #00d4ffe6 !important;
    }

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    background-color: #00d4ff;
    overflow-x: hidden;
    padding-top: 20px;
}

.page-title {
    display: inline;
}

.main {
    padding: 20px 10px;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

    .validation-summary-errors ul li,
    .field-validation-error,
    #card-errors {
        color: #de4949;
        font-size: 0.8rem;
    }

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid #dee2e6 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.85rem;
}

.form-control {
    min-width: 250px;
}

.login-form .form-control {
    min-width: 300px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }

    .register-form {
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
        padding: 10px;
    }

    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-main-text {
        margin-top: 24%;
        padding: 60px;
    }

    .login-form {
        margin-top: 40%;
    }

    .register-form {
        margin-top: 20%;
    }
}


.login-main-text {
    padding: 20px 25px;
    color: #fff;
}

    .login-main-text h2 {
        font-weight: 300;
    }

.btn-black {
    background-color: #000 !important;
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#chatbase-bubble-button, #chatbase-bubble-button {
    bottom: 3rem !important;
    right: 1.3rem !important;
}
