.status-td.active {
    color: #0ec990;
}
.status-td {
    display: flex;
    align-items: center;
}
.status-td:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.status-td.active {
    color: #0ec990;
}
.status-td.inactive {
    color: #f8365b;
}
.status-td.active:before {
    background-color: #0ec990;
}
.status-td.inactive:before {
    background-color: #f8365b;
}
.status-td.warm {
    color: orange;
}
.status-td.warm:before {
    background-color: orange;
}
.status-td.cold {
    color: #1b7cef;
}
.status-td.cold:before {
    background-color: #1b7cef;
}
.status-td.accepted {
    color: #808000;
}
.status-td.accepted:before {
    background-color: #808000;
}
.login-box {
    width: 500px;
}

.input-group-text-no-padding {
    padding: 0px;
}
.mt-30 {
    margin-top: 30px;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
}



/* KYC CSS START */
@media (min-width: 1200px) {
    .card-columns {
        column-count: 6;
        columns: 4;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .card-columns {
        column-count: 5;
        columns: 4;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-columns {
        column-count: 4;
        columns: 3;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .card-columns {
        column-count: 2;
    }
}

.card-img-top > img {
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    height: auto;
}
.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}
.card-footer .btn {
    margin-top: -0.2rem;
}
.card-title {
    margin-bottom: 0.3rem;
}
.card-block {
    padding: 0.8rem;
}
.card-footer {
    padding: .7rem 0.8rem;
}
.card-block a {
    color: inherit;
    text-decoration: none;
}
.card-block a:hover {
    color: #D60000;
    text-decoration: none;
}
.card-footer-link {
    color: inherit;
    text-decoration: none;
}
.card-footer-link:hover {
    color: #2989FF;
    text-decoration: none;
}

.productImage {
    position: relative;
    float: left;
    display: inline-block;
}
.productImage {
    width: 100%;
}
.productImage:after {
    padding-top: 100%;
    display: block;
    content:'';
}
.img-wrapper {
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*fill parent*/
}
.img-wrapper .thumb {
    height:100%;
}
.img-project, .thumb {
    display: block;

}
.img-project img, .thumb img {
    position:relative;
    top:50%;
    left:50%;
    max-width:100%;
    max-height:100%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.productDetails {
}
/************************************************
Media queries
************************************************/
@media all and (max-width: 1024px) {
    .img-project, .thumb {
        padding: 7px;
    }
}

/* KYC CSS END */

.modal-body-scroll{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.margintop40{
    margin-top: 40px !important;
}
.margintop32{
    margin-top: 32px !important;
}

.req-field{
    font-style: italic !important;
}
.font {
    font: 13px/150% Arial,Helvetica,sans-serif;
}
label.error {
    font-weight: normal;
    color: red;
    padding: 2px 8px;
    margin-top: 0px;
}
span.error {
    font-weight: normal;
    color: red;
    padding: 2px 8px;
    margin-top: 0px;
}
.colorRed {
    color : #aa0000 !important;
}

.otp-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.otp-group:after,
.otp-group:before {
    content: "";
    width: 1px;
}
.otp-field {
    width: 48px;
}
.otp-field .form-control {
    text-align: center;
}
.form-group .msg {
    margin: 1rem 0 0;
    display: inline-block; 
}



