﻿#pending_trans_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tncCloseBtn {
    color: black;
}

#redemption_tnc_content {
    color: black;
}

#redemption_tnc_header {
    padding-top: 20px;
}

.carousel-control-prev.custom-prev, .carousel-control-next.custom-next {
    top: 40%;
    cursor: pointer;
    pointer-events: visible;
    opacity: .65;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    transition: all .3s ease-in-out;
    width: 35px;
    height: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators li.custom-indicators {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #6f7caf;
    border-radius: 50%;
}

    .carousel-indicators li.custom-indicators.active {
        border: unset;
        background-color: #6f7caf;
    }

.profile-dropdown li a:after {
    content: none;
}

.dropdown_product a:after {
    content: none !important;
}

.validation-message.invalid {
    color: red;
}

#mission-modal-body {
    background: #fff;
    border-radius: 20px;
}

.col-money {
    color: #6f7caf;
}

.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    height: 28%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

#deposit_method {
    padding-left: 2%;
}

#deposit_options_select {
    padding-left: 1%;
}