﻿/***Bootstrap Reset Code****/
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h6, .h6 {
    font-size: 16px;
}
small, .small {
    /*font-size: 80%;*/
    font-weight: 400;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.border-0 {
    border: 0 !important;
}
.bg-white {
    background-color: #fff !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-pink, .pinkColor {
    color: #BF3DDA !important;
}
.cursor-pointer {
    cursor: pointer;
}
.text-underline {
    text-decoration: underline !important;
}
.text-blue {
    color: #007bff !important;
}
.orangeColor {
    color: #FF6D00 !important;
}
.text-white {
    color: #fff !important;
}
.bg-pink, .pinkBg {
    background-color: #BF3DDA;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
/***Bootstrap Reset Code End *****/


 .customWhiteTable table {
    border-spacing: 0px 10px;
    border-collapse: separate;
    margin-bottom: 0;
}
.customWhiteTable th {
    color: #323054;
    font-weight: 400;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}
.customWhiteTable td {
    background: #ffffff;
    color: #323054;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-weight:600;
}

.popupMainContainer {    
    width:100%;
    position: fixed;
    top: 0;
    bottom: 0;   
    right: 0;
    left:0;
    background: rgba(0,0,0,0.3);
    z-index: 999999;
}
.firstPopupWrapper {
    max-width: 420px;
    background: #ffffff;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

.subPopupContainer {
    position: absolute;
    top: 0;
    /*right: 420px;
    max-width: 500px;*/
    left:0;
        right: 100%;
    width: calc(100% - 420px);
    /*width: 100%;*/
    bottom: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

.KYCDetailsPopupContainer {
    position: absolute;
    top: 0;
    right: 100%;
    width: calc(100% - 420px);
    bottom: 0;
    background: #fff;
    border: 1px solid #eaeaea;
    left: 0;
}
.popupWrapper li.list-kyc-item {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 15px;
    border-top:none;
    padding-bottom:0;
}
.popupBottomBtn {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.popupWrapper .custTab .nav-tabs.active .nav-link {
    color: #323054;
    font-weight: bold;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #A800A8;
}

.borderBlack td {
    border-color: #323054;
    padding: 5px;
}


.bgLightGray{
    background:#fff0d9;
}
.rejectMsg {
    background: #FF5640;
}
.rejectForm .btn {
    position: absolute;
    right: 9px;
    top: 9px;
}
.popupWrapper .popupDeatils {
    line-height: 14px;
}

.subPopupContainer .card-body {
        overflow: auto;
    height: calc(100vh - 60px);
}
.KYCDetailsPopupContainer .card-body {
    overflow: auto;
    height: calc(100vh - 50px);
}


.popupWrapper .popupDeatils {
    line-height: 14px;
}
.popupWrapper .custTab .nav-tabs .nav-link.active {
    color: #323054;
    font-weight: bold;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #A800A8;
}

.popupWrapper li.list-kyc-item {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 15px;
    border-top: none;
    padding-bottom: 0;
}
custTab .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.custTab .nav-tabs .nav-link {
    color: #323054;
    font-weight: 300;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
}


