: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 */
.text-theme{
    color: var(--theme);
}
.gt-text-e03568{
    color: #e03568;
}
.gt-text-dd103a{
    color: #dd103a;
}
.gt-text-03f0e9{
    color: #03f0e9;
}
.gt-text-ede528{
    color: #ede528;
}
.gt-text-5865f2{
    color: #5865f2;
}
/* End Text color */


/* Start background color */
.gt-bg-e03568{
    background: #e03568;
}
.gt-bg-03f0e9{
    background: #03f0e9;
}
.gt-bg-262a2f{
    background: #262a2f;
}
.gt-border-32383e{
    border-color: #32383e;
}
/* End background color */


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


/* Start Font Weight */
.fw-400{
    font-weight: 400 !important;
}
.fw-600{
    font-weight: 600;
}
/* End Font Weight */

/* Start Height Width */
.min-w-120px{
    min-width: 120px;
}
.min-w-100px{
    min-width: 100px;
}
/* End Height Width */

/* 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 All Rounder */
.btn {
    min-height: 44px;
    align-content: center;
}
.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 */


/* ==================================================================
============================ Multi image upload dropzone (S)  ====================
================================================================== */
/* dropzone  */
.filedropzone {
    height: 230px;
    border: 2px dashed var(--vz-border-color);
    background: var(--vz-card-bg);
    border-radius: 6px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fiel-upload-group {
    height: 230px;
    /* border: 2px dashed var(--vz-border-color); */
    background: var(--vz-card-bg);
    border-radius: 6px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fiel-upload-group .uploaded-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.fiel-upload-group .needsclick:not(.uploadedvideo) .editbutton, .uploadedvideo .dragtext {
    display: none;
}
.fiel-upload-group .editbutton {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    font-size: 22px;
}
.fiel-upload-group .hw-40 {
    height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
}
.fiel-upload-group .imgupload{
    border-radius: 5px;
}
/* ==================================================================
============================ Multi image upload dropzone (E)  ====================
================================================================== */


.play-s1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #56565640;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}
.play-s1-hover:hover .play-s1{
    background: #ffffff;
}
.play-s1-hover:hover .play-s1 svg{
    fill: #2a2a2a;
}
.fancybox__container{
    z-index: 2000;
}

.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;
}
.card
