.notifHR{
	margin-top:5px;
	margin-bottom:5px;
}
.new-notif{
    background-color: #EB078F !important;
}
.isRead p, .isRead .data-div {
    /* color: gray !important; */
    font-weight: 500 !important;
}
.isRead .notifi-status{
    opacity: 0;
}
.notifi-item-2 .isRead{
    /* border-left: 1px solid #86858534; */
}
.selc-custom{
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}
.selc-custom p{
    display: inline-flex;
    font-weight: 700;
}
.selc-custom p i{
    margin-left: 3px;
}
.selc-custom img, #selc-title img{
    width: 13px;
    height: 13px;
    padding-bottom: 2px;
    margin-left: 3px;
}
#selc-category{
    position: relative;
    top: 5px;
}
.selc-option, .selc-category, .selc-title{
    position: absolute;
    top: 50vh;
    left: 0;
    padding: 3px 5px;
    border-radius: 3px;
    margin-top: 3px;
    width: 120px;
    border: 1px solid #6f6c6c ;
    background-color: #fff;
    display: none;
}

.selc-item,.selc-title p{
    margin: 2px 0;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}
.selc-item:hover{
    background-color: #6f6d6d6f;
    border-radius: 3px;
}
.popup-massage-div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #4e4e4e49;
    z-index: 999999999;
    position: fixed;
    display: none;
}
.popup-massage-inner-bg{
    position: relative;
    top: 85vh;
    right: 50px;
    float: right;
    border-radius: 3px;
    padding: 10px 8px 8px 8px;
    background-color: #3f3d3dc4;
    z-index: 4;
}
.popup-massage-inner-bg p{
    padding-top: 5px;
    font-weight: 400;
    display: inline;
}
.popup-massage-inner-bg p span{
    color: #2989ED;
    cursor: pointer;
}
.popup-massage-inner-bg img{
    width: 23px;
    height: 23px;
    margin: 0 10px;
    margin-top: 3px;
    cursor: pointer;
}
.popup-massage-inner{
    font-size: 13px;
    display: inline-flex;
}
.l-border{
    padding: 0px 2.5px;
    width: 2px;
    height: 27px;
    border-radius: 5px;
    display: inline-flex;
    background-color: #00BA00;
}
.float-select{
    border: 1px solid #6d6b6b;
    border-radius: 3px;
    width: 130px;
    padding: 5px 7px;
    display: none;
    background-color: #fff;
}
.float-select p{
    padding: 3px 5px;
    border: 1px solid #00000000;
    cursor: pointer;
}
.float-select p:hover{
    border-radius: 3px;
    background-color: #c5c1c1a9;
}
.data-div{
    font-size: 13px;
}
.inner-div{
    width: 170px;
    height: auto;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 5px;
    padding-left: 7px;
}
.inner-div div svg{
    margin-top: 5px;
}
.inner-div div{
    height: 30px;
    padding: 2px 5px;
}
.inner-div div:hover{
    background-color: #6361613f;
    border-radius: 2px;
    cursor: pointer;
}
.inner-div div span{
    color: #333333a9;
    font-size: 13px;
    position: relative;
    top: -2px;
    left: 3px;
}

.notifi-btn-prev{
    /*  */
    color: #fff;
}
.notifi-btn-next{
    /*  */
    color: #fff;
}
.notifi-container{
    overflow-x: hidden;
}
.notif-details-cintainer{
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #87878791;
    z-index: 99;
    position: fixed;
}
.notif-details p{
    padding-right: 15px;
}
.notif-details{
    width: 581px;
    margin: 25vh auto;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 45px;
    padding-right: 30px;
    text-align: justify;
    position:relative;
    z-index:4;
}
.notif-details .close-btn{
    font-size: 15px;
    font-weight: 400;
    float: right;
}
.detail-header{
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-header h4{
    font-weight: 700;
}
.notif-details .tag p{
    width: 100px;
    color: #fff;
    border-radius: 17px;
    line-height: 17.73px;
    background-color: #FF1CC1;
    padding: 5px 0;
    padding-left: 13px;
    margin-bottom: 30px;
}

.newPopup{
	background-color: #fff;
	border-radius: 10px;
	min-width: 200px !important;
	max-width: 200px !important;
	height: 5vw !important;
}

.newPopup .notiftitle{
    font-weight: 700;
}

.newPopup .notifbody{
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;    
        overflow: hidden;
        }

.newPopup .timestamp{
    font-size: 11px;
}

#btnPopup {
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  background-color: white;
  border-radius: 50%; /* Makes it a circle */
}

