﻿@media (max-width: 767px) {
  .login-container {
     padding-right: 0 !important;
    justify-content: center !important; /* Center content horizontally */
    padding-left: 0 !important;         /* Ensure no left padding interferes */
  }
}

.border-left-lg {
   
    border-radius: 10px !important;
}

.sidebar-default .sidebar-content {
  
    border-radius: 10px !important;
}

.modal {
    border-radius: 1rem !important; /* Rounded corners */
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2); /* Soft shadow */
    border: none;
    overflow: hidden;
}

.modal-header, .modal-footer {
    border: none;
    background-color: #f8f9fa;
}

.modal-title {
    font-weight: 600;
    color: #343a40;
}

.modal-body {
    font-size: 1rem;
    color: #495057;
}

.btn {
    
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.btn:hover {
   
    color: #fff;
}

.panel-flat>.panel-heading {
   
    border-radius: 15px !important;
}
.panel[class*=border-left-] {
    
    border-radius: 15px;
}

.file-upload-input {
	background-color: transparent !important;
}
.file-upload-button {

    border-radius: 29px !important;
}
