.help-block{
    color: red;
}
.yii-grid-view .summary {
    text-align: center; /* Optionally center the summary text */
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #f5f5f5; /* Optional background color */
}
/* Custom Styling to Ensure Grid Layout Works */
.card-body {
    padding: 20px;
}

.msearch {
    font-weight: bold;
    padding: 10px;
    background-color: #f7f7f7;
}

.mplus {
    cursor: pointer;
}

.search-plus {
    transition: transform 0.3s;
}

.search-plus.rotate {
    transform: rotate(45deg);
}

.pagination-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination {
    margin: 0;
}
.btn{
    border-radius: 4px;
    padding: 10px;
}
.card-header{
    padding: 0.25rem 0.75rem;
}
.search-mt{
    margin-top: 10px;
}
.form-control {
    padding: 0 0.50rem !important;
    border-radius: 4px !important;
    height: calc(1.5em + 1.25rem + 0px); !important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.summary{
    margin-top: 4px;
}
.btn-basic{
    background: #efefef;
}
.btn-basic:hover{
    background: #efefef;
    border: 1px solid;
}
form div.required label.control-label:after, form label.holiday-ext:after,
form label.holiday-int:after, form label.holiday-queue:after,
form label.weekoff-int:after, form label.weekoff-ext:after,
form label.weekoff-queue:after {
    content:" * ";
    color:red;
}
/* Ensures the container div has position relative */
.users-form.radius {
    position: relative;
}

/* Position the eye icon absolutely within the parent container */
.password-eye-icon {
    position: absolute;
    top: 50px; /* Vertically center the icon within the input field */
    right: 10px; /* Position 10px from the right edge */
    transform: translateY(-50%); /* Perfectly center the icon vertically */
    z-index: 10; /* Ensure the icon appears above the input field */
    cursor: pointer;
    color: #7c82cf;
}