#btnPopup i {
  font-size: 1.5rem; /* Adjust base size of the icon */
  transition: transform 0.3s ease; /* Smooth transition for scaling */
}


.sortArr{
    position: relative;
    right: -7px;
    top: -2px;
}
.transparent-dark .sortArr{
    top: 0;
}
.light .sortArr{
    background-color: #fff !important;
    padding: 0 !important;
}
.light .sortArr img{
    width: 22px;
    height: 28px;
}
.transparent-dark .detail-content, .light .detail-content {
    color: #333333;
}
.light .detail-content{
    color: #000;
}
.detail-header p{
    color: #656565;
    text-align: left;
}
.update-nav-tabs li{
    display: inline-flex;
    color: #535353;
    border-style: none;
}

.col-header {
    width: 100px;
    height: 20px;
    /* background: transparent url('/assets/img/select_arrow_1.jpg') no-repeat 100% center; */
    background-size: cover;
    line-height: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}
.notifi-item-2{
    border: 1px solid #86858534;
    margin:0;
    position: relative;
    border-radius: 5px;
    /* margin-left: 20px; */
    margin-bottom: 2px;
    background-color: #d1d1d15e;
}
.light .notifi-item-2{
    background-color: #fff;
}
.light .item-col-1 p{
    color:#000;
}
.notifi-item-2:hover{
    /* box-shadow: 1px 25px 25px #d1d0d07e; */
    border-left: 4px solid var(--theme-primary-color);
}
.notifi-item-2 div{
    margin: 3px;
}
.item-caltegory{
    border-radius: 17px;
    width: 90px;
    margin: auto;
    padding: 5px 10px;
    color: #fff;
    background-color: #2989ED;
    cursor: pointer;
}
.item-col-1 #selc-title{
    width: 50px;
     font-size: 12px;
}
.item-col-1 p{
    display: inline;
    color: #f3f3f3;
    font-weight: 600;
    cursor: pointer;
    padding-top: 3px;
}

.item-col-1 input{
    padding-bottom: 10px;
}
.item-col-1{
    width: 45%;
    padding-top: 5px; 
    display: inline-flex; 
    padding: 2px 5px;
}

.item-col-2{
    text-align: center;
    width: 25%;
    margin: auto;
    padding-top: 5px;
    font-weight: 550;
}
.item-col-3{
    text-align: center;
    width: 20%;
}
.item-col-4{
    text-align: right;
    width: 100px;
    padding-top: 5px;
    margin-left: 50px;
}
.item-col-4 svg{
    cursor: pointer;
    margin-left: 3px;
}
.notifi-status{
    padding: 3px 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FF0000;
    color: #FF0000;
    font-size: 5px;
    position: relative;
    top: -4px;
    margin: 10px  5px 0 20px;
    font-size: 5px;
    box-shadow: 0 5px 5px #2e2d2d85;
}
.notifi-item{
    width: 95%;
    display: inline-flex;
    padding: 10px 20px;
    font-weight: 80px;
} 
.search-div{
    padding: 15px  30px;
    margin: 0;
    display: inline-flex;
    flex-direction: row;
    margin-bottom: 40px;
    height: 15px;
    /* width: 100%; */
    z-index: 5;
}
.search-inner{
    
    width: 40vw;
    top: 410px;
    left: 190px;
    padding-top: 18px;
}
.filter-div{
    width: 40vw;
    border-radius: 3px;
    text-align: right;
}

.search-div input{
    width: 250px;
    border-style: none;
    padding-left: 10px;
    display: inline-flex;
}
.search-div input:hover{
    border-bottom: 1px solid #0000006b;
}
.filter-div span{
    padding: 3px;
    color: #cdcbcba2; 
    font-size: 12px;
    font-weight: 500;
}
.light .filter-div span{
    color: #000;
}

