.notifications-cart {
	position: absolute;
	width: 360px;
	height: auto;
	display: none;
	box-shadow: 0px 4px 12px #001C4C14;
	border: 1px solid #BABABA;
	border-radius: 4px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding-top: 15px;
	right: -5px;
	z-index: 999;
}

.notifications-cart .header {
	margin-bottom: 30px;
	padding: 0 15px;
}

.notifications-cart .header div,
.notifications-cart .body div {
	padding: 0;
    align-items: center;
}

.notifications-cart .body div.row {
	padding: 5px 15px;
}

.notifications-cart .body div.row:hover {
	background: #F3F3F3;
}

.notifications-cart .header h3 {
	font-family: Styrene A;
	font-size: 14px;	
	line-height: 20px;
	text-align: left;
	color: #202020;
}

.notifications-cart .header a {
	font-family: Styrene B;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #FF7261;
	width: 100%;
	display: block;
}

.notifications-cart .body p {
	font-family: Styrene B;
	text-align: left;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	margin-bottom: 4px;
}

.notifications-cart .details {
	text-align: left;
	color: #636363;
	font-size: 12px;
	line-height: 16px;
	font-family: Styrene B;
	font-style: normal;
}

.notifications-cart .no-notifications {
	text-align: center;
	font-family: Styrene B;
	font-weight: 500;
	color: #000;
}

.notifications-cart .col-10 p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notifications-page-title h1 {
	color: #202020;
	font-family: "Styrene A";
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 10px;
}

.notifications-page-title p {
	color: #202020;
	font-family: "Styrene B";
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 16px !important;
}

.notifications-page .notifications-page-title {
	padding-bottom: 100px;
}

table#notifications-table-items {
	border: 1px solid #BABABA;
	border-radius: 4px;
	border-collapse: separate;
}

table#notifications-table-items.display tbody td {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

table#notifications-table-items.display thead th, table#notifications-table-items.display tbody td {
	border-left: 1px solid rgba(0, 0, 0, 0.125);
	text-align: center;
	vertical-align: middle;
	height: 52px;
}

table#notifications-table-items.display thead th:first-child, table#notifications-table-items.display tbody td:first-child {
	border-left: none;
}

table#notifications-table-items.display thead th {
	font-family: "Styrene A";
	font-size: 13px;
	font-weight: 500;
}

table#notifications-table-items.display thead th:first-child {
	color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
}

table#notifications-table-items.display tbody td:first-child {
	color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
}

table#notifications-table-items.display tbody td.sorting_1 {
	font-family: "Styrene A";
	font-size: 13px;
	font-weight: 500;
}

table#notifications-table-items.display tbody td:nth-child(9) {
	font-family: "Styrene A";
	font-size: 13px;
	font-weight: 500;
}

table#notifications-table-items.display thead th.sorting.sorting_desc, table#notifications-table-items.display thead th.sorting.sorting_asc {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

table#notifications-table-items.display thead th:nth-child(9) {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

table#notifications-table-items.display thead th.sorting.sorting_desc i.icon-down-circle, table#notifications-table-items.display thead th.sorting.sorting_asc i.icon-down-circle {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	right: 5px;
}

table#notifications-table-items.display thead th:nth-child(9) i.icon-down-circle {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	right: 5px;
}

table#notifications-table-items.display thead th.sorting.sorting_desc i.icon-down-circle:before, table#notifications-table-items.display thead th.sorting.sorting_asc i.icon-down-circle:before {
	margin-top: 0;
	font-size: 27px;
}

table#notifications-table-items.display thead th:nth-child(9) i.icon-down-circle:before {
	margin-top: 0;
	font-size: 27px;
}

table#notifications-table-items.display thead th.sorting.sorting_asc i.icon-down-circle:before {
	content: '\e807';
}

table#notifications-table-items.display tbody td .icon-right-circle:before {
	font-size: 27px;
	color: #32c7ff;
}

table#notifications-table-items.display tbody td a:hover .icon-right-circle:before {
	color: #0BAEEB;
}

table#notifications-table-items.display tbody td i.arrow-btn-down:before {
	content: '';
	position: relative;
	border: solid #58b73f;
	border-width: 0 2px 2px 0;
	display: inline-block;
	width: 7px;
	height: 8px;
	padding: 0 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.notifications-page .load-more-items-button .more-order-items {
	margin-top: 50px;
}

.notifications-cart .no-notifications h3 {
	margin-bottom: 15px;
}

.notifications-cart .no-notifications h3, .notifications-cart .notification-title p {
	color: #202020;
	font-family: "Styrene A";
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}

.notifications-cart .notification-button a {
	font-family: "Styrene A";
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	padding: 0 10px 4px 10px;
	background-color: #FF7261;
	text-decoration: none;
	border: 2px solid #FF7261;
	border-radius: 35px;
	font-style: normal;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
}

.notifications-cart .notification-title {
	padding-right: 5px;
	margin-right: auto;
}

.notifications-cart .notification-item {
	display: flex;
}

.notifications-cart .bottom {
	margin-bottom: 10px;
	padding: 0 15px;
}

.notifications-cart .bottom div {
	padding: 0;
  align-items: center;
}

