/* font-size */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 24px */
/* 30px */
/* 36px */
/* 48px */
/* 60px */
/* 72px */
/* 96px */
/* 128px */
/*------------------------------------*\
  #COMMON
\*------------------------------------*/
.reset-css h1,
.reset-css h2,
.reset-css h3,
.reset-css h4,
.reset-css h5,
.reset-css h6,
.reset-css p,
.reset-css a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.btn__approve {
    padding: 0.2rem;
    background-color: #45c57d;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn__approve:hover {
    background-color: #2a8551;
}

.btn__approved {
    padding: 0.2rem;
    background-color: #e5fbef;
    color: #45c57d;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
    border: 1px solid #45c57d;
}

.btn__approved:hover {
    background-color: #c3ffde;
}

.input__password {
    position: relative;
}
.logo {
    width: 116px;
    height: 110px;
    background-color: none;
}

.input__password i {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: large;
}

.view__btn {
    padding: 0.2rem 0.8rem;
    background-color: #45c57d;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
}

.view__btn:hover {
    background-color: #30945b;
}

.hold__btn {
    padding: 0.2rem 0.8rem;
    background-color: #4b4b4b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
}

.hold__btn:hover {
    background-color: #2b2b2b;
}

.block__btn {
    padding: 0.2rem 0.8rem;
    background-color: #f1ae28;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
}

.block__btn:hover {
    background-color: #c98703;
}

.remove__btn {
    padding: 0.2rem 0.8rem;
    background-color: #f33d3d;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
}

.remove__btn:hover {
    background-color: #db1919;
}

.search__btn {
    height: 3.5rem;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    color: #fff;
    background-color: #4b4b4b;
    transition: 0.2s ease;
}

.search__btn:hover {
    background-color: #2e2e2e;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    margin: 0px !important;
}
.navbar-vertical .nav-item .nav-link {
    border-radius: 0px !important;
}

/*------------------------------------*\
  #MODAL CSS
\*------------------------------------*/
.modal .modal__dropdown {
    background-color: #fff;
    border-radius: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 3rem;
    border: 1px solid #e3e3e3;
    box-shadow: -2px 11px 33px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px 11px 33px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px 11px 33px 0px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.modal .modal__dropdown ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    color: #000;
    max-height: 18rem;
    overflow-y: auto;
}

.modal .modal__dropdown ul li {
    cursor: pointer;
    padding: 0.2rem 0.5rem;
}

.modal .modal__dropdown ul li:hover {
    background-color: #e3e3e3;
}

.modal .close__check__btn .btn__close {
    height: 3rem;
    width: 3rem;
    background-color: #ffdbdb;
    border: 1px solid red;
    border-radius: 5px;
    font-size: larger;
    color: red;
    cursor: pointer;
    transition: 0.2s ease;
}

.modal .close__check__btn .btn__close:hover {
    background-color: #ffbaba;
}

.modal .close__check__btn .btn__check {
    height: 3rem;
    width: 3rem;
    background-color: #b5e2c0;
    border: 1px solid green;
    border-radius: 5px;
    font-size: larger;
    color: green;
    cursor: pointer;
    transition: 0.2s ease;
}

.modal .close__check__btn .btn__check:hover {
    background-color: #a2ecb4;
}

.modal .add__more__btn {
    background-color: #f8f8f8;
    height: 3rem;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    font-size: large;
    align-items: center;
}

.modal .add__more__btn:hover {
    background-color: #ebebeb;
}

/*------------------------------------*\
  #MIXIN
\*------------------------------------*/
/*------------------------------------*\
  #Dashboard
\*------------------------------------*/
.dashboard h2 {
    font-size: 1.875rem;
}

.dashboard__card {
    /* border: 1px solid #3644f9; */
    border: 1px solid #e91e63;
    width: 100%;
    height: 7rem;
    padding: 1rem;
    border-radius: 10px;
    background-color: #e9ebff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dashboard__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    color: #e91e63;
    border: 1px solid #3644f9;
}

.dashboard__card:hover h6,
.dashboard__card:hover p {
    color: #e91e63;
}

.dashboard__card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.dashboard__card:hover::before {
    height: 5px;
}

