/* Scrollbar */
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #397524 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
	height: 7px;
	width: 7px;
}

*::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
	background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
	background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #007AFF;
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #007AFF;
}

*::-webkit-scrollbar-thumb:active {
	background-color: #007AFF;
}

/* Common */
label {
	user-select: none;
}
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #007AFF;
    background-color: transparent;
}
table tr th,
table tr td {
    vertical-align: middle;
}
table tr td .sorting_1 img {
	border: none;
	padding: 0;
	width: 45px;
	height: 28px;
}
table tr:nth-child(odd) {
	background-color: rgba(0, 122, 255, 0.05);
}
.ck-content {
	height: 150px;
}

/* Button */
.btn,
button {
	font-size: 13px;
	padding: 6px 16px;
	border-radius: 6px;
}
button:focus,
button:focus-visible,
.btn:focus,
.btn:focus-visible,
.button:focus,
.button:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary:hover {
	background-color: transparent;
	color: #007AFF;
	border: 1px solid #007AFF !important;
}


/*RAC*/
.form-group {
	margin-bottom: 1rem;
}

.login-wrap {
	width: 550px;
	margin: 0 auto;
}

.login-content {
	position: relative;
	background: linear-gradient(135deg, hwb(205 58.8% 8.2%) 0%, hwb(206.6 25.5% 18.8%) 50%, hwb(205 70.6% 5.9%) 100% ) !important;
	padding: 30px 72px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	margin: 0 auto;	
}


.login-logo {
	text-align: center;
	margin-bottom: 30px;
}

.login-logo img {
	height: 200px;
}

.login-form h2 {
	font-size: 30px;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.login-form a, .login-form a:hover {
	color: #ffffff !important;
	font-weight: 700 !important;
	text-decoration: underline;
}
.login-form .mb-4 .text-white{
	color: #ffffff;
}
.login-checkbox a {
	color: #ffffff !important;
	font-weight: 700 !important;
	text-decoration: underline;
}
.login-form .form-check-label
{
	color: #ffffff !important;
	font-weight: 700 !important;
	line-height: 1.5rem;
}
.login-form label {
	color: #ffffff;
	font-weight: 900;
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}
.login-form .form-control {
	border: 2px solid #ffffff;
	background: transparent;
	color: #ffffff;
	border-radius: 50px;
}
.login-form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.7) !important;
}
.password-field {
	position: relative;
}
.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #ffffff;
}
.login-content .btn-primary {
	background-color: #ffffff !important;
	color: #007AFF !important;
	border: none !important;
	font-weight: 700 !important;
	padding: 10px 30px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.3s ease !important;
	border-radius: 50px;
}
.login-content .btn-primary:hover {
	background-color: #007AFF !important;
	color: #ffffff !important;
	transform: translateY(-2px) !important;
}
.login-content .btn-outline-primary {	
	color: #ffffff !important;
	border: none !important;
	text-decoration: underline !important;
	text-underline-offset: 5px !important;
	font-weight: 700 !important;
	padding: 0 !important;
	border-radius: 0;
	transition: all 0.3s ease !important;
}
.login-content .btn-outline-primary:hover {
	color: #007AFF !important;
	background-color: transparent !important;
}
.page-account {
	background: #007AFF url('/storage/images/template/login_bg.png') no-repeat center center;
	background-size: cover;
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.login-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: end;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: end;
}

.login-checkbox>a {
	color: #ffffff;
	font-weight: 900;
	font-size: 12px;
	display: block;
}

