@font-face {
  font-family: "Samsung Font Sans";
  src: url("/fonts/Samsung_Interface_Rg.ttf");
}
html,
body {
  font-family: "Samsung Font Sans";
}

main {
  color: #144061;
  background-color: #ffffff;
}
main .title-content {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
main .title-content h1 {
  color: #144061;
  font-weight: bold;
}
main p {
  color: #144061;
  transition: 0.75s;
}
main p:hover {
  color: #144061;
  text-shadow: 0 0 30px rgb(78, 64, 64);
  transition: 0.75s;
}
main .m-2 {
  margin: 2rem !important;
}
main .form-control:focus {
  border-color: #144061;
}
main .card {
  box-shadow: none;
}
main .card .card-header {
  color: #144061;
  border-bottom: 0;
}
main .btn-primary {
  background: #144061 0% 0% no-repeat padding-box;
  border-color: #ffffff;
  box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.1098039216);
  border-radius: 2rem !important;
  opacity: 1;
  color: white;
  transition: 0.75s;
}
main .btn-primary .focus {
  background-color: #144061 0% 0% no-repeat padding-box;
}
main .btn-primary:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #144061;
  border-color: #144061;
  transition: 0.75s;
}
main .btn-primary:focus {
  background-color: #144061;
  color: white;
  border-color: #144061;
}
main .btn-primary:focus {
  color: #ffffff;
  border-color: #1428A0 !important;
  background-color: #1428A0;
}
main .btn-secondary {
  background: #000000 no-repeat padding-box;
  border-color: #000000;
  box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.1098039216);
  border-radius: 2rem !important;
  opacity: 1;
  color: #ffffff;
  transition: 0.75s;
}
main .btn-secondary:hover {
  background: #ffffff no-repeat padding-box;
  color: #000000;
  border-color: #000000;
  transition: 0.75s;
}
main .btn-secondary:focus {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
main .btn-danger {
  background: red no-repeat padding-box;
  border-color: red;
  box-shadow: 0px 4px 6px red;
  border-radius: 2rem !important;
  opacity: 1;
  color: #ffffff;
  transition: 0.75s;
}
main .btn-danger:hover {
  background: #ffffff no-repeat padding-box;
  color: red;
  border-color: red;
  transition: 0.75s;
}
main .btn-danger:focus {
  color: #ffffff;
  border-color: red;
  background-color: red;
}
main .breadcrumb {
  background-color: transparent !important;
}
main .breadcrumb .breadcrumb-item .active {
  color: #144061 !important;
}
main .nav-tabs .nav-link.active.tab-style,
main .nav-tabs .nav-item.show .nav-link .tab-style {
  color: white;
  background-color: #144061;
  border-color: #dee2e6 #dee2e6 #f8fafc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
main .input-style {
  border-radius: 10px;
  color: #727272;
}
main .input-group-prepend {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
main .li-balance-style {
  border-radius: 10px;
  color: #727272;
}
main .list-group-item.li-balance-style:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
main .list-group-item.li-balance-style:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
main .badge-clx-style {
  background-color: #144061;
  color: white;
}
main label {
  color: #727272;
}

.custom-radio .custom-control-label:checked {
  background-color: #144061;
}
.custom-radio .custom-control-label:checked:after {
  background-color: #144061;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

.content-style {
  border-top-left-radius: 40px 40px;
  border-bottom-left-radius: 40px 40px;
  max-height: -moz-max-content;
  max-height: max-content;
}

.content-style-bg,
.card-header {
  background-color: #f8fafc !important;
}

.main-style {
  background-color: #f8fafc;
  max-height: -moz-max-content;
  max-height: max-content;
}

.table thead tr th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.table tbody td,
.table tbody th {
  border-top: 1px solid #dee2e6;
  vertical-align: middle;
}

.row-filter {
  border-radius: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  align-items: center !important;
  text-align: center;
}

div.tab-container {
  display: flex;
  justify-content: center;
}

h3.tab-text {
  color: white;
  margin-bottom: 0;
  text-align: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #144061;
  width: 25%;
}

a.btn-option-view {
  border: none;
  background-color: none;
  color: #144061;
  opacity: 1;
  transition: 0.75s;
}
a.btn-option-view:hover {
  color: #144061;
  box-shadow: none;
  transition: 0.75s;
}
a.btn-option-view:focus {
  box-shadow: none;
}

button.btn-option-approve {
  border: none;
  background-color: none;
  color: #144061;
  opacity: 1;
  transition: 0.75s;
}
button.btn-option-approve:hover {
  color: green;
  box-shadow: none;
  transition: 0.75s;
}
button.btn-option-approve:focus {
  box-shadow: none;
}

button.btn-option-cancel {
  border: none;
  background-color: none;
  color: #144061;
  opacity: 1;
  transition: 0.75s;
}
button.btn-option-cancel:hover {
  color: red;
  box-shadow: none;
  transition: 0.75s;
}
button.btn-option-cancel:focus {
  box-shadow: none;
}

.input-group.input-group-alternative {
  border-radius: 10px !important;
}

button.custom-button {
  display: flex;
  padding: 0;
  align-items: center;
  position: relative !important;
  padding-left: 55px;
  padding-right: 5px;
}
button.custom-button:hover {
  transition: 0.75s;
}
button.custom-button:hover div.custom-icon {
  background: #144061 0% 0% no-repeat padding-box;
  color: white;
  border-color: white;
  transition: 0.75s;
}

div.custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: white;
  position: absolute !important;
  left: -2px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #144061;
  border: 2px solid #144061;
}

button.select2-selection__choice__remove {
  margin-left: 0 !important;
}

span.select2-selection.select2-selection--multiple {
  font-weight: 100;
  background-color: white;
  color: #727272;
  border-color: #dee2e6;
  border-radius: 10px;
}

.select2-container .select2-selection--single:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus {
  border-radius: 10px;
}

.swal2-actions {
  color: #fff !important;
}
