/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Oct 20, 2025, 3:21:03 PM
    Author     : ahmadyaseen
*/

.logo_img{
    position: absolute !important;
    top: 22px !important;
    right: -50px !important;
}

@media (max-width: 768px) {
    .logo_img {
        right: 0 !important;
    }
}