/*-- Chanel Partner Page -- */
.mb0 {
    margin-bottom: 0 !important;
}

.main_wrapper {
    width: 100%;
    min-height: 100svh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper {
    width: 100%;
}

.breadcrumb_section {
    position: relative;
    background: #f1f1f1;
    text-align: center;
    padding-bottom: 1px;
}

.breadcrumb_section img {
    width: 200px;
    margin-bottom: 10px;
    height: auto !important;
}

.breadcrumb_section:before {
    display: none;
}

.signup_form .form_input {
    height: 55px;
}

.signup_form .form_control .label {
    margin-bottom: 0;
}

.signup_form .form_control p.label2 {
    margin-bottom: 0;
    font-weight: 600;
}

.signup_form h2 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
}

.signup_form .form_control {
    margin-bottom: 25px;
}

.signup_form input[type="file"].form_input {
    padding: 14px;
}

.signup_form textarea.form_input {
    height: 105px;
    padding: 15px;
}

.signup_form .form_control .phone_with_code {
    display: flex;
    gap: 0 10px;
}

.signup_form .form_control .phone_with_code select {
    width: 100px;
}

.signup_form .contact_persone_show {
    display: none;
}

.signup_form #gst_file_dv {
    display: none;
}

.signup_form .btn-4 {
    height: 50px;
    min-width: 150px;
}

.footer_ft {
    width: 100%;
    text-align: center;
    background: #000;
}

.footer_ft p {
    color: #FFF;
    margin: 12px 0;
    font-size: 13px;
}

.login_section {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('../images/login_bg.jpg');
    width: 100%;
    height: 100svh;
    background-size: cover;
    background-position: center;
}

.login_section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 22%);
}

.login_section .logfix_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .login_section .logfix_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.2);
    filter: blur(10px);
    background: inherit;
} */

.login_section .logfix_box .logos img {
    width: 200px;
    margin-bottom: 20px;
}

.login_box input {
    width: 100%;
    height: 60px;
    border: 2px solid #000;
    padding: 0 15px;
    margin-bottom: 30px;
    background: transparent;
    color: #000;
    font-weight: 600;
}

.login_box input::placeholder {
    color: #000;
}

/* .login_box input.hide {
    display: none;
} */
#divForOtp .err_mess {
    font-weight: 500;
    color: red;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
    display: block;
}

#lblProcessCarrier {
    font-weight: 500;
    color: red;
    font-size: 14px;
    position: relative;
    top: -13px;
    display: block;
}

.otp_wrap a {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
    padding: 0 15px;
    font-weight: 700;
    color: green;
    font-size: 12px;
}

.otp_wrap {
    position: relative;
}

.otp_wrap.hide {
    display: none;
}

.login_box p {
    font-weight: 500;
    font-size: 17px;
}

.login_box p a {
    font-weight: 800;
    text-decoration: underline;
}

.login_box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
}

.login_box {
    text-align: center;
    padding: 20px 40px 40px;
    display: block;
    position: relative;
    z-index: 2;
    width: 490px;
    max-width: 100%;
    background: #FFF;
    border-radius: 5px;
}

.login_box .submit_btn {
    background: #000;
    color: #FFF;
    font-weight: 600;
    height: 50px;
    margin: 0;
}

.login_box:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/login_box_bg.png');
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
    opacity: 0.1;
    border-radius: 5px;
    background-position: bottom center;
}

.login_box>* {
    position: relative;
}

/* -- dashboard page -- */

.dashboard_section {
    padding: 70px 0;
}

.lead_table {
    margin-left: 10px;
}

.tabl_responsive {
    overflow: auto;
    width: 100%;
}

.lead_table table {
    width: 100%;
}

.filepdf {
    font-size: 23px;
    margin: auto;
}

.lead_table .theme_btn {
    /* float: right; */
    margin-bottom: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 0;
    font-size: 13px;
    min-width: auto;
}

