.Passowrd_Input{ position: relative;}
.Passowrd_Input input{ position: relative; }
.Passowrd_Input i{position: absolute;top: 10px;right: 10px;cursor: pointer;}

/* Large Button Loader */
.Large_Button_Loader { width:50px; height:16px; background: radial-gradient(circle closest-side,#ffffff 90%,#0000) 0%   50%, radial-gradient(circle closest-side,#ffffff 90%,#0000) 50%  50%, radial-gradient(circle closest-side,#ffffff 90%,#0000) 100% 50%; background-size:calc(100%/4) 100%;
background-repeat: no-repeat; animation:d7 0.8s infinite linear;}
@keyframes d7 {33%{background-size:calc(100%/4) 0%  ,calc(100%/4) 100%,calc(100%/4) 100%}50%{background-size:calc(100%/4) 100%,calc(100%/4) 0%  ,calc(100%/4) 100%}66%{background-size:calc(100%/4) 100%,calc(100%/4) 100%,calc(100%/4) 0%  }}
.template-customizer-open-btn{ display: none !important; }

.disabled {
    opacity: 0.5;
}

body::-webkit-scrollbar {
    display: none;
}

.Button_Loader {
    width: 30px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffffff;
    -webkit-mask:
        repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
        radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
            mask-composite: intersect;
    animation: l5 1s infinite;
}
@keyframes l5 {to{transform: rotate(.5turn)}}


.wroung-code-animation {
    -webkit-animation: kf_shake 0.4s 1 linear;
    -moz-animation: kf_shake 0.4s 1 linear;
    -o-animation: kf_shake 0.4s 1 linear;
}

@-webkit-keyframes kf_shake {
    0% {
        -webkit-transform: translate(30px);
    }

    20% {
        -webkit-transform: translate(-30px);
    }

    40% {
        -webkit-transform: translate(15px);
    }

    60% {
        -webkit-transform: translate(-15px);
    }

    80% {
        -webkit-transform: translate(8px);
    }

    100% {
        -webkit-transform: translate(0px);
    }
}

@-moz-keyframes kf_shake {
    0% {
        -moz-transform: translate(30px);
    }

    20% {
        -moz-transform: translate(-30px);
    }

    40% {
        -moz-transform: translate(15px);
    }

    60% {
        -moz-transform: translate(-15px);
    }

    80% {
        -moz-transform: translate(8px);
    }

    100% {
        -moz-transform: translate(0px);
    }
}

@-o-keyframes kf_shake {
    0% {
        -o-transform: translate(30px);
    }

    20% {
        -o-transform: translate(-30px);
    }

    40% {
        -o-transform: translate(15px);
    }

    60% {
        -o-transform: translate(-15px);
    }

    80% {
        -o-transform: translate(8px);
    }

    100% {
        -o-origin-transform: translate(0px);
    }
}

.filter_Box{
    display: none;
}



.Table_Loader {
    width: 48px;
    height: 48px;
    border: 5px solid #242424;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}

.Table_Loader:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #242424;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {

    0%,
    60%,
    100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

#Table_Loader_Box{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    height: 200px;
}

a{
    cursor: pointer;
}

.custom_multi_images{
    background: rgba(133, 133, 133, 0.123);
    padding: 15px;
    border-radius: 10px;
}

.custom_multi_images img{
    height: 200px;
    object-fit: contain;
}

.custom_tab_button{
    background: #24242494;
    color: #fff;
}

.custom_tab_button:hover{
    background: #24242494;
    color: #fff;
}

.nav-item .active{
    background: #242424;
    color: #ffffff;
}

.pagination{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border-radius: 5px;
}

.card_box{
    background: #eeeeee;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.card_box img{
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}


.seprate{
    position: relative;
    margin: 0 40px;
}

.seprate::after{
    position: absolute;
    width: 2px;
    height: 20px;
    background: rgb(184, 184, 184);
    content: "";
    left: 0;
    top: -10px;
}

.product-row .card img , .product-row .card video {
    object-fit: contain;
    height: 200px;
    width: 100%;
}

.product-row .card {
    margin: 10px 5px;
    background: rgb(235, 234, 234);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-row .card:hover img{
    filter: grayscale(40%);
}

.product-row .card .circle{
    height: 20px;
    width: 20px;
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}

.product-row .card:hover .circle{
    display: flex;
}

.product-row .card .circle:hover i{
    display: block;
}

.product-row .card .circle i{
    display: none;
    font-size: 10px;
}

.product-row .card .circle_active {
    background: #46b3e6;
    display: flex;
    border:none;
}

.product-row .card .circle_active i{
    display: block;
    color: white;
}

.product-row .card button {
    position: absolute;
    top: 20px;
    right: 20px;
}
