.container-fluid{
    padding: 0px !important; 
    margin: 0px;
}

*{
    outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #000342;
}


h6 {
    font-weight: 400;
    font-size: large;
}

img {
    object-fit: fill;
}

.background_login {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -100;
}

.background_login_image {
    width: 110%;
    height: 100vh;
    margin-top: -10vh;
}
.background_login_image img{
    opacity: 25%;
    height: 110vh;
    width: 110vw;
    right: -5vw;
    object-fit: cover;
}

.login_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 128px;
}

.login_box {
    width: 90vw;
    max-width: 450px;
    padding: 32px;
    margin-top: 15vh;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #EAF1F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10vh;
}

a {
    color: #024B78;
}

a:hover {
    color: #2DABCE;
}

.btn {
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    outline: #ffffff00;
}




.btn-outline-primary:hover {
    background-color: #024B78;
    border-color: #00034200;
}

.logo_login {
    width: 50%;
    margin-bottom: 32px;
}

#login_form {
    width: 100%;
}

.login_forgot {
    font-size: small;
}

.form-control {
  margin-top: 16px;
  color: #024B78;
  border: px solid #C7CBD5!important;
  border-radius: 10px;
  height: 50px;
  font-size: large;
}

.icon_password_box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.icon_password {
    height: 24px;
    fill: #8B8EA1;
    margin-top: -36px;
    margin-right: 24px;
    cursor: pointer;
}
#show_password {
    opacity: 1;
}

#hide_password {
    opacity: 0;
}

#show_password2 {
    opacity: 1;
}

#hide_password2 {
    opacity: 0;
}



.code {
    display: block;
    height: 50px;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    min-width: 0;
}



.code_form {
padding: 1vh;
border-radius: 4px;
max-width: 400px;
background: #fff;
}

.bready-divider {
    width: 30%;
    height: 2px;
    background-color: #EAF1F5;
    margin-top: 10px;
    margin-left: -25px;
    margin-right: -25px;
}

.bready-divider-passed {
    background-color: #024B78;
}


.breadcrumb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: smaller;
    flex-direction: row;
}

.bready-passed{
    cursor: pointer;
    fill: #024B78;
    color: #024B78;
}

.bready-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: visible;
    width: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.circle-step{
    width: 25px;
    height: 25px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    color: #ffffff;
}

.circle-active path{
    cursor: pointer;
    fill: #2DABCE;
}

.breadcrumb-item{
    text-decoration: none;
    color: #8B8EA1;
    text-align: center;
    width: 120px;
}


.breadcrumb-item.active {
    text-decoration: none;
    color: #024B78;
    text-align: center;
}

.bready-active {
text-decoration: none;
color: #024B78;
text-align: center;
}

.bready-active a{
text-decoration: none;
}

.bready-passed, .circle-passed path{
    cursor: pointer;
    fill: #024B78;
    color: #024B78;
}

.checkout_page {
    width: 100%;
    margin-top: 100px;
    margin: 0px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}
.checkout_left {
    width: 69%;
    height: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 32px;
    border: 2px solid #EAF1F5;
    min-width: 350px;
}

.checkout_right {
    width: 30%;
    height: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 32px;
    border: 2px solid #EAF1F5;
    min-width: 280px;
}

.checkout_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.checkout-product {
    height: 20vh;
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 32px;
}

.checkout-product-icon{
    height: 100%;
    width: 20vh;
}

