﻿/*===============================================
2. Tabbed Styles
===============================================*/

.tabbed {
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #000;
    overflow: hidden;
    transition: border 250ms ease;
}

    .tabbed ul {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        list-style-type: none;
    }

        .tabbed ul * {
            margin: 0px;
            padding: 0px;
        }

        .tabbed ul li {
            display: block;
            float: left;
            padding-top: 5px;
            background-color: #FFF;
            z-index: 2;
            position: relative;
            cursor: pointer;
            height: 26px;
            text-transform: uppercase;
            font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;
            transition: all 250ms ease;
            font-size: 14px;
        }

            .tabbed ul li:before,
            .tabbed ul li:after {
                display: block;
                content: " ";
                position: absolute;
                top: 0;
                height: 25px;
                width: 32px;
                background-color: #FFF;
                transition: all 250ms ease;
            }

            .tabbed ul li:before {
                right: -24px;
                transform: skew(30deg, 0deg);
                box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
            }

            .tabbed ul li:after {
                left: -24px;
                transform: skew(-30deg, 0deg);
                box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
            }

            .tabbed ul li:hover,
            .tabbed ul li:hover:before,
            .tabbed ul li:hover:after {
                background-color: #F4F7F9;
                color: #444;
            }

            .tabbed ul li.active {
                z-index: 3;
            }

                .tabbed ul li.active,
                .tabbed ul li.active:before,
                .tabbed ul li.active:after {
                    background-color: #000;
                    color: #fff;
                }

            .tabbed ul li.yellowBg,
            .tabbed ul li.yellowBg:before,
            .tabbed ul li.yellowBg:after {
                background-color: yellow;
            }

            .tabbed ul li.orangeBg,
            .tabbed ul li.orangeBg:before,
            .tabbed ul li.orangeBg:after {
                background-color: orange;
            }

            .tabbed ul li.redBg,
            .tabbed ul li.redBg:before,
            .tabbed ul li.redBg:after {
                background-color: red;
            }

            .tabbed ul li.brownBg,
            .tabbed ul li.brownBg:before,
            .tabbed ul li.brownBg:after {
                background-color: lightseagreen;
            }

            .tabbed ul li.magentaBg,
            .tabbed ul li.magentaBg:before,
            .tabbed ul li.magentaBg:after {
                background-color: magenta;
            }

            .tabbed ul li.lightSkyBlueBg,
            .tabbed ul li.lightSkyBlueBg:before,
            .tabbed ul li.lightSkyBlueBg:after {
                background-color: lightskyblue;
            }

            .tabbed ul li.darksalmonBg,
            .tabbed ul li.darksalmonBg:before,
            .tabbed ul li.darksalmonBg:after {
                background-color: darksalmon;
            }

            .tabbed ul li.lawngreenBg,
            .tabbed ul li.lawngreenBg:before,
            .tabbed ul li.lawngreenBg:after {
                background-color: lawngreen;
            }

            .tabbed ul li.lightsteelblueBg,
            .tabbed ul li.lightsteelblueBg:before,
            .tabbed ul li.lightsteelblueBg:after {
                background-color: lightsteelblue;
            }

            .tabbed ul li.goldBg,
            .tabbed ul li.goldBg:before,
            .tabbed ul li.goldBg:after {
                background-color: gold;
            }

            .tabbed ul li.palevioletredBg,
            .tabbed ul li.palevioletredBg:before,
            .tabbed ul li.palevioletredBg:after {
                background-color: palevioletred;
            }

            .tabbed ul li.hotpinkBg,
            .tabbed ul li.hotpinkBg:before,
            .tabbed ul li.hotpinkBg:after {
                background-color: hotpink;
            }

            .tabbed ul li.purpleBg,
            .tabbed ul li.purpleBg:before,
            .tabbed ul li.purpleBg:after {
                background-color: #CBC3E3;
            }

            .tabbed ul li.peachBg,
            .tabbed ul li.peachBg:before,
            .tabbed ul li.peachBg:after {
                background-color: peachpuff;
            }

            .tabbed ul li.aquaBg,
            .tabbed ul li.aquaBg:before,
            .tabbed ul li.aquaBg:after {
                background-color: #00FFFF;
            }


    /*----- Round Tabs -----*/
    .tabbed.round ul li {
        border-radius: 8px 8px 0 0;
    }

        .tabbed.round ul li:before {
            border-radius: 0 8px 0 0;
        }

        .tabbed.round ul li:after {
            border-radius: 8px 0 0 0;
        }


div.container4 {
    position: relative
}

    div.container4 p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

.pageHeaderTextColor {
    color: white;
}

.box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background: white;
}

.box-transparent {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background: transparent;
}

