div.footer {
  text-align: right;
  position: relative;
  margin: 20px 5px;
}
div .tg-approvalStatus__section .detail-group .btn {
  padding: 10px 10px !important;
}
div .detail-group .btn {
  padding: 10px 10px !important;
}

.main-page-content {
  background: #40bdd0;
}
.main-page-content button {
  color: #40bdd0;
}

#company-transcaction {
  border: 1px solid silver;
}
#company-transcaction .thumb-template-image {
  min-width: 100%;
  min-height: 250px;
}
#company-transcaction .box-part {
  min-height: 300px;
  border: 1px solid #bababa;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  display: grid;
  align-items: center;
  justify-content: space-around;
}
#company-transcaction .bg-silver-wb {
  background-color: #f2f2f2;
}
#company-transcaction .btn-download {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}
#company-transcaction .btn-download :hover {
  background-color: RoyalBlue;
}
#company-transcaction .nav-btn-icon {
  width: 24px;
  position: absolute;
  top: 260px;
  right: 35px;
}
#company-transcaction table thead {
  background-color: #4472c4;
  color: #fff;
}
#company-transcaction table tbody tr:nth-child(2n+1):not(tbody tbody tr) {
  background-color: #cfd5ea;
}
#company-transcaction table tbody tr:nth-child(2n+2):not(tbody tbody tr) {
  background-color: #e9ebf5;
}

#access-section .img-title {
  width: 150px;
}

.login-page {
  width: 100%;
  height: 100vh;
  display: inline-block;
  display: flex;
  align-items: center;
}

.form-right i {
  font-size: 100px;
}

#verify-section input[type=button].btn-block {
  color: #40bdd0;
}
#verify-section .btn:hover {
  color: #40bdd0;
}

.banner-img {
  padding: 5px 5px 0;
}
.banner-img img {
  width: 100%;
  border-radius: 5px;
}

#wrap_fillter_create_account [type=radio]:checked,
#wrap_fillter_create_account [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#wrap_fillter_create_account [type=radio]:checked + label,
#wrap_fillter_create_account [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
#wrap_fillter_create_account [type=radio]:checked + label:before,
#wrap_fillter_create_account [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
#wrap_fillter_create_account [type=radio]:checked + label:after,
#wrap_fillter_create_account [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f87da9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#wrap_fillter_create_account [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#wrap_fillter_create_account [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.parent {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.parent select {
  border: none;
  background-color: #fff;
  min-width: 20%;
}
.parent select:hover {
  background-color: #fff;
}

#company_search_table .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
#company_search_table .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#company_search_table .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#company_search_table .switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3.5px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
#company_search_table .switch .slider.round {
  border-radius: 34px;
}
#company_search_table .switch .slider.round.round:before {
  border-radius: 50%;
}
#company_search_table .switch.active .slider {
  background-color: #2196f3;
  -webkit-box-shadow: 0 0 1px #2196f3;
  -moz-box-shadow: 0 0 1px #2196f3;
  -ms-box-shadow: 0 0 1px #2196f3;
}
#company_search_table .switch.active .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/*# sourceMappingURL=index.css.map */
