/* input(561,18): run-time error CSS1030: Expected identifier, found '.'
input(561,32): run-time error CSS1025: Expected comma or open brace, found ')'
input(564,18): run-time error CSS1030: Expected identifier, found '.'
input(564,32): run-time error CSS1025: Expected comma or open brace, found ')'
input(573,20): run-time error CSS1030: Expected identifier, found '.'
input(573,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(577,18): run-time error CSS1030: Expected identifier, found '.'
input(577,32): run-time error CSS1025: Expected comma or open brace, found ')'
input(580,18): run-time error CSS1030: Expected identifier, found '.'
input(580,32): run-time error CSS1025: Expected comma or open brace, found ')'
input(584,20): run-time error CSS1030: Expected identifier, found '.'
input(584,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(592,20): run-time error CSS1030: Expected identifier, found '.'
input(592,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(598,20): run-time error CSS1030: Expected identifier, found '.'
input(598,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(606,18): run-time error CSS1030: Expected identifier, found '.'
input(606,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(614,20): run-time error CSS1030: Expected identifier, found '.'
input(614,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(621,20): run-time error CSS1030: Expected identifier, found '.'
input(621,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(626,20): run-time error CSS1030: Expected identifier, found '.'
input(626,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(631,18): run-time error CSS1030: Expected identifier, found '.'
input(631,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(636,20): run-time error CSS1030: Expected identifier, found '.'
input(636,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(640,18): run-time error CSS1030: Expected identifier, found '.'
input(640,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(645,20): run-time error CSS1030: Expected identifier, found '.'
input(645,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(656,20): run-time error CSS1030: Expected identifier, found '.'
input(656,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(660,18): run-time error CSS1030: Expected identifier, found '.'
input(660,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(667,20): run-time error CSS1030: Expected identifier, found '.'
input(667,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(671,18): run-time error CSS1030: Expected identifier, found '.'
input(671,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(682,20): run-time error CSS1030: Expected identifier, found '.'
input(682,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(686,18): run-time error CSS1030: Expected identifier, found '.'
input(686,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(693,20): run-time error CSS1030: Expected identifier, found '.'
input(693,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(697,18): run-time error CSS1030: Expected identifier, found '.'
input(697,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(704,20): run-time error CSS1030: Expected identifier, found '.'
input(704,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(710,18): run-time error CSS1030: Expected identifier, found '.'
input(710,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(718,20): run-time error CSS1030: Expected identifier, found '.'
input(718,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(722,18): run-time error CSS1030: Expected identifier, found '.'
input(722,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(725,18): run-time error CSS1030: Expected identifier, found '.'
input(725,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(730,18): run-time error CSS1030: Expected identifier, found '.'
input(730,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(738,18): run-time error CSS1030: Expected identifier, found '.'
input(738,34): run-time error CSS1025: Expected comma or open brace, found ')'
input(912,67): run-time error CSS1030: Expected identifier, found '.'
input(912,76): run-time error CSS1025: Expected comma or open brace, found ')' */
/*Variables*/
/* Mixins */
/*Custom scroll bar style*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #858893;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #54565e;
}

/*Common style*/
body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "TT Hoves";
  font-size: 16px;
}

.aib_loader_prnt {
  position: relative;
}

.aib_loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.aib_loader p {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
}
.aib_loader img {
  flex: 0 0 60px;
  max-width: 60px;
  height: auto;
}

* {
  font-family: "TT Hoves";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "TT Hoves";
}

input, textarea, table, ul, option, select, form, button {
  font-family: "TT Hoves";
}

.list-none {
  list-style-type: none;
}

a, button, img, input {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active, img:hover, img:focus, img:active, input:hover, input:focus, input:active {
  outline: none;
  text-decoration: none;
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

img {
  max-width: 100%;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1335px;
  }
}

.main_title {
  font-size: 24px;
  color: #0A1128;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main_title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .main_title {
    font-size: 30px;
  }
}

