:root {
    --rgba-primary-1: rgb(255, 63, 252, 0.1);
    --rgba-primary-2: rgb(255, 63, 252, 0.2);
    --rgba-primary-3: rgb(255, 63, 252, 0.3);
    --rgba-primary-4: rgb(255, 63, 252, 0.4);
    --rgba-primary-5: rgb(255, 63, 252, 0.5);
    --rgba-primary-6: rgb(255, 63, 252, 0.6);
    --rgba-primary-7: rgb(255, 63, 252, 0.7);
    --rgba-primary-8: rgb(255, 63, 252, 0.8);
    --rgba-primary-9: rgb(255, 63, 252, 0.9);
   
	--primary-hover: #e92ee6;
    
    --primary-color: #FF3FFC;
    --primary-color2: #FF3FFC;
    --primary-color3: #FF5858;
    --primary-color4: #ec4242;
    --secondary-color: #FDDB8A;
    --secondary-color2: #CDD4ED;
    --secondary-color3: #8B93B1;
    --tertiary-color: #F5F6FA;
    --text-primary: #ffffff;
    --hover-color: #0D1216;
    --white-color: #0D1216;
    --black-color: #0D1216;  
    
    --danger-color:#FF4D4D;
    --danger-color1: #FF4A4A;
    --primary-color5: #27215D;
    --primary-color6: #374073;
    --primary-color7: #3B3572;
    --grey-color: #646464;
    --blue-gradient:#FF3FFC;
    --blue-gradient1:  #FF3FFC;
    --theme-bg:#EDEFF1;
    --theme-bg2:#fff;
    --theme-color:#f5f5f5;
    --theme-color2:#fff;
    --theme-br: rgba(0, 0, 0, 0.10);
    --theme-br2:#FF3FFC;
    --theme-br3: #0d121626;

    /* raj css vars */
    --theme-text-color: #0D1216;
    --theme-gradient: linear-gradient(270deg, #14DCFF 0%, var(--primary-color) 100%);
    --theme-white : #fff;
    --btn-gradient: linear-gradient(283.38deg, var(--primary-color), #14DCFF,var(--primary-color));
    --body-bg : #fff ;
    /* raj css vars */

    /* Tushar Css Vars */
    --sidebar-bg: #fff;
    --light-text: rgba(1, 1, 1, 0.6);
    /* Tushar Css Vars */
}


p {
    color: var(--theme-text-color);
}
.grey-color {
    color: var(--grey-color) !important;
}
.theme-text-color {
    color: var(--theme-text-color) !important;
}
.light-text {
    color: var(--light-text) !important;
}
.text-primary{
    color: var(--primary-color)!important;
}
.red-clr {
    color: var(--primary-color3);
}
body {
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    /* cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } </style></defs><path d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important; */
}

button ,
a {
    cursor: pointer;
}

.w700{font-weight: 700;}
.w600{font-weight: 600;}
.w500{font-weight: 500;}
.w400{font-weight: 400;}

.gap1 {
    gap: 20px;
}

.radius15 {
    border-radius: 15px;
}

.radius65 {
    border-radius: 65px;
}

.mt10 {
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt19{
    margin-top: 19px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}


.mr10 {
    margin-right: 10px;
}

.ml10{
    margin-left: 10px;
}

.height60 {
    height: 60px;
}

.height235 {
    min-height: 235px !important;
}

.mheight130 {
    max-height: 130px;
}

.gap15 {
    gap: 15px;
}

.pointer {
    /* cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important; */
}

@media (min-width:768px) {
    .mt-md28 {
        margin-top: 1.75rem;
    }
    .mt-md30 {
        margin-top: 30px;
    }
    .mt-md35{
        margin-top: 35px;
    }
    .mt-md40 {
        margin-top: 40px;
    }
    .mt-md50 {
        margin-top: 50px;
    }
    .mt-md25 {
        margin-top: 25px;
    }
    .mt-md0 {
        margin-top: 0px;
    }
    .mb-md0 {
        margin-bottom: 0px;
    }
    .gap-md50 {
        gap: 50px;
    }
    .mt-md80{
        margin-top: 80px;
    }
    .mr-md30{
        margin-right: 30px;
    }
}


/* Breadcumb */

.breadcrumb-design {
    align-items: baseline;
    margin: 0px 0px 10px 0px;
}

.breadcrumb-design .breadcrumb-item a {
    color: var(--text-primary);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9075rem;
}

.breadcrumb-design .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-design .breadcrumb-item.active {
    color: var(--text-primary);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.9075rem;
}


/* Breadcumb End */


/* Table Design */

.table-wrapper {
    background: var(--white-color);
    border-radius: 15px;
    padding: 10px 1.25rem 1.25rem 1.25rem;
}

.table-design.table {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin: 0px;
}

.table-design.table>:not(caption)>*>* {
    padding: 1rem 2rem;
}

.table-design.table thead tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--secondary-color3);
    vertical-align: baseline;
    white-space:nowrap;
}

.table-design.table tbody tr {
    background-color: var(--tertiary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--text-primary);
}

.table-design.table tbody tr td {
    vertical-align: middle;
}

/*.table-design.table tbody tr td:first-child {*/
/*    border-top-left-radius: 15px;*/
/*    border-bottom-left-radius: 15px;*/
/*}*/

/*.table-design.table tbody tr td:last-child {*/
/*    border-top-right-radius: 15px;*/
/*    border-bottom-right-radius: 15px;*/
/*}*/
.table-design.table tbody tr td a.link {
    color: var(--text-primary);
    text-decoration: none;
}
.table-design.table tbody tr td a.link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}