.lead_table table tr:first-child th {
    background: #000;
    color: #FFF;
    border: 1px solid #ffffff38;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.lead_table table tr td {
    border: 1px solid rgb(0 0 0 / 11%);
    font-size: 13px;
    font-weight: 500;
}

.lead_table table tr th,
.lead_table table tr td {
    padding: 9px 11px;
}

.addlead_button_wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}
.addlead_button_wrap p {
    margin-bottom: 5px;
    font-weight: 500;
}
.addlead_button_wrap .file_box {
    display: flex;
}
.addlead_button_wrap .file_box .theme_btn {
    margin: 0 0 0 15px;
    border: 0;
}

.action_btn {
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
    background: #e1e1e1;
    color: #000;
    padding: 4px 11px;
    display: inline-block;
    border-radius: 50px;
}

.action_btn.delete:hover {
    background: #d81818;
    color: #FFF;
}

.action_btn.edit:hover {
    background: #1db11d;
    color: #FFF;
}

.action_btn.view:hover {
    background: #2d6bcb;
    color: #FFF;
}

.lead_table table tr th:last-child,
.lead_table table tr td:last-child {
    text-align: right;
    /* width: 185px; */
}

/* -- Profile -- */
.profile_tab_links ul li a {
    display: block;
    padding: 15px 22px;
    background: #f1f1f1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s ease;
}

.profile_tab_links ul li {
    margin-bottom: 10px;
}

.profile_tab_links ul li a.active,
.profile_tab_links ul li a:hover {
    background: #000;
    color: #FFF;
}

.profile_tab_links ul li a i {
    margin-right: 6px;
    font-size: 16px;
}

.profile_info,
.lead_form_wrap {
    background: #f1f1f1;
    padding: 40px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    position: relative;
}

.profile_info h2,
.lead_form_wrap h2 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
}

.profile_info h2:before,
.lead_form_wrap h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #000;
}

.profile_info .theme_btn {
    padding: 6px 17px;
    min-width: auto;
    font-size: 14px;
    border-radius: 50px;
    position: absolute;
    top: 20px;
    right: 17px;
    margin: 0;
    z-index: 1;
}

.profile_info ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 0;
    display: flex;
    gap: 0 11px;
    font-size: 15px;
    width: 49%;
}

.profile_info ul li span {
    font-weight: 700;
    font-size: 16px;
}

.profile_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px;
}

/* -- lead page -- */
.lead_form_wrap h2 {
    margin-bottom: 25px;
}

.lead_form_wrap .form_input {
    height: 50px;
}

.lead_form_wrap .form_control {
    margin-bottom: 20px;
}

.lead_form_wrap textarea.form_input {
    height: 140px;
    padding: 15px;
}

.lead_form_wrap .theme_btn {
    border: none;
    margin-top: 5px;
    margin-bottom: 0;
}

/* -- profile edit -- */
.lead_form_wrap .signup_form .form_control .label {
    font-size: 15px;
}

.lead_form_wrap .signup_form h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}


