/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 :root {
    --wia-primary: #0172fc;
    --wia-color: #394c64;
    --wia-title-color: #042a58;
   }
   /* Comman CSS */
   @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
   .au-main-wrapper * {
       outline: 0 !important;
   }
   .au-main-wrapper {
       margin: 30px 20px 10px 10px;
   }
   .au_video_template_inner_wrap {
       margin: 30px 20px 10px 10px;
       max-width: 98%;
       background: #f6faff;
       padding: 50px 40px;
       border-radius: 20px;
       font-family: 'Manrope', sans-serif;
       color: var(--wia-color);
   }
   .au_video_template_inner_wrap.step1 {
       max-width: 1100px;
       margin: 30px auto 10px;
   }
   .au-editor-main-wrapper h1,
   .au-editor-main-wrapper h2,
   .au-editor-main-wrapper h3,
   .au-editor-main-wrapper h4,
   .au-editor-main-wrapper h5,
   .au-editor-main-wrapper h6 {
       color: var(--wia-title-color);
   }
   .au-main-title {
       margin: 0 0 40px;
       position: relative;
       border-bottom: 4px double #d6e8ff;
       padding-bottom: 10px;
   }
   .au-main-title h2 {
       margin: 0 0 10px;
       font-size: 22px;
       font-weight: 800;
       color: var(--wia-title-color);
   }
   .au-field-wrap {
       margin: 0 0 20px;
   }
   body .au-input-field {
       width: 100%;
       border: 1px solid #d6e8ff;
       min-height: 50px;
       padding: 0 20px;
       box-shadow: 0 0 20px rgb(0 0 0 / 1%);
       border-radius: 60px;
   }
   body .au-input-field:focus {
       border-color: var(--wia-primary);
       box-shadow: none;
   }
   body select.au-input-field {
       padding: 0 40px 0 20px;
       max-width: 100%;
       background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 15px top 55%;
   }
   .au-main-wrapper label {
       font-weight: 700;
       font-size: 14px;
       text-transform: capitalize;
       color: var(--wia-color);
   }
   .au-field-wrap label {
       margin: 0 0 10px;
   }
   #videoTag {
       display: none;
   }
   body .au-input-field:focus,
   body .au-input-field,
   .au-btn:hover,
   .au-btn:focus,
   .au-btn {
       -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
       transition: all 0.5s;
   }
   .au-btn {
       display: inline-block;
       min-width: 150px;
       padding: 13px 15px;
       border-radius: 30px;
       box-shadow: -12px 12px 30px 0px rgb(1 114 252 / 30%);
       background: var(--wia-primary);
       color: #ffffff;
       border: 1px solid var(--wia-primary);
       font-size: 14px;
       font-weight: 600;
       text-transform: capitalize;
       text-align: center;
       text-decoration: none;
   }
   .au-btn.btn-sm {
       min-width: 100px;
       padding: 6px 10px;
   }
   .au-btn svg {
       height: 15px;
       margin: 0 4px;
   }
   .au-btn:hover,
   .au-btn:focus {
       box-shadow: none;
       background: #ffffff;
       color: var(--wia-primary);
   }
   /* Creat Template CSS */
   .au-blank-template {
       text-align: center;
   }
   .au-blank-template h4 {
       font-size: 20px;
       font-weight: 700;
       color: var(--wia-title-color);
   }
   .au-bnk-temp-inner {
       position: relative;
       max-width: 360px;
       margin: 20px auto 30px;
       min-height: 200px;
       border: 2px dashed var(--wia-primary);
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       justify-content: center;
       border-radius: 15px;
       background: #e9f3ff;
       box-shadow: 0 0 20px rgb(255 45 90 / 8%);
   }
   .au-bnk-temp-inner .au-btn svg {
       fill: #ffffff;
       vertical-align: text-bottom;
   }
   .au-bnk-temp-inner .au-btn:hover svg {
       fill: var(--wia-primary);
   }
   /* Editor CSS Start */
   .au-editor-main-wrapper {
       position: relative;
       margin: 20px 20px 10px 10px;
       font-family: 'Manrope', sans-serif;
       color: #828599;
       font-size: 14px;
   }
   .au-anylitics-info {
       display: flex;
       flex-wrap: wrap;
       font-size: 12px;
       text-transform: uppercase;
       font-weight: 700;
       justify-content: center;
       color: var(--wia-title-color);
   }
   .text-right {
       text-align: right;
   }
   .au-template-save .au-btn {
       min-width: 120px;
   }
   .au-editor-template-info-wrap {
       background: #f5faff;
       padding: 10px 20px;
       border-radius: 10px;
   }
   .au-anylitics-info span {
       margin-right: 20px;
   }
   .au-anylitics-info svg {
       height: 20px;
       color: var(--wia-primary);
       margin: 0 4px 0 0;
       vertical-align: bottom;
   }
   .au-template-info h4 {
       font-size: 22px;
       font-weight: 700;
       margin: 0 0;
       color: var(--wia-title-color);
   }
   .au-editor-nav ul {
       padding: 0 0 20px;
       list-style: none;
       display: flex;
       justify-content: space-between;
       margin: 0 -20px 20px;
       overflow: hidden;
       overflow: auto;
   }
   .au-slect-img img {
       height: 50px;
       margin: 12px;
   }
   .au-editor-nav ul::-webkit-scrollbar {
       height: 4px;
       border-radius: 10px;
       box-shadow: none;
   }
   .au-editor-nav ul::-webkit-scrollbar-track {
       background-color: #f5f5f5;
       box-shadow: none;
   }
   .au-editor-nav ul::-webkit-scrollbar-thumb {
       background-color: var(--wia-primary);
       box-shadow: none;
   }
   .au-editor-nav ul li {
       margin: 0;
       padding: 0 20px;
       width: 100%;
       text-align: center;
   }
   .au-editor-nav ul li a {
       color: var(--wia-color);
       width: 100%;
       text-decoration: none;
       min-width: 160px;
       background: #f2f8ff;
       border-bottom: 2px solid #d7e9ff;
       padding: 15px 10px;
       margin: 10px 0 0;
       border-radius: 6px;
       font-weight: 700;
       text-transform: capitalize;
       font-size: 14px;
       letter-spacing: 1px;
       box-shadow: 0 0 20px rgb(255 45 90 / 1%);
       min-height: 80px;
       display: flex;
       justify-content: center;
       align-items: center;
       flex-wrap: wrap;
       outline: 0 !important;
   }
   .au-editor-nav ul li a .au-nav-icon svg {
       color: var(--wia-color);
       height: 24px;
   }
   .au-nav-icon {
       display: inline-block;
   }
   .au-nav-icon,
   .au-nav-icon svg {
       vertical-align: top;
   }
   .au-editor-nav ul li.active a {
       border-color: var(--wia-primary);
       color: var(--wia-primary);
   }
   .au-editor-nav ul li.active a .au-nav-icon svg {
       color: var(--wia-primary);
   }
   .au-editor-nav ul li a:hover,
   .au-editor-nav ul li a:hover .au-nav-icon svg {
       color: var(--wia-primary);
   }
   .au-editor-nav ul li.active a .au-nav-icon svg,
   .au-editor-nav ul li a:hover,
   .au-editor-nav ul li a:hover .au-nav-icon svg,
   .au-editor-nav ul li.active a,
   .au-editor-nav ul li a,
   .au-editor-nav ul li a:hover {
       -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
       transition: all 0.5s;
   }
   .au-nav-icon {
       margin: 0 15px 0 0;
   }
   .au-editor-options-video-wrapper {
       display: flex;
       flex-wrap: wrap;
   }
   .au-video-options-wrap {
       width: 350px;
   }
   .au-options-box {
       display: flex;
       flex-wrap: wrap;
       background: #f5faff;
       border-radius: 15px;
       margin: 0 0 10px;
       height: fit-content;
       padding: 2px;
   }
   .au-edit-card {
       width: 100%;
   }
   .au-edit-card-header {
       padding: 26px 20px 16px;
       border-bottom: 1px solid #d6e8ff;
       position: relative;
       background-color: #eef5fd;
       border-radius: 15px 15px 0 0;
   }
   .au-edit-card-body {
       padding: 20px 20px 50px;
   }
   .au-edit-setting-title {
       font-weight: 600;
       font-size: 20px;
       color: var(--wia-title-color);
   }
   .au-edit-input-field label {
       font-size: 14px;
       font-weight: 600;
       display: inline-block;
       width: 100%;
       cursor: unset;
       margin: 0 0 5px;
       text-transform: capitalize;
       letter-spacing: .5px;
       color: var(--wia-color);
   }
   .au-editor-options-video-wrapper input[type=color],
   .au-editor-options-video-wrapper input[type=date],
   .au-editor-options-video-wrapper input[type=datetime-local],
   .au-editor-options-video-wrapper input[type=datetime],
   .au-editor-options-video-wrapper input[type=email],
   .au-editor-options-video-wrapper input[type=month],
   .au-editor-options-video-wrapper input[type=number],
   .au-editor-options-video-wrapper input[type=password],
   .au-editor-options-video-wrapper input[type=search],
   .au-editor-options-video-wrapper input[type=tel],
   .au-editor-options-video-wrapper input[type=text],
   .au-editor-options-video-wrapper input[type=time],
   .au-editor-options-video-wrapper input[type=url],
   .au-editor-options-video-wrapper input[type=week],
   .au-editor-options-video-wrapper select,
   .au-editor-options-video-wrapper textarea {
       width: 100%;
       border: 1px solid #d6e8ff;
       font-size: 12px;
       min-height: 45px;
       padding: 2px 20px;
       border-radius: 6px;
   }
   .au-editor-options-video-wrapper input[type=color]:focus,
   .au-editor-options-video-wrapper input[type=date]:focus,
   .au-editor-options-video-wrapper input[type=datetime-local]:focus,
   .au-editor-options-video-wrapper input[type=datetime]:focus,
   .au-editor-options-video-wrapper input[type=email]:focus,
   .au-editor-options-video-wrapper input[type=month]:focus,
   .au-editor-options-video-wrapper input[type=number]:focus,
   .au-editor-options-video-wrapper input[type=password]:focus,
   .au-editor-options-video-wrapper input[type=search]:focus,
   .au-editor-options-video-wrapper input[type=tel]:focus,
   .au-editor-options-video-wrapper input[type=text]:focus,
   .au-editor-options-video-wrapper input[type=time]:focus,
   .au-editor-options-video-wrapper input[type=url]:focus,
   .au-editor-options-video-wrapper input[type=week]:focus,
   .au-editor-options-video-wrapper select:focus,
   .au-editor-options-video-wrapper textarea:focus {
       box-shadow: none;
       border-color: var(--wia-primary);
       outline: 0;
   }
   .au-editor-options-video-wrapper input[type=color]:focus,
   .au-editor-options-video-wrapper input[type=date]:focus,
   .au-editor-options-video-wrapper input[type=datetime-local]:focus,
   .au-editor-options-video-wrapper input[type=datetime]:focus,
   .au-editor-options-video-wrapper input[type=email]:focus,
   .au-editor-options-video-wrapper input[type=month]:focus,
   .au-editor-options-video-wrapper input[type=number]:focus,
   .au-editor-options-video-wrapper input[type=password]:focus,
   .au-editor-options-video-wrapper input[type=search]:focus,
   .au-editor-options-video-wrapper input[type=tel]:focus,
   .au-editor-options-video-wrapper input[type=text]:focus,
   .au-editor-options-video-wrapper input[type=time]:focus,
   .au-editor-options-video-wrapper input[type=url]:focus,
   .au-editor-options-video-wrapper input[type=week]:focus,
   .au-editor-options-video-wrapper select:focus,
   .au-editor-options-video-wrapper textarea:focus,
   .au-editor-options-video-wrapper input[type=color],
   .au-editor-options-video-wrapper input[type=date],
   .au-editor-options-video-wrapper input[type=datetime-local],
   .au-editor-options-video-wrapper input[type=datetime],
   .au-editor-options-video-wrapper input[type=email],
   .au-editor-options-video-wrapper input[type=month],
   .au-editor-options-video-wrapper input[type=number],
   .au-editor-options-video-wrapper input[type=password],
   .au-editor-options-video-wrapper input[type=search],
   .au-editor-options-video-wrapper input[type=tel],
   .au-editor-options-video-wrapper input[type=text],
   .au-editor-options-video-wrapper input[type=time],
   .au-editor-options-video-wrapper input[type=url],
   .au-editor-options-video-wrapper input[type=week],
   .au-editor-options-video-wrapper select,
   .au-editor-options-video-wrapper textarea {
       -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
       transition: all 0.5s;
   }
   .au-edit-input-field {
       margin: 0 0 20px;
   }
   .au-editor-subtitle {
       font-size: 16px;
       margin: 0 0 20px;
       font-weight: 600;
   }
   .au-svg svg {
       height: 18px;
   }
   .au-copy-btn {
       background: #222;
       color: #ffffff !important;
       outline: 0 !important;
       box-shadow: none !important;
       font-weight: 500;
       text-align: center;
       text-decoration: none;
       display: block;
       padding: 6px 10px;
       margin: 10px 0 0;
       border-radius: 3px;
       font-size: 14px;
   }
   .au-copy-btn:hover,
   .au-copy-btn:focus {
       transform: scale(.98);
   }
   .au-copy-btn:hover,
   .au-copy-btn:focus,
   .au-copy-btn {
       -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
       transition: all 0.5s;
   }
   /* Main Video */
   .au-video-img {
       position: relative;
       border-radius: 6px;
       margin-bottom: 30px;
       display: inline-block;
       height: 650px;
       width: 100%;
   }
   .au-video-img img {
       border-radius: 6px;
       height: 100%;
       width: auto;
       object-fit: cover;
   }
   .au-main-video-wrap {
       display: flex;
       justify-content: center;
       padding: 0;
       margin: auto;
       height: 650px;
       width: 100%;
       border-radius: 10px;
       overflow: hidden;
       max-width: 640px;
   }
   .au_iframe_tag,
   .au_iframe_tag iframe {
       width: 100%;
   }
   .au_iframe_tag iframe {
       height: 400px;
   }
   .hide-module {
       display: none;
   }
   .au-editor-element-wrapper {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       border-radius: 6px;
   }
   .au-editor-element-wrapper > * {
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .au-editor-element-wrapper > *.au-editor-element-overlay {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
   .au-video-overlay {
       width: 100%;
       height: 100%;
       border-radius: 8px;
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       opacity: 0.5;
       background-color: var(--wia-primary);
       background-image: url(none);
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
   }
   .au-resizer {
       position: absolute;
       right: 0;
       bottom: 0;
       background-color: var(--wia-primary);
       color: #ffffff;
       width: 24px;
       text-align: center;
       height: 24px;
       border-radius: 3px;
       font-size: 14px;
       cursor: se-resize;
       line-height: 24px;
       z-index: 1;
   }
   /* Overlay Module CSS */
   .au-ovrlay-clr-piker {
       position: relative;
       width: 100%;
       display: block;
       padding: 10px 20px;
       font-size: 12px;
       border: 1px solid #efefef;
       border-radius: 3px;
       font-weight: 600;
       background: #ffffff;
       cursor: pointer;
   }
   .au-ovrlay-clr {
       width: 20px;
       background: #000;
       display: inline-block;
       height: 20px;
       margin: 0 10px 0 0;
       border-radius: 3px;
       vertical-align: middle;
       cursor: pointer;
       border: 1px solid #d6e8ff;
   }
   .au-ovrly-pattern-wrap ul {
       display: grid;
       max-height: 200px;
       overflow: hidden auto;
       padding: 0 10px 0 0;
       margin: 0;
       grid-template-columns: repeat(2, 1fr);
       grid-row-gap: 10px;
       grid-column-gap: 10px;
   }
   .au-ovrly-pattern-wrap ul::-webkit-scrollbar {
       width: 3px;
       border-radius: 10px;
       box-shadow: none;
   }
   .au-ovrly-pattern-wrap ul::-webkit-scrollbar-track {
       background-color: #f5f5f5;
       box-shadow: none;
   }
   .au-ovrly-pattern-wrap ul::-webkit-scrollbar-thumb {
       background-color: var(--wia-primary);
       box-shadow: none;
   }
   .au-editor-main-wrapper img {
       max-width: 100%;
   }
   .au-ovrly-pattern-wrap img {
       border-radius: 6px;
       border: 1px solid #d6e8ff;
   }
   .au-ovrly-pattern-wrap a {
       text-decoration: none;
       box-shadow: none;
       background: #dddddd;
       display: block;
       border-radius: 6px;
   }
   /* Rang Slider */
   .has-rang-slider {
       position: relative;
   }
   .has-rang-slider input {
       -webkit-appearance: none;
       margin: 7px 0 6px;
       width: 100%;
       background-color: transparent;
       display: inline-block;
       vertical-align: middle;
   }
   .has-rang-slider input[type=range]:focus {
       outline: none
   }
   .has-rang-slider input[type=range]::-moz-slider-runnable-track {
       border: none;
   }
   .has-rang-slider input[type=range]:focus::-moz-slider-runnable-track,
   .has-rang-slider input[type=range]:focus::-webkit-slider-runnable-track {
       outline: none
   }
   .has-rang-slider input[type=range]::-webkit-slider-runnable-track {
       width: 100%;
       height: 6px;
       cursor: pointer;
       background-color: #dddddd;
       border-radius: 6px;
       outline: none
   }
   .has-rang-slider input[type=range]::-moz-range-track {
       width: 100%;
       height: 6px;
       cursor: pointer;
       background-color: #dddddd;
       border-radius: 6px;
       outline: none
   }
   .has-rang-slider input[type=range]::-moz-slider-runnable-track {
       width: 100%;
       height: 6px;
       cursor: pointer;
       background-color: #dddddd;
       border-radius: 6px;
       outline: none
   }
   .has-rang-slider input[type=range]::-webkit-slider-thumb {
       height: 20px;
       width: 20px;
       border-radius: 50%;
       border-color: var(--wia-primary);
       background-color: var(--wia-primary);
       cursor: pointer;
       -webkit-appearance: none;
       margin-top: -7px
   }
   .has-rang-slider input[type=range]::-moz-range-thumb {
       height: 20px;
       width: 20px;
       border-radius: 50%;
       background-color: var(--wia-primary);
       border-color: var(--wia-primary);
       cursor: pointer;
       -webkit-appearance: none;
       margin-top: -7px
   }
   /* image Module CSS */
   .au-slect-img {
       border: 1px dashed var(--wia-primary);
       border-radius: 5px;
       text-align: center;
       padding: 20px 20px;
       margin: 10px 0 10px;
       font-weight: 600;
       cursor: pointer;
       background: #e9f3ff;
       color: var(--wia-primary);
   }
   .au-slect-img .au-svg svg {
       height: 50px;
       margin: 10px 0 10px;
   }
   .au-element-alignment ul {
       padding: 0;
       display: flex;
       justify-content: space-between;
       margin: 10px 0 10px;
       max-width: 200px;
   }
   .au-element-alignment ul a {
       display: inline-block;
       width: 50px;
       text-align: center;
       background: #ffffff;
       border: 1px solid #d6e8ff;
       border-radius: 4px;
       height: 50px;
       padding: 13px 0 0;
       color: var(--wia-title-color);
       background: #fff8fa;
       border: 1px solid #d6e8ff;
       color: var(--wia-primary);
       cursor: pointer;
       outline: 0 !important;
       box-shadow: none;
   }
   .au-img-border-radius {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       grid-column-gap: 50px;
       margin: 10px 0 0;
   }
   textarea.au-text-field {
       height: 100px;
       padding: 10px 20px;
   }
   .au-edit-fontstyle {
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       padding: 0;
       margin: 10px 0 0;
       max-width: 250px;
   }
   .au-edit-fontstyle li span {
       width: 40px;
       text-align: center;
       height: 40px;
       line-height: 30px;
       margin-right: 10px;
       background: #fff8fa;
       border: 1px solid #d6e8ff;
       color: var(--wia-primary);
       font-size: 15px;
       padding: 5px;
       border-radius: 3px;
       margin-bottom: 10px;
       cursor: pointer;
       display: inline-block;
   }
   .au-edit-fontstyle li span svg {
       fill: var(--wia-primary);
   }
   .au-font-weight-transfrom select:last-of-type {
       margin-left: 20px;
       width: 150px;
   }
   .au-font-family-size select:last-of-type {
       margin-left: 20px;
       width: 150px;
   }
   /* Emojy Module CSS */
   .au-tab-wrapper .nav-pills {
       justify-content: space-between;
       flex-wrap: nowrap;
       margin: 0 0 20px;
   }
   .au-tab-wrapper .nav-pills .nav-item {
       margin: 0;
       padding: 0 3px;
   }
   .au-tab-wrapper .nav-pills .nav-item button {
       padding: 0;
   }
   
   .au-tab-wrapper .nav-pills .nav-item button img {
       height: 25px;
       width: 25px;
   }
   .au-tab-wrapper .nav-pills .nav-item button {
       padding: 0 0 10px;
       border-bottom: 2px solid transparent;
       border-radius: 0;
   }
   .au-tab-wrapper .nav-pills .nav-link.active,
   .au-tab-wrapper .nav-pills .show>.nav-link {
       background: transparent;
       border-color: var(--wia-primary);
   }
   .au-emojy-wrap ul {
       padding: 0;
       display: grid;
       grid-template-columns: repeat(5, 1fr);
       grid-row-gap: 10px;
       grid-column-gap: 10px;
       height: 300px;
       overflow: hidden auto;
   }
   .au-emojy-wrap ul img {
       height: 40px;
       width: 40px;
       object-fit: contain;
   }
   .au-emojy-wrap ul .emoji_cat_icon {
       text-align: center;
       display: block;
   }
   .au-emojy-wrap ul::-webkit-scrollbar {
       width: 3px;
       border-radius: 10px;
       box-shadow: none;
   }
   .au-emojy-wrap ul::-webkit-scrollbar-track {
       background-color: #f5f5f5;
       box-shadow: none;
   }
   .au-emojy-wrap ul::-webkit-scrollbar-thumb {
       background-color: var(--wia-primary);
       box-shadow: none;
   }
   /* Video Play Btn CSS */
   .au-play-btn-wrap ul {
       display: grid;
       max-height: 200px;
       overflow: hidden auto;
       padding: 0 10px 0 0;
       margin: 0;
       grid-template-columns: repeat(3, 1fr);
       grid-row-gap: 10px;
       grid-column-gap: 10px;
   }
   .au-play-btn-wrap ul::-webkit-scrollbar {
       width: 3px;
       border-radius: 10px;
       box-shadow: none;
   }
   .au-play-btn-wrap ul::-webkit-scrollbar-track {
       background-color: #f5f5f5;
       box-shadow: none;
   }
   .au-play-btn-wrap ul::-webkit-scrollbar-thumb {
       background-color: var(--wia-primary);
       box-shadow: none;
   }
   .au-play-btn-wrap ul svg {
       fill: var(--wia-primary);
       height: 30px;
   }
   .au-play-btn-wrap ul li a {
       display: block;
       text-align: center;
       min-height: 50px;
       border-radius: 3px;
       background: #fff8fa;
       border: 1px solid #ffe6eb;
       padding: 15px 10px;
   }
   /* Sound Settings */
   .au-input-note {
       font-weight: 500;
       font-size: 11px;
   }
   /****** DEV CSS ****/
   .playbtn {
       position: relative;
       z-index: 9;
   }
   .au_border_box {
       position: absolute;
       border-radius: 3px;
       display: inline-flex;
       align-items: center;
       top: 20px;
       left: 0;
       padding: 10px 10px;
   }
   /* Change Thumb Btn CSS */
   .au_video_thumb_image {
       display: block;
       width: 100%;
       text-align: center;
   }
   /** Template Table CSS Start */
   .au-templates-wrapper .au-main-title {
       margin: 0 0 20px;
   }
   .user-form-listing .search-box {
       width: 100%;
       margin: 0 auto 30px;
       background: #ffffff;
       padding: 0;
       border-radius: 30px;
       max-width: 850px;
       float: none;
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
   }
   .user-form-listing .search-box input {
       width: calc(100% - 170px);
       height: 40px;
       border: 1px solid #d6e8ff;
       min-height: 50px;
       padding: 0 20px;
       box-shadow: 0 0 20px rgb(0 0 0 / 1%);
       border-radius: 60px 0 0 60px;
       margin: 0;
   }
   .user-form-listing .search-box input#search-submit {
       max-width: 170px;
       width: 100%;
       border-radius: 0 60px 60px 0;
       display: inline-block;
       min-width: 150px;
       box-shadow: 0 0 30px 0px rgb(255 45 90 / 30%);
       background: var(--wia-primary);
       color: #ffffff;
       border: 1px solid var(--wia-primary);
       font-size: 14px;
       font-weight: 600;
       text-transform: capitalize;
       text-align: center;
       text-decoration: none;
   }
   .autoplay-table {
       background: #ffffff;
       padding: 30px 20px;
       border-radius: 20px;
   }
   .autoplay-table .tablenav {
       margin: 0 0 30px;
   }
   .autoplay-table .tablenav.bottom {
       margin: 20px 0 0;
   }
   .autoplay-table .tablenav select {
       border-color: #efefef;
       padding: 3px 30px 3px 15px;
       font-size: 14px;
       margin: 0;
   }
   .autoplay-table .tablenav input[type="submit"] {
       border-radius: 3px;
       display: inline-block;
       min-width: 100px;
       box-shadow: none;
       background: #ffffff;
       color: var(--wia-primary);
       border: 1px solid var(--wia-primary);
       font-size: 14px;
       font-weight: 500;
       text-transform: capitalize;
       text-align: center;
       text-decoration: none;
       margin: 0 0 0 10px !important;
   }
   .autoplay-table .widefat tfoot td,
   .autoplay-table .widefat tfoot th,
   .autoplay-table .widefat thead td,
   .autoplay-table .widefat thead th {
       border-bottom: 1px solid #efefef;
       background: #3a3a3a;
       color: #ffffff;
   }
   .autoplay-table .widefat tfoot td a,
   .autoplay-table .widefat tfoot th a,
   .autoplay-table .widefat thead td a,
   .autoplay-table .widefat thead th a {
       color: #ffffff;
   }
   .autoplay-table table {
       border: 0;
       box-shadow: none;
   }
   body .au-btn.btn-sm.au-edit,
   body .au-btn.btn-sm.au-delete {
       font-weight: 600;
       min-width: 70px;
       font-size: 12px;
       padding: 3px 0;
       margin: 0 3px;
       text-align: center;
   }
   .au-delete,
   body .au-btn.btn-sm.au-delete:hover {
       background: #ff0037;
       box-shadow: none;
       color: #ffffff;
       border-color: #ff0037;
   }
   .au-edit,
   body .au-btn.btn-sm.au-edit:hover {
       background: #3cdded;
       box-shadow: none;
       color: #ffffff;
       border-color: #3cdded;
   }
   .striped>tbody>:nth-child(odd) {
       background-color: #fafafa;
   }
   .striped>tbody>:nth-child(even) {
       background-color: #efefef;
   }
   .autoplay-table table td a:not(.au-btn) {
       color: #111111;
       text-transform: capitalize;
       font-weight: 500;
   }
   .autoplay-table table code {
       font-weight: 700;
       font-size: 12px;
   }
   .hl-delete {
       margin-left: 20px;
   }
   /** Template Table CSS End */
   .au_topbar_dl {
       position: fixed;
       right: 0;
       top: 0;
       bottom: 0;
       margin: auto;
       height: 50px;
       width: 50px;
       text-align: center;
       line-height: 50px;
       border-radius: 3px 0 0 3px;
       background: var(--wia-primary);
       cursor: pointer;
   }
   .au_topbar_dl svg {
       fill: #ffffff;
       height: 30px;
   }
   /* Pre Build Template Design */
   .au-prebuild-temp-image {
       position: relative;
       overflow: hidden;
       padding: 10px;
       padding-bottom: 0;
   }
   .au-prebuild-temp-image img {
       border-radius: 10px;
   }
   .au-prebuild-temp-section {
       position: relative;
       margin: 0 0 30px;
       background: #ffffff;
       border-radius: 10px;
       box-shadow: 0 0 20px rgb(0 0 0 / 3%);
   }
   .au-prebuild-temp-image .au-prebuild-temp-edit {
       position: absolute;
       top: 20px;
       right: 20px;
       background: var(--wia-primary);
       color: #fff;
       width: 30px;
       height: 30px;
       text-align: center;
       border-radius: 6px;
   }
   .au-prebuild-temp-image .au-prebuild-temp-edit:hover {
       background: var(--wia-title-color);
   }
   .au-prebuild-temp-title {
       padding: 20px 20px;
   }
   .au-prebuild-temp-title h3 {
       margin: 0;
       font-size: 16px;
       font-weight: 600;
       color: var(--wia-title-color);
       width: 100%;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
   }
   .au-prebuild-temp-section:hover .au-prebuild-temp-title h3 {
       color: var(--wia-primary);
   }
   .au-prebuild-temp-section:hover .au-prebuild-temp-title h3,
   .au-prebuild-temp-section .au-prebuild-temp-title h3,
   .au-prebuild-temp-image .au-prebuild-temp-edit:hover,
   .au-prebuild-temp-image .au-prebuild-temp-edit {
       -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
       transition: all 0.5s;
   }
   
   .au-pre-build-title {
       font-size: 18px;
       font-weight: 700;
       color: var(--wia-title-color);
       margin: 10px 0 20px;
   }
   
   .au-video-overlay.au_draggable.ui-resizable.ui-draggable.ui-draggable-handle {
       border: dotted var(--wia-primary);
   }
   
   .au-main-video-wrap {
       position: relative;
   }
   .au-main-video-wrap .au_pl_section {
       position: absolute;
       top: 0;
       bottom: 0;
       right: 0;
       left: 0;
   }
   .au_play_icon, .au_emoji_icon {
       position: absolute;
       border-radius: 3px;
       display: inline-flex;
       align-items: center;
       top: 20px;
       left: 0;
       padding: 10px 10px;
   }
   audio.au_audio_player {
       visibility: hidden;
       opacity: 0;
   }
   .animate__animated {
       animation-iteration-count: infinite;
       animation-delay: 2s;
       animation-timing-function: ease;
   }
   /* Responsive CSS */
   @media(max-width:1399px) {
       .au_video_template_inner_wrap {
           padding: 30px 20px;
       }
   }
   @media(max-width:1300px) {
       .au-video-options-wrap {
           width: 300px;
       }
   }
   @media(max-width:1199px) {
       .au-editor-nav ul li a {
           min-width: 130px;
           padding: 15px 20px;
       }
       .au-editor-nav ul li a .au-nav-icon {
           display: block;
           width: 100%;
           text-align: center;
           margin: 0 0 10px;
       }
   }