/* Import Stylesheets */
@import url('ct_text.css');
@import url('ct_layout.css');
@import url('ct_alerts.css');
@import url('ct_buttons.css');
@import url('ct_forms.css');
@import url('ct_grid.css');
@import url('ct_icons.css');
@import url('ct_tables.css');
@import url('ct_mobile.css');

/* Global Styles */
body {
  background-color: #efefef;
}

.odd{
  background-color: #ffffff !important;
}

.credit-brief li p{
  padding: 0px;
  margin: 0px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}


.t3-logo{
  width: 70px;
}

.t3-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.t3-header h6{
font-weight: 800;
margin-top: 20px;
}

.feedback-button{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
  background-color: #757575;
  border: #666 !important;
}

.ct_mobile-logo {
  display: none;
}

.badge {
  padding: 5px;
}

/* Login Styles */
.ct_welcome_login {
  margin-top: 200px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  filter: drop-shadow(2px -1px 10px #b0b0b0);
}

.ct_shadow_wrapper {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}

.ct_login_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
}

.ct_login_wrapper h3 {
  padding-top: 30px;
}

.ct_login_wrapper form {
  padding: 40px;
}

/* Mein Registration Form */
.ct_register_canvas {
  color: #003166;
}

.ct_register_form {
    background-color: #003166;
    background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(84, 84, 84, 0.8)), url('../assets/photos/ct_register_background.jpg');
    /* Provide correct URL */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
}

.ct_register_form h1 {
  color: #ffffff;
  font-weight: 700;
  border-left: 6px solid #DDA924;
  padding-left: 10px;
  margin-bottom: 20px;
}

.ct_register_form_group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.ct_register_form_group p {
  width: 60%;
  text-align: center;
}

.ct_register_form_group .ct_actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.ct_schedule_actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  width: 100%;
}

/* Register Styles */
.ct_register {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #003166;
    padding: 20px;
    gap: 30px;
    background-color: #003166;
    background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(84, 84, 84, 0.8)), url("../assets/photos/ct_bg_image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ct_register h3 {
  color: #fff;
  line-height: 28px;
  border-left: 7px solid;
  border-color: #DDA924;
  padding-left: 10px;
}

.ct_register .ct_credits {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  width: 80%;
}

