.adc-input {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 12px;
    border: 1px solid #4e4e4e !important;
    border-radius: 3px;
    text-overflow: ellipsis;
    min-height: 38px;
}

.colr-swt-box {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    display: block !important;
    border: 1px solid #ccc;
}
  
  input[type=radio].colrswt {
    display: none;
  }  
    
  .sel-colr-swt {
    border: 3px double white;
  }

  .sel-colr-swt-black{
    border: 3px double black;
  }

  .colr-parent{
    text-align: center;    
  }

  .colr-container{
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
  }


  input[type=radio].imgswt {
    display: none;
  }

.img-swt-box {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    cursor: pointer;
    display: block !important;
    border: 2px solid #e5e5e5;
    border-radius:5px;
}

  .sel-img-swt-black{
    border: 3px solid black;
  }

  .tooltiplocal {
    position: relative;
    display: inline-block;
}

    .tooltiplocal .tooltiptext {
        visibility: hidden;
        min-width: 50px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 90%;
        left: 50%;
        margin-left: -35px;
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

        .tooltiplocal .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltiplocal:hover .tooltiptext {
        visibility: visible;
    }

    .wallet-button-fade-in shopify-buy-it-now-button:nth-of-type(2) {
      display: none;
  }

.apc-opt-title {
    font-weight: 400;
    font-size: 13px;
}

.apc-opt-field {
    font-weight: 400;
    font-size: 14px;
    min-height: 0px !important;
}


.apc-opt-rb {
    height: 14px;
    width: auto !important;
}


.apc-opt-req {
    font-weight: 400;
    font-size: 12px;
    color: red;
}
.apc-opt-msg {
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: red;
}

.apc-opt-help {
    font-weight: 400;
    font-size: 12px;
}

.apc-opt-desc {
    font-weight: 400;
    font-size: 12px;
}


.custom-radio-group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.custom-radio.button-style {
    padding: 0.75rem 2rem;
    color: black;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    border:1px solid;
}

    .custom-radio.button-style:hover {
        background-color: #f0f0f0;
        color: black;
    }

.custom-radio.selected {
    background-color: black;
    color: white;
    border: 2px solid black;
}

.btn-radio {
    display: none;
}

input[type="color"] {
    width: 60px;
    height: 20px;
    border: none; 
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    background-color: transparent; 
}

    input[type="color"]:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    input[type="color"]::-webkit-color-swatch {
        border: none; 
        border-radius: 4px;
        background-color: transparent; 
    }

   
    .color-picker {
    align-items: center;
    margin-right: 10px;
}

.adc-color-code {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    width: 10px;
    text-align: center;
}

.font-search-container {
    width: 100%;
    margin-bottom: 1rem;
}

.font-suggestions {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}

.font-item {
    padding: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .font-item:hover {
        background-color: #f0f0f0;
    }


.maintdiv {
    display: flex;
    flex-wrap: wrap;
}


.horizontal-divider {
    margin: 0; 
    border: none; 
    height: 0;
    background-color: white;
}

    .horizontal-divider.solid {
        border-top: 2px solid #000; 
        background-color: white;
    }

    .horizontal-divider.dashed {
        border-top: 2px dashed #000; 
        background-color: white;
    }

    .horizontal-divider.dotted {
        border-top: 2px dotted #000; 
        background-color: white;
    }

    .horizontal-divider.double {
        border-top: 4px double #000; 
        background-color: white;
    }

.horizontal-divider {
    border-color: inherit;
}


/* File drop area styles */
.file-drop-area {
    border: 2px dashed #ccc;
    padding: 1rem;
    cursor: pointer;
    transition: border-color 0.3s;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
    .file-drop-area:hover {
        border-color: #000;
    }

.choose-file-button {
    background-color: grey;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
    
    .choose-file-button:hover {
        background-color: dimgrey;
    }

.choose-file-button {
    color: #1f5199;
    background: #e5effd;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

.file-preview {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.preview-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.img-preview {
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

.file-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 70px); /* Adjusted to fit next to the image */
}

.file-name {
    flex-grow: 1;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Truncates the long file names with ellipsis */
    margin-right: 10px;    
}

.remove-file-button {
    background-color: #ccc; /* Light grey for a neutral look */
    color: #333; /* Darker text for contrast */
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}
    
    .remove-file-button:hover {
        background-color: #bbb; /* Slightly darker grey on hover */
    }


/* File name styling */
.file-name-upl {
    flex-grow: 1;
    font-size: 14px;
    margin-top: 5px;
    color: #333;
    text-wrap: wrap;
    overflow: hidden;
}

.chk-item-line {
    display: inline-flex;
    width:100%;
}

.chk-item {
    min-height: 14px !important;
    height: 14px;
    width: auto;
    margin-right: 5px;
}

  