/* Mobile css */
@media (max-width: 767px) {
.right {
    width: 100%; /* Fixed width */
    background: #fff; /* Keep transparent */ 
    margin-top: 20px;
}
.left {
    flex: 100%; /* Automatically occupies remaining space */ 
    /* padding: 10px; */
}
.leftpading
{
    padding: 10px;
}
.sideabout
{
margin-top: 0px !important; 
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

.uploadbg
{ 
height: 280px !important; 
}

.mobhide
{
    display: none;
}

/*  */
.uplsvgtxt
{
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 16px;
text-align: center;
color: #1D2327;
}

.drag-drop-area{
padding: 20px 32px;
width: 224px;
height: 92px;
border-radius: 5px;
margin-top: 94px;
margin-bottom: 94px;
}

.headertxtspace
{
    margin-top: 12px !important;
}

 

.previiewcontainer{
    display: flex;
    flex-direction: column-reverse;
}


#svg-preview-container svg {
    max-width: 180px !important;
    max-height: 240px !important;
}

.previewside
{
    width: 100% !important;
    border-radius: 0px 0px 5px 5px !important;
    margin-top: 0px !important;
    height: auto !important;
    padding-bottom: 90px !important;
}

 

.bottom-div {
    position: absolute; 
    width: 100%; 
    color: #3858E9;
    text-align: center;
    padding: 20px;
    box-sizing: border-box; 
    display: flex;
    justify-content: space-between; /* Ensures both divs are on the same line */
    align-items: center; /* Aligns items vertically */
    background-color: #FFFFFF; 
    flex-direction: row-reverse !important;
    border-top: 1px solid transparent;
}

.firstside
{
    display: none;
}

.secondside { 
    padding: 10px; 
    text-align: center;
    left: 0 !important;
    margin-right: auto !important;
}

/*  */

.resetsvg
{
    background-color: transparent !important;
    border-color: transparent !important; 
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    display: flex !important;
    align-items: center !important; 
    margin-left: auto !important;
    color: #787C82 !important;
}
.resetsvg:hover
{
    background-color: transparent !important;
    border-color: transparent !important; 
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    display: flex !important;
    align-items: center !important; 
    margin-left: auto !important;
    color: #787C82 !important;
}

.wp-picker-container .wp-color-result.button
{
    min-height: 33px !important;
}

.wp-picker-input-wrap label 
{
    display: grid;
    width: 767px;
    margin-left: 80px;
}

.wp-picker-input-wrap
{
width: 100% !important;
}

.wp-color-picker
{
  margin-top: -6px !important;
  width: 100% !important;
  margin-right: -15px !important;
  border: 1px solid #F0F0F1 !important;
}
.wp-picker-container input[type=text].wp-color-picker
{
    width: auto !important;
    border: 1px solid #F0F0F1 !important;
}


.previewsecontop
{
  padding: 0px !important;
  background: transparent !important;
  border: 1px solid transparent !important;  
  border-radius: 0px;
}

.wp-picker-holder
{
    margin-top: -70px !important;
    overflow: auto !important;
    padding-bottom: 120px !important;
}

}


/* Tab, Desktop css */
@media (min-width: 768px) {
    html, body {
        margin: 0;
        padding: 0;
        height: 100vh;  
    }
    .deskhide
    {
        display: none;
    }

.right {
    width: 328px; /* Fixed width */
    background: #fff; /* Keep transparent */ 
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto; /* Allows right div scrolling */
    z-index:999;
}
.left {
    flex: 1; /* Automatically occupies remaining space */ 
    padding: 20px;
    margin-top: 20px;
    overflow: hidden; /* Prevent left side scrolling */
    margin-right: 328px; /* Reserves space for the right side */
}

 

.bottom-div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    color: #3858E9;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; 
    display: flex;
    justify-content: space-between; /* Ensures both divs are on the same line */
    align-items: center; /* Aligns items vertically */
    background-color: #FFFFFF;
    border-top: 1px solid #F0F0F1;
}


.firstside { 
    padding: 10px;
    flex: 1; /* Takes available space */
    text-align: center;
}

.secondside { 
    padding: 10px;
    flex: 1;
    text-align: center;
}


}


.container {
    display: flex;
    height: 100vh; /* Full viewport height */
}



.uploadbg
{ 
background: #F6F7F7;
border: 1px solid #DCDCDE;
border-radius: 5px;
background-image: url('../img/dot.svg'); /* Adjust the path */
background-size: cover; /* Adjust size */
background-repeat: no-repeat; /* Prevent repeating */
}

.boxdragtxt
{
color: #000000;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;
margin-top: 6px;
}

.boxdragtxt2
{
text-decoration-line: underline;
color: #3858E9;
cursor: pointer;
}

.previewside
{
width: 184px;
height: 420px;
background: #FFFFFF;
border: 1px solid #DCDCDE;
border-radius: 5px 0px 0px 5px;
position: relative;
flex: 1;  
overflow: hidden;
}

.previewsidetxt
{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px; 
align-items: center;
color: #50575E;
padding: 20px;
}