.ct_register .register_wrapper_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.ct_my_profile {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

.ct_my_profile .btn-primary {
  min-width: 130px;
}

.faq-styles .btn{
  padding: 0px;
  margin-bottom: 0px;
  font-weight: 800;
  color: #000;

}

/* Box Styles */

.ct_content_box_transparent {
  border: none;
  background-color: #ffffff00;
  filter: drop-shadow(1px 0px 5px rgb(217, 217, 217));
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;

}

.ct_content_box {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  filter: drop-shadow(1px 0px 5px #d9d9d9);
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.ct_content_box h6 {
  vertical-align: middle;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Table Styles */
.ct_table_responsive {
  font-size: 12px;
}

/* Title Layout Styles */
.ct_main_dashboard {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  flex-direction: row;
}

.ct_tile_box {
  display: flex;
  flex: 1;
  border: 1px solid #e7e7e7;
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: stretch;
  filter: drop-shadow(2px -1px 4px #b0b0b0);
}

.ct-hero-content-title {
    background-color: #003166;
    background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(84, 84, 84, 0.8)), url("../assets/photos/hero_dashboard_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
}


.ct-hero-content-title h5 {
  color: #fff;
}


.ct_counter {
  font-size: 45px;
  font-weight: 700;
}

.ct_copy {
  margin-bottom: 5px;
  overflow: hidden;
  height: 60px;
}

.ct_copy p {
  font-size: 12px;
}

.ct_title_icon {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ct_introduction_blurb h1 {
  font-size: 30px;
  color: #666;
}

.ct_introduction_blurb p {
  font-size: 16px;
  color: #666;
}

.ups-style {
  background-color: #7E5845 !important;
  color: #fff !important;
}

.ups-style-alert{
  background-color: #7E5845 !important;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}

/* Program card simplify */


.table_ct {
  background-color: #fff;
}

.table_ct tr td {
  background-color: #fff;
  font-size: 14px;
}

.ct_nav_actions {
  display: flex;
}

.ct_nav_actions img {
  width: 20px;
  height: auto;
}

.ct_details_address_serve {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
  border-top: 1px solid #e7e7e7;

}

.ct_program_details_actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top:1px solid #e7e7e7 ;
}

.ct_program_details_actions a {
  min-width: 120px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}

.ct_program_details_ups {
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.ct_card_details_wrapper_side_bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;

}

.ct_program_details_ups p {
  padding: 1px;
  margin: 0px;
}

/* .ct_program_details_actions p {
  margin: 0px;
  padding: 0px;
} */

.ct_program_details_header {
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.program_id {
  background-color: #f6f6c5;
  color: #333;
}

#collapseThree {
  background-color: #fff;
}

.program_id p {
  margin-bottom: 5px;
  border-bottom: 1px dashed #888;
  font-size: 14px;
}

.program_id p strong {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 800;
}

.ct_program_details_payment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e7e7e7;
}

.ct_program_details_payment h4 {
  color: #000;
}

.ct_program_details_payment .col p {
  padding: 0px;
  margin: 0px;
}


.ct_payment_on_file {
  display: flex;
  gap: 10px;
}


.ct-hero-content-title h1 {
  color: #fff;
}

/* Meta Nav - menu / general items */
.navbar-header {
  display: flex;
  font-size: 15px;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.ct_user_header label {
  display: inline-block;
  margin-bottom: 0rem;
  font-weight: 600;
  color: #666;
  font-size: 12px;
}

.ct_user_header i {
  margin-top: 10px;
}

/* Responsive table notes */
.ct_notes span {
  background-color: red;
  border: 1px solid red;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 3px 7px 0px 7px;
  text-align: center;
  display: inline;
  font-size: 12px;
}

/* Wrapper Styles */
#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  display: flex;
  top: 0;
  z-index: 1000;
  position: fixed;
  left: 260px;
  width: 0;
  height: 100%;
  margin-left: -260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  transition: all 0.5s ease;
  filter: drop-shadow(4px 0px 7px #949494);
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
}

#wrapper.toggled #sidebar-wrapper {
  width: 260px;
}


.logo-container {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

.logo {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.logo img {
  max-width: 100%;
  max-height: auto;
}

.logo-placeholder {
  color: #999;
  font-weight: 700;
  font-size: 22px;
}

.mb-3 {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.sidebar-brand .logo.logoPreview .logo-placeholder {
  border: none;
}

.sidebar-brand .logo.logoPreview {
  border: none;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}


#sidebar-toggle {
  display: flex;
  font-size: 13px;
}

.sidebar-nav {
  width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav>li {
  text-indent: 13px;
}

.sidebar-nav a.nav-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #e7e7e7;
}

.sidebar-nav>li a {
  text-decoration: none;
  color: #000000 !important;
  font-weight: 600;
  font-size: 15px;
}

.sidebar-nav>li>a:hover,
.sidebar-nav>li.active>a {
  text-decoration: none;
  color: 003166;
  background: #eee;
}

/* footer sidebar */
/* 
.sidebar-footer-nav {} */

ul.sidebar-footer-nav li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 5px;
}

ul.sidebar-footer-nav li a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-left: 15px;
}

.sidebar-footer-nav .badge {
  margin-left: -5px;
}


#navbar-wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
  position: fixed;
  margin-right: -260px;
}

#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #ffffff;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
}

#navbar-wrapper .navbar a {
  color: #757575;
}

#navbar-wrapper .navbar a:hover {
  color: #F8BE12;
}

#content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  top: 100px;
}

#wrapper.toggled #content-wrapper {
  position: fixed;
  margin-right: -260px;
  top: 40px;
}

@media (min-width:992px) {

  #wrapper {
    padding-left: 260px;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #sidebar-wrapper {
    width: 260px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 50px;
  }

    #wrapper.toggled #navbar-wrapper {
        position: fixed;
        margin-right: -190px;
        margin-left: 15px;
        padding-right: 75px;
    }

  #wrapper.toggled #content-wrapper {
    position: fixed;
    margin-right: -190px;
    top: 40px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: fixed;
    margin-right: 60px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #wrapper {
    padding-left: 60px;
  }

  #sidebar-wrapper {
    width: 50px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: fixed;
    margin-right: -260px;
  }

  #wrapper.toggled #content-wrapper {
    position: fixed;
    margin-right: -260px;
    top: 40px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 260px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: fixed;
    margin-right: 260px;
  }
}

