body {
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 26px;
  background-color: #f7f7f7;
}


/* Header Styles */

header {
  width: 100%;
  background-color: #e5e5e5;
}

.header {
  position: relative;
  padding: 10px 0px;
}

.logo_box {
  width: 75px;
  height: 75px;
}

.logo_box img {
  height: 100%;
  width: 100%;
}

.head_title {
  font-size: 40px;
  color: #000;
  font-family: fantasy;
  position: absolute;
  top: 20px;
  left: 100px;
}

.singup_login_box {
  position: absolute;
  top: 0;
  right: 0;
}

.login-link {
  color: #202778 !important;
  text-decoration: none !important;
  font-weight: bold;
}

.user_dropdown {
  position: relative;
  text-align: center;
}

.user_dropdown_content {
  display: none;
  position: absolute;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.78);
  list-style: none;
  padding-left: 0px;
  width: max-content;
  margin: 0;
  top: 82px;
  right: 0;
  z-index: 999;
  overflow: hidden;
}

.user_dropdown:hover .user_dropdown_content {
  display: block;
}

.user_dropdown_item {
  font-size: 13px;
  padding: 10px 30px;
  text-decoration: none !important;
  color: #28a745;
  font-weight: bold;
  transition: all 0.2s ease-out;
  display: block;
}

.user_dropdown_item:hover {
  color: #fff;
  background-color: #28a745;
}

.user_dropdown_name {
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}

.user_dropdown_name img {
  width: 50px;
  height: auto;
  border-radius: 50%;
}

.user_dropdown_name p {
  color: #000 !important;
  font-weight: bold;
  margin-bottom: 0px;
}

/* Header Styles */

/* Common Styles Start */

.page_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px;
}

.content_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.input_group {
  position: relative;
  margin-bottom: 24px;
}

.input_group input {
  width: 100%;
  border: none;
  padding: 8px 40px;
  border-radius: 4px;
  background-color: #f3f4f6;
  color: #1f2937;
  font-size: 16px;
}

.input_group input::placeholder {
  color: #6b7280;
}

.input_group input:focus-visible {
  outline: none;
}

.input_group i {
  top: 50%;
  left: 15px;
  position: absolute;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 16px;
}

.pw_show_hide {
  left: unset !important;
  right: 15px !important;
  cursor: pointer;
}

.site_link {
  text-decoration: none !important;
}

.custom_label{
  padding-left: 15px;
  font-weight: 600;
  color: #28a745;
}

.custom_textbox {
  width: 100%;
  border: none;
  border-radius: 25rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 15px;
}

.custom_textbox:focus-visible {
  outline: none;
}

.custom_textbox::placeholder {
  color: #6b7280;
}

.custom_select {
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  outline: none;
  border-radius: 25rem;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.custom_select option {
  background-color: #F7F7F7 !important;
}

.site_title {
  color: #202778;
  margin-bottom: 20px;
  font-weight: bold;
}

.site_title span {
  position: relative;
}

.site_title span::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.7em;
  width: 100%;
  border-bottom: 2px solid #202778;
  margin-top: 20px;
}

/* Common Styles End */



/* Inner Page Styles */

.home_thumb {
    width: 100%;
    height: 400px;
    border: 12px solid #9b9a9a;
    object-fit: cover;
    border-radius: 7px;
}


.landing_page_link {
  color: #000 !important;
  text-decoration: none !important;
}


#form_action_add {
  position: absolute;
  top: 15%;
  left: 25px;
  color: #202778;
  font-size: 30px;
  cursor: pointer;
}

.form_action_delete {
  position: absolute;
  top: 15%;
  left: 25px;
  color: #e5322d;
  font-size: 30px;
  cursor: pointer;
}




.avatar {
  width: 150px;
  height: auto;
  border: 1px solid #000;
}

.file_choose {
  width: 210px;
  margin: 10px 0px;
}

.signature {
  width: 250px;
  height: 75px;
  border: 1px solid #000;
}

.btn_div {
  display: flex;
  justify-content: end;
}

.btn_div button {
  background-color: #4682b4;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 40px;
}

.title_center_line {
  font-size: 1rem;
  font-weight: 600;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.title_center_line::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 100%;
  margin-right: 0.2rem;
}

.title_center_line::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 100%;
  margin-left: 0.2rem;
}

.btn_action {
  text-decoration: none !important;
  color: #ffffff !important;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 8px 40px;
}

.delete_remark {
  position: absolute;
  top: 44%;
  left: 5%;
}

.add_more {
  position: absolute;
  right: 22%;
  top: 506px;
  z-index: 999;
}

.type_reg {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  width: 25%;
  border-radius: 25rem;
}

.details_div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}



.form_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.form_card li {
  font-weight: 600;
}

.form_card ol {
  padding-left: 1.5rem;
  list-style-type: upper-roman;
}

.btn_next {
  border: none;
  padding: 5px 20px;
  border-radius: 25rem;
  margin-top: 10px;
  display: block;
  background-color: #3b5998;
  color: #f1f1f1;
}

.form_card ul {
  padding-left: 1.5rem;
  margin-bottom: 0px;
}



.social-icons a {
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 16px;
  text-decoration: none !important;
  margin-right: 10px;
}

a.fa-facebook {
  background-color: #3b5998;
}

a.fa-twitter {
  background-color: #1da1f2;
}

a.fa-google {
  background-color: #dd4b39;
}

/* Inner Page Styles */

/* Footer Styles */

footer {
  background-color: #e5e5e5;
  padding: 15px;
  width: 100%;
}

footer p {
  text-align: center;
  color: #202778;
  font-weight: bold;
  margin: 0 !important;
}

/* Footer Styles */