@import url("https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900&display=swap");

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .eventivefooter {
        left: 0;
        bottom: 0;
        width: 100%;
        line-height: 74px;
        color: white;
        margin-top: 19%;
    }
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    font-family: Inter, sans-serif;
    background-color: #EAEDF4;
    color: #0A0A0A;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
}

.required-label::after {
    content: " *";
    color: black;
}
/*Common CSS*/

.session-btn {
    border-radius: 0px;
    border: 0px;
    /* font-weight: bolder; */
    font-size: larger;
    padding: 3px 24px;
}

    .session-btn.active {
        background: #fe3834;
        color: white;
    }

.session-btn {
    background: #f8f9fa;
    color: black;
}

.export_btn {
    display: inline-block;
    height: 35px;
    padding: 7px 25px;
    font-size: 16px;
    line-height: 20px;
    background-color: #4D4D4D;
    color: #fff !important;
    border: none;
    border-radius: 6px;
}

    .export_btn:hover {
        color: #000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05), 0 4px 10px rgba(23, 198, 113, .25);
    }

.add_btn {
    display: inline-block;
    height: 35px;
    padding: 7px 25px;
    font-size: 16px;
    line-height: 20px;
    background-color: #FE3834;
    color: #fff !important;
    border: none;
    border-radius: 6px;
}

    .add_btn:hover {
        color: #000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05), 0 4px 10px rgba(23, 198, 113, .25);
    }


    .add_btn.disabled {
        opacity: 0.6;
        filter: grayscale(40%);
        cursor: not-allowed;
    }

.success_btn {
    display: inline-block;
    height: 35px;
    padding: 7px 25px;
    font-size: 16px;
    line-height: 20px;
    background-color: #10ca76;
    color: #fff !important;
    border: none;
    border-radius: 6px;
}
.success_btn:hover {
        color: #000;
        box-shadow: 0 5px 15px rgba(25, 135, 84, 0.2), 0 4px 10px rgba(25, 135, 84, 0.5);
}

    .success_btn.disabled {
        opacity: 0.6;
        filter: grayscale(40%);
        cursor: not-allowed;
       
    }

.form_card {
    padding: 30px;
    border-radius: 15px;
}

.site_form_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.site_form_control {
    width: 100%;
    height: 45px;
    border: 1px solid #A2A2A2;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}

    .site_form_control:focus-visible, .site_textarea_form_control:focus-visible {
        box-shadow: none;
        border: 1px solid #A2A2A2;
    }


.site_textarea_form_control {
    width: 100%;
    border: 1px solid #A2A2A2;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}



/*Common CSS*/
.login-head-image {
    width: 223px !important;
    height: 70px !important;
}

.sm-logo-cm {
    width: 36%;
    height: 80%;
}

/*.mail-icon{
        width: 11%;
        height: 11%;
    }*/

body h5 {
    color: #ff0000;
}


/*body p, hr, h1, .whitetext {
    color: #ffffff !important;
}
*/


li a i span {
    font-size: 18px !important;
}

hr {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    border-top: 2px solid rgb(0 0 0);
}

.bg-gray-200 {
    /* background-color: #f0f2f5 !important; */
}
/************************************************************************************>>>>>>>Loader CSS<<<<<<<<<<<***********************************************************************************
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border: 2px solid #ff0000;
    border-right-color: #5a6169;
    & .path

{
    stroke: hsl(210, 70, 75);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

form {
    color: #000000;
    /*margin-bottom: 120px;*/
}

a {
    text-decoration: none !important;
}

.btn-FEA362 {
    background-color: #FEA362;
}

    .btn-FEA362:hover {
        background-color: #FEA362;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05), 0 4px 10px rgba(23, 198, 113, .25);
    }

.btn-17c671 {
    background-color: #17c671;
}

    .btn-17c671:hover {
        background-color: #17c671;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05), 0 4px 10px rgba(23, 198, 113, .25);
    }


.btn-FE3834 {
    background-color: #FE3834;
    color: #fff;
}

    .btn-FE3834:hover {
        background-color: #FE3834;
        color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05), 0 4px 10px rgba(23, 198, 113, .25);
    }

.thankyou {
    margin-top: 140px;
    margin-bottom: 251px !important;
}

    .thankyou img {
        width: 121px;
        height: 113px
    }
/*.thankyou h1{
    padding-top: 6px;
}*/
.eventivefooter {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 74px;
    color: white;
    margin-top: 30px;
}


/*Login Page CSS*/


.login-layout {
    background: url('../image/Image 19.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
}

.login_card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 416px;
    margin-bottom: 1rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000;
    border-radius: 15px;
    padding: 40px;
    padding-top: 30px;
}

.login_card_header {
    text-align: center;
}

.login_card_header_img {
    width: 220px;
    height: 70px;
    margin: 0 auto;
}

    .login_card_header_img img {
        width: 100%;
        height: auto;
    }

.login_card_header h2 {
    font-size: 28px;
    line-height: 28px;
    color: #0A0A0A;
    font-weight: 600;
}

.login_card_header p {
    font-size: 14px;
    line-height: 18px;
    color: #0A0A0A;
}

.login_form_control {
    width: 100%;
    height: 45px;
    border: 1px solid #A2A2A2;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}

.password-show-hide {
    border-left: none !important;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #A2A2A2;
    width: 50px;
    background: transparent;
}

.login_form_control:focus {
    box-shadow: none;
    border: 1px solid #A2A2A2;
}


.login_btn {
    width: 100%;
    height: 45px;
    background: #FE3834 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500;
    border: none;
}


/*Login Page CSS*/

.float-right {
    float: right !important;
}




#toolbox {
    /* background-color: #343a40; */
    color: #ffffff;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.draggable-item {
    background-color: #007bff;
    color: #ffffff;
    padding: 8px;
    border-radius: 3px;
    cursor: move;
    margin-bottom: 5px;
}

#form-builder, #form-preview {
    /*min-height: 300px;*/
    /* background-color: #ffffff; */
    /* border: 2px dashed #ddd; */
    margin-top: 20px;
    /* padding: 20px;*/
    border-radius: 5px;
}







/* .form-element .add-icon {
        position: absolute;
        top: 30px;
        right: 5px;
        cursor: pointer;
        color: #dc3545;
    }*/



.child-delete-icon {
    top: auto !important;
}

.editable-label {
    /*border: 1px dashed #ccc;
    padding: 5px;
    display: inline-block;
    min-width: 50px;
    cursor: text;
    margin: inherit;
    margin-bottom: 8px;*/
    /* top: inherit; */
    /*position: static;
    top: -2px;
    width: 12rem;
    color: black !important;*/
}

.sortable-placeholder {
    border: 2px dashed #007bff;
    margin: 10px;
    min-height: 40px;
    border-radius: 5px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-top: 10px;
}

.form-check .dynamic-form-check-input {
    float: left;
    margin-left: -1.5em !important;
    margin-top: 3px;
}

.select-option {
    border-radius: 0.25rem;
    line-height: 12.5;
    height: 37px;
}

/*.dynamic-form-switch {
    display: inline-block;
    position: absolute;
}*/
.toogle-switch {
    bottom: 6px;
}

.toggle-input-switch.toggle-switch {
    width: 65px !important;
    height: 30px !important;
    top: -8px !important;
    margin: 1px 7px 0px 38px;
    border: 1px solid transparent !important;
    background-color: #212529;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28255, 255, 255%29'/%3e%3c/svg%3e");
}

.toggle-input-switch:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.toggle-switch:after {
    top: -1.2px !important;
    width: 1.22rem !important;
}

.toggle-input-switch:checked:after {
    transform: translateX(28px) !important;
    border-color: #42424a !important;
}

.toggle-input-switch:checked {
    border-color: transparent !important;
    background-color: #198754 !important;
}





.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    #company-logo {
        padding-right: 14rem !important;
    }
}

.form_opertiondiv a {
    margin-right: 15px;
}

.location-delete {
    margin-right: 0rem;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    justify-content: flex-end;
}

.form-check-input {
    margin-left: 0px !important;
    opacity: 24.6 !important;
}

.child-radio-elemement {
    margin-top: 6.7px !important;
}







/***************************************************Error Page CSS***********************************************************
    ---------------------------------------------------------------------------------------------------------------------------
*/
.errorcard {
    margin: 7rem 0 1rem;
}

.text-xl {
    font-family: "Montserrat", sans-serif !important;
    font-size: 7rem;
    font-weight: 700;
}

.text-md {
    font-family: "Montserrat", sans-serif !important;
}

.page-wrap {
    padding: 30px 15px;
    text-align: center;
    display: flex;
    align-items: center;
}

    .page-wrap .page-not-found {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

        .page-wrap .page-not-found .img-key {
            margin-bottom: 0px;
        }

        .page-wrap .page-not-found h1.text-xl {
            color: #000;
            text-transform: uppercase;
            line-height: 50px;
            font-size: 160px;
            font-weight: 800;
            letter-spacing: -28px;
            text-shadow: -6px 4px 0px #fff;
            margin-left: -20px;
            margin-top: 50px;
            margin-bottom: 50px;
        }

            .page-wrap .page-not-found h1.text-xl span {
                transition: all 1s ease;
                display: inline-block;
                animation: pulse 5s infinite;
            }

        .page-wrap .page-not-found h4.text-md,
        .page-wrap .page-not-found h4.text-sm {
            letter-spacing: 0.38px;
            font-weight: 300;
            line-height: 20px;
            font-size: 14px;
            text-transform: none;
            color: rgba(0, 0, 0, 0.5);
            margin-bottom: 0px;
            width: 100%;
        }

            .page-wrap .page-not-found h4.text-md a,
            .page-wrap .page-not-found h4.text-sm a {
                color: #1177bd;
                text-decoration: underline;
                font-weight: 700;
            }

                .page-wrap .page-not-found h4.text-md a:hover, .page-wrap .page-not-found h4.text-md a:focus,
                .page-wrap .page-not-found h4.text-sm a:hover,
                .page-wrap .page-not-found h4.text-sm a:focus {
                    text-decoration: none;
                }

        .page-wrap .page-not-found h4.text-md {
            font-size: 50px;
            font-weigth: 700;
            color: #1177bd;
            text-transform: none;
        }

        .page-wrap .page-not-found h4.text-sm-btm {
            top: auto;
            bottom: 40px;
        }

@keyframes pulse {
    0% {
        color: #000;
    }

    50% {
        color: #f03030;
    }

    100% {
        color: #000;
    }
}

@media (max-width: 768px) {
    .page-wrap .page-not-found h1.text-xl {
        font-size: 120px;
        letter-spacing: -20px;
        margin-bottom: 30px;
    }

    .page-wrap .page-not-found h4.text-sm {
        top: 10px;
    }

    .page-wrap .page-not-found h4.text-sm-btm {
        bottom: -60px;
    }

    .page-wrap .page-not-found h4.text-md {
        font-size: 30px;
    }
}

.select2-container--bootstrap-5 .select2-selection {
    width: 100% !important;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
}

.multi-select {
    width: 100%;
    /* min-height: calc(1.5em + .75rem + 2px); */
    /* padding: .375rem .75rem; */
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 7.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #A2A2A2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    padding: 10px;
}


.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: .35em .65em !important;
    margin-right: .375rem !important;
    margin-bottom: .375rem !important;
    font-size: 15px !important;
    color: #000000 !important;
    cursor: auto !important;
    /* border: 1px solid #ced4da !important;*/
    border-radius: .25rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100%;
    height: 1.5rem;
    margin-top: 0;
    margin-left: 0;
    font-family: inherit;
    line-height: 1.5;
    background-color: transparent;
    font-size: .8125rem;
}
/* Custom CSS for the table border radius */
.dataTables_wrapper .dataTables_scroll {
    border: 1px solid #ddd;
    border-radius: 10px; /* Change this to your desired border radius */
    overflow: hidden;
}