.table-design .action-link {
    display: flex;
    gap: 10px;
}

a.action-btn,
a.action-btn:focus {
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /* cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important; */
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
}


/* Table Design End */


/* Tab Design */

.tab-design {
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-design .nav-link {
    margin: 0px 30px 0px 0px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--text-primary);
    padding: 0px 0px 5px 0px;
    /* cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important; */
    border-bottom-width: 1px;
    border-style: solid;
    text-transform: capitalize;
}

.tab-design .nav-link:last-child {
    margin: 0px;
}

.tab-design .nav-link.active {
    font-weight: 600;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}

@media (max-width:767px) {
    .tab-design .nav-item,
    .tab-design>.nav-link {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
    }
}


/* Tab Design End */


/* Filter Dropdown */

.filter-text {
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
    color: var(--secondary-color3);
}

.fiter-drop {
    width: auto !important;
    min-width: 40px!important;
}

.fiter-drop>button,
.fiter-drop>button:hover,
.fiter-drop>button:focus,
.fiter-drop.bootstrap-select .dropdown-toggle:focus {
    background-color: var(--theme-bg);
    border-radius: 6px;
    padding: 8px 10px;
    border: 1px solid var(--secondary-color2);
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
    color: var(--text-primary) !important;
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
}

.fiter-drop.bootstrap-select .dropdown-toggle::after {
    /*display: none;*/
}

.fiter-drop.bootstrap-select .dropdown-menu {
    background: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: none;
    padding: 0px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--primary-color);
}

.fiter-drop.bootstrap-select .dropdown-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.0625rem;
    padding: 8px 10px;
    font-weight: 400;
    color: var(--text-primary);
}

.fiter-drop.bootstrap-select .dropdown-menu li a:hover {
    /*color: var(--primary-color);*/
    /*background-color: var(--white-color);*/
}

.fiter-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background-color: var(--white-color);
}


/* Filter Dropdown End */


/* Selectpicker Dropdown */

.custom-drop button,
.custom-drop button:hover,
.custom-drop button:focus,
.custom-drop.bootstrap-select .dropdown-toggle:focus {
    border-radius: 10px;
    border: none;
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    /*padding: 16px 15px !important;*/
    
    font-size: 14px;
    color: var(--black-color) !important;
    /*min-height: 100%;*/
    /*height:2.75rem;*/
    display: flex !important;
    align-items: center !important;
    box-shadow: 0px solid var(--white-color) !important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline: 0px solid var(--white-color) !important;
}

/*.custom-drop button:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: calc(100% - 1.25rem);*/
/*    background: var(--secondary-color2);*/
/*    position: absolute;*/
/*    right: 45px;*/
/*}*/