.filter-div div{
    display: inline;
    border-radius: 3px;
    width: 50px;
    /* box-shadow: 0 0 3px #4e4e4e6c; */
    padding:0;
}

.filter-div svg{
    border-radius: 3px solid #4e4e4e;
    box-shadow: 0 0 3px #4e4e4e6c;
    padding: 2px;
    margin: 3px;
    margin-left: 10px;
    margin-top: 7px;
}
.transparent-dark .inner-filter, .dark .inner-filter{
    height: 10px;
    width: 110px;
    background-color: #2d2d2d;
    font-size: 11px;
    padding-right: 15px;
    height: 12px;
}
.inner-filter div{
    background-color: #2d2d2d;
}
.light .inner-filter{
    box-shadow: 1px 1px 5px #666666c4;
}
.light .inner-filter div,.light #selc-title p{
    background-color: #fff;
    color: #000;
}
.inner-filter div img{
    width: 10px;
}
.transparent-dark .inner-filter div img{
    rotate: -90deg;
}
.filter-bg{
    display: inline-flex;
}
.filter-bg p{
    display: inline;
    margin-right: 35px;
    font-weight: 500;
    font-size: 13px;
    width: 50px;
    color: var(--theme-primary-color);
}

.notifi-header-title{
    margin: 0;
    border-style: none;
    border: none;
    text-align: center;
}
.notifi-header-title h2{
    color: var(--theme-primary-color);
    font-size: 20px;
}
.notifi-header-title p{
    color: #797979a2;
    font-size: 12px;
}

/*Pagination*/

/*Bootstrap - Paginate*/
.pagination-container.center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination.circle li a.next_page, 
.pagination.circle li a.prev_page,
.pagination.circle li a.text {
    border: none;
}
.pagination.circle i{font-size: 1.5em;}