table.dataTable {
    border-collapse: separate;
    border-spacing: 0;
}

    table.dataTable thead th:first-child {
        border-top-left-radius: 10px; /* Adjust according to your needs */
    }

    table.dataTable thead th:last-child {
        border-top-right-radius: 10px; /* Adjust according to your needs */
    }

    table.dataTable tfoot th:first-child {
        border-bottom-left-radius: 10px; /* Adjust according to your needs */
    }

    table.dataTable tfoot th:last-child {
        border-bottom-right-radius: 10px; /* Adjust according to your needs */
    }


/* Custom CSS for pagination numbers */
.dataTables_paginate .paginate_button {
    display: inline-block;
    min-width: 2.5em;
    margin: 0 0.2em;
    padding: 0.5em 1em;
    text-align: center;
    border-radius: 50%; /* Makes the pagination numbers circular */
    border: 1px solid transparent; /* Change border color as needed */
    transition: background-color 0.3s, border-color 0.3s;
}

    .dataTables_paginate .paginate_button:hover {
        background-color: #ddd; /* Change the hover background color */
        border-color: #ddd; /* Change the hover border color */
    }

    .dataTables_paginate .paginate_button.current {
        background-color: #007bff; /* Change the background color of the active page */
        border-color: #007bff; /* Change the border color of the active page */
        color: white;
    }








/*New Added Styles */

.sidebar_logo {
    width: 177px;
    height: 56px;
}

    .sidebar_logo img {
        width: 100%;
        height: auto;
    }



/*Sidebar and header Style Start*/

.main-navbar .navbar {
    display: flex;
    justify-content: center;
}


    .main-navbar .navbar .nav-link {
        min-width: 3.75rem
    }

    .main-navbar .navbar .notifications {
        position: relative
    }

        .main-navbar .navbar .notifications .badge {
            position: absolute;
            padding: .25rem .375rem;
            font-size: .5rem;
            left: 50%;
            top: 50%
        }

        .main-navbar .navbar .notifications .dropdown-menu {
            padding: 0;
            min-width: 25rem;
            border-right: 0;
            left: auto
        }

            .main-navbar .navbar .notifications .dropdown-menu .dropdown-item {
                white-space: normal;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: row;
                flex-flow: row;
                padding-top: .625rem;
                padding-bottom: .625rem;
                border-bottom: 1px solid #e1e5eb
            }

                .main-navbar .navbar .notifications .dropdown-menu .dropdown-item:last-child {
                    border-bottom: 0
                }

            .main-navbar .navbar .notifications .dropdown-menu .notification__icon-wrapper {
                display: -ms-flexbox;
                display: flex;
                padding: 0 5px
            }

            .main-navbar .navbar .notifications .dropdown-menu .notification__icon {
                background-color: #f5f6f8;
                box-shadow: 0 0 0 1px #fff,inset 0 0 3px rgba(0,0,0,.2);
                width: 2.1875rem;
                height: 2.1875rem;
                line-height: 0;
                display: block;
                text-align: center;
                margin: auto;
                border-radius: 50%
            }

                .main-navbar .navbar .notifications .dropdown-menu .notification__icon i {
                    color: #818ea3;
                    line-height: 2.0625rem;
                    font-size: 1.0625rem;
                    margin: 0
                }

            .main-navbar .navbar .notifications .dropdown-menu .notification__content {
                padding: 0 .625rem
            }

                .main-navbar .navbar .notifications .dropdown-menu .notification__content p {
                    margin: 0;
                    line-height: 1.5;
                    font-size: .75rem
                }

            .main-navbar .navbar .notifications .dropdown-menu .notification__category {
                font-size: .5625rem;
                color: #818ea3;
                letter-spacing: .0938rem;
                display: inline-block;
                text-transform: uppercase;
                margin-bottom: 5px;
                font-weight: 500
            }

            .main-navbar .navbar .notifications .dropdown-menu .notification__all {
                display: block;
                font-weight: 500;
                font-size: 11px;
                border-bottom-left-radius: .375rem;
                border-bottom-right-radius: .375rem
            }

    .main-navbar .navbar .user-avatar {
        max-width: 2.5rem
    }

    .main-navbar .navbar .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none
    }

    .main-navbar .navbar .nav-link-icon i {
        line-height: 2.5rem
    }

.main-content .header-navbar, .main-content > .main-navbar {
    box-shadow: 0 .125rem .625rem rgb(251 251 251 / 0%);
}

.main-sidebar {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    min-height: 92vh;
    background: #000;
    z-index: 1070;
    will-change: transform;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    box-shadow: 0 .125rem 9.375rem rgba(90,97,105,.1),0 .25rem .5rem rgba(90,97,105,.12),0 .9375rem 1.375rem rgba(90,97,105,.1),0 .4375rem 2.1875rem rgba(165,182,201,.1);
    position: relative;
}

    .main-sidebar.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 .125rem 9.375rem rgba(90,97,105,.1),0 .25rem .5rem rgba(90,97,105,.12),0 .9375rem 1.375rem rgba(90,97,105,.1),0 .4375rem 2.1875rem rgba(165,182,201,.1)
    }

    .main-sidebar .toggle-sidebar {
        position: absolute;
        right: 0;
        height: 100%;
        padding: 1.25rem;
        font-size: 1.25rem;
        border-left: 1px solid #e1e5eb
    }

        .main-sidebar .toggle-sidebar:hover {
            cursor: pointer
        }

    .main-sidebar .navbar-brand {
        overflow: hidden;
        height: 3.75rem;
        font-size: 1rem
    }

    .main-sidebar .nav-wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        height: auto;
        padding: 20px;
    }

    .main-sidebar .nav .nav-item .nav-link {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
        font-weight: 400;
        color: #fff;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 30px 15px;
        border-radius: 7px;
    }

    .main-sidebar .dropdown_menu .nav-item .nav-link {
        padding: 25px;
        margin-bottom: 5px;
    }

    /*.logout_nav_item {
    position: absolute;
    bottom: 5px;
    left: 20px;
    width: 87%;
}*/

.uppermenu_nav_item {
    /*padding-bottom: 60px;*/
    margin-bottom: 60px;
}

.logout_nav_item {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px !important;
}

    .logout_nav_item .nav-link {
        margin-bottom: 0rem !important;
        min-width: unset;
    }

.main-sidebar .nav .nav-item .nav-link i {
    vertical-align: middle;
    margin-right: 1rem;
}

.main-sidebar .nav .nav-item .nav-link:hover {
    color: #fff;
    background: #FE3834 0% 0% no-repeat padding-box;
}

.main-sidebar .nav .nav-item .nav-link.active {
    color: #fff;
    background: #FE3834 0% 0% no-repeat padding-box;
    font-weight: bold;
}

.main-sidebar .nav .nav-item .nav-link.nav_drop.active {
    color: #fff;
    background: none;
    font-weight: bold;
}

.nav_drop:not(.collapsed) .logout_nav_item {
    position: unset;
}


.main-sidebar .nav--no-borders .nav-item .nav-link {
    border-bottom: 0
}

.main-sidebar .nav--no-borders .dropdown-menu {
    box-shadow: inset 0 0 .4375rem rgba(61,81,112,.2)
}

    .main-sidebar .nav--no-borders .dropdown-menu .dropdown-item:first-child {
        border-top: 1px solid #e1e5eb
    }

.main-sidebar .dropdown-menu {
    position: static !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: inset 0 -.1875rem .1875rem rgba(61,81,112,.08)
}

    .main-sidebar .dropdown-menu .dropdown-item {
        padding: .75rem 1.75rem;
        border-bottom: 1px solid #f0f2f5;
        color: #3d5170;
        font-size: .8125rem;
        font-weight: 400
    }

        .main-sidebar .dropdown-menu .dropdown-item.active, .main-sidebar .dropdown-menu .dropdown-item:hover {
            color: #007bff
        }

        .main-sidebar .dropdown-menu .dropdown-item:hover {
            background: 0 0
        }

        .main-sidebar .dropdown-menu .dropdown-item.active {
            background-color: #fbfbfb
        }

        .main-sidebar .dropdown-menu .dropdown-item:last-of-type {
            border-bottom: 1px solid #e1e5eb
        }


.main-sidebar .dropdown.show .dropdown-toggle::after {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    transform: translateY(-50%) rotateZ(180deg)
}


.drop_arrow_down {
    position: absolute;
    right: 0;
}

.page_title {
    font-size: 28px;
    line-height: 102%;
    font-weight: 600;
    color: #0A0A0A;
}

/*Sidebar and header Style End*/



/*Dashboard Page Styles*/

.dashboard_text {
    color: #A2A2A2;
}

.dashboard-card {
    height: 165px;
    box-shadow: 0px 0px 16px #00000015;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-around;
    align-items: center;
    border: 3px solid transparent;
}

    .dashboard-card:hover {
        border: 3px solid #FE3834;
    }

.dashboard_card_main_title {
    font-size: 45px;
    line-height: 59px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #0A0A0A;
}

/*Dashboard Page Styles*/




/*DataTable Styles*/

.table_card {
    padding: 30px;
    border-radius: 15px;
}

.table_card_title {
    font-size: 20px;
    line-height: 28px;
    color: #0A0A0A;
    margin: 0;
}

.dt-search {
    position: relative;
    width: 215px;
    height: 45px;
    border: 1px solid #A2A2A2;
    border-radius: 6px;
}

    .dt-search .dt-input {
        height: 42px;
        width: 90% !important;
        border: none !important;
        font-size: 15px;
        line-height: 20px;
    }

        .dt-search .dt-input:focus {
            box-shadow: none;
        }

    .dt-search::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.452' height='18.756' viewBox='0 0 19.452 18.756'%3E%3Cg id='Group_24' data-name='Group 24' transform='translate(-585.036 -132)'%3E%3Cpath id='Path_3709' data-name='Path 3709' d='M8.239,16.477a8.239,8.239,0,1,1,8.239-8.239A8.247,8.247,0,0,1,8.239,16.477Zm0-15.012a6.773,6.773,0,1,0,6.773,6.773A6.78,6.78,0,0,0,8.239,1.466Z' transform='translate(585.036 132)' fill='%230a0a0a'/%3E%3Cpath id='Path_3710' data-name='Path 3710' d='M78.147,75.446a1.1,1.1,0,0,1-.777-.322L73.527,71.28a1.1,1.1,0,0,1,1.554-1.554l3.844,3.844a1.1,1.1,0,0,1-.777,1.876Z' transform='translate(525.242 75.31)' fill='%230a0a0a'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .dt-search.disabled {
        background-color: var(--bs-secondary-bg);
        opacity: 1;
    }