.custom-drop .dropdown-toggle:after {
    display: inline-block;
    content: "\e907" !important;
    font-family: 'icomoon';
    border: 0px solid transparent;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--black-color);
}

.custom-drop.bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
    max-width: calc(100% - 40px);
}

.custom-drop .dropdown-toggle.show:after {
    transform: rotate(180deg);
}

.custom-drop.bootstrap-select .dropdown-menu {
    background: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /*border-radius: 10px;*/
    border: none;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--primary-color);
}

.custom-drop.bootstrap-select .dropdown-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    padding: 10px !important;
    color: var(--text-primary);
    text-indent: 0;
}

.custom-drop.bootstrap-select .dropdown-menu li:last-child a {
    padding-bottom: 0px;
}

.custom-drop.bootstrap-select .dropdown-menu li:first-child a {
    padding-top: 0px;
}

/*.custom-drop.bootstrap-select .dropdown-menu li a:hover {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--white-color);*/
/*}*/

.custom-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background-color: var(--white-color);
}

.custom-drop.bootstrap-select .bs-searchbox .form-control:focus {
    font-weight: 500;
    font-size: 14px;
    /*line-height: 1.0625rem;*/
    padding: 10px 20px;
    color: var(--text-primary);
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
    border-color: var(--theme-br2);
}

.custom-drop.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: var(--black-color) !important;
}


/* Selectpicker Dropdown End*/


/* Accordion Css */

.accordion-list .accordion-item {
    border: 0px;
    background: transparent;
}

.accordion-list .accordion-button,
.accordion-list .accordion-button:focus {
    padding: 1rem 1.25rem 1rem 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.05875rem;
    color: var(--text-primary);
    background: transparent;
    border: none;
    box-shadow: none;
}

.accordion-list .accordion-button:not(.collapsed) {
    /*background: transparent;*/
}

.accordion-list .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    position: absolute;
    left: 0px;
    background: none;
    color: var(--text-primary);
    content: "";
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e906" !important;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4rem;
}

.accordion-list .accordion-button:not(.collapsed) {
    /*background: transparent;*/
    box-shadow: none;
}

.accordion-list .accordion-button::after {
    position: absolute;
    left: 0px;
    transform: rotate(270deg);
    font-family: 'icomoon' !important;
    content: "\e906" !important;
    background-repeat: no-repeat;
    color: var(--text-primary);
    content: "";
    position: absolute;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4rem;
}


/* Accordion Css End */


/* Form css */


/*CSS - Placeholder Color*/

 ::-webkit-input-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

 ::-moz-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

 :-ms-input-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

 :-moz-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

/*.field-design .form-control,*/
/*.field-design .form-control:hover,*/
/*.field-design .form-control:focus {*/
/*    height: 2.75rem;*/
/*    box-shadow: none;*/
/*    border: 1px solid var(--theme-br);*/
/*    border-radius: 6px;*/
/*    color: var(--grey-color);*/
/*    padding: 10px 15px;*/
/*    outline: none;*/
/*    font-size: 14px;*/
/*    line-height: 1.0625rem;*/
/*    font-weight: 400;*/
/*}*/

/*.field-design .form-control.textarea,*/
/*.field-design .form-control.textarea:focus,*/
/*.field-design .form-control.textarea:active {*/
/*    resize: none;*/
/*    border: 1px solid var(-theme-br);*/
/*    height: 80px !important;*/
/*}*/

.form-label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.250rem;
    color: var(--black-color);
}


/* Form css End */


/* Pagination CSS */

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.05875rem;
    color: var(--secondary-color3);
    text-decoration: none;
}

.pagination a:hover {
    color: var(--text-primary);
}

.pagination .form-control,
.pagination .form-control:focus,
.pagination .form-control:hover {
    max-width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    color: var(--text-primary);
    line-height: 1.1875rem;
    border: 1px solid var(--theme-br);
    box-shadow: none;
    outline: none;
    border-radius: 6px;
}

.pagination input::placeholder {
    font-size: 14px;
    color: var(--text-primary);
    line-height: 1.1875rem;
}