@media (max-width:767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 260px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: fixed;
    margin-right: -260px;
  }

  #wrapper.toggled #content-wrapper {
    position: fixed;
    margin-right: -260px;
    top: 40px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 260px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: fixed;
    margin-right: 260px;
  }
}

@media (max-width:540px) {
  .ct_welcome_login {
    margin-top: 20px;
  }
}

/* Password validation */

.is-valid {
  border-color: #28a745 !important;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.password-strength {
  height: 5px;
}

.strength-weak {
  width: 33%;
  background-color: #dc3545;
}

.strength-moderate {
  width: 66%;
  background-color: #ffc107;
}

.strength-strong {
  width: 100%;
  background-color: #28a745;
}

/* Popover helper */
.ct_popover_helper {
  border: 1px solid #e5f75c;
  background-color: #f1ef9b;
  width: 150px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  /* min-height: 200px */
  margin-top: 0px;
  margin-right: 10px;
  /* filter: drop-shadow(2px -1px 4px #d4d4d4); */
}

.ct_popover_helper h6 {
  font-size: 16px;
}

.ct_popover_helper p {
  font-size: 11px;
}

.ct_confirmation_schedule p.card-text{
  margin:0px;
}

.ct_confirmation_schedule .card-body{
  background-color:#f1ef9b;
}


/* Error handling when creating a new schedule */

.ct_address_card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #e7e7e7;
  padding: 18px;
}

#previousAddressCard {
  background-color: #f6f6f6;
  flex: 1;
  padding: 9px;
  border-radius: 8px;
  border: 1px dotted #666;
  width: 290px;
}

#previousAddressCard p {
  font-size: 12px;
  margin: 3px;
}

#previousAddressCard p span {
  font-weight: 600;
}

/* .step-card {
  display: none;
} */

.step-card.active {
  display: block;
}

.step-card form label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

.error-field {
  border-color: red;
}

/* Steps indicator */

.step-indicators {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background-color: #e8e8e8;
}

