.space-y{
    margin-top: 50px;
}
.btn.btn-icon{
    width:50px !important;
    height:32px !important;
}

.form-container {
	width: auto;
	height: auto;
	display: flex;
   	justify-content: center;
	align-items: center;
}
.upload-files-container {
	background-color: #fff;
	width: auto;
	padding: 20px 20px;
	border-radius: 20px;
	display: flex;
   	align-items: center;
   	justify-content: center;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 10px, rgba(194, 194, 194, 0.28) 0px 4px 4px;
}
.drag-file-area {
	border: 2px dashed #142948;
	border-radius: 15px;
	margin: 10px 0 10px;
	width: 260px;
	text-align: center;
}

.scanner-area{
	border: 2px dashed #142948;
	border-radius: 15px;
	margin: 10px 0 10px;
	width: 100%;
	text-align: center;
}
.drag-file-area .upload-icon {
	font-size: 50px;
}
.drag-file-area h3 {
	font-size: 26px;
	margin: 15px 0;
}
.drag-file-area label {
	font-size: 19px;
}
.drag-file-area label .browse-files-text {
	color: #142948;
	font-weight: bolder;
	cursor: pointer;
}
.browse-files span {
	position: relative;
   top: -17px;
   left: -80px;
}
.default-file-input {
	opacity: 0;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
	color: #f7fff7;
	background-color: #142948;
  	transition: all 1s;
	width: 90%;
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 15px;
	cursor: pointer;
}
.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}
.progress-bar {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 4.5%;
	width: 0;
	height: 5px;
	border-radius: 25px;
	background-color: #4BB543;
}
.upload-button {
	font-family: 'Montserrat';
	background-color: #142948;
	color: #f7fff7;
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	border-radius: 10px;
	margin: 10px;
	padding: 7.5px 50px;
	cursor: pointer;
}

.simple-select{
    padding: 5px 10px !important;
	border: 0 !important;
	outline: 1px solid #ced4da !important;
	width: 200px !important;
	border-radius: 0;
}

.simple-btn{
	border-radius: 0;
	padding: 12px 10px;
	outline: 1px solid #ced4da !important;
	width:100%;
}

.col-grid{
	padding-left: 0px;
	padding-right: 0px;
}

.table td{
	padding: 10px 15px !important;
}

.package-branch-img{
	height: 200px !important;
}
.btn-pck-action{
	height: 38px;
	padding: 0 15px;
}

.text-area-style{
	border-radius: 15px;
}

.fs-25{
	font-size: 25px;
	font-weight: 700;
}

.fs-30{
	font-weight: 700;
}


@media only screen and (max-width: 767px)
{

	.package-branch-img{
		height: auto !important;
	}

	.space-y{
		margin-top: 0;
	}

}

.card.card-glau {
  background: #6F8FAF;
  color: #ffffff;
}
.card.card-glau:hover {
  background: #4682B4;
}

.pagination-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  margin-top:20px;
  margin-bottom: 20px;
  flex-wrap:wrap;
}

.pagination-wrapper button{
  border:none;
  background:#2c3e50;
  color:white;
  padding:5px 10px;
  border-radius:5px;
  cursor:pointer;
  font-size: 16px;
}

.pagination-wrapper button.active{
  background:#197fe6;
}

.pagination-wrapper button:disabled{
  opacity:0.5;
  cursor:not-allowed;
}

.staff-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    min-height: 280px;
}

.staff-avatar-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.staff-avatar {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f1f3f5;
}

.staff-name {
    font-weight: 600;
    margin-bottom: 18px;
}

.staff-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #555;
    font-size: 14px;
}

.staff-detail i {
    width: 18px;
    color: #0058be;
}

.branch-table {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
   
}

.branch-table h5 {
    font-weight: 600;
}

.branch-table .table {
    margin-bottom: 0;
}

.branch-table th {
    font-size: 13px;
    font-weight: 600;
}

.branch-table td {
    vertical-align: middle;
    font-size: 14px;
}