/* Pagination CSS End */


/* Tags Input Css */

div.tagsinput div,
div.tagsinput span.tag {
    display: block;
    float: left
}

div.tagsinput {
    background: var(--white-color);
    padding: 5px 15px 5px;
    height: auto;
    overflow-y: auto;
    border-radius: 6px;
    min-height: 40px;
    border: 1px solid var(--secondary-color2);
}

div.tagsinput span.tag {
    border: 1px solid #eff3f6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    background: var(--tertiary-color);
    margin-right: 5px;
    margin-top: 3px;
    color: #000000;
    font-size: 14px;
    line-height: 1.0625rem;
    border-radius: 5px;
}

div.tagsinput span.tag a {
    color: #000000;
    text-decoration: none;
    font-weight: 600
}

div.tagsinput input {
    border: 1px solid transparent;
    background: 0 0;
    color: #000;
    outline: 0;
    padding: 3px 0;
    width: 100%!important;
    font-size: 14px;
    line-height: 1.0625rem;
    padding: 5px 0px;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}

.not_valid {
    background: #FBD8DB!important;
    color: var( --primary-color4)!important;
    border-radius: 5px;
    padding: 5px 10px!important;
    width: max-content!important;
}


/* White box */

.white-box {
    background: var(--theme-color);
    border-radius: 15px;
    padding: 1.25rem;
}

@media (min-width:768px) {
    .white-box {
        padding: 1.875rem;
    }
}


/* Button css */

a.base-btn,
.base-btn,
a.base-btn:focus,
.base-btn:focus {
    padding: 10px 30px;
    min-height: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: transparent;
    border: solid 1px transparent;
    /* cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important; */
    text-align: center;
    line-height: normal;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.0625rem;
    gap: 10px;
}

a.base-btn.btn-50,
.base-btn.btn-50,
a.base-btn.btn-50:focus,
.base-btn.btn-50:focus {
    padding: 10px 30px;
    min-height: 50px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.1875rem;
}

.blue-btn,
a.blue-btn,
.blue-btn:focus,
a.blue-btn:focus {
    color: var(--theme-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.blue-btn:hover,
a.blue-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.blue-btn-outline,
a.blue-btn-outline,
.blue-btn-outline:focus,
a.blue-btn-outline:focus {
    color: var(--black-color);
    background-color: transparent;
    border-color: var(--theme-br);
}

.blue-btn-outline:hover,
a.blue-btn-outline:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.red-btn,
a.red-btn,
.red-btn:focus,
a.red-btn:focus {
    color: var(--white-color);
    background-color: var(--primary-color3);
    border-color: var(--primary-color3);
}

.red-btn:hover,
a.red-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color4);
    border-color: var(--primary-color4);
}

.red-btn-outline,
a.red-btn-outline,
.red-btn-outline:focus,
a.red-btn-outline:focus {
    color: var(--primary-color3);
    border-color: var(--primary-color3);
}

.red-btn-outline:hover,
a.red-btn-outline:hover {
    color: var(--theme-white);
    background-color: var(--primary-color4);
    border-color: var(--primary-color4);
}

.secondary-btn {
    color: var(--secondary-color3);
    font-size: 0.75rem;
    line-height: 0.9375rem;
    border: 1px solid var(--secondary-color3);
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
}

.secondary-btn:hover {
    border-color: var(--theme-br2);
    color: var(--theme-br2);
}
.secondary-btn1,
a.secondary-btn1,
.secondary-btn1:focus,
a.secondary-btn1:focus {
    color: var(--white-color);
    background-color: var(--secondary-color3);
    border-color: var(--secondary-color3);
}
.secondary-btn1:hover,
a.secondary-btn1:hover {
    color: var(--white-color);
    background-color: #737c9f;
    border-color: #737c9f;
}

.disable-btn,
a.disable-btn,
.disable-btn:focus,
a.disable-btn:focus {
    color: var(--black-color);
    background-color: var(--theme-color);
    border-color: var(--border-br);
    pointer-events: none !important;
}

