@import url('./bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  --color-1: #a58961;
  --color-2: #874033;
  --color-3: #ede9ce;
  --color-4: #f1f1f0;
  --color-5: #9f763d;
  /* --bs-danger-rgb: 244, 105, 04; */
}

html {
  scroll-behavior: smooth;
}


body {
  background-color: #b593211a;
}

a,
a:hover,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

label {
  color: #000;
}

.link {
  color: var(--bs-blue);
}

.bg-color-1 {
  background-color: var(--color-1);
}

.bg-color-2 {
  background-color: var(--color-2);
}

.btn-style-1 {
  background-color: var(--color-2);
}

.btn-style-1:hover,
.btn-style-1:active {
  background-color: var(--color-1);
}

/* .bg-gradient-1 {
  background-image: linear-gradient(3deg, var(--color-1) 50%, var(--color-2) 100%);
} */

#mainContent {
  min-height: calc(100vh - 214px);
      /* min-height: calc(100vh - 190px); */
    /* background: #fff; */
}
.bg-1{background-color: var(--color-4);}
form .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.2em;
    margin-right: 5px;
    border-color: var(--color-1) !important;
    border-width: 2px;
}
/* dashboard */

.dashboard-grid .card-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.card-link-icon {
  position: absolute;
  top: 10px;
  right: 5px;
}

.card-link-icon i {
  background: #ffffff;
  color: #293eb9;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  position: relative;

}

.card-link-icon::before {
  content: '';
  background-color: #ffffff45;
  position: absolute;
  width: 54px;
  height: 53px;
  left: -15px;
  top: -5px;
  border-radius: 50%;
  transition: .5s;
}

.dashboard-grid .card:hover .card-link-icon::before {
  background-color: #ffffff3b;
}

.dashboard-grid .card:hover {
  background: rgb(224, 114, 114);
}

.dashboard-grid .card {
  /* background:linear-gradient(135deg, #0e62a7, #8f7c2b); */
  background: linear-gradient(135deg, #3077c1, #232e78);
  color: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(58, 90, 255, .07);
  padding: 24px 16px;
  min-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.1em;
  flex: 1 1 170px;
}

.dashboard-grid .label {
  font-size: 0.93em;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: .03em;
}

.dashboard-grid .value {
  font-size: 2.3em;
  font-weight: bold;
  margin-bottom: 6px;
}

.datatable-block .dt-buttons>.dt-button {
background: var(--color-5);
    border: 0px solid var(--color-2);
    color: #fff;
}

/* logo */

.wesbite-logo a {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
}

.wesbite-logo a .main-logo {
  height: 80px;
}

.wesbite-logo a .logo-text {
  line-height: 28px;
}

/* header */
.header-block{background-color: var(--color-1);}
.dropdown-menu>.dropdown .dropdown-menu {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
}

.button-style-3.text-orange:hover,
.button-style-3.text-orange:focus,
.button-style-3.text-orange:focus-visible {
  color: var(--color-3);
}

.button-style-2 {
  color: #fff;
  transition: all 0.5s ease-in;
  background: var(--color-2);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.btn-check:checked+.button-style-2,
.button-style-2.active,
.button-style-2.show,
.button-style-2:first-child:active,
:not(.button-style-2-check)+.button-style-2:active {
  color: #fff;
  background-color: var(--color-1);
  border-color: #fff;
}

.button-style-2:hover {
  background: var(--color-1);
  border: 1px solid #fff;
  color: #ffff;
}

.heading-style-1 {
  margin-left: 15px;
}

.heading-style-1:before {
  content: '';
  position: absolute;
  width: 5px;
  background: var(--color-2);
  border-radius: 55px;
  left: -15px;
  top: 0;
  bottom: 0;
}

/* login */
.Login-image img {
height: 352px;
    object-fit: cover;
    object-position: center;
}
.authen-sourse-1{
      background-image: url(../images/login.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 0% 100%;
    border-radius: 10px;
}
.authen-title-1 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: var(--color-2);
    font-family: "Rubik", sans-serif;
}
.authen-title-1 .fa{color: var(--color-1);}
.shape-style-1 {
    background: #fff;
    border-radius: 0 0 30px 0;
    width: fit-content;
    height: 50px;
    position: relative;
    top: -1px;
    left: -1px;
    padding: 0px 15px;
}
.shape-style-1 .shap-right-top {
    position: absolute;
    top: -1px;
    right: -2.05rem;
}
.shape-style-1 .shap-right-top svg {
    width: 2.1rem;
    height: 2.1rem;
}
.shape-style-1 .shap-left-bottom {
    position: absolute;
    bottom: -2.05rem;
    left: -1px;
}
.shape-style-1 .shap-left-bottom svg {
    width: 2.1rem;
    height: 2.1rem;

}
.captcha-img img {
  height: 37px;
  width: 40%;
}

.contact-block {
  min-height: 280px;
}

.contact-block span>i {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-success img {
  width: 80px;
}
.min-vh-50{min-height: 50vh;}
/* menu */
.nav-link {
  color: #fff;
  padding-left: 11px !important;
  padding-right: 11px !important;
  font-weight: 500;
  font-size: 1.1rem;
}
.navstabs-style .nav-link {
  color: var(--color-1);
}
 .nav-tabs .nav-link.active {
    background-color: var(--color-2);
    color: var(--bs-body-bg);
}

/* footer */
footer {
  -webkit-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-2);
  font-family: "Rubik", sans-serif;
}

/* inner page css */

@media screen and (max-width: 991px) {
  .nav-item:active .nav-link::before,
  .nav-item:hover .nav-link::before,
  .navbar-nav .nav-link.active::before {
    display: none;
  }
}

/* responsive */
@media only screen and (min-width:320px) and (max-width:992px) {
  .dropdown-menu>.dropdown .dropdown-menu {
    position: initial;
    background: #ffe7d7;
    margin: 0px 15px;
  }
}

@media only screen and (min-width:764px) and (max-width:1024px) {
  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 10px;
    margin-top: 10px;
    font-size: 13px;
  }

  .wesbite-logo a .logo-text span {
    font-size: 100% !important;
  }

}

@media only screen and (min-width:320px) and (max-width:768px) {
  .header-middle{position: relative;}
  .header-middle-buttons  {
    position: absolute;
    top: 0;
    right: 10px;
}
.authen-title-1 {
    font-size: 18px;
}

  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 7px;
    margin-top: 10px;
    font-size: 14px;
  }

  .wesbite-logo a .logo-text span {
    font-size: 100% !important;
  }
}