.thank_you_section {
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_tag_wrap {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

p.profile_tag {
    text-align: right;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

p.profile_tag a {
    font-weight: 700;
}

p.profile_tag a:hover {
    color: #c13b27;
}

/* -- login two -- */
.login_section.login2 .navbar-brand.logos {
    position: fixed;
    top: 0;
    left: auto;
    margin-left: -28px;
}

.login_section.login2 .logfix_box {
    width: 38%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #fff;
}

.login_section.login2 .login_box {
    position: static;
    text-align: left;
    width: 80%;
}

.login_section.login2 .login_box:before {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.login_section.login2 .login_box p {
    margin-bottom: 6px;
}

.login_section.login2 .login_box h4 {
    font-size: 26px;
    margin-bottom: 53px;
}

.login_section.login2 .login_box .submit_btn {
    width: auto;
    min-width: 155px;
    margin-top: 20px;
}

.login_section.login2 .back_bg_dv {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../images/login_bg2.jpg');
    width: 62%;
    height: 100svh;
    background-size: cover;
    background-position: center;
}

span.menu_toggle {
    margin-left: 13px;
    background: #000;
    width: 25px;
    display: none;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

span.menu_toggle.active i:before {
    content: '\f00d';
}

.welcome_section h2 {
    text-align: center;
    margin-bottom: 25px;
}

.welcome_section h2 span {
    font-weight: 700;
}

.welcome_section p {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.welcome_section p.small {
    font-size: 15px;
    color: #666;
}

.welcome_section {
    text-align: center;
}

.welcome_section img {
    width: 150px;
    margin-bottom: 25px;
}
.date_time_label {
    display: none;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}


@media (max-width:1599px) {}

@media (max-width:1299px) {}

@media (max-width:991px) {
    .breadcrumb_section img {
        width: 120px;
    }
    .breadcrumb_section {
        text-align: left;
    }
    .breadcrumb_section .container {
        max-width: 100%;
    }
    .profile_tag_wrap {
        position: absolute;
        top: 14px;
        right: 0;
    }
    p.profile_tag {
        font-size: 13px;
    }
    p.profile_tag a {
        display: none;
    }
    p.profile_tag span:not(.menu_toggle) {
        display: none;
    }
    .profile_tab_links ul {
        margin-bottom: 20px;
    }
    .profile_tab_links ul li a {
        padding: 12px 18px;
        font-size: 14px;
    }
    .profile_tab_links ul li a i {
        font-size: 14px;
    }


    span.menu_toggle {
        display: inline-block;
        margin-left: 5px;
    }

    .date_time_label {
        display: block;
    }


    .section_padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .profile_tab_links {
        display: none;
    }

    .profile_info ul li {
        width: 100%;
    }

    .profile_info ul li span {
        min-width: 159px;
        font-size: 15px;
    }

    .profile_info,
    .lead_form_wrap {
        padding: 20px;
    }
    .profile_info h2, .lead_form_wrap h2 {
        font-size: 20px;
    }
    .profile_info .theme_btn {
        font-size: 13px;
        top: 16px;
        right: 14px;
    }
    .profile_info ul li {
        padding: 9px 0;
    }
    .lead_form_wrap .form_input {
        height: 43px;
    }
    .lead_form_wrap .form_control {
        margin-bottom: 15px;
    }

    /* table responsive */
    .lead_table {
        margin-left: 0;
    }
    .lead_table table {
        border: 0;
    }
    .lead_table table tr:first-child {
        display: none;
    }

    .lead_table table caption {
        font-size: 1.3em;
    }

    .lead_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .lead_table table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 15px;
    }

    .lead_table table tr td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        background: #f9f9f9;
        border-bottom: 0;
    }

    .lead_table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        font-size: 13px;
    }

    .lead_table table td:last-child {
        border-bottom: 0;
    }
}

@media (max-width:767px) {
    .addlead_button_wrap form {
        width: 100%;
    }
    .addlead_button_wrap {
        flex-direction: column-reverse;
    }
}

@media (max-width:480px) {
    .signup_form .form_input {
        height: 45px;
    }

    .signup_form .form_control {
        margin-bottom: 15px;
    }

    .signup_form .form_control .label {
        font-size: 15px;
        line-height: 20px;
    }

    .signup_form h2 {
        font-size: 20px;
    }

    .signup_form input[type="file"].form_input {
        padding: 9px 9px;
    }

    .signup_form textarea.form_input {
        height: 90px;
        padding: 10px 15px;
    }

    .signup_form .btn-4 {
        height: 45px;
        min-width: 125px;
    }

    .main-title h1 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    /* .breadcrumb_section img {
        width: 150px;
    } */

    .profile_info ul li span {
        min-width: auto;
    }

    .profile_info ul li span,
    .profile_info ul li {
        font-size: 14px;
    }
    .lead_table .theme_btn {
        padding: 7px 14px;
        font-size: 12px;
    }
    .lead_form_wrap .theme_btn {
        width: 100%;
        padding: 13px 0;
    }
}