.dt_select {
    position: relative;
    width: 215px;
    height: 45px;
    border: 1px solid #A2A2A2;
    border-radius: 6px;
    overflow: hidden;
}

    /*.dt_select select {
        width: 100%;
        height: 42px;
        border: none;
        background: #fff;
        padding: 10px;
        font-size: 15px;
        line-height: 15px;
        appearance: none;
    }

    .dt_select::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.047' height='9.03' viewBox='0 0 16.047 9.03'%3E%3Cpath id='Path_14844' data-name='Path 14844' d='M3593.073-2462.532h0a1,1,0,0,1-.707-.293l-7.018-7.03a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0l6.311,6.321,6.322-6.322a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414l-7.03,7.03A1,1,0,0,1,3593.073-2462.532Z' transform='translate(-3585.055 2471.562)' fill='%230a0a0a'/%3E%3C/svg%3E");
        position: absolute;
        right: 10px;
        top: 5px;
    }*/
    /* .dt_select select {
        width: 100%;
        height: 100%;
        border: none;
        background: #fff;
        padding: 10px;
        font-size: 15px;
        line-height: 15px;
        appearance: none;
        cursor: pointer;
    }*/

    .dt_select select {
        width: 100%;
        height: 100%;
        border: none;
        background: #fff;
        padding: 0 10px 0 10px;
        font-size: 15px;
        line-height: 16px;
        appearance: none;
        cursor: pointer;
    }

    .dt_select::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.047' height='9.03' viewBox='0 0 16.047 9.03'%3E%3Cpath id='Path_14844' data-name='Path 14844' d='M3593.073-2462.532h0a1,1,0,0,1-.707-.293l-7.018-7.03a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0l6.311,6.321,6.322-6.322a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414l-7.03,7.03A1,1,0,0,1,3593.073-2462.532Z' transform='translate(-3585.055 2471.562)' fill='%230a0a0a'/%3E%3C/svg%3E");
        position: absolute;
        right: 10px;
        pointer-events: none;
        top: 50%;
        transform: translateY(-50%);
    }




.dt_multi_select {
    position: relative;
    width: 100%;
    border: 1px solid #A2A2A2;
    border-radius: 6px;
    overflow: hidden;
}






    .dt_multi_select select {
        width: 100%;
        height: 42px;
        border: none;
        background: #fff;
        padding: 10px;
        font-size: 15px;
        line-height: 15px;
        appearance: none;
    }

    .dt_multi_select::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.047' height='9.03' viewBox='0 0 16.047 9.03'%3E%3Cpath id='Path_14844' data-name='Path 14844' d='M3593.073-2462.532h0a1,1,0,0,1-.707-.293l-7.018-7.03a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0l6.311,6.321,6.322-6.322a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414l-7.03,7.03A1,1,0,0,1,3593.073-2462.532Z' transform='translate(-3585.055 2471.562)' fill='%230a0a0a'/%3E%3C/svg%3E");
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 999;
        pointer-events: none;
    }


.dataTable thead {
    height: 50px;
    border-radius: 3px 0px !important;
    overflow: hidden;
}

    .dataTable thead tr th {
        background-color: #F79238 !important;
        color: #fff !important;
        font-size: 15px;
        line-height: 20px;
        border-bottom: none !important;
        text-align: center !important;
    }

.dataTable tbody tr {
    vertical-align: middle;
}

    .dataTable tbody tr td {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

.dt_table_action_btn_div {
    display: flex;
}

.dt_table_action_btn {
    margin-right: 25px;
    position: relative;
}

    .dt_table_action_btn:last-child {
        margin-right: 15px;
    }

    .dt_table_action_btn:hover svg {
        fill: #FE3834;
    }

.dt_table_action_edit_btn::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14' version='1.1'%3E%3Cdefs%3E%3CclipPath id='clip1'%3E%3Cpath d='M 0 1 L 14 1 L 14 13.933594 L 0 13.933594 Z M 0 1 '/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='surface1'%3E%3Cg clip-path='url(%23clip1)' clip-rule='nonzero'%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill-opacity:1%3B' d='M 13.289062 9.914062 C 13.289062 9.644531 13.289062 9.375 13.289062 9.109375 C 13.289062 9.066406 13.285156 9.023438 13.28125 8.980469 C 13.265625 8.84375 13.195312 8.71875 13.089844 8.632812 C 13 8.566406 12.890625 8.527344 12.777344 8.527344 C 12.753906 8.527344 12.726562 8.53125 12.703125 8.535156 C 12.433594 8.570312 12.242188 8.816406 12.265625 9.085938 C 12.265625 9.453125 12.265625 9.816406 12.265625 10.183594 L 12.265625 10.199219 C 12.265625 10.769531 12.265625 11.359375 12.265625 11.941406 C 12.269531 12.046875 12.257812 12.148438 12.234375 12.253906 C 12.144531 12.65625 11.773438 12.933594 11.359375 12.90625 C 8.523438 12.90625 5.527344 12.90625 1.933594 12.90625 C 1.730469 12.914062 1.535156 12.855469 1.371094 12.734375 C 1.136719 12.554688 1.007812 12.269531 1.027344 11.976562 C 1.027344 9.84375 1.027344 7.6875 1.027344 5.605469 L 1.027344 3.269531 C 1.027344 3.238281 1.027344 3.207031 1.027344 3.179688 L 1.027344 3.136719 C 1.035156 2.972656 1.09375 2.820312 1.195312 2.691406 C 1.375 2.457031 1.660156 2.328125 1.953125 2.347656 L 4.839844 2.347656 C 5.015625 2.359375 5.183594 2.285156 5.292969 2.152344 C 5.417969 2.003906 5.441406 1.792969 5.351562 1.621094 C 5.253906 1.421875 5.046875 1.304688 4.824219 1.320312 L 3.042969 1.320312 C 2.601562 1.320312 2.242188 1.320312 1.917969 1.320312 C 1.078125 1.300781 0.328125 1.839844 0.0859375 2.644531 C 0.0625 2.710938 0.046875 2.777344 0.0273438 2.847656 L 0.0078125 2.929688 L 0 2.949219 L 0 12.304688 L 0.0195312 12.378906 C 0.0273438 12.410156 0.0390625 12.441406 0.046875 12.472656 C 0.25 13.351562 1.046875 13.960938 1.945312 13.933594 L 5.816406 13.933594 C 7.828125 13.933594 9.632812 13.933594 11.335938 13.933594 C 11.5625 13.933594 11.785156 13.898438 12 13.832031 C 12.789062 13.578125 13.316406 12.832031 13.289062 12.003906 C 13.289062 11.308594 13.289062 10.605469 13.289062 9.929688 Z M 13.289062 9.914062 '/%3E%3C/g%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill-opacity:1%3B' d='M 13.664062 1.097656 C 13.5 0.894531 13.320312 0.699219 13.125 0.523438 L 13.0625 0.460938 C 12.757812 0.167969 12.355469 0.00390625 11.933594 0 C 11.460938 -0.0117188 11.003906 0.175781 10.671875 0.515625 C 8.898438 2.289062 6.792969 4.394531 4.667969 6.523438 C 4.589844 6.601562 4.527344 6.699219 4.492188 6.804688 C 4.195312 7.855469 3.933594 8.789062 3.699219 9.664062 C 3.648438 9.835938 3.695312 10.023438 3.816406 10.15625 C 3.917969 10.257812 4.054688 10.316406 4.195312 10.3125 C 4.242188 10.3125 4.285156 10.308594 4.328125 10.300781 C 4.355469 10.292969 4.386719 10.285156 4.410156 10.277344 L 5.113281 10.082031 C 5.757812 9.902344 6.421875 9.71875 7.089844 9.535156 C 7.253906 9.492188 7.40625 9.402344 7.527344 9.28125 C 8.972656 7.832031 10.464844 6.339844 11.78125 5.023438 L 13.425781 3.382812 C 13.476562 3.332031 13.546875 3.261719 13.613281 3.183594 C 14.113281 2.585938 14.136719 1.722656 13.667969 1.097656 M 12.839844 2.503906 C 12.710938 2.648438 10.570312 4.789062 8.386719 6.972656 L 8.375 6.984375 C 7.582031 7.78125 7.007812 8.355469 6.839844 8.523438 C 6.832031 8.53125 6.816406 8.539062 6.804688 8.542969 L 5.871094 8.804688 L 5.792969 8.828125 L 5.078125 9.027344 C 5.046875 9.035156 5.015625 9.027344 4.992188 9.007812 C 4.972656 8.984375 4.964844 8.953125 4.972656 8.921875 L 5.445312 7.191406 C 5.449219 7.175781 5.457031 7.164062 5.46875 7.152344 C 5.648438 6.980469 6.171875 6.460938 7.359375 5.28125 C 9.476562 3.179688 11.394531 1.277344 11.621094 1.097656 L 11.632812 1.089844 C 11.71875 1.042969 11.816406 1.015625 11.914062 1.011719 C 12.058594 1.015625 12.199219 1.074219 12.308594 1.167969 C 12.496094 1.328125 12.671875 1.503906 12.832031 1.695312 C 13.023438 1.929688 13.023438 2.265625 12.832031 2.503906 '/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_edit_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14' version='1.1' fill='%23FE3834'%3E%3Cdefs%3E%3CclipPath id='clip1'%3E%3Cpath d='M 0 1 L 14 1 L 14 13.933594 L 0 13.933594 Z M 0 1 '/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='surface1'%3E%3Cg clip-path='url(%23clip1)' clip-rule='nonzero'%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill-opacity:1%3B' d='M 13.289062 9.914062 C 13.289062 9.644531 13.289062 9.375 13.289062 9.109375 C 13.289062 9.066406 13.285156 9.023438 13.28125 8.980469 C 13.265625 8.84375 13.195312 8.71875 13.089844 8.632812 C 13 8.566406 12.890625 8.527344 12.777344 8.527344 C 12.753906 8.527344 12.726562 8.53125 12.703125 8.535156 C 12.433594 8.570312 12.242188 8.816406 12.265625 9.085938 C 12.265625 9.453125 12.265625 9.816406 12.265625 10.183594 L 12.265625 10.199219 C 12.265625 10.769531 12.265625 11.359375 12.265625 11.941406 C 12.269531 12.046875 12.257812 12.148438 12.234375 12.253906 C 12.144531 12.65625 11.773438 12.933594 11.359375 12.90625 C 8.523438 12.90625 5.527344 12.90625 1.933594 12.90625 C 1.730469 12.914062 1.535156 12.855469 1.371094 12.734375 C 1.136719 12.554688 1.007812 12.269531 1.027344 11.976562 C 1.027344 9.84375 1.027344 7.6875 1.027344 5.605469 L 1.027344 3.269531 C 1.027344 3.238281 1.027344 3.207031 1.027344 3.179688 L 1.027344 3.136719 C 1.035156 2.972656 1.09375 2.820312 1.195312 2.691406 C 1.375 2.457031 1.660156 2.328125 1.953125 2.347656 L 4.839844 2.347656 C 5.015625 2.359375 5.183594 2.285156 5.292969 2.152344 C 5.417969 2.003906 5.441406 1.792969 5.351562 1.621094 C 5.253906 1.421875 5.046875 1.304688 4.824219 1.320312 L 3.042969 1.320312 C 2.601562 1.320312 2.242188 1.320312 1.917969 1.320312 C 1.078125 1.300781 0.328125 1.839844 0.0859375 2.644531 C 0.0625 2.710938 0.046875 2.777344 0.0273438 2.847656 L 0.0078125 2.929688 L 0 2.949219 L 0 12.304688 L 0.0195312 12.378906 C 0.0273438 12.410156 0.0390625 12.441406 0.046875 12.472656 C 0.25 13.351562 1.046875 13.960938 1.945312 13.933594 L 5.816406 13.933594 C 7.828125 13.933594 9.632812 13.933594 11.335938 13.933594 C 11.5625 13.933594 11.785156 13.898438 12 13.832031 C 12.789062 13.578125 13.316406 12.832031 13.289062 12.003906 C 13.289062 11.308594 13.289062 10.605469 13.289062 9.929688 Z M 13.289062 9.914062 '/%3E%3C/g%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill-opacity:1%3B' d='M 13.664062 1.097656 C 13.5 0.894531 13.320312 0.699219 13.125 0.523438 L 13.0625 0.460938 C 12.757812 0.167969 12.355469 0.00390625 11.933594 0 C 11.460938 -0.0117188 11.003906 0.175781 10.671875 0.515625 C 8.898438 2.289062 6.792969 4.394531 4.667969 6.523438 C 4.589844 6.601562 4.527344 6.699219 4.492188 6.804688 C 4.195312 7.855469 3.933594 8.789062 3.699219 9.664062 C 3.648438 9.835938 3.695312 10.023438 3.816406 10.15625 C 3.917969 10.257812 4.054688 10.316406 4.195312 10.3125 C 4.242188 10.3125 4.285156 10.308594 4.328125 10.300781 C 4.355469 10.292969 4.386719 10.285156 4.410156 10.277344 L 5.113281 10.082031 C 5.757812 9.902344 6.421875 9.71875 7.089844 9.535156 C 7.253906 9.492188 7.40625 9.402344 7.527344 9.28125 C 8.972656 7.832031 10.464844 6.339844 11.78125 5.023438 L 13.425781 3.382812 C 13.476562 3.332031 13.546875 3.261719 13.613281 3.183594 C 14.113281 2.585938 14.136719 1.722656 13.667969 1.097656 M 12.839844 2.503906 C 12.710938 2.648438 10.570312 4.789062 8.386719 6.972656 L 8.375 6.984375 C 7.582031 7.78125 7.007812 8.355469 6.839844 8.523438 C 6.832031 8.53125 6.816406 8.539062 6.804688 8.542969 L 5.871094 8.804688 L 5.792969 8.828125 L 5.078125 9.027344 C 5.046875 9.035156 5.015625 9.027344 4.992188 9.007812 C 4.972656 8.984375 4.964844 8.953125 4.972656 8.921875 L 5.445312 7.191406 C 5.449219 7.175781 5.457031 7.164062 5.46875 7.152344 C 5.648438 6.980469 6.171875 6.460938 7.359375 5.28125 C 9.476562 3.179688 11.394531 1.277344 11.621094 1.097656 L 11.632812 1.089844 C 11.71875 1.042969 11.816406 1.015625 11.914062 1.011719 C 12.058594 1.015625 12.199219 1.074219 12.308594 1.167969 C 12.496094 1.328125 12.671875 1.503906 12.832031 1.695312 C 13.023438 1.929688 13.023438 2.265625 12.832031 2.503906 '/%3E%3C/g%3E%3C/svg%3E");
}

