@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css";
/*@import url('../../node_modules/bootstrap/dist/css/bootstrap.css');*/

body {
    font-family: 'Product Sans', sans-serif !important;
}

.head-p {
    font-family: Product Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #00051E;
    margin-bottom: 30px;
}

.card_heading {
    font-family: Product Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #00051E;
    margin-bottom: 30px;
}

.form-label {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

}

.form-control, .form-select {
    padding: 7px 15px 7px 15px;
    border-radius: 12px;
    /*border: 1px;*/
    gap: 8px;
    /*background: linear-gradient(0deg, #D8D8D8, #D8D8D8),*/
    /*linear-gradient(0deg, rgba(244, 244, 244, 0.24), rgba(244, 244, 244, 0.24));*/
    border: 1px solid #D8D8D8;
}

.helper-text {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    margin-top: 15px;
    text-align: left;
    color: #393939;
}

.form-check-inline:before {
    width: 15px;
    height: 15px;
    top: 2.5px;
    left: 2.5px;
    background-color: red !important;
}

.form-check-inline:checked {
    width: 15px;
    height: 15px;
    top: 2.5px;
    left: 2.5px;
    background-color: #00051E !important; /* Change the fill color when checked */
    border: 2px solid #00051E !important; /* Change the border color when checked */
}

.form-check-input:checked {
    background-color: #00051E !important; /* Change the fill color when checked */
    border-color: #00051E !important; /* Change the border color when checked */
}


.body-image {
    background-size: cover;
}

.ml-10{
    margin-left: 10px !important;
}
.logo {
    text-align: left !important;
}

#app {
    /*background-color: rgba(0, 12, 73, 0.9);*/
    height: 100vh;
    overflow-y: auto;
}

#borker-app{
    background-color: #F5F7FF;
    height: 100vh;
}

.btn-primary {
    /*height: 52px;*/
    padding: 11px 23px;
    border-radius: 12px;
    background-color: #000C49;
}

.btn-primary:hover {
    background-color: #000C49;
}

.btn-sm {
    height: 33px;
    padding: 5px 10px 10px 10px;
    border-radius: 12px;
}

.iti, .telephone {
    display: block !important;
}

/* Add this CSS to your stylesheet */
.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure the loader is on top of other content */
}

.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #007bff; /* Loader color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

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

.g-padding {
    padding: 25px !important;
}

a {
    color: #000C49;
    text-decoration: none;
}

.text-left {
    text-align: left !important;
}

.nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-size: 16px;
    font-family: Product Sans;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
    word-wrap: break-word
}

.note {
    color: #00051E;
    font-size: 16px;
    font-family: Product Sans Medium !important;
    font-weight: 500;
    line-height: 19.20px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.smallText {
    color: #484848;
    font-size: 14px;
    font-family: Product Sans !important;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word
}

/*Utility Classes*/
.lightGreen {
    background: #DDF6E4;
}

.lightOrange {
    background: #FFF0EE;
}

/*Common Components*/
.WhiteBtn {
    border-radius: 8px;
    color: black;
    font-size: 12px;
    font-family: 'Product Sans';
    line-height: 1.2;
    letter-spacing: 0.12px;
    word-wrap: break-word;
    padding: 4px 12px;
    /*float: right;*/
    border: 1px #000C49 solid;
}

.text-dec:hover {
    text-decoration: none;
    color: black;
}

.custom_select {
    border: 0px;
    background: transparent;
    font-size: 15px;
    margin-left: 10px;
}

/*Dashboard*/
.stat .custom-card {
    border: 0 !important;
    box-shadow: 3px 6px #0009350A;
    height: 150px;
    background-color: white;
}

.dashboard-promote .referral-box {
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px
}

.table > :not(caption) > * > * {
    padding: 20px 10px;
}

.card-header {
    background: #ffffff;
}

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

.broker-card-new{
    background: #ffffff;
    border-radius: 12px;
}

.broker-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.broker-card {
    background: #F5F7FF;
    border-radius: 12px;
}
.badge-custom{
    background: rgba(255, 233, 184, 1);
    color: #333333;
}

.border-1{
    border: 1px solid #333333;
}

.call_success{
    width: 141px;
    height: 141px;
    top: 215px;
    left: 675px;
}

.call_success_new{
    width: 105px;
    /*  height: 141px; */
    top: 215px;
    left: 675px;
    margin-bottom: 20px;
}

.call_success_heading{
    font-family: Product Sans,serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}
.call_success_para {
    font-family: Product Sans, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;

}
.call_success_date_time {
    top: 418px;
    padding: 12px 24px 12px 24px;
    /* border-radius: 12px; */
    gap: 10px;
    background: #9CFFB6;
    color: black;
    white-space: nowrap;
}
@media (max-width: 576px) {
    .call_success_date_time {
        font-size: 14px;
        padding: 8px 16px;
    }
}
.nav-tabs .nav-link {
    color:#00051E;
}

.nav-tabs .nav-link.active {
    box-shadow: 1px -3px 1px 0 #00051E;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaaaaa6e !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
}

.form-control {
    color: black;
}

/*Responsivenes*/

@media (max-width: 767px) {
    .stat .box {
        margin-bottom: 10px;
    }

    .logo {
        width: 239px !important;
    }

}


@media (max-width: 400px) {
    .dashboard-table .table {
        font-size: 3vw;
    }

    /* .forgot .WhiteBtn {
        height: 40px;
    } */

}

@media (max-width: 991px)
{
    .agent-register button{
        width: 50% !important;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-spacing-time{
        margin-top: 30px;
    }
}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .logo{
        width: 159px !important;
    }
}

.liner{
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .schedule-block {
        text-align: center;
    }
    .schedule-block a {
        display: block;
        /* width: 100%; */
        /* margin: 5px 0; */
    }
    .coperButton{
        height: 45px !important;
    }
}

.WhiteBtn1 {
    border-radius: 8px;
    color: black;
    font-size: 12px;
    font-family: 'Product Sans';
    line-height: 1.2;
    letter-spacing: 0.12px;
    word-wrap: break-word;
    padding: 4px 12px;
    /*float: right;*/
    border: 1px #000C49 solid;
}

.WhiteBtn1:hover {
    font-weight: bold;
    border: 1px #000C49 solid;
}

.white-btn{
    border: 1px solid black
}

.white-btn:hover{
    border: 1px solid black
}

@media screen and (max-width: 768px) {
    .fielder {
        margin-top: 13px;
    }

    .head-p {
        font-size: 20px;
    }
    .caller-btn{
        margin-left: 5px;
    }

    .font-15{
        font-size: 15px;
    }
}

.align-lg{
    margin-top: 4px;
}
