﻿.spinner {
    border: 4px solid rgb(255, 255, 255);
    border-left-color: #787bbf;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: spin 1s linear infinite;
    margin-left: -8px;
    margin-top: -12px;
}

/* Basic styles for the tab container */
.tab-container {
    display: flex;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Styles for the tab buttons */
.tab-buttons {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-right: 1px solid #216498;
}

.tab-button {
    padding: 13px 30px;
    border: none;
    background-color: #216498;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #34365e;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2;
    text-align: center;
}

    .tab-button:hover {
        background-color: #34365e;
        border-bottom: 1px solid #216498;
    }

    .tab-button i {
        font-size: 25px;
        line-height: 0;
        margin-bottom: 10px;
    }

    .tab-button.active {
        background-color: #f8f9fa;
        font-weight: bold;
        color: #000;
    }

/* Styles for the tab content */
.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.tab-content {
    padding: 20px 0 0 20px;
}

.portfolio {
    background: transparent;
}

.gallery-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

    .gallery-flters li {
        display: inline-block;
    }

    .gallery-flters .gallery-tabs {
        cursor: pointer;
        padding: 8px 16px 10px 16px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #444444;
        margin: 0 3px 10px 3px;
        transition: all ease-in-out 0.3s;
        background: #f4f4f4;
        border-radius: 50px;
        border: 0;
        text-transform: capitalize;
    }

        .gallery-flters .gallery-tabs:hover, .gallery-flters li.filter-active .gallery-tabs {
            color: #fff;
            background: #232323;
        }

.blockdel {
    position: absolute;
    bottom: 0;
}

.gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

 .gallery-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .gallery-item gallery-info {
        opacity: 0;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: -50px;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: #F7F7F7;
        padding: 15px 20px;
    }

        .gallery-item gallery-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
        }

        .gallery-item gallery-info p {
            color: #fff;
            font-size: 14px;
            margin-bottom: 0;
        }

    .gallery-flters li:last-child {
        margin-right: 0;
    }

.blockdel .btnremb {
    background: #17182d;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    margin-right: 2px;
    font-size: 14px;
}

.pnlsearch {
    border: 1px solid #eee;
    padding: 20px 20px;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 4pc;
}

    .pnlsearch .btn-learn-more {
        margin-top: 0;
    }

.btn-learn-more {
    background: transparent;
}

.retailer-tag {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #17182d;
    color: #bababa;
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    max-width: 100px;
    text-align: center;
    word-wrap: break-word;
}

.img-checkbox {
    position: absolute;
    top: 15px;
    z-index: 111;
    left: 25px;
    font-size: 20px;
    width: 18px;
    height: 18px;
}

.btnbulk {
    padding-bottom: 30px;
    text-align: right;
}

.btnbulk-delete {
    border-radius: 0;
}

a.btnimage {
    background: #17182d;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    margin-right: 2px;
}

.blockdel .btnremb.loadingBtn {
    padding: 5px 15px;
}

    .blockdel .btnremb.loadingBtn .spinner {
        top: 55%;
    }

@media(min-width: 1750px) {
    .col-xxl-3 {
        width: 16.66666667%;
    }
}

@media(max-width: 767px) {
    .tab-content {
        padding: 20px 0 0 0px;
    }

    .btnremb.txtfav {
        position: absolute;
        right: 0;
    }

    .blockdel .btnremb {
        padding: 5px 5px;
    }

        .pnlsearch .form-control {
            margin-bottom: 20px;
        }

    .tab-button {
        display: flex;
        flex-direction: row;
    }

        .tab-button i {
            font-size: inherit;
            margin-bottom: 0px;
            margin-right: 10px;
        }
}