.pagination.circle li a {
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.default>.pagination>.active>a, 
.default>.pagination>.active>span, 
.default>.pagination>.active>a:hover, 
.default>.pagination>.active>span:hover, 
.default>.pagination>.active>a:focus, 
.default>.pagination>.active>span:focus{
	border: 1px solid darkgray;
	background-color: darkgray;
	color: white;
}

.default>.pagination>li>a, 
.default>.pagination>li>span{
	color: darkgray;
	background-color: white;
}
/*Pagination*/

@media only screen and (max-width: 768px) {
    #selc-title {
        display: inline-flex;
    }
    
    .inner-div{
        width: 150px;
    }
	.notifi-header-title {
        margin: 25px 0 0 20px;
        padding: 0;
    }
    .notifi-header-title h2{
        font-size: 20px;
        font-weight: 500;
    }
    .notifi-header-title p{
        font-size: 12px;
        font-weight: 400;
    }
    .search-div{
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 15px;
        display: inline-flex;
    }
    .search-inner{
        width: 40vw;
        padding-left: 20px;
    }

    .search-inner svg{
        width: 20px !important;
        height: 20px !important;
        top: -15px !important;
    }
    .search-inner input[type="text"]{
        display: none;
        width: 120px !important;
        padding: 0;
    }
    .inner-filter{
        display: inline-flex;
    }

    .filter-div{
        width: 90vw;
        padding-left: 0;
        text-align: right;
    }

    .item-col-1 p{
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;    
        overflow: hidden;
    }
    .item-col-1 input[type=checkbox]{
        display: inline !important; 
    }
    .notifi-item-2{
        padding: 8px  15px !important;
        margin-left: 10px !important;
    }
    .item-col-4{
        display: none !important;
    }
    .item-col-3{
        display: none;
    }
    .data-div{
        width: 50%;
        text-align: right;
        font-size: 12px;
        font-weight: 700;
    }
    .item-col-1 .selc-custom img{
        margin-top: 5px;
    }
    .item-col-1{
        width: 49%;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .item-col-2{
        width: 50%;
        margin-bottom: 5px;
        margin-top: 10px;
        display: none;
    }
    .inner-filter div img{
        margin-top: 7px;
    }
    .col-header{
        float: right;
    }
    .float-select{
        width: 130px;
    }
    .notif-details{
       position: absolute;
       top:10vh;
       left: 4vw;
       width: 90vw;
       position: fixed;
       padding: 15px 25px;
       padding-right: 15px;
       margin: auto;
       z-index: 999999999;
    }
    .popup-massage-inner-bg{
        position: absolute !important;
        top: 83vh !important;
        left: 0;
        width: 315px !important;
        margin: auto !important;
    }
    .selc-option, .selc-category, .selc-title{
        width: 110px;
    }
    .notifi-status{
        margin: 10px 5px 0 20px;
    }
    .filter-div .flter-float, .filter-div .action-float{
        position: relative !important;
        left: 80px !important;
    }
    .notifi-header .item-col-1{
        width: 5px !important;
    }
    .notifi-header .item-col-2{
        width: 40% !important;
    }
    .notification-container .item-col-1{
        width: 45% !important;
    }
    .notification-container .item-col-2{
        width: 50% !important;
    }
}
#sortby{
    font-size: 12px;
    color: var(--theme-primary-color);
}
.light #sortby{
    color: #000;
}
.filter-div .flter-float, .filter-div .action-float{
    text-align: left;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 8px;
    width: 120px;
    display: block;
    background-color: #fff;
    position: relative;
    top: 10px;
    left: 270px;
    display: none;
}
.filter-div .flter-float{
    background-color: #363636;
    border: none;
}
.light .filter-div .flter-float, .light .filter-div .action-float{
    background-color: #fff;
    box-shadow: 0 0 3px #4e4e4e6c
}
.light .filter-div .action-float2{
    width: 135px;
}
.light .filter-div .action-float2 div{
    width: 120px;
}
.filter-div .flter-float div:hover{
    background-color: #b6b0b0 !important;
}
.dark .filter-div .flter-float div:hover{
    background-color: #2d2d2d !important;
    color: var(--theme-primary-color);
}
.filter-div .flter-float div, .filter-div .action-float div, .filter-div .action-float div svg{
    display: block;
    box-shadow: none;
    padding: 0 5px;
    width: 100px;
}
.filter-div .flter-float div:hover, .filter-div .action-float div:hover{
    background-color: #b6b0b0;
    border-radius: 3px;
}
.filter-div .action-float div img{
    width: 20px;
    display: inline;
    padding: 0;
}

.filter-div .action-float{
    width: 170px;
    padding: 10px;
    top: 20px;
    left: 270px;
    border: none;
    background-color: #363636;
}
.filter-div .action-float div{
    width: 150px;
    padding: 0 3px;
}
.filter-div .action-float div span{
    color:  #c9c6c6;
    position: relative;
    display: inline-flex;
}
.light .filter-div .action-float div span{
    color:  #000000;
}
.filter-div .action-float div:hover span{
    color: var(--theme-primary-color);
}
.light .filter-div .action-float div:hover span {
    color: #000;
}
.filter-div .action-float div:hover{
    background-color: #484848;
}
.light .filter-div .action-float div:hover{
    background-color: #b1b1b19f;
}
.orderList{
    display: block;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 14px;
    width: 109px;
    background-color: #fff;
    margin-top: 3px;
    font-weight: 500;
    position: relative;
    z-index: 5;
    display: none;
}
#selc-title p{
    color: #fff;
    font-weight: 700;
}
.cust-selc-opt2{
    width: 120px !important;
}
.orderList div{
    margin: 5px 0;
    cursor: pointer;
    padding: 0;
    padding: 5px;
    border-radius: 3px;
}
.orderList div:hover{
    background-color: #363636;
}
.light .orderList div:hover{
    background-color: #656363d0;
}

.account-contents{
    scrollbar-width:none;
}
.pagebar{
    margin: 0;
}
.item-col-4 img{
    width: 17px;
}
.account-info__table hr{
    border-top: 1px solid gray;
}
.elips{
    position: relative;
    top: -5px; 
    left: 5px;   
}
@media (min-width: 992px) {
    .col-lg-8 {
        width: 70.66666667%;
    }
}