body{
    background-color: #dbdbdb;
}
.btn{
    border: none;
}
.footer {
    position:relative;
    bottom:0;
    width:100%;
    height:40px;   /* Height of the footer */
    /*                background:#959595;*/
}
.zpt-logo {
    width: 200px;
    padding: 20px 0;
}

.zpt-logo-bg {
    background-color: #959595;
}

.zpt-body-bg {
    background-color: #dbdbdb;
}

.zpt-main-content {
    border-left: 3px solid #6f6f6f;
    background-color: #fff;
    padding-bottom: 20px;
}

.zpt-main-border {
    border: 1px solid #c23f4c;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 20px 0px;
    width: 100% !important;
}

.zpt-api {
    padding-top: 10px;
}

.zpt-api-text {
    font-size: 20px;
}

.text {
    font-weight: bold;
}

.zpt-enter {
    font-size: 23px;
    width: auto;
    color: white;
    /*                background-color: #5d5d5d !important;*/
    background-color: #8d171f !important;
    box-shadow: 1px 1px 6px 0px black;
    padding: 5px;
    padding-left: 10px;
    padding-right: 12px;
    float: right;
    margin: 10px;
}

.tick-img {
    max-width: 50px;
    float: left;
    padding-top: 12px;
}

.alert-box {
    margin: 20px 10px;
    border: 3px solid #c23f4c;
    border-radius: 5px;
    padding: 7px 3px;
    /*                width: 41%;*/
    background-color: #dbdbdb;
}

.alert-text {
    font-weight: bold;
    font-size: 24px;
}

.alert-box2 {
    border: 3px solid #c23f4c;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 60%;
}

.text-center {
    text-align: center;
}

.zpt-error {
    background-color: pink;
    border: 2px solid red;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 103%;
    border-right: none;
}

.zpt-funds {
    font-size: 23px;
    width: auto;
    color: white;
    margin: 0 16px 0 0;
    background-color: #5d5d5d !important;
    padding: 5px;
    padding-left: 10px;
    padding-right: 12px;

}
.links-wrapper{
    margin: 39%;
}
.pad-bot-30{
    padding-bottom: 30px;
}
.main-content {
    background-color: #fff;
    padding-bottom: 30px;
}
.tooltip-inner ul {
    padding-left: 19px;
}
.tooltip-inner {
    max-width: 260px;
}
.tooltip-inner > span{
    text-align: left;
}
span.flexpin-tip{
    position: absolute;
    top: 7px;
    font-size: 18px;
    cursor: pointer;
    left: 12px;
}
input.trans_pin.form-control {
    padding-left: 35px;
}
form{
    padding:0px !important;
}

.redeem-voucher-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 0 10px;
    width: 100%;
    align-items: center;
}

.filter-page-container {
    display: flex;
    justify-content: space-between;
}

.available-balance-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.balance-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.balance-item > p {
    font-size: 12px;
}
.balance-item > select {
    outline: none;
    border: none;
    height: 40px;
    background-color: #ffffff;
    font-size: 24px;
}

.available-balance-container > select option:disabled {
    background-color: #ffffff;
    color: #333;
    border: none;
}
.available-balance-container > select option {
    font-size: 24px;
}

.secondary {
    background-color: #9e9e9e !important;
}

.spinner {
    position: fixed;
    display: none;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-left: 3px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

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

@media (max-width: 992px) {

    .redeem-voucher-header {
        flex-direction: column;
    }
}

@media (max-width:600px){
    .zpt-enter {
        font-size: 15px;
    }

    .filter-page-container {
        width: 100%;
        flex-direction: column;
    }

    .available-balance-container {
        flex-direction: column; 
    }
}

.invalid-input {
    border:1px solid red;
}

.err-message {
    color: red;
}

.quote-details {
    align-content: center;
    align-items: center;
}

#declineSwapButton {
    margin-left: 10px;
}

#confirmSwapButton {
    background-color: green !important;
}
.error-result-code {
    text-align: center;
    font-size: 120px;
    color: orange;
}

.error-message {
    text-align: center;
    font-size: 50px;
}

.return-home-center {
    display: flex;
    flex-direction: column;
}