.wg_red {
    font-size: 12px;
    color: red;
}

.wg_required {
    color: red;
    font-size: 12px;
    margin-top:4px;
}

.divFor {
    cursor: pointer;
}

.wg_required_border {
    border: 1px solid red !important;
}

.form-control, .form-select {
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    padding: 5px 7px;
    color: #000;
}
.form-control:disabled, .form-select:disabled {
    background-color: #eaeaea;
}
.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 2px !important;
}

.action-button {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
    background: #FFF;
    border: 1px solid #D5D9D9;
    font-size: 13px;
    height: 31px;
    padding: 5px 11px 0 11px;
    text-align: center;
    font-weight: 400;
    color: #0F1111;

    :hover {
        background-color: #F7FAFA;
        border-color: #D5D9D9;
    }
}
.action-button svg {
    height:18px;
    width: 18px;
    
}
.action-button.text-primary svg {
    stroke: #2ED8B6;    
}
.cursor-pointer {
    cursor: pointer;
}

.wg-note {
    background: #eaeaea;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    padding: 5px 10px;
}

.wg-note span {
    font-weight: 600;
    font-size: 14px;
}

.option-panel {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
}

.option-panel form {
    display: flex;
}

.modal-header .close {
    border: none;
}

.page-header-title {
    position: relative;
}

td {
    padding: 8px 10px !important;
}

.doctor-timeslot-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.doctor-timeslot-nav .wg-horizontally-scrollable-div {
    width: 820px;
}

.doctor-timeslot-nav .wg-horizontally-scrollable-div button:first-child {
    margin-left: 20px;
}

.wg-timeslot-panel {
    margin-top: 15px;
}

.timeslot-for {
    cursor: pointer;
}

.wg-timeslot-nav-link {
    border: 1px solid #eaeaea !important;
    margin-right: 10px;
}

.option-panel form .add-new {
    width: 200px;
    display: block;
    margin-left: 5px;
}

.option-panel form .download-report {
    width: 200px;
    display: block;
    margin-left: 5px;
}

.option-panel form .download-payment-report {
    width: 300px;
    display: block;
    margin-left: 5px;
}

.option-panel form .advanced-search {
    width: 250px;
    display: block;
    margin-left: 5px;
}

.timeslot-container {
    display: flex;
    margin-bottom: 12px;
    border: 1px solid #666;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.timeslot-container .timeslot-first-column {
    width: 40px;
    padding: 12px 12px;
}

.timeslot-container .timeslot-second-column {
    padding: 10px 12px;
    border-radius: 5px;
}

.wg-timeslot-nav-link {
    color: #000;
}

.bg-gray {
    background-color: #eaeaea;
}

.wgActionPanel {}

.login-with-otp {
    font-size: 12px;
}

.wg-booking-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.wg-booking-overlay>div {
    position: relative;
    height: 100%;
}

.wg-booking-overlay>div>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.appointment-form h3 {
    padding: 0 0;
    margin: 0 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #46C24B;
    padding-bottom: 4px;
}

@media screen and (max-width: 1240px) {
    .page-header-title .option-panel {
        position: relative;
    }

    .option-panel form {
        display: block;
        margin-top: 10px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-left: 10px;
        margin-top: 10px;
    }

    .option-panel form input[type="text"] {
        display: block;
        width: 100%;
    }

    .option-panel form .add-new {
        width: 100%;
        display: block;
        margin-top: 5px;
        margin-left: 0px;
    }

    .option-panel form .download-report {
        width: 100%;
        display: block;
        margin-top: 5px;
        margin-left: 0px;
    }

    .option-panel form .advanced-search {
        width: 100%;
        display: block;
        margin-top: 5px;
        margin-left: 0px;
    }
}

.wg-timeslot-disabled {
    background-color: #f6f6f6!important;
    cursor: not-allowed!important;
}

.wg-timeslot-selected {
    border:2px solid #0087cf!important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #2ed8b6;
    color: #000;
    padding: 4px 6px;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.dropbtn i {
    transition: all 0.3s ease-in-out;
}

.dropbtn:hover {
    background-color: #7af8df;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 4px;
    z-index: 1;
    border-radius: 4px;
}

.dropdown-content a {
    color: black;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
    border: 1px solid #f3f3f3;
    text-align: left;
    font-size: 11px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown.show .dropdown-content {
    display: block;
}

.rotated {
    transform: rotate(180deg);
}

/* Breadcrumb Styles */
.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 0;
    margin: 0 0;
    justify-content: end;
  }

  .breadcrumb li {
    display: flex;
    align-items: center;
  }

  .breadcrumb li + li::before {
    content: "›";
    padding: 0 8px;
    color: #888;
  }

  .breadcrumb a {
    text-decoration: none;
    color: #3498db;
    transition: color 0.2s ease;
  }

  .breadcrumb a:hover {
    color: #21618c;
  }

  .breadcrumb .active {
    color: #555;
    pointer-events: none;
    cursor: default;
  }

  .wg-button-group {position:relative;}
  .wg-button-group button {position: absolute;right: 0;top: 50%;background: #ccc;border: 1px solid red;transform: translateY(-50%);padding: 5px 15px;border: 1px solid #9c9c9c;color:#000;font-weight: 400;}
  .wg-button-group button:hover {background-color: #4099ff;color: #fff;border: 1px solid #4099ff;}
  
  .cursor-pointer {cursor: pointer;}

  .wg-dynamic-dropdown {position:relative;}
  .wg-dynamic-dropdown .wg-dynamic-dropdown-list {position:absolute;left: 0;top:100%;display: none;width: 100%;border:1px solid #eaeaea;box-shadow: 1px 1px 10px #eaeaea;z-index: 1;background: #fff;}
  .wg-dynamic-dropdown .wg-dynamic-dropdown-list > div {border-bottom:1px solid #eaeaea;padding:5px 10px;cursor: pointer;}
  
  .vertical-collpsed .navbar-brand-box {width: 240px !important;}

  .light-font {font-weight: 500;}

  table tr {vertical-align: middle !important;}

  