.dt_table_action_file_btn::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_114' data-name='Group 114' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.93' height='15.893' viewBox='0 0 12.93 15.893'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_38' data-name='Rectangle 38' width='12.93' height='15.893' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_106' data-name='Group 106' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3743' data-name='Path 3743' d='M12.929 7.424q0-1.2 0-2.4a.6.6 0 0 0-.183-.447c-1.351-1.349-2.791-2.79-4.4-4.4A.552.552 0 0 0 7.931 0L5.35 0 2.665 0a2.491 2.491 0 0 0-1.4.429A2.706 2.706 0 0 0 0 2.8C0 4 0 5.224 0 6.4v.013q0 .764 0 1.529 0 .622 0 1.245c0 1.267 0 2.577 0 3.866a3.222 3.222 0 0 0 .079.73 2.676 2.676 0 0 0 2.617 2.1c.909 0 1.884.007 3.067.007l2.393 0h.1l1.973 0a2.132 2.132 0 0 0 .289-.013 2.8 2.8 0 0 0 1.719-.9 2.749 2.749 0 0 0 .683-1.816c.009-1.912.007-3.854.005-5.733M7.451 1.075V1.3q0 .511 0 1.022c0 .837 0 1.7-.007 2.554a.594.594 0 0 0 .156.443.626.626 0 0 0 .453.169H8.06c.468 0 .977-.005 1.6-.005h2.187a.053.053 0 0 1 .052.049c0 .022 0 .041 0 .062 0 .038.006.074.006.11V7.329c0 1.884 0 3.832 0 5.748A1.735 1.735 0 0 1 10.5 14.851a2 2 0 0 1-.392.027h-4.1c-1.278 0-2.261 0-3.187.008H2.807a1.755 1.755 0 0 1-1.743-1.352 2.373 2.373 0 0 1-.048-.477c0-3.085 0-6.333 0-10.22a1.723 1.723 0 0 1 1.754-1.82h4.48c.028 0 .055 0 .09 0h.005l.058 0a.052.052 0 0 1 .049.052M11.04 4.422a.052.052 0 0 1-.048.032H8.523A.053.053 0 0 1 8.471 4.4V1.933A.052.052 0 0 1 8.5 1.884.052.052 0 0 1 8.56 1.9l2.468 2.469a.052.052 0 0 1 .011.057' transform='translate(0)'/%3E%3Cpath id='Path_3744' data-name='Path 3744' d='M92.006 297.866a1.043 1.043 0 0 0-.181-.011q-2.866 0-5.732 0a1.013 1.013 0 0 0-.245.027.491.491 0 0 0-.36.444.506.506 0 0 0 .13.384.531.531 0 0 0 .4.155l1.252 0h3.326l1.344 0a.485.485 0 0 0 .5-.447.5.5 0 0 0-.43-.551' transform='translate(-82.498 -287.441)'/%3E%3Cpath id='Path_3745' data-name='Path 3745' d='M86.041 212.833a.6.6 0 0 0-.429.158.48.48 0 0 0-.136.349.51.51 0 0 0 .567.5h5.82a.6.6 0 0 0 .428-.158.48.48 0 0 0 .137-.349.51.51 0 0 0-.568-.5h-5.82' transform='translate(-82.488 -205.392)'/%3E%3Cpath id='Path_3746' data-name='Path 3746' d='M85.933 128.743c.265.012.533.019.8.019s.532-.006.8-.018a.446.446 0 0 0 .32-.147.535.535 0 0 0 .125-.4.491.491 0 0 0-.512-.453l-.28 0h-.9l-.28 0a.491.491 0 0 0-.512.452.536.536 0 0 0 .125.4.445.445 0 0 0 .32.147' transform='translate(-82.498 -123.278)'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_file_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_114' data-name='Group 114' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.93' height='15.893' viewBox='0 0 12.93 15.893' fill='%23FE3834'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_38' data-name='Rectangle 38' width='12.93' height='15.893' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_106' data-name='Group 106' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3743' data-name='Path 3743' d='M12.929 7.424q0-1.2 0-2.4a.6.6 0 0 0-.183-.447c-1.351-1.349-2.791-2.79-4.4-4.4A.552.552 0 0 0 7.931 0L5.35 0 2.665 0a2.491 2.491 0 0 0-1.4.429A2.706 2.706 0 0 0 0 2.8C0 4 0 5.224 0 6.4v.013q0 .764 0 1.529 0 .622 0 1.245c0 1.267 0 2.577 0 3.866a3.222 3.222 0 0 0 .079.73 2.676 2.676 0 0 0 2.617 2.1c.909 0 1.884.007 3.067.007l2.393 0h.1l1.973 0a2.132 2.132 0 0 0 .289-.013 2.8 2.8 0 0 0 1.719-.9 2.749 2.749 0 0 0 .683-1.816c.009-1.912.007-3.854.005-5.733M7.451 1.075V1.3q0 .511 0 1.022c0 .837 0 1.7-.007 2.554a.594.594 0 0 0 .156.443.626.626 0 0 0 .453.169H8.06c.468 0 .977-.005 1.6-.005h2.187a.053.053 0 0 1 .052.049c0 .022 0 .041 0 .062 0 .038.006.074.006.11V7.329c0 1.884 0 3.832 0 5.748A1.735 1.735 0 0 1 10.5 14.851a2 2 0 0 1-.392.027h-4.1c-1.278 0-2.261 0-3.187.008H2.807a1.755 1.755 0 0 1-1.743-1.352 2.373 2.373 0 0 1-.048-.477c0-3.085 0-6.333 0-10.22a1.723 1.723 0 0 1 1.754-1.82h4.48c.028 0 .055 0 .09 0h.005l.058 0a.052.052 0 0 1 .049.052M11.04 4.422a.052.052 0 0 1-.048.032H8.523A.053.053 0 0 1 8.471 4.4V1.933A.052.052 0 0 1 8.5 1.884.052.052 0 0 1 8.56 1.9l2.468 2.469a.052.052 0 0 1 .011.057' transform='translate(0)'/%3E%3Cpath id='Path_3744' data-name='Path 3744' d='M92.006 297.866a1.043 1.043 0 0 0-.181-.011q-2.866 0-5.732 0a1.013 1.013 0 0 0-.245.027.491.491 0 0 0-.36.444.506.506 0 0 0 .13.384.531.531 0 0 0 .4.155l1.252 0h3.326l1.344 0a.485.485 0 0 0 .5-.447.5.5 0 0 0-.43-.551' transform='translate(-82.498 -287.441)'/%3E%3Cpath id='Path_3745' data-name='Path 3745' d='M86.041 212.833a.6.6 0 0 0-.429.158.48.48 0 0 0-.136.349.51.51 0 0 0 .567.5h5.82a.6.6 0 0 0 .428-.158.48.48 0 0 0 .137-.349.51.51 0 0 0-.568-.5h-5.82' transform='translate(-82.488 -205.392)'/%3E%3Cpath id='Path_3746' data-name='Path 3746' d='M85.933 128.743c.265.012.533.019.8.019s.532-.006.8-.018a.446.446 0 0 0 .32-.147.535.535 0 0 0 .125-.4.491.491 0 0 0-.512-.453l-.28 0h-.9l-.28 0a.491.491 0 0 0-.512.452.536.536 0 0 0 .125.4.445.445 0 0 0 .32.147' transform='translate(-82.498 -123.278)'/%3E%3C/g%3E%3C/svg%3E");
}

