@font-face {
    font-family: "Roboto-Regular";
    font-display: swap;
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    font-display: swap;
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face {
    font-family: "Helvetica";
    font-display: swap;
    src: url("../fonts/Helvetica-Font/Helvetica.ttf");
}
@font-face {
    font-family: "Helvetica-Bold";
    font-display: swap;
    src: url("../fonts/Helvetica-Font/Helvetica-Bold.ttf");
}
/* Font cdn ends here */
:root {
    /* Typography starts here */
    --font-Roboto-Regular: "Roboto-Regular";
    --font-Roboto-Bold: "Roboto-Bold";
    --font-Helvetica: "Helvetica";
    --font-Helvetica-Bold: "Helvetica-Bold";
    /* Typography ends here */
}
/* Variable Css End Here */
body {
    transition: all 0.4s ease-in-out;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-Helvetica-Bold);
}
figure {
    margin: 0;
}
.auth-logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(
        0.25turn,
        rgb(255, 255, 255),
        rgb(214, 214, 214),
        rgba(255, 255, 255, 0)
    );
    border-image-slice: 1;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.9rem;
    font-size: 0.8125rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.2rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem;
    font-size: 0.8125rem !important;
    border-radius: 0.15rem;
}
a {
    color: #3182ce;
    text-decoration: none !important;
    outline: none;
}
p {
    font-size: 13px;
}
a:hover {
    color: #000;
    text-decoration: none;
}

.authentication-bg-pattern {
    background-image: url(../../backend/images/bg.webp) !important;
    background-repeat: no-repeat;
}
body.authentication-bg {
    background-color: #fff;
    background-size: 100% 58vh;
    background-position: top;
}
.content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 70px 15px;
    min-height: 80vh;
    margin-top: 0;
}
.btn-primary {
    color: #fff;
    background-color: #0362a0;
    border-color: #0362a0;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0.9rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary.inner-btn {
    padding: 7px 25px !important;
    font-size: 12px !important;
}
.form-check-input:checked {
    background-color: #3182ce;
    border-color: #3182ce;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3182ce;
    border-color: #3182ce;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #3182ce;
    border-color: #3182ce;
    box-shadow: 0 0 0 0.15rem rgba(111, 28, 255, 0.5);
}
.forget-pass {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}
.forget-pass label.form-check-label {
    margin-top: -2px;
}
.notification-list .fas.fa-user {
    font-size: 20px;
}
.navbar-custom {
    background-color: transparent;
    box-shadow: none;
    position: absolute;
}
.navbar-custom .topnav-menu .nav-link {
    color: #fff;
    text-transform: inherit;
}
.page-title-box .page-title {
    color: #fff;
    font-size: 1.5rem;
}
.logo-box {
    background: #fff;
    margin-top: 25px;
    border-radius: 5px;
}
#sidebar-menu > ul > li > a {
    color: #a0aec0;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    margin: 10px 0;
}
#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:hover {
    color: #2d3748;
    text-decoration: none;
}
#sidebar-menu > ul > li > a i {
    color: #3182ce;
}
.logo-box .logo {
    line-height: 70px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(
        0.25turn,
        rgb(255, 255, 255),
        rgb(214, 214, 214),
        rgba(255, 255, 255, 0)
    );
    border-image-slice: 1;
    padding: 10px 0;
}
#sidebar-menu > ul {
    margin: 40px 0;
}
#sidebar-menu > ul > li > a.active {
    color: #2d3748;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
#sidebar-menu > ul > li > a.active i {
    color: #fff;
    background: #3182ce;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
