/*====================================               =================
  ==================================== WEE STYLE SHEET================*/

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;

}

body {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none !important;
}

/*==========Heder style =========*/
.reg_section {
    background-color: #fff;
    border: 1px solid #eaeaea;
    max-width: 530px;
    margin: auto;
    padding: 60px 30px;
    position: relative;
}

.reg_section .register_form .btn {
    width: 100%;
    height: 42px;
}

.header {
    background-color: #CDFB51
}

.td-btn {
    background: #15676c !important
}

.header .logo_div {}

.header a {
    color: #000;
}

.header a i {
    color: rgb(200, 39, 61);
    margin-right: 10px;
}

.header .btn {
    display: inline-block;
}

.header .btn,
.btn_main {
    /* background: rgb(200,39,61);
	background: linear-gradient(to right,#CD623A,#C8273D); */
    color: #fff;
    border-radius: 100px;
    min-width: 110px;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
    background: #15676C;
    border-radius: 50px;
}

.word-wrap {
    word-wrap: break-word;
}

/* loader css start */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    border-top-color: #1A1919;
    animation: spin 1s infinite linear;
}

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

    100% {
        transform: rotate(360deg);
    }
}

/* loader css ends */

.btn_defult {
    background-color: #ECECEC;
    border: 1px solid #B9B9B9;
    border-radius: 100px;
    color: #000;
}

.header .btn:hover,
.header .btn:focus,
.btn_main:hover,
.btn_main:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
    /* background: linear-gradient(to right,#C8273D, #CD623A); */
    background: #1A1919;
    /* border-radius: 50px; */
}

/*==========Login, Regesiter section =========*/

.page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: white;
    /* border-color: #dee2e6; */
}

#action_button::after {
    /* background-image: url(../images/icons/chervon-down-black.svg); */
}

.main {
    background-color: #F8F9FB;
    padding: 100px 0px;
}

.main .form_section {
    background-color: #fff;
    border: 1px solid #eaeaea;
    max-width: 530px;
    margin: auto;
    padding: 60px 30px;
    position: relative;
}

.main .form_section::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 45%;
    background-image: url('../images/icons/lock-icon.svg');
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

/*==========Welcome page section =========*/

.user_dropdown .btn {
    background: #15676C;
    border-radius: 50px;
    /* background: rgb(200,39,61);
	background: linear-gradient(to right,#CD623A,#C8273D); */
    color: #fff;
    /* border-radius: 3px; */
    min-width: 160px;
    text-align: center;
    padding-left: 15px;
    padding-right: 30px;
}

.user_dropdown .btn::after {
    display: block;
    vertical-align: middle !important;
    content: "";
    background-image: url('../images/icons/chervon-down.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    border: 0 !important;
    position: absolute;
    top: 30%;
    right: 20px;
}

div.bdge {
    text-align: center;
    font-size: 14px;
}

.header-inner .btn-dark {
    border-radius: 3px;
    background-color: #3F4040;
    background: #3F4040;
    min-width: 140px;
}

.header-inner .btn-dark:hover {
    background-color: #3F4040;
    background: #3F4040;
}

.welcome_main,
.main {
    min-height: 85vh;
    padding: 75px 0px;
    overflow: hidden;
    background-color: #F8F9FB
}

.main-inner {
    min-height: 85vh;
    padding: 75px 0px;
    overflow: hidden;
    background-color: #15676c;

}



.welcome_main h4 {
    margin-top: 30px;
    font-weight: 400;

}

.welcome_main .dashboard-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    width: 400px;
}

.welcome_main a {
    color: #000;
}

.welcome_main .card_area {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.dashboard-card::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.dashboard-card.card_1::before {
    background-image: url('../images/icons/investers.svg');
}

.dashboard-card.card_2::before {
    background-image: url('../images/icons/send_tokens.svg');
}

.dashboard-card.card_3::before {
    background-image: url('../images/icons/send.svg');
}

.dashboard-card.card_4::before {
    background-image: url('../images/icons/payments.svg');
}

/*==========Menu page section =========*/

.inner_main {
    overflow: hidden;
    background-color: #F8F9FB;
    min-height: 85vh;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    background-color: #fff;
    /* border: 1px solid black; */
}

.wee_table .table-bordered thead td {
    background: #15676C;
    color: #fff;
    border-bottom: none;
}

.wee_table .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-hover tbody tr:hover {
    background-color: #fff !important;
}

.wee_table .table-bordered {
    font-size: 14px !important;
    color: #000;
}

.wee_table .page-item.active .page-link {
    background: #15676C;
    border-color: #15676C;
}

div.dataTables_wrapper,
div.dataTables_info {
    font-size: 14px !important;
}

div.dataTables_length select {
    background-color: #15676C !important;
    border-color: #15676C !important;
    color: #fff !important
}

.wee_table .custom-select {
    background-image: url('../images/sort.svg') !important;
}

.wee_table .btn {
    background: #15676C;
    /* background: rgb(200,39,61);
    background: linear-gradient(to right,#CD623A,#C8273D); */
    color: #fff;
    border-radius: 100px;
    font-size: 13px;
    padding: 0px 17px;
    font-weight: 400;
}

.btn-info {
    background: #1A1919;
    color: #fff;
    /* background-color: #17a2b8; */
    /* border-color: #17a2b8; */
}

.wee_table span.verified {
    color: #24C28C;
    position: relative;
}

.wee_table span.verified::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
}