.dt_table_action_download_btn::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_14349' data-name='Group 14349' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='15.999' viewBox='0 0 16 15.999'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_240' data-name='Rectangle 240' width='16' height='15.999' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_14349-2' data-name='Group 14349' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_14801' data-name='Path 14801' d='M0 8a8 8 0 1 1 7.988 8A8 8 0 0 1 0 8m8.05 7.013A7.023 7.023 0 1 0 7.714.975a7.024 7.024 0 0 0 .336 14.04' transform='translate(0 0)'/%3E%3Cpath id='Path_14802' data-name='Path 14802' d='M100.144 71.452c.005-.1.014-.2.014-.293q0-1.577 0-3.154a1.062 1.062 0 0 1 .025-.278.513.513 0 0 1 .571-.377.5.5 0 0 1 .472.511c.007.833 0 1.665.005 2.5 0 .317 0 .635 0 .953 0 .049.006.1.011.183.078-.075.134-.126.187-.18l1.024-1.03a.574.574 0 0 1 .612-.169.542.542 0 0 1 .244.847 1.307 1.307 0 0 1-.136.15l-2 2a.575.575 0 0 1-.961 0q-1.027-1.027-2.053-2.054a.56.56 0 0 1-.055-.8.551.551 0 0 1 .819.017c.349.343.692.692 1.034 1.042a1.263 1.263 0 0 1 .124.178l.059-.043' transform='translate(-92.697 -63.723)'/%3E%3Cpath id='Path_14803' data-name='Path 14803' d='M81.479 172.435q-1.062 0-2.125 0a1.613 1.613 0 0 1-1.7-1.649c-.009-.354-.007-.708 0-1.062a.536.536 0 1 1 1.071 0c.005.328 0 .656 0 .984 0 .447.189.639.636.639q2.109 0 4.218 0c.443 0 .629-.194.632-.643 0-.333-.005-.667 0-1a.521.521 0 0 1 .692-.519.44.44 0 0 1 .365.417 9.654 9.654 0 0 1-.048 1.572 1.522 1.522 0 0 1-1.53 1.26c-.739.006-1.479 0-2.219 0' transform='translate(-73.474 -160.061)'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_download_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_14349' data-name='Group 14349' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='15.999' viewBox='0 0 16 15.999' fill='%23FE3834'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_240' data-name='Rectangle 240' width='16' height='15.999' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_14349-2' data-name='Group 14349' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_14801' data-name='Path 14801' d='M0 8a8 8 0 1 1 7.988 8A8 8 0 0 1 0 8m8.05 7.013A7.023 7.023 0 1 0 7.714.975a7.024 7.024 0 0 0 .336 14.04' transform='translate(0 0)'/%3E%3Cpath id='Path_14802' data-name='Path 14802' d='M100.144 71.452c.005-.1.014-.2.014-.293q0-1.577 0-3.154a1.062 1.062 0 0 1 .025-.278.513.513 0 0 1 .571-.377.5.5 0 0 1 .472.511c.007.833 0 1.665.005 2.5 0 .317 0 .635 0 .953 0 .049.006.1.011.183.078-.075.134-.126.187-.18l1.024-1.03a.574.574 0 0 1 .612-.169.542.542 0 0 1 .244.847 1.307 1.307 0 0 1-.136.15l-2 2a.575.575 0 0 1-.961 0q-1.027-1.027-2.053-2.054a.56.56 0 0 1-.055-.8.551.551 0 0 1 .819.017c.349.343.692.692 1.034 1.042a1.263 1.263 0 0 1 .124.178l.059-.043' transform='translate(-92.697 -63.723)'/%3E%3Cpath id='Path_14803' data-name='Path 14803' d='M81.479 172.435q-1.062 0-2.125 0a1.613 1.613 0 0 1-1.7-1.649c-.009-.354-.007-.708 0-1.062a.536.536 0 1 1 1.071 0c.005.328 0 .656 0 .984 0 .447.189.639.636.639q2.109 0 4.218 0c.443 0 .629-.194.632-.643 0-.333-.005-.667 0-1a.521.521 0 0 1 .692-.519.44.44 0 0 1 .365.417 9.654 9.654 0 0 1-.048 1.572 1.522 1.522 0 0 1-1.53 1.26c-.739.006-1.479 0-2.219 0' transform='translate(-73.474 -160.061)'/%3E%3C/g%3E%3C/svg%3E");
}

.dt_table_action_mail_btn::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_14428' data-name='Group 14428' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.182' height='11.376' viewBox='0 0 15.182 11.376'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_246' data-name='Rectangle 246' width='15.182' height='11.376' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_14428-2' data-name='Group 14428' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_14820' data-name='Path 14820' d='M7.584 11.375q-3.061 0-6.123 0A1.4 1.4 0 0 1 .046 10.318 1.508 1.508 0 0 1 0 9.953Q0 5.692 0 1.431A1.4 1.4 0 0 1 1.379 0c.035 0 .069 0 .1 0H13.7a1.394 1.394 0 0 1 1.4.952 1.629 1.629 0 0 1 .077.493q.007 4.239 0 8.477a1.4 1.4 0 0 1-1.445 1.452c-1.087 0-2.174 0-3.262 0H7.584M.889 2.714v.164q0 3.512 0 7.025a.523.523 0 0 0 .587.583H13.707a.524.524 0 0 0 .585-.585q0-3.512 0-7.025V2.714c-.077.05-.13.083-.182.118q-2.84 1.892-5.68 3.783a1.391 1.391 0 0 1-1.684 0L1.031 2.8c-.04-.026-.081-.051-.142-.089M7.6.89H1.467a.517.517 0 0 0-.556.372c-.069.227.011.4.261.566L7.207 5.85a.554.554 0 0 0 .769 0L11.6 3.437l2.463-1.642a.445.445 0 0 0 .223-.478.48.48 0 0 0-.4-.407 1.119 1.119 0 0 0-.22-.018H7.6' transform='translate(0 -0.001)'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_mail_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_14428' data-name='Group 14428' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.182' height='11.376' viewBox='0 0 15.182 11.376' fill='%23FE3834'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_246' data-name='Rectangle 246' width='15.182' height='11.376' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_14428-2' data-name='Group 14428' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_14820' data-name='Path 14820' d='M7.584 11.375q-3.061 0-6.123 0A1.4 1.4 0 0 1 .046 10.318 1.508 1.508 0 0 1 0 9.953Q0 5.692 0 1.431A1.4 1.4 0 0 1 1.379 0c.035 0 .069 0 .1 0H13.7a1.394 1.394 0 0 1 1.4.952 1.629 1.629 0 0 1 .077.493q.007 4.239 0 8.477a1.4 1.4 0 0 1-1.445 1.452c-1.087 0-2.174 0-3.262 0H7.584M.889 2.714v.164q0 3.512 0 7.025a.523.523 0 0 0 .587.583H13.707a.524.524 0 0 0 .585-.585q0-3.512 0-7.025V2.714c-.077.05-.13.083-.182.118q-2.84 1.892-5.68 3.783a1.391 1.391 0 0 1-1.684 0L1.031 2.8c-.04-.026-.081-.051-.142-.089M7.6.89H1.467a.517.517 0 0 0-.556.372c-.069.227.011.4.261.566L7.207 5.85a.554.554 0 0 0 .769 0L11.6 3.437l2.463-1.642a.445.445 0 0 0 .223-.478.48.48 0 0 0-.4-.407 1.119 1.119 0 0 0-.22-.018H7.6' transform='translate(0 -0.001)'/%3E%3C/g%3E%3C/svg%3E");
}

.dt_table_action_checkin_btn::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_14427' data-name='Group 14427' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.001' height='16' viewBox='0 0 16.001 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_245' data-name='Rectangle 245' width='16.001' height='16' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_14424' data-name='Group 14424' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_14818' data-name='Path 14818' d='M8.007 0A8 8 0 1 1 0 7.95 8.01 8.01 0 0 1 8.007 0M8 15A7 7 0 1 0 1 8 7.015 7.015 0 0 0 8 15' transform='translate(0 0)'/%3E%3Cpath id='Path_14819' data-name='Path 14819' d='M149.211 174.558a2.048 2.048 0 0 1 .142-.185q1.893-1.9 3.788-3.789a.51.51 0 0 1 .748-.05.491.491 0 0 1 .043.665 1.655 1.655 0 0 1-.128.137c-1.384 1.384-2.773 2.764-4.149 4.156a.571.571 0 0 1-.9 0c-.668-.694-1.359-1.365-2.038-2.048a.5.5 0 0 1 .2-.864.514.514 0 0 1 .521.17q.816.819 1.634 1.636c.04.04.071.09.14.177' transform='translate(-141.956 -165.059)'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_checkin_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_14427' data-name='Group 14427' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.001' height='16' viewBox='0 0 16.001 16' fill='%23FE3834'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_245' data-name='Rectangle 245' width='16.001' height='16' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_14424' data-name='Group 14424' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_14818' data-name='Path 14818' d='M8.007 0A8 8 0 1 1 0 7.95 8.01 8.01 0 0 1 8.007 0M8 15A7 7 0 1 0 1 8 7.015 7.015 0 0 0 8 15' transform='translate(0 0)'/%3E%3Cpath id='Path_14819' data-name='Path 14819' d='M149.211 174.558a2.048 2.048 0 0 1 .142-.185q1.893-1.9 3.788-3.789a.51.51 0 0 1 .748-.05.491.491 0 0 1 .043.665 1.655 1.655 0 0 1-.128.137c-1.384 1.384-2.773 2.764-4.149 4.156a.571.571 0 0 1-.9 0c-.668-.694-1.359-1.365-2.038-2.048a.5.5 0 0 1 .2-.864.514.514 0 0 1 .521.17q.816.819 1.634 1.636c.04.04.071.09.14.177' transform='translate(-141.956 -165.059)'/%3E%3C/g%3E%3C/svg%3E");
}

