
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap');

a{
	text-decoration:none;
	outline:none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
    color: #3c5f85;	
}
a:focus, a:hover{
	text-decoration:none;
}

textarea:focus, input:focus,  label:focus{
    outline: none;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

*:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
    float: left;
    font-family: 'Inter', sans-serif;
    /*cursor: url(/img/download.png), auto;*/
    /* cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIJJREFUeNpiYGBg+I8Hf0KisQJGqAJiACM2QRZCCoix4D8JrgCBhUAciM0L6C7gAuIYIH4KxD+g8nJAPBcqrwPEV/G5QIFAAIOwIxMBrxECXPi8wAHEHkD8BIh/QtWBvLAVKm8GxKfJCcSpQOxLSizglWch0c8YgImA/Gc0GgMABBgAaiQu/TORGycAAAAASUVORK5CYII=), pointer;*/
}
body.hasFixBottom{
	padding-bottom:100px;
}
.half{
	width:50%;
	float:left;
}
.full{
	width:100%;
	float:left;
}
.NoMar{
	margin:0 !important;
}
.NoPad{
	padding:0 !important;
}
.PadB20{
	padding-bottom:20px !important;
}
.MarTop30{
    margin-top: 30px;
}

/*------------------ Ripple Effect // Start ----------------*/
a, a:focus, button:focus{
	outline:none;
	border:none;
	
}