.step-indicators {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

.step-indicator {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #8f8f8f;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 8px;
  padding: 5px;
}

.step-indicator h3 {
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase !important;
}

.step-indicator p {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.step-indicator.active {
  color: #fff;
  background-color: #DDA924;
}

.ct_content_modal {
  padding: 30px;
}

.ct_shpping_time_confirmation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.ct_shpping_time_confirmation * {
  margin-bottom: 0px;
  padding: 10px;
  font-weight: 600;
}


.ct_date_picker {
  display: flex;
}


.ct_st {
  flex-grow: 1;
}

.ct_en {
  flex-grow: 1;
}

.ct_nt {
  text-align: center;
}


.ct_flex_item .form-group label {
  font-weight: 600;
}



/* Card Styling compilation  */

.ct_program_card_side .card-header .btn {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
}

.ct_global_side_card_style .card-header .btn {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #333;
}

.ct_global_side_card_style .card {
  margin-bottom: 10px;
}


.ct_global_content_card_style .card {
  margin-bottom: 10px;
}

.ct_global_side_card_style .card .card-header {
  margin: 0px;
  background-color: #fff;
}

.ct_global_content_card_style .card .card-header {
  margin: 0px;
  background-color: #fff;
}

.ct_global_content_card_style .card .card-header h5 button {
  margin: 0px;
  color: #333;
  font-weight: 600;
}

/* Card payment area */
.ct_program_details_payment {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.ct_program_details_payment .payment-status{
  flex: 3;
}

.ct_program_details_payment .payment-amount {
flex:2;
text-align: right;
}

.ct_program_details_payment .payment-amount h4 {
  margin: 0px;
  font-size: 27px;
  font-weight: 700;
}

.ct_program_details_payment .payment-amount p {
  margin: 0px;
}

.ct_program_details_actions .badge{
margin: 0px;
}

.ct_program_details_actions .btn-primary{
  color: #000;
}

.original-balance{
  background-color: #333 !important;
}

.available-balance {
  background-color: #62AA2A !important;
}

.consumed-balance {
  background-color: white !important;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}

.initial-balance {
  background-color: white !important;
  box-shadow: 
  rgba(0, 0, 0, 0.35) 0px -45px 30px -25px inset, /* Abajo, ajustado */
  rgba(0, 0, 0, 0.2) -10px 0px 15px -10px inset, /* Izquierda */
  rgba(0, 0, 0, 0.2) 0px 10px 15px -10px inset,  /* Arriba */
  rgba(0, 0, 0, 0.1) 10px 0px 15px -10px inset;  /* Derecha */


}

.text-initial {
  color: black !important;
}



.admin-card{
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  filter: drop-shadow(2px 5px 14px #a1a1a1);
  background-color: #ffffff;
  padding-top: 20px;
}

.modal-card-ui{
  background-color: #e7e7e7;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px;
}

.card-search{
  padding: 20px;
  background-color: #e7e7e7;
}

.payment-card{
  border: 1px solid #e7e7e7;
  background-color: #efefef;
  border-radius: 6px;
  padding: 10px;
}

.card_po_balance{
padding: 20px;
background-color: #28a745;
border-radius: 6px;

}

.card_po_balance label{
  font-size: 40px;
  color:#ffffff;
  font-weight: 800;
  }

  .card_po_balance label span{
    font-size: 14px;
    font-weight: 500;
    color:#ffffff;
    }

.ct_compny_file{
  padding: 20px;
  border-radius: 8px !important;
}

.card_po_balance label {
  display: flex;
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.card_po_balance {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

/* My program schedule cart */

.ct_program_cart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 10px;
  margin-right: 10px;
}

.ct_program_cart p{
  padding: 10px;
  border: 1px solid #e7e7e7;
  gap: 5px;
  background-color: #fff;
}

.ct_additional_services {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  align-content: center;
}

  /* Customize carousel styling */
  .carousel-item img {
    width: 100%;
    height: auto;
  }


.products-catalog{
  display: flex;
  padding: 20px;
  gap:10px;

}

.card-order{
  width: 200px;
}


.ct-schedule-actions {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  gap:10px;
}


.ct-order-preview{
  font-size: 12px;
  margin-bottom: 10px;
  filter: drop-shadow(1px 0px 5px #d9d9d9);
}

.ct-order-preview .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.25rem;
  background-color: rgba(255, 255, 255, 0);
}

.ct-order-preview ul li{
  padding: 5px;
  font-size: 12px;
}

.ct-color-preview{
  background-color: #f5f5f5;
}

.schedule-program-canvas{
  padding:20px;
}

/* .ct-checkout {} */

.checkout-details-rec {
  min-width: 300px;
  float: right;
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  background-color: #fffdb5;
  padding: 15px;
  border: 1px solid #bfbc74;
  border-radius: 6px;
}

.checkout-details-rec p {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
padding-bottom: 10px;
}

.checkout-details-rec h5{
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;

}

.checkout-details-rec h4{
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;

}

.checkout-details-rec h3{
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;

}


.ct-checkout .card {
  /* width: 100%; */
  filter: drop-shadow(1px 0px 5px #d9d9d9);
  padding: 0px;
  margin: 0px;
}


.receipt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fffdb5;
  padding: 15px;
  border: 1px solid #bfbc74 ;
}

.receipt .top-rec p{
  border-bottom: 1px dotted #666;
}


.bottom-rec {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  border-radius: 6px;
}

.bottom-rec p {
padding: 0px;
margin: 0px;
}



.d-flex.justify-content-between {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}


.ct-card-form{
  display: flex;
  gap:10px;
}

.ct-order-preview-due p{
  border-bottom: 1px solid #e7e7e7;

}

.ct-card-layout{
  display: flex;
  width: 100%;
}

.ct-confirmation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.ct-receipt-final p{
  border-bottom: 1px solid #e7e7e7;
}

.ct-full-w{
  width: 100%;
}

.ct-small-button{
  font-size: 12px;
  margin-top: 10px;
}


/* modal z-index update */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}


.tech-payment .payment-card{
  margin-right: 4px;
  margin-bottom: 4px;
}