@import url('./font.css');
.dataTables_wrapper .dataTables_processing {
    z-index: 9999 !important;
}
/*# sourceMappingURL=style.css.map */

.home-page-footer {
    background: #f8f8ff;

    .title {
        cursor: pointer;
        font-size: 30px;
        line-height: 24px;
        color: #010101;
        padding-bottom: 10px;
    }

    .nav-link {
        opacity: 0.749;
        font-size: 24px;
        line-height: 24px;
        color: #000000;
        padding: 10px 0;
    }

    .nav-link:hover {
        color: #e61852;
    }
    .nav-link-content {
        padding: 5% 0;
        padding-top: 8%;
        min-height: 305px;
    }
    .footer-logo-wrap {
        margin-left: 5%;
    }
    .footer-company-wrap {
        margin-left: 15%;
    }
    .footer-icon {
        span {
            color: #d23360;
            cursor: pointer;
            width: 36px;
            height: 36px;
            background: #ffd0dd;
            border-radius: 50%;
            text-align: center;
            display: flex !important;
            justify-content: center;
            align-items: center;
        }


        .facebook-svg {
            height: 17px;
            fill: #e61852;
        }

        span:hover {
            background: #c30037 !important;
            color: #fff !important;
        }

        .footer-icon-wrap:hover {
            .facebook-svg {
                fill: #fff;
            }
        }
    }
    @media screen and (max-width: 992px) {
        .nav-link-content {
            padding-top: 130px
        }
        .title {
            font-size: 20px;
            line-height: 24px;
            padding: 5px 0;
            display: flex;
            justify-content: space-between;
            .title-text {
                display: inline-block;
                min-width: 90px;
                flex: 1;
            }
            i {
                flex: 1;
            }
        }
        .nav-link {
            padding: 5px 0;
        }
        .footer-logo-wrap {
            margin-left: initial;
        }
        .footer-company-wrap {
            margin-left: initial;
        }
    }

}
.home-page-footer.fixedFooter {
    .nav-link-content {
        padding: 5% 0;
    }
}

.input-wrap {
    margin: 10px;
}
.input-width {
    width: 280px;
}
.input-label {
    font-size: 18px;
    margin-right: 15px;
}
input::placeholder {
    color: #000 !important;
    opacity: 0.2 !important;
}
.form-floating {
    input::placeholder {
        opacity: 0 !important;
    }
}
.form-floating > .form-control, .form-floating > .form-select {
    height: calc(2.9rem + 2px);
}
.form-floating > label {
    padding: 0.8rem 0.75rem;
    color: rgb(206, 212, 218);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    background: #fff;
    padding: 0;
    height: initial;
    margin-left: 5%;
    transform: scale(0.95) translateY(-0.9rem) translateX(0.15rem);
    color: #000;
}
.form-floating > .is-invalid:focus ~ label, .form-floating > .is-invalid:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: #dc3545;
}


.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: initial;
    padding-bottom: initial;
}
.formModal {
    .form-floating > .form-control:focus  ~ .form-label{
     color: #8c3cf2;
    }
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
    opacity: 0.2 !important;
}


.main_content .main_content_iner {
    min-height: 78vh;
}

.sidebar-hr {
    width: 80%;
    margin: 0 auto;
    background-color: #000;
    opacity: 0.04;
}

.commission-popover {
    max-width: 300px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
}

.serach_field-area.d-flex.align-items-center span {
        display: inline-block;
}
.select2CustomSearchClass {
    border-radius: 10px !important;
    border-color: rgba(137, 80, 252, 0.7) !important;
}
.agreement {
    line-height: 1.6;
    margin: 20px;
    h1 {
        color: #333;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

    h3 {
        color: #666;
        margin-top: 20px;
    }

    p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    b {
        font-weight: bold;
    }
}

.cookie-container {
    width: 100%;
    position: fixed;
    padding: 20px 40px;
    bottom: 2%;
    z-index: 999;
    display: flex;
    align-items: center;
    background: #8d4ad6;
    color: #fff;
    .cookie-text{
        max-width: 84%;
    }
    .cookie-btn {
        padding: 5px 30px;
        border: none;
        color: #8d4ad6;
        background: #fff;
        border-radius: 25px;
        font-weight: bolder;
    }
}

.return-svg {
    width: 30px;
    cursor: pointer;
}
@media screen and (max-width: 992px) {

}

@media screen and (max-width: 750px) {
    .article-eight, .home-page-footer {
        .logo-wrap {
            width: 100%;
            text-align: center;
            height: 50px;
            line-height: 50px;
            justify-content: center;
            border: none;
        }

        .nav-link {
            margin: 0;
            font-size: 16px;
        }
    }

}
