@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap");
:root {
  --title-font: "Maven Pro", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*  font-family: 'Darker Grotesque', sans-serif;*/
  font-family: "Maven Pro", sans-serif !important;
  text-rendering: optimizeLegibility;
  background-color: #d7d7d7;
  padding-bottom: 50px;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.text {
  font-size: 1.2rem;
}

.d-flex {
  display: flex;
}

.form-control {
  width: 50%;
  height: 30px;
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

h4 {
  color: #72e0d1;
  font-size: 18px;
  justify-content: space-between;
  font-family: inherit !important;
  font-weight: 400;
}
 
h2 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Maven Pro", sans-serif;
  padding: 10px;
  margin: 0;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
h2 span {
  font-size: 14px;
  color: rgb(243, 130, 24);
}
h2.sec {
  border-top: 1px solid #f0f0f0;
  padding: 6px 10px;
}

hr {
  height: 1px;
  background: #000;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ml-auto {
  margin-left: auto;
}

.col-5 {
  flex: 0 0 41.6%;
  max-width: 41.6%;
  padding: 0 12px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 12px;
}

.col-7 {
  flex: 0 0 58.1%;
  max-width: 58.1%;
  padding: 0 12px;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding: 0% 10px;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.mb {
  margin-bottom: 0.6rem;
}

a {
  color: #333;
  font-size: 13px;
  text-decoration: none; 
  letter-spacing: 0.6px;
  transition: all 0.3s ease-in-out;
}

.content_box {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  max-width: calc(25% - 10px);
  flex: calc(25% - 10px);
  margin: 5px;
}
.content_box .body {
  padding: 10px;
}
.content_box.col-6 {
  max-width: calc(50% - 10px);
  flex: calc(50% - 10px);
}

@media (max-width: 991px) {
  .content_box {
    max-width: calc(33% - 10px);
    flex: calc(33% - 10px);
  }
  .content_box.col-6 {
    max-width: calc(100% - 10px);
    flex: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  .content_box {
    max-width: calc(50% - 10px);
    flex: calc(50% - 10px);
  }
  .content_box.col-6 {
    max-width: calc(100% - 10px);
    flex: calc(100% - 10px);
  }
}
@media (max-width: 575px) {
  .content_box {
    max-width: calc(100% - 10px);
    flex: calc(100% - 10px);
  }
  .content_box.col-6 {
    max-width: calc(100% - 10px);
    flex: calc(100% - 10px);
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
table td {
  padding: 3px 2px;
  border-top: 1px solid rgba(238, 238, 238, 0.2196078431);
  border-right: 1px solid rgba(238, 238, 238, 0.2196078431);
}
table td:nth-child(1) {
  border-left: 1px solid rgba(238, 238, 238, 0.2196078431);
  font-size: 13px;
  position: relative;
  font-weight: 600;
  width: 70px;
  padding-left: 0;
  text-transform: capitalize;
}
table td:nth-child(2) {
  text-align: left;
  font-size: 14px;
  position: relative;
}
table td:nth-child(2) button {
  border: 1px solid #eee;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDQiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNsaXBib2FyZCI+PHBhdGggZD0iTTE2IDRoMmEyIDIgMCAwIDEgMiAydjE0YTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjZhMiAyIDAgMCAxIDItMmgyIj48L3BhdGg+PHJlY3QgeD0iOCIgeT0iMiIgd2lkdGg9IjgiIGhlaWdodD0iNCIgcng9IjEiIHJ5PSIxIj48L3JlY3Q+PC9zdmc+") no-repeat center center/14px;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  top: 1px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
table td:nth-child(2) button:hover {
  background-color: #eee;
}
table td:nth-child(2):hover button {
  visibility: visible;
  opacity: 1;
}
table td:nth-child(2) a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
table tr:last-child td {
  border-bottom: 1px solid rgba(238, 238, 238, 0.2196078431);
}

@media (max-width: 575px) {
  h2 {
    font-size: 14px;
  }
  h2 span {
    font-size: 12px;
  }
  table td {
    padding: 5px 2px;
  }
  table td:nth-child(1) {
    font-size: 11px;
    width: 50px;
  }
  table td:nth-child(2) {
    font-size: 11px;
  }
  table td:nth-child(2) button {
    opacity: 1;
    width: 20px;
    height: 20px;
    visibility: visible;
    background-size: 12px;
    z-index: 99;
    right: 0;
  }
}
ul {
  margin-top: 15px;
}
ul li {
  margin-bottom: 8px;
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #393939;
}

.header__wrapper {
  padding: 30px 0;background-color: #d7d7d7;
}

.form-container {
  display: flex;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.form-container input {
  width: 100%;
  height: 56px;
  font-size: 22px;
  padding: 4px 10px;
  border: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
}
.form-container input:focus {
  outline: none;
  box-shadow: none;
}
.form-container .icon {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container .icon svg {
  width: 20px;
  height: 20px;
  color: #384f64;
}

.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  .form-container input {
    height: 44px;
    font-size: 16px;
  }
  .header__wrapper {
    padding: 30px 0;
  }
}
.divider {
  font-size: 32px;
  margin-top: 60px;
  text-align: center;
  color: #393939;
  margin-bottom: 20px;
}

.large__title tr td:nth-child(1) {
  width: 200px;
}


.other__btn {
  position: absolute;bottom: 0%;left: 0%;
  background-color: #fff;
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 5px 10px;
  color: #000;opacity: .1;
  text-transform: uppercase;
  cursor: pointer;
}
.other__btn:hover {
  opacity: 1;
}

.google__box {
  border: 1px solid #d7d7d7;
  border-radius: 40px;
  padding: 8px; 
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000; 
} 
.body.center {
  text-align: center;position: relative;
}
.mail {
  font-size: 13px;font-weight: 500;margin-top: 10px;
}

.soft__list__box {
  width: 300px;
}
.soft__list__box ul { background-color: #fff;padding: 10px;border-radius: 0 0 6px 6px;margin-top: 2px; }
.soft__list__box ul li { border-bottom: 1px solid #d7d7d7;padding: 8px 0; }
.soft__list__box ul li img { width: 28px;height: 28px; }
.soft__list__box ul li .logo { width: 28px;height: 28px;font-size: 16px;border-radius: 50%;display: flex;align-items: center;justify-content: center;line-height: 1; }
.soft__list__box ul li a { display: flex;align-items: center;gap: 8px;font-size: clamp(13px, 14px, 16px);font-weight: 500;font-family: "Maven Pro", sans-serif; }

.live__img { height: 14px;width: auto;margin-left: auto; }

/* Trigger button */
.modal-open {
  padding: 4px 8px;font-size: 10px;
  background-color: #0078D4;
  color: white;
  border: none;position: absolute;right: 1px;bottom: -15px;border-radius: 4px;
  cursor: pointer;
}

/* Modal backdrop */
.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.show {
  display: flex;
}

/* Modal content */
.modal-content {
  background: #fff; 
  border-radius: 6px;
  max-width: 400px;width: 100%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-content .padding { padding: 20px; }

/* Show modal when checkbox is checked */
#modal-toggle:checked ~ .modal {
  display: flex;
}

/* Hide checkbox */
#modal-toggle {
  display: none;
}


.close-btn { 
  background: #d83b01;
  color: #fff;
  border: none;width: 30px;height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.modal__profile__list a { display: flex;align-items: center;gap: 10px;margin-bottom: 10px;font-weight: 600;font-family: var(--title-font); }

@media (max-width: 1400px) {
  .otherlisting .content_box h2 { font-size: 16px; }
  .otherlisting .logo {
  width: 30px;
  height: 30px;
  }
  .content_box { 
    max-width: calc(33% - 10px);
    flex: calc(33% - 10px); 
  }
}
@media (max-width: 991px) {
  .otherlisting .content_box h2 { font-size: 15px; }
  .otherlisting .logo {
  width: 24px;
  height: 24px;
  }
  .content_box { 
    max-width: calc(50% - 10px);
    flex: calc(50% - 10px); 
  }
}
@media (max-width: 575px) {
   
  .content_box { 
    max-width: calc(100% - 10px);
    flex: calc(100% - 10px); 
  }
  .soft__list__box {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .left__col {
    padding-right: 20px;
  }
}

.content_box { position: relative; }
.site__logo {
  position: absolute;top: 0;left: 0%;width: 40px;height: 40px;object-fit: contain;
}



.login-box {
  background: #ffffff;
  padding: 30px;
  width: 320px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  text-align: center;
}

.login-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.login-box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
  outline: none;
}

.login-box input:focus {
  border-color: #2563eb;
}

.login-box button {
  width: 100%;
  background: #2563eb;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.login-box button:hover {
  background: #1d4ed8;
}

#error {
  color: #dc2626;
  font-size: 13px;
  margin-top: 10px;
  display: none;
}

#error.show {
  display: block;
}