@font-face {
  font-family: BebasNeue-Regular;
  src: url("../fonts/BebasNeue-Regular.ttf");
}
/*------- Top Buttons ----------v */

  .top-buttons {
    width: 80%;
    margin: 0 auto;
  }

  .top-buttons>div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-buttons > div > a {
 text-decoration: none;
 width: 100%;
  }

  .top-btn-wrapper {
    text-align: center;
    background: linear-gradient(297deg, #1B609D 0%, #1B609D 100%);
    width: 70%;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 14px;
  }

  .top-btn-wrapper:hover {
    scale: 1.1;
    transition: scale 0.3s ease-in-out;
  }

  .top-btn-wrapper.active, .top-btn-wrapper:active {
    background: linear-gradient(180deg, #35353B 0%, #6A6A6D 100%);
    scale: 1.1;
  }

  .top-btn-wrapper h1 {
    font-size: 1rem;
    color: white;
    margin-top: 14px;
  }

  .top-btn-wrapper img {
    height: 44px;
  }
  .addvmeetinputes > div{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
    background: #1B609D  !important;
  }
  /* --------------- Modal ------------ */
  .popup-head {
    border-bottom: none;
    padding-top: 24px;
    margin: 6px 14px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }

  .popup-head h5 {
    font-size: 20px;
    color: #1B609D;
  }

  .popup-head button {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 32%);
    border: 2px solid #eaeaea;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popup-footer {
    gap: 30px;
    margin-top: 10px;
  }

  .popup-footer button {
    box-shadow: 3px 3px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px #FAFBFF;
  }

  .popup-footer button:nth-child(1) {
    background: white;
    border: 1px solid #d8d8d8;
  }

  .popup-footer button:nth-child(2) {
    background: #0F80EF;
    color: white;
  }

  /* -- Modal : input  ---- / */
  .vm-input-container {
    position: relative;
    margin-bottom: 20px;
  }

  .vm-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
  }

  .vm-label {
    position: absolute;
    top: 8px;
    left: 12px;
    /* Adjust left value to align with Bootstrap input padding */
    font-size: 14px;
    color: #777;
    transition: top 0.3s, font-size 0.3s;
    background-color: white;
    padding: 0 5px;
  }

  .vm-input+.vm-label, .vm-input:valid+.vm-label {
    top: -12px;
    font-size: 12px;
    color: #1B609D;
    font-weight: 500;
  }

  .main-wrapper {
    /* background:url(../img/bg-wavelines.svg) no-repeat; */
    background: url(../assets/img/waveline-rotate2.png) no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: 0rem 20rem;
  }


  /* ----------- Table ----------- */
  table.vm-table {
    border: none;
    border-top: 2px solid #0f7fef;
    text-align: center;
  }

  table.vm-table.no-footer {
    border-bottom: none;
  }

  table.vm-table thead th {
    border-bottom: none;
  }

  .vm-table thead tr {
    background: url(../assets/img/tableHeader-bg.png);
    color: white;
    background-size: cover;
  }

  /* Custom styling for pagination */
  .dataTables_wrapper .vm-pagination {
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .custom-search-label{
    position: relative;
  }
  .vmeetdelete-btn{
    padding: 0;
  }
  .dataTables_wrapper .vm-pagination .paginate_button.current {
    border-radius: 6px;
    color: white !important;
    font-weight: 500;
    background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #1B609D;
    background-blend-mode: soft-light, normal;
    box-shadow: 3px 3px 7px 0px rgba(166, 171, 189, 0.65), -5px -5px 10px 0px #FAFBFF;
  }

  .dataTables_wrapper .vm-pagination .paginate_button, .dataTables_wrapper .vm-pagination .paginate_button.disabled {
    border-radius: 6px;
    border: 0.1px solid #FFF;
    background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #FFF;
    background-blend-mode: soft-light, normal;
    box-shadow: 3px 3px 7px 0px rgba(166, 171, 189, 0.65), -5px -5px 10px 0px #FAFBFF;
  }

  .vm-pagination>a, .vm-pagination>span>a {
    margin-right: 8px;
  }

  .custom-search-label>i {
    position: absolute;
    right: 10px;
    top: 10px;
    background: white;
    color: #0f7fef;

  }

  .dataTables_wrapper .dataTables_filter input.tablesearch {
    background: white;
    border-radius: 5rem;
    padding: 6px 10px;
    border: 2px solid #0f7fef;
  }
  .dataTables_wrapper .dataTables_filter input.tablesearch:focus-within {
  outline: none;
  }

  table.vm-table tbody tr {
    background-color: #cdecfb3f;
  }

  .vm-table>tbody>tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0);
  }

  .vm-table tbody {
    background: url(../assets/img/table-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0);
  }

  .vm-table-wrapper {
    border: 3px solid #0D70E8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 3px 3px 7px 0px rgba(166, 171, 189, 0.65);
  }

  .dataTables_wrapper .dataTables_filter {
    float: none;
  }

  .vm-table>tbody>tr>td {
    font-weight: 500;
    font-size: 15px;
    border: none;
    word-wrap: break-word;
  }

  .copyright-footer {
    background: url(../assets/img/tableHeader-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
    margin-top: 2rem;
  }

  .page-wrapper {
    flex: 1;
  }

  .topbutton-wrapper {
    background: url(../assets/img/headerbtn-bg3.png);
    padding: 1.6rem 0;
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 6%) inset, 0px -5px 13px 0px rgb(0 0 0 / 5%) inset;
  }

  .toggle-password {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .passwordmatch {
    font-size: 14px;
    margin-top: 8px;
  }

  .toggle-password i {
    color: #898989;
  }

  /* Header start  */
  .profileoption-btn,.profileoption-btn:focus {
    background: none;
    color: #1B609D;
    border: none;
    font-weight: 500;
    outline: none;
    box-shadow: none;
  }
  .profiledropdown  i {
    margin-right: 6px;
  }
  /* Header End */

  /* for preventing table overflow in modal */
  .modal-table > div{
    max-height: 28rem;
    overflow: auto;
  }
  .title {
    font-weight: 600;
    font-size: 62px;
    letter-spacing: 10px;
}

/* ---- FORGET PASSWORD PAGE ---  */
.forgotpassword-page{
  font-family: BebasNeue-Regular;
}
/* ---- END FORGET PASSWORD PAGE ---  */