.notifications-cart .bottom a {
	font-family: Styrene B;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-align: right;
	color: #FF7261;
	width: 100%;
	display: block;
	text-align: center;
	font-style: normal;
}

.notifications-cart .row.body {
	overflow-x: auto;
	scroll-behavior: smooth;
	max-height: 370px;
	width: 100%;
}

.notifications-cart .row.body::-webkit-scrollbar {
    width: 6px;
}
 
.notifications-cart .row.body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #ddd;
}

.notification-dashboard-row .full-width-card {
	margin-top: calc(5% - 50px);
}

.notification-dashboard-row .budget-will-expire-button .contact-agent-button {
	box-sizing: border-box;
    vertical-align: middle;
    background-color: #32C7FF;
    border: 2px solid #32c7ff;
    border-radius: 24px;
    width: 280px;
    display: block;
    color: #FFFFFF;
    font-family: "Styrene A", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    float: right;
    padding: 11px 10px 13px 10px;
    margin-right: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.notification-dashboard-row .budget-will-expire-button .contact-agent-button:hover {
	background-color: rgba(50, 199, 255, 0.23);
	color: #32c7ff;
}

.notification-dashboard-row .full-width-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.notification-dashboard-row .budget-will-expire-text p.info {
	margin-bottom: 0;
}

.notification-dashboard-row .budget-will-expire-button, .notification-dashboard-row .budget-will-expire-text {
	padding-top: 8px;
	padding-bottom: 8px;
}

#customnotification-modal {
	display: none;
}

#customnotification-modal .modal-body-content {
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 8px;
}

.notifications-cart .switcher-element {
	position: relative;
	display: flex;
	border: #BBC1E1; 
	--border-hover: #fff;
	background: #fff;
    line-height: normal;
    width: 100%;
    float: right;
    height: auto;
    text-align: right;
    padding-right: 47px;
    justify-content: end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Styrene B", serif;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}

.notifications-cart .switcher-element:after {
	content: '';
	display: none;
	position: absolute;
	
}

.notifications-cart .switcher-element input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.notifications-cart .slider-element {
	position: absolute;
	cursor: pointer;
	top: -2px;
	left: auto;
	right: 7px;
	bottom: 0;
	background-color: #ccc;
	border-radius: 34px;
	width: 40px;
	height: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.notifications-cart .slider-element:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	top: 2px;
	left: 2px;
	bottom: 4px;
	border-radius: 50%;
	background-color: white;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.notifications-cart input:checked + .slider-element {
	background-color: #32C7FF;
	color: #FFFFFF;
}

.notifications-cart input:focus + .slider-element {
	box-shadow: 0 0 1px #32C7FF;
}

.notifications-cart input:checked + .slider-element:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.user-notification-element {
	position: relative;
	display: inline-block;
}

.notifications-cart .notification.actions .secondary {
	line-height: 28px;
	margin-left: 3px;
}

.notifications-cart .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.notifications-cart .action.delete:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\e616';
    font-size: 24px;
    line-height: 24px;
    color: #FF7261;
}

.notification-configuration-options {
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.notification-configuration {
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.notification-configuration .configuration-button {
	cursor: pointer;
}

.notification-configuration .configuration-button i {
	font-size: 18px;
	line-height: 26px;
}

.notification-configuration-cart {
    position: absolute;
    width: 320px;
    height: auto;
    display: none;
    box-shadow: 0px 4px 12px #001C4C14;
    border: 1px solid #BABABA;
    border-radius: 4px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 15px;
    right: -10px;
    z-index: 999;
    margin-top: 12px;
}

.notification-configuration-cart:before, .notification-configuration-cart:after {
	content: '';
    width: 0;
    height: 0;
    z-index: unset;
    border: none;
    border-color: unset;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    bottom: -10px;
    top: -15px;
    right: 16px;
}

.notification-configuration-cart:before {
	border-bottom: 18px solid #cecece;
    top: -18px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    right: 14px;
}

.notification-configuration-link a {
	color: #202020;
	font-family: "Styrene A";
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.notifications-cart-title h3 {
	font-family: "Styrene A", serif;
	font-size: 20px;
	line-height: 24px;
	color: #202020;
	font-weight: 500;
	margin-bottom: 0;
}

.notification-configuration-options:after {
	content: '';
	height: 1px;
	background-color: #bbbbbb;
	width: calc(100% - 30px);
	position: absolute;
	left: 15px;
	bottom: 0;
}

@media (max-width:  991px) {
	table#notifications-table-items.display thead th:nth-child(9) i.icon-down-circle {
		right: 0;
	}

	table#notifications-table-items.display thead th.sorting.sorting_desc i.icon-down-circle, table#notifications-table-items.display thead th.sorting.sorting_asc i.icon-down-circle {
		right: 0;
	}
}

@media (max-width:  767px) {
	.notification-dashboard-row .full-width-card-header {
		flex-direction: column;
	}

	.notification-dashboard-row .budget-will-expire-text {
		margin-bottom: 10px;
	}

	.notification-dashboard-row .budget-will-expire-button, .notification-dashboard-row .budget-will-expire-text {
		width: 100%;
	}

	.notification-dashboard-row .budget-will-expire-button .contact-agent-button {
		float: left;
	}
}