@media screen and (max-width: 480px) {
    .t503__img {
        width: 55px !important;
        height: auto;
    }
}

@media screen and (max-width: 980px) {
    .t456__imglogo {
        margin: 0 0 !important;
    }
    
    .t456__rightwrapper {
        padding: 0 0 !important;
    }
}

.vacan {
    background: linear-gradient(132.84deg, #E93AC4 15.35%, #FF460C 87.95%);
    transition: all 0.3s ease;
    border-radius: 50px;
}

.vacan:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.t-submit {
    background: linear-gradient(132.84deg, #E93AC4 15.35%, #FF460C 87.95%);
    transition: all 0.3s ease;
}

.t-submit:hover {
    background-color: #1D1D1B !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.gradient-link a:hover {
        background-color: red;
        background-image: linear-gradient(132.84deg, #E93AC4 15.35%, #FF460C 87.95%);
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
        -moz-background-clip: text;
    }
    
.tag:hover {
    background: linear-gradient(132.84deg, #E93AC4 15.35%, #FF460C 87.95%);
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 0px solid red !important;
}

.tag a:hover {
    border: 0px solid white !important;
}

.tag{
    border-radius: 50px;
}