@font-face {
  font-family: "helveticaregular";
  src: url("../fonts/helvetica-webfont.woff2") format("woff2"),
    url("../fonts/helvetica-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticabold";
  src: url("../fonts/helvetica-bold-webfont.woff2") format("woff2"),
    url("../fonts/helvetica-bold-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main_header_section {
  height: 60px;
  background-color: #fff;
  width: calc(100% - 240px);
  padding: 5px 20px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 4px 0px #202b4726;
}

.logo {
  height: 50px;
}

button.header_drop_btn.dropdown-toggle {
  border: none;
  background-color: #e7e7eb;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  float: right;
  font-family: "helveticaregular";
  font-size: 14px;
}

.dropdown-item {
  font-family: "helveticaregular";
  font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ec743f !important;
}

button.header_drop_btn.dropdown-toggle img {
  height: 16px;
  margin-right: 8px;
}

.header_drop_btn.dropdown-toggle::after {
  display: inline-block;
  margin-left: 1.255em;
}

/* .main_sidebar_section **************************/
.main_sidebar_section {
  position: fixed;
  width: 220px;
  background-color: #37385c;
  top: 80px;
  height: 100%;
  padding: 20px 0px;
}

.sidebar_menu {
  padding: 0;
  margin: 0;
}

.sidebar_menu li {
  list-style: none;
  padding: 15px 20px;
  border-bottom: 1px solid #1a1b40;
}

.hide_icon {
  display: none;
}

.sidebar_menu li:hover .hide_icon {
  display: block;
}

.sidebar_menu li:hover .show_icon {
  display: none;
}

.sidebar_menu .active .hide_icon {
  display: block;
}

.sidebar_menu .active .show_icon {
  display: none;
}

.sidebar_menu li:hover {
  background-color: #a1a1b2;
}

.sidebar_menu .active {
  background-color: #a1a1b2;
}

.sidebar_menu li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #e7e7eb;
  font-size: 13px;
  font-family: "helveticaregular";
}

.sidebar_menu li:hover a {
  color: #37385c;
}

.sidebar_menu .active a {
  color: #37385c;
}

.sidebar_menu li a img {
  height: 18px;
  margin-right: 10px;
}

.sidebar_menu li a:hover {
  text-decoration: none;
}

/* main_container_section ****************************/
.main_container_section {
  width: calc(100% - 220px);
  padding: 25px 10px;
  transition: all 0.3s;
  position: absolute;
  top: 80px;
  right: 0;
  background-color: #e7e7eb;
  height: calc(100% - 80px);
  overflow: auto;
}

.content-area {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 25px;
}

.content-area h1 {
  color: #ec743f;
  font-family: helveticabold;
  font-size: 18px;
}

.content-area h3 {
  color: #37385c;
  font-size: 15px;
  font-family: helveticaregular;
}

.form-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  column-gap: 16px;
  margin-top: 20px;
}

.field-col {
  width: 29%;
}

.btn-col {
  width: 13%;
}

.form-box .form-control {
  height: 40px;
  font-size: 14px;
  font-family: "helveticaregular";
}

.form-box .form-group {
  margin: 0px;
}

button.btn.org-btn {
  background-color: #ec743f;
  color: #fff;
  font-size: 16px;
  padding: 6px 20px 10px;
  width: 148px;
}

img.search-icon {
  margin-left: 10px;
  width: 13px;
}

label {
  font-size: 14px;
  font-family: "helveticaregular";
  color: #72738c;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem #ced4da !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da !important;
  outline: 0;
  box-shadow: 0 0 0 0rem #ced4da !important;
}

.card_drop .btn.btn-header-link {
  padding: 0;
}

.sidebar_drop_body {
  padding: 0 !important;
}

.sidebar_drop_body li {
  border-bottom: none;
  padding-left: 45px !important;
}

#main .card_drop .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  margin-left: 30px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 0;
}

#main .card_drop .btn-header-link.collapsed:after {
  content: "\f106";
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.table-box {
  margin-top: 35px;
}

.table_main_section {
  background-color: #ffffff;
}

.table_thead {
  background-color: #37385c;
}

.table_thead th:first-child {
  border-top-left-radius: 0px;
}

.table_thead th:last-child {
  border-top-right-radius: 0px;
}

.table_thead th {
  color: #ffffff;
}

.table_main_section .table {
  border: 1px solid #72738c;
  border-bottom: 0px;
}

.table_main_section .table th {
  border-right: 2px solid #e7e7eb;
  border-bottom: none !important;
  font-family: "helveticaregular" !important;
  font-size: 14px;
  font-weight: 500;
}

