.register-form .form-control {
    padding-right: 20px;
}

span.circle-icon {
    background-color: #f44336;
    vertical-align: middle;
    padding: 3px 10px;
    margin-left: 5px;
    border-radius: 100%;
    color: white;
    font-weight: bold;
}

.page-nav li a i,
.page-nav li a span {
}

.top-product-card .product-title {
    font-size: 13px;
}

.cart-table table button.remove-product {
    color: #ffffff;
    width: 24px;
    height: 24px;
    background-color: #ea4c62;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 10px;
    border: none;
    outline: none;
}

.product-table .btn {
    padding: 5px 8px;
}

.product-table a {
    font-size: 13px;
    letter-spacing: -1px;
}

.product-table .price {
    font-size: 13px;
    letter-spacing: 0;
}

/******** SG78 - custom input ***********1400/9/3*******************/
.custom-input {
    position: relative;
}

.custom-input input::placeholder, .custom-input select::placeholder {
    opacity: 0;
}

.custom-input input, .custom-input select {
    height: 50px !important;
    background: transparent !important;
    border: 1px solid #acacac;
}

.custom-input.float label {
    top: -9px;
    right: 15px;
    font-size: 12px;
}

.custom-input label {
    /* position: absolute; */
    top: 13px;
    font-size: 15px;
    transition: all 0.3s;
    right: 25px;
    /* background: white; */
    padding: 0 4px;
}


@media (max-width: 1199px) {
    .row_filter > div:nth-child(1) {
        margin-bottom: 20px !important;
    }
}

.row_filter {
}

.row_filter > div {
    padding: 0 5px;
}

.row_filter .input-group .input-group-append span i {
    color: #1bc5bd;
    font-size: 20px;
    text-shadow: 0 0 7px #4adcd5;
}

.row_filter .input-group .input-group-append span {
    background: #ffffff;
    border: none;
    padding: 0;
}

.row_filter #search_btn {
    display: flex;
    padding: 5px !important;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.row_filter .input-group .input-group-append {
    position: absolute;
    left: 5px;
    top: 50%;
}

.input-icon.parent_checkbox input[type=checkbox] {
    display: none;
}

#loading_data h6::after {
    content: '...';
    overflow: hidden;
    position: absolute;
    display: inline-block;
    color: #152468;
    margin-right: 5px;
    animation: c_width infinite 1s linear;
}
@keyframes c_width {
    from{
        width: 0;
    }
    to{
        width: 35px;
    }
}

#loading_data h6 {
    position: relative;
    font-size: 25px;
    margin-left: 30px;
    color: #152468;
    font-weight: 500;
}

#loading_data{
    display: none;
}
#loading_data .content{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    backdrop-filter: blur(3px);
    background: #ffffff57;
    display: grid;
    place-items: center;
}


.performance{}
.performance .periodList{
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 5px;
}
.performance .periodList .col-4 a.active{
    background: #16b895;
    color: white;
}
.performance .periodList .col-4 a{
    margin: 0 !important;
    background: white;
    display: grid;
    height: 100%;
    place-items: center;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
}
.performance .periodList .col-4{
padding: 0;
}
.performance table th {
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    padding: 10px 15px;
}
.performance table tbody tr:last-child td{
    vertical-align: middle;
    color: white;
    white-space: nowrap;
    font-weight: 400;
    padding: 15px 0;
}
.performance table tbody tr:last-child{
    background: #16b895;
}
.performance table td {
    font-size: 13px;
    text-align: center;
}

:has(.base-pagination *[role="navigation"] .relative *[rel="next"],
.base-pagination *[role="navigation"] .relative *[rel="prev"]) svg{
    width: 20px;
}
.base-pagination *[role="navigation"] .relative *[rel="next"],
.base-pagination *[role="navigation"] .relative *[rel="prev"]{
    transform: rotateZ(180deg);
    position: sticky;
    margin: 0 !important;
    border-radius: 10px;
    border: 1px solid #959595 !important;
}
.base-pagination *[role="navigation"] .relative *[rel="prev"]{    right: 0;}
.base-pagination *[role="navigation"] .relative *[rel="next"]{    left: 0;}

.base-pagination *[role="navigation"] > div > div > .relative span[aria-current="page"],
.base-pagination *[role="navigation"] .relative a{
    background: #e1e1e1 !important;
    padding: 4px !important;
    display: inline-grid;
    color: #565656;
    place-items: center;
    width: 35px;
    margin: 0 3px 10px;
    height: 35px;
    border-radius: 20px;
}
.base-pagination *[role="navigation"] > div > div > .relative a{}
.base-pagination *[role="navigation"] > div > div > .relative span[aria-current="page"] span{
    padding: 0 !important;
    width: 100%;
    height: 100%;
    display: grid;
    background: #22b896 !important;
    place-items: center;
    color: white;
}
.base-pagination *[role="navigation"] > div > div > .relative span[aria-disabled="true"]{
    display: none;
}
.base-pagination *[role="navigation"] > div > div > .relative span[aria-current="page"]{
    padding: 0 !important;
    overflow: hidden;
}
.base-pagination *[role="navigation"] > div:first-child.flex a,
.base-pagination *[role="navigation"] > div:first-child.flex span{
    margin: 0 !important;
    color: #606060;
    font-weight: 400;
    font-size: 13px;
    padding: 12px 15px !important;
    border-radius: 10px;
}
.base-pagination *[role="navigation"] > div:last-child.hidden div:first-child p{
    text-align: left;
    margin: 10px 0;
}
.base-pagination *[role="navigation"] > div:last-child.hidden{

}
.base-pagination *[role="navigation"] > div:first-child.flex{
    display: flex;
    justify-content: space-between;
}
.base-pagination *[role="navigation"] > div > div{
    overflow: auto;
}
.base-pagination *[role="navigation"] > div > div > .relative::before{}
.base-pagination *[role="navigation"] > div > div > .relative::after{}

.base-pagination *[role="navigation"] > div > div > .relative::before,
.base-pagination *[role="navigation"] > div > div > .relative::after{
    content: '';

}
.base-pagination *[role="navigation"] > div > div > .relative{
    position: relative;
    padding: 0;
    display: flex;
    max-width: fit-content;
    min-width: 100vw;
    width: fit-content;
}
.base-pagination *[role="navigation"] .relative{

}
.base-pagination *[role="navigation"]{
    /*background: #0BB7AF;*/
}
.base-pagination{

}