.dashboard__card a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.dashboard__card h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.dashboard__card p {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.dashboard h2 span {
    font-weight: 600;
}

.dashboard .table__header {
    font-size: 1.875rem;
    font-weight: 600;
    padding: 0.5rem 0;
}

/* Card color */
.icon {
    color: #0b0b17;
    transition: all 0.3s ease-in-out;
    font-size: 34px;
    cursor: pointer;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dashboard__card:hover .icon {
    color: #e91e63;
    transform: scale(1.6);
    text-shadow: 0 4px 8px rgba(233, 30, 99, 0.2);
}

.icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

/* Optional animation for click effect */
.icon:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

.top {
    cursor: pointer;
    color: #000;
}

.top:hover {
    color: #124af3;
}
.top-1 {
    cursor: pointer;
    color: #fbf7f7;
    font-size: 20px;
    font-weight: 500;
}

.radius {
    display: inline-block;
    transition: transform 0.3s ease, border 0.3s ease;
    border: 3px solid transparent;
}

.radius:hover {
    border: 3px solid #e91e63;
    transform: scale(1.8);
}
.radius-button {
    display: inline-block;
    transition: transform 0.3s ease, border 0.3s ease;
    border: 3px solid transparent;
    /* background-color: #111554;
    color: #fff; */
}

.radius-button:hover {
    /* border: 3px solid #e91e63; */
    transform: scale(1.1);
    color: #1f730a;
}
.radius-button-1 {
    display: inline-block;
    transition: transform 0.3s ease, border 0.3s ease;
    border: 3px solid transparent;
    /* background-color: #111554;
    color: #fff; */
}

.radius-button-1:hover {
    /* border: 3px solid #e91e63; */
    transform: scale(1.5);
    color: #1f730a;
}
.radius-button-2 {
    display: inline-block;
    transition: transform 0.3s ease, border 0.3s ease;
    border: 1px solid gray;
    /* background-color: #111554;
    color: #fff; */
}

.radius-button-2:hover {
    /* border: 3px solid #e91e63; */
    transform: scale(1.1);
    color: #1f730a;
}
.radius-table {
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
}

.radius-table:hover {
    transform: scale(1) translateZ(0);
    color: #1f730a;
    filter: drop-shadow(0 5px 15px rgba(31, 115, 10, 0.2));
}

.shadow-xxl {
    box-shadow: 0 5rem 15rem rgba(96, 4, 4, 0.3);
}

/*  */
/*------------------------------------*\
  #Stock Medicine
\*------------------------------------*/
.stock-medicine .dashboard__card {
    border: 1px solid #e91e63;
    width: 100%;
    height: 8rem;
    padding: 1rem;
    border-radius: 10px;
    background-color: #f8f8f8;
}

.stock-medicine .dashboard__card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3644f9;
}

.stock-medicine .dashboard__card p {
    color: #000;
    font-size: 1.875rem;
    font-weight: 300;
}

.stock-medicine .table__header {
    font-size: 1.875rem;
    font-weight: 600;
    padding: 0.5rem 0;
}

.stock-medicine .add__btn {
    background-color: #3644f9;
    color: #fff;
    border: none;
    padding: 0.8rem 4rem;
    border-radius: 8px;
    font-size: 1.125rem;
    transition: 0.2s ease;
}

.stock-medicine .add__btn:hover {
    background-color: #1a29fc;
}

.stock-medicine .table__btn__group {
    margin-bottom: 1rem;
}

.stock-medicine .table__btn__group .btn__group {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.stock-medicine .table__btn__group .btn__group .table__btn {
    padding: 1rem 1rem;
    cursor: pointer;
}

.stock-medicine .table__btn__group .btn__group .table__btn:nth-child(n) {
    border-right: 1px solid #e3e3e3;
}

.stock-medicine .table__btn__group .btn__group .table__btn:nth-last-child(1) {
    border-right: none;
}

.stock-medicine .table__btn__group .btn__group .table__btn.active {
    background-color: #4b4b4b;
    color: #fff;
}

.stock-medicine .table__btn__group .search-box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.stock-medicine .table__btn__group .search-box input {
    width: 100%;
    height: 3.4rem;
    padding: 0 2rem 0 3.5rem;
    border: none;
}

.stock-medicine .table__btn__group .search-box input:focus {
    outline: none;
    border: none;
}

.stock-medicine .table__btn__group .search-box input::placeholder {
    color: #e3e3e3;
}

.stock-medicine .table__btn__group .search-box .search-btn {
    background-color: #fff;
    position: absolute;
    height: 100%;
    color: #e3e3e3;
    width: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--text-2xl);
    border: none;
    color: #4b4b4b;
}

.stock-medicine .table a {
    text-decoration: none;
}

.stock-medicine .table a:hover {
    color: #000088;
}

/* Add these rules to your existing CSS */
.stock-medicine table {
    width: 100%;
    border-collapse: collapse;
}

.stock-medicine table thead tr {
    background-color: #38145a;
}

.stock-medicine table tbody tr {
    transition: all 0.2s ease;
    border-bottom: 1px solid #aba6a6;
}

.stock-medicine table tbody tr:hover {
    background-color: #aba6a6; /* Light red background */
    color: rgb(27, 20, 108) !important;
    cursor: pointer;
}

.stock-medicine table tbody tr:hover td {
    color: rgb(27, 20, 108) !important;
}

.stock-medicine table tbody tr:hover a {
    color: rgb(27, 20, 108) !important;
}

/* table row */
tbody tr:nth-child(even) {
    background-color: #ded8d8 !important;
}

tbody tr:nth-child(odd) {
    background-color: #fff !important;
}

/*------------------------------------*\
  #OPD Distribution
\*------------------------------------*/
.opd-distribution .dashboard__card {
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 8rem;
    padding: 1rem;
    border-radius: 10px;
    background-color: #f8f8f8;
}

.opd-distribution .dashboard__card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3644f9;
}

