body{
    background-color:#f2f6fc;
    color:#69707a;
    }
    .img-account-profile {
        height: 10rem;
    }
    .rounded-circle {
        border-radius: 50% !important;
    }
    .card {
        box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
    }
    .card .card-header {
        font-weight: 500;
    }
    .card-header:first-child {
        border-radius: 0.35rem 0.35rem 0 0;
    }
    .card-header {
        padding: 1rem 1.35rem;
        margin-bottom: 0;
        background-color: rgba(33, 40, 50, 0.03);
        border-bottom: 1px solid rgba(33, 40, 50, 0.125);
    }
    .form-control, .dataTable-input {
        display: block;
        width: 100%;
 /*  padding: 0.875rem 1.125rem;  */
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1;
        color: #69707a;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #c5ccd6;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.35rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    .nav-borders .nav-link.active {
        color: #0061f2;
        border-bottom-color: #072045;
    }
    .nav-borders .nav-link {
        color: #042f6b;
        border-bottom-width: 0.125rem;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1rem;
        margin-right: 1rem;
    }


    .img-account-profile {
        border-radius: 50%;  
        width: 160px;
        height: 160px;
        object-fit: cover;
      }

      .rounded-circle {
        border-radius: 50% !important;
      }

      .text-left {
        text-align: left;
    }
    

    .select-form-background {
        background-color: rgb(250, 250, 250) !important;
      }
    

      .underline a {
        text-decoration: underline;
    }
    


    @keyframes flash {
        0%, 50% {
            background-color: #28a745; /* Green color for success */
        }
        100% {
            background-color: #fff; /* Fade to white */
        }
    }
    
    .flash {
        animation: flash 1s linear;
    }
    

    .list-unstyled {
        text-align: left;
    }

    .custom-button-sm {
        font-size: 10px;  /* Control the font size */
        padding: 2px 10px; /* Control the padding */
    }

    
    .custom-button {
        font-size: 10px;  /* Control the font size */
        padding: 2px 10px; /* Control the padding */
    }



/*  ACCORDION INDICATORS  
============================================================================================= */
/* Hide the default arrow */
.accordion-button::after {
    display: none;
}

.indicator {
    position: absolute;
    right: 25px;
    font-weight:normal;
}
.button-text {
    margin-right: 3em; /* Adjust as needed */
}






/*  WIZARD NAV
============================================================================================= */
.round-tab {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  
  .connecting-line {
    flex-grow: 1;
    height: 2px;
    background-color: #ccc;
  }

  .step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-label {
    font-size: 12px;
    margin-bottom: 5px;
}

.step-title {
    font-size: 12px;
    margin-top: 5px;
}
