:root{

    --theme: #F54750;

    --vz-border-radius: 12px;

    --vz-primary-border-subtle: #eb4951;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* Start Text color */
.gt-text-e03568{
    color: #e03568;
}
.gt-text-03f0e9{
    color: #03f0e9;
}
/* End Text color */

/* Start white space */
.white-space-nowrap{
    white-space: nowrap;
}
/* End white space */


/* Start Height Width */
.min-h-auto{
    min-height: auto !important;
}
/* End Height Width */


/* Start All Rounder */
.btn {
    min-height: 44px;
    align-content: center;
}
@media (max-width: 991px) {
    .btn-lg-s1responsive{
        padding: 4px 8px !important;
        border-radius: 8px;
    }
}
.form-control {
    padding: 10.5px .9rem;
    font-size: 14px;
}
.gt-s1spinner{
    animation: gt-s1spinner 2s linear infinite;
    display: inline-block;
    font-weight: 600;
}
@keyframes gt-s1spinner {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.action-s1-iconlist{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 8px;
    justify-content: center;
}
.action-s1-iconlist .btn{
    padding: 0px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End All Rounder */


/* Start Datatable */
.dt-mintd {
    min-width: 170px;
}
.dt-email {
    min-width: 170px;
    word-break: break-all;
    display: inline-block;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--vz-body-color);
}
/* End Datatable */


/* Start Select 2 */
.select2-container--default .select2-selection--single{
    border-radius: 12px;
}
.select2-container .select2-selection--single{
    height: 44px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 44px;
    padding-left: .9rem;
    border-radius: 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow{
    height: 44px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #a9a9a9 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #a9a9a9 transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-dropdown{
    border-radius: 14px;
    border: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
    overflow: hidden;
}
/* End Select 2 */


/* Start Campaign Css */
.campaign-s1body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header-s1{
    background-color: var(--vz-header-bg);
    border-bottom: 1px solid var(--vz-header-border);
}
.footer-s1{
    margin-top: auto;
    background-color: var(--vz-header-bg);
    border-top: 1px solid var(--vz-header-border);
}
.play-s1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #56565640;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
    display: none;

}
.play-s1-hover:hover .play-s1{
    background: #ffffff;
}
.play-s1-hover:hover .play-s1 svg{
    fill: #2a2a2a;
}
.fancybox__container{
    z-index: 2000;
}


@media (min-width: 1500px) {
    .campaign-s1body :is(.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl) {
        max-width: 1420px;
    }
}
/* End Campaign Css */

#cspreloader{
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
#cspreloader.hide{
    opacity: 0;
    visibility: hidden;
}

.cs-links a{
    font-weight: 500;
    align-items: center;
}
.cs-links a:hover{
    color: var(--vz-heading-color) !important;
}
.cs-links a.active{
    --vz-text-opacity: 1;
    color: rgba(var(--vz-success-rgb), var(--vz-text-opacity)) !important;
}

.video-s1card{
    height: 100%;
}
.video-s1card img{
    width: 240px !important;
}
.video-s1card video{
    width: 240px !important;
    height: 100%;
    display: block;
    cursor: pointer;
    background: black;
    aspect-ratio: 9 / 16;
}

