::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #ffffff;
}

.container_banner {
  margin: 10px auto;
  max-width: 600px;
  padding: 10px;
}

.container {
  margin: 20px auto;
  width: 600px;
  padding: 30px;
}

.card.box1 {
  width: 350px;
  background-color: #4a4299;
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 15px;
}

.card.box2 {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
}

.text {
  font-size: 13px;
}

.box2 .btn.btn-primary.bar {
  width: 20px;
  background-color: transparent;
  border: none;
  color: #4a4299;
}

.box2 .btn.btn-primary.bar:hover {
  color: #baf0c3;
}

.box1 .btn.btn-primary {
  background-color: #57c97d;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}

.box1 .btn.btn-primary:hover {
  background-color: #f6f8f7;
  color: #4a4299;
}

.btn.btn-success {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ddd;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.nav.nav-tabs {
  border: none;
  border-bottom: 2px solid #ddd;
}

.nav.nav-tabs .nav-item .nav-link {
  border: none;
  color: black;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}

.nav.nav-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid #4a4299;
  color: #05cf48;
}

.nav.nav-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 2px solid #4a4299;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  height: 20px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0px;
  letter-spacing: 1.5px;
  border-radius: 0;
}

.form-select {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0px;
  letter-spacing: 1.5px;
  border-radius: 0;
}

.inputWithIcon {
  position: relative;
}

img {
  width: 50px;
  height: 20px;
  object-fit: cover;
}

.banner img {
  width: 60%;
  height: 30%;
  object-fit: cover;
}

.banner_full_width img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.inputWithIcon span {
  position: absolute;
  right: 0px;
  bottom: 9px;
  color: #4a4299;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.btn-outline-primary {
  color: black;
  background-color: #ddd;
  border: 1px solid #ddd;
}

.btn-outline-primary:hover {
  background-color: #4a4299;
  border: 1px solid #ddd;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #4a4299;
  background-color: #4a4299;
  box-shadow: none;
  border: 1px solid #ddd;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-radius: 50px;
  margin-right: 20px;
}

/* form {
  font-size: 14px;
} */

form .btn.btn-primary {
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #4a4299;
  border: 1px solid #ddd;
}

form .btn-icon-only {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 1px;
  justify-content: center;
  align-items: center;
  background-color: #4a4299;
  border: 1px solid #ddd;
  border-radius: 20%;
  color: #ffffff;
}

form .btn-icon-only-success {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 1px;
  justify-content: center;
  align-items: center;
  background-color: #05cf48;
  border: 1px solid #ddd;
  border-radius: 20%;
  color: #ffffff;
}

.btn-green {
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #4a4299;
  border: 1px solid #ddd;
  color: #ffffff;
}
.btn-green:hover {
  background-color: #05cf48;
  border: 1px solid #ddd;
  color: #ffffff;
}

form .btn.btn-primary:hover {
  background-color: #4a4299;
}

@media (max-width: 750px) {
  .container {
    padding: 10px;
    width: 100%;
  }

  .text-green {
    font-size: 14px;
  }

  .card.box1,
  .card.box2 {
    width: 100%;
  }

  .nav.nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