.opd-distribution .dashboard__card p {
    color: #000;
    font-size: 1.875rem;
    font-weight: 300;
}

.opd-distribution .table__header {
    font-size: 1.875rem;
    font-weight: 600;
    padding: 0.5rem 0;
}

.opd-distribution .add__btn {
    background-color: #3644f9;
    color: #fff;
    border: none;
    padding: 0.8rem 4rem;
    border-radius: 8px;
    font-size: 1.125rem;
    transition: 0.2s ease;
}

.opd-distribution .add__btn:hover {
    background-color: #1a29fc;
}

.opd-distribution .table__btn__group {
    margin-bottom: 1rem;
}

.opd-distribution .table__btn__group .btn__group {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.opd-distribution .table__btn__group .btn__group .table__btn {
    padding: 1rem 1rem;
    cursor: pointer;
}

.opd-distribution .table__btn__group .btn__group .table__btn:nth-child(n) {
    border-right: 1px solid #e3e3e3;
}

.opd-distribution .table__btn__group .btn__group .table__btn:nth-last-child(1) {
    border-right: none;
}

.opd-distribution .table__btn__group .btn__group .table__btn.active {
    background-color: #4b4b4b;
    color: #fff;
}

.opd-distribution .table__btn__group .search-box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.opd-distribution .table__btn__group .search-box input {
    width: 100%;
    height: 3.4rem;
    padding: 0 2rem 0 3.5rem;
    border: none;
}

.opd-distribution .table__btn__group .search-box input:focus {
    outline: none;
    border: none;
}

.opd-distribution .table__btn__group .search-box input::placeholder {
    color: #e3e3e3;
}

.opd-distribution .table__btn__group .search-box .search-btn {
    background-color: #fff;
    position: absolute;
    height: 100%;
    color: #e3e3e3;
    width: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--text-2xl);
    border: none;
    color: #4b4b4b;
}

.opd-distribution .table a {
    text-decoration: underline;
    color: #0000ff;
}

.opd-distribution .table a:hover {
    color: #000088;
}

/* Add these rules to your existing CSS */
.opd-return table {
    width: 100%;
    border-collapse: collapse;
}

.opd-return table thead tr {
    background-color: #38145a;
}

.opd-return table tbody tr {
    transition: all 0.2s ease;
    border-bottom: 1px solid #aba6a6;
}

.opd-return table tbody tr:hover {
    background-color: #aba6a6; /* Light red background */
    color: rgb(27, 20, 108) !important;
    cursor: pointer;
}

.opd-return table tbody tr:hover td {
    color: rgb(27, 20, 108) !important;
}

.opd-return table tbody tr:hover a {
    color: rgb(27, 20, 108) !important;
}

table tbody tr {
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
        background-color 0.4s ease, box-shadow 0.4s ease;
}

table tbody tr:hover {
    background-color: #a9a8a8;
    transform: scale(1.01);
    z-index: 1;
    position: relative;
    box-shadow: 0 6px 12px rgba(85, 36, 36, 0.15);
}

/*------------------------------------*\
  #Edit Medicine Stock
\*------------------------------------*/
.edit-medicine-stock {
    color: #344767;
}

.edit-medicine-stock h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

.edit-medicine-stock p {
    font-size: 1.25rem;
    font-weight: 300;
}

.edit-medicine-stock input[type="checkbox"] {
    height: 1.5rem;
    width: 1.5rem;
}

.edit-medicine-stock input[type="number"] {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.edit-medicine-stock input[type="number"]:focus {
    outline: none;
}

/*------------------------------------*\
  #Login
\*------------------------------------*/
.login {
    height: 100vh;
}

.login .login__input {
    width: 50%;
}

.login ::placeholder {
    color: #cccccc;
    font-weight: 300;
}

.login img {
    width: 50%;
}

.login .img-label {
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 1rem;
}

.login .login__btn {
    background-color: #3644f9;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: -0.05em;
    margin-top: 2rem;
    transition: 0.2s ease;
}

.login .login__btn:hover {
    background-color: #1121f5;
}

.login .login__remember {
    font-size: 1.125rem;
    color: #707070;
    font-weight: 300;
}

.login .login__remember a {
    text-decoration: none;
    font-weight: 500;
    color: #00a8ff;
}

.login .login__remember a:hover {
    color: #0087ca;
}

.login .login__reg {
    font-size: 1.25rem;
    margin-top: 2rem;
    letter-spacing: -0.05em;
}

.login .login__reg a {
    color: #00a8ff;
}

.login .login__reg a:hover {
    color: #008ed4;
}

@media screen and (max-width: 992px) {
    .login {
        height: auto;
    }

    .login .login__input {
        width: 90%;
    }

    .login img {
        width: 40%;
    }

    .login .img-label {
        font-size: 1.875rem;
    }
    .top-1 {
        font-size: 15px;
        font-weight: 300;
    }

    .logo {
        width: 95px;
        height: 95px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
    .login .login__input {
        width: 80%;
    }
}

/*# sourceMappingURL=store.css.map */