.disable-btn:hover,
a.disable-btn:hover {
    color: var(--secondary-color3);
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
}
.mr20{
    margin-right: 20px;
}
.form-control {
    background: transparent;
    padding: 10px 15px;
    color: var(--white-color);
    border-color: var(--theme-br);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media only screen and (max-width : 575px){
    .form-control {
        padding: 6px 8px;
    }
}
.form-control:disabled{
    background: var(--theme-bg) !important;
    border-color: transparent;
    cursor: not-allowed;
}
.form-control:focus {
    background : transparent !important;
    border-color: var(--theme-br2);
    outline: 0;
    box-shadow: none;
    color: var(--white-color);
}
.form-control.white{
    color : #fff !important;
    border-color : rgba(0,0,0,0.1) !important;
}
.form-control.white:focus{
    color : #fff !important;
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-br2) !important;
}
input::placeholder,textarea::placeholder{
    color: var(--grey-color) !important;
}


.forget-pass-body,
.login-body{
    background: url('../images/loginbg.webp')!important; 
    background-size: cover!important;  
    height: 100vh;
    overflow: hidden !important;
}


.login-form,
.auth-section{
    /* background: transparent!important;
    position: relative;
    padding-top: calc( 64px + 10px)!important; */
}
/* .login-form .logo::before,
.login-form::before,
.auth-section .logo::before,
.auth-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(1px);
    border: 2px rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    border-radius: 10px;
} */

/* .login-form .logo img,
.auth-section .logo img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.login-form .logo ,
.auth-section .logo {
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.login-form .logo::before,
.auth-section .logo::before {
    border-radius: 50%;
    fill: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
} */


/* .login-form input,
.auth-section input{
    background: transparent!important;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--theme-color)!important;
} */

/* raj css start 07-04-2025 */

/* css fixes */

.businessbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.businessbox{
    border: 1px solid var(--theme-br);
    overflow: hidden;
}
.bootstrap-select .dropdown-menu{
    max-height: 300px !important; 
}
.select-style-wrapper.select-style-wrapper-style-2{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.create-btn-absolute{
    position: absolute;
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.select-style-wrapper.select-style-wrapper-style-2 .top-right{
    z-index: 2;
}
.select-style-wrapper.select-style-wrapper-style-2 video{   
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.select-style-wrapper.select-style-wrapper-style-2 .heading{
    backdrop-filter: blur(0) !important;
}
div.dataTables_wrapper div.dataTables_info{
    color: var(--theme-text-color) !important;
}
.table-wrapper .action-btn.btn-primary{
    background: transparent !important;
    border-color: var(--theme-br) !important;
    box-shadow: none !important;
}
.table-wrapper .action-btn.btn-primary:hover{
    color: var(--theme-white) !important;
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}
@media (max-width : 991px) {
    .footer-sticky-height{
        /* display: none; */
    }
}
.sidebar-menu ul li a.hover-shadow:hover svg path, .sidebar-menu .nav-item .submenu li a.hover-shadow:hover svg path{
    transition: all 0.3s ease !important;
}
.sidebar-menu ul li a.hover-shadow:hover svg path,
.sidebar-menu .nav-item .submenu li a.hover-shadow:hover svg path,
.sidebar-menu ul li.nav-item.active a.nav-link svg path{
    fill: var(--theme-white);
}
.profile-img{
    border: 1px solid var(--theme-br);
}
@media only screen and (max-width : 991px){
    .sidebar-menu{
     background: var(--sidebar-bg);   
    }
}
.profile-pic .fa-angle-right{
    color: var(--white-color);
}
.fa-solid.fa-angle-right.pw-2{
    color: var(--white-color);
}
body.inner-body{
    background: var(--theme-bg) url(../images/body-bg.png) no-repeat center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.container-wrapper{
    background: var(--body-bg);
}
.switch-business{
    background: transparent !important;
}
.toast-message p{
    color: var(--theme-white);
}
/* css fixes */

/* login page css */
.form-control-feedback{
    cursor: pointer;
}
.checkStatus{
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 5px;
    color: #000;
    font-size: 12px;
    width: fit-content;
    z-index: 99;
}
.checkStatus span{
    display: block;
}
.checkStatus.NotValid{
    background: #ffd1d1;
}
.checkStatus.isValid{
    background: #cef5ce;
}
.auth-wrapper,.wrapper{
    /* padding: 30px; */
}
.auth-wrapper .container-fluid,.wrapper .container-fluid{
    /* overflow: hidden;
    border-radius: 10px; */
}
.login-body {
    /* height: 100vh; */
    /* max-height: calc(100vh - 60px); */
}
.auth-section{
    max-width: 360px;
    margin: 0 auto;
    background: linear-gradient(180deg, #262626 0%, #0C0B0B 100%);
    border: 0;
    border-radius: 20px;
    /* height: 100vh;
    max-height: calc(100vh - 60px);
    min-height: unset; */
    overflow-y: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    backdrop-filter: blur(20px);
}
.auth-section-parent{
    position: relative;
    display: inline-block;
    border-radius: 20px;
}
.auth-section-parent::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background: linear-gradient(270deg, #14DCFF 0%, #FF3FFC 100%);
    border-radius: inherit;
    z-index: -1;
}
.auth-section .auth-section-inner{
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}
.auth-section .logo{
    margin-bottom: 20px;
    /* position: absolute;
    top: 40px;
    left: 0;
    width: 100%; */
}
.auth-section .logo img{
    width: 100%;
    max-width: 200px;
}
.auth-wrapper .heading,.wrapper .heading{
    font-weight: 600;
    font-size: 28px;
    color: var(--theme-white);
}
.auth-wrapper .sub-heading,.wrapper .sub-heading{
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 500;
}
.auth-section .sub-heading-border {
    position: relative;
    padding-bottom: 20px;
}
.auth-section .sub-heading-border::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(91.31deg, rgba(122, 229, 255, 0.5) 0.75%, #3D65F7 59.84%, rgba(255, 106, 134, 0.5) 100.64%);
}
.form-item-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0b0a0a;
    padding: 0 10px;
    border-radius: 5px;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.form-item-in i {
    color: var(--theme-white);
}
.form-item .form-item-in input {
    background: transparent !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0b0a0a inset !important;
    -webkit-text-fill-color: white !important;
}
.form-item-in input {
    border: 0 !important;
    background: transparent !important;
    outline: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: var(--theme-white) !important;
}
.form-item input {
    display: block;
    width: 100%;
    height: 40px;
    background: var(--white-color) !important;
    border: solid 1px #D1CFCF;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 0;
    color: var(--text-primary);
    font-weight: 400;
    font-size: 14px;
}
a.forgot-link{
    color: var(--theme-white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 5px;
}
a.forgot-link:hover {
    color: var(--primary-color);
}
@media (max-width: 575px){
    .auth-wrapper,.auth-section{
        /* padding: 15px; */
    }
    .auth-section{
        max-height: calc(100vh - 30px);
    }
}
.btn-wrapper-login {
    display: flex;
    align-items: center;
    row-gap: 20px;
    justify-content: center;
    color: var(--grey-color);
}
.form-item label {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-color);
}
.fillters-images-card{
    height: 100vh;
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    max-width: 642px;
    margin-left: auto;
}
.fillters-images-card img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
@media only screen and (min-width : 1300px){
    .w-custom-auto{
        width: auto;
        max-width: 642px;
    }
    .custom-flex-grow-1{    
        flex-grow: 1;
    }
}
/* login page css */

/* Ghibli Details Modal Css */
.ghibli-details-modal.ghibli-details-modal-style-2 .modal-inner-left{
    display: flex;
    flex-direction: column;
}
.ghibli-details-modal .modal-dialog{
    max-width: 880px;
}
.ghibli-details-modal .modal-content{
    border: unset;
    box-shadow: 0 0 100px 5px rgba(0, 0, 0, 0.40);
    border: 0;
}
.ghibli-details-modal .modal-body{
    padding: 20px;
}
.ghibli-details-modal .modal-inner-left .media-bx{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.ghibli-details-modal .modal-inner-left .media-icon-bx{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 15px;
    right: 15px;
    background: var(--theme-bg2);
    border: 1px solid rgba(1, 1, 1, 0.15);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--light-text);
    display: none;
}
.ghibli-details-modal .modal-inner-right .info-meta{
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 3px;
}
.ghibli-details-modal .modal-inner-right .info-meta .meta-title{
    color: var(--light-text);
}
.ghibli-details-modal .modal-inner-right .info-meta span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--black-color);
}
.prompt-box.prompt-box-style-2 .form-label{
    color: var(--light-text);
    font-size: 14px;
    margin-bottom: 5px;
}
.prompt-box.prompt-box-style-2 .copy-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: transparent;
    color: var(--light-text);
    border: 1px solid var(--theme-br);
}
.prompt-box.prompt-box-style-2 .form-control::placeholder,
.prompt-box.prompt-box-style-2 .form-control{
    font-size: 12px;
    color: var(--light-text);
}
.btn.btn-outline{
    border: 1px solid var(--theme-br) !important;
    color: var(--light-text);
}
.ghibli-details-modal .modal-inner-left,
.ghibli-details-modal .modal-inner-left .media-bx{
    max-height: calc(100vh - 110px);
    height: 100%;
}
.ghibli-details-modal .modal-inner-left .media-bx{
    display: flex;
    align-items: center;   
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.ghibli-details-modal .modal-inner-left .media-bx img{
    height: 100%;
}
@media only screen and (max-width: 991px){
    .ghibli-details-modal .col-lg-8{
        order: 2;    
    }
}
/* Ghibli Details Modal  Css */

/* product large changes */
.tools-navbar{
    display: none !important; 
}
.genrate-content-side{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.genrate-content-side .template-editor-wrapper{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.editing-tool-list .nav-link {
    padding: 5px !important;
}
.editing-tool-list .icons-box{
    height: 100% !important;
    justify-content: space-around !important;
}
@media (max-width: 1400px){
    .genrate-content-side .template-editor-wrapper{
        height: 200px !important;
        max-height: 200px !important;
    }
    .template-buttons .make-talk-btn{
        bottom: 10px !important;
    }
}
/* product large changes */

/* nav-pills nav-pills-style-1 */
.nav-pills.nav-pills-style-1{
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--theme-br);
}
.nav-pills.nav-pills-style-1 .nav-item:first-child .nav-link{
    border-right: 0 ;
    border-radius: 5px 0px 0 0;
}
.nav-pills.nav-pills-style-1 .nav-item:last-child .nav-link{
    border-radius: 0 5px 0 0;
}
.nav-pills.nav-pills-style-1 .nav-item{
    width: 50%;
}
.nav-pills.nav-pills-style-1 .nav-item .nav-link{
    width: 100%;
    height: 100%;
}
.nav-pills.nav-pills-style-1 .nav-item .nav-link svg path{
    transition: 0.4s;
    fill: var(--grey-color);
}
.nav-pills.nav-pills-style-1 .nav-item .nav-link.active svg path{
    fill: var(--theme-white);
}
.nav-pills.nav-pills-style-1 + .tab-content{
    height: 245px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--theme-br);
    border-top: 0;
    overflow-y: auto;
}
/* nav-pills nav-pills-style-1 */

/* listing-list */
.listing-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
}
.listing-list li{
    padding: 0 12px;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    background: transparent !important;
}
.listing-list li:hover,
.listing-list li.active{
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.listing-list li{
    position: relative;
}
.listing-list li::after{
    content: 'Selected';
    font-size: 10px;
    font-weight: 500;
    padding: 0 5px;
    border-radius: 2px;
    background: var(--theme-gradient);
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    position: absolute;
    color: var(--theme-white);
}
.listing-list li.active::after{
    opacity: 1;
    visibility: visible;
}
.listing-list li:hover .icons i,
.listing-list li.active .icons i{
    color: var(--primary-color) !important;
}
.sound-list li .select-side{
    padding: 12px 10px !important;
    padding-left: 0 !important;
}
/* listing-list */

/* .custom-upload-2 */
.custom-upload-2{
    background: var(--theme-color) !important;
    height: 100%;
}
.custom-upload-2 .custom-file-upload{
    height: 100% !important;
}
.custom-upload-2 .custom-file-upload .form-label{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: var(--grey-color);
}
.custom-upload-2 .custom-file-upload svg{
    height: 100px;
    width: 100px;
}
.custom-upload-2 .custom-file-upload svg path{
    fill: var(--grey-color);
}
.custom-upload-2 .custom-file-upload .upload-text{
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-color);
}
/* .custom-upload-2 */

/* custom-share-modal */
.a2a_full_services {
    padding: 20 20px;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0 !important;
}

.a2a_full_services a.a2a_i .a2a_svg,
a.a2a_more .a2a_svg {
    background-size: 24px;
    height: 24px;
    width: 24px;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}

a.a2a_i .a2a_svg {
    margin: 0 6px 0 0;
}

.a2a_svg svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}

a.a2a_i,
i.a2a_i {
    display: block;
    float: left;
    border: 1px solid var(--theme-br);
    line-height: 24px;
    padding: 6px 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 132px;
}

.a2a_full_services .a2a_i {
    justify-content: center !important;
}

.custom-share-modal .a2a_full_services a {
    width: 50px;
    height: 50px;
    font-size: 0;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    background: transparent;
}

.custom-share-modal .modal-content .a2a_full_services {
    max-height: 140px;
}
.url-card-box{
    padding: 30px;
    border-radius: 10px;
}
.url-card-box .content{
  display: flex;
  gap: 1rem;
  border: 1px solid var(--theme-br);
  border-radius: 5px;
  padding: 0px 10px;
  align-items: center;    
}
.custom-share-modal .modal-body{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
/* custom-share-modal */

/* dropdown-no-arrow */
.dropdown-no-arrow > a::before{
    display: none !important;
}
.dropdown-divider{
    border-color: var(--theme-br) !important;
}
/* dropdown-no-arrow */

/* dropdown-menu */
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: var(--body-bg);
    background-clip: padding-box;
    border: 1px solid var(--theme-br);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: var(--light-text);
    white-space: nowrap;
    transition: 0.4s;
}
  
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: var(--theme-white);
    text-decoration: none;
    background-color: var(--primary-color);
}
/* dropdown-menu */

