/*overwrite*/


/*overwrite end*/


.gd-gen-premium-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}



input[type='date']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.gd-gen-app {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    justify-content: center;
}

.gd-gen-powered {
    font-size: .75rem;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 6rem;
    text-align: center;
}

.gd-gen-box {
    width: 33%;
    height: 25.5rem;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    padding: 1.5rem;
    /* margin: 0 auto;*/

    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.gd-gen-box--half {
    width: 40%;
    height:36.5rem;
}


.gd-gen-box *::-webkit-scrollbar {
    width: 5px;
}

    .gd-gen-box *::-webkit-scrollbar-track {
        background: #F2F2F2;
        border-radius: 2px;
    }

    .gd-gen-box *::-webkit-scrollbar-thumb {
        background: #E1E1E1;
        border-radius: 2px;
    }
        .gd-gen-box *::-webkit-scrollbar-thumb:hover {
            background: #DADADA;
        }


.gd-gen-types {
    overflow-y: scroll;
    overflow-x: hidden;
}



    .gd-gen-types li {
        border-top: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
        font-size: 0.875rem;
        color: #333;
        position: relative;
        padding: 0.85rem;
        padding-left: 2rem;
        margin-top: -1px;
        padding-left: 2.5rem;
        cursor:pointer;
    }

        .gd-gen-types li.selected {
            background-color: #E7EEFC;
            border-color: #E7EEFC;
            color: #2A6AE2;
            border-radius: 2px;
        }

    .gd-gen-types i {
        position: absolute;
        left: 0.7rem;
        top: 0.7rem;
    }

.gd-gen-types i svg {
    width: 1.125rem;
    height: 1.125rem;
    fill: #AFAFAF;
}
.gd-gen-types li.selected i svg {
    fill: #96B1E5;
}

.gd-gen-form {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 2px;
  
}
.gd-gen-field {
    font-family: 'Inter', sans-serif;
    background-color: #F2F2F2;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 0.75rem;
    font-size: 0.875rem;
    box-sizing: border-box;
    min-height: 2.56rem;
}

.gd-gen-field--color {
    display:flex;
}

.gd-gen-color {
    padding: 0;
    border: 0;
    align-items: center;
    -webkit-appearance: none;
    height: 1.5rem;
    width: 1.5rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: -0.2rem 0;
}
.gd-gen-color-value {
    display: flex;
    align-items: center;
    color: #767676;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    cursor:pointer;
    font-family:monospace;
}

.gd-gen-label {
    font-size: 0.875rem;
}

.gd-gen-field-name {
    font-size: 0.75rem;
    color: #a1a1a1;
    margin-bottom: 0.5rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
}

.gd-gen-field--textarea {
    height: 8rem;
    resize: none;
}

.gd-gen-subheader {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #a1a1a1;
    padding-left: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

    .gd-gen-subheader--margin {
        margin-top: 2rem;
    }

    .gd-gen-field-box {
        margin-bottom: 1rem;
        position: relative;
    }
.gd-gen-field-tip {
    position: absolute;
    right: 0.5rem;
    top: 0.7rem;
    color: #7C7C7C;
    font-size: 0.75rem;
    border-radius: 6px;
    padding: 0.25rem;
    background-color: #fff;
    display: block;
}

.gd-gen-image-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gd-gen-plug-image {
    width: 7.5rem;
    height: 7.5rem;
}

/*.gd-gen-disabled .gd-gen__header {
    color: #838383;
}*/

.gd-gen-image-box img {
    max-width: 15rem;
    max-height: 9rem;
    margin-top: -1.5rem;
}

    .gd-gen-footer {
        height: 4.5rem;
        border-top: 1px solid #F2F2F2;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:1rem;
        margin: -1.5rem;
        margin-top: 0;
        padding: 2.5rem 0;
    }




.gd-gen__header {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
}
.gd-gen-tabs {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6rem;
    display: flex;
    justify-content: center;
}

.gd-gen-tab {
    margin: 0 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    color: #000;
    opacity:0.7;
}
    .gd-gen-tab:hover {
        opacity:1;
    }


    .gd-gen-tab--active {
        border-bottom: 2px solid var(--control-color);
        opacity: 1;
    }
   



.gd-gen-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    height: 2.25rem;
    color: #fff;
    background-color: var(--control-color);
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.875rem;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: .3px;
    transition: background-color 0.15s linear;
}

    .gd-gen-btn:hover {
        background-color: #4880eb;
    }


    .gd-gen-btn[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

 


.gd-gen-btn--download {
    background-color: #0DC268;
}
.gd-gen-btn--download:hover {
    background-color: #07ad5a;
}



.gd-gen-btn--alt {
    background-color: #E5EFFF;
    color: #558FFF;
}

    .gd-gen-btn--alt:hover {
        background-color: #dbe6f7;
        color: #3d79ed;
    }




.gd-gen-info-items {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom:4rem;
}

.gd-gen-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:40%;
}

.gd-gen-info__icon {
    background-color: var(--icon-background);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .gd-gen-info__icon svg {
        width: 2rem;
        height: 2rem;
        fill: #72A1FF;
    }

.gd-gen-info__header {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}


.gd-gen-info__text{
    color: var(--text-color);
    font-size: .875rem;
    line-height: 1.6rem;
    padding: 0 2rem;
   
}

.gd-gen-info__text ul {
    padding-left: 1rem;
    margin-bottom: 2rem;
    color: var(--text-color);
    font-size: .875rem;
    line-height: 1.6rem;
}

    .gd-gen-info__text p {
        margin-bottom:0.5rem;
    }

    .gd-gen-info__text li::before {
        content: "•";
        color: #bbc0cb;
        font-weight: bold;
        display: inline-block;
        width: 1rem;
        margin-left: -1rem;
    }





    .gd-form-field {
        all: unset;
        border-radius: 0.3rem;
        border: 1px solid var(--border-color);
        height: 2.75rem;
        padding: 0 0.5rem;
        font-size: 0.875rem;
        background-color: #fff;
        box-sizing: border-box;
    }


@media screen and (max-width: 750px) {

    select, input[type='date'] {
        -webkit-appearance: none;
        line-height: 2.56rem;
        padding: 0 0.75rem !important;
        
    }


    .gd-page-header > h1 {
        font-size: 2rem;
    }
    .gd-gen-app {
        flex-direction: column;
        padding: 0 1rem;
    }
    .gd-gen-box {
        width: 100%;
        height: 22rem;
    }

    .gd-gen-form {
        margin-bottom:1rem;
    }
    .gd-gen-box--fields {
    height: auto;
       
    }

    .gd-gen-info-items {
        flex-direction: column;
    }

    .gd-gen-info {
        width: 100%;
    }

    .gd-gen-btn {
        height: 2.7rem;
        font-size: 1rem;
    }
}