.dt_table_action_delete_btn::after {
    content: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_43%22%20data-name%3D%22Group%2043%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2215%22%20height%3D%2215.791%22%20viewBox%3D%220%200%2015%2015.791%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20id%3D%22Rectangle_29%22%20data-name%3D%22Rectangle%2029%22%20width%3D%2215%22%20height%3D%2215.791%22%20fill%3D%22none%22/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%20id%3D%22Group_42%22%20data-name%3D%22Group%2042%22%20clip-path%3D%22url(%23clip-path)%22%3E%3Cpath%20id%3D%22Path_3718%22%20data-name%3D%22Path%203718%22%20d%3D%22M4.616%2C2.307c0-.253%2C0-.481%2C0-.709A1.537%2C1.537%2C0%2C0%2C1%2C6.17.007C7.059%2C0%2C7.949%2C0%2C8.838.008a1.535%2C1.535%2C0%2C0%2C1%2C1.546%2C1.581c0%2C.233%2C0%2C.466%2C0%2C.718h.209q1.866%2C0%2C3.731%2C0a.628.628%2C0%2C0%2C1%2C.587.28.567.567%2C0%2C0%2C1-.452.871c-.294.012-.589.008-.883%2C0-.114%2C0-.156.032-.163.151q-.123%2C2.114-.256%2C4.227-.135%2C2.14-.277%2C4.279c-.036.557-.056%2C1.116-.118%2C1.671a2.32%2C2.32%2C0%2C0%2C1-2.029%2C1.966c-.179.017-.359.026-.539.026-1.857%2C0-3.713.011-5.57%2C0a2.308%2C2.308%2C0%2C0%2C1-2.152-1.319%2C3.384%2C3.384%2C0%2C0%2C1-.27-1.4Q2.1%2C11.489%2C1.994%2C9.916c-.053-.809-.1-1.618-.155-2.427q-.1-1.519-.2-3.038c-.018-.27-.04-.539-.046-.809%2C0-.13-.038-.181-.176-.176-.276.01-.553.006-.829%2C0A.573.573%2C0%2C0%2C1%2C.505%2C2.324a1.231%2C1.231%2C0%2C0%2C1%2C.2-.01l3.713-.006h.2m7.651%2C1.2H2.788c0%2C.159-.008.314%2C0%2C.468.066%2C1.121.136%2C2.242.2%2C3.362.054.911.1%2C1.823.156%2C2.734.066%2C1.115.142%2C2.229.2%2C3.344a1.192%2C1.192%2C0%2C0%2C0%2C1.207%2C1.216q2.937.015%2C5.875%2C0a1.184%2C1.184%2C0%2C0%2C0%2C1.2-1.027c.035-.225.034-.455.048-.682q.078-1.277.156-2.553.084-1.348.169-2.7.083-1.3.166-2.607c.032-.509.061-1.018.093-1.559M9.231%2C2.3c0-.249%2C0-.482%2C0-.715A.352.352%2C0%2C0%2C0%2C8.87%2C1.2c-.114-.008-.228%2C0-.342%2C0q-1.163%2C0-2.325%2C0c-.233%2C0-.4.089-.415.264-.024.277-.006.558-.006.84Z%22%20transform%3D%22translate(0%200.001)%22/%3E%3Cpath%20id%3D%22Path_3719%22%20data-name%3D%22Path%203719%22%20d%3D%22M128.926%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-123.157%20-144.118)%22/%3E%3Cpath%20id%3D%22Path_3720%22%20data-name%3D%22Path%203720%22%20d%3D%22M191.645%2C153.15q0-1.5%2C0-2.991a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C3.009%2C0%2C6.017a.58.58%2C0%2C1%2C1-1.153%2C0q0-1.513%2C0-3.027%22%20transform%3D%22translate(-184.722%20-144.119)%22/%3E%3Cpath%20id%3D%22Path_3721%22%20data-name%3D%22Path%203721%22%20d%3D%22M256.672%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-246.288%20-144.118)%22/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_delete_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_43%22%20data-name%3D%22Group%2043%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2215%22%20height%3D%2215.791%22%20viewBox%3D%220%200%2015%2015.791%22%20fill%3D%22%23FE3834%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20id%3D%22Rectangle_29%22%20data-name%3D%22Rectangle%2029%22%20width%3D%2215%22%20height%3D%2215.791%22%20fill%3D%22none%22/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%20id%3D%22Group_42%22%20data-name%3D%22Group%2042%22%20clip-path%3D%22url(%23clip-path)%22%3E%3Cpath%20id%3D%22Path_3718%22%20data-name%3D%22Path%203718%22%20d%3D%22M4.616%2C2.307c0-.253%2C0-.481%2C0-.709A1.537%2C1.537%2C0%2C0%2C1%2C6.17.007C7.059%2C0%2C7.949%2C0%2C8.838.008a1.535%2C1.535%2C0%2C0%2C1%2C1.546%2C1.581c0%2C.233%2C0%2C.466%2C0%2C.718h.209q1.866%2C0%2C3.731%2C0a.628.628%2C0%2C0%2C1%2C.587.28.567.567%2C0%2C0%2C1-.452.871c-.294.012-.589.008-.883%2C0-.114%2C0-.156.032-.163.151q-.123%2C2.114-.256%2C4.227-.135%2C2.14-.277%2C4.279c-.036.557-.056%2C1.116-.118%2C1.671a2.32%2C2.32%2C0%2C0%2C1-2.029%2C1.966c-.179.017-.359.026-.539.026-1.857%2C0-3.713.011-5.57%2C0a2.308%2C2.308%2C0%2C0%2C1-2.152-1.319%2C3.384%2C3.384%2C0%2C0%2C1-.27-1.4Q2.1%2C11.489%2C1.994%2C9.916c-.053-.809-.1-1.618-.155-2.427q-.1-1.519-.2-3.038c-.018-.27-.04-.539-.046-.809%2C0-.13-.038-.181-.176-.176-.276.01-.553.006-.829%2C0A.573.573%2C0%2C0%2C1%2C.505%2C2.324a1.231%2C1.231%2C0%2C0%2C1%2C.2-.01l3.713-.006h.2m7.651%2C1.2H2.788c0%2C.159-.008.314%2C0%2C.468.066%2C1.121.136%2C2.242.2%2C3.362.054.911.1%2C1.823.156%2C2.734.066%2C1.115.142%2C2.229.2%2C3.344a1.192%2C1.192%2C0%2C0%2C0%2C1.207%2C1.216q2.937.015%2C5.875%2C0a1.184%2C1.184%2C0%2C0%2C0%2C1.2-1.027c.035-.225.034-.455.048-.682q.078-1.277.156-2.553.084-1.348.169-2.7.083-1.3.166-2.607c.032-.509.061-1.018.093-1.559M9.231%2C2.3c0-.249%2C0-.482%2C0-.715A.352.352%2C0%2C0%2C0%2C8.87%2C1.2c-.114-.008-.228%2C0-.342%2C0q-1.163%2C0-2.325%2C0c-.233%2C0-.4.089-.415.264-.024.277-.006.558-.006.84Z%22%20transform%3D%22translate(0%200.001)%22/%3E%3Cpath%20id%3D%22Path_3719%22%20data-name%3D%22Path%203719%22%20d%3D%22M128.926%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-123.157%20-144.118)%22/%3E%3Cpath%20id%3D%22Path_3720%22%20data-name%3D%22Path%203720%22%20d%3D%22M191.645%2C153.15q0-1.5%2C0-2.991a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C3.009%2C0%2C6.017a.58.58%2C0%2C1%2C1-1.153%2C0q0-1.513%2C0-3.027%22%20transform%3D%22translate(-184.722%20-144.119)%22/%3E%3Cpath%20id%3D%22Path_3721%22%20data-name%3D%22Path%203721%22%20d%3D%22M256.672%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-246.288%20-144.118)%22/%3E%3C/g%3E%3C/svg%3E");
}

.dt_table_action_cross_circle_btn::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cg fill='%23000000'%3E%3Cpath d='M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm4.717 9.28c-.394-.39-1.031-.39-1.425 0l-3.994 4-4.236-4.24c-.391-.39-1.025-.39-1.414 0-.391.39-.391 1.03 0 1.42l4.236 4.24-4.266 4.27c-.394.39-.394 1.03 0 1.42.392.39 1.03.39 1.424 0l4.266-4.27 4.236 4.24c.391.39 1.025.39 1.414 0 .391-.39.391-1.03 0-1.42l-4.236-4.24 4.297-4.3c.394-.39.394-1.03 0-1.42z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_cross_circle_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cg fill='%23FE3834'%3E%3Cpath d='M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm4.717 9.28c-.394-.39-1.031-.39-1.425 0l-3.994 4-4.236-4.24c-.391-.39-1.025-.39-1.414 0-.391.39-.391 1.03 0 1.42l4.236 4.24-4.266 4.27c-.394.39-.394 1.03 0 1.42.392.39 1.03.39 1.424 0l4.266-4.27 4.236 4.24c.391.39 1.025.39 1.414 0 .391-.39.391-1.03 0-1.42l-4.236-4.24 4.297-4.3c.394-.39.394-1.03 0-1.42z'/%3E%3C/g%3E%3C/svg%3E");
}


.dt_table_action_cross_circle_btn.disabled::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cg fill='%23B0B0B0'%3E%3Cpath d='M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm4.717 9.28c-.394-.39-1.031-.39-1.425 0l-3.994 4-4.236-4.24c-.391-.39-1.025-.39-1.414 0-.391.39-.391 1.03 0 1.42l4.236 4.24-4.266 4.27c-.394.39-.394 1.03 0 1.42.392.39 1.03.39 1.424 0l4.266-4.27 4.236 4.24c.391.39 1.025.39 1.414 0 .391-.39.391-1.03 0-1.42l-4.236-4.24 4.297-4.3c.394-.39.394-1.03 0-1.42z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
   /* opacity: 0.5;*/
}

.dt_table_action_checkmark_btn::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' width='27' height='27'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 12L10.58 14.83L16.25 9.17004' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}


.dt_table_action_checkmark_btn.disabled::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' width='27' height='27'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23B0B0B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 12L10.58 14.83L16.25 9.17004' stroke='%23B0B0B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    pointer-events: none;
    /*opacity: 0.5;*/
}

.dt_table_action_checkmark_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' width='27' height='27'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23FE3834' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 12L10.58 14.83L16.25 9.17004' stroke='%23FE3834' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}



