/*
Template Name: Alfardan Group
Template URI: 
Author: Xpert Solutions
Author URI: https://www.xertsolutions.qa/
Description: One of the leading family-owned conglomerates in the Middle East region for more than 65 years, with a business enterprise built around traditional family values and an uncompromising commitment to integrity, premium service and social responsibility.
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* 
	=========================================================
	Please Note::
	=========================================================
	** In this template All sizing will count in "rem".
	** 1rem = 10px

*/

:root {
  --colorBodyBg: #fbfbfa;
  --colorGold: #956D1D;
  --colorBodyText: #000000;
  --colorGrey1: #97999b;
  --colorGrey2: #c0c0c0;
  --colorGrey3: #dedede;
  --colorGrey4: #dedede;

  --borderColor: #c0c0c0;

  --bodyFontSize: 1.4rem;
  --fontFamilyBody: "Montserrat", sans-serif;
  --headerHeight: 100px;
}

html {
  font-size: 58%;
  -webkit-text-size-adjust: 100%;
  transition: all 0.2s ease;
  font-family: var(--fontFamilyBody);
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 60%;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-top: var(--headerHeight);

  direction: ltr;
  font-size: var(--bodyFontSize);
  font-family: var(--fontFamilyBody);
  color: var(--colorBodyText);
  background-color: var(--colorBodyBg);
}
@media screen and (min-width: 992px) {
  body {
  }
}
@media screen and (min-width: 1400px) {
  body {
  }
}

