.field-ai-parent-wrapper{
  display:flex;
  align-items:center;
}
.field-ai-field-wrapper{ width: 100%;}
.field-ai-icon-wrapper{
    margin-left: 20px;
    width: 50px;
    height:50px;
    cursor: pointer;
    background-image: url("../images/ai.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ai-popup-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display:none;
}

.ai-popup-inner-wrapper{
   width:60%;
   background:#FFFFFF;
   padding:30px 60px;
   box-sizing: border-box;
   min-height:300px;
}

.ai-popup-title-outer-wrapper{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 30px;
}
.ai-popup-title-wrapper{
   font-size: 40px;
}
.ai-popup-close-wrapper{
   color: brown;
}
.ai-popup-close-wrapper i{ font-size: 14px; }
.ai-popup-close-wrapper a{
   margin-left: 60px;
   font-weight: bold;
   text-decoration: none;
   font-size:20px;
   color:#000;
}

.ai-popup-field-title-wrapper{ 
   line-height: 30px; 
   font-size: 16px;
}
.ai-popup-field-outer-wrapper,.ai-popup-field-inner-wrapper,.ai-popup-result-outer-wrapper{ width: 100%;}
.ai-popup-field-inner-wrapper{ 
   margin-bottom: 20px;
}
.ai-popup-field-field-wrapper input[type="text"],
.ai-popup-field-field-wrapper input[type="number"],
.ai-popup-field-field-wrapper select,
.ai-popup-field-field-wrapper textarea
{ 
   width: 100%; 
   border: 1px solid #004; 
   padding: 10px; 
   font-size: 16px; 
   box-sizing: border-box; 
   background-color: #FFFFFF;
   color: #000;
}
.ai-popup-field-inner-wrapper input[type="button"]{
   background-color: #004;
   color: #FFFFFF;
   padding: 10px 20px;
   border: 0px;
   cursor: pointer;
}

.text-right{ display: flex;
   justify-content: end;
}
.submit-loader,.regenerate-loaderi,.upload-loader,.image-loader,.mask-loader{
   background-image: url("../images/loader.gif");
   background-repeat: no-repeat;
   padding:15px;
   display:none;
}
.ai-regenerate-feeback-form-wrapper{ width: 100%; display: none;}
    .ai-popup-result-outer-wrapper{ width: 100%; color:#8d8d8d;display:none; }
    .align-right{ text-align: end;}
    .border-grey{ border: 1px solid #e4e4e4;}
    .border-black{ border: 2px solid #8d8d8d;}
    .margin-bottom-1{ margin-bottom: 1rem;}
    .ai-search-row-wrapper{ width: 100%; box-sizing: border-box; padding: 5px;}
    .dark-button{ background-color: #004; color: #FFFFFF; padding: 10px 20px; border: 0px; cursor: pointer;}
    .white-button{ background-color: #FFFFFF; color: #000; padding: 10px 20px; border: 0px; cursor: pointer;}
    .ai-request-title{ font-weight: bold;}
    .ai-result-search-wrapper{ width: 100%; display: flex; margin-bottom: 10px; }
    .ai-search-title-wrapper{ flex-grow: 1; line-height: 30px; font-size: 16px;}
    .ai-regenerate-wrapper{ background-color: #e4e4e4; width: 60%; padding: 1rem; display: flex; justify-content: space-between; align-items: center;}
    .padding-0{ padding:0px !important}