.dt_table_action_settings_btn::after {
    content: url("data:image/svg+xml,%3Csvg id='Group_8' data-name='Group 8' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.647' height='28.642' viewBox='0 0 28.647 28.642'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_8' data-name='Rectangle 8' width='28.647' height='28.642' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_7' data-name='Group 7' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M28.647,16a5.648,5.648,0,0,1-.32.672,2.1,2.1,0,0,1-1.745.833c-.509.051-1.017.122-1.525.182a.318.318,0,0,0-.3.238c-.156.427-.353.839-.514,1.265a.381.381,0,0,0,.039.31c.372.5.759.991,1.143,1.484a1.806,1.806,0,0,1-.154,2.646c-.566.568-1.131,1.137-1.7,1.7a1.775,1.775,0,0,1-2.5.152c-.51-.391-1.022-.781-1.521-1.187a.334.334,0,0,0-.419-.039c-.386.182-.784.344-1.185.488a.337.337,0,0,0-.26.311c-.075.638-.166,1.274-.234,1.912a1.8,1.8,0,0,1-1.833,1.671q-1.3,0-2.6,0a1.8,1.8,0,0,1-1.826-1.648c-.071-.638-.159-1.275-.232-1.912a.36.36,0,0,0-.269-.337c-.41-.15-.814-.318-1.21-.5a.3.3,0,0,0-.37.045c-.487.391-.982.771-1.476,1.153a1.8,1.8,0,0,1-2.625-.171q-.841-.841-1.681-1.681a1.775,1.775,0,0,1-.171-2.515c.4-.519.794-1.036,1.2-1.544a.3.3,0,0,0,.035-.37c-.181-.4-.351-.8-.5-1.21a.339.339,0,0,0-.311-.26c-.638-.076-1.273-.171-1.912-.234A1.8,1.8,0,0,1,0,15.648q0-1.315,0-2.629a1.8,1.8,0,0,1,1.647-1.827c.638-.071,1.275-.158,1.913-.232a.357.357,0,0,0,.336-.268c.148-.41.319-.814.5-1.21a.3.3,0,0,0-.042-.37c-.391-.487-.769-.983-1.152-1.477a1.8,1.8,0,0,1,.168-2.623q.84-.841,1.682-1.681a1.78,1.78,0,0,1,2.538-.159c.518.4,1.027.8,1.551,1.193a.382.382,0,0,0,.311.037c.426-.161.838-.356,1.265-.513a.321.321,0,0,0,.236-.3c.077-.619.164-1.236.232-1.856A1.793,1.793,0,0,1,12.577.045.278.278,0,0,0,12.645,0H16a.277.277,0,0,0,.067.046,1.8,1.8,0,0,1,1.389,1.687c.067.62.156,1.237.232,1.856a.317.317,0,0,0,.239.3c.427.156.84.353,1.265.514a.38.38,0,0,0,.31-.034c.531-.395,1.048-.808,1.573-1.211a1.782,1.782,0,0,1,2.5.158c.57.564,1.135,1.133,1.7,1.7a1.8,1.8,0,0,1,.166,2.623c-.389.5-.783,1-1.16,1.506a.381.381,0,0,0-.035.311c.157.417.351.82.5,1.239a.358.358,0,0,0,.337.267c.638.075,1.275.157,1.912.234a1.735,1.735,0,0,1,1.311.756,5.548,5.548,0,0,1,.337.694ZM24.774,6.384a2.6,2.6,0,0,0-.284-.444c-.579-.595-1.169-1.178-1.757-1.763A.6.6,0,0,0,21.8,4.12c-.642.5-1.285.989-1.92,1.492a.713.713,0,0,1-.825.086c-.632-.29-1.274-.564-1.927-.8a.76.76,0,0,1-.569-.7c-.089-.814-.2-1.625-.316-2.436a.562.562,0,0,0-.614-.557q-1.3-.016-2.6,0a.562.562,0,0,0-.619.55c-.116.82-.225,1.641-.321,2.464a.734.734,0,0,1-.535.666c-.668.252-1.327.531-1.978.824A.683.683,0,0,1,8.8,5.631q-.978-.768-1.965-1.526a.592.592,0,0,0-.912.065q-.862.858-1.72,1.721a.615.615,0,0,0-.063.976c.489.635.978,1.27,1.476,1.9A.716.716,0,0,1,5.7,9.59q-.442.976-.824,1.979a.719.719,0,0,1-.652.514q-1.234.145-2.464.32a.562.562,0,0,0-.557.613q-.016,1.3,0,2.6a.562.562,0,0,0,.55.619c.82.116,1.641.225,2.464.321a.731.731,0,0,1,.665.535c.247.66.52,1.312.813,1.953' transform='translate(0 0.001)' fill='%231a1818'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
}

.dt_table_action_settings_btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Group_8' data-name='Group 8' width='28.647' height='28.642' viewBox='0 0 28.647 28.642'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_8' data-name='Rectangle 8' width='28.647' height='28.642' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_7' data-name='Group 7' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M28.647,16a5.648,5.648,0,0,1-.32.672,2.1,2.1,0,0,1-1.745.833c-.509.051-1.017.122-1.525.182a.318.318,0,0,0-.3.238c-.156.427-.353.839-.514,1.265a.381.381,0,0,0,.039.31c.372.5.759.991,1.143,1.484a1.806,1.806,0,0,1-.154,2.646c-.566.568-1.131,1.137-1.7,1.7a1.775,1.775,0,0,1-2.5.152c-.51-.391-1.022-.781-1.521-1.187a.334.334,0,0,0-.419-.039c-.386.182-.784.344-1.185.488a.337.337,0,0,0-.26.311c-.075.638-.166,1.274-.234,1.912a1.8,1.8,0,0,1-1.833,1.671q-1.3,0-2.6,0a1.8,1.8,0,0,1-1.826-1.648c-.071-.638-.159-1.275-.232-1.912a.36.36,0,0,0-.269-.337c-.41-.15-.814-.318-1.21-.5a.3.3,0,0,0-.37.045c-.487.391-.982.771-1.476,1.153a1.8,1.8,0,0,1-2.625-.171q-.841-.841-1.681-1.681a1.775,1.775,0,0,1-.171-2.515c.4-.519.794-1.036,1.2-1.544a.3.3,0,0,0,.035-.37c-.181-.4-.351-.8-.5-1.21a.339.339,0,0,0-.311-.26c-.638-.076-1.273-.171-1.912-.234A1.8,1.8,0,0,1,0,15.648q0-1.315,0-2.629a1.8,1.8,0,0,1,1.647-1.827c.638-.071,1.275-.158,1.913-.232a.357.357,0,0,0,.336-.268c.148-.41.319-.814.5-1.21a.3.3,0,0,0-.042-.37c-.391-.487-.769-.983-1.152-1.477a1.8,1.8,0,0,1,.168-2.623q.84-.841,1.682-1.681a1.78,1.78,0,0,1,2.538-.159c.518.4,1.027.8,1.551,1.193a.382.382,0,0,0,.311.037c.426-.161.838-.356,1.265-.513a.321.321,0,0,0,.236-.3c.077-.619.164-1.236.232-1.856A1.793,1.793,0,0,1,12.577.045.278.278,0,0,0,12.645,0H16a.277.277,0,0,0,.067.046,1.8,1.8,0,0,1,1.389,1.687c.067.62.156,1.237.232,1.856a.317.317,0,0,0,.239.3c.427.156.84.353,1.265.514a.38.38,0,0,0,.31-.034c.531-.395,1.048-.808,1.573-1.211a1.782,1.782,0,0,1,2.5.158c.57.564,1.135,1.133,1.7,1.7a1.8,1.8,0,0,1,.166,2.623c-.389.5-.783,1-1.16,1.506a.381.381,0,0,0-.035.311c.157.417.351.82.5,1.239a.358.358,0,0,0,.337.267c.638.075,1.275.157,1.912.234a1.735,1.735,0,0,1,1.311.756,5.548,5.548,0,0,1,.337.694Z' transform='translate(0 0.001)'/%3E%3C/g%3E%3C/svg%3E");
}

#approveUserModalLabel {
    color: #4D4D4D !important;
}

.dt-info {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
}

.dt-paging.paging_simple_numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.dt-container .dt-paging .dt-paging-button {
    min-width: auto;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: none;
    background: #A2A2A2;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    padding: 5px;
    font-weight: 500;
    margin: 0 5px;
}


    div.dt-container .dt-paging .dt-paging-button.previous, div.dt-container .dt-paging .dt-paging-button.next {
        font-size: 35px;
        color: #000000;
        background: none !important;
        margin-bottom: 5px;
    }

    div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover {
        color: #A2A2A2;
        cursor: unset;
    }


    div.dt-container .dt-paging .dt-paging-button.current {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        border: none;
        background: #FE3834;
        color: #fff;
        font-size: 18px;
        line-height: 23px;
        padding: 5px;
        font-weight: 500;
    }


/*DataTable Styles*/


/*Form Buider Styles*/



.form-element {
    background-color: #FFF;
    padding: 25px;
    padding-bottom: 0;
    padding-right: 50px;
    border-radius: 6px;
    border: 1px solid #A2A2A2;
    cursor: grab;
    position: relative;
    margin-bottom: 20px;
}

.form_element_title {
    font-size: 18px;
    line-height: 30px;
    color: #4D4D4D;
}

.form-element .delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .form-element .delete-icon:hover {
        background-color: #dc3545;
    }

.form_delete_icon {
    position: relative;
}

    .form_delete_icon::after {
        content: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_43%22%20data-name%3D%22Group%2043%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2215%22%20height%3D%2215.791%22%20viewBox%3D%220%200%2015%2015.791%22%20fill%3D%22%23FFFFFF%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20id%3D%22Rectangle_29%22%20data-name%3D%22Rectangle%2029%22%20width%3D%2215%22%20height%3D%2215.791%22%20fill%3D%22none%22/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%20id%3D%22Group_42%22%20data-name%3D%22Group%2042%22%20clip-path%3D%22url(%23clip-path)%22%3E%3Cpath%20id%3D%22Path_3718%22%20data-name%3D%22Path%203718%22%20d%3D%22M4.616%2C2.307c0-.253%2C0-.481%2C0-.709A1.537%2C1.537%2C0%2C0%2C1%2C6.17.007C7.059%2C0%2C7.949%2C0%2C8.838.008a1.535%2C1.535%2C0%2C0%2C1%2C1.546%2C1.581c0%2C.233%2C0%2C.466%2C0%2C.718h.209q1.866%2C0%2C3.731%2C0a.628.628%2C0%2C0%2C1%2C.587.28.567.567%2C0%2C0%2C1-.452.871c-.294.012-.589.008-.883%2C0-.114%2C0-.156.032-.163.151q-.123%2C2.114-.256%2C4.227-.135%2C2.14-.277%2C4.279c-.036.557-.056%2C1.116-.118%2C1.671a2.32%2C2.32%2C0%2C0%2C1-2.029%2C1.966c-.179.017-.359.026-.539.026-1.857%2C0-3.713.011-5.57%2C0a2.308%2C2.308%2C0%2C0%2C1-2.152-1.319%2C3.384%2C3.384%2C0%2C0%2C1-.27-1.4Q2.1%2C11.489%2C1.994%2C9.916c-.053-.809-.1-1.618-.155-2.427q-.1-1.519-.2-3.038c-.018-.27-.04-.539-.046-.809%2C0-.13-.038-.181-.176-.176-.276.01-.553.006-.829%2C0A.573.573%2C0%2C0%2C1%2C.505%2C2.324a1.231%2C1.231%2C0%2C0%2C1%2C.2-.01l3.713-.006h.2m7.651%2C1.2H2.788c0%2C.159-.008.314%2C0%2C.468.066%2C1.121.136%2C2.242.2%2C3.362.054.911.1%2C1.823.156%2C2.734.066%2C1.115.142%2C2.229.2%2C3.344a1.192%2C1.192%2C0%2C0%2C0%2C1.207%2C1.216q2.937.015%2C5.875%2C0a1.184%2C1.184%2C0%2C0%2C0%2C1.2-1.027c.035-.225.034-.455.048-.682q.078-1.277.156-2.553.084-1.348.169-2.7.083-1.3.166-2.607c.032-.509.061-1.018.093-1.559M9.231%2C2.3c0-.249%2C0-.482%2C0-.715A.352.352%2C0%2C0%2C0%2C8.87%2C1.2c-.114-.008-.228%2C0-.342%2C0q-1.163%2C0-2.325%2C0c-.233%2C0-.4.089-.415.264-.024.277-.006.558-.006.84Z%22%20transform%3D%22translate(0%200.001)%22/%3E%3Cpath%20id%3D%22Path_3719%22%20data-name%3D%22Path%203719%22%20d%3D%22M128.926%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-123.157%20-144.118)%22/%3E%3Cpath%20id%3D%22Path_3720%22%20data-name%3D%22Path%203720%22%20d%3D%22M191.645%2C153.15q0-1.5%2C0-2.991a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C3.009%2C0%2C6.017a.58.58%2C0%2C1%2C1-1.153%2C0q0-1.513%2C0-3.027%22%20transform%3D%22translate(-184.722%20-144.119)%22/%3E%3Cpath%20id%3D%22Path_3721%22%20data-name%3D%22Path%203721%22%20d%3D%22M256.672%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-246.288%20-144.118)%22/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: -14px;
        left: -7px;
    }


