/* Add this to your custom CSS file or within a <style> tag in your Blade template */
body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.container {
    padding-right: 0; /* Remove padding */
    padding-left: 0; /* Remove padding */
}

.row {
    margin-right: 0; /* Remove right margin */
    margin-left: 0; /* Remove left margin */
}
.img-preview {
    position: relative;
}

.remove-image {
    position: absolute;
    top: -16px;
    right: 10px;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    line-height: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    z-index: 10;
}

.crossbtn{
    background: red;
    border-radius: 7px;
    border: none;
    color: white;
}
.navbar-vertical .navbar-brand img {
    height: 2.875rem !important;
}
.table-bordered {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    width: 100%;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}
.table-light {
    background-color: #f8f9fa;
}

.input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
  }
  
  .input-group > .intl-tel-input.allow-dropdown > .flag-container {
      z-index: 4;
  }
  
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
      }
  }
  .label{
    font-weight: bold;
  }
  .form-check-input{
    position: absolute;
    width: 47px !important;
    margin-top: -5.7rem !important;
    margin-left: -1.5rem !important;
  }
  .form-check-inputs{
    position: absolute;
    width: 30px !important;
    margin-top: 0.3rem !important;
    margin-left: -1.5rem !important;
  }
  .labelstart{
    margin-inline-start: 10px !important;
  }
 
