.shades-generator-banner{
    background-image: url(../../../../../uploads/2024/06/shades-generator-banner-bg.webp);
    background-position: center;
    background-size: cover;
    padding: 200px 0 150px;
    text-align: center;
    color: #fff;
}

.shades-generator-banner p{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.shades-tints-generator {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 50px;
}

.shades-tints-generator .field-wrapper{
    width: 100%;     
    margin: 0 auto;
    margin-top: -30px;
}

.shades-tints-generator .field-wrapper .inner-wrapper{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 10px;
}

.shades-tints-generator input[type="text"] {
    outline: none;
    border-radius: 50px;
    text-transform: uppercase;
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border: 2px solid #fff;
    background: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 14px rgba(0,0,0,0.2);
}

.shades-tints-generator .color-hex-field {
    height: 60px;
    width: calc(100% - 250px);
    position: relative;
}

.shades-tints-generator .color-picker-box {
    width: 100px;
    height: 60px;
    position: relative;
}

.shades-tints-generator .color-picker-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    display: block;
    pointer-events: none;
}

.shades-tints-generator input[type="color"] {
    outline: none;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.2);
}

.shades-tints-generator input[type="color"]::-webkit-color-swatch {
    border-radius: 50px;
    border: 2px solid #fff;

}
.shades-tints-generator input[type="color"]::-moz-color-swatch {
    border-radius: 50px;
    border: 2px solid #fff;
}

.shades-tints-generator input::placeholder{
    font-weight: 400;
    text-transform: capitalize;
}

.shades-tints-generator input:focus{
    border-color: var(--yellow);
}

.shades-tints-generator button {
    background-image: linear-gradient(135deg, #d0c001, #fdee3d) !important;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 25px;
    height: 60px;
    border-radius: 40px;
    text-transform: capitalize;
    border: none;
    width: 140px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.2);
}

.shades-tints-generator .error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    padding-left: 30px;
    font-weight: 500;
    position: absolute;
    margin-bottom: 0;
    display: none;
}

.shades-tints-wrapper {
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 30px;
}

.shades-tints-wrapper > div{
    width: 100%;
    max-width: calc(50% - 10px);
}

.shades-tints-generator .heading{
    font-size: 26px;
    display: none;
    margin-bottom: 20px;
    text-align: center;
}

.shades-tints-generator .color-box {
    width: calc(100% - 100px);
    position: relative;
    display: block;
    height: 60px;
    list-style: none;
    margin-bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 3px 14px rgba(0,0,0,0.1);
}

.shades-tints-generator .color-box::before {
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-image: url(../../../../../uploads/2024/06/copy-icon.webp);
    background-repeat:  no-repeat;
    background-size: 25px;
    background-position: center;
    background-color: #fff;
    position: absolute;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.shades-tints-generator .color-box:hover::before{
    opacity: 1;
}

.shades-tints-generator .color-box  span{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

.shades-tints-generator .shades .color-box  span{
    left: calc(100% + 10px);
}

.shades-tints-generator .tints .color-box{
    margin-left: auto;
}

.shades-tints-generator .tints .color-box  span{
    right: calc(100% + 10px);
}

.clipboard-text {
    position: fixed;
    bottom: -40px;
    left: 50px;
    padding: 10px 20px;
    background: linear-gradient(297deg, #ff0566, #fa7236);
    color: #fff;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 300;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    opacity: 0;
    transition: 0.5s all linear;
    z-index: 11111;
}

.clipboard-text.active {
    opacity: 1;
    bottom: 30px;
}

.about-shades-tool{
    padding: 75px 0;
    background: #f0f0f0;
}

.about-shades-tool .row{
    align-items: center;
}

.about-shades-tool .content ol{
    padding-left: 15px !important;
}

.about-shades-tool .content li{
    margin-bottom: 1rem;
}

.about-shades-tool .content strong{
    font-size: 28px;
    line-height: 1.3;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--blue-dark);
}

.about-shades-tool .image-box{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .shades-generator-banner{
        padding: 150px 0;
    }
    .about-shades-tool{
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .shades-generator-banner {
        padding: 100px 0;
    }
    .shades-tints-generator{
        padding-bottom: 20px;
    }
    .shades-tints-generator .field-wrapper{
        margin-top: -24px;
    }
    .shades-tints-generator .color-picker-box{
        height: 45px;
        width: 45px;
    }
    .shades-tints-generator .color-picker-box img{
        width: 20px;
    }
    .shades-tints-generator .color-hex-field{
        width: calc(100% - 165px);
        height: 45px;
    }
    .shades-tints-generator input[type="text"] {
        padding-left: 15px;
        font-size: 13px;
    }
    .shades-tints-generator button {
        font-size: 14px;
        padding: 8px 18px;
        height: 45px;
        width: 100px;
    }
    .shades-tints-generator .heading{
        font-size: 22px;
    }
    .shades-tints-generator .shades .heading{
        text-align: left;
    }
    .shades-tints-generator .tints .heading{
        text-align: right;
    }
    .shades-tints-generator .color-box{
        height: 45px;
        border-radius: 3px;
        margin-bottom: 3px;
        width: calc(100% - 70px);
    }
    .shades-tints-generator .color-box span{
        font-size: 12px;
    }
    .shades-tints-generator .color-box::before {
        height: 28px;
        width: 28px;
        background-size: 20px;
        opacity: 1;
    }
    
}