.wee_table span.completed {
    color: #0A48D8;
}

.wee_table span.incompleted,
.wee_table span.unverified {
    color: #F19B2A;
}

.wee_table span.unverified::before {
    content: "";
    background-image: url('../images/icons/unverified.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 5px;
}

.wee_table span.rejected {
    color: #C8273D;
}

.wee_table span.rejected::before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
    background-color: #35b6b4 !important;
}


.detail_sec .breadcrumb {
    max-width: 365px !important;
}

.inner_main .breadcrumb {
    background: transparent;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 315px;
    border-radius: 0;
}

.back-btn a {
    color: #000 !important;
    font-weight: 400;
}

.back-btn i {
    color: #000000;
}

.kyc-detail h6,
.payment h6 {
    color: #000000;
    font-weight: 400;
}

.kyc-detail p,
.payment p {
    margin-bottom: 0px;
}

.due-diligance {
    font-size: 12px;
    font-weight: medium;
}

.due-diligance .col-12 {
    height: 50px;
}

.due-diligance .cd {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
}

.due-diligance .num {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    padding: 6px;
    background-color: #24C28C;
    position: relative;
    top: -7px;
}

.due_footer .col-md-1 {
    max-width: 50px;
}

.due-diligance .due_footer,
.sign_agreement p {
    font-size: 14px;
}

.due-diligance .due_footer i,
.sign_agreement p i {
    font-size: 20px;
    position: relative;
    top: 0px;
}

.due_footer .fa-check-circle,
.sign_agreement h6,
.sign_agreement .fa-check-circle {
    color: #24C28C;
}

.due_footer .fa-times-circle,
.sign_agreement .fa-times-circle {
    color: #C8273D;
}


/*==========Footer styles =========*/

.footer {
    background: #CDFB51;
    /* background-color: #35B6B4; */
}

.footer img {}

.footer span {
    color: #15676C;
}

.footer span a {
    color: #15676C;
}


/*
	App page style here .
 */

.main-app {
    overflow: hidden;
    background-color: #F8F9FB;
    padding-top: 50px;
    padding-bottom: 100px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.block .logo {
    margin-bottom: 40px;
}

.block h1 {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 61px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.block p {
    font-size: 20px;
    margin-bottom: 50px;
    letter-spacing: 0;
    line-height: 25px;
    color: #808080;
}

ul.app-badge {
    margin-bottom: 60px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

ul.app-badge li a img {
    width: 150px;
    height: auto;
}

/*==========Media Queries and Mobile =========*/

@media (max-width: 992px) {
    .main {
        padding: 80px 0px;
    }
}

@media (max-width: 768px) {

    .header .btn {
        border-radius: 74px;
        min-width: 65px;
        font-size: 12px;
    }

    .user_dropdown .btn {
        min-width: 95px;
    }

    .user_dropdown .btn::after {
        width: 12px;
        height: 18px;
        top: 25%;
        right: 20px;
    }

    .user_dropdown .dropdown-menu {
        min-width: 7rem !important;
    }

    .btn_main {
        width: 100% !important;
    }

    .main .form_section::before {
        left: 42%;
    }

    .main .form_section,
    .main .reg_section {
        padding: 30px 10px;
    }

    .welcome_main,
    .main {
        min-height: 80vh;
    }

    .welcome_main .dashboard-card {
        width: 100%;
    }

    .dashboard-card::before {
        top: 20px;
        left: 10px;
        width: 25px;
        height: 25px;
    }

    .footer span a,
    .footer span {
        font-size: 14px;
    }


    a.disabled {
        /* Make the disabled links grayish*/
        color: gray !important;
        /* And disable the pointer events */
        cursor: not-allowed;
        pointer-events: all !important;
    }


    div.dataTables_length,
    div .dataTables_info,
    div .dataTables_filter {
        text-align: right !important;
    }

    div.dataTables_info {
        margin-right: -12px !important;
    }

    table.dataTable>tbody>tr.child span.dtr-title {
        min-width: 125px !important;
    }
}

@media (max-width: 767px) {

    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

@media (max-width: 350px) {
    .inner_main .breadcrumb {
        font-size: 12px;
        padding-left: 0;
    }
}

.support_button{
    display:none
}