.left-side-menu {
    padding: 20px;
    position: absolute;
}
.headiing-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-title {
    font-size: 1.25rem;
    margin: 0 0 7px;
}
.deals p {
    color: #a0aec0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.deals h5 {
    color: #626262;
    letter-spacing: 1px;
    font-size: 12px;
}
.deals table {
    border-collapse: separate;
    border-spacing: 0 6px;
}
.deals table tr td {
    padding: 0.6rem;
    border-top: 1px solid #e5e7ed;
    border-bottom: 1px solid #e5e7ed;
}
.deals table tr td:first-child {
    border-left: 1px solid #e5e7ed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.deals table tr td:last-child {
    border-right: 1px solid #e5e7ed;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.fundraising span {
    color: red;
}
.fundraising-year {
    display: flex;
    align-items: center;
    gap: 10px;
}
.all-task table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.all-task .table > thead {
    background: #f7fafc;
}
.all-task .table > thead th {
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}
.all-task .table > thead th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.all-task .table > thead th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.all-task table tr td {
    padding: 1rem 0.6rem;
    border-top: 1px solid #e5e7ed;
    border-bottom: 1px solid #e5e7ed;
}
.all-task table tr td:first-child {
    border-left: 1px solid #e5e7ed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.all-task table tr td:last-child {
    border-right: 1px solid #e5e7ed;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.all-task p {
    color: #a0aec0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.all-task h5 {
    color: #626262;
    font-size: 12px;
    letter-spacing: 1px;
}
.all-task table a {
    color: #626262;
}
.orange-color {
    color: #ff9820 !important;
}
.members table {
    border-collapse: separate;
    border-spacing: 0;
}
.members .table > thead {
    background: #f7fafc;
}
.members .table > thead th {
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    border-top: 1px solid #e5e7ed;
    border-bottom: 1px solid #e5e7ed;
    white-space: nowrap;
}
.members .table td {
    border-bottom: 1px solid #e5e7ed;
}
.members p {
    color: #a0aec0;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.members h5 {
    color: #626262;
    font-size: 14px;
    letter-spacing: 1px;
}
.members a {
    color: #a0aec0;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.invite-btn {
    color: #0362a0 !important;
    margin: 0px 20px !important;
}
.deactivate-btn {
    color: #a00303 !important;
}
.fundraising table a {
    color: #626262;
}
.card-body {
    padding: 1rem;
}
.blue-color {
    color: #0362a0 !important;
}
body::-webkit-scrollbar {
    width: 10px;
    /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
    background: #004979;
    /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
    background-color: white;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #004979;
    /* creates padding around scroll thumb */
}
.app-search-box .input-group .btn {
    position: absolute;
    right: 0;
    padding: 11px 15px;
}
.app-search-box .input-group > .form-control,
.input-group > .form-select {
    padding: 8px;
}
.navbar-custom .container-fluid {
    padding: 0;
    position: relative;
}
.navbar-custom .container-fluid {
    padding: 0;
    position: relative;
}
.page-title-box .page-title {
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: -72px;
    left: 60px;
}
.fundraising-campaign {
    display: flex;
    gap: 40px;
    align-items: center;
}
.mydeals .nav-link {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-Helvetica-Bold);
    padding: 5px 20px;
    margin: 0 10px;
    background: #f7fafc;
}
.widget-rounded-circle.card p {
    text-transform: uppercase;
    font-weight: 500;
    color: #a0aec0;
}
.widget-rounded-circle.card h3 {
    font-size: 36px;
}
.circle-box {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #3182ce;
    border-radius: 10px;
    line-height: 55px;
}
.circle-box i {
    color: #fff;
}
.fixed-table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}
.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-secondary {
    color: #fff;
    background-color: #f8f8f8;
    border-color: #e1e2e3;
    padding: 10px 20px;
    margin-right: 20px;
    color: #000;
    padding: 0.9rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}
