.login-content {
    position: relative;
}
.login_bg{
    position: relative;
    height: 100vh;
}

ul.last_style_mb-0 li {
    margin-bottom: 22px;
}

ul.last_style_mb-0.syle_mb_15 li {
    margin-bottom: 15px;
}

ul.last_style_mb-0 li:last-child {
    margin-bottom: 0px;
}

.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.min_height_style {
    height: 100%;
    min-height: 100%;
}

.min_height_style .card-header {
    padding: 15px var(--bs-card-cap-padding-x);
}

.modal-backdrop {
    background: rgb(60, 60, 60, 0.8);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
    --bs-backdrop-opacity: 1;
}
.modal-backdrop.show {
    opacity: 1;
}
.modal-header .btn-close {
    position: absolute;
    top: 10px;
    right: -30px;
    opacity: 1;
    width: 1.4em;
    height: 1.4em;
    padding: 0px;
}

.top--1px {
    top: -1px;
}
.cursor-pointer {
    cursor: pointer;
}
.popover-header {
    font-weight: 600;
    color: var(--bs-popover-header-color) !important;
}
.page-item .page-link {
    padding: 2px 10px;
}
.page-item:first-child .page-link {
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.page-item:last-child .page-link {
    -webkit-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.page-item.active .page-link {
    position: relative;
    border-radius: 3px;
    transform: scale(1.08);
}
.w-90 {
    width: 90%;
}
.text_limit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 320px;
    height: 30px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.checkbox .form-label {
    cursor: pointer;
}
.form-control[readonly] {
    cursor: not-allowed;
    color: #000000;
    border: 1px solid #6d6d6d;
    background-color: rgb(255, 255, 255, 0.035);
}
.form-control.flatpickrrange[readonly],
.form-control.flatpickrdate[readonly] {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #161d2b;
}

.toast.read {
    opacity: 0.4;
}

.sidebar-base .nav-item .nav-link .item-name .count {
    position: relative;
    margin-top: 2px;
    float: right;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 50px;
}
.form-label span {
    color: red;
}
.select2-dropdown {
    z-index: 999999;
}
.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

.main-content .content-inner.style_modal {
    min-height: auto;
}
.view_style .form-control[readonly] {
    cursor: auto;
    font-weight: 600;
    color: #FFF;
    border: none;
    padding: 0px;
    background-color: transparent;
    resize: none;
}
.view_style .form-label {
    font-size: 12px;
    color: #aca4bc;
    text-transform: uppercase;
}
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 1rem;
    font-weight: 600;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    font-size: 1rem;
    color: #161d2b;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    padding: 4px 10px;
}
.dark .dark .flatpickr-months .flatpickr-next-month:hover svg, 
.dark .dark .flatpickr-months .flatpickr-prev-month:hover svg {
    color: #FF1744;
    fill: #FF1744;
}

.password_checker {
    position: relative
}
.password_checker .progress {
    height: 3px !important;
}
.password_checker .show-pass{
    position: absolute;
    top:18%;
    right: 6%;
    cursor: pointer;
}
.password_checker .progress-bar-danger {
    background-color: #e90f10;
}
.password_checker .progress-bar-warning{
    background-color: #ffad00;
}
.password_checker .progress-bar-success{
    background-color: #02b502;
}
.password_checker  .fa-eye {
    color: #022255;
    cursor: pointer;
}
.password_checker .fa-circle {
    font-size: 6px;  
}
.password_checker .fa-check {
    color: #02b502;
}
.user_list .card {
    border: 1px solid #161d2b;
    transition: .3s ease-in-out;
    margin-bottom: 0;
}
.user_list .card:hover {
    border-color: #f59daf;
}

.auto_fill {
    position: relative;
}
.auto_fill .form-label.text-warning {
    position: absolute;
    right: 20px;
    top: 9.5px;
    font-size: 11px;
    text-align: right;
    margin-bottom: 0px;
    opacity: 0.5;
}
.auto_fill .form-label.text-warning.bottom {
    top: 39px;
}
.auto_fill .form-control {
    font-weight: 600;
    color: #F16A1B;
}
.modal .dataTables_wrapper{
    margin-top: 0px;
}
.modal .table-responsive {
    margin: 0px 0px !important;
}
.modal .table>:not(caption)>*>* {
    padding: 0.5rem 1.2rem;
}
.invoice .table>:not(caption)>*>* {
    border: 1px solid #777;
}
.gradient-main.small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
}


.ticker {
  display: flex;
  overflow: hidden;
}
.ticker__list {
  display: flex;
  margin-top: 20px;
  animation: ticker 15s infinite linear;
}
.ticker:hover .ticker__list {
  animation-play-state: paused;
}
.ticker__item {
  margin-right: 20px;
}
@-moz-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

.holder {
  position: relative;
  width: 100%;
  height: 172px;
  overflow: hidden;
}
.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.holder ul li {
  border-bottom: 1px solid #383838;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.holder ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.img-100{
    border-radius: 10px;
    width: 250px;
}

.table .even{
    background-color: #f5f5f5;
}

.dataTables_info, #datatable_paginate {
    margin-top: 10px;
}
        
@media only screen and (max-width: 600px) {
    
    .main-content .content-inner{
        margin-top: -5rem;
        min-height: -webkit-calc(100vh - 8.7rem);
        min-height: calc(100vh - 8.7rem);
    
    }
    
    .flex-wrap .btn-dark{
      margin-top: 9px;
    }
    
    .breadcrumb{
        font-size: 10px;
    }
}