.dotRedEmployee {
    height: 18px;
    width: 18px;
    background-color: Red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

.selectedTab {
    background: white;
    color: black;
    font-weight: bold;
    outline: none !important;
    font-size: 20px;
}

.selectedTabClicked {
    background: lime;
    color: black;
    font-weight: bold;
    outline: none !important;
    font-size: 20px;
}

.dotYellowEmployee {
    height: 18px;
    width: 18px;
    background-color: yellow;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

.dotGreenEmployee {
    height: 18px;
    width: 18px;
    background-color: lime;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

.ghostButtonActive {
    background-color: lightgreen;
    color: black;
    outline: none !important;
    border-radius: 10px;
}

.ghostButtonInActive:hover {
    background-color: #0056b3;
    color: white;
    outline: none !important;
    border-radius: 10px;
}

.ghostButtonInActive {
    background-color: transparent;
    color: black;
    outline: none !important;
    border-radius: 10px;
}

.grayButton {
    background-color: darkgray;
    color: white;
    outline: none !important;
    border-radius: 10px;
}

.filterBeigeBtns {
    background-color: #F5F5DC;
    color: black;
    outline: none !important;
    border-radius: 10px;
}

@keyframes animate {
    from {
        transform: translateY(+800%) rotate(180deg)
    }

    to {
        transform: translateY(-150%) rotate(360deg)
    }
}

@keyframes animate1 {
    from {
        transform: translateY(-150%) rotate(180deg)
    }

    to {
        transform: translateY(+850%) rotate(360deg)
    }
}

.e-float-input input:valid ~ label.e-float-text, .e-float-input input:focus ~ label.e-float-text, .e-float-input input:valid ~ label.e-float-text.e-label-top, .e-float-input input ~ label.e-float-text.e-label-top, .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, .e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top, .e-float-input.e-input-focus input ~ label.e-float-text, .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
    color: #000000;
    font-weight: bold;
}

.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
    color: #000000;
    font-weight: bold;
}

.selected {
    background-color: #ffcccb;
    border: 10px solid black;
    padding: 4px;
}

.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input, .e-float-input input, .e-float-input.e-control-wrapper input, .e-input-group textarea.e-input, .e-input-group.e-control-wrapper textarea.e-input, .e-float-input textarea, .e-float-input.e-control-wrapper textarea, .e-input-group .e-input[disabled], .e-input-group.e-control-wrapper .e-input[disabled], .e-input-group.e-disabled input.e-input, .e-input-group.e-control-wrapper.e-disabled input.e-input, .e-input-group.e-disabled textarea.e-input, .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
    background: #fdff8f;
    color: inherit;
}

.redBorder {
    border: 3px solid red !important;
}

.watermarkUsage {
    position: relative;
    overflow: hidden;
}

    .watermarkUsage p {
        position: absolute;
        color: rgba(128,0,0, 0.4);
        font-size: 60px;
        pointer-events: none;
        font-weight: bold;
        font-family: Franklin Gothic Medium;
        -webkit-transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
    }

.duplicate-dialog {
    margin-bottom: 550px;
}

.disabledImage {
    pointer-events: none;
    user-select: none;
}

.w-72 {
    width: 66% !important;
    float: right;
    text-align: left !important;
}

.w-72-lg {
    width: 80% !important;
    float: right;
    text-align: left !important;
}

.w-99 {
    width: 98%;
    margin-left: 2px;
}

.w-100 {
    width: 100%
}
/* === Linked Tools Badge === */
.linked-tools-badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0; /* Adds subtle top/bottom spacing inside the cell */
}

.linked-tools-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.95rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    margin: 0px 0;
}

    .linked-tools-badge:hover {
        transform: scale(1.08);
        background: linear-gradient(135deg, #0069d9, #004085);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    }

/* Make all images same width/height while keeping aspect ratio */
/* Card styling with shadow and hover */
.tool-card {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* initial shadow */
    display: flex;
    flex-direction: column;
}

    .tool-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25); /* stronger shadow on hover */
    }

/* Image wrapper */
.tool-image-wrapper {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f8f9fa; /* optional: card background for empty space */
}

/* Tool image */
.tool-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* Card body flex layout */
.card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.card-title {
    margin-top: auto;
    font-size: 0.9rem;
    text-align: center;
}

/* ===========================
   BASE BUTTON STYLES
   =========================== */
.btn-base {
    background: linear-gradient(135deg, #4f9cf9, #1976d2);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

    .btn-base i {
        font-size: 1.2rem;
        margin-right: 10px; /* space between icon and text */
    }

    .btn-base:hover {
        background: linear-gradient(135deg, #1976d2, #0d47a1);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    }

    .btn-base:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* ===========================
   SIZE VARIANTS
   =========================== */
.large-btn {
    font-size: 1rem;
    padding: 12px 24px;
}

.medium-btn {
    font-size: 0.9rem;
    padding: 10px 18px;
}

.small-btn {
    font-size: 0.8rem;
    padding: 8px 14px;
}

/* ===========================
   SHAPE MODIFIERS
   =========================== */
.circular {
    border-radius: 50px;
}

.rectangle {
    border-radius: 10px;
}

/* ===========================
   COLOR VARIANTS (optional)
   =========================== */
.btn-success {
    background: linear-gradient(135deg, #43a047, #2e7d32);
}

.btn-danger {
    background: linear-gradient(135deg, #e53935, #b71c1c);
}

.btn-warning {
    background: linear-gradient(135deg, #fdd835, #fbc02d);
}