.investors-page .form-control,
.form-select {
    color: #000;
    padding: 0.9rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
}
#social::placeholder {
    color: #000;
}
#social2::placeholder {
    color: #000;
}
#social3::placeholder {
    color: #000;
}
/* new css */
.form-control:focus {
    /* color: #6c757d;
    background-color: #fff; */
    border-color: #0362a0;
    /* outline: 0;
    box-shadow: none; */
}
.content-page .btn:focus {
    border-color: #0362a0;
    box-shadow: none;
}
.invite-btn:hover,
.deactivate-btn:hover {
    color: black !important;
}
.content-page .form-select:focus {
    border-color: #0362a0 !important;
    outline: 0;
    box-shadow: none;
}
.content-page .form-select {
    padding: 0.9rem 2rem 0.9rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #adb5bd;
    background-color: #fff;
    border: 1px solid #ced4da;
}
select {
    color: #adb5bd !important;
}
select option {
    color: #adb5bd;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.app-search-box .input-group .btn {
    z-index: 4;
}
.app-search-box .input-group .btn:hover {
    background-color: #0362a0;
    color: white;
}
.app-search-box input {
    height: 40px;
}
.app-search-box .btn {
    height: 40px;
}
.action-td {
    white-space: nowrap;
}
.fundraising-year select#example-select {
    padding: 0.45rem 2.7rem 0.45rem 0.9rem;
}
@media (max-width: 1366px) {
    .deals table {
        border-spacing: 0 8px;
    }
    .deals table tr td {
        padding: 0.63rem 0.35rem;
        border-top: 1px solid #e5e7ed;
        border-bottom: 1px solid #e5e7ed;
    }
    .deals p {
        font-size: 8px;
    }
    .deals h5 {
        font-size: 11px;
    }
    p {
        font-size: 12px;
    }
    .card.task-detail-right-side .card-body {
        padding: 0.75rem !important;
    }
}
@media (max-width: 1025px) {
    .btn-light {
        font-size: 13px;
    }
}
@media (max-width: 991.98px) {
    .logo-box .logo {
        border-bottom: 0;
        padding: 0;
    }
    .logo-box {
        margin-top: 0;
        border-radius: 0;
    }
    .col-lg-2.create-task {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .headiing-top {
        align-items: baseline;
    }
    .fundraising-year {
        display: block;
    }
    .btn-primary.inner-btn {
        padding: 7px 20px !important;
    }
    .header-title {
        font-size: 1rem;
    }
}
.for-error {
    color: red;
}
.error {
    color: red;
    font-size: 13px;
}
.deals table .table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
    font-weight: normal;
    padding: 0 0.35rem;
}
a.nav-link.dropdown-toggle.nav-user.me-0.waves-effect.waves-light.dropdown-toggle::after {
    display: none;
}
.navbar-custom .topnav-menu .dropdown-toggle::after {
    display: none;
}
.chat-db img {
    width: 35px;
    height: 35px;
}
.card.deal-box {
    height: 370px;
}
.card.fundraising-box {
    height: 370px;
}
.card.deals-box {
    height: 370px;
}
#custom-text {
    margin-left: 10px;
    font-family: sans-serif;
    color: #aaa;
}
.form-check.form-switch {
    padding-left: 3rem;
}
li.select2-search.select2-search--inline {
    display: none;
}
.footer {
    bottom: 0;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    color: #98a6ad;
    left: 240px;
    background-color: #eaeff2;
    font-size: 13px;
}
span#file-upload-filename {
    font-size: 12px;
    color: #a0aec0;
}
.document-div {
    margin-top: 10px;
}
.custom-file-filename {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    /* border: 1px solid #e1e1e1; */
    border-radius: 5px;
    padding: 2px 0px 0px 15px;
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: bottom 3px right 20px;
    height: 50px !important;
}
.custom-file label {
    margin-bottom: 0px;
    color: #a0aec0;
    font-weight: normal;
    display: flex;
    gap: 8px;
    align-items: center;
    height: 50px !important;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: auto !important;
    padding: 0.7rem 0.75rem !important;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #ffffff !important;
    padding: 0px 5px 0 20px !important;
    font-size: 13px !important;
    color: #adb5bd !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 0 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
    padding: 3px !important;
}
.attach_file label {
    margin: 0;
}
.navbar-custom .topnav-menu > li {
    float: left;
    font-size: 14px;
}
.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
}
label.form-check-label {
    font-weight: normal;
    line-height: 27px;
    font-size: 14px;
}
@media (max-width: 991px) {
    .page-title-box .page-title {
        color: #fff;
        font-size: 1.5rem;
        position: absolute;
        top: -72px;
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .card.deal-box {
        height: 370px;
        margin-top: 20px;
    }
    .fundraising-campaign {
        display: flex;
        gap: 40px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    ul.nav.nav-pills.mydeals a.nav-link {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
    .margin-top-wrapper {
        margin-top: 10px !important;
    }
    .mydeals-overview .progress-div {
        display: flex;
        gap: 20px;
        /* justify-content: space-between; */
        align-items: center;
        float: left;
        margin-top: 10px;
    }
    p#currentDate {
        margin-left: 33px !important;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .page-title-box .page-title {
        color: #fff;
        font-size: 22px;
        position: absolute;
        top: -44px;
        left: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    ul.nav.nav-pills.mydeals {
        justify-content: end;
        gap: 10px;
        margin-bottom: 10px;
    }
    ul.nav.nav-pills.mydeals a.nav-link {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        width: 110px;
        text-align: center;
    }
    .mydeals-overview ul.nav.nav-pills.mydeals {
        justify-content: start;
        gap: 10px;
        margin-bottom: 10px;
    }
    .mydeals-overview ul.nav.nav-pills.mydeals a.nav-link {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        width: 130px;
        text-align: center;
    }
    .mydeals-overview .progress-div {
        display: flex;
        gap: 20px;
        /* justify-content: space-between; */
        align-items: center;
        float: left;
    }
    p#currentDate {
        margin-left: 33px !important;
    }
}
@media (max-width: 281px) {
    .headiing-top {
        flex-direction: column;
    }
    .page-title-box .page-title {
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: -44px;
        left: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    h4.header-title {
        color: #8e8e8e;
        font-family: var(--font-Helvetica);
        font-size: 19px;
    }
    .col-lg-2.margin-top-wrap {
        margin-top: 10px;
    }
    ul.nav.nav-pills.mydeals {
        justify-content: start;
        gap: 10px;
        margin-bottom: 10px;
    }
    .col-lg-6.fundraising-campaign {
        flex-direction: column;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px;
    }
    ul.nav.nav-pills.mydeals a.nav-link {
        margin: 0;
    }
    .custom-file-input::placeholder {
        font-size: 14px;
    }
    .custom-file label {
        font-size: 13px;
    }
    .forget-pass a {
        font-size: 9px;
    }
    label.form-check-label {
        font-size: 11px;
    }
    .d-flex.justify-content-end.wrapper-body {
        flex-direction: column;
        gap: 10px;
    }
    .jq-toast-wrap.top-right {
        top: 0px !important;
        right: 0px !important;
    }
    p#currentDate {
        margin-left: 33px !important;
    }
}