.ab_sub_title {
  font-size: 16px;
  color: #0A1128;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .ab_sub_title {
    font-size: 18px;
  }
}
.ab_sub_title a {
  font-size: 16px;
  color: #005294;
  font-weight: 500;
}
@media (min-width: 992px) {
  .ab_sub_title a {
    font-size: 18px;
  }
}

.btn {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
  background: #1FB24A;
  padding: 10px;
  border: 0;
  width: 300px;
  max-width: 100%;
}
.btn:hover {
  background: #178738;
}
.btn:disabled {
  background-color: #F5F5F5;
  color: #858893;
  border-color: #F5F5F5;
}
@media (min-width: 992px) {
  .btn {
    font-size: 20px;
  }
}
.btn.btn_white {
  background: #ffffff;
  color: #1FB24A;
  border: 1px solid #ffffff;
}
.btn.btn_white:hover {
  background: #1FB24A;
  color: #ffffff;
}
.btn.btn_white_border {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

.modal {
  background: rgba(255, 255, 255, 0.5);
}
.modal.ab_backend_tost .modal-dialog {
  margin: 50px 50px auto auto;
  max-width: 460px;
}
.modal.ab_backend_tost .modal-dialog .modal-content {
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: unset;
  justify-content: space-between;
  background: #acf1c0;
  border-left: 5px solid #1FB24A;
}
.modal.ab_backend_tost .modal-dialog .modal-content .modal-body {
  max-width: calc(100% - 100px);
  border-radius: 5px;
}
.modal.ab_backend_tost .modal-dialog .modal-content .modal-footer {
  padding-left: 0;
  padding-top: 1rem;
  flex: 1;
}
.modal.ab_backend_tost .modal-dialog .modal-content .modal-footer .btn {
  width: 100%;
  margin: 0;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
}
.modal.ab_backend_tost .modal-dialog .modal-content.ab_error_alert {
  background: #fae3e5;
  border-color: #dc3545;
}
.modal.ab_backend_tost .modal-dialog.ab_alert_pop {
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
}
.modal.ab_backend_tost .modal-dialog.ab_alert_pop .modal-content {
  background: #fae3e5;
  border-color: transparent;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.modal.ab_backend_tost .modal-dialog.ab_alert_pop .modal-content .modal-body {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
}
.modal.ab_backend_tost .modal-dialog.ab_alert_pop .modal-content .modal-footer {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
}
.modal.ab_backend_tost .modal-dialog.ab_alert_pop .modal-content .modal-footer button {
  width: auto;
  margin: 0 10px;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
}
.modal.ab_backend_tost .modal-dialog.ab_alert_pop .modal-content .modal-footer button.btn-light {
  padding: 0;
  background: unset;
  border: 0;
  border-bottom: 1px solid #0A1128;
  border-radius: 0;
}

form .form-group {
  margin-bottom: 25px;
}
form .form-group .form-label {
  font-size: 16px;
  font-weight: 500;
  color: #0A1128;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  form .form-group .form-label {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
form .form-group .ab_info_text {
  font-size: 13px;
  padding-top: 2px;
}
form .form-group .form-control {
  background-color: #ffffff;
  border: 0;
  width: 100%;
  padding: 0 0 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #1FB24A;
  border-radius: 0;
  outline: 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  form .form-group .form-control {
    font-size: 18px;
  }
}
form .form-group .form-control[disabled] {
  background: #F5F5F5;
}
form .form-group .form-control:focus {
  border-color: transparent;
  box-shadow: 0 1px 0 #005294;
}
form .form-group .re_conf a {
  color: #005294;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  form .form-group .re_conf a {
    font-size: 18px;
  }
}
form .form-group .invalid {
  outline: none;
}
form .form-group .text-danger, form .form-group .validation-message {
  font-weight: normal;
  color: #D42620;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 0px) and (max-width: 767px) {
  form .form-group .text-danger, form .form-group .validation-message {
    font-size: 12px;
  }
}
form .form-group.ab_pass_wrap {
  margin-bottom: 30px;
}
form .form-group.ab_pass_wrap .form-forgotpass {
  text-align: right;
}
form .form-group.ab_pass_wrap .form-forgotpass a {
  color: #005294;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  form .form-group.ab_pass_wrap .form-forgotpass a {
    font-size: 18px;
  }
}
form .form-group .ab_file_upload {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 992px) {
  form .form-group .ab_file_upload {
    margin-top: 0;
  }
}
form .form-group .ab_file_upload img {
  cursor: pointer;
  width: 100%;
  height: auto;
}
form .form-group .ab_file_upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
form .form-group .ab_file_upload input:focus ~ img, form .form-group .ab_file_upload input:focus-within ~ img {
  outline: 1px solid #005294;
  outline-offset: 2px;
  outline-style: dashed;
}
form .form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
form .form-check input {
  position: static;
  float: none !important;
  margin: 0 !important;
  flex: 0 0 18px;
  max-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 0 !important;
  border: 1px solid #1FB24A !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
form .form-check input:checked {
  background: #1FB24A !important;
}
form .form-check input:focus, form .form-check input:focus-visible {
  outline: 1px solid #005294 !important;
}
form .form-check .form-check-label {
  font-size: 16px;
  color: #858893;
  padding-left: 5px;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 992px) {
  form .form-check .form-check-label {
    font-size: 18px;
  }
}

input::-webkit-date-and-time-value {
  text-align: left;
}

select, select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.alert {
  margin-bottom: 30px;
}
.alert .ab_sub_title {
  margin-bottom: 0;
  font-weight: 400;
}
.alert.alert-secondary {
  background: #F5F5F5;
  border-color: #d6d7db;
  border-left: 6px solid #1FB24A;
}

.ab_frontend {
  /* Login pages style */
}
.ab_frontend footer {
  padding: 50px 0;
  background: #015293;
}
.ab_frontend footer h5 {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #ffffff;
}
.ab_frontend footer .social-icons {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend footer .social-icons {
    margin-bottom: 30px;
  }
}
.ab_frontend footer .social-icons a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 20px;
  font-size: 25px;
}
.ab_frontend footer .copy_right {
  color: #ffffff;
  font-size: 16px;
}
.ab_frontend footer .copy_right p {
  margin: 0;
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend footer .ab_cnt_info {
    margin-bottom: 30px;
    order: -1;
  }
}
.ab_frontend footer .ab_cnt_info .reach_list {
  padding: 0;
  margin: 0;
  column-count: 2;
}
.ab_frontend footer .ab_cnt_info .reach_list li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: normal;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
}
.ab_frontend footer .ab_cnt_info .reach_list li i {
  padding-right: 8px;
  font-size: 18px;
  position: absolute;
  left: 0;
}
.ab_frontend footer .ab_cnt_info .reach_list li a {
  color: #ffffff;
  text-decoration: underline;
}
.ab_frontend header {
  padding: 18px 0;
  background: #F5F5F5;
  margin-bottom: 20px;
}
.ab_frontend header nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend header nav .container {
    padding: 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend header nav .container .ab_logo {
    padding-right: 30px;
  }
}
.ab_frontend header nav .container .ab_logo a {
  display: block;
}
.ab_frontend header nav .container .ab_right_links ul {
  padding: 0;
  margin: 0;
}
.ab_frontend header nav .container .ab_right_links ul .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
  padding: 0;
}
.ab_frontend header nav .container .ab_right_links ul .nav-item.dropdown .nav-link p {
  margin: 0;
  font-size: 14px;
  padding-right: 10px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend header nav .container .ab_right_links ul .nav-item.dropdown .nav-link p {
    display: none;
  }
}
.ab_frontend header nav .container .ab_right_links ul .nav-item.dropdown .nav-link span {
  padding: 0;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  width: 40px;
  background: gainsboro;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  color: #858893;
}
.ab_frontend:has(.ab_login_wrap) {
  /* header & footer file */
}
.ab_frontend:has(.ab_login_wrap) header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  background: transparent;
}
@media (min-width: 768px) {
  .ab_frontend:has(.ab_login_wrap) header {
    left: 15px;
  }
}
.ab_frontend:has(.ab_login_wrap) header .ab_right_links {
  display: none;
}
.ab_frontend:has(.ab_login_wrap) footer {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap {
    padding-top: 130px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap {
    padding-top: 130px;
    padding-bottom: 90px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap .ab_landing_box h1 {
  color: #0A1128;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap .ab_landing_box h1 {
    line-height: normal;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap .ab_landing_box h1 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap .ab_landing_box h1 {
    line-height: 42px;
    font-size: 32px;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap .ab_landing_box p {
  font-size: 22px;
  color: #0A1128;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_acc_wrap .ab_landing_box p {
    font-size: 18px;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic {
  padding: 0;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_graphic {
    background: url("../media/landing-bg.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    min-height: 75dvh;
  }
}
@media (min-width: 2000px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_graphic {
    min-height: 85dvh;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc {
  background: #1FB24A;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc {
    display: block;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 190px;
  z-index: 1;
  content: "";
  background: #015293;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc:before {
    display: none;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .img_box {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 247px);
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .img_box {
    display: none;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .ab_content {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 250px);
  padding: 40px 40px 40px 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .ab_content {
    display: block;
    max-width: 100%;
    padding: 20px 15px;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .ab_content h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .ab_content h2 {
    font-size: 18px;
  }
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .ab_content p {
  color: #ffffff;
}
.ab_frontend:has(.ab_landing_wrap) .ab_graphic .ab_lan_desc .ab_content .btn_row .btn {
  margin: 5px 10px 5px 0;
  flex: auto;
  max-width: 250px;
}
.ab_frontend:has(.ab_landing_wrap) header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: transparent;
}
.ab_frontend:has(.ab_landing_wrap) header .ab_right_links {
  display: none;
}
.ab_frontend .badge {
  background: #FEF6E7;
  border-radius: 4px;
  color: #F3A218;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 10px;
  line-height: 18px;
  margin-bottom: 2px;
}
.ab_frontend .badge.badge-danger {
  color: #D42620;
  background: #FBEAE9;
  opacity: 50%;
}
.ab_frontend .badge.badge-danger + p {
  color: #D42620;
  opacity: 50%;
}
.ab_frontend .badge.badge-success {
  color: #0F973D;
  background: #E7F6EC;
  opacity: 50%;
}
.ab_frontend .badge.badge-success + p {
  color: #0F973D;
  opacity: 50%;
}
.ab_frontend .badge.badge-added {
  color: #00B8D9;
  background: rgba(0, 184, 217, 0.1);
}
.ab_frontend .ab_main_area .ab_login_wrap .ab_graphic {
  padding: 0;
  align-self: stretch;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_graphic {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ab_frontend .ab_main_area .ab_login_wrap .ab_graphic img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_graphic img {
    height: 100px;
  }
}
.ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap {
    max-height: 98dvh;
    overflow-y: auto;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap .ab_login_box {
  width: 350px;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap .ab_login_box {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap .ab_login_box {
    padding-top: 30px;
  }
}
.ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap .ab_login_box .ab_title_wrap {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap .ab_login_box .ab_title_wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  .ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap .ab_login_box .ab_title_wrap .ab_info_icon {
    height: 50px;
  }
}
.ab_frontend .ab_main_area .ab_login_wrap .ab_acc_wrap .ab_login_box .ab_title_wrap .ab_sub_title {
  margin-bottom: 0;
}

/*Account opening form style*/
@media (min-width: 0px) and (max-width: 767px) {
  .ab_acc_title .container {
    width: 350px;
    max-width: 90%;
  }
}
.ab_acc_title .ab_title_wrap {
  padding-bottom: 18px;
  border-bottom: 1px solid #d6d7db;
  margin-bottom: 30px;
}
.ab_acc_title .ab_title_wrap .ab_sub_title {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .ab_acc_form .container {
    width: 350px;
    max-width: 90%;
  }
}
.ab_acc_form .ab_form_wrap {
  padding-bottom: 10px;
}
.ab_acc_form .ab_form_wrap .form_header {
  margin-bottom: 20px;
  padding: 8px 10px 6px 10px;
  background: #005294;
}
.ab_acc_form .ab_form_wrap .form_header .ab_sub_title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}
.ab_acc_form .ab_form_wrap .row {
  margin: 0 -15px;
}
.ab_acc_form .ab_form_wrap .row .col-md-6, .ab_acc_form .ab_form_wrap .row .col-lg-6, .ab_acc_form .ab_form_wrap .row .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list {
  border-radius: 16px;
  box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
  overflow: hidden;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .form-label {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  color: #0A1128;
  padding: 15px 15px 10px 15px;
  margin: 0;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .form-label img {
  margin-left: 5px;
  flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group {
  border: none;
  overflow: auto;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li {
  border: 0;
  padding: 15px;
  flex-wrap: wrap;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li:has(.dwn_file) .ab_sub_title, .ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li:has(.dwn_file) .op_img {
  opacity: 50%;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li img {
  flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  align-self: flex-start;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li img {
    flex: 0 0 38px;
    max-width: 38px;
    height: 38px;
  }
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li .file_name_wrap {
  max-width: calc(100% - 100px);
  padding-left: 16px;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li .file_name_wrap .ab_sub_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 2px;
  font-weight: 500;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li .file_name_wrap p {
  margin-bottom: 0;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  outline: 0;
  margin-left: auto;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li button img {
  flex: 0 0 24px;
  max-width: 24px;
  height: auto;
}
.ab_acc_form .ab_form_wrap .row .acc_docc_list .list-group li + li {
  border: 0;
  border-top: 1px dashed #d6d7db;
}
.ab_acc_form .ab_form_wrap .chatter_row {
  margin-bottom: 50px;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group {
  margin-bottom: 12px;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #d6d7db;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .left_part {
  flex: 1;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .left_part .form-control {
  border: 0;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .left_part {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .left_part .form-control {
    width: 100%;
  }
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .file_upload {
  position: relative;
  padding: 5px;
  flex: 0 0 32px;
  max-width: 32px;
  width: 32px;
  margin-left: auto;
  overflow: hidden;
  margin-right: 15px;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .file_upload input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  width: 32px;
  max-width: 32px;
  min-width: 32px;
  z-index: 1;
  overflow: hidden;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .file_upload input:focus ~ img, .ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .file_upload input:focus-within ~ img {
  outline: 1px solid #005294;
  outline-offset: 2px;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .file_upload img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .input_box .btn {
  padding: 5px 15px 3px;
  border-radius: 5px;
  width: auto;
  position: relative;
  z-index: 3;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .ab_file_name {
  max-width: 600px;
  text-align: right;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .ab_file_name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #005294;
  padding-top: 3px;
}
.ab_acc_form .ab_form_wrap .chatter_row .form-group .ab_file_name a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box {
  background: #F5F5F5;
  padding: 12px;
  border-radius: 0 12px 12px 12px;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .top_bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .top_bar h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .top_bar h4 {
    font-size: 16px;
  }
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .top_bar strong {
  line-height: 1;
  margin: 0 7px;
  opacity: 0.5;
  font-size: 14px;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .top_bar span {
  font-size: 14px;
  font-weight: 400;
  color: #858893;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .top_bar span {
    font-size: 12px;
  }
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .comment_box {
  color: #0A1128;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .comment_box {
    font-size: 16px;
  }
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .reply_link {
  font-size: 14px;
  font-weight: 400;
  color: #858893;
  cursor: pointer;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .doc_link a {
  font-size: 14px;
  font-weight: 400;
  color: #858893;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .doc_link a span {
  color: #0A1128;
  border-bottom: 1px solid #858893;
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box .doc_link a img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box.client_box {
  background: aliceblue;
}
.ab_acc_form .ab_form_wrap .chatter_row .chat_thread .chat_box + .chat_box {
  margin-top: 12px;
}
.ab_acc_form .acc_btn {
  padding-top: 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ab_acc_form .acc_btn {
    padding-top: 30px;
  }
}