.checkout-product-details{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout-product-price {
    height: 100%;
    width: 15%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.checkout-product-quantity {
    display: flex;
    flex-direction: row;
}

.checkout_subtotal {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.background_checkout {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: -100;
    background-color: #F5F8FA;
}


.checkout_product_empty {
    display: flex;
    flex-direction: column;
}

.empty_cart {
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.empty_cart svg{
    object-fit: contain;
    height: 100%;
    width: 100%;
    opacity: 0.75;
}

#checkout {
    margin-bottom: 150px;
}

.checkout_payment {
    width: 70%;
    height: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 32px;
    border: 2px solid #EAF1F5;
    min-width: 350px;
}

.checkout_card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.input-group, .input-bottom-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 47%;
    min-width: 280px;
}

.small {
    width: 47%;
    min-width: 100px;
}


.input-group-text {
    border-radius: 10px;
    height: 50px;
    margin-top: 32px;
}



.card-form-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

.checkout_card_buttons {
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

.button {
    width: 47%;
    margin: 0px;
    margin-top: 32px;
    min-width: 280px;
}

.btn-h {
    width: 47%;
    margin: 0px;
    margin-top: 32px;
    min-width: 280px;
  }




@media only screen and (max-width: 1000px) {

.checkout_left {
    width: 100%;
}

.checkout_right {
    width: 100%;
}
}



.btn {
    display: inline-block;
    padding:8px 16px 8px 16px;
    border-radius:  8px;
    transition: ease-in-out 200ms;
    font-weight: 400;
  }
  .btn:hover {
    transition: ease-in-out 200ms;
    font-weight: 400;
  }
  
  .btn:focus {
    box-shadow: 0 0 0 0rem #ffffff00;
  }
  
  .btn-primary {
    color: white;
    background-color: #2DABCE;
    border: 2px solid #2DABCE;
  }
  .btn-primary:hover {
    color: white;
    background-color: #187BA3;
    border: 2px solid #187BA3;
  }
  
  .btn-secondary {
    color: white;
    background-color: #8B8EA1;
    border: 2px solid #8B8EA1;
  }
  .btn-secondary:hover {
    color: white;
    background-color: #000342;
    border: 2px solid #000342;
  }
  
  .btn-success {
    color: white;
    background-color: #4EAE34;
    border: 2px solid #4EAE34;
  }
  .btn-success:hover {
    color: white;
    background-color: #224F17;
    border: 2px solid #224F17;
  }
  
  .btn-info {
    color: white;
    background-color: #024B78;
    border: 2px solid #024B78;
  }
  .btn-info:hover {
    color: white;
    background-color: #000342;
    border: 2px solid #000342;
  }
  
  .btn-danger {
    background-color: #E14027;
    color: #ffffff;
    border: 2px solid #E14027;
  }
  .btn-danger:hover {
    background-color: #6C1B0F;
    color: #ffffff;
    border: 2px solid #6C1B0F;
  }
  
  .btn-warning {
  background-color: #FFC225;
  color: #ffffff;
  border: 2px solid #FFC225;
  }
  .btn-warning:hover {
  background-color: #8F6400;
  color: #ffffff;
  border: 2px solid #8F6400;
  }
  
  .btn-light {
  background-color: #EAF1F5;
  color: #1E1F2C;
  border: 2px solid #EAF1F5;
  }
  .btn-light:hover {
  background-color: #8B8EA1;
  color: #ffffff;
  border: 2px solid #8B8EA1;
  }
  
  .btn-dark {
  background-color: #1E1F2C;
  color: #ffffff;
  border: 2px solid #1E1F2C;
  }
  .btn-dark:hover {
  background-color: #0D0F2E;
  color: #EAF1F5;
  border: 2px solid #0D0F2E;
  }
  
  .btn-link {
  text-decoration: none;
  color: #024B78;
  background-color: #ffffff00;
  }
  .btn-link:hover {
  text-decoration: none;
  color: #2DABCE;
  background-color: #ffffff00;
  }
  
  .btn-primary.disabled {
  opacity: .75!important;
    color: white;
    background-color: #2DABCE;
    border: 2px solid #2DABCE;
  }
  .btn-secondary.disabled {
  opacity: .75!important;
    color: white;
    background-color: #8B8EA1;
    border: 2px solid #8B8EA1;
  }
  .btn-success.disabled {
  opacity: .75!important;
    color: white;
    background-color: #4EAE34;
    border: 2px solid #4EAE34;
  }
  .btn-info.disabled {
  opacity: .75!important;
    color: white;
    background-color: #024B78;
    border: 2px solid #024B78;
  }
  .btn-danger.disabled {
  opacity: .75!important;
    background-color: #E14027;
    color: #ffffff;
    border: 2px solid #E14027;
  }
  .btn-warning.disabled {
  opacity: .75!important;
  background-color: #FFC225;
  color: #ffffff;
  border: 2px solid #FFC225;
  }
  
  .btn-light.disabled {
  opacity: .75!important;
  background-color: #EAF1F5;
  border: 2px solid #EAF1F5;
  color: #1E1F2C;
  
  }
  
  .btn-dark.disabled {
  opacity: .75!important;
  background-color: #1E1F2C;
  border: 2px solid #1E1F2C;
  color: #ffffff;
  }
  
  .btn-link.disabled {
  opacity: .75!important;
  text-decoration: none;
  color: #2DABCE;
  }
  
  .btn-outline-primary {
    color: #2DABCE;
    background-color: #ffffff;
    border: solid 2px #2DABCE;
  }
  .btn-outline-secondary {
    color: #8B8EA1;
    background-color: #ffffff;
    border: solid 2px #8B8EA1;
  }
  .btn-outline-success {
    color: #4EAE34;
    background-color: #ffffff;
    border: solid 2px #4EAE34;
  }
  .btn-outline-info {
    color: #024B78;
    background-color: #ffffff ;
    border: 2px solid #024B78;
  }
  .btn-outline-danger {
    background-color: #ffffff;
    color: #E14027;
    border: 2px solid #E14027;
  }
  .btn-outline-warning {
  background-color: #ffffff;
  color: #FFC225;
  border: 2px solid #FFC225;
  }
  
  .btn-outline-light {
  border: 2px solid #EAF1F5;
  color: #EAF1F5;
  background-color: #ffffff;
  }
  
  .btn-outline-dark {
  border: 2px solid #1E1F2C;
  color: #1E1F2C;
  background-color: #ffffff;
  }
  
  .btn-outline-link {
  text-decoration: none;
  color: #2DABCE;
  }
  
  .btn-outline-primary:hover {
    color: white;
    background-color: #2DABCE;
    border: 2px solid #2DABCE;
  }
  
  .btn-outline-secondary:hover {
    color: white;
    background-color: #8B8EA1;
    border: 2px solid #8B8EA1;
  }
  
  
  .btn-outline-success:hover {
    color: white;
    background-color: #4EAE34;
    border: 2px solid #4EAE34;
  }
  
  .btn-outline-info:hover {
    color: white;
    background-color: #024B78;
    border: 2px solid #024B78;
  }
  
  .btn-outline-danger:hover {
    background-color: #E14027;
    color: #ffffff;
    border: 2px solid #E14027;
  }
  
  .btn-outline-warning:hover {
  background-color: #FFC225;
  color: #ffffff;
  border: 2px solid #FFC225;
  }
  
  .btn-outline-light:hover {
  background-color: #EAF1F5;
  color: #1E1F2C;
  border: 2px solid #EAF1F5;
  }
  
  .btn-outline-dark:hover {
  background-color: #1E1F2C;
  color: #ffffff;
  border: 2px solid #1E1F2C;
  }
  
  .btn-check:checked+.btn-primary{
  background-color: #96D5E7;
  color: #ffffff;
  border: 2px solid #96D5E7;
  }
  .btn-primary:active  {
  background-color: #187BA3;
  color: #ffffff;
  border: 2px solid #187BA3;
  }
  .btn-check:focus+.btn-primary{
  background-color: #187BA3;
  color: #ffffff;
  border: 2px solid #187BA3;
  box-shadow: 0 0 0 0rem #ffffff00;
  }
  
  .btn-check:checked+.btn-outline-primary {
  background-color: #2DABCE;
  color: #ffffff;
  border: 2px solid #2DABCE;
  }
  
  .btn-outline:active {
  background-color: #187BA3;
  color: #ffffff;
  border: 2px solid #187BA3;
  }
  .btn-check:focus+.btn-outline-primary{
  background-color: #187BA3;
  color: #ffffff;
  border: 2px solid #187BA3;
  box-shadow: 0 0 0 0rem #ffffff00;
  }
  
  .btn-lg {
    border-radius: 1.5vh;
  }
  
  
  a {
    color: #024B78;
    text-decoration: none;
  }
  
  a:hover {
    color: #2DABCE;
    text-decoration: none;
  }
  
  
  
  
  