p {
  font-size: var(--bodyFontSize);
  line-height: 1.75;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ul li,
ol li {
  font-size: var(--bodyFontSize);
}
ul.list_type li {
  list-style-image: url(../img/li_style.png);
  margin-bottom: 14px;
  margin-left: 18px;
  padding-left: 8px;
}
ul.list_type li::marker {
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: var(--bodyFontSize);
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
.hidden{
  display: none !important;
}
/*-------------------------------------------------
    [ ## Heading ]
---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/***/
.txt_gold {
  color: var(--colorGold);
}

/*-------------------------------------------------
    [ ## Fields ]
---------------------------------------------------*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
  box-shadow: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #000000 !important;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #1f2933 !important;
}

.form-control {
  font-size: 1.6rem;
  border-radius: 0;
}

textarea.form-control {
  display: block;
  width: 100%;
  display: block;
  min-height: 15rem;
  padding-top: 0;
  font-size: 1.6rem;
}
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

/*********/
.form-floating-row {
  --bs-gutter-y: 2.5rem;
  --bs-gutter-x: 2.5rem;
  margin-top: 0;
}
.form-floating > label {
  line-height: 40px;
  padding: 10px 15px;
}
.form-floating > .form-control {
  /*border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);*/
  border-radius: 0;
  height: calc(60px + calc(var(--bs-border-width) * 2));
  min-height: calc(60px + calc(var(--bs-border-width) * 2));
  line-height: 40px;
  border-color: var(--colorGold);
  padding: 6px 15px;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-15px) translateX(10px);
  line-height: 20px;
  height: auto;
  padding: 5px 8px;
  font-size: 16px;
}

/*******/
.btn {
  --bs-btn-padding-x: 50px;
  --bs-btn-padding-y: 14px;
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 500;
  --bs-btn-border-radius: 0;
  text-transform: capitalize;
}
.btn-primary {
  --bs-btn-bg: #956D1D;
  --bs-btn-border-color: #956D1D;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
}
.btn-primary:hover {
  background-color: #000;
}

/******/
::-webkit-input-placeholder {
  color: #000000;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
}

/**
 * Hide element while making it readable for screen readers
 */
.figure {
  display: block;
}

.section-title {
  margin-bottom: 3rem;
}
.section-title .title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.section-title .title span.fw-bold {
  font-weight: 500 !important;
}
.section-title .description {
  max-width: 65rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

.topbutton {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  background-color: #ffffff;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.topbutton.btn-show {
  visibility: visible;
  opacity: 1;
}

/**Custom Buttons **/
.btn-theme {
  display: inline-flex;
  justify-content: center;
  border: 0.1rem solid #956D1D;
  /*padding: 1.1rem 2.8rem;*/
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  transition: all 0.3s;
  text-transform: capitalize;
}
.btn-theme:hover {
  background-color: #956D1D;
  color: #ffffff;
}

.btn-theme-alt {
  display: inline-flex;
  border: 0.1rem solid #956D1D;
  /*padding: 1.1rem 2.8rem;*/
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.3rem;
  transition: all 0.3s;
  background-color: #956D1D;
  color: #ffffff;
  text-transform: capitalize;
}
.btn-theme-alt:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-theme.btn-lg {
  padding: 1.1rem 2.8rem;
}
.btn-theme.btn-sm {
  padding: 0.5rem 1.5rem;
}
.btn-theme.btn-w-100 {
  width: 100%;
}

/***/
.glightbox-clean .gslide-title {
  margin: 0;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 1024;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  width: 25rem;
}

.select2-container {
  width: 100% !important;
}

/*--------------------------------------------------------------
    [ ## Pagination ]
--------------------------------------------------------------*/
.pagination_wrapper {
  margin-top: 5rem;
}
.pagination_wrapper .pagination {
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.pagination_wrapper .pagination .page-link {
  background-color: #e9e9e9;
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  display: grid;
  place-content: center;
  color: #8f8f8f;
  transition: all 0.15s ease;
}
.pagination_wrapper .pagination .page-link.active,
.pagination_wrapper .pagination .page-link:hover {
  background-color: #828282;
  color: #ffffff;
}

/*--------------------------------------------------------------
    [ ## Custom Class ]
--------------------------------------------------------------*/
.container-fluid.containerCustom {
  --bs-gutter-x: 45rem;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}

/**GRID**/
.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

/* ============================================================ */
/* PRELOADER
/* ============================================================ */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: white;
}
.preloader_inner {
  height: 110px;
  width: 110px;
  background-image: url(../img/alfardan-logo-symbol.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-color: #ffffff;
  border: 1px solid rgb(198 198 198 / 15%);
  border-radius: 25px;
  padding: 8px;
  box-shadow: 10px 10px 20px 0 rgba(8, 25, 43, 0.1);
}
.preloader .preloader_spiner {
  height: 100%;
  width: 100%;
  animation: preloader_spin 0.8s ease infinite;
  border-radius: 9999px;
  border: 4px solid;
  border-color: transparent;
  border-top-color: var(--colorGold);
  border-bottom-color: var(--colorGold);
}

@keyframes preloader_spin {
  to {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.primary__header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  transition: all 0.25s;
}
.primary__header.sticky {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.primary__header .brand-logo {
  width: 16rem;
}
@media screen and (min-width: 992px) {
  .primary__header .brand-logo {
    width: 20rem;
  }
}
@media screen and (min-width: 1400px) {
  .primary__header .brand-logo {
    width: 25rem;
  }
}
/*
header .navbar-toggler {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .navbar-toggler svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
header .navbar-toggler .close {
  opacity: 0;
}
header .navbar-toggler.menu_active .close {
  opacity: 1;
}
header .navbar-toggler.menu_active .bars {
  opacity: 0;
}
*/
.primary__header .navbar-toggler {
  display: block;
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: rgb(240 239 236 / 60%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: 2rem;
}
.primary__header .navbar-toggler .menu-bar {
  background-color: #999;
  height: 4px;
  float: left;
  margin: 6px 0;
  border-radius: 5px;
  transition: all cubic-bezier(0.18, 1, 0.21, 1) 0.9s;
}
.primary__header .navbar-toggler .menu-bar.firstLine {
  width: 50%;
}
.primary__header .navbar-toggler .menu-bar.secondLine {
  width: 90%;
  opacity: 1;
}
.primary__header .navbar-toggler .menu-bar.thirdLine {
  width: 70%;
}
/*hover*/
.primary__header .navbar-toggler:hover .menu-bar {
  width: 100%;
}
/*active*/
.primary__header .navbar-toggler.menu_active .menu-bar {
  background-color: #999;
  height: 4px;
  margin-bottom: 0;
}
.primary__header .navbar-toggler.menu_active .menu-bar.firstLine {
  width: 100%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.primary__header .navbar-toggler.menu_active .menu-bar.secondLine {
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.primary__header .navbar-toggler.menu_active .menu-bar.thirdLine {
  width: 100%;
  margin-top: -13px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

header .end-block {
  margin-left: auto;
}
header .start-block ul,
header .end-block ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  header .start-block ul,
  header .end-block ul {
    gap: 5rem;
  }
}
header .end-block ul li img {
    /*opacity: .4;*/
}
@media screen and (max-width: 575px) {
  header .end-block li:nth-child(2),
  header .end-block li:nth-child(3) {
    display: none;
  }
}
header .start-block ul li {
  margin-bottom: 0;
}
header .end-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
header .end-block a svg {
  transition: all 0.2s;
  width: 20px;
  height: 20px;
}
header .end-block a:hover {
  border-color: var(--colorGold);
}
header .end-block a:hover svg,
header .end-block a:hover svg path {
  fill: var(--colorGold);
}

.header__megamenu {
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  padding: 2.5rem 0;
  transition: all 0.25s;
  transform: translateY(-1rem);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .header__megamenu {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .header__megamenu {
  }
}
@media screen and (max-width: 767px) {
  .header__megamenu .widget-wrapper {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.header__megamenu.menu_active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__megamenu .megamenu-widget .widget-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.header__megamenu .megamenu-widget .menu-list li {
  margin: 0.1rem 0;
}
.header__megamenu .megamenu-widget .menu-list li a {
  font-size: var(--bodyFontSize);
  font-weight: 500;
  display: inline-block;
  padding: 0.3rem 0;
  transition: all 0.2s;
}
.header__megamenu .megamenu-widget .menu-list li a:hover {
  color: #956D1D;
}
.header__megamenu .megamenu-widget .btn-theme {
  font-size: 1.2rem;
  margin-right: 6px;
}
.header__megamenu .megamenu-widget .social-links {
  display: flex;
  gap: 2rem;
}
.header__megamenu .megamenu-widget .social-links a:hover {
  color: #956D1D;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
footer .footer-top {
  padding: 0 0 3rem;
}
footer .footer-top .wrapper {
  border-top: 0.1rem solid #956D1D;
  padding-top: 3rem;
}
footer .footer-top .footer-widget .widget-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
footer .footer-top .footer-widget .menu-list li {
  margin: 0.3rem 0;
}
footer .footer-top .footer-widget .menu-list li a {
  font-size: var(--bodyFontSize);
  font-weight: 500;
  display: block;
  padding: 0.5rem 0;
  transition: all 0.2s;
}
footer .footer-top .footer-widget .menu-list li a:hover {
  letter-spacing: 0.1rem;
}
footer .footer-top .footer-widget .btn-theme {
  font-size: 1.2rem;
  margin-right: 6px;
}
footer .footer-top .footer-widget .social-links {
  display: flex;
  gap: 2rem;
}
footer .footer-top .footer-widget .social-links a:hover {
  color: #956D1D;
}
footer .footer-bottom {
  background-color: #000000;
  color: #ffffff;
  padding: 1rem 0;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.hero_section {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .hero_section {
    padding-bottom: 50%;
  }
}
.hero_section video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
}
.hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.hero_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(245, 245, 245) 100%
  );
}

.business_stats {
  margin: 8rem 0;
}
.business_stats .row {
  --bs-gutter-y: 2rem;
}
.business_stats .icon {
  margin-bottom: 0.5rem;
}
.business_stats .icon svg {
  max-height: 5rem;
}
@media screen and (max-width: 1199px) {
  .business_stats .icon svg {
    max-height: 3rem;
  }
}
.business_stats .number {
  color: #956D1D;
  font-weight: 600;
  font-size: 4rem;
}
@media screen and (max-width: 991px) {
  .business_stats .number {
    font-size: 3rem;
  }
}
.business_stats p {
  font-weight: 500;
  max-width: 18rem;
  margin: 0 auto;
  line-height: 1.35;
  font-size: 1.5rem;
}


main.side__home {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.vendor_form_wrapper .title {
    font-size: 4.2rem;
    font-weight: 500;
    margin-bottom: 3rem;
}
.vendor_form_wrapper .vendor-desc{
    padding: 2em;
    border: 1px solid rgb(151 153 155 / 20%);
}
.vendor_form_wrapper .vendor-desc p + p {
    margin-top: 1rem;
}
.vendor-class label {
    cursor: pointer;
}

form label{
  font-size: 18px;
}

.vendor-class .col {
    display: flex;
    gap: 0 8px;
    align-items: center;
}
.vendor-class input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: rgb(199 201 199 / 50%);
    cursor: pointer;
    display: inline-block;
  }

  /* Style for checked state (to remove tick) */
.vendor-class input[type="checkbox"]:checked {
    background-color: #956D1D; /* No background color */
}
.vendor-class input[type="checkbox"]:checked ~ label {
    font-weight: 600;
}

.supplier_wrapper{
  margin-top: 8rem;
}
form .sub-title{
  font-weight: 600;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 3rem;
}

.form-row.row {
    --bs-gutter-x: 4.5rem;
    margin-bottom: 2.5rem;
}

.supplier_wrapper .form-control {
    margin-top: 4px;
    background: rgb(199 201 199 / 20%);
    border: none;
    height: 50px;
    padding: 3px 15px;
    color: #000;
    /* font-style: italic; */
}
select.form-control {
    appearance: auto;
}
.supplier_wrapper .form-control:placeholder{
    color: #959090 !important;
    font-style: italic;
}
input::placeholder {
    color: #959090 !important; /* Set the desired color */
    opacity: 1;  /* Optional: ensures full opacity for all browsers */
}

.supplier_wrapper .form-control option, textarea::placeholder {
    color: #959090 !important; /* You can also style other input elements like textarea */
}
.supplier_wrapper a{
  text-decoration: underline;
}

button.btn_add{
  border: none;
  color: #fff;
  background-color: #000;
  padding: 10px;
  font-size: 12px;
}
button.btn_xn {
    background: none;
    border-color: #956D1D !important;
    border: none;
    border: 2px solid;
    font-size: 12px;
    padding: 6px;
}

/* Hide the actual file input */
.file-input {
    display: none;
}

/* Style the label that will act as the "Choose File" button */
.file-label {
    display: inline-block;
    padding: 7px 13px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid;
    border-color: #956D1D;
}

/* Add a hover effect */
.file-label:hover {
    background-color: #956D1D;
    color: #fff;
}

/* Style for displaying the selected file name */
.file-name {
    font-size: 14px;
    margin-left: 10px;
}

p.document_name {
    font-size: 18px;
    margin-bottom: 10px;
}

.declation .col{
  display: flex;
  gap: 0 8px;
  align-items: center;
  flex-wrap: wrap;
}
.declation input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: rgb(199 201 199 / 50%);
    cursor: pointer;
    display: inline-block;
    border: 1px solid;
}
.declation input[type="checkbox"]:checked{
    background-color: #956D1D; 
    border: none;
}
button.btn_submit {
    border: none;
    background: #956D1D;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 5px 15px;
}
span.coc {
    color: #956D1D;
    font-weight: 600;
    text-underline-offset: 4px;
}
span.coc a{
  color: #956D1D;
}

/* Container so we can manage focus style */
.file-upload-wrapper {
  position: relative;
}

/* Make the real input cover the clickable area, but invisible visually */
.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;      /* match your button width or 100% of wrapper */
  height: 100%;
  opacity: 0;        /* invisible but still focusable & clickable */
  cursor: pointer;
  display: block;    /* override any display:none from other CSS */
}

/* Your visible "button" */
.file-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

/* When keyboard focus is inside (on the hidden input), show a ring */
.file-upload-wrapper:focus-within .file-label {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}


@media(max-width : 576px){
  body {
    padding-top: 60px;
  }
  .primary__header .navbar-toggler {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-left: -10px;
    padding: 19px;
    box-shadow: none;
  }
  .primary__header .navbar-toggler .menu-bar {
    height: 4px;
    margin: 3px 0;
    }
  main.side__home {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .vendor_form_wrapper .title{
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .vendor-class input[type="checkbox"]{
    width: 15px;
    height: 15px;
  }
  form label {
    font-size: 14px;
  }
  .supplier_wrapper {
      margin-top: 3rem;
  }
  form .sub-title{
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
  p.document_name {
    font-size: 14px;
  }
  .file-label{
    font-size: 13px;
    padding: 5px 5px;
  }
  .declation input[type="checkbox"]{
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

}