.table_main_section .table td {
  border-top: 1px solid #72738c !important;
  color: #37385c;
  font-family: "helveticaregular";
  font-size: 14px;
  font-weight: 500;
}

.table_main_section .table {
  border-radius: 6px;
  box-shadow: 0 0 0 1px #666;
}

.td_know_btn a {
  background-color: #ec743f;
  padding: 7px 22px;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  font-family: "helveticaregular";
  width: 120px;
  display: block;
  margin: auto;
}

.td_know_btn a:hover {
  text-decoration: none;
  color: #fff;
}

.td_active_btn a {
  background-color: #77d43a;
  padding: 7px 22px;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  font-family: "helveticaregular";
  width: 80px;
  display: block;
  margin: auto;
}

.td_active_btn a:hover {
  text-decoration: none;
  color: #fff;
}

.table th {
  padding: 10px 12px !important;
  text-align: center;
}

.table td {
  padding: 15px 12px !important;
  text-align: center;
}

.web-header {
  display: block;
  width: 100%;
}

.mob-header {
  display: none;
}

.close-icon {
  display: none;
}

@media (max-width: 1380px) {
  button.btn.org-btn {
    width: 120px;
  }
}

@media (max-width: 1300px) {
  .field-col {
    width: 31%;
  }

  .btn-col {
    width: 16%;
  }

  .form-box {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

@media (max-width: 900px) {
  .web-header {
    display: none;
  }

  .mob-header {
    display: block;
    width: 100%;
  }

  .main_header_section {
    padding: 10px 20px;
    width: 100% !important;
  }

  .mob-header .text-right {
    text-align: right !important;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .main_sidebar_section {
    display: none;
  }

  .main_container_section {
    width: 100%;
    padding: 15px 5px;
  }

  .form-box {
    flex-wrap: wrap;
  }

  section.main_sidebar_section.addsidebar {
    display: block !important;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: #00000078;
    padding: 0px 0px;
    transition: ease-in 2s;
  }

  .sidebar_menu {
    padding: 0;
    margin: 0;
    width: 240px;
    height: 100vh;
    background-color: #37385c;
  }

  .field-col {
    width: 100%;
  }

  .btn-col {
    width: 100%;
  }

  .table_main_section .table th {
    min-width: 170px;
  }
}

/* SCF CSS */

li.active-btn {
  background-color: #ea652b !important;
  box-shadow: 1px 2px 0px #f6c8b3;
  border-radius: 0px 30px 30px 0px;
  margin-right: 20px;
  margin-top: 15px;
}

li.active-btn a {
  color: #ffffff;
}

li.active-btn:hover {
  background-color: #ea652b;
}

li.active-btn:hover a {
  color: #ffffff;
}

.dropdown-area {
  width: 42%;
}

label.select-label {
  color: #000000;
  font-family: 'helvetica_neuemedium';
  font-size: 26px;
}

.dropdown-area select.form-control {
  padding: 8px 20px;
  outline: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  height: 48px;
  font-family: 'Helvetica Neue';
  font-size: 16px;

}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/down.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
  background-size: 15px;
}

.home-box {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  width: 19%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #C0B501;
  box-shadow: 0px 1px 12px #00000014;
  margin-bottom: 15px;
}

.home-box2 {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #C0B501;
  box-shadow: 0px 1px 12px #00000014;
  margin-bottom: 15px;
}

.home-box h2 {
  color: #000000;
  font-family: 'helvetica_neuebold';
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
  padding-top: 15px;
}

.home-box p {
  color: #000000;
  font-size: 14px;
  font-family: 'helvetica_neuemedium';
  line-height: 16px;
  margin: 0px;
  padding-bottom: 8px;
  opacity: 70%;
}

img.hb-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  object-fit: contain;
}

/* .home-box-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 25px;
  row-gap: 25px;
  margin-top: 25px;
} */

.amount-box {
  background-color: #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 20px;
}

.amount-box p {
  font-family: "helveticaregular";
  font-size: 18px;
  color: #b93632;
  margin: 0px;
}

.amount-box p span {
  font-family: "helveticabold";
}

img.red-rupee {
  width: 12px;
  margin-right: 8px;
}

.amount-box a {
  background-color: #43b534;
  width: 90px;
  color: #fff;
  text-align: center;
  padding: 7px 0px 8px;
  border-radius: 4px;
}

.amount-box a:hover {
  color: #fff;
  text-decoration: none;
}

ul.nav.nav-tabs li {
  width: 25%;
}

ul.nav.nav-tabs li a {
  background-color: #37385c;
  width: 100%;
  border-right: 1px solid #ffffff;
  padding: 12px;
  text-align: center;
  display: block;
}

ul.nav.nav-tabs li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: "helveticaregular";
}

