﻿/* login loading spinner */
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/loading.gif") center no-repeat;
}

body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }

.report-menu-item {
    font-size: 0.99em !important;
}

/* fancy button for some pages like => Questions button on Survey pages */
.icon-bar {
    position: fixed;
    /*top: 50%;*/
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
    right: 15px;
    width: 100px;
    z-index: 1100;
    border-radius: 3px;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #7B909A;
        }

.my-disabled {
    opacity: .25;
    pointer-events: none;
    cursor: not-allowed
}

.my-enabled {
    opacity: .1;
    pointer-events: auto;
    cursor: pointer
}

.mybutton {
    background: #437BBC;
    color: white;
    height: 100px;
    /*    padding-right: 139px !important;
            word-wrap: break-word;*/
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 0.75;
    border-radius: 25px;
}

    .btn-circle.btn-lg {
        width: 100px;
        height: 100px;
        padding: 10px 16px;
        font-size: 20px;
        line-height: 1.75;
        border-radius: 50px;
    }

    .btn-circle.btn-xl {
        width: 100px;
        height: 100px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.5;
        border-radius: 50px;
    }
/* end of fancy button */

/* tooltip background color */


.tooltip {
    font-family: Sora, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 0.8rem;
    /*min-width: 350px;*/
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #46729d;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #46729d;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #46729d;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #46729d;
}

.tooltip-inner {
    color: #fff;
    background-color: #46729d;
    white-space: pre-wrap;
}

/* end of tooltip background color */

/*filepond classes */

.aligned-items-to-start {
    align-items: flex-start;
}

.set-file-pond-status-p40 {
    width: calc(38% - 0.5em) !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .set-file-pond-status-p40 {
        width: calc(99% - 0.5em) !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .set-file-pond-status-p40 {
        width: calc(99% - 0.5em) !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .set-file-pond-status-p40 {
        width: calc(80% - 0.5em) !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .set-file-pond-status-p40 {
        width: calc(38% - 0.5em) !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .set-file-pond-status-p40 {
        width: calc(38% - 0.5em) !important;
    }
}


/*end of filepond classes */

.c-flex-div {
    display: flex;
    padding: 3px 0;
}

    .c-flex-div .label {
        flex: 0 0 40%;
        font-weight: 700;
    }

    .c-flex-div .text {
        flex: 1;
        border: .5px solid black;
        border-radius: 2px;
    }

.no-customer-data {
    margin: auto;
    width: 50%;
    /*border: 3px solid green;*/
    /*padding: 10px;*/
    padding-top: 60px;
    font-weight:bold;
    font-size:1.5em;
    text-align: center;
    color:red;
}

.receipt-product-dropdown {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: var(--vz-input-bg);
    padding: 0.25rem 3.6rem 0.1rem 0.5rem;
    border: 1px solid var(--vz-input-border);
    border-radius: 0.25rem !important;
    font-size: .875rem;
    min-height: 37.5px;
    overflow: hidden;
}

.receipt-product-skus {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: var(--vz-input-bg);
    padding: 0.25rem 3.6rem 0.1rem 0.5rem;
    border: 1px solid var(--vz-input-border);
    border-radius: 0.25rem !important;
    font-size: .875rem;
    min-height: 37.5px;
    overflow: hidden;
}

/* draw-period container stili */
.draw-period {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hafif bir gölge */
}

    /* Input alanları için stili */
    .draw-period input[type="text"],
    .draw-period .flatpickr {
        flex: 1; /* Eşit oranda genişlik */
        min-width: 200px; /* Minimum genişlik */
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }

    /* Label'lar için stili */
    .draw-period label {
        font-weight: bold;
        margin-right: 0.5rem;
        min-width: 120px; /* Minimum genişlik */
    }

    /* Sil butonu */
    .draw-period .btn-danger {
        background-color: #ff6b6b;
        border: none;
        color: white;
        font-size: 14px;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .draw-period .btn-danger:hover {
            background-color: #ff4a4a;
        }

    /* draw-period içindeki tüm elemanların düzenli görünmesi için */
    .draw-period div {
        display: flex;
        flex-direction: column;
        gap: 0.3rem; /* Label ve input arasında boşluk */
    }

        .draw-period div.button {
            align-self: end;
        }