
/* Custom styles for money transfer page */

/* Advertiser disclosure popup styles */
.adv_pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
}

.adv_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.adv_close img {
    width: 20px;
    height: 20px;
}

/* Back to top button animation */
.back_top {
    transition: opacity 0.3s ease;
}

/* Toggle animation improvements */
.toggleInner {
    overflow: hidden;
}

/* Smooth transitions for table rows */
.tableRowccompany {
    transition: all 0.3s ease;
}

/* Hover effects for buttons */
.open_more a:hover .normal {
    display: none !important;
}

.open_more a:hover .hover {
    display: inline !important;
}
