@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    font-family: "Quicksand", serif;
}

body {
    margin-bottom: 0px;
    font-family: "Quicksand", serif;
    height: 100vh;
}

header.header {
    padding: 10px 0px;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-brand img {
    margin-top: 5px;
}

.nav-link {
    padding: 10px 0.7em !important;
    color: #000;
    font-weight: 500;
}

.navbar-toggler-icon {
    background-image: url('../images/download.svg');
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}

.nav-item::hover {
    background: #c29747 !important;
}

.dropdown-menu {
    padding: 10px !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #4285f4;
    color: #000;
}

    .dropdown-menu li a {
        font-size: 14px !important;
        font-weight: 600;
        color: #000;
    }

    .dropdown-menu li {
        border-bottom: 1px dashed #5959592e;
    }

.dropdown-item {
    padding: 8px !important;
    color: #4285f4;
    position: relative;
}

    .dropdown-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: #4285f4;
        z-index: -1;
        transition: 0.3s ease;
    }

    .dropdown-item:hover::before {
        width: 100%;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background-color: transparent;
    }

.bg-purple .nav-link {
    padding: 10px 0.7em !important;
    color: #fff;
    font-weight: 500;
}

    .bg-purple .nav-link:hover {
        color: #fff;
    }

.bg-purple .dropdown-menu {
    padding: 10px !important;
    background-color: #822b6a;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #c29747;
}

    .bg-purple .dropdown-menu li a {
        font-size: 14px !important;
        font-weight: 600;
    }

.bg-purple .dropdown-item {
    padding: 8px !important;
    color: #fff;
    position: relative;
}

    .bg-purple .dropdown-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: #c29747;
        z-index: -1;
        transition: 0.3s ease;
    }

    .bg-purple .dropdown-item:hover::before {
        width: 100%;
    }

    .bg-purple .dropdown-item:focus, .bg-purple .dropdown-item:hover {
        color: #fff;
        background-color: transparent;
    }

.top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

    .form-group .form-control {
        height: 45px;
        padding-left: 45px;
        border: 1px solid #4285f4;
    }

input::placeholder {
    font-style: italic !important;
}

.icon {
    width: 65px;
    height: 65px;
    background: #182b630d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #4285f4;
}

.icon-group {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4285f4;
    border-radius: 5px 0px 0px 5px;
    font-size: 18px;
}

.form-group label {
    margin-bottom: 10px;
    font-weight: 600;
}

.form-check-label {
    color: #000;
    font-weight: 400 !important;
    font-size: 14px;
}

.heading {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 25px;
}

.title {
    flex: 1;
}

.login p {
    color: #fff;
}

.login-form {
    padding: 15px 25px;
    border-radius: 20px;
    border: 4px solid #4285f4a3;
    background: #fff;
}

    .login-form h3 {
        font-size: 20px;
        color: #182b63;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .login-form p {
        color: #595959;
    }

.hr-line {
    margin: 1rem 0;
    color: #c29747;
    background-color: #c29747;
    border: 0;
    opacity: .25;
}

.hr-white {
    width: 90%;
    height: 1px;
    margin: 1rem 0;
    background-color: #ffffff70;
    position: relative;
}

    .hr-white::before {
        content: "";
        width: 80px;
        height: 5px;
        background: #c29747;
        position: absolute;
        top: -2px;
        left: 0;
        border-radius: 10px;
    }

.submit-btn {
    background: #822b6b;
    color: #fff;
    border: 1px solid transparent;
    padding: 6px 20px;
    border-radius: 5px;
}

    .submit-btn:hover {
        background: #4285f4;
    }

.account-heading {
    display: flex;
    align-items: center;
    justify-content: right;
}

.forgot-heading p {
    margin-bottom: 0px;
}

.account-heading p {
    margin-top: 10px;
    color: #595959;
    text-align: right;
    margin-bottom: 0px;
}

.account-heading span {
    color: #182b63;
    font-weight: 600;
}

.space-section.login {
    padding: 15px 0px 15px 0px;
    background: url(../images/bgimg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px !important;
    /* height: calc(100vh - 165px);*/
}

.get-start-btn {
    background: #c29747;
    border: 0px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
}

.footer-logo li {
    display: inline-block;
    width: 150px;
    margin-right: 10px;
}

.footer {
    padding: 18px 5px;
    background: #fff;
    width: 100%;
}

    .footer ul {
        padding-left: 0px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }

.bg-grey {
    padding: 0.5rem 0rem;
    background: #d6d6d6;
    min-height: 500px !important;
}

.add-form {
    background: #fff;
    border-radius: 8px;
    padding: 10px 20px;
}

.table-list thead th {
    background: #4285f4;
    font-size: 14px;
    color: #fff;
}

    .table-list thead th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .table-list thead th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent !important;
}

.table-responsive {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.table-list td {
    font-size: 14px;
    vertical-align: middle;
}

.pagination {
    justify-content: end;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
    }

        .pagination a.active {
            background-color: #4285f4;
            color: white;
        }

.action-icon {
    display: flex;
}

    .action-icon .edit {
        width: 28px;
        height: 28px;
        background: #4f813b;
        margin: 0px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        border:0px;
    }

    .action-icon .download {
        width: 28px;
        height: 28px;
        background: #476782;
        margin: 0px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
    }

    .action-icon .delete {
        background: #822b6a !important;
        color: #fff !important;
        border: 0;
        border-radius: 2px;
    }

.table-responsive .table {
    padding-top: 5px !important;
}

.bg-purple {
    background: #822b6a !important;
}

.add-records {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 16px;
}

.bg-grey .form-group .form-control {
    padding-left: 15px;
}

.form-check {
    margin-right: 10px;
}

.add-record {
    background: #4f813b;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    padding: 8px 15px;
}

.back-btn {
    background: #822b6a;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    padding: 8px 15px;
    color: #fff;
}
.logo-right {
    text-align:right;
}
.tag-line {
    color: white;
    font-size: 12px;
    font-family: system-ui;
    margin-right: -45px;
    margin-bottom: 1px;
    margin-top: 0px;
    position: relative;
    top: -1px;
}
.footer p {
    margin-bottom:0px;
}
.logo-insight {
    text-align:center;
}
.logo-insight img{
    position:relative;
    left:20px;
}
.other-space {
    padding: 25px 20px;
}