/* raj css start 07-04-2025 */

/*sarfaraz blank box css start*/
.blank-wall{
    background-color:var(--theme-bg);
    padding:15px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid var(--theme-br);
    border-radius:5px;
}
    
.blank-title{
    font-size:14px;
    color:var(--black-color);
    font-weight:600;
    line-height:20px;
    margin-bottom:5px;
}
.blank-para{
    font-size:12px;
    font-weight:400;
    line-height:18px;
    color:#646464;
    margin: 0;
}
.blank-para-lg{
    font-size:14px;
    font-weight:400;
    line-height:20px;
    color:#646464; 
}
.blank-para-xl{
    font-size:16px;
    font-weight:500;
    line-height:24px;
    color:#646464; 
}
.title-lg {
    font-size: 16px;
    font-weight:600;
    color:var(--black-color);
}

.merge-blank {
    background-color: var(--theme-bg);
    padding: 20px;
    height: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--theme-br);
    border-radius: 5px;
}
.merge-icon {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    align-items: center;
    font-size: 16px;
}
.create-videos {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.merge-video-box {
    border: 1px solid var(--theme-br);
    padding: 0;
    position: relative;
    border-radius: 5px;
    height: 180px;
}
@media(min-width:1500px){
    .merge-blank,.merge-video-box {
        height:220px;    
    }
}
.merge-video-box .video-auto{
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.merge-video-box .video-auto video{
    width: 100% !important;
    height: 100% !important;
}
.merge-video-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    display: inline-flex;
    justify-content: flex-end;
    padding: 0;
    z-index: 10;
}
.merge-video-overlay a{
    color: #f91c1c;
}
a.merge-delete {
    display: block;
    background: #646464;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 10px;
    color: #fff;
}
.img-cover{
    width:100%;
    height:100%;
    object-fit: cover;
}
.popup-heigh-lg{
    height:452px;
    overflow-y: auto;    
}
/*sarfaraz blank box css end*/
