﻿.btn-logout {
  background-color: #9E2415 !important;
}
.btn-logout:hover {
  background-color: #FF3B21 !important;
}

/*$current-vendor: rgba(253, 178, 15, 0.8);
$our-vendor: rgba(29, 74, 149, 0.8);*/
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-overlay img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.btn-success:hover {
  background-color: #9E2415 !important;
  border: none !important;
}

.btn-success {
  background-color: #FF3B21 !important;
  border: none !important;
}

/*#mobile-app-banner {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    gap: $banner-gap;
    padding: $banner-padding;
    z-index: $banner-z;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}*/
#mobile-app-banner {
  position: relative; /* or remove this line entirely */
  width: 100%;
  /* background: linear-gradient(to right, #def1de, #ffffff); */
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px 0;
  flex-wrap: wrap;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.app-btn {
  display: flex;
  align-items: center;
  background: #198754;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  gap: 8px;
  transition: background-color 0.3s ease;
  font-size: 14px;
  height: 40px;
  background-color: #9E2415 !important;
}
.app-btn:hover {
  background-color: #FF3B21 !important;
  color: #FFFFFF;
}
.app-btn img {
  height: 20px;
  width: auto;
}

#close-banner {
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10000;
}
#close-banner:hover {
  color: #1f215b;
}

body {
  font-family: Poppins, sans-serif;
}
.login-wrapper .container {
  max-width: 100% !important;
  display: flex;
}

.section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #FFFFFF;
}

main {
  display: flex;
}

.left-section {
  padding: 50px;
}

.right-section {
  padding: 50px;
}
@media (max-width: 768px) {
  .right-section {
    padding-top: 200px;
  }
}

.form-control {
  max-width: 100%;
}

.phone-input {
  display: flex;
  gap: 10px;
  width: 400px;
  max-width: 400px;
}

.login-wrapper {
  display: flex;
  justify-content: center;
}

.loginheader {
  font-size: 25px;
  color: #FF3B21 !important;
}

.text-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}

.text-success {
  font-size: 11px;
}