.login-form .btn-login {
	background: #ffffff;
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	line-height: normal;
	font-size: 14px;
	font-weight: 900;
	color: #007AFF;
	box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

.page-wrapper {
	height: 100vh;
	padding: 10px;
}

.page-wrapper-inner {
	display: flex;
	justify-content: space-between;
	height: calc(100vh - 20px);
	border: 4px solid #007AFF;
	border-radius: 15px;
}

.page-container {
	width: 100%;
	height: 100%;
}

.main-content {
	padding: 0px;
	display: flex;
	height: calc(100% - 100px);
	overflow-y: auto;
}
.no-main-content-scroll-wrapper .main-content {
	overflow-y: hidden;
}

.menu-sidebar {
	min-width: 250px;
	background: #fff;
	overflow-y: auto;
	border: 4px solid #007AFF;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-radius: 15px;
	display: grid;
	align-content: space-between;
}

.menu-sidebar .logo {
	text-align: center;
	padding: 30px 0;
}

.menu-sidebar .logo img {
	height: 55px;
}

.navbar-sidebar {
	padding: 0;
}
.menu-sidebar .navbar-sidebar1 ul,
.menu-sidebar .navbar-sidebar ul {
	margin-bottom: 0;
}
.navbar-sidebar .navbar__list li {
	margin: 0px 10px 20px 10px;
}

.navbar-sidebar .navbar__list li a {
	color: #ffffff;
	font-size: 14px;
	padding: 5px 20px;
	background: #007AFF;
	font-weight: 900;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px dashed transparent;
	line-height: 28px;
}

.navbar-sidebar .navbar__list li a span img {
	display: block;
}

.navbar-sidebar .navbar__list li a:hover {
	color: #ffffff;
	border: 2px dashed #ffffff;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
}

.navbar-sidebar .navbar__list li.active>a {
	color: #ffffff;
	border: 2px dashed #ffffff;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
}

.navbar-sidebar1 {
	padding: 0;
}

.navbar-sidebar1 .navbar__list li {
	margin: 0px 10px 20px 10px;
}

.navbar-sidebar1 .navbar__list li a {
	color: #007AFF;
	font-size: 14px;
	padding: 5px 20px;
	background: #ffffff;
	font-weight: 900;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #007AFF;
	line-height: 28px;
}

.navbar-sidebar1 .navbar__list li a:hover {
	color: #007AFF;
	border: 2px solid #007AFF;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
}

.navbar-sidebar1 .navbar__list li.active>a {
	color: #007AFF;
	border: 2px solid #007AFF;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.02);
}

.header-wrap {
	display: flex;
	align-items: right;
	-webkit-justify-content: right;
	justify-content: right;
	align-items: center;
	gap: 15px;
	padding: 10px;
}

.searchbox {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
}

.searchbox .input-search {
	border: 2px solid #007AFF;
	border-radius: 50px;
	padding: 8px 20px;
	color: #555555;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}
.searchbox .input-search:focus,
.searchbox .input-search:focus-visible {
	box-shadow: none;
	outline: none;
	border: 2px solid #007AFF
}
.select2-container--open .select2-dropdown--below {
	margin-top: 6px;
    border: 1px solid #007AFF !important;
	border-radius: 10px !important;
	overflow: hidden !important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 7px !important;
}
.account-wrap {
	position: relative;
}

.account-item {
	cursor: pointer;
}

.account-item .image {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 50px;
	margin: auto;
	border: 2px solid #007AFF;
}

.account-item .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.account-item>.content {
	padding: 2px 0px 0px 0px;
	color: #222;
	font-weight: 900;
	font-size: 12px;
}

.add-blacklist {
	padding-bottom: 40px;
}
.user-blacklist-block {
	height: calc(100% - 140px);
	display: flex;
	padding-bottom: 10px;
	gap: 10px;
}
.blacklist-block {
	height: calc(100% - 140px);
	display: flex;
	padding-bottom: 10px;
	gap: 10px;
}


.field-group {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 14px;
}

.field-group label {
	display: block;
	min-width: 120px;
	background: #007AFF;
	color: #fff;
	margin: 0;
	border-radius: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	line-height: 36px;
}
.field-group .btn,
.head-with-input-wrapper label {
	display: block;
    background: #007AFF;
    color: #fff;
    margin: 0;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    line-height: 22px;
    padding: 5px 16px;
    flex-shrink: 0;
}

.field-group .form-control {
	border: 1px solid HWB(211.3 0% 0%);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 15px;
  line-height:20px;
}
.user-blacklist-block fieldset {
	margin: 0;
	border: 1px solid #007AFF;
	border-radius: 20px;
	padding:10px;
	position: relative;
	margin-bottom: 30px;
	width: 25%;
}
.blacklist-block fieldset {
	margin: 0;
	border: 1px solid #007AFF;
	border-radius: 20px;
	padding:10px;
	position: relative;
	margin-bottom: 30px;
	width: 33.33%;
}



.blacklist-block fieldset legend {
	width: auto;
	margin: 0rem;
	color: inherit;
	white-space: normal;
	background: #007AFF;
	color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	font-size: 12px;
	font-weight: 900;
	padding: 6px 15px;
	position: absolute;
	top: -30px;
	left: 16px;
}
.user-blacklist-block fieldset legend {
	width: auto;
	margin: 0rem;
	color: inherit;
	white-space: normal;
	background: #007AFF;
	color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	font-size: 12px;
	font-weight: 900;
	padding: 6px 15px;
	position: absolute;
	top: -30px;
	left: 16px;
}
.blacklist-filter {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.filter-searchbox {
	margin-bottom: 10px;
}

.filter-searchbox .form-control {
	border: 1px solid #007AFF;
	border-radius: 50px;
	font-weight: 900;
	font-size: 12px;
	padding: 8px 15px;
}

.filter-checkbox {
	list-style: none;
	padding: 0;
	display: block;
	margin: 0;
	text-align: center;
	margin: 0;
}

.filter-checkbox li {
	width: 32%;
	display: inline-block;
}

.filter-checkbox .selection {
	display: block;
	margin-bottom: 5px;
}

.filter-checkbox .selection input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.filter-checkbox .selection label {
	display: block;
	position: relative;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #007AFF;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	padding: 5px;
	line-height: 20px;
	white-space: nowrap;
}

.filter-checkbox .selection input:checked+label {
	background: #007AFF;
	color: #ffffff;
	border-color: #007AFF;
}

.blacklist-item-listing {
	height: calc(100% - 180px);
	overflow-y: auto;

}

.blacklist-item-listing .item-listing-box {
	display: block;
	border: 1px solid HWB(211.3 0% 0%);
	border-radius: 50px;
	margin: 0 0px 5px 0;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	font-weight: 800;
	font-size: 14px;
	position: relative;
	text-align: left;
}
.item-listing-box .actions {
	position: absolute;
	right: 5px;
	top: 2px;
	/* line-height: normal; */
}

.item-listing-box .actions button {
	border-radius: 50px;
	padding: 0px 10px;
	font-size: 10px;
	font-weight: 400;
	border: 0;
	line-height: 20px;
}

/* .blacklist-item-listing {
    height: 300px;
    overflow-y: auto;
    padding-right: 10px;
} */

/* .app-item-listing-box {
	border: 1px solid #007AFF;    
    border-radius: 15px;
    display: flex;
    gap: 7px;    
    align-items: center;
    border-radius: 50px;
    margin: 0 7px 7px 0;    
    padding: 7px 13px;
    font-weight: 800;
    font-size: 14px;
} */
.app-item-listing-box {
	display: block;
	border: 1px solid HWB(211.3 0% 0%);
	border-radius: 50px;
	margin: 0 0px 5px 0;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	padding:5px 10px 5px 30px;
	font-weight: 800;
	font-size: 14px;
	position: relative;
	text-align: left;
}
.app-item-listing-box .app-icon-logo {
	width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
}
.app-item-listing-box .actions {
    position: absolute;
  right: 5px;
top: 6px;
}
.app-item-listing-box .actions button {
    border-radius: 50px;
  padding: 0px 10px;
  font-size: 10px;
  font-weight: 400;
  border: 0;
  line-height: 20px;
}
.app-item-listing-box .app-name {
	line-height: normal;
}
.app-item-listing-box .app-platform {
	color: #666;
	font-size: 10px;
	line-height: normal;
}
.app-item-listing-box .app-icon-logo img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.load-more-wrapper {
    margin-top: 10px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.load-more-wrapper button {
    border-radius: 50px;
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #007AFF;
    background: transparent;
    color: #007AFF;
}

.load-more-wrapper button:hover {
    background: #007AFF;
    color: #fff;
}

.notification-block {
	max-height: 100%;
	/* display: flex;
	padding-bottom: 10px;
	gap: 10px;
	
	align-items: baseline; */
	padding-top: 30px;
	height: calc(100% - 0px);
    display: flex;
    padding-bottom: 10px;
    gap: 10px;
}

.notification-block fieldset {
	margin: 0;
	border: 1px solid #007AFF;
	border-radius: 20px;
	padding: 16px 16px 16px 16px;
	position: relative;
}
.blacklist-block fieldset legend,
.user-blacklist-block fieldset legend,
.notification-block fieldset legend 
{
	width: auto;
	margin: 0rem;
	color: inherit;
	white-space: normal;
	background: #007AFF;
	color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	font-size: 12px;
	font-weight: 900;
	padding: 6px 15px;
	position: absolute;
	top: -30px;
	left: 16px;
}

.notification-block fieldset:nth-child(1) {
	width: 30%;
	overflow-y: auto;
}

.notification-block fieldset:nth-child(2) {
	width: 40%;
}

.notification-block .notification-message-box {
	width: 30%;
}

.notification-block .notification-message-box {
	margin: 0;
	border: 1px solid #007AFF;
	border-radius: 20px;
	padding: 16px 16px 16px 16px;
	position: relative;
	overflow-y: auto;
}

.notification-block .notification-message-box h5 {
	margin: 0 0 15px 0;
    background: #007AFF;
    color: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    line-height: 14px;
    display: inline-block;
}
.notification-list-block {
	height: calc(100% - 60px);
	overflow-y: auto;
}
.notification-list-block.has-load-more {
	height: calc(100% - 70px);
}
.notification-list-block.notification-list {
	height: calc(100% - 0px);
}
.notification-list-block.notification-list.has-load-more {
	height: calc(100% - 30px);
}

.notification-list-block .notification-item {
    border: 1px solid #007AFF;
    border-radius: 30px;
    margin: 0 10px 10px 0;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 900;
}

.notification-block-request {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
	margin: 0 10px 10px 0;
}

.notification-block-request .blockAction {
	border: 1px solid #007AFF;
	border-radius: 30px;
	padding: 4px 4px 4px 15px;
	font-size: 14px;
	font-weight: 900;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.notification-block-request .blockID {
	background: #007AFF;
    color: #ffffff;
    text-align: center;
    padding: 4px 8px;
    width: 110px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 900;
    flex-shrink: 0;
}

.notification-block-request .blockAction button {
	border-radius: 50px;
	line-height: normal;
	font-size: 13px;
	padding: 2px 12px;
	font-weight: 700;
	border: 1px solid transparent;
	line-height: 22px;
}

.notification-message-box-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.notification-message-box-body .select2.select2-container,
.notification-message-box-header .userSearchInput {
	border: 1px solid #007AFF;
	border-radius: 30px;
	overflow: hidden;
}
.notification-message-box-body .select2-container--default .select2-selection--single,
.notification-message-box-header .userSearchInput .select2-container--default .select2-selection--multiple {
	border: 0;
    font-size: 12px;
	font-weight: 800;
    line-height: 23px;
    padding: 0px 10px;
	min-width: 160px;
	min-height: 33px;
}
.notification-message-box-body .select2-container--default .select2-selection--single .select2-selection__clear,
.notification-message-box-body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
    font-size: 15px;
}
.notification-message-box-body .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}
.notification-message-box-header .userSearchInput .select2-container--open .select2-dropdown--below {
	margin-top: 5px;
}
.notification-message-box textarea {
	border-radius: 15px;
	resize: none;
	font-weight: 700;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #ffffff !important;
}
.userSelection {
	margin-bottom: 10px;
}

.userSelection input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.userSelection label {
	position: relative;
	cursor: pointer;
	border: 1px solid #007aff;
	border-radius: 50px;
	padding: 5px 15px;
	font-weight: 900;
	font-size: 12px;
}

.userSelection label::after {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #1d7cfa;
	display: inline-block;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	margin-left: 10px;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	top: 2px;
}

.userSelection input:checked+label:after {
	content: '';
	border: 1px solid #1d7cfa;
	background: #34C759;
}

.userSearchInput input {
	position: relative;
	border: 1px solid #007aff;
	border-radius: 50px;
	padding: 5px 15px;
	font-weight: 900;
}

.modal-common-search .modal-content {
	border: 2px solid #007AFF;
	border-radius: 40px;
}

.modal-common-search .modal-content .modal-body {
	padding: 70px 40px 40px;
	display: flex;
	gap: 24px;
}

.modal-common-search h5 {
	background: #007AFF;
	margin: 0;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	padding: 8px 0;
	font-size: 18px;
	min-width: 180px;
	text-align: center;
	border-radius: 20px;
}

.modal-common-search .searchArea {
	width: 100%;
}

.modal-common-search .searchArea .btn {
	margin: 0 5px;
}

.modal-common-search .searchArea .form-control {
	font-weight: 900;
	border-radius: 50px;
	border: 1px solid #007AFF;
	padding: 8px 18px;
	line-height: 26px;
}

.packages-wrapper {
	padding: 0 4%;
}

.packages-info h3 {
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
}

.packages-info ul {
	font-weight: 900;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 30px;
}

.packages-info ul li {
	margin-bottom: 10px;
}

.activePlan-info .planBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}


.planBox .planBox-content {
	display: flex;
	gap: 50px;
	text-align: center;
	justify-content: left;
	width: 30%;
}

.activePlan-info .planBox h4 {
	font-size: 22px;
	font-weight: 900;
}

.activePlan-info .planBox h5 {
	font-size: 18px;
	font-weight: 900;
}

.activePlan-info .planBox h6 {
	font-size: 18px;
	font-weight: 900;
	border: 1px solid #007aff;
	border-radius: 50px;
	color: #007aff;
	width: 150px;
	padding: 5px 0;
}

.createPlan {
	border: 3px solid #007aff;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 20px;
}

.createPlan h3 {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 20px;
}

.createPlanBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.createPlanBox .planBox-content {
	display: flex;
	gap: 30px;
}

.createPlan .planBox-content h5 {
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}

.createPlan .planBox-content .form-control {
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	border: 1px solid #007aff;
	border-radius: 50px;
	color: #007aff;
	width: 150px;
	padding: 5px 0;
}

.setting-content-block {
	padding: 0 4%;
}

.setting-block {
	border: 1px solid #007AFF;
	padding: 30px;
	border-radius: 20px;
	font-weight: 900;
}

.setting-block h3 {
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 50px;
}


/*** <--- CIRCLE STYLES ---> ***/
.wrap-circles {
	display: flex;
	min-height: 100vh;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 2rem 1rem;
	background: #000;
}

.circle {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0.5rem;
	border-radius: 50%;
	background: #FFCDB2;
	overflow: hidden;
}

.circle.per-25 {
	background-image: conic-gradient(#B5838D 25%, #FFCDB2 0);
}

.circle.per-50 {
	background-image: conic-gradient(#B5838D 50%, #FFCDB2 0);
}

.circle.per-75 {
	background-image: conic-gradient(#B5838D 75%, #FFCDB2 0);
}

.circle.per-100 {
	background-image: conic-gradient(#B5838D 100%, #FFCDB2 0);
}

.circle .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 115px;
	height: 115px;
	background: #000;
	border-radius: 50%;
	font-size: 1.85em;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.75);
}

.users-block {
	height: calc(100% - 0px);
	display: flex;
	padding-bottom: 10px;
	padding-top: 30px;
	gap: 10px;
	align-items: flex-start;
}

.users-block fieldset {
	margin: 0;
	border: 1px solid #007AFF;
	border-radius: 20px;
	padding: 16px 16px 16px 16px;
	position: relative;
	width: 25%;
}

.users-block fieldset legend {
	width: auto;
	margin: 0rem;
	color: inherit;
	white-space: normal;
	background: #007AFF;
	color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	font-size: 12px;
	font-weight: 900;
	padding: 6px 15px;
	position: absolute;
	top: -30px;
	left: 16px;
}

.user-list-box {
	border-radius: 50px;
	border: 1px solid #007AFF;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	padding: 6px;
	margin-bottom: 10px;
}
.user-list-box:last-child {
	margin-bottom: 0;
}

.user-list-box .userRadial {
	width: 46px;
	height: 46px;
}

.user-list-box .userRadial img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.user-list-box h5 {
	margin: 0;
	font-weight: 900;
	font-size: 14px;
}

.user-list-box .userMark {
	border-radius: 50px;
	border: 2px solid #007AFF;
	width: 15px;
	height: 15px;
}

.user-list-box .userMark.fill {
	background: #007AFF;
}

.user-list-box.active{
	background-color: hwb(211.3 0% 0% / 0.23);
}

.users-listing {
	font-size: 12px;
	height: calc(100% - 0px);
	overflow-y: auto;
}
.users-listing.has-load-more {
	height: calc(100% - 30px);
}
.invalid-feedback {
	color: hwb(354.3 20.8% 13.7%);
	font-weight: 600 !important;
}

.users-block .users-listing-wrapper {
	height: 100%;
	padding-right: 0;
	width: 25%;
}

.users-block .users-listing-wrapper .users-listing {
	padding-right: 16px;
}
.head-with-input-wrapper input.form-control {
	width: 100%;
}
.add-blacklist .fields-wrapper {
	/* max-width: 50%; */
	margin-bottom: 15px;
}
.notification-message-box-body 
.notification-message-box-body textarea {
	border: none;
	font-size: 14px;
	height: 220px;
	margin-bottom: 20px;
	padding-left: 0;
}
.mega-menu {
    width: 100%;
	min-width: 680px;
    padding: 20px;
}
.mega-menu .dropdown-header {
    font-weight: bold;
    margin-bottom: 10px;
    color: #007AFF;	
	font-size: 14px;
}
.mega-menu .col-md-4 {
    padding: 0 15px;
}
.account-wrap {
    display: flex;
    align-items: center;
    /* gap: 15px; */
}
.header-wrap .dropdown-toggle,
.language-selector {
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.account-item {    
    gap: 10px;
    padding: 8px 12px;
    border-radius: 4px;    
}
.account-item::after {
	display: none;
}
.account-item .content {
	font-size: 13px;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 2px;
}



/* Outer wrapper with position for overlay */
.progress-circle-wrapper {
	position: relative;
    width: 55px;
    height: 55px;
    border: 1px solid #007AFF;
    border-radius: 50%;
  }
  
  /* Image styling */
  .user-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	object-fit: cover;
  }
  
  /* Bootstrap Progress bar styled as ring */
  .circular-progress {
	width: 53px;
    height: 53px;
    border-radius: 50%;
    transform: rotate(-156deg);
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  /* Progress fill color based on class */
  .circular-progress .progress-bar {
	height: 53px;
	background-color: red; /* Default */
  }
  
  /* Alternate colors */
  .circular-progress.orange .progress-bar {
	background-color: orange;
  }
  
  .circular-progress.grin .progress-bar {
	background-color: green;
  }

.users-quick-look-wrapper {
	display: flex;
	align-items: center;
	gap: 60px
  }
.users-quick-look-wrapper .user-content-wrapper {
	width: 400px;
}
.users-quick-look-wrapper .user-list-info-wrapper {
	border: 1px solid #007AFF;
    border-radius: 20px;
    padding: 16px 16px 16px 16px;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.users-quick-look-wrapper .user-list-info-wrapper .user-list-info .head {
	font-weight: 700;
	font-size: 14px;
  	line-height: normal;
	letter-spacing: 0px;
	color: #000;
	margin-bottom: 3px;
}
.users-quick-look-wrapper .user-list-info-wrapper .user-list-info .head span {
	color:rgba(134, 134, 134, 1);
}
.users-quick-look-wrapper .user-list-info-wrapper .user-list-info .head.highlighted,
.users-quick-look-wrapper .user-list-info-wrapper .user-list-info .head .highlighted {
	color: #007AFF;
}
.users-quick-look-wrapper .user-list-info-wrapper .user-list-progress {
	text-align: center;
}
.users-quick-look-wrapper .title {
	font-weight: 900;
	font-size: 16px;
	line-height: 100%;
}
.users-quick-look-wrapper .score-number {
	font-weight: 900;
	font-size: 23px;
	line-height: 100%;
	color: #007AFF;
}
.users-quick-look-wrapper .score-text {
	font-weight: 900;
	font-size: 23px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #007AFF;
}
.users-quick-look-wrapper .user-progress-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 140px;
}
.users-quick-look-wrapper .user-progress-wrapper .btn-wrapper {
	display: flex;
	justify-content: end;
	width: 100%;
}
.users-quick-look-wrapper .btn-wrapper {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.user-progress-wrapper .user-list-box {
	border: none;
	justify-content: center;
}
.user-progress-wrapper .user-list-box .progress-circle-wrapper {
	position: relative;
}
.user-progress-wrapper .user-list-box .progress-circle-wrapper .number {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-progress-wrapper .user-list-box .progress-circle-wrapper .orange+.number {
	color: orange;
}
.user-progress-wrapper .user-list-box .progress-circle-wrapper .red+.number {
	color: red;
}
.user-progress-wrapper .user-list-box .progress-circle-wrapper .grin+.number {
	color: green;
}
.users-details-page {
	padding: 40px 10px;
	height: 95vh;
    overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}
.users-details-page::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Optional: just to be safe */
}

.users-details-page .user-list-box {
	width: 250px;
}
.users-details-page .user-info-wrapper {
	border: 1px solid #007AFF;
    border-radius: 20px;
    padding: 16px;
	margin-bottom: 12px;
}
.users-details-page .user-info-wrapper .tag {
	background-color: #007AFF;
	color: #ffffff;
	border-radius: 15px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}
.users-details-page .user-info-wrapper .info {
	color: rgba(136, 136, 136, 1);
	font-size: 13px;
	font-weight: 700;
}
.users-details-page .user-info-wrapper .user-list-info-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
}
.users-details-page .user-info-wrapper .user-list-info-wrapper .item-wrapper {
	border: 1px solid #007AFF;
    border-radius: 20px;
    padding: 10px;
	width: 170px;
  	height: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px
}
.users-details-page .user-info-wrapper .user-list-info-wrapper .item-wrapper .title {
	font-weight: 900;
	font-size: 14px;
	line-height: 100%;
	text-transform: capitalize;
	margin: 0;
}
.users-details-page .user-info-wrapper .user-list-info-wrapper .item-wrapper .number {
	font-weight: 900;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0px;
	margin: 0;
}
.users-details-page .user-info-wrapper .user-list-info-wrapper .item-wrapper .dot {
	width: 10px;
	height: 10px;
	font-size: 12px;
	border-radius: 50%;
	flex-shrink: 0;
	border: 1px solid hwb(211.3 0% 0%);
}
.users-details-page .user-info-wrapper .user-list-info-wrapper .item-wrapper .dot.blue {
	background-color: #007AFF;
}
.users-details-page .user-info-wrapper .user-list-info-wrapper .item-wrapper .dot.red {
	background-color: red;
}
.users-details-page .user-info-wrapper .des {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	width: 70%;
}
.users-details-page .user-info-wrapper .tag-with-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.users-details-page .user-info-wrapper .tag-with-icon-wrapper .icon-wrapper {
	font-size: 18px;
	color: #007AFF;
	position: relative;
}
.users-details-page .user-info-wrapper .tag-with-icon-wrapper .icon-wrapper .number {
	width: 13px;
    height: 13px;
    font-size: 10px;
    background-color: rgba(255, 59, 48, 1);
    color: #ffffff;
    position: absolute;
    top: -1px;
    right: -6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.users-details-page .user-list-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.users-details-page .user-info-wrapper .user-list-info .head {
	font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 3px;
}
.users-details-page .user-info-wrapper .user-list-info .head .highlighted {
	color: #007AFF;
}
.users-details-page .user-info-wrapper .user-list-progress {
	text-align: center;
}
.users-details-page .user-info-wrapper .user-list-progress .title {
	font-weight: 900;
    font-size: 18px;
    line-height: 100%;
	margin-bottom: 5px;
}
.users-details-page .user-info-wrapper .user-list-progress .info {
	font-weight: 600;
	font-size: 11px;
	line-height: 100%;
	letter-spacing: 0px;
	color: rgba(194, 194, 194, 1);
	margin-bottom: 5px;
}
.users-details-page .user-info-wrapper .user-list-progress .score-number {
	font-weight: 900;
    font-size: 23px;
    line-height: 100%;
    color: #007AFF;
}
.users-details-page .user-info-wrapper .user-list-progress .score-number.small {
	font-size: 14px;
}
.additional-user-info-wrapper,
.additional-user-info-wrapper .days-wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #007AFF;
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 12px;
}
.additional-user-info-wrapper .days-wrapper-content {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	border-radius: 20px;        
	margin-bottom: 12px;
}

.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper .content-wrapper {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.additional-user-info-wrapper .days-wrapper .round-progress .round-progress-value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	/* background-color: #ffffff; */
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.additional-user-info-wrapper .days-wrapper .round-progress .round-progress-value .number
{
	font-weight: 900;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0px;
	/* color: hwb(0 82% 18%); */
	color:hwb(0 69.8% 30.2% / 0.72);
	margin: 0;
	position: relative;
	top: 3px;
}
.additional-user-info-wrapper .days-wrapper .round-progress .round-progress-value .day {
	font-weight: 900;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0px;
	color: rgba(33, 33, 33, 1);
	text-transform: capitalize;	
}
.additional-user-info-wrapper .days-wrapper .round-progress .round-progress-value .dot.blue
{
	background-color: HWB(211.3 0% 0%);
}
.additional-user-info-wrapper .days-wrapper .round-progress .round-progress-value .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
	border: 1px solid hwb(211.3 0% 0%);
	position: relative;
  	bottom: 5px;
}
.round-progress .content-wrapper .number{
	font-weight: 900;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0px;
	color: hwb(0 82% 18%);
	margin: 0;
}
.round-progress .content-wrapper .day{
	font-weight: 900;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0px;
	color: hwb(0 12.9% 87.1%);
	text-transform: capitalize;
	margin: 0;
}
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper.filled .circular-progress,
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper.filled .content-wrapper {
	background-color: #007AFF;
}
.additional-user-info-wrapper .days-wrapper .days-wrapper-content .filled{
	/* background-color: hwb(115.1 55.3% 6.7%); */
	background-color: hwb(211.3 0% 0% / 0.23);
}
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper .content-wrapper .dot {
	width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper .content-wrapper .dot.blue {
	background-color: #007AFF;
}
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper .content-wrapper .dot.red {
	background-color: red;
}
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper .content-wrapper .number {
	font-weight: 900;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0px;
	color: rgba(209, 209, 209, 1);
	margin: 0;
}
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper.filled .content-wrapper .number {
	color: #ffffff;
}
.additional-user-info-wrapper .days-wrapper .progress-circle-wrapper .content-wrapper .day {
	font-weight: 900;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0px;
	color: rgba(33, 33, 33, 1);
	text-transform: capitalize;
	margin: 0;
}
.additional-user-info-wrapper .head {
	font-weight: 800;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0px;
}
.additional-user-info-wrapper .notification-list-block .blockID {
	background-color: transparent;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
	text-transform: capitalize;
}
.additional-user-info-wrapper .notification-list-block .blockAction span {
	color: #007AFF;
	margin: 0 5px;
}
.additional-user-info-wrapper .notification-list-block .blockAction h6 {
	font-weight: 900;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin: 0;
}
.users-details-page .date {
	background-color: #007AFF;
	font-weight: 900;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: capitalize;
	padding: 7px 13px;
	font-size: 12px;
	margin: 0 0 7px auto;
	border-radius: 15px;
	width: fit-content;
}
.user-details-page.back-btn {
	position: absolute;
	top: 70px;
	left: 30px

	font-size: 12px;
}
.back-btn {
	background-color: #007AFF;
	color: #ffffff;
	font-size: 14px;
	padding: 2px 18px;
	border-radius: 10px;
	display: inline-block;
}
.round-design {
	width: 65px;
    height: 65px;
    background-color: #ffffff;
    border: 20px solid #007AFF;
    border-radius: 50%;
    display: inline-block;
	position: absolute;
	bottom: 150px;
	left: 65px;
	font-size: 12px;
}
.mega-menu .dropdown-item.active,
.mega-menu .dropdown-item:hover {
	color: #007AFF;
}
table tbody tr td .img-flag {
	padding: 0;
    border: none;
    width: 45px;
	height: 30px;
    object-fit: cover;
}
table tbody tr td .img-thumbnail {
	padding: 0;
    border: none;
    width: 45px;
	height: 45px;
    object-fit: cover;
	border-radius: 50%;
}
.table .thead tr th {
	background-color: transparent;
}
.table-hover>tbody>tr:hover {
	background-color: rgb(113 197 227 / 13%);
}
table thead tr th {
	background-color: #007aff30 !important;
	white-space: nowrap;
}
table tbody tr td .badge {
	padding: 8px 18px;
    font-size: 13px;
}
.cstm-form-wrapper,
.cstm-table-wrapper {
	/* height: calc(100% - 178px); */
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden
}

/* Progress bar Style */
.round-progress {
	 width: 45px;
	 height: 45px;
	 line-height: 45px;
	 background: none;
	 box-shadow: none;
	 position: relative;
	 border: 1px solid #007AFF;
    border-radius: 50%;
}
 
.round-progress .user-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	object-fit: cover;
}
 .round-progress > span {
	 width: 50%;
	 height: 100%;
	 overflow: hidden;
	 position: absolute;
	 top: 0;
	 z-index: 1;
}
.round-progress .round-progress-left {
	 left: 0;
}
 .round-progress .round-progress-bar {
	 width: 100%;
	 height: 100%;
	 background: none;
	 border-width: 5px;
	 border-style: solid;
	 position: absolute;
	 top: 0;
	 border-color: orange;
}
.count-num {
    position: absolute;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) !important;
	margin: 0;
    z-index: 2;
}
.round-progress.red .count-num {
	color: red;
}
.round-progress.orange .count-num {
	color: orange;
}
.round-progress.green .count-num {
	color: green;
}
.round-progress.red .round-progress-bar {
	border-color: red;
}
.round-progress.green .round-progress-bar {
	border-color: green;
}
 .round-progress .round-progress-left .round-progress-bar {
	 left: 100%;
	 border-top-right-radius: 75px;
	 border-bottom-right-radius: 75px;
	 border-left: 0;
	 -webkit-transform-origin: center left;
	 transform-origin: center left;
}
 .round-progress .round-progress-right {
	 right: 0;
}
 .round-progress .round-progress-right .round-progress-bar {
	 left: -100%;
	 border-top-left-radius: 75px;
	 border-bottom-left-radius: 75px;
	 border-right: 0;
	 -webkit-transform-origin: center right;
	 transform-origin: center right;
}
 .round-progress .round-progress-value {
	 display: flex;
	 border-radius: 50%;
	 font-size: 36px;
	 text-align: center;
	 line-height: 20px;
	 align-items: center;
	 justify-content: center;
	 height: 100%;
	 font-weight: 300;
}
.round-progress .number{
	display: flex;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: 600;
}
 .round-progress .round-progress-value div {
	 margin-top: 10px;
}
 .round-progress .round-progress-value span {
	 font-size: 12px;
	 text-transform: uppercase;
}
/* This for loop creates the necessary css animation names Due to the split circle of round-progress-left and round-progress right, we must use the animations on each side. */
 .round-progress[data-percentage="10"] .round-progress-right .round-progress-bar {
	 animation: loading-1 1.5s linear forwards;
}
 .round-progress[data-percentage="10"] .round-progress-left .round-progress-bar {
	 animation: 0;
}
 .round-progress[data-percentage="20"] .round-progress-right .round-progress-bar {
	 animation: loading-2 1.5s linear forwards;
}
 .round-progress[data-percentage="20"] .round-progress-left .round-progress-bar {
	 animation: 0;
}
 .round-progress[data-percentage="30"] .round-progress-right .round-progress-bar {
	 animation: loading-3 1.5s linear forwards;
}
 .round-progress[data-percentage="30"] .round-progress-left .round-progress-bar {
	 animation: 0;
}
 .round-progress[data-percentage="40"] .round-progress-right .round-progress-bar {
	 animation: loading-4 1.5s linear forwards;
}
 .round-progress[data-percentage="40"] .round-progress-left .round-progress-bar {
	 animation: 0;
}
 .round-progress[data-percentage="50"] .round-progress-right .round-progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .round-progress[data-percentage="50"] .round-progress-left .round-progress-bar {
	 animation: 0;
}
 .round-progress[data-percentage="60"] .round-progress-right .round-progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .round-progress[data-percentage="60"] .round-progress-left .round-progress-bar {
	 animation: loading-1 1.5s linear forwards 1.5s;
}
 .round-progress[data-percentage="70"] .round-progress-right .round-progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .round-progress[data-percentage="70"] .round-progress-left .round-progress-bar {
	 animation: loading-2 1.5s linear forwards 1.5s;
}
 .round-progress[data-percentage="80"] .round-progress-right .round-progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .round-progress[data-percentage="80"] .round-progress-left .round-progress-bar {
	 animation: loading-3 1.5s linear forwards 1.5s;
}
 .round-progress[data-percentage="90"] .round-progress-right .round-progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .round-progress[data-percentage="90"] .round-progress-left .round-progress-bar {
	 animation: loading-4 1.5s linear forwards 1.5s;
}
 .round-progress[data-percentage="100"] .round-progress-right .round-progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .round-progress[data-percentage="100"] .round-progress-left .round-progress-bar {
	 animation: loading-5 1.5s linear forwards 1.5s;
}
 @keyframes loading-1 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(36);
		 transform: rotate(36deg);
	}
}
 @keyframes loading-2 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(72);
		 transform: rotate(72deg);
	}
}
 @keyframes loading-3 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(108);
		 transform: rotate(108deg);
	}
}
 @keyframes loading-4 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(144);
		 transform: rotate(144deg);
	}
}
 @keyframes loading-5 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(180);
		 transform: rotate(180deg);
	}
}
.head-with-input-wrapper {
	flex-wrap: nowrap;
}
.question-answer{
	border: 1px solid HWB(211.3 0% 0%);
	border-radius: 30px;
	padding: 4px 4px 4px 15px;
	font-size: 14px;
	font-weight: 900;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.img-50{
	width: 50px;
	height: auto;
	object-fit: fill;
}

/* about-us */
.custom-page-container-outer {
	font-size: 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.custom-page-container {
	padding: 2rem;
	border: 3px solid #fff;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.07);
}

.custom-page-content {
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
}

.custom-page-content h1, 
.custom-page-content h2, 
.custom-page-content h3 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	color: #fff;
}

.custom-page-content p {
	margin-bottom: 1rem;
}

.custom-page-content ul, 
.custom-page-content ol {
	margin-bottom: 1rem;
	padding-left: 2rem;
}

.custom-page-content li {
	margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
	.custom-page-container {
		padding: 1rem;
	}
	.custom-page-content {
		font-size: 0.95rem;
	}
}

/* dashboard */

.welcome-card {
	background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}
.welcome-card:hover {
	transform: translateY(-5px);
}
.welcome-icon {
	font-size: 3rem;
	color: rgba(255,255,255,0.9);
}
.welcome-text {
	color: white;
	font-size: 1rem;
	line-height: 1.6;
}
.stats-card {
	background: white;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
.stats-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
.stats-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 1.5rem;
}
.bg-gradient-primary {
	background: linear-gradient(45deg, #4e73df 0%, #224abe 100%);
}
.bg-gradient-success {
	background: linear-gradient(45deg, #1cc88a 0%, #13855c 100%);
}
.bg-gradient-info {
	background: linear-gradient(45deg, #36b9cc 0%, #258391 100%);
}
.bg-gradient-warning {
	background: linear-gradient(45deg, #f6c23e 0%, #dda20a 100%);
}

/* Package-error */
.error-feedback {
    color: #dc3545;
    font-size: 80%;
    margin-top: 0.25rem;
}
.is-invalid {
    border-color: #dc3545 !important;
}
.nav-link.has-error {
    color: #dc3545 !important;
    font-weight: bold;
}
.global-error {
    margin-bottom: 1rem;
}

.nav-tabs .nav-link {
    cursor: pointer;
}
.nav-tabs .nav-link.error-tab {
	color: #dc3545;
	border-color: #dc3545;
	position: relative;
}
.nav-tabs .nav-link.error-tab::after {
	content: '!';
	position: absolute;
	top: -5px;
	right: -5px;
	background: #dc3545;
	color: white;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}
.nav-tabs .nav-link.error-tab.active {
	background-color: #dc3545;
	color: white;
}
.form-control.is-invalid {
	border-color: #dc3545;
}
.error-count {
	position: absolute;
	top: -8px;
	right: -8px;
	background: #dc3545;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}
/* role */

.module-section {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f8f9fa;
}
.module-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
}
.module-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
}
.permissions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	margin-left: 25px;
}
.permission-item {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.select-all-modules {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e9ecef;
	border-radius: 5px;
}
.permission-checkbox{
	cursor: pointer;
}
.permission-label {
	cursor: pointer;
}
/* srt url */
/* .table-responsive {
	margin-top: 20px;
} */
/* subadmin */
.subadmin-data {
	width: 100% !important;
}
.subadmin-data td {
	vertical-align: middle;
}
.user-details-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
.user-details-wrapper img {
	border-radius: 8px;
	object-fit: cover;
}
.user-details-content h6 {
	margin-bottom: 5px;
	font-weight: 600;
}
.user-details-content p {
	margin: 0;
	color: #6c757d;
}
.action-dropdown .dropdown-menu {
	min-width: 120px;
}
.action-dropdown .dropdown-item {
	padding: 8px 15px;
	font-size: 14px;
}
.action-dropdown .dropdown-item i {
	margin-right: 8px;
}
/* user-detail */
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	top: 50%;
	left: 5px;
	height: 1em;
	width: 1em;
	margin-top: -0.5em;
	display: block;
	position: absolute;
	color: white;
	border: 0.15em solid white;
	border-radius: 1em;
	box-shadow: 0 0 0.2em #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	line-height: 1em;
	content: '+';
	background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
	content: '-';
	background-color: #d33333;
}

/* New styles for collapsible rows */
td.dt-control {
	text-align: center;
	cursor: pointer;
}
td.dt-control:before {
	content: '+';
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #31b131;
	color: white;
	border-radius: 50%;
	font-weight: bold;
}
tr.shown td.dt-control:before {
	content: '-';
	background-color: #d33333;
}
.child-row-details {
	padding: 1rem;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	margin: 0.5rem 0;
}
/* Notification */
.filter-buttons {
    display: flex;
    gap: 10px;
}
.filter-buttons .btn {
	font-size: 12px;
	padding: 2px 10px;
}
.notification-block-request.rejected .blockAction {
    border-color: #dc3545;
}
.notification-block-request.accepted .blockAction {
    border-color: #198754;
}
.notification-block-request .btn-dark.rejected {
    background-color: #dc3545;
    border-color: #dc3545;
}
.notification-block-request .btn-primary.accepted {
    background-color: #198754;
    border-color: #198754;
}
.blockID {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    padding: 5px;
}
.category-icon {
    margin-right: 8px;
    color: #666;
}
.ck-editor__editable.is-invalid {
    border-color: #dc3545 !important;
}
/* info-master */
.form-control:focus {
    box-shadow: none;
}
.wrap-text {
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}
.custom-page-account {
	background: url('/storage/images/template/iPhone_bg.png');
	background-size: cover;
	display: flex;
	min-height: 100vh;
	/* align-items: center; */
	justify-content: center;
	padding: 2rem 1rem;
	background-color: HWB(211.3 0% 0%);
}
.custom-page-header {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2rem;
}
.custom-content {
	width: 100%;
}
.blacklist-no-data {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-height:200px;
}
.blacklist-no-data h5 {
	font-size: 14px;
	font-weight:600;
	color:#888;
}
table thead tr th:last-child {
	text-align: center;
}
/* table tbody tr td:last-child {
	text-align: end;
} */

.form-control:disabled,
.form-control[readonly] {
    background-color: #1d7cfa12;
}
table tbody tr td .img-flag {
	width: 50px;
    height: 33px;
    object-fit: cover;
    border-radius: 5px;
}
.language-modal-wrapper .img-flag {
	width: 50px;
	height: 33px;
	object-fit: cover;
	border-radius: 5px;
}
.h6, h6 {
    font-size: 14px;
}
.dt-length select {
	margin-left: 5px;
}
.modal-content .img-thumbnail {
	width: 35px;
	height: 35px;
}
.add-question-option-wrapper {
	background-color: #1d7cfa08;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px #1d7cfa08;
	border: 1px solid #1d7cfa;
}
.card {
	border-color: #1d7cfa;
}
.card-header {
	background-color: #1d7cfa08;
}
.remove-btn-wrapper button {
	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 13px;
    margin: 0 0 0 auto;
}
.remove-btn-wrapper button i {
	margin: 0;
}
.option-item .nav-tabs {
	margin-bottom: 10px;
}
.option-item .custom-checkbox input:checked {
	background-color: #1d7cfa;
}
.bg-success {
	background-color: #d4edda !important;
	color: #198754 !important;
}
.pagination {
	gap: 5px;
}
.pagination .page-item .page-link {
	border-radius: 5px;
    padding: 3px 8px;
    font-size: 12px;
}
@media (max-width: 768px) {
	.custom-page-account {
		padding: 1rem;
	}
	.custom-page-header {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
}