.rippleria-ink {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10;
}
.HomeIconArea .rippleria-ink {
	background: rgba(239, 76, 78, 0.1);	
}
.rippleria-dark .rippleria-ink {
  background: rgba(0, 0, 0, 0.2);
}
@keyframes rippleria {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes rippleria {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

/*------------------ Ripple Effect // End ----------------*/

.topCollapsablePanel{
    width: 100%;
    float: left;
    background: #F1F7F9 url(../img/panel-bg.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 0px 20px;
    border-radius: 0;
    position: relative;
    height: auto;
    min-height: 560px;
    margin-top: 0px;
    transition: margin-top 0.3s ease-in;
}
.topCollapsablePanel.close{
    margin-top: -560px;
    transition: margin-top 0.3s ease-in ;
}
.panelActionBtnArea{
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 10;
    display: flex;
}
a.showhidePanelBtn{
    line-height: 44px;
    padding: 0px 40px 0 15px;
    border-radius: 0px;
    margin-bottom: -44px;
    letter-spacing: 1px;
    height: 44px;
    background: #ffd14e;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #E2E2E2;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}
a.showhidePanelBtn:hover{
    color: #440BBD;
}
a.showhidePanelBtn::after{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/angle-up.svg) 50% 50% no-repeat;
    background-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.close a.showhidePanelBtn::after{
    background: url(../img/angle-down.svg) 50% 50% no-repeat;
    background-size: 12px;
}




.tabArea{
    width: 100%;
    float: left;
    position: relative;
}
.tabContentArea{
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 30px;
}

.tabArea .tab-content{
    padding-left: 30px;
    transition: all 0.3s ease-in;
}
/*---*/
/* .topCollapsablePanel.hide .tabArea .tab-content{
    padding-left: 44px;
    transition: all 0.3s ease-in;
} */
/*---*/

.tabArea .d-flex{
    align-items: center;
}

.tabContentArea .imgArea{
    width: 70%;
    padding: 0px;
}
.tabContentArea .imgArea img{
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    max-height: 377px;
}
.tabContentArea .content{
    width: 30%;
    padding: 0px 0px 0 30px;
}
.tabContentArea .content h4{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px 0;
    padding: 0;
}
.tabContentArea .content p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #404040;
    margin: 0;
}
.topCollapsablePanel .nav-pills {
    width: 20%;
}
.nav-pills .nav-link{
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 0px;
    color: #000;
    background: #ecf2f7;
    text-align: left;
    margin: 0 0 4px 0;
    border-radius: 12px 12px;
    display: flex;
    border: 1px solid #e4e5f1;
    transition: all 0.3s ease-in;
    align-items: center;
    position: relative;
    padding: 12px 20px;
}
.nav-pills .nav-link i{
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.nav-pills .nav-link img{
    padding-right: 6px;
}
.nav-pills .nav-link:last-child{
    border-bottom: none;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover{
    color: #000;
    background: #fff;
    box-shadow: 0 10px 20px rgba(51, 64, 176, 0.13);
    transition: all 0.3s ease-in;
}
.nav-pills .nav-link.active{
    margin: 0 0 10px 0;
}
/* .nav-pills .nav-link:last-child.active{
    margin: 6px 0 0 0;
} */
.bottommessageArea{
    width: auto;
    float: left;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding-left: 0;
}
.bottommessageArea label{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    border-radius: 0px;
    color: #000000;
    vertical-align: middle;
}
.bottommessageArea label:hover{
    color: #440BBD;
}

.previewPanelArea{
    width: 100%;
    float: left;
    padding: 5px 20px;
    background: #ffffff;
    border-bottom: 1px solid #E2E2E2;
}
.previewPanelArea .select-wrapper input.select-dropdown{
    height: 34px;
}
.previewPanelArea a{
    padding: 4px 12px 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    border-bottom: none;
    display: flex;
    text-transform: none;
    align-items: center;
}
.previewPanelArea a:hover,
.previewPanelArea a.active{
    background: #440BBD;
}
.previewPanelArea a.exit{
    background: transparent;
    color: #C14C4C;
    font-weight: 600;
    border-bottom: none;
}
.previewPanelArea a.exit:hover{
    background: transparent;
    color: #000000;
}
.previewPanelArea a.exit i{
    margin: 0 5px 0 0;
}

/* .previewPanelArea ul{
    display: flex;
    align-items: center;
}
.previewPanelArea ul li{
    margin: 0 4px 0 0;
}
.previewPanelArea ul li.bar{
    padding: 0 10px;
    position: relative;
    height: 24px;
}
.previewPanelArea ul li.bar::after{
    content: "";
    width: 1px;
    height: 24px;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
} */

.previewPanelArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 5px 160px 5px 20px;
}
.mobileMenupanel{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.previewPanelArea .selecttemplate{
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    /* position: absolute;
    left: 20px; */
}
.previewPanelArea .selecttemplate label{
    padding: 0 5px;
    font-weight: 500;
    font-size: 13px;
    color: #000000;
}
.previewPanelArea .livePrevPanel{
    margin: 0 0px 0 0;
    display: flex;
    align-items: center;
}
.previewPanelArea .livePrevPanel a{
    margin: 0 4px;
}

.contentWrapper{
    width: 100%;
    float: left;
}
.contentArea{
    width: 70%;
    float: left;
    padding: 30px;
    background: #fff;
    min-height: 70vh;
    position: sticky;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in;
}
.toolsMenuArea{
    width: 30%;
    float: left;
    padding: 0;
    background: #f7f7f7;
    min-height: 100vh;
    border-left: 1px solid #E2E2E2;
}
.toolsMenuArea ul li{
    width: 100%;
    margin-bottom: 0px;
}
.toolsMenuArea ul li h4.panelHeader{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #440BBD;
    padding: 15px 20px;
    background: #fff;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #E2E2E2; */
    border-top: 1px solid #E2E2E2;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0px;
}
.toolsMenuArea ul li:first-child h4.panelHeader{
    border-top: none;
}
.toolsMenuArea ul li:last-child h4.panelHeader{
    border-bottom: 1px solid #E2E2E2;
}

.toolsMenuArea ul li h4.panelHeader:hover{
    color: #000000;
}
.sectionTitle{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #565656;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f4f4f4;
}
.templatePreviewGallery{
    width: 50%;
    float: left;
}
.templatePreviewTextArea{
    width: 50%;
    float: left;
    padding-left: 40px;
}
.toolpanelContent{
    padding: 0px 20px;
    width: 100%;
    display: none;
}
.toolPanelArea.open .toolpanelContent{
    display: block;
}
.toolPanelArea.open .panelHeader i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in;
}
.toolPanelArea .panelHeader i {
    transform: rotate(0deg);
    transition: all 0.3s ease-in;
}
.toolpanelContent ul li{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px 0;
    padding: 10px 0;
    border-bottom: 1px dashed #dbdbdb;
    justify-content: space-between;
}
.toolpanelContent ul li:last-child{
    margin: 0 0 0px 0;
    border-bottom: none;
}
.toolpanelContent ul li .tootlTitle{
    width: 50%;
}
.toolpanelContent ul li .toolInputArea{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.toolpanelContent ul li .tootlTitle h6{
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
.form-select{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.compatible{
    margin: 6px 0 0 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #1A8138;
    display: inline-block;
}
.compatible img{
    padding-right: 2px;
}

.compatible.unknown{
    color: #D07912;
}

.subscrStatus{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.375rem 0.35rem;
    line-height: 1.5;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    background: #f1ffeb;
    border: 1px solid #BEE4AC;
    border-radius: 10px;
    justify-content: center;
}
.subscrStatus.paid{
    background: #F0EBFB;
    border: 1px solid #BEB1DC;
}
.subscrStatus.paid{
    justify-content: space-between;
    padding: 0.375rem 0.35rem 0.375rem 0.75rem;
}
.subscrStatus a{
    background: #440BBD;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 4px 10px;
}

.toolpanelContent ul li.MultiSettingsSection .transitionList .col-half .toolTypeArea{
    width: 100%;
}
.transitionList .toolTypeArea ul li{
    width: 46%;
}

.form-check-input:checked {
    background-color: #440BBD;
    border-color: #440BBD;
}
.toolTypeArea{
    width: 100%;
    padding: 10px 0;
}
.toolTypeArea ul{
    display: flex;
    flex-wrap: wrap;
}
.toolTypeArea ul li{
    width: 25%;
    margin: 0px;
    padding: 0 4px 0 0;
    border: none;
}
.toolTypeArea ul li a{
    display: flex;
    align-items: center;
}
.toolTypeArea ul li .toolInputArea ul,
.toolTypeArea ul li .toolInputArea li{
    display: block;
}

.toolTypeArea ul li a img{
    padding-right: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    border-radius: 6px;
    transition: all 0.3s ease-in;
    border: 1px solid #fff;
}
.toolTypeArea ul li a p,
.toolTypeArea ul li p{
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #3D3D3D;
    margin: 0;
    padding-left: 4px;
    transition: all 0.3s ease-in;
    word-break: break-all;
    white-space: pre-line;
}

.toolTypeArea ul li a:hover img,
.toolTypeArea ul li a.active img{
    box-shadow: 0 2px 6px rgb(68 11 189 / 64%);
    margin-top: 0px;
    transition: all 0.3s ease-in;
    border: 1px solid #440bbd;
}
.toolpanelContent ul li.hasToolcategory{
    flex-direction: column;   
    align-items: flex-start;
}

.toolTypeArea.disabled ul li a{
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
}
.toolTypeArea.disabled  ul li a:hover img,
.toolTypeArea.disabled  ul li a.active img{
    margin-top: 0px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
}

.parentCategory{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.toolsGroup .toolTypeArea ul li{
    width: 50%;
    display: flex;
    align-items: center;
}
.toolsGroup .toolTypeArea ul li p{
    padding: 0 4px 0 0;
}
.toolsGroup .toolTypeArea ul li .form-control{
    max-width: 75px;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 8px;
}
.toolInputArea .form-control,
.supportForm .form-control{
    border-radius: 8px;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
}
.toolTypeArea ul li input{
    margin-right: 10px;
}

.toolsGroup .toolTypeArea.fourItems ul li {
    width: 25%;
    display: flex;
    align-items: center;
}
.toolsGroup .toolTypeArea.fourItems ul li p {
    padding: 0 0px 0 4px;
}
.toolTypeArea.hasSingleItem ul li {
    width: 10%;
    display: flex;
    align-items: center;
}
.toolTypeArea.hasSingleItem ul li p {
    padding: 0 4px 0 0;
}
.toolTypeArea.hasSingleItem ul li .form-control {
    max-width: 150px;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

/**/
.select-wrapper input.select-dropdown{
    line-height: 20px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 4px 10px;
    height: 38px;
    margin: 0 0 0 0;
}
.toolInputArea .select-wrapper input.select-dropdown{
    margin: 0;
}
.select-wrapper .caret{
    z-index: 1;
}

.toolInputArea .dropdown-content li,
.select-wrapper .dropdown-content li{
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: none;
    min-height: auto;
}

.dropdown-content li > a,
.dropdown-content li > span {
    color: #000000;
    display: block;
    padding: 8px 10px;
    line-height: 22px;
    font-size: 12px;
}
.select-dropdown li img {
    height: 35px;
    width: 35px;
    margin: 1px 15px;
    float: right;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #c9bde4;
}
.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #440BBD;
}
.switch label .lever:before {
    background-color: rgba(38, 166, 154, 0.15);
}
.switch label .lever{
    margin: 0 15px 0 0 ;
}

label {
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #3D3D3D;
    margin: 0;
    padding-left: 4px;
}
[type="radio"]:not(:checked) + span, [type="radio"]:checked + span{
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #3D3D3D;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #440BBD;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #440BBD;
}
.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #ced4da;
}

/*---*/
.bredCrumbsarea {
    width: 100%;
    padding: 0px 0 15px;
}
.bredCrumbsarea ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bredCrumbsarea ul li {
    padding: 0 20px 0 0;
    position: relative;
}
.bredCrumbsarea ul li a {
    font-style: normal;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20px;
    text-decoration: none;
    display: block;
}
.bredCrumbsarea ul li::after {
    content: "";
    width: 20px;
    height: 18px;
    background: url(../img/arrow_next.svg) 50% 50% no-repeat;
    background-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bredCrumbsarea ul li:last-child a {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.bredCrumbsarea ul li:last-child::after{
    content: initial;
}

.productTitle {
    font-style: normal;
    text-decoration: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}
.productDesc{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
    margin:  0 0 15px 0;
    padding: 0;
}

h6.priceArea {
    font-style: normal;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    text-decoration: none;
    margin: 25px 0 10px;
    display: flex;
}
h6.priceArea span {
    display: inline-flex;
    align-items: center;
}
h6.priceArea span i{
    font-size: 20px;
}
h6.priceArea .oldPrice {
    color: #7b7b7b;
    margin-right: 12px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
h6.priceArea .oldPrice i{
    font-size: 16px;
}
h6.priceArea .oldPrice::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #7b7b7b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-5deg);
}
h6.priceArea span.sale{
    background: #000000;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    margin-left: 20px;
}
.productDesc.info{
    color: #a5a5a5;
}

.varientSection{
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.varientSection h4{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0 0 10px 0;
}
.varientSection ul{
    display: flex;
    align-items: center;
}
.varientSection ul li{
    padding-right:10px;
}
.varientSection ul li img{
    width: 50px;
    height: 50px;
    border: 2px solid #e4e4e4;
    border-radius: 100px;
}
.varientSection ul li.active img{
    border: 2px solid #000000;
}
.varientSection ul li span{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #717171;
    padding: 5px 8px;
    background: #DDDDDD;
border-radius: 8px;
}
.varientSection ul li.active span{
    background: #000000;
    color: #ffffff;
}

.quantity{
    width: 100%;   
}
.QuantityInput{
    width: 100px;
    margin: 10px 0 0;
}
.QuantityInput .btn{
    box-shadow: none;
}
.CartButtonArea{
    width: 100%;
    display: flex;
    margin: 15px 0;
}
.CartButtonArea a{
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 25px;
    width: 50%;
    margin: 0 5px 0 0;
    text-align: center;
}
.CartButtonArea a:hover{
    background: #000000;
    color: #fff;
}
.CartButtonArea a.buyBtn{
    color: #ffffff;
    background: #000000;
}
.CartButtonArea a:last-child{
    margin: 0 0px 0 5px;
}
.wishlist{
    width: 100%;
}
.wishlist a{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.wishlist a i{
   font-size: 18px;
   margin-left: 5px; 
}

.column{
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 5px 0 0;
}
.column:last-child{
    padding: 0 0px 0 5px;
}
.column:first-child{
    padding: 0 5px 0 0px;
}
.toolLabel p{
    padding: 0 4px 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #3D3D3D;
    margin: 0;
    transition: all 0.3s ease-in;
    word-break: break-all;
    white-space: pre-line;
}
.toolValue .form-control,
.toolValue input,.toolValue select{
    max-width: 90px;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 8px;
}

.form-control{
    height: 38px;
    border-radius: 8px;
}
input.form-control:focus{
    box-shadow: none !important;
    outline: none;
    border: 1px solid #440BBD !important;
}

.colorpicker-element{
    max-width: 100%;
    width: 100%;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 8px;
    height: 38px;
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.file-field .btn{
    height: 26px;
}
.toolValue .file-path-wrapper input{
    height: 26px;
    border: none;
}
.toolValue .file-path-wrapper input:focus{
    border: none !important;
    box-shadow: none !important;
}
.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 0;
}

.toolInputArea .input-field{
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.input-field .prefix{
    top: 0.2rem;
    color: #ababab;
}

.toolTypeArea ul li.half{
    width: 50%;
}

.submitBtn{
    color: #ffffff;
    background: #000000;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 18px;
    width: auto;
    margin: 0 0px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submitBtn i{
    font-size: 16px;
    padding-right: 5px;
}
.submitBtn:hover{
    background: #440BBD;
    color: #fff;
}

.supportForm .column{
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}
.supportForm{
    display: flex;
    flex-direction: column;
}
textarea.form-control{
    height: 70px;
}
.featureLabel{
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    background: #fff;
    margin: 0;
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e9e9e9;
    /* width: 60%;
    max-width: 60%; */
}
.enableBtn .btn{
    text-transform: none;
    font-size: 12px;
}
.enableBtn .btn-primary {
    color: #fff;
    background-color: #999eb9;
    border-color: #999eb9;
}
.enableBtn .btn-primary.active{
    color: #fff;
    background-color: #440BBD;
    border-color: #440BBD;
}    

/* .toolInputArea.inline{
    display: flex;
    align-items: center;
}
.toolInputArea.inline p{
    margin: 0 0 0 5px;
} */
.btn{
    border-radius: 10px;
}
.previewEnable{
    width: 100%;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.previewEnable label{
    margin: 0 5px;
}
.modal-header h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #440BBD;
    background: #fff;
    letter-spacing: 0px;
    cursor: pointer;
    margin: 0px;
}

.modal-body [type="radio"]:not(:checked) + span,
.modal-body [type="radio"]:checked + span {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #3D3D3D;
}

[type="checkbox"] + span:not(.lever){
    font-size: 13px;
    padding-left: 25px;
}

.previewPanelArea a.toggleMobileMenu{
    color: #000000;
    padding: 5px 8px;
    border-radius: 10px;
    display: none;
}

.menuSupportSection{
    margin: 0 0px 0 0;
    /* position: absolute;
    right: 160px; */
    display: flex;
    align-items: center;
    /* top: 5px; */
}
.menuSupportSection a{
    padding: 2px 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #000000;
    background: #fff;
    border-bottom: none;
    display: flex;
    text-transform: none;
    align-items: center;
    border-radius: 8px;
    margin: 0 3px;
    border: 1.5px solid #000;
}
.menuSupportSection a i {
    font-size: 16px;
    padding-right: 5px;
}
.menuSupportSection a:hover{
    color: #fff;
    background: #000000;
}

.supportForm{
    width: 100%;
    padding: 30px;
}

a.publishButton{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background: #561fcb;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    text-transform: none;
    letter-spacing: 0.2px;
    cursor: pointer;
    margin: 0px;
    align-items: center;
}
a.publishButton i{
    padding-left: 6px;
    color: #fff;
    font-size: 22px
}
a.publishButton:hover{
    background: #000000;
}
a.publishButton:hover i{
    color: #fff;
}

/*----*/

.toolTabArea {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    transform: translateY(0px);
    transition: transform 0.3s ease-in;
}
.toolsMenuArea.fixed {
    padding-bottom: 50px;
}
    .toolsMenuArea.fixed .toolTabArea {
        position: fixed;
        z-index: 100;
        width: 30%;
        right: 0;
        bottom: 5px;
        transform: translateY(6px);
        transition: transform 0.3s ease-in;
    }

.previewPanelArea.fullwidthMenu{
    padding: 5px 20px 5px 20px;
}
.previewPanelArea a.backBtn,a.backBtn{
    padding: 2px 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #000000;
    background: #fff;
    border-bottom: none;
    display: flex;
    text-transform: none;
    align-items: center;
    border-radius: 8px;
    margin: 0 3px;
    border: 1.5px solid #000; 
}
.previewPanelArea a.backBtn i, a.backBtn i {
    font-size: 16px;
    padding-right: 5px;
}
.previewPanelArea a.backBtn:hover, a.backBtn:hover{
    color: #fff;
    background: #000000;
}

.subscriptionsArea {
    width: 100%;
    /* float: left1; */
    padding: 20px 50px;
    max-width: 100%;
    margin: 0px auto;
    background: #ecedef;
}
.subscriptionsArea ul.PriceCardList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
ul.PriceCardList li{
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
}
.priceCard{
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 30px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in;
}

.priceCard .cardIcon{
    width: 100%;
    padding: 10px 0 20px;
    display: flex;
    align-self: center;
    justify-content: center;
}
.priceCard .cardIcon span{
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 100px;
    background: linear-gradient(0deg, #f6f6fb, #c4c4eb);
    box-shadow: 0 30px 40px rgb(0 0 0 / 7%);
    transition: all 0.3s ease-in;
}

.priceCard:hover .cardIcon span{
    box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in;
}

.priceCard .cardIcon span img{
    width: 100%;
}
.priceCard h4{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #000;
}
.priceCard h6{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6d63af;
}
.priceCard h6 span{
    /* font-size: 16px; */
    padding: 0 5px;
}
.featureList{
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #f6f6f6;
}
.featureList ul, .planInfoModal .planBody ul {
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.planInfoModal .planBody ul {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
}
.featureList ul li, .planInfoModal .planBody ul li,
.PriceCardList .featureList ul li{
    width: 100%;
    padding: 0 0 8px 0;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
    margin: 0;
    justify-content: center;
}
/*.planInfoModal .planBody ul li {
    justify-content: flex-start;
}*/
        .featureList ul li i, .planInfoModal .planBody ul li i {
        color: #008060;
        padding-right: 10px;
    }
.priceCard h4.price {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
    color: #000;
    display: flex;
    justify-content: center;
    align-items:center;
}
.priceCard h4.price span {
    font-size: 26px;
    font-weight: 700;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    line-height: 20px;
}
p.monthlyTxt {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}
.subscribeBtnArea {
    width: 100%;
    padding: 0px 0 0;
}
.subscribeBtnArea a, .subscribeBtnArea span{
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0;
    background: #000000;
    color: #fff;
    border-radius: 10px;
}
.subscribeBtnArea span {
    background: #958ec3;
    box-shadow: 0 10px 20px rgb(149 142 195 / 70%);
}
.subscribeBtnArea a:hover {
    background: #7a6fbe;
}
.priceCard.active{
    background: linear-gradient(180deg, #6800b7, #d6dde5);
    transition: all 0.3s ease-in;
}
.priceCard, ul.PriceCardList li .priceCard {
    background: linear-gradient(180deg, #6800b7, #00958e);
    transition: all 0.3s ease-in;
}
ul.PriceCardList li:first-child .priceCard {
    background: linear-gradient(180deg, #a4bcff, #5ba9a9);
    transition: all 0.3s ease-in;
}
.priceCard:hover, .priceCard, ul.PriceCardList li .priceCard:hover {
    background: linear-gradient(180deg, #5a25c1, #d6dde5);
    transition: all 0.3s ease-in;
}
.priceCard:hover h4,.priceCard.active h4,
.priceCard:hover h6,.priceCard.active h6,
.priceCard:hover .featureList ul li,.priceCard.active .featureList ul li{
    color: #fff;
}

.priceCard:hover .featureList ul li i,
.priceCard.active .featureList ul li i {
    color: #bfbfff;
    padding-right: 10px;
}
.priceCard:hover .featureList,
.priceCard.active .featureList{
    border-top: 1px solid rgb(246 246 246 / 8%);
}
.priceCard:hover .subscribeBtnArea a,
.priceCard.active .subscribeBtnArea a{
    background: #958ec3;
    box-shadow: 0 10px 20px rgb(149 142 195 / 70%);
}

.featureList {
    padding:20px 0;
}

ul.PriceCardList li .priceCard {
    position: relative;
}
ul.PriceCardList li .highlightArea{
    width: auto;
    padding: 4px 8px 5px;
    border-radius: 20px 0px 0 20px;
    background: #9c27b0;
    position: absolute;
    right: 0;
    top: 10px;
    box-shadow: -4px 5px 10px hsl(291deg 64% 42% / 30%);
}
ul.PriceCardList li .highlightArea h5{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.6px;
}

.subscribeBtnArea a.unsubscribe,
.priceCard.active .subscribeBtnArea a.unsubscribe,
.priceCard:hover .subscribeBtnArea a.unsubscribe{
    background: #c76e6e;
    box-shadow: 0 10px 20px #c76e6e;    
}
.activePlan{
    display: flex;
    align-items: center;
}
.activePlan p{
    margin: 0;
    font-weight: 600;
}
.activePlan p a{
    display: inline-block;
    vertical-align: middle;
}
.activePlan.btn{
    cursor: initial;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

.activePlan .upgradeBtn{
    padding: 4px 8px;
    background: linear-gradient(90deg, #670BDD -3.07%, #790883 99.68%);
    border-radius: 5px;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
.activePlan .upgradeBtn:hover{
    background: #790883;
}
.activePlan.state_normal{
    border-color: #9fc799;
    background-color: #eaf7e8;
    color: #247231;
}
.activePlan.state_normal:hover{
    background-color: #9fc799;
}
.activePlan.state_attention{
    border-color: #ffb52e;
    background-color: #fff3dc;
    color: #956102;
}
.activePlan.state_attention:hover{
    background-color: #ffb52e;
}
.activePlan.state_deactivated{
    border-color: #ffaaaa;
    background-color: #fff3f3;
    color: #bb0606;
}
.activePlan.state_deactivated:hover{
    background-color: #ffaaaa;
}

.planModalcontainer .modal-body{
    background: #ecedef;
}

.planModalcontainer .modal-dialog {
    width: 900px;
    max-width: 100%;
    margin: 1.75rem auto;
}
.supportForm {
    width: 100%;
    padding: 20px;
}
.supportForm .column {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    display: block;
}
.supportForm h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #440BBD;
    border-bottom: 1px solid #E2E2E2;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0px 0 30px 0;
    padding: 0 0 10px 0;  
}
.toolsMenuArea ul li h4.panelHeader{
    position: relative;
}
.toolsMenuArea ul li h4.panelHeader span.premium{
    position: relative;
    padding-right: 20px;
}
.toolsMenuArea ul li h4.panelHeader span.premium i{
    position: absolute;
    right: 0px;
    top: -2px;
    transform: initial;
    display: inline-block;
}
.toolsMenuArea ul li h4.panelHeader span.premium i img{
    width: 14px;
}

.themeCustomizeSection{
    width: 100%;
    float: left;
    padding: 30px 10px;
}
.themeFilterArea{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.themeFilterArea h6{
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin: 0;
    padding: 0 15px 0 0;
}
.themeFilterArea a{
    padding: 2px 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #000000;
    background: #fff;
    border-bottom: none;
    display: flex;
    text-transform: none;
    align-items: center;
    border-radius: 8px;
    margin: 0 5px;
}
.themeFilterArea a:hover,
.themeFilterArea a.active{
    color: #fff;
    background: #440BBD;
}
.themeSelectionArea{
    width: 100%;
    float: left;
    padding: 15px 0 0px;
}
.themeSelectionArea li{
    padding: 0px;
    float: left;
    background: #fff;
    position:relative;
}
.themeSelectionArea li.active{
    border: 2px solid #561fcb;
}
.themeSelectionArea li label{
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    border-top: 1px solid #f0f2ff;
}
.themeSelectionArea li.active label{
    background: #440bbd;
    color: #fff;
}

.themeApplyArea{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.themeApplyArea a.themeApplyBtn{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background: #561fcb;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    text-transform: none;
    letter-spacing: 0.2px;
    cursor: pointer;
    margin: 0px;
    align-items: center;
}
.themeApplyArea a.themeApplyBtn:hover{
    background-color: #000000;
}

.placeholder{
    position: relative;
}
.placeholder::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4f4;
    z-index: 10;

    background: linear-gradient(270deg, #eef7fd, #e2e6eb, #f7fafc);
    background-size: 400% 400%;

    -webkit-animation: loadingAnimate 2s ease infinite;
    -moz-animation: loadingAnimate 2s ease infinite;
    -o-animation: loadingAnimate 2s ease infinite;
    animation: loadingAnimate 2s ease infinite;
}

@-webkit-keyframes loadingAnimate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes loadingAnimate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes loadingAnimate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes loadingAnimate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.customize_btn{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
    background: #000000;
    border-radius: 8px;
    margin: 0 auto;
    display: inline-block;
    /* width: fit-content; */
    justify-content: center;
    text-transform: none;
    letter-spacing: 0.2px;
    cursor: pointer;
}
.customize_btn:hover{
    background: #561fcb;
    color: #fff;
}

.variant-first-label
{
    border: 1px solid black;
    background-color: transparent;
    color: #000000;
    border-radius: 50px;
    display: inline-block;
    margin: 0.7rem 0.5rem 0.2rem 0;
    padding: 1rem 2rem;
    font-size: 15px;
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.varientSection input[type=radio] {
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.varientSection input[type=radio]+label {
    border: 1px solid black;
    background-color: transparent;
    color: #000000;
    border-radius: 50px;
    display: inline-block;
    margin: 0.7rem 0.5rem 0.2rem 0;
    padding: 1rem 2rem;
    font-size: 15px;
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.varientSection input[type=radio]:checked+label {
    background-color: #000000;
    color: #fff;
}


.varientSection legend.form__label 
{
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #3D3D3D;
    margin: 0;
    padding-left: 4px;
}


/*control this class with javascript dynamically*/
.toolpanelContent-disable
{
    position: relative;
}

.toolpanelContent-disable::after
{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 100;
}


.premiumFeature{
    position: relative;
}
    .premiumFeature::before {
        content: "";
        width: 12px;
        height: 12px;
        background: #fff url(../img/premium-icon.svg) 50% 50%;
        background-size: 12px;
        border-radius: 100px;
        position: absolute;
        left: 5px;
        top: 18px;
        background-repeat: no-repeat;
        z-index: 10;
    }

.modal-open .topCollapsablePanel, .modal-open .previewPanelArea{
    z-index:-1;
}
.modal-open .toolsMenuArea{
    position:relative;
    z-index:-1;
}
.mobileMenupanel .logo img {
    height: 36px;
}

.pageTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #440BBD;
    padding: 15px 20px;
    background: #fff;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0px;
}

.ourPlanSection ul.PriceCardList li {
    width: 25%;
}

.ourPlanSection ul.PriceCardList .featureList ul li{
    width: 100%;
}

.ourPlanSection .subscriptionsArea {
    height: calc(100vh - 61px);
}

.tootlTitle.premiumFeature::before {
    left: 0px;
    top: 0px;
}
.tootlTitle.premiumFeature{
    padding-left:15px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 1px 10px 4px !important;
    font: inherit;
    font-size: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #fff;
}

/*--- thumbnail scroller ---*/

.thumbnailScrollerTool .subChild{
    padding: 10px 0 0px;
    margin: 0;
}
.thumbnailScrollerTool .toolValue{
    width: 100%;
}
.thumbnailScrollerTool .select-wrapper input.select-dropdown {
    width: 100%;
    max-width: 100%;
}
.thumbnailArrowPlace{
    width: 100%;
}
.toolValue input[type="number"]{
    text-align: center;
    font-weight: 600;
}
.pluginStatus{
    padding: 4px 12px 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    border-bottom: none;
    display: flex;
    text-transform: none;
    align-items: center;
    background: #000;
    border-radius: 8px;
    cursor: help;
}
.pluginStatus i {
    font-size: 24px;
    padding-left: 5px;
    color: #ffd14e;
}
.currentPlanButton {
    padding: 4px 4px 4px 12px;
    cursor: auto;
}
.currentPlanButton a.btn{
    padding: 0px 10px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    margin-left: 6px;
    border: none;
}
.themeTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
}
/*will me move to app css */

/*.cursor-exit {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    transform: translateX(1800px) translateY(820px);
}*/
/*.modal.ssmodal {
     cursor: none;
}
.modal.ssmodal .arrow {
    cursor: pointer;
}*/
/*.ssmodal .action-button-area .arrow {
    z-index:9999;
}*/

    /***********/

.themeCustomizeSection {
    padding: 20px 10px;
}
.sectionTopArea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sectionTopArea .themeHeader {
    width:50%;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin: 0;
    padding: 0 15px 0 0;
}

/*---------*/

.ourPlanSection .subscriptionsArea {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #F1F7F9 url(../img/panel-bg.png) 50% 50% no-repeat;
    background-size: cover;
}
.ourPlanSection .subscriptionsArea ul.PriceCardList {
    width:100%;
}
.ourPlanSection ul.PriceCardList li {
    width: 20%;
}
.ourPlanSection .PriceCardList .featureList ul li {
    font-size:14px;
    line-height:24px;
}

/*--------*/

.toolsGroup .toolTypeArea ul li {
    align-items: flex-start;
    flex-direction: column-reverse;
}
.dvtabbackground .column {
    align-items: flex-start;
    flex-direction: column;
}
.dvtabbackground .column .toolValue {
    width:100%;
}
.dvtabbackground .toolValue .form-control, 
.dvtabbackground .toolValue input, 
.dvtabbackground .toolValue select {
    max-width: 100%;
    width: 100%;
}
.dvtabbackground .toolLabel p {
    padding: 4px 0;
}
.dvtabbackground .column .toolInputArea{
    width: 100%;
}
.toolsGroup .toolTypeArea ul li .toolValue {
    width: 100%;
}
.tabTypeTextProp .parentCategory .column {
    align-items: flex-start;
    flex-direction: column;
}
.tabTypeTextProp .parentCategory .column .toolValue {
    width: 100%;
}
.tabTypeTextProp .parentCategory .column .toolValue .select-wrapper input.select-dropdown {
    max-width: 100%;
    width:100%;
}
.tabTypeTextProp .parentCategory .column .toolValue .file-path-wrapper input {
    max-width: 100%;
    width: 100%;
}
.tabTypeTextProp .parentCategory {
    justify-content: space-between;
}
.hasToolcategory .toolTypeArea .iconColorPanel {
    align-items: flex-start;
    flex-direction: column-reverse;
}
.toolTypeArea ul li input {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}
.iconColorPanel .toolValue {
    width:100%;
}

.thumbnailResponsiveSetings .dvtabbackground .toolLabel p {
    display:flex;
    align-items:center;
}
    .thumbnailResponsiveSetings .dvtabbackground .toolLabel p i {
        display: inline-block;
        font-size: 14px;
        padding-right: 4px;
    }


/*-------- test // 28092023----*/

/*.gallarywrapper {
    position:relative;
}

.superSliderWrapper.thumposLeft .thumbsWrapper {
    position:absolute;
    left:0;
    top:0;
}*/

.superSliderWrapper.thumposLeft.thumbsize_small .thumbsWrapper,
.superSliderWrapper.thumposRight.thumbsize_small .thumbsWrapper,
.superSliderWrapper.thumposLeft.thumbsize_small .ModalThumbsWrapper,
.superSliderWrapper.thumposRight.thumbsize_small .ModalThumbsWrapper {
    width: 5%;
}
.superSliderWrapper.thumposLeft.thumbsize_medium .thumbsWrapper,
.superSliderWrapper.thumposRight.thumbsize_medium .thumbsWrapper,
.superSliderWrapper.thumposLeft.thumbsize_medium .ModalThumbsWrapper,
.superSliderWrapper.thumposRight.thumbsize_medium .ModalThumbsWrapper {
    width: 10%;
}
.superSliderWrapper.thumposLeft.thumbsize_large .thumbsWrapper,
.superSliderWrapper.thumposRight.thumbsize_large .thumbsWrapper,
.superSliderWrapper.thumposLeft.thumbsize_large .ModalThumbsWrapper,
.superSliderWrapper.thumposRight.thumbsize_large .ModalThumbsWrapper {
    width: 15%;
}

.superSliderWrapper.thumposLeft.thumbsize_small .canvasWrapper,
.superSliderWrapper.thumposRight.thumbsize_small .canvasWrapper {
    width: 95%;
}
.superSliderWrapper.thumposLeft.thumbsize_medium .canvasWrapper,
.superSliderWrapper.thumposRight.thumbsize_medium .canvasWrapper {
    width: 90%;
}
.superSliderWrapper.thumposLeft.thumbsize_large .canvasWrapper,
.superSliderWrapper.thumposRight.thumbsize_large .canvasWrapper {
    width: 90%;
}

.toolTypeArea ul li.customValue {
    flex-direction: column;
    align-items: flex-start;
}
.tabConditionSection label {
    width: 100%;
    padding: 0;
}
.tabConditionSection label span, .tabConditionSection [type="radio"]:not(:checked) + span, .tabConditionSection [type="radio"]:checked + span {
    height:auto;
}
.tabConditionSection p{
    margin:0px;
}
.tabConditionSection .infoArea {
   width:100%;
   display:flex;
   align-items:center;
}
.tabConditionSection .infoArea a i{
    color:#000000;
}

.toolTypeArea ul li.customValue p {
    display:flex;
    align-items:center;
}
.toolTypeArea ul li.customValue p i {
    font-size: 16px;
    padding-left: 2px;
}

/*===============*/

.pluginStatus{
    padding: 4px 10px 4px;
    margin: 0 4px 0 0;
    color: #000;
    background: #fff;
    border: 1px solid;
}
.pluginStatus.notEnabled {
    background: transparent;
    color: #db0000;
    border: 1px solid;
}
.pluginStatus.notEnabled i{
    color: #db0000;
}

.pluginStatus.disabled {
    background: transparent;
    color: #06992b;
    border: 1px solid;
}
.pluginStatus.disabled i{
    color: #06992b;
}

.publishButton.savePreviewBtn{
    color: #fff;
    background: #06992b;
}
.themeWizardSection{
    width: 100%;
    padding: 20px 0;
}
.themeWizardSection ul{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
.themeWizardSection ul li{
    padding: 0 15px;
}
.themeWizardSection ul li h4{
    padding: 0px;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    text-align: center;
}
.themeWizardSection ul li h4 span{
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #000000;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 5px 0;
    display: inline-block;
}

.applyThemeModal .modal-dialog {
    max-width: 60%;
}
.applyThemeModal .modal-body,
.applyThemeModal .modal-footer{
    background: #f4f4f4;
}
.applyThemeModal .modal-header h4{
    text-transform: none;
    font-size: 18px;
    color: #000000;
}
.applyThemeModal .btn {
    color: #fff;
    background: #561fcb;
}
.applyThemeModal .btn:hover{
    background: #000000;
}


/*----*/

.demoProductSection{
    width: 600px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


/**************** Similar Products // start *************/

.similarBtnSection{
    position: relative;
}
.similarBtnSection a.similarBtn{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    padding: 2px;
    position: absolute;
    z-index: 10;
}
.similarBtnSection a.similarBtn img{
    width: 100%;
    border-radius: 100px;
}
/* posRightBottom */
.similarBtnSection.posRightBottom a.similarBtn{
    right: 15px;
    bottom: 15px;
    left: initial;
    top: initial;
}
/* posLeftBottom */
.similarBtnSection.posLeftBottom a.similarBtn{
    right: initial;
    bottom: 15px;
    left: 15px;
    top: initial;
}
/* posLeftTop */
.similarBtnSection.posLeftTop a.similarBtn{
    right: initial;
    bottom: initial;
    left: 15px;
    top: 15px;
}
/* posRightTop */
.similarBtnSection.posRightTop a.similarBtn{
    right: 15px;
    bottom: initial;
    left: initial;
    top: 15px;
}

.productSlider_smilarProduct{
    position: fixed;
    width: 400px;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 15px 20px 20px;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}

.productSlider_smilarProduct::-webkit-scrollbar-track{
	background-color: #eaeef1;
}
.productSlider_smilarProduct::-webkit-scrollbar{
	width: 4px;
	background-color: #eaeef1;
}
.productSlider_smilarProduct::-webkit-scrollbar-thumb{
	background-color: #000000;
}

  .productSlider_smilarProduct h2,
  .productSlider_smilarProduct h4{
    margin: 0 0 10px 0;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
  }
   .productSlider_smilarProduct ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
   }
  .productSlider_smilarProduct ul li{
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0px !important;
    display: flex;
   }
  .productSlider_smilarProduct ul li a{
    display:block;
    width: 100%;
  }
  .productSlider_smilarProduct ul li a img{
    width:100%;
    max-width:100%;
  }
  a.panelCloseBtn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -999999999px;
    cursor: pointer;
    z-index: 100;
  }
  a.panelCloseBtn::after{
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 5px;
    top: 15px;
    transform: rotate(-45deg);
  }
  a.panelCloseBtn::before{
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 5px;
    top: 15px;
    transform: rotate(45deg);
  }
  .productSlider_smilarProduct .product__title{
    margin: 6px 0 0 0;
    line-height: 24px;
  }
  .productSlider_smilarProduct .product__price{
    margin: 0 0 0 0;
  }

  .productSlider_smilarProduct .modal-dialog{
    width: 300px;
  }

  .productSlider_smilarProduct.posTop,
  .productSlider_smilarProduct.posBottom{
    width: 100%;
    height: 312px;
    padding: 15px;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .productSlider_smilarProduct.posBottom ul{
    max-width: 100vw;
    overflow-x: scroll;
    position: relative;
    scrollbar-color: #d5ac68 #f1db9d;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

  .productSlider_smilarProduct.posTop ul::-webkit-scrollbar,
  .productSlider_smilarProduct.posBottom ul::-webkit-scrollbar{
    height: 4px;
  }
  
  .productSlider_smilarProduct.posTop ul::-webkit-scrollbar-track,
  .productSlider_smilarProduct.posBottom ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }
  
  .productSlider_smilarProduct.posTop ul::-webkit-scrollbar-thumb,
  .productSlider_smilarProduct.posBottom ul::-webkit-scrollbar-thumb{
    height: 4px;
    background-color: #000000;
  }
  
  .productSlider_smilarProduct.posTop ul::-webkit-scrollbar-thumb:hover,
  .productSlider_smilarProduct.posBottom ul::-webkit-scrollbar-thumb:hover{
    background-color: #868686;
  }
  
  .productSlider_smilarProduct.posTop ul::-webkit-scrollbar:vertical,
  .productSlider_smilarProduct.posBottom ul::-webkit-scrollbar:vertical{
    display: none;
  }



  .productSlider_smilarProduct.posTop ul,.productSlider_smilarProduct.posBottom ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    justify-content: flex-start;
    white-space: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #c2c2c2;
  }
  .productSlider_smilarProduct.posTop ul,
  .productSlider_smilarProduct.posBottom ul{
    gap: 10px;
  }
  .productSlider_smilarProduct.posTop ul li,
  .productSlider_smilarProduct.posBottom ul li{
    width: 180px;
    max-height: 245px;
    min-width: 180px;
    max-width: 180px;

  }
  .productSlider_smilarProduct.posTop ul li .product__title,
  .productSlider_smilarProduct.posBottom ul li .product__title,
  .productSlider_smilarProduct ul li .product__title{
    margin: 6px 0 0 0;
    line-height: 24px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .productSlider_smilarProduct.posTop ul li .product__price,
  .productSlider_smilarProduct.posBottom ul li .product__price{
    font-size: 12px;
  }
  .productSlider_smilarProduct.posLeft{
    right:initial;
    left:0;
    top:0;
    bottom:0;
    margin-left: -400px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .productSlider_smilarProduct.posLeft.open{
    margin-left: 0px;
    opacity: 1;
    transition: all 0.6s ease;
  }
  .productSlider_smilarProduct.posRight{
    right:0;
    left:initial;
    top:0;
    bottom:0;
    margin-right: -400px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .productSlider_smilarProduct.posRight.open{
    margin-right: 0px;
    opacity: 1;
    transition: all 0.6s ease;
  }

  /* top */
  .productSlider_smilarProduct.posTop{
    top:0;
    bottom:initial;
    left:0;
    right:0;
    margin-top: -300px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .productSlider_smilarProduct.posTop.open{
    margin-top: 0px;
    opacity: 1;
    transition: all 0.6s ease;    
  }

  /* bottom */
  .productSlider_smilarProduct.posBottom{
    top:initial;
    bottom:0;
    left:0;
    right:0;
    margin-bottom: -300px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .productSlider_smilarProduct.posBottom.open{
    margin-bottom: 0px;
    opacity: 1;
    transition: all 0.6s ease;
  }
  .productSlider_smilarProduct.posBottom ul li a img,
  .productSlider_smilarProduct.posTop ul li a img{
    height: 198px;
    object-fit: cover;
  }
  .productSlider_smilarProduct ul li a img{
    height: 300px;
    object-fit: cover;
  }
  .productSlider_smilarProduct.col2 ul{
    gap: 4px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .productSlider_smilarProduct.col2 ul li{
    width: 49%;
  }
  .productSlider_smilarProduct.col2 ul li a img{
    height: 200px;
    object-fit: cover;
  }

  .productSlider_smilarProduct.col2.posTop ul,
  .productSlider_smilarProduct.col2.posBottom ul{
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .productSlider_smilarProduct.col2.posTop ul li,
  .productSlider_smilarProduct.col2.posBottom ul li{
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }

.subscriptionsArea.flexColumn{
    flex-direction: column;
}
.sampleButtonGroup{
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sampleButtonGroup a{
    background: #000;
    padding: 3px 9px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
}
.sampleButtonGroup a:hover,.sampleButtonGroup a.active{
    background: #5a25c1;
}

/* button  */
.similarBtnSection.bgTransparent a.similarBtn{
    background-color: transparent;
}
.similarBtnSection.square a.similarBtn,
.similarBtnSection.square a.similarBtn img{
    border-radius: 0;
}
.similarBtnSection.bordered a.similarBtn{
    border: 1px solid #fff;
}

.applyPluginModal .modal-dialog {
    max-width: 96%;
}
.applyPluginModal .guideArea{
    width: 75%;
}
.applyPluginModal .guideArea video{
    width: 100%;
    max-width: 100%;
}
.applyPluginModal .guideTextare{
    width: 25%;
    padding: 0 10px;
}
.applyPluginModal .guideTextare ul{
    /* display: flex; */
    align-items: flex-start;
    gap: 0px;
    justify-content: center;
    position: relative;
    padding: 10px 0;
    flex-direction: column;
}
.applyPluginModal .guideTextare h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #440BBD;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.applyPluginModal .guideTextare ul li{
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 20px 0;
    display: flex;
    position: relative;
    align-items: center;
}
.applyPluginModal .guideTextare ul li span{
    padding: 5px 10px 5px 5px;
    background: #fff;
    border-radius: 100px;
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.applyPluginModal .guideTextare ul li i{
    width: 20px;
    height: 20px;
    background: #561fcb;
    border-radius: 100px;
    margin: 0 10px 0 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-style: normal;
}
/* .applyPluginModal .guideTextare ul li::after{
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    border-left: 1px dashed #c2c2c2;
} */
/* .applyPluginModal .guideTextare ul::after{
    content: "";
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    height: 2px;
    border-bottom: 1px dashed #c2c2c2;
} 
.applyPluginModal .guideTextare ul.step1::after{
    width: 25%;
}*/
.applyPluginModal .modal-footer{
    display: flex;
    justify-content: space-between;
}
.applyThemeModal .btn {
    color: #fff;
    background: #561fcb;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.applyThemeModal .supportBtn{
    background: #000000;
    font-size: 0.75em;
}
.applyThemeModal .modal-header .btn-close{
    margin: 0px;
}
.applyThemeModal .modal-header .supportBtn{
    margin: 0 30px 0 0;
}
.applyThemeModal .modal-header h4{
    flex: 100%;
}
.applyPluginModal .guideTextare .headerArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
    margin: 0 0 0px 0;
    align-items: center;
}
.applyPluginModal .guideTextare h4{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.pluginGuideSlider .item{
    display: flex;
}
.applyPluginModal .modal-body{
    padding: 0px;
    padding-bottom: 10px;
}



/*08-08-2024 15:15:30*/
.instruction-list{position: relative;}

.instruction-list::before
{
    position: absolute;
    top: 10px;
    left: 15px;
    width: 1px;
    height: 90%;
    content: "";
    background: #06992b;
}

.enable-list::before
{
    top: 11px;
    height: 85%;
}

.instruction-list li img{display: unset!important; width: auto!important;}

.instruction-list li .finger-point
{
    margin-right: 15px;
    position: relative;
    width: 30px;
    height: 30px;
    background: #f4f4f4;
    border:1px solid #06992b;
    text-align: center;
    border-radius: 100%;
    color: #3D3D3D;
}

.instruction-list li div
{
    width:85%;
}

.pluginGuideSlider .owl-nav
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.applyPluginModal .modal-header h4 {
    flex: 80%;
}

.pluginGuideSlider .owl-nav .owl-prev, .pluginGuideSlider .owl-nav .owl-next
{
    background: #561fcb!important;
    color: #fff!important;
    font-size: 15px!important;
    line-height: 30px!important;
    border-radius: 8px!important;
}

.pluginGuideSlider .owl-nav button:hover
{
    background: #000000!important;
}

.pluginGuideSlider .material-icons:not(.dn){position: relative; top:7px;}




/*01-04-2024*/

.instruction-list li .set-pixels
{
    width: 100%!important;
    height: auto!important;
}

#custom-copy, #custom-copy-pro, #custom-copy-scr, #custom-copy-end
{
	opacity: 0.5;
	width: fit-content;
	font-size: 10px;
	background: transparent!important;
	color: gray;
	position: absolute!important;
	cursor:pointer;
}

#custom-copied, #custom-copied-pro, #custom-copied-scr, #custom-copied-end
{
	opacity: 0.5;
	display: none;
	width: fit-content;
	font-size: 10px;
	background: transparent!important;
	color: gray;
	position: absolute!important;
	cursor:pointer;
}

#custom-copy, #custom-copied
{
    top: 50%;
    transform: translateY(-50%);
	right: 5px;
    line-height: 0;
}

#custom-copy-pro, #custom-copied-pro
{
	top: 50%;
    transform: translateY(-50%);
    right:5px;
    background: white !important;
    border-radius: 0;
    padding: 0px 8px 0 0;
    opacity: 1;
	color:#cacaca;
}

#custom-copy-scr, #custom-copied-scr
{
	top: 50%;
    transform: translateY(-50%);
    right:-18px;
    height: 25px;
    background: white !important;
    border-radius: 0;
    padding: 0px 8px 0 8px;
    opacity: 1;
    color: #cacaca;
	line-height:25px;
}

#custom-copy-end, #custom-copied-end
{
	top: 50%;
    transform: translateY(-50%);
	right:-37px;
	height: 20px;
    background: #f1faff!important;
    border-radius: 0;
    padding: 0px 8px 0 8px;
    opacity: 1;
    color: #cacaca;
	line-height:20px;
}

#applyPluginModal .iss-cross
{
    display: flex;
    align-items: center;
}



.ctrl-div {position: relative; width: 270px!important;}

/*==============///17072024 = slider///==============*/
 
.superSliderCarouselStage{
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    background: #ffffff;
    padding: 0px;
}
.superSliderCarouselStage .superSliderCarouselWrapper{
    width: 100%;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
 
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.25s ease 0s;
}
.superSliderCarouselStage .superSliderCarouselWrapper ul{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.superSliderCarouselStage .superSliderCarouselWrapper ul li{
    width: 400px;
    flex: 1;
    height:650px;
    border: 1px solid #f4f4f4;
}
.superSliderCarouselStage .superSliderCarouselWrapper ul li img{
    width: 100%;
    object-fit: cover;
    height:100%;
}
/*==============///17072024 = slider///end==============*/

/*-----*/
.toolTypeArea .grid-5 li {
    width: 19%;
}

.deviceSelectionTab{
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.deviceSelectionTab a{
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    background: #fff;
    margin: 0;
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.deviceSelectionTab a.active,
.deviceSelectionTab a:hover{
    color: #fff;
    background: #000000;
}
.deviceSelectionTab a img{
    width: 30px;
}

.FeatureDisabled{
    position: relative;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.35;
    filter: grayscale(1);
}
.toolpanelContent ul li .tootlTitle.hasInternalTab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.groupTab{
    display: flex;
    align-items: center;
    gap: 10px;
}
.groupTab a{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    background: #fff;
    margin: 0;
    padding: 6px 10px;
    border-radius: 10px;
    text-align: center;
}
.toolpanelContent ul li.MultiSettingsSection .tootlTitle {
    width: 100%;
}
.toolpanelContent ul li.MultiSettingsSection .tootlTitle h6{
    display: flex;
    align-items: center;
    gap: 6px;
}
.toolpanelContent ul li.MultiSettingsSection .tootlTitle h6 i{
    font-size: 18px;
}
/* .toolpanelContent ul li.MultiSettingsSection .toolTypeArea,
.toolpanelContent ul li.MultiSettingsSection .toolInputArea{
    width: 100%;
    padding: 5px 0 10px;
    margin: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}
.toolpanelContent ul li.MultiSettingsSection .toolTypeArea:last-child{
    border-bottom: none;
    padding: 5px 0 0px;
} */
.row-full{
    width: 100%;

}
.col-half{
    width: 50%;
}
.MultiSettingsSection .row-full{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0 10px;
    margin: 0px 0 5px;
    border-bottom: 1px solid #e7e7e7;
}
.MultiSettingsSection .row-full:last-child{
    padding: 5px 0 10px;
    margin: 0px 0 0px;
    border-bottom: none;
}
.MultiSettingsSection .col-half{
    display: flex;
    gap: 10px;
    align-items: center;
}
.toolpanelContent ul li.MultiSettingsSection .col-half .toolTypeArea,
.toolpanelContent ul li.MultiSettingsSection .col-half .toolInputArea{
    border: none;
    margin: 0;
    padding: 0;
    /* width: 100px; */
    text-align: center;
}
.MultiSettingsSection .toolInputArea .form-control{
    text-align: center;
}
.toolpanelContent ul li.MultiSettingsSection .transitionList .toolInputArea{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    justify-content: space-around;
}

.toolInputArea .select-wrapper,
.toolInputArea .form-control{
    width: 150px;
    max-width: 100%;
    text-align: center;
}
.transitionList{
    width: 100%;
    display: flex;
    align-items: center;
}
.toolpanelContent ul li .transitionList .toolInputArea{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
}
.toolpanelContent ul li.themeDetectionSection .toolInputArea{
    display: flex;
    flex-direction: column;
}