*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
ul{
  margin: 0;
  padding: 0;
}
a[href=""], a:not([href]) {
  cursor: default;
}
p{
  font-size: 1rem;
  margin-bottom: 1rem;
}
img, svg {
  vertical-align: middle;
}
.toplevel_page_gwv-demo-import .wp-menu-image img {
  width: 22px;
  margin-top: -9%;
}
/* -----Control Css-- */
.gwv-d-flex{
  display: flex;
} 
.gwv-space-between{
justify-content: space-between;
}
.gwv-align-center{
  align-items: center;
}
.block-editor-block-inspector .gwv-tab-controls .components-toggle-control {
  margin-bottom: 20px;
}
.block-editor-block-inspector .gwv-tab-controls .components-toggle-control:last-child{
  margin-bottom: 0px;
}
.gwv-tab-controls .components-toggle-control .components-flex {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.gwv-tab-controls .components-base-control.components-range-control,
.gwv-tab-controls .components-base-control.gwv-range{
  margin-top: 0px;
  margin-bottom: 0px;
}
.gwv-res-range-control > .components-base-control__field > .components-base-control__label {
  margin-right: 100px;
}
.gwv-tab-controls.style .components-button:focus:not(:disabled){
  box-shadow: none;
}
.components-button-group .components-button{
  box-shadow: none;
}
.gwv-panel-control .gwv-tab-panel .components-panel__body.is-opened, 
.gwv-panel-control .gwv-tab-panel .components-panel__body .components-panel__body-title:hover {
  background: #f8f5ff;
}
.gwv-panel-control .gwv-tab-panel .components-panel__body{
  margin-top: 0;
  border-top: 0;
  border-bottom: 1px solid #e4d9ff;
}
.gwv-panel-control .gwv-tab-panel .components-panel__body-title{
  box-shadow: 0 1px 0 #e4d9ff;
}
.gwv-panel-control .gwv-tab-panel .components-panel__body-title .components-panel__body-toggle.components-button:focus{
  box-shadow: none;
}
.gwv-panel-control .gwv-tab-panel .components-panel__body.is-opened>.components-panel__body-title{
  margin-bottom: 15px;
}
.gwv-panel-control .gwv-tab-panel .components-panel__body-title button.components-button{
  color: #5d6c83 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.gwv-panel-control .gwv-tab-panel .gwv-pro-notice-body .components-panel__body-title button.components-button{
  color: #5E24EF !important;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .components-panel__body-title{
  background: transparent;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .components-panel__body{
  border: 1px solid #e0e0e0;
  background: #fff;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .remove-item{
  margin: 8px 0 8px 0;
  color: #e12211;
  text-decoration: none;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .rfipbtn--default{
  border: 1px solid #e4d9ff;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .rfipbtn--default:active, .gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .rfipbtn--default:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .rfipbtn--default .rfipbtn__button{
  border: 0 none transparent;
  border-left: 1px solid #e4d9ff;
  background-color: #f8f5ff;
  color: #424242;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .rfipbtn--default .rfipbtn__button:hover{
  background-color: #ffffff;
}
.gwv-panel-control .gwv-tab-panel  .gwv-icon-picker .rfipdropdown--default{
  -webkit-box-shadow: 0 6px 13px rgb(0 0 0 / 8%), 0 10px 20px rgb(0 0 0 / 3%);
  box-shadow: 0 6px 13px rgb(0 0 0 / 8%), 0 10px 20px rgb(0 0 0 / 3%);
  border-radius: 3px;
}
.gwv-panel-control .gwv-tab-panel .components-range-control__track, 
.box-shadow-controls-wrapper .components-range-control__track, 
.typography-controls-wrapper .components-range-control__track {
  background-color: #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .components-range-control__track+span>span, 
.box-shadow-controls-wrapper .components-range-control__track+span>span, 
.typography-controls-wrapper .components-range-control__track+span>span {
  background-color: #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .components-text-control__input, .gwv-panel-control .gwv-tab-panel .components-textarea-control__input, .gwv-panel-control .gwv-tab-panel .components-input-control__container .components-input-control__backdrop, 
.box-shadow-controls-wrapper .components-input-control__container .components-input-control__backdrop, 
.typography-controls-wrapper .components-input-control__container .components-input-control__backdrop {
  border: 1px solid #e2e8f0 !important;
}
.gwv-panel-control .gwv-tab-panel input[type=checkbox]:focus {
  box-shadow: none;
}
.gwv-panel-control .gwv-tab-panel .components-form-toggle .components-form-toggle__track{
  box-shadow: none;
  border: 1px solid #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .components-form-toggle .components-form-toggle__thumb{
  background-color: #5E24EF;
  border: 5px solid #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .components-form-toggle.is-checked .components-form-toggle__track{
  background-color: #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .components-form-toggle.is-checked .components-form-toggle__thumb {
  background-color: #ffffff;
  border: 5px solid #ffffff;
}
.gwv-panel-control .gwv-pro-notice{
  padding: 20px 0 10px 0;
  text-align: center;
  color: #000000 !important;
  font-weight: 500 !important;
}
.gwv-panel-control .gwv-pro-features{
  color: #5d6c83 !important;
  font-weight: 500 !important;
}
.gwv-panel-control .gwv-pro-notice a{
  color: #5E24EF;
}
.gwv-panel-control .gwv-pro-features a{
  color: #5E24EF;
  text-decoration: underline;
}
.gwv-panel-control .gwv-pro-notice a:hover, .gwv-panel-control .gwv-pro-features a:hover{
  color: #e12211;
}
span.dashicons-external:before{
  color: #1e1e1e;
}
/* Responsive Alignment Control  */
.gwv-panel-control .gwv-tab-panel .gwv-res-choose-controls, .gwv-res-choose-controls {
  margin-bottom: 10px;
}
.block-editor-block-inspector .gwv-res-choose-control .components-toggle-group-control div {
  justify-content: center;
}
.gwv-panel-control .gwv-tab-panel .gwv-res-choose-toggle-container .components-toggle-group-control:focus-within, .gwv-res-choose-toggle-container .components-toggle-group-control:focus-within{
  box-shadow: none;
  border: 1px solid #aab6c9;
}
.gwv-panel-control .gwv-tab-panel .gwv-res-choose-toggle-container .components-toggle-group-control:hover,  .gwv-res-choose-toggle-container .components-toggle-group-control:hover{
  border: 1px solid #aab6c9;
}
.gwv-panel-control .gwv-tab-panel .gwv-res-choose-toggle-container .components-toggle-group-control, .gwv-res-choose-toggle-container .components-toggle-group-control{
  background-color: #f8f5ff;
  border: 1px solid #aab6c9;
  border-radius: 3px;
}
.gwv-panel-control .gwv-tab-panel .gwv-res-choose-toggle-container .components-toggle-group-control-option-base, .gwv-res-choose-toggle-container .components-toggle-group-control-option-base{
  color: #5d6c83;
  font-weight: 500;
}
.gwv-panel-control .gwv-tab-panel .gwv-res-choose-toggle-container .components-toggle-group-control-option-base[aria-checked="true"], .gwv-res-choose-toggle-container .components-toggle-group-control-option-base[aria-checked="true"]{
  color: #fff;
}
.gwv-panel-control .gwv-tab-panel .gwv-res-choose-toggle-container div[role="presentation"], .gwv-res-choose-toggle-container div[role="presentation"]{
  background-color: #5E24EF;
  border-radius: 3px;
}
.gwv-panel-control .gwv-tab-panel .gwv-tab{
  color: #1A0E37;
}
.gwv-panel-control .gwv-tab-panel .gwv-tab.active-tab{
  background-color: #efe8ff;
  color: #5E24EF;
  border-bottom: 3px solid #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .gwv-tab:hover{
  color: #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .gwv-tab{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 200px;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  height: 40px;
  justify-content: center;
}
.gwv-panel-control .gwv-tab-panel .gwv-button:first-child{
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-radius: 2px 0 0 2px;
}
.gwv-panel-control .gwv-tab-panel .gwv-button:last-child{
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-radius: 0 2px 2px 0;
}
.gwv-panel-control .gwv-tab-panel .gwv-button:hover{
  background-color: #5E24EF;
  border: 1px solid #5E24EF;
  color: #fff;
}
.gwv-panel-control .gwv-tab-panel .gwv-button.tab-active{
  background-color: #5E24EF;
  border: 1px solid #5E24EF;
  color: #fff;
}
.gwv-panel-control .gwv-tab-panel .gwv-button{
  background: #ffffff;
  border: 1px solid #5E24EF;
  color: #5E24EF;
}
.gwv-panel-control .gwv-tab-panel .gwv-button{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34px;
}
.gwv-tab-controls.normal, .gwv-tab-controls.hover, .gwv-tab-controls.active {
  padding-top: 16px;
}
.gwv-tab-controls.contained, .gwv-tab-controls.full-width {
  padding-top: 25px;
}
.gwv-tab-controls hr{
  border-bottom: 1px solid #e4d9ff;
}
.gwv-panel-control .gwv-tab-panel .gwv-tab:focus{
  box-shadow: unset;
}
.gwv-panel-control .gwv-tab-panel .gwv-tab:not(:first-child){
  border-left: 1px solid #fff;
}
button.gwv_image_upload_btn:focus {
  box-shadow: unset !important;
}
button.gwv_image_upload_btn {
  background-color: #e5e3e345;
  color: #5E24EF;
  height: 100px;
  width: 100%;
  justify-content: center;
}
.gwv-panel-control .gwv-tab-panel .image-avatar {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-bottom: 8px;
  padding: 2px;
  width: 100%;
}
.gwv-panel-control .gwv-tab-panel .image-avatar .image-remove {
  color: #e12211;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 2px;
  display: flex;
  background: #eae7f3;
  right: 25px;
  margin-top: 7px;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.gwv-panel-control .gwv-tab-panel .gwv-icon-picker .image-avatar .image-remove {
  right: 38px;
  margin-top: 4px;
}
.gwv-panel-control .gwv-tab-panel button.components-button.gwv-add-icons{
  margin-top: 10px;
  background: #e0e0e0;
  color: #212121;
  font-weight: 500;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: auto;
}
.gwv-panel-control .gwv-tab-panel .components-base-control.gwv-font-family-picker input {
  box-shadow: unset;
}
.gwv-panel-control .gwvResButton, .gwvResButton{
  background-color: transparent;
  color: #5d6c83;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  font-size: 12px;
  height: 18px;
  width: 19px;
  margin: 0 8px 0 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.gwv-panel-control .gwvResButton.active, .gwvResButton.active {
  color: #5E24EF;
  background-color: #e2d6fb;
}
.gwv-panel-control .gwv-tab-panel .gwv-unit-control.components-unit-control, .gwv-unit-control.components-unit-control{
  align-items: flex-end;
}
.gwv-panel-control .gwv-tab-panel .gwv-unit-control.components-unit-control .components-input-control__container, .gwv-unit-control.components-unit-control .components-input-control__container {
  width: 65%;
}
.gwv-panel-control .gwv-tab-panel .gwv-base-control.components-base-control .components-base-control__field, .gwv-base-control.components-base-control .components-base-control__field {
  display: flex;
  align-items: center;
}
.gwv-panel-control .gwv-tab-panel .components-tools-panel.gwv-color-style, .components-tools-panel.gwv-color-style{
  border: none;
  padding: 0px;
}
.gwv-panel-control .gwv-tab-panel .components-tools-panel.gwv-color-style button.components-button, .components-tools-panel.gwv-color-style button.components-button{
  padding: 8px;
  width: 36px;
  height: 36px;
}
.gwv-panel-control .gwv-tab-panel .gwv-color-style .block-editor-tools-panel-color-gradient-settings__item.first, .gwv-color-style .block-editor-tools-panel-color-gradient-settings__item.first{
  margin-top: 0;
}
.gwv-tab-controls .rfip{
  margin: 0;
}
.gwv-tab-controls .rfipdropdown--default.rfipdropdown {
  width: 248px !important;
}
.gwv-tab-controls .rfip .rfipdropdown {
  position: relative;
  left: -15px !important;
}
.gwv-tab-controls .components-base-control.gwv-icon-picker .components-base-control__label{
  display: block;
}
.gwv-res-dimension.components-base-control, 
.gwv-border-control.components-base-control, 
.gwv-res-range-control.components-base-control {
  margin-bottom: 20px !important;
}
.gwv-res-dimension-label-n-unit, 
.gwv-border-main-label,
.gwv-color-controls, 
.gwv-shadow-controls, 
.gwv-typography-controls, 
.gwv-res-range-controls, 
.gwv-range-controls, 
.gwv-color-type, 
.gwv-select-control, 
.gwv-res-choose-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}
.gwv-control-label .components-base-control__label, .gwv-control-label .components-input-control__label, .gwv-res-dimension-label, .gwv-res-range-label, .gwv-res-choose-label, .gwv-range-label, .gwv-border-label, .gwv-shadow-position-label, .gwv-color-label, 
.gwv-shadow-label, .gwv-color-type-label, .gwv-select-control-label, .gwv-typography-label, .gwv-range-label .components-base-control__label, 
.gwv-control-label .components-toggle-control__label{
  color: #5d6c83 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}
.gwv-control-label.heading .components-base-control__label {
  font-weight: 600 !important;
  font-size: 14px !important;
}
.gwv-control-label .components-select-control__input{
  font-weight: 400 !important;
}
.gwv-dimension-inner {
  display: flex;
  gap: 2px;
  padding-top: 10px;
}
.gwv-res-range-inner, .gwv-range-inner {
  padding-top: 10px;
}
.gwv-dimension-inner .components-base-control .components-base-control__field .components-flex{
  gap: inherit;
}
.gwv-dimension-inner .components-base-control .components-base-control__field .components-flex .components-flex-item{
  align-self: center;
  max-width: 100%;
}
.gwv-dimension-inner label.components-input-control__label{
  color: #5d6c83;
  text-transform: capitalize !important;
}
.gwv-dimension-inner button.components-button{
    background: transparent; 
    color: #5d6c83;
    border-color: rgba(0,0,0,0);
    background: none;
    cursor: pointer;
}
.gwv-dimension-inner button.components-button i{
  height: 18px;
}
.gwv-units-container{
  margin-left: auto;
}
.gwv-units-hide .gwv-units-container {
  display: none;
}
.gwv-panel-control .gwv-units-dropdown .gwv-units-button, .gwv-units-dropdown .gwv-units-button{
  align-items: center;
  display: flex;
  justify-content: center;
  height: 20px;
  width: 30px;
  font-size: 10px;
  font-weight: 700;
  line-height: 0;
  text-transform: uppercase;
  background: #e2d6fb;
  color: #5E24EF;
}
.gwv-units-dropdown button.components-button.gwv-units-button:hover{
  background: #e2d6fb;
  color: #5E24EF;
  border: none;
}
.gwv-dropdown-unit-items .components-popover__content{
  padding: 0;
  box-shadow: 0 0 7px 0px rgb(0 0 0 / 12%);
  border-radius: 3px;
  border: 1px solid #e2e8f0;
}
.gwv-dropdown-unit-items .components-popover__content button.gwv-units-menus{
  align-items: center;
  display: flex;
  justify-content: center;
  height: 25px;
  width: 28px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  color: #5d6c83;
}
.gwv-panel-control .gwv-tab-panel .gwv-dimension-inner button.components-button:hover, .gwv-dimension-inner button.components-button:hover, 
.gwv-panel-control .gwv-tab-panel .gwv-dimension-inner button.components-button:hover:not(:disabled), .gwv-dimension-inner button.components-button:hover:not(:disabled){
  background: transparent; 
  background: none;
  color: #5d6c83;
  border-color: rgba(0,0,0,0);
}
.gwv-panel-control .gwv-tab-panel .gwv-dimension-inner .components-base-control.components-input-control, .gwv-dimension-inner .components-base-control.components-input-control, 
.gwv-panel-control .gwv-tab-panel .gwv-border-main-label .components-base-control,
.gwv-panel-control .gwv-tab-panel .gwv-border-main-label .components-base-control .components-base-control__field, 
.gwv-shadow-position .components-base-control,
.gwv-shadow-position .components-base-control .components-base-control__field, 
.gwv-panel-control .gwv-tab-panel .gwv-color-type .components-base-control, .gwv-color-type .components-base-control, 
.gwv-panel-control .gwv-tab-panel .gwv-color-type .components-base-control .components-base-control__field, .gwv-color-type .components-base-control .components-base-control__field, 
.gwv-panel-control .gwv-tab-panel .gwv-select-control .components-base-control, .gwv-select-control .components-base-control, 
.gwv-panel-control .gwv-tab-panel .gwv-select-control .components-base-control .components-base-control__field, .gwv-select-control .components-base-control .components-base-control__field {
  margin-bottom: 0 !important;
}
.gwv-panel-control .gwv-tab-panel .gwv-border-main-label .components-base-control, 
.gwv-shadow-position .components-base-control, 
.gwv-panel-control .gwv-tab-panel .gwv-color-type .components-base-control, .gwv-color-type .components-base-control, 
.gwv-panel-control .gwv-tab-panel .gwv-select-control .components-base-control, .gwv-select-control .components-base-control {
  width: 120px;
}
.gwv-panel-control .gwv-tab-panel .gwv-border-main-label, 
.gwv-panel-control .gwv-tab-panel .gwv-color-controls, .gwv-color-controls,
.gwv-panel-control .gwv-tab-panel .gwv-shadow-controls, .gwv-shadow-controls, 
.gwv-panel-control .gwv-tab-panel .gwv-typography-controls, .gwv-typography-controls, 
.gwv-panel-control .gwv-tab-panel .gwv-color-type, .gwv-color-type, 
.gwv-panel-control .gwv-tab-panel .gwv-select-control, .gwv-select-control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gwv-shadow-position{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* -----Color Picker Control----- */
.gwv-panel-control .gwv-tab-panel .control-label-wrapper .button-wrapper, .control-label-wrapper .button-wrapper {
  display: flex;
  align-items: center;
}
.gwv-panel-control .button-wrapper .gwv-color-toggle, .button-wrapper .gwv-color-toggle, 
.gwv-panel-control .button-wrapper .gwv-edit-toggle, .button-wrapper .gwv-edit-toggle{
  display: flex;
  padding: 7px;
  gap: 4px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
}
.gwv-panel-control .gwv-tab-panel .components-button.gwv-color-toggle.is-secondary:hover:not(:disabled), .components-button.gwv-color-toggle.is-secondary:hover:not(:disabled), .components-button.gwv-color-toggle.is-secondary:focus:not(:disabled),
.gwv-panel-control .gwv-tab-panel .components-button.gwv-edit-toggle.is-secondary:hover:not(:disabled), .components-button.gwv-edit-toggle.is-secondary:hover:not(:disabled){
  box-shadow: none;
}
.button-wrapper .gwv-color-toggle span.gwv-defined-color{
  width: 19px;
  height: 19px;
  background: repeating-conic-gradient(rgb(153, 153, 153) 0%, rgb(153, 153, 153) 25%, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 50%) center center / 8px 8px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.gwv-panel-control .gwv-tab-panel .components-button.gwv-color-toggle.is-pressed:hover:not(:disabled), .components-button.gwv-color-toggle.is-pressed:hover:not(:disabled), 
.gwv-panel-control .gwv-tab-panel .components-button.gwv-edit-toggle.is-pressed:hover:not(:disabled), .components-button.gwv-edit-toggle.is-pressed:hover:not(:disabled) {
  background: #fff;
}
.gwv-panel-control .gwv-tab-panel .button-wrapper span.gwv-reset, .button-wrapper span.gwv-reset{
  color: #b69df3;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* -----Box Shadow & Typography Control----- */
.box-shadow-controls-wrapper, 
.typography-controls-wrapper {
  width: 300px;
  padding: 12px;
}
.gwv-panel-control .gwv-tab-panel .button-wrapper .gwv-edit-toggle span.gwv-open-edit, .button-wrapper .gwv-edit-toggle span.gwv-open-edit{
  color: #5d6c83;
  height: 20px;
  width: 20px;
}
/* -----Responsive Range Control----- */
.gwv-panel-control .gwv-tab-panel .gwv-reset .components-button.components-range-control__reset, .gwv-reset .components-button.components-range-control__reset{
  border: none;
  font-weight: 600;
  color: #5E24EF;
  box-shadow: none;
  background: #e2d6fb;
  margin-left: -2px;
}
.gwv-panel-control .gwv-tab-panel .gwv-reset .components-button.components-range-control__reset.is-secondary:hover:not(:disabled), .gwv-reset .components-button.components-range-control__reset.is-secondary:hover:not(:disabled){
  box-shadow: none;
}
/* -----Gradient Control----- */
.gwv-panel-control .gwv-tab-panel .gwv-color-type-controls, .gwv-color-type-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gwv-panel-control .gwv-tab-panel .gwv-color-type-control-tab, .gwv-color-type-control-tab {
  display: flex;
  gap: 4px;
}
.gwv-panel-control .gwv-tab-panel .gwv-color-type-control-tab .gwv-gradient-tab-button, .gwv-color-type-control-tab .gwv-gradient-tab-button {
  border: 1px solid #e2e8f0;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  border-radius: 2px;
  padding: 5px;
  height: 26px;
  width: 26px;
  min-width: unset;
}
.gwv-panel-control .gwv-tab-panel .gwv-color-type-control-tab .gwv-gradient-tab-button:hover{
  color: #000;
}
.gwv-panel-control .gwv-tab-panel .gwv-color-type-control-tab .gwv-gradient-tab-button.is-active{
  color: #5E24EF;
  background-color: #e2d6fb;
  box-shadow: none;
  border-color: #e2d6fb;
}
.gwv-panel-control .gwv-tab-panel .gwv-color-type-control-tab .gwv-gradient-tab-button span {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.gwv-panel-control .gwv-tab-panel .gwv-color-types {
  padding-top: 10px;
}
.gwv-panel-control .gwv-tab-panel label.gwv-background-type-label {
  margin-bottom: 8px;
}
/*---------- Section -----------*/
[class*=gwv] {
--wp-admin-theme-color: #1e59d8;
--wp-admin-theme-color-darker-10: #1e59d8;
}
.block-editor-button-block-appender, .block-editor-button-block-appender:hover {
box-shadow: none;
color: #a9b3b9;
}
[data-type="gutenwave/column"] {
margin: 0 !important;
}
[data-type="gutenwave/column"] .gwv-column {
width: 100% !important;
}
.gwv-inner-section .gwv-column .column-main {
padding-left: var(--colSpacing);
}
.gwv-inner-section .gwv-column {
position: relative;
}
[data-type="gutenwave/column"]:not(.is-selected) .gwv-column .column-main .block-list-appender:only-child {
pointer-events: none;
outline: #000 dashed 1px;
}
.gwv-column .column-main .block-list-appender {
width: 100%;
}
[data-type="gutenwave/column"]:not(.is-selected) .gwv-column .column-main .block-list-appender:only-child .components-dropdown {
visibility: hidden;
}
.gwv-section {
position: relative;
transition: all 200ms;
}
.gwv-section .gwv-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.gwv-container, .gwv-container-fluid {
margin-right: auto;
margin-left: auto;
position: relative;
}
.gwv-section [class*="gwv-container"] .gwv-inner-section {
row-gap: 30px;
}
.gwv-section [class*="gwv-container"] .gwv-inner-section {
--colSpacing: 30px;
margin-left: calc(var(--colSpacing)* -1);
}
.gwv-section .gwv-inner-section{
display: flex;
position: relative;
flex-wrap: wrap;
}
.components-placeholder.gwv-section-preset {
background: #fafbff !important;
padding: 32px 20px;
box-shadow: none !important;
gap: 0px;
}
.components-placeholder.gwv-section-preset .components-placeholder__label {
margin: 0 auto;
font-size: 24px;
font-weight: 600;
}
.components-placeholder.gwv-section-preset .components-placeholder__fieldset {
justify-content: center;
margin-top: 32px;
}
.components-placeholder.gwv-section-preset .gwv-section-preset-group {
max-width: 800px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}
.components-placeholder.gwv-section-preset .gwv-section-preset-btn {
width: 105px;
height: 50px;
padding: 0 !important;
background-color: rgba(0, 0, 0, 0) !important;
display: inline-flex;
cursor: pointer;
outline: none;
border: none;
box-shadow: none !important;
}
.components-placeholder.gwv-section-preset .gwv-section-preset-btn>i:first-child {
border: none;
}
.components-placeholder.gwv-section-preset .gwv-section-preset-btn>i {
height: 50px;
border-left: 1px solid #fafbff;
background-color: #e2e8f0;
}
.components-placeholder.gwv-section-preset .gwv-section-preset-import-btn {
width: 100%;
text-align: center;
margin-top: 32px;
cursor: pointer;
}
.components-placeholder.gwv-section-preset .gwv-section-preset-import-btn>button {
background-color: #2563eb !important;
padding: 8px 16px !important;
font-size: 14px;
font-weight: 600;
line-height: 21px;
color: #fff;
border: none;
box-shadow: none;
}
.gwv-inner-section .gwv-column .gwv-column-inner.gwv-flex  {
display: flex;
}

.gwv-inner-section .gwv-column .gwv-column-inner{
position: relative;
}
.gwv-inner-section .gwv-column .gwv-column-inner.gwv-flex.gwv-horizontal  {
flex-direction: row;
}
.gwv-inner-section .gwv-column .gwv-column-inner.gwv-flex.gwv-vertical  {
flex-direction: column;
}
/*----- Dual Heading -----*/
.gwv-dual-heading .title{
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.gwv-dual-heading .title a{
  font-size: 55px;
  text-transform: capitalize;
  text-decoration: none;
  color: #212121;
}
.gwv-dual-heading .text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
  color: #718096;
  text-align: center;
}
.gwv-dual-heading .title span{
  background-color: #0036FF;
  background-repeat: repeat;
  -webkit-background-clip : text;
  -webkit-text-fill-color: transparent;
  vertical-align: initial;
}
/*----- Advanced Image -----*/
.gwv-adv-image img.gwv-image{
  height: auto;
  max-width: 100%;
}
.gwv-adv-image .gwv-image-wrapper {
  display: inline-block;
}
.gwv-adv-image a {
  display: inline-block;
}
.gwv-adv-image img.gwv-image{
  display: inline-block;
  transition: transform 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.gwv-image-wrapper.gwv-hover-effect-zoom-in img.gwv-image:hover{
  transform: scale(1.2);
}
.gwv-image-wrapper.gwv-hover-effect-zoom-out img.gwv-image {
  transform: scale(1.2);
}
.gwv-image-wrapper.gwv-hover-effect-zoom-out img.gwv-image:hover {
  transform: scale(1);
}
.gwv-image-wrapper.gwv-hover-effect-slide img.gwv-image:hover {
  transform: translateX(10px);
  transition: transform .3s ease-in-out;
}
.gwv-image-wrapper.gwv-hover-effect-blur img.gwv-image:hover {
  filter: blur(3px);
}
.gwv-image-wrapper.gwv-hover-effect-blur img.gwv-image {
  filter: blur(0);
}
/*----- Creative Button -----*/
.gwv-creative-button-wrapper a.gwv-creative-button {
  padding: 14px 30px;
  background-color: #0036FF;
  color: #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.gwv-creative-button-wrapper a.gwv-creative-button .gwv-button-text {
  text-decoration: none;
}
/*----- Effect Winona -----*/
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-winona {
  padding: 0 !important;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-winona::after {
  content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
  right: 0;
	opacity: 0;
	color: #fff;
  text-align: center;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-winona .gwv-button-text {
  display: block;
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-winona::after ,.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-winona .gwv-button-text{
  padding: 14px 30px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-winona:hover .gwv-button-text {
  opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*----- Effect Ujarak -----*/
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-ujarak{ 
  -webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
  z-index: 1;
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-ujarak::before{ 
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 5px;
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-ujarak::before,
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-ujarak {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-ujarak:hover {
	color: #fff;
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*----- Effect Wayra -----*/
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-wayra {
	overflow: hidden;
  z-index: 1;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-wayra:hover {
	color: #fff;
}
.gwv-creative-button-wrapper a.gwv-creative-button.gwv-creative-button-wayra:hover::before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/*----- Price Ribbon One -----*/
.gwv-price .gwv-price-ribbon{
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0 ; 
}
.gwv-price .gwv-price-ribbon span{
  border-radius: 0px 20px 20px 0px;
  padding:8px 20px 8px 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Roboto',sans-serif;
  color: #fff;
  background: #0036FF;
  box-shadow: 0px 0px 15px rgba(33, 33, 33, 0.12);
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase ;
}
.gwv-price.active .gwv-price-ribbon.one span{ 
  color: #0036FF;
  background: #fff; 
}  
/*----- Price Ribbon Two -----*/
.gwv-price .gwv-price-ribbon.two{
  left: unset;
  right: 0;
}
.gwv-price .gwv-price-ribbon.two span{
  color: #0036FF;
  background: #FFF;
  margin: 0;
  border-radius: 20px 0px 0px 20px;
} 
/*----- Price Ribbon Three -----*/
.gwv-price .gwv-price-ribbon.three{
  border-radius: 0; 
  padding-top: 45px;
  width: 100px;
  height: 100px;
}
.gwv-price .gwv-price-ribbon.three span{
  border-radius: 0; 
  transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg); 
  font-size: 13px;
  font-weight: 500;
  width: 200%;
  text-align: center;
} 
/*----- Price Ribbon Four -----*/
.gwv-price .gwv-price-ribbon.four{
  border-radius: 0; 
  right: 0;
  left: auto;
  width: 100px;
  height: 100px;
  transform: rotate(90deg); 
  padding-top: 45px;
}
.gwv-price .gwv-price-ribbon.four span{
  border-radius: 0; 
  transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg); 
  font-size: 13px;
  font-weight: 500;
  width: 200%;
  text-align: center;
} 
/*----- Price Table -----*/
.gwv-price{
  padding: 30px 40px;
  border: 1px solid;
  border-color: #E0E0E0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.gwv-currency {
  color: #212121;
}
.gwv-price.one.active{
  background-color: #0036FF;
}
.gwv-price .gwv-price-header{
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  border-color: #E0E0E0;
  padding-top: 1rem;
}
.gwv-price .gwv-price-heading .title{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.625rem;
  font-family: 'Roboto', sans-serif;
}
.gwv-price.active .gwv-price-heading .title{
  color: #fff;
}
.gwv-price .gwv-price-header .gwv-currency-value{
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}
.gwv-price.one.active  .gwv-currency span{
  color: #fff;
}
.gwv-price .gwv-price-header .gwv-currency-sign{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
}
.gwv-price .gwv-price-header .gwv-currency-sale{
  font-size: 20px;
  font-weight: 500; 
}
.gwv-price .gwv-price-header .gwv-duration {
  display: block;
}
.gwv-price .gwv-price-header .gwv-icon {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.gwv-price .gwv-icon .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #EAF3FF;
  color: #0036FF;
  border-radius: 60px;
  font-size: 50px;
  transition: all 0.5s;
}
.gwv-price .gwv-icon .icon svg{
  fill: #0036FF;
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: all 0.5s;
}
.gwv-price.active .gwv-icon .icon{
  background: #FFF;
}
.gwv-price .gwv-price-lists{
  padding: 15px 0 25px 0;
  margin: 0;
}
.gwv-price .gwv-price-lists li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}
.gwv-price.one.active .gwv-price-lists a{
  color: #fff;
}
.gwv-price.one.active .gwv-price-lists li a{
  color: #fff;
}
.gwv-price.one.active .gwv-price-lists li i{
  color: #fff;
}
.gwv-price .gwv-price-lists li i{
  color: #0036FF; 
  margin-right: 1rem;
  font-size: 16px;
}
.gwv-price .gwv-price-lists li a + i{ 
  margin-right: 0;
  margin-left: 1rem;
}
.gwv-price .gwv-price-lists li a{
  font-weight: 400;
  font-size: 15px;
  color: #616161;
  text-decoration: none;
}
.gwv-price .gwv-price-btn{
  padding: 14px 40px;
  background-color: #212121;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  border: 1px solid #212121;
  text-decoration: none;
}
.gwv-price .gwv-price-btn i{
  margin-bottom: 0;
}
.gwv-price.active .gwv-price-btn{
  background-color: #0036ff;
  border-color: #0036ff;
}
.gwv-price .gwv-price-btn:hover{
  background-color: #0036FF;
  border-color: #0036FF;
}
.gwv-price.one .gwv-price-btn{
  background-color: #0036FF;
  border-radius: 25px;
  border-color: #0036ff;
  text-decoration: none;
} 
.gwv-price.one .gwv-price-btn:hover{
  background-color: #fff;
  border-color: #0036FF;
  color: #0036FF;
  text-decoration: none;
}
.gwv-price.one.active .gwv-price-footer .gwv-price-btn{
  background: #fff;
  border-color: #FFF;
  color: #0036FF;
}
/*----- Team Member -----*/
.gwv-team-member {
  padding: 20px;
  background-color: #fff;
  transition: 0.5s;
}
.gwv-team-member:hover {
  box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.12);
}
.gwv-team-member .gwv-team-card-image img {
  object-fit: cover;
  margin: auto;
  display: block;
  width: 200px;
  height: 200px;
}
.gwv-team-member .gwv-bottom-content {
  text-align: center;
}
.gwv-team-member .heading .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.gwv-team-member .heading .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.gwv-team-member .social-icon {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.gwv-team-member .social-icon a{
  display: block;
  list-style: none;
  width: 40px;
  height: 40px;
  line-height: 42px; 
  text-align: center;
  margin: 0px 2px;
  transition: 0.5s;
  color: #0036FF; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.gwv-member-img {
  max-width: 100%;
  height: auto;
}
/*----- Icon -----*/
.gwv-icon-wrapper .gwv-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #333;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
}
.gwv-icon-wrapper .gwv-icon i {
  display: block;
}
.gwv-icon-wrapper.gwv-shape-circle .gwv-icon {
  border-radius: 50%;
}
.gwv-icon-wrapper.gwv-shape-square .gwv-icon {
  border-radius: 0;
}
.gwv-icon-wrapper.gwv-view-stacked .gwv-icon {
  padding: .5em;
  background-color: #333;
  color: #fff;
}
.gwv-icon-wrapper.gwv-view-framed .gwv-icon {
  padding: .5em;
  color: #333;
  border: 3px solid #333;
  background-color: transparent;
}