
.s-15 {
    width: 15px !important;
}
.s-20 {
    width: 20px !important;
}
.s-30 {
    width: 30px !important;
}
.s-40 {
    width: 40px !important;
}
.s-50 {
    width: 50px !important;
}
.s-70 {
    width: 70px !important;
}
.s-80 {
    width: 80px !important;
}

.s-100 {
    width: 100px !important;
}

.s-120 {
    width: 120px !important;
}

.s-150 {
    width: 150px !important;
}
.s-170 {
    width: 170px !important;
    direction: ltr !important;
}
.s-180 {
    width: 180px !important;
    direction: ltr !important;
}
.s-190 {
    width: 190px !important;
    direction: ltr !important;
}
.s-200 {
    width: 200px !important;
}

.s-250 {
    width: 250px !important;

}

.s-300 {
    width: 300px !important;

}

 .share-btn {
    /* background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);*/
     background-color:  #2575fc;
     color: white;
     border: none;
     border-radius: 50px;
     padding: 15px 30px;
     font-size: 18px;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     margin: 20px auto;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }
.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}
.share-btn:active {
    transform: translateY(1px);
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 480px) {

    .share-btn {
        padding: 12px 25px;
        font-size: 16px;
    }
}