.option-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.child-add-icon {
    position: absolute;
    right: 7px;
}

.form_option_add_icon {
    position: relative;
}

    .form_option_add_icon::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 12h-6m0 0H6m6 0V6m0 6v6'/%3E%3C/svg%3E");
        position: absolute;
        top: -14px;
        left: 5px;
    }

    .form_option_add_icon:hover::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 12h-6m0 0H6m6 0V6m0 6v6'/%3E%3C/svg%3E");
    }

.child-delete-icon {
    position: absolute;
    right: 0;
}

.form_option_delete_icon {
    position: relative;
}

    .form_option_delete_icon::after {
        content: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_43%22%20data-name%3D%22Group%2043%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2215%22%20height%3D%2215.791%22%20viewBox%3D%220%200%2015%2015.791%22%20fill%3D%22%23000000%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20id%3D%22Rectangle_29%22%20data-name%3D%22Rectangle%2029%22%20width%3D%2215%22%20height%3D%2215.791%22%20fill%3D%22none%22/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%20id%3D%22Group_42%22%20data-name%3D%22Group%2042%22%20clip-path%3D%22url(%23clip-path)%22%3E%3Cpath%20id%3D%22Path_3718%22%20data-name%3D%22Path%203718%22%20d%3D%22M4.616%2C2.307c0-.253%2C0-.481%2C0-.709A1.537%2C1.537%2C0%2C0%2C1%2C6.17.007C7.059%2C0%2C7.949%2C0%2C8.838.008a1.535%2C1.535%2C0%2C0%2C1%2C1.546%2C1.581c0%2C.233%2C0%2C.466%2C0%2C.718h.209q1.866%2C0%2C3.731%2C0a.628.628%2C0%2C0%2C1%2C.587.28.567.567%2C0%2C0%2C1-.452.871c-.294.012-.589.008-.883%2C0-.114%2C0-.156.032-.163.151q-.123%2C2.114-.256%2C4.227-.135%2C2.14-.277%2C4.279c-.036.557-.056%2C1.116-.118%2C1.671a2.32%2C2.32%2C0%2C0%2C1-2.029%2C1.966c-.179.017-.359.026-.539.026-1.857%2C0-3.713.011-5.57%2C0a2.308%2C2.308%2C0%2C0%2C1-2.152-1.319%2C3.384%2C3.384%2C0%2C0%2C1-.27-1.4Q2.1%2C11.489%2C1.994%2C9.916c-.053-.809-.1-1.618-.155-2.427q-.1-1.519-.2-3.038c-.018-.27-.04-.539-.046-.809%2C0-.13-.038-.181-.176-.176-.276.01-.553.006-.829%2C0A.573.573%2C0%2C0%2C1%2C.505%2C2.324a1.231%2C1.231%2C0%2C0%2C1%2C.2-.01l3.713-.006h.2m7.651%2C1.2H2.788c0%2C.159-.008.314%2C0%2C.468.066%2C1.121.136%2C2.242.2%2C3.362.054.911.1%2C1.823.156%2C2.734.066%2C1.115.142%2C2.229.2%2C3.344a1.192%2C1.192%2C0%2C0%2C0%2C1.207%2C1.216q2.937.015%2C5.875%2C0a1.184%2C1.184%2C0%2C0%2C0%2C1.2-1.027c.035-.225.034-.455.048-.682q.078-1.277.156-2.553.084-1.348.169-2.7.083-1.3.166-2.607c.032-.509.061-1.018.093-1.559M9.231%2C2.3c0-.249%2C0-.482%2C0-.715A.352.352%2C0%2C0%2C0%2C8.87%2C1.2c-.114-.008-.228%2C0-.342%2C0q-1.163%2C0-2.325%2C0c-.233%2C0-.4.089-.415.264-.024.277-.006.558-.006.84Z%22%20transform%3D%22translate(0%200.001)%22/%3E%3Cpath%20id%3D%22Path_3719%22%20data-name%3D%22Path%203719%22%20d%3D%22M128.926%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-123.157%20-144.118)%22/%3E%3Cpath%20id%3D%22Path_3720%22%20data-name%3D%22Path%203720%22%20d%3D%22M191.645%2C153.15q0-1.5%2C0-2.991a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C3.009%2C0%2C6.017a.58.58%2C0%2C1%2C1-1.153%2C0q0-1.513%2C0-3.027%22%20transform%3D%22translate(-184.722%20-144.119)%22/%3E%3Cpath%20id%3D%22Path_3721%22%20data-name%3D%22Path%203721%22%20d%3D%22M256.672%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-246.288%20-144.118)%22/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: -14px;
        left: 5px;
    }

    .form_option_delete_icon:hover::after {
        content: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_43%22%20data-name%3D%22Group%2043%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2215%22%20height%3D%2215.791%22%20viewBox%3D%220%200%2015%2015.791%22%20fill%3D%22%23FE3834%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20id%3D%22Rectangle_29%22%20data-name%3D%22Rectangle%2029%22%20width%3D%2215%22%20height%3D%2215.791%22%20fill%3D%22none%22/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%20id%3D%22Group_42%22%20data-name%3D%22Group%2042%22%20clip-path%3D%22url(%23clip-path)%22%3E%3Cpath%20id%3D%22Path_3718%22%20data-name%3D%22Path%203718%22%20d%3D%22M4.616%2C2.307c0-.253%2C0-.481%2C0-.709A1.537%2C1.537%2C0%2C0%2C1%2C6.17.007C7.059%2C0%2C7.949%2C0%2C8.838.008a1.535%2C1.535%2C0%2C0%2C1%2C1.546%2C1.581c0%2C.233%2C0%2C.466%2C0%2C.718h.209q1.866%2C0%2C3.731%2C0a.628.628%2C0%2C0%2C1%2C.587.28.567.567%2C0%2C0%2C1-.452.871c-.294.012-.589.008-.883%2C0-.114%2C0-.156.032-.163.151q-.123%2C2.114-.256%2C4.227-.135%2C2.14-.277%2C4.279c-.036.557-.056%2C1.116-.118%2C1.671a2.32%2C2.32%2C0%2C0%2C1-2.029%2C1.966c-.179.017-.359.026-.539.026-1.857%2C0-3.713.011-5.57%2C0a2.308%2C2.308%2C0%2C0%2C1-2.152-1.319%2C3.384%2C3.384%2C0%2C0%2C1-.27-1.4Q2.1%2C11.489%2C1.994%2C9.916c-.053-.809-.1-1.618-.155-2.427q-.1-1.519-.2-3.038c-.018-.27-.04-.539-.046-.809%2C0-.13-.038-.181-.176-.176-.276.01-.553.006-.829%2C0A.573.573%2C0%2C0%2C1%2C.505%2C2.324a1.231%2C1.231%2C0%2C0%2C1%2C.2-.01l3.713-.006h.2m7.651%2C1.2H2.788c0%2C.159-.008.314%2C0%2C.468.066%2C1.121.136%2C2.242.2%2C3.362.054.911.1%2C1.823.156%2C2.734.066%2C1.115.142%2C2.229.2%2C3.344a1.192%2C1.192%2C0%2C0%2C0%2C1.207%2C1.216q2.937.015%2C5.875%2C0a1.184%2C1.184%2C0%2C0%2C0%2C1.2-1.027c.035-.225.034-.455.048-.682q.078-1.277.156-2.553.084-1.348.169-2.7.083-1.3.166-2.607c.032-.509.061-1.018.093-1.559M9.231%2C2.3c0-.249%2C0-.482%2C0-.715A.352.352%2C0%2C0%2C0%2C8.87%2C1.2c-.114-.008-.228%2C0-.342%2C0q-1.163%2C0-2.325%2C0c-.233%2C0-.4.089-.415.264-.024.277-.006.558-.006.84Z%22%20transform%3D%22translate(0%200.001)%22/%3E%3Cpath%20id%3D%22Path_3719%22%20data-name%3D%22Path%203719%22%20d%3D%22M128.926%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-123.157%20-144.118)%22/%3E%3Cpath%20id%3D%22Path_3720%22%20data-name%3D%22Path%203720%22%20d%3D%22M191.645%2C153.15q0-1.5%2C0-2.991a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C3.009%2C0%2C6.017a.58.58%2C0%2C1%2C1-1.153%2C0q0-1.513%2C0-3.027%22%20transform%3D%22translate(-184.722%20-144.119)%22/%3E%3Cpath%20id%3D%22Path_3721%22%20data-name%3D%22Path%203721%22%20d%3D%22M256.672%2C153.168q0%2C1.5%2C0%2C3.009a.58.58%2C0%2C1%2C1-1.153%2C0q0-3.009%2C0-6.017a.579.579%2C0%2C1%2C1%2C1.153%2C0q0%2C1.5%2C0%2C3.009%22%20transform%3D%22translate(-246.288%20-144.118)%22/%3E%3C/g%3E%3C/svg%3E");
    }


/*Form Buider Styles*/


/* Custom ToolTip Styles*/

/* Custom ToolTip Styles*/

/*Multiselect Style*/
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: block;
    width: 100%;
    height: 31px;
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
        width: 100%;
        height: 1.5rem;
        margin-top: 0;
        margin-left: 0;
        font-family: inherit;
        line-height: 2;
        background-color: transparent;
        font-size: 15px;
        color: black;
        cursor: pointer;
    }


/*Multiselect Style*/
/*Event Banner Preview */
.image-preview {
    /*width: 700px;*/
    height: 200px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    overflow: hidden;
}

    .image-preview img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

/*Event Banner Preview */



input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.upload-btn {
    display: inline-block;
    height: 35px;
    padding: 7px 25px;
    font-size: 16px;
    line-height: 20px;
    background-color: #4D4D4D;
    color: #fff !important;
    border: none;
    border-radius: 6px;
}

.rsvp-stat-img {
    width: 153px;
    height: 124px;
}

/*Custom INPUT TEXT BOXES */

.file-input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.file-name {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #A2A2A2;
    border-left: none;
    border-radius: 0 6px 4px 0;
    outline: none;
    font-size: 15px;
    /* width: 100%; */
    font-weight: 400;
    color: var(--bs-body-color);
}

.browse-btn {
    padding: 8px 24px;
    border: 1px solid #A2A2A2;
    background-color: #f1f1f1;
    cursor: pointer;
    border-radius: 6px 0 0 6px;
    font-size: 15px;
    background: transparent;
}

    .browse-btn:hover {
        background-color: #ddd;
    }

.file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    z-index: 2;
}
