@font-face {
  font-family: 'Jaldi';
  src: url('/public/font/Jaldi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jaldi';
  src: url('/public/font/Jaldi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* ExtraLight 200 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Light 300 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular 400 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium 500 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold 600 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold 700 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ExtraBold 800 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black 900 */
@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/public/font/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body {
  background: linear-gradient(112deg, #F4F1EF 46.3%, #FFF 124.03%);
  font-family: "Helvetica Neue", sans-serif;
  color: #2C3E50;
}

body h2{
  color: #787878;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.goffeelogo {
  display: block;
  margin: 0 auto;
}

.navbar {
  background: #22223B !important;
  padding: 10px 0;
  height: 100px;
  flex-shrink: 0;
}

.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  justify-content: space-around !important;
}

.nav-link {
  color: #C9ADA7 !important;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.active {
  color: #C9ADA7 !important;
  font-weight: 700;
}

.custom-dropdown {
  color: #C9ADA7 !important;
}

.custom-dropdown .dropdown-toggle {
  color: #C9ADA7 !important;
}

.table-custom th, 
.table-custom tr {
  text-align: center;
}

.table-custom td {
  vertical-align: middle;
}

.custom-btn {
  background: #22223B;
  border-radius: 6px;
  color: #F2E9E4;
  text-align: center;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #4A4E69;
}

.card-option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.card-option:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 40px;
    color: #2C3E50;
    margin-bottom: 10px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; 
}

.btn-success {
    background-color: #22223B !important;
    color: #FFF !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
    transition: background 0.3s ease !important;
    margin-top: auto !important;
    font-family: 'Jaldi';
    font-weight: 400;
}

.btn-success:hover {
    background-color: #34495E !important;
}


.btn-outline-primary {

  border-radius: 6px !important;
  background: #C9ADA7 !important;
  color: #22223B !important;
  text-align: center !important;
  font-family: 'Jaldi' !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: none !important;
  padding: 5px 20px !important;
  transition: background 0.3s ease !important;
  margin-top: auto !important;
}



.btn-primary{

  border-radius: 6px !important;
  background: #22223B !important;
  color: #FFF !important;
  text-align: center !important;
  font-family: 'Jaldi' !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: none !important;
  padding: 5px 20px !important;
  transition: background 0.3s ease !important;
  margin-top: auto !important;
}

.imgintable img {
    max-width: 100px;
}

.imgintable.icontable img {
  mix-blend-mode: difference;
}

.snippetsc {
    height: 30em; /* Approximately 10 rows */
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

/*======== New Styles ========*/
body.body-login{
  background: linear-gradient(112deg, #F4F1EF 46.3%, #FFF 124.03%);
  position: relative;
}

.header-decoration{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: linear-gradient(90deg, #22223B 45.66%, #42427E 151.71%);
}

h1.title-login{
  margin: auto;
  text-align: center;
  color: #22223B;
  font-family: 'Poppins';
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h1.title-login strong{
  font-weight: 600;
}

.login-container{
  background: linear-gradient(112deg, #F4F1EF 46.3%, #FFF 124.03%);
}

.login-form{
  min-height: 405px;
  flex-shrink: 0;

  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.login-lable{
  color: #22223B;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input.login-input{
  border-radius: 6px;
  border: 1px solid #22223B;
  background: #F5F2F0;
}

h1.main-title{
  color: #787878;
  font-family: 'Poppins';
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.grid-mansory{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  grid-auto-flow: dense;
}

.card.card-option{
  padding: 0;
  background: none;
  border: none;
}

.home-card-header{
  padding: 25px 15px 25px 20px;
  color: #FFF;
  border-radius: 30px 0;
  background: #22223B;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.home-card-header h5, h6{
  color: #F2E9E4;
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.home-card-header p{
  color: #F2E9E4;
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ul.list-properties{
  list-style: none;
  padding: 0;
}

li.list-property{
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #FFF;
  padding: 25px 20px;
  margin: 15px 0;
  height: 130px;
}

.li-img-content{
  width: 60px;
  height: auto;
  margin-right: 15px;
  margin-top: -30px;
}

.li-text-content{
  color: #22223B;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.li-text-content a{
  text-decoration: none;
  color: #22223B;
  font-family: 'Poppins';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.li-text-content hr{
  margin: 5px 0 10px;
  background-color: #C9ADA7;
}

.button-card-container{
  margin-top: -25px;
  height: 145px;
  background: linear-gradient(180deg, #22223B 40.8%, #42427E 110.46%);
  border-bottom-right-radius: 30px;
  position: relative;
  margin-bottom: 10px;
}

.card-btn{
  display: inline-block;
  width: 240px;
  height: 40px;
  border-radius: 12px;
  background: #C9ADA7;
  color: #22223B;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.table-section{
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

table.table-custom{
  border-width: 0;
  --bs-table-border-color: transparent;
  border-bottom: 1px solid #E2E2E2;
  color: #22223B;
  font-family: Jaldi;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

thead.table-secondary {
  --bs-table-bg: #22223B;
  --bs-table-color: #fff;
  --bs-table-border-color: none;
  font-family: 'Jaldi';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

thead.table-secondary th:first-child {
  border-top-left-radius: 10px;
}

thead.table-secondary th:last-child {
  border-top-right-radius: 10px;
}

thead.table-secondary th{
  border-width: 0;
  vertical-align: middle;
}

tbody td{
  border-style: none;
}

tbody tr:last-child{
  padding-bottom: 10px;
}

table.table-custom a.btn.btn-success{
  color: #22223B !important;;
  text-align: center;
  font-family: 'Jaldi';
  font-size: 20px !important;;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 5px 20px !important;
  border-radius: 6px !important;
  background-color: #C9ADA7 !important;
}

/* Pagination */
.pagination{
  align-items: center;
}

a.custom-page.page-link{
  margin-left: 10px !important;
  width: 33px;
  height: 33px;
  border: 1px solid #22223B;
  color: #22223B;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.custom-page.page-link:hover {
  border: 1px solid #22223B;
  color: #FFF;
  background-color: #22223B;
}

/* forms */
.custom-form {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.custom-form legend{
  height: 80px;
  border-radius: 10px 10px 0 0;
  background: #22223B;
  color: #FFF;
  font-family: 'Jaldi';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-transform: capitalize;
}

.custom-form legend.second-legend{
  background: none;
  color: #22223B;
  line-height: normal;
  height: auto;
}

.custom-form label{
  color: #22223B;
  font-family: 'Jaldi';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.custom-form input, .custom-form select{
  border-radius: 6px;
  border: 1px solid #838383;
  margin-bottom: 10px;
}

.custom-form .form-check-input[type=checkbox]{
  margin-top: 8px;
}

.card .custom-card-form{
  padding: 0 !important;
}
#version{
  color: #acacac;
  font-size: small;
}