.footer__top img {
    max-width: 250px;
    max-height: 43px;
}

.modal-content {
    background-color: #242431;
    border: 1px solid rgba(0, 0, 0, .2);
}

.close, .close:hover {
    color: #fff;
    opacity: 1;
}

.custom-input-group {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
}

.country-select {
    height: 50px;
}

#phoneInput .letter {
    border: 1px solid #cca354 !important;
    background: transparent !important;
}

#phoneInput .letter+.letter {
    border-left: 1px solid #cca354 !important;
}

.card {
    box-shadow: 0 0 15px rgba(204, 163, 84, 0.5);
    background-color: #000000;
    border: 2px solid rgba(204, 163, 84, 0.5);
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 1px dashed #cca35454;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 30px;
}

@media only screen and (max-width:480px) {
    .btn {
        padding: 7px 20px;
        font-size: 15px;
    }
}

.cmn-section {
    padding: 150px 0px;
    /* background: */
}

@media only screen and (max-width:991px) {
    .cmn-section {
        padding: 100px 0;
    }
}

@media only screen and (max-width:480px) {
    .cmn-section {
        padding: 80px 0;
    }
}


.table.style--two thead tr th {
    /* color: #000;  */
    color: #fff;
}

.card .card-header {
    background-color: #cca354;
}

.input-group-text {
    background-color: #cca354;
    border: 1px solid #cca354;
}

.header .main-menu li .sub-menu li a {
    color: #ffffff !important;
}

.referral-ul li {
    padding-left: 1em;
    border: 1px dotted #fff;
    border-width: 0 0 1px 1px;
}

.referral-ul li.container {
    border-bottom: 0px;
    width: 100%;
}

.referral-ul li.empty {
    font-style: italic;
    color: silver;
    border-color: silver;
}

.referral-ul li p {
    margin: 0;
    /*background: #121622;*/
    position: relative;
    top: 0.5em;
    padding-bottom: 3px;
}

.referral-ul li ul {
    border-top: 1px dotted #ffffff;
    margin-left: -1em;
    padding-left: 2em;
}

.referral-ul ul li:last-child ul {
    border-left: 1px dotted #fff;
    margin-left: -17px;
}

.pt-60 {
    padding-top: 60px !important;
}

.btn-disabled {
    opacity: 0.5;
    cursor: auto !important;
}

/* 19-08-2021 Notification Pulse CSS Start */
.pulse--primary {
    display: block;
    position: absolute;
    top: 31px;
    right: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /* background: #7367f0; */
    background: #FCFD24;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
    animation: pulse-primary 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@-webkit-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* 19-08-2021 Notification Pulse CSS End */


/* 31-08-2021 intrest log progress bar CSS start */
@media (min-width: 420px) and (max-width: 659px) {
    .progress-bar {
        grid-template-columns: repeat(2, 160px);
    }
}

@media (min-width: 660px) and (max-width: 899px) {
    .progress-bar {
        grid-template-columns: repeat(3, 160px);
    }
}

@media (min-width: 900px) {
    .progress-bar {
        grid-template-columns: repeat(3, 160px);
    }
}

.progress-bar .box {
    width: 60%;
}

.progress-bar .box h2 {
    display: block;
    text-align: center;
    color: #fff;
}

.progress-bar .box .chart {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 100px;
    height: 110px;
    color: #fff;
}

.progress-bar .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
}

.progress-bar {
    display: grid;
    grid-template-columns: repeat(1, 160px);
    grid-gap: 80px;
    background: #000;
    padding: 60px;
    margin: auto 0;
}

/* 31-08-2021 intrest log progress bar CSS End */