﻿

.url-label {
    background-color: #e8f4f8;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid #2196F3;
    font-family: monospace;
    word-break: break-all;
}

.button-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
}

button {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.copy-btn {
    background-color: #2196F3;
    color: white;
}

    .copy-btn:hover {
        background-color: #1976D2;
    }

.whatsapp-btn {
    background-color: #25D366;
    color: white;
}

    .whatsapp-btn:hover {
        background-color: #20B954;
    }

.combo-btn {
    background-color: #FF9800;
    color: white;
}

    .combo-btn:hover {
        background-color: #F57C00;
    }

.success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}

.icon {
    width: 20px;
    height: 20px;
}

.crtl {
    direction: rtl;
}

.cltr {
    direction: ltr;
}

.in_date_tbl th, .td-dd {
    background-color: #99d9f7;
}

.div-mm {
    padding-top: 5px;
    background-color: #99d9f7;
    margin-left: 5px;
    margin-right: 5px;
    height: 30px !important;
}

.discroll {
    background-color: #99d9f7 !important;
}

.scroll-container-wrapper {
    position: relative;
}

.top-controls {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between; /* Pushes one left, one right */
    padding: 0;
    pointer-events: none; /* Allows clicks to pass through to the container below if needed */
    width: 100%;
}

.nav-btn {
    pointer-events: auto; /* Re-enables clicking for the buttons specifically */
    /* background: #31a0d5;*/
    background: #99d9f7;
    color: white;
    border: none;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    .nav-btn.left {
        order: 1;
    }

    .nav-btn.right {
        order: 2;
    }

.main-content-wrapper {
    scrollbar-width: none;
    scroll-behavior: smooth;
}

    .main-content-wrapper::-webkit-scrollbar {
        display: none; /* Hides the bottom scrollbar */
    }

.hide-div {
    display: none !important;
    visibility: hidden !important;
}
