@import "font.css";
main {
  background-image: url('/assets/images/svg/overlay.svg');
  background-size: contain;
  background-position: 0px 80px;
  background-repeat: no-repeat;
  background-color: #efefef;
}
@media (max-width: 767px) {
  main {
    background-position: 0px 34px;
  }
}

.header {
  border-bottom: 2px solid #FFC107;
  height: 88px;
  background-color: #ffffff;
}
.header .headerTop {
  width: 100%;
}
.header .headerTop ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 0;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .header .headerTop ul {
    gap: 1.2rem;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header .headerTop ul li {
    padding: 1rem 0;
  }
}
.header .headerTop ul li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  justify-content: center;
}
@media (max-width: 767px) {
  .header .headerTop ul li a {
    font-size: 12px;
  }
}
.header .headerTop ul li a.tele {
  display: flex;
  flex-direction: column;
}
.header .headerTop ul li a.tele span {
  color: #1177BD;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 22px;
}

.profile {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 10px 0;
  align-items: end;
}
.profile img {
  width: 30px;
  height: 30px;
}
.profile p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .profile p {
    position: absolute;
    top: 128px;
    right: 0px;
    z-index: 99;
    background-color: #fff;
    line-height: 40px;
    width: 230px;
    text-align: right;
    padding: 0 10px;
    display: none;
  }
}
@media (max-width: 767px) {
  .profile .name-sec p {
    top: 88px;
  }
}

.name-sec {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  font-weight: 500;
}

.logout {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .logout {
    position: absolute;
    top: 167px;
    width: 230px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    text-align: right;
    justify-content: flex-end;
    display: none;
    box-shadow: 0px 4px 4px #ccc;
    border-bottom-left-radius: 10px;
  }
}

.footer {
  background-color: #444444;
  color: #FFFFFF;
  text-align: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
}

.footerTerm .copywrite {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  padding: 19px 0px;
  margin-bottom: 0;
}

:root {
  box-sizing: border-box;
  font-size: 100%;
  --white: #fff;
  --darkbalck: #1e1b1b;
  --lightGray: #666666;
}

body {
  margin: 0;
  font-family: "Glimer";
  font-weight: 400;
  line-height: 22px;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: unset;
}

a:hover {
  color: unset;
}

.primary-btn {
  background: #ffcb09;
  border-radius: 24px;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  border: none;
}
@media (max-width: 992px) {
  .primary-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .primary-btn {
    width: 100%;
  }
}

label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.containerSpace {
  padding: 80px 60px;
}
@media (max-width: 992px) {
  .containerSpace {
    padding: 20px;
  }
}

.bg-color {
  background: #ffffff;
  border-radius: 1rem;
  margin: 5rem 0;
}

.form-group {
  display: block;
  margin-bottom: 0.9375rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../../../assets/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../../../assets/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../../../assets/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../../../assets/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../../../assets/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../../../assets/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../../../../assets/images/ui-icons_777777_256x240.png");
}

.bg-color {
  background: #ffffff;
  border-radius: 1rem;
  margin: 5rem 0;
}

.form-group {
  display: block;
  margin-bottom: 0.9375rem;
}

.form-group {
  position: relative;
}

.form-group input[type=text], .form-group input[type=password] {
  font-size: 16px;
  color: #000;
  padding: 4px 20px;
  border-radius: 0.5rem;
  width: 100%;
  border: 0.0625rem solid #c4c4c4;
  max-width: 21.25rem;
  margin-top: 0.4375rem;
  line-height: 24px;
  height: 48px;
}
@media (max-width: 767px) {
  .form-group input[type=text], .form-group input[type=password] {
    max-width: 100%;
  }
}

.main-section {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 50px auto 100px;
  padding: 60px;
}
@media (max-width: 767px) {
  .main-section {
    padding: 20px 10px;
  }
}

input:focus-visible {
  outline: none;
}

.divivder {
  border-bottom: 1px solid #c4c4c4;
  margin: 50px 0 20px;
  width: 100%;
  display: block;
}

.loader-body {
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 999;
}

.profile-main-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.circular-loader {
  animation: rotate 2s linear infinite;
  height: 45px;
  transform-origin: center center;
  width: 45px;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes color {
  0% {
    stroke: #ffcb09;
  }
  40% {
    stroke: #ffcb09;
  }
  66% {
    stroke: #ffcb09;
  }
  80%, 90% {
    stroke: #ffcb09;
  }
}

.pagination {
  justify-content: center;
}

.page-item {
  border: none;
  color: #000;
  border-radius: 50%;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link {
  border: none !important;
  color: #000 !important;
  border-radius: 50%;
}

.page-link:focus {
  box-shadow: none !important;
  color: #000 !important;
}

.page-item.active .page-link {
  background-color: #ffcb09 !important;
  color: #000 !important;
}

.page-link img {
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.page-item:first-child .page-link {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.page-link.arrows {
  border-radius: 50% !important;
}

.page-link img.rotate {
  transform: rotate(180deg);
}

.page-link:hover {
  color: #000;
}

.title{
  font-size: 20px;
  font-weight: 600;
}
.thankU{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}