.tab-box {
  margin-top: 22px;
  border: 0.4px solid #72738c;
  border-radius: 6px;
}

ul.nav.nav-tabs li a.active {
  background-color: #ffffff;
  border-top-left-radius: 6px;
  color: #ec743f;
  font-family: "helveticabold";
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6 !important;
}

.tab-content {
  padding: 25px;
}

.fade:not(.show) {
  opacity: 1 !important;
}

.tci-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}

.tc-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 30px;
  padding: 14px 0px;
}

.tci-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.tci-left p {
  color: #37385c;
  font-family: "helveticaregular";
  font-size: 14px;
  margin: 0px;
  width: 35%;
}

.tci-left p span {
  color: #ec743f;
  font-family: "helveticabold";
  font-size: 14px;
  margin: 0px;
}

.tci-container.bene {
  display: block;
  border: 1px solid #a1a1b2;
  border-radius: 4px;
  height: 325px;
}

.tci-container.bene h3 {
  background-color: #f2f2f2;
  padding: 10px 25px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ec743f;
  font-family: "helveticabold";
  font-size: 16px;
  margin: 0px;
}

.tci-left.bene {
  padding: 12px 25px;
}

.tci-left p.bold-text {
  width: 65%;
}

.auth-boxe1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #72738c40;
  border-radius: 4px;
  padding: 24px;
  width: 50%;
  height: 115px;
}

img.auth-box-icon {
  width: 74px;
  height: auto;
}

.auth-boxe1 p {
  color: #37385c;
  font-family: "helveticaregular";
  font-size: 14px;
  margin: 0px;
  padding-bottom: 12px;
}

.auth-boxe1 a {
  background-color: #ea652b;
  padding: 5px 12px 7px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-family: "helveticaregular";
  font-size: 14px;
}

.auth-boxe1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.auth-boxe1 .content {
  padding-left: 20px;
}

img.arrow-icon {
  margin-left: 6px;
}

.auth-boxes {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #e3e3e8;
  padding-top: 25px;
}

a.new-auth-btn {
  background-color: #43b534;
  padding: 5px 12px 7px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-family: "helveticaregular";
  font-size: 14px;
}

.Payment_Summary {
  color: #EC743F !important;
  font-family: "helveticabold" !important;
  font-size: 16px !important;
}

@media (max-width: 1200px) {
  .auth-boxes {
    flex-wrap: wrap;
  }

  .auth-boxe1 {
    width: 100%;
  }
  .home-box {
    width: 24%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1150px)  {
  .home-box {
    width: 32%;
  }
}

@media (max-width: 800px) {
  .home-box {
    width: 48%;
  }

  .home-box-container {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }

  ul.nav.nav-tabs li {
    width: 100%;
  }

  .tc-container {
    display: block;
    padding: 0px;
  }

  .tci-container {
    width: 100%;
  }

  .tci-container.bene {
    margin-bottom: 30px;
  }

  .tci-left {
    padding: 12px 0px;
  }

  .content-area {
    padding: 15px;
  }

  .home-box h2 {
     font-size: 18px;
    padding-top: 10px;
  }

  .home-box p {
    font-size: 14px;
  }

  ul.nav.nav-tabs li a.active {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .dropdown-area {
    width: 100%;
  }

  .auth-boxe1 {
    height: 100%;
    display: block;
    padding: 15px;
  }

  .auth-boxe1 .content {
    padding-left: 0px;
  }

  .auth-boxe1 a {
    font-size: 14px;
    height: 52px;
    display: block;
  }

  .amount-box {
    display: block;
  }

  .amount-box p {
    font-size: 15px;
  }

  img.red-rupee {
    width: 10px;
    margin-right: 8px;
  }

  .amount-box a {
    width: 90px;
    display: block;
    margin-top: 10px;
  }

  .dropdown-area {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .home-box {
    width: 100%;
  }

  .home-box h2 {
    font-size: 18px;
    padding-top: 10px;
  }

  .content-area {
    padding: 20px;
  }

  .home-box {
    padding: 15px;
  }

  img.hb-icon {
    width: 30px;
    height: 30px;
  }

  .content a {
    font-size: 13px;
    padding: 5px 6px 7px;
    height: auto;
    display: block;
  }

  .tci-container.bene {
    height: 380px;
  }

  .tci-left {
    padding: 12px 10px !important;
  }
}