.previewcontainer
{
    display: flex;
    justify-content: space-between; /* Ensures both divs are on the same line */
}
 
.previewsideright {
    flex: 1;  
}




.previiewcontainer {
    display: flex;
    gap: 1px; /* Space between divs */
}

.wp-color-result-text
{
    display: none;
}

.wp-picker-container .hidden
{
    display: block;
}

.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear, .wp-customizer .wp-picker-input-wrap .button.wp-picker-default, .wp-picker-input-wrap .button.wp-picker-clear, .wp-picker-input-wrap .button.wp-picker-default
{
    display: none;
}


/* Make the wp-picker-container a flex container */
.wp-picker-container {
    display: flex !important;
    flex-direction: row-reverse !important;
    /* align-items: center !important; */
    gap: 10px !important;
  }
  
  /* Remove the hidden class on the input wrap */
  .wp-picker-input-wrap.hidden {
    display: flex !important;
    align-items: center !important;
  }
  
  /* Ensure the color picker stays hidden until clicked */
  .wp-picker-holder {
    position: absolute !important;
    z-index: 100 !important;
    /* top: 100% !important; */
    left: 0px !important;
  }

 .wp-color-picker
  {
    margin-top: -7px !important;
    width: 112px !important;
    margin-right: -15px !important;
    border: 1px solid #F0F0F1 !important;
  }

  .iris-picker .iris-square
  {
    width: 115px !important;
  }
  .iris-picker .iris-square-inner
  {
    width: 130px !important;
  }

  
.prevbox2 { 
    flex: 1; /* Makes both divs equal width */
}
  .previewsecontop
  {
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #DCDCDE; 
    display: flex;
    justify-content: flex-end;
    border-radius: 0px 5px 0px 0px;
  }

  .previewsecontopbtnmarg
{
    margin-left: 16px !important;
}


/* xnnn,nz,n, */
 
.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.header {
    display: flex;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.btn {
    padding: 8px 16px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.btn:hover {
    background-color: #005d87;
}

.btn:first-child {
    background-color: #ddd;
    color: #000;
}

.btn:first-child:hover {
    background-color: #ccc;
}

.main-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}

.upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #0073aa;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    height: 150px;
    background-color: #fff;
    text-align: center;
}

.upload-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.upload-box p {
    margin: 0;
    color: #0073aa;
    font-size: 14px;
}

.upload-box p:hover {
    text-decoration: underline;
}

.sidebar {
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    overflow-y: auto;
}

.about-section, .plugin-section {
    margin-bottom: 20px;
}

.about-section h2, .plugin-section h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.about-section p, .plugin-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.about-section a {
    color: #0073aa;
    text-decoration: none;
}

.about-section a:hover {
    text-decoration: underline;
}

.plugin {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.plugin-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0073aa;
    color: #fff;
    border-radius: 4px;
}

.plugin-info h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.plugin-info p {
    margin-bottom: 10px;
}

.btn.small {
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .container {
        flex-direction: row;
        margin-top: -26px;
    }


    .sidebar {
        margin-top: 60px;
        height: calc(100vh - 60px);
        position: fixed;
        right: 0;
        top: 0;
    }
}


.cpi-plugin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.cpi-plugin-card {
    border-top: 1px solid #DCDCDE; 
    background: #fff;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.cpi-plugin-card img {
    /* icon-256x256 */
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

 

.cpi-container {
display: flex;
gap: 20px; /* Space between divs */
}
.cpi-box1 {  
    width: 40px;
    border-radius: 2px;

}
.cpi-box2 {  
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1D2327;
    display: flex;
    justify-items: center;
    align-items: center;
    margin-top: -6px;
}

.cpi-margin-btm
{
margin-bottom: 12px;
}
.cpi-container2 {
    display: flex;
    gap: 16px; /* Space between divs */
    }

    
.cpi-container2 .button {  
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    width: 132px;
    height: 32px;
    border-radius: 2px;
    }
.sideabout
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 12px 24px;
background: #fff;
border-bottom: 1px solid #DCDCDE;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #1D2327;
margin-top: 30px; 
}

.sideallplugins
{
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 24px;
padding-right: 24px;
padding-top: 12px; 
padding-bottom: 12px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #50575E;
border-top: 1px solid #DCDCDE;
margin-top: 20px;
margin-bottom: -20px; 
}

.coffee
{
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #3C434A;
    margin-top: 20px;
}
.coffee a
{
    text-decoration: none;
}
.coffeetext
{
    margin-bottom: 12px;
}

.loaderimg
{
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-items: center;
    margin-top: 70px;
}

.colortopbar
{
    display: flex;
}

.wp-picker-container .wp-color-result.button
{
    border: 1px solid #F0F0F1 !important;
    padding: 28px 0px 0px 30px !important;
    /* border-left: transparent !important;  */
}
.wp-picker-container .wp-color-result.button:hover
{
    border: 1px solid #F0F0F1 !important;
    /* border-left: transparent !important; */
}
