.clearable-textarea {
    position: relative;
    display: inline-block;
    width: 96%;
    /* Set the width to 100% */
    margin: 7.5px 7.5px 7.5px 7.5px;
    border-radius: 10px;
    background-color: #f0f0f0;
}


.clearable-textarea textarea {
    padding-right: 30px;
    /* Space for the clear button */
    width: 100%;
    /* Set the width to 100% */
}

.clearable-textarea .clear-button {
    position: absolute;
    top: 20%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.clearable-textarea textarea:not(:placeholder-shown)+.clear-button {
    display: block;
}

@media only screen and (max-width: 600px) {
    .myfixedtab {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    myfixedtabheader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.border-custom {
    border-right: 1px solid #dddada;
    border-top: 1px solid #dddada;
    flex-direction: column;
    align-items: center;
}



button:focus {
    outline: none;
}

.blu {
    background-color: #217AFF !important;
}

.grey {
    background-color: #DBDBDB;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.heading-color {
    color: #222222;
}

.placeholder-text-search {
    color: #222222;
    font-size: 17.5px;
}

.radio-container {
    display: flex;

}

.radio-container img {
    cursor: pointer;
    transition: filter 0.3s ease-in-out;
    width: 12rem !important;
    border: 3px solid #DBDBDB !important;

}


.mb-4 .radio-container img {
    cursor: pointer;
    transition: filter 0.3s ease-in-out;
    border: 3px solid #f0f0f0;
    width: 12rem !important;
    height: 8.5rem !important;
    margin-bottom: 4px;

}



.radio-container input[type="radio"] {
    display: none;
    filter: brightness(100%);


}

.radio-container input[type="radio"]:checked+img {
    filter: brightness(90%);
    border: 3px solid #227aff !important;
    border-radius: 10px;
}

.radio-container input[type="radio"]+img {
    border: 3px solid #F0F0F0;
    border-radius: 10px;
}



.loading {
    display: none;
    text-align: center;
    margin-top: 20px;
}


.loading {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.custom-border-unchecked {
    border: 2px solid #f0f0f0;
    /* Change border color on selection */
}

.background-container {
    background-image: var(--background-url, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: flex-end;
    margin-top: 20px;
}


.content {
    color: #227aff !important;
    text-shadow: 2px 2px 4px #000000;
    top: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    height: fit-content;


}

.background-container.w-60.h-auto.mt-12.mr-6.relative {
    height: -webkit-fill-available;
    margin-top: 50px !important;
}



.custom-heigt {
    height: -webkit-fit-content;
}

.text-blu {
    color: #217AFF;
}

.bg-gray-custom {
    background-color: #F2F3F4;
}

.custom-width {
    width: 19rem;
}


#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F3F4;
    /* Optional background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1199;
}


#demo {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}

#no-internet {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    transition: top 0.5s ease-in-out;

}

#subscription {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 10px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}



#demoUser {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 10px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}

#sucess {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 10px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}

#login {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 10px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}
#textCopy {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 10px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}

#sucessMessage {
    width: 100%;
    background-color: #227aff;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 10px;
    z-index: 999;
    transition: top 0.5s ease-in-out;

}
body{
    font-family: 'poppins', sans-serif;
}

#heading{
    padding: 20px;
    text-shadow: 0 0 black;
}

#sub-heading{
    padding: 20px;
    text-shadow: 0 0 black;
}

div#licenseInfo {
    z-index: 999;
}
#licenseInfo .max-h-full {
    max-height: calc(100vh - 12rem); /* Increased padding */
}



.color-radio {
    display: none;
}

.color-label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
    border: 3px solid transparent;
    cursor: pointer;
}

.color-radio:checked + .color-label {
    border: 3px solid #227aff !important
}

.colors-container {
    display: flex;
    gap: 10px;
}

input#clr2,input#clr3,input#clr1,input#clr4 {
    display: none;
}

.selectable {
    cursor: pointer;
}

.selected-text {
    outline: 3px solid #227aff;
}

h1#heading,h1#sub-heading {
 padding: 0px;
 font-size: 36px;
 display: inline;
 
}
h1#sub-heading {
    margin: revert-layer;
}
.draggable {
    touch-action: none;
    position: absolute;
}

.with-blur-backdrop {
    filter: blur(0px);
    transition: filter 0.3s ease;
}


#image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .radio-container {
    flex: 0 1 calc(50% - 10px); /* Adjust the width and spacing */
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  
