﻿*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	outline: 0px !important;
	scroll-behavior: smooth;
	word-break: break-word;
}

a:focus,
.btn:focus,
input:focus {
	box-shadow: none !important;
	outline: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 0px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
	filter: none !important;
}

input::-webkit-caps-lock-indicator,
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
	content: none;
	-webkit-appearance: caps-lock-indicator;
}

/* Hide password reveal button in MS Edge */
::-ms-reveal {
	display: none;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}


/**::-moz-scrollbar-track,
*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: transparent;
}
*::-webkit-scrollbar ,
*::-moz-vertical-scrollbar,
*::-moz-horizontal-scrollbar
{
	height: 8px;
	width: 8px;
	background: #fff;
	background: green;
}

*::-webkit-scrollbar-thumb {
	background: #E5E5E5;
	background: red;
	border-radius: 20px;
}*/


*::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
}

*::-webkit-scrollbar {
	width: 6px;
	background-color: #fff;
}

*::-webkit-scrollbar-thumb {
	width: 6px;
	border-radius: 10px;
	background-color: #555;
	background: #E5E5E5;
	border-radius: 20px;
	padding: 20px;
}




[data-toggle="tooltip"],
input,
[type="file"],
input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

img {
	max-width: 100%;
}

.text-truncate {
	display: block;
}

a, .link {
	color: #F04242;
	transition: all 0.3s ease-out;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.overflow-hidden {
	overflow: hidden;
}

.link.disable {
	color: #B8B8B8;
	pointer-events: none;
}

.clickallow {
	cursor: pointer !important;
}

a:not(.btn):hover, .link:hover {
	color: #FD4E4E;
	text-decoration: underline;
}
#tblMeetingUser_next a:hover, #tblMeeting_next a:hover {
	color: #FD4E4E;
}
#tblMeetingUser_next a, #tblMeeting_next a {
	text-decoration: none !important;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"], [class*=" icon-"] {
	text-decoration: none !important;
}

.underline {
	text-decoration: underline !important;
}

.no-underline {
	text-decoration: unset !important;
}

button {
	transition: all 0.3s ease-out;
	cursor: pointer;
}

html {
	overscroll-behavior-y: none;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	overscroll-behavior-y: none;
	margin: 0;
	font-family: 'Metropolis';
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background-color: #f4f4f4;
	color: #000000;
}

ul {
	list-style: none;
	padding: 0;
}

.white-space-nowrap {
	white-space: nowrap;
}

.form-row {
	margin-right: -15px;
	margin-left: -15px;
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}

.white-space-nowrap {
	white-space: nowrap;
}


/*text style*/

.truncate-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.truncate-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.truncate-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.truncate-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

h1,
.h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 67px;
	letter-spacing: 0px;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 0px;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 39px;
	font-weight: 600;
	letter-spacing: 0px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: 0px;
}

h5,
.h5 {}

h6,
.h6 {}


/*icons Font Sizes Start */

.fs-10 {
	font-size: 10px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-22 {
	font-size: 22px !important;
}

.fs-24 {
	font-size: 24px !important;
}

/*icons Font Sizes End */


/*Line Height*/

.lh-normal {
	line-height: normal !important;
}

.lh-140pr {
	line-height: 140% !important;
}

.lh-160pr {
	line-height: 160% !important;
}

/*Line Height*/
.body-text-large {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
}

.body-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
}

.body-text-emphasis {
	font-weight: 600;
	font-size: 16px;
	line-height: 29px;
}

.body-text-mini {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
}

label, .label-text {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
}

/*Line Height*/

.l-h-normal {
	line-height: normal !important;
}

/*Line Height*/

p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
}

.container-fluid {
	position: relative;
}

.fw-100 {
	font-weight: 100 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: bold !important;
}

.fw-extrabold {
	font-family: 'Metropolis Extra' !important;
	font-weight: bold !important;
}

.fw-900 {
	font-weight: 900 !important;
}

/*background color*/

/*Primary*/

.bg-primary {
	background: #F04242 !important;
	background-color: #F04242 !important;
}

.bg-primary-80 {
	background: #5071E4 !important;
	background-color: #5071E4 !important;
}

.bg-primary-60 {
	background: #7C94EB !important;
	background-color: #7C94EB !important;
}

.bg-primary-40 {
	background: #A8B8F1 !important;
	background-color: #A8B8F1 !important;
}

.bg-primary-20 {
	background: #D3DBF8 !important;
	background-color: #D3DBF8 !important;
}

.bg-primary-10 {
	background: #E9EDFC !important;
	background-color: #E9EDFC !important;
}

.bg-primary-5 {
	background: #fff3f3 !important;
	background-color: #fff3f3 !important;
}

/*Primary*/
.bg-secondary {
	background: #243383 !important;
	background-color: #243383 !important;
}

/*Monochrome*/

.bg-black {
	background: #000000 !important;
	background-color: #000000 !important;
}

.bg-dark-grey {
	background: #666666 !important;
	background-color: #666666 !important;
}

.bg-grey {
	background: #B8B8B8 !important;
	background-color: #B8B8B8 !important;
}

.bg-light-grey {
	background: #E5E5E5 !important;
	background-color: #E5E5E5 !important;
}

.bg-ultralight-grey {
	background: #FAFAFA !important;
	background-color: #FAFAFA !important;
}

.bg-white {
	background: #ffffff !important;
	background-color: #ffffff !important;
}

/*Success*/
.bg-success {
	background: #14AF2D !important;
	background-color: #14AF2D !important;
}

.bg-success-light {
	background: #E8F7EA !important;
	background-color: #E8F7EA !important;
}

/*Error*/
.bg-error {
	background: #D72700 !important;
	background-color: #D72700 !important;
}

.bg-error-light {
	background: #FBE9E5 !important;
	background-color: #FBE9E5 !important;
}

/*Warning*/
.bg-warning {
	background: #F8C307 !important;
	background-color: #F8C307 !important;
}

.bg-warning-light {
	background: #FEF9E6 !important;
	background-color: #FEF9E6 !important;
}

/*background color*/


/*text color*/

.text-primary {
	color: #F04242 !important;
}

.text-secondary {
	color: #243383 !important;
}

.text-black {
	color: #000000 !important;
}

.text-dark-grey {
	color: #666666 !important;
}

.text-grey {
	color: #B8B8B8 !important;
}

.text-light-grey {
	color: #E5E5E5 !important;
}

.text-ultralight-grey {
	color: #FAFAFA !important;
}

.text-white {
	color: #ffffff !important;
}

.text-success {
	color: #14AF2D !important;
}

.text-error {
	color: #D72700 !important;
}

.text-warning {
	color: #F8C307 !important;
}


/*text color*/

/*Vertical Align Start*/

.vertical-align-middle {
	vertical-align: middle !important;
}

.vertical-align-bottom {
	vertical-align: bottom !important;
}

.vertical-align-top {
	vertical-align: top !important;
}

/*Vertical Align End*/



/*Width*/

.min-w-inherit {
	min-width: inherit !important;
}

/*Width*/
/*button*/

.close {
	opacity: 1;
}

.btn {
	font-family: 'Metropolis';
	font-weight: 500;
	font-size: 14px;
	color: #F04242;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	padding: 14px 28px;
	border-radius: 12px;
	min-width: 100px;
	height: 58px;
	transition: all .3s ease-out;
	white-space: nowrap;
}

.btn.btn-sm {
	/*
    min-width: inherit;
    padding-left: 22px;
    padding-right: 22px;
*/
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn.btn-primary {
	background-color: #F04242;
	color: #ffffff;
	border-color: #F04242;
}

.btn-primary:hover {
	background-color: #FD4E4E;
	border-color: #FD4E4E;
}

.btn-primary:focus {
	background-color: #F04242;
	border-color: #F04242;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
	background-color: #B8B8B8;
	border-color: #B8B8B8;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn.btn-secondary {
	background-color: transparent;
	color: #F04242;
	border-color: #F04242;
}

.btn-secondary:hover {
	background-color: #F04242;
	color: #ffffff;
	border-color: #F04242;
}

.btn-secondary:focus {
	background-color: #0f34bd;
	border-color: #0f34bd;
	color: #ffffff;
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary[disabled] {
	color: #ffffff;
	background-color: #B8B8B8;
	border-color: #B8B8B8;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle,
.btn.btn-link {
	background-color: transparent;
	color: #F04242;
	border-color: transparent;
	text-decoration: none;
}

.btn-link:hover, .btn-link:focus {
	background-color: #FAFAFA;
	color: #5071E4;
	border-color: transparent;
}

.btn-link.disabled,
.btn-link:disabled,
.btn-link[disabled] {
	opacity: 0.6 !important;
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
	opacity: 1;
	cursor: not-allowed !important;
}

.disabled input, :disabled input, [disabled] input,
.disabled, :disabled, [disabled] {
	opacity: 0.5;
	cursor: not-allowed !important;
	pointer-events: none;
}

.table-filter-listing .btn {
	padding: 9px 20px;
	height: 40px;
	line-height: 160%;
	font-weight: 500;
	font-size: 14px;
}

.table-filter-listing .form-floating .input-icon {
	top: 11px;
}

.table-filter-listing .form-floating .input-icon.icon-close {
	top: 7px;
}



/*Go Back*/

.go-back>a:hover {
	color: #F04242 !important;
	text-decoration: none;
}

/*Go Back*/

/*
.btn [class^="icon-"],
.btn [class*=" icon-"] {
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-top: -8px;
    display: inline-block;
}
*/



/*gaps*/


/*Spacing*/


/*Margins*/

.mr-all-2 {
	margin: 2px !important;
}

.mr-all-4 {
	margin: 4px !important;
}

.mr-all-6 {
	margin: 6px !important;
}

.mr-all-8 {
	margin: 8px !important;
}

.mr-all-10 {
	margin: 10px !important;
}

.mr-all-12 {
	margin: 12px !important;
}

.mr-all-14 {
	margin: 14px !important;
}

.mr-all-16 {
	margin: 16px !important;
}

.mr-all-18 {
	margin: 18px !important;
}

.mr-all-20 {
	margin: 20px !important;
}

.mr-all-22 {
	margin: 22px !important;
}

.mr-all-24 {
	margin: 24px !important;
}

.mr-all-26 {
	margin: 26px !important;
}

.mr-all-28 {
	margin: 28px !important;
}

.mr-all-30 {
	margin: 30px !important;
}

.mr-all-32 {
	margin: 32px !important;
}


/*2px*/

.mr-y-2,
.mr-t-2 {
	margin-top: 2px !important;
}

.mr-y-2,
.mr-b-2 {
	margin-bottom: 2px !important;
}

.mr-x-2,
.mr-l-2 {
	margin-left: 2px !important;
}

.mr-x-2,
.mr-r-2 {
	margin-right: 2px !important;
}


/*4px*/

.mr-y-4,
.mr-t-4 {
	margin-top: 4px !important;
}

.mr-y-4,
.mr-b-4 {
	margin-bottom: 4px !important;
}

.mr-x-4,
.mr-l-4 {
	margin-left: 4px !important;
}

.mr-x-4,
.mr-r-4 {
	margin-right: 4px !important;
}


/*6px*/

.mr-y-6,
.mr-t-6 {
	margin-top: 6px !important;
}

.mr-y-6,
.mr-b-6 {
	margin-bottom: 6px !important;
}

.mr-x-6,
.mr-l-6 {
	margin-left: 6px !important;
}

.mr-x-6,
.mr-r-6 {
	margin-right: 6px !important;
}


/*8px*/

.mr-y-8,
.mr-t-8 {
	margin-top: 8px !important;
}

.mr-y-8,
.mr-b-8 {
	margin-bottom: 8px !important;
}

.mr-x-8,
.mr-l-8 {
	margin-left: 8px !important;
}

.mr-x-8,
.mr-r-8 {
	margin-right: 8px !important;
}


/*10px*/

.mr-y-10,
.mr-t-10 {
	margin-top: 10px !important;
}

.mr-y-10,
.mr-b-10 {
	margin-bottom: 10px !important;
}

.mr-x-10,
.mr-l-10 {
	margin-left: 10px !important;
}

.mr-x-10,
.mr-r-10 {
	margin-right: 10px !important;
}


/*12px*/

.mr-y-12,
.mr-t-12 {
	margin-top: 12px !important;
}

.mr-y-12,
.mr-b-12 {
	margin-bottom: 12px !important;
}

.mr-x-12,
.mr-l-12 {
	margin-left: 12px !important;
}

.mr-x-12,
.mr-r-12 {
	margin-right: 12px !important;
}


/*14px*/

.mr-y-14,
.mr-t-14 {
	margin-top: 14px !important;
}

.mr-y-14,
.mr-b-14 {
	margin-bottom: 14px !important;
}

.mr-x-14,
.mr-l-14 {
	margin-left: 14px !important;
}

.mr-x-14,
.mr-r-14 {
	margin-right: 14px !important;
}


/*16px*/

.mr-y-16,
.mr-t-16 {
	margin-top: 16px !important;
}

.mr-y-16,
.mr-b-16 {
	margin-bottom: 16px !important;
}

.mr-x-16,
.mr-l-16 {
	margin-left: 16px !important;
}

.mr-x-16,
.mr-r-16 {
	margin-right: 16px !important;
}


/*18px*/

.mr-y-18,
.mr-t-18 {
	margin-top: 18px !important;
}

.mr-y-18,
.mr-b-18 {
	margin-bottom: 18px !important;
}

.mr-x-18,
.mr-l-18 {
	margin-left: 18px !important;
}

.mr-x-18,
.mr-r-18 {
	margin-right: 18px !important;
}


/*20px*/

.mr-y-20,
.mr-t-20 {
	margin-top: 20px !important;
}

.mr-y-20,
.mr-b-20 {
	margin-bottom: 20px !important;
}

.mr-x-20,
.mr-l-20 {
	margin-left: 20px !important;
}

.mr-x-20,
.mr-r-20 {
	margin-right: 20px !important;
}


/*22px*/

.mr-y-22,
.mr-t-22 {
	margin-top: 22px !important;
}

.mr-y-22,
.mr-b-22 {
	margin-bottom: 22px !important;
}

.mr-x-22,
.mr-l-22 {
	margin-left: 22px !important;
}

.mr-x-22,
.mr-r-22 {
	margin-right: 22px !important;
}


/*24px*/

.mr-y-24,
.mr-t-24 {
	margin-top: 24px !important;
}

.mr-y-24,
.mr-b-24 {
	margin-bottom: 24px !important;
}

.mr-x-24,
.mr-l-24 {
	margin-left: 24px !important;
}

.mr-x-24,
.mr-r-24 {
	margin-right: 24px !important;
}


/*26px*/

.mr-y-26,
.mr-t-26 {
	margin-top: 26px !important;
}

.mr-y-26,
.mr-b-26 {
	margin-bottom: 26px !important;
}

.mr-x-26,
.mr-l-26 {
	margin-left: 26px !important;
}

.mr-x-26,
.mr-r-26 {
	margin-right: 26px !important;
}


/*28px*/

.mr-y-28,
.mr-t-28 {
	margin-top: 28px !important;
}

.mr-y-28,
.mr-b-28 {
	margin-bottom: 28px !important;
}

.mr-x-28,
.mr-l-28 {
	margin-left: 28px !important;
}

.mr-x-28,
.mr-r-28 {
	margin-right: 28px !important;
}


/*30px*/

.mr-y-30,
.mr-t-30 {
	margin-top: 30px !important;
}

.mr-y-30,
.mr-b-30 {
	margin-bottom: 30px !important;
}

.mr-x-30,
.mr-l-30 {
	margin-left: 30px !important;
}

.mr-x-30,
.mr-r-30 {
	margin-right: 30px !important;
}


/*32px*/

.mr-y-32,
.mr-t-32 {
	margin-top: 32px !important;
}

.mr-y-32,
.mr-b-32 {
	margin-bottom: 32px !important;
}

.mr-x-32,
.mr-l-32 {
	margin-left: 32px !important;
}

.mr-x-32,
.mr-r-32 {
	margin-right: 32px !important;
}



.md-all-0,
.md-b-0 {
	margin-bottom: 0 !important;
}

.md-all-0,
.md-t-0 {
	margin-top: 0 !important;
}

.md-all-0,
.md-l-0 {
	margin-left: 0 !important;
}

.md-all-0,
.md-r-0 {
	margin-right: 0 !important;
}

/*Margins*/


/*Paddings*/

.pd-all-2 {
	padding: 2px !important;
}

.pd-all-4 {
	padding: 4px !important;
}

.pd-all-6 {
	padding: 6px !important;
}

.pd-all-8 {
	padding: 8px !important;
}

.pd-all-10 {
	padding: 10px !important;
}

.pd-all-12 {
	padding: 12px !important;
}

.pd-all-14 {
	padding: 14px !important;
}

.pd-all-16 {
	padding: 16px !important;
}

.pd-all-18 {
	padding: 18px !important;
}

.pd-all-20 {
	padding: 20px !important;
}

.pd-all-22 {
	padding: 22px !important;
}

.pd-all-24 {
	padding: 24px !important;
}

.pd-all-26 {
	padding: 26px !important;
}

.pd-all-28 {
	padding: 28px !important;
}

.pd-all-30 {
	padding: 30px !important;
}

.pd-all-32 {
	padding: 32px !important;
}


/*2px*/

.pd-y-2,
.pd-t-2 {
	padding-top: 2px !important;
}

.pd-y-2,
.pd-b-2 {
	padding-bottom: 2px !important;
}

.pd-x-2,
.pd-l-2 {
	padding-left: 2px !important;
}

.pd-x-2,
.pd-r-2 {
	padding-right: 2px !important;
}


/*4px*/

.pd-y-4,
.pd-t-4 {
	padding-top: 4px !important;
}

.pd-y-4,
.pd-b-4 {
	padding-bottom: 4px !important;
}

.pd-x-4,
.pd-l-4 {
	padding-left: 4px !important;
}

.pd-x-4,
.pd-r-4 {
	padding-right: 4px !important;
}


/*6px*/

.pd-y-6,
.pd-t-6 {
	padding-top: 6px !important;
}

.pd-y-6,
.pd-b-6 {
	padding-bottom: 6px !important;
}

.pd-x-6,
.pd-l-6 {
	padding-left: 6px !important;
}

.pd-x-6,
.pd-r-6 {
	padding-right: 6px !important;
}


/*8px*/

.pd-y-8,
.pd-t-8 {
	padding-top: 8px !important;
}

.pd-y-8,
.pd-b-8 {
	padding-bottom: 8px !important;
}

.pd-x-8,
.pd-l-8 {
	padding-left: 8px !important;
}

.pd-x-8,
.pd-r-8 {
	padding-right: 8px !important;
}


/*10px*/

.pd-y-10,
.pd-t-10 {
	padding-top: 10px !important;
}

.pd-y-10,
.pd-b-10 {
	padding-bottom: 10px !important;
}

.pd-x-10,
.pd-l-10 {
	padding-left: 10px !important;
}

.pd-x-10,
.pd-r-10 {
	padding-right: 10px !important;
}


/*12px*/

.pd-y-12,
.pd-t-12 {
	padding-top: 12px !important;
}

.pd-y-12,
.pd-b-12 {
	padding-bottom: 12px !important;
}

.pd-x-12,
.pd-l-12 {
	padding-left: 12px !important;
}

.pd-x-12,
.pd-r-12 {
	padding-right: 12px !important;
}


/*14px*/

.pd-y-14,
.pd-t-14 {
	padding-top: 14px !important;
}

.pd-y-14,
.pd-b-14 {
	padding-bottom: 14px !important;
}

.pd-x-14,
.pd-l-14 {
	padding-left: 14px !important;
}

.pd-x-14,
.pd-r-14 {
	padding-right: 14px !important;
}


/*16px*/

.pd-y-16,
.pd-t-16 {
	padding-top: 16px !important;
}

.pd-y-16,
.pd-b-16 {
	padding-bottom: 16px !important;
}

.pd-x-16,
.pd-l-16 {
	padding-left: 16px !important;
}

.pd-x-16,
.pd-r-16 {
	padding-right: 16px !important;
}


/*20px*/

.pd-y-20,
.pd-t-20 {
	padding-top: 20px !important;
}

.pd-y-20,
.pd-b-20 {
	padding-bottom: 20px !important;
}

.pd-x-20,
.pd-l-20 {
	padding-left: 20px !important;
}

.pd-x-20,
.pd-r-20 {
	padding-right: 20px !important;
}


/*22px*/

.pd-y-22,
.pd-t-22 {
	padding-top: 22px !important;
}

.pd-y-22,
.pd-b-22 {
	padding-bottom: 22px !important;
}

.pd-x-22,
.pd-l-22 {
	padding-left: 22px !important;
}

.pd-x-22,
.pd-r-22 {
	padding-right: 22px !important;
}


/*24px*/

.pd-y-24,
.pd-t-24 {
	padding-top: 24px !important;
}

.pd-y-24,
.pd-b-24 {
	padding-bottom: 24px !important;
}

.pd-x-24,
.pd-l-24 {
	padding-left: 24px !important;
}

.pd-x-24,
.pd-r-24 {
	padding-right: 24px !important;
}


/*26px*/

.pd-y-26,
.pd-t-26 {
	padding-top: 26px !important;
}

.pd-y-26,
.pd-b-26 {
	padding-bottom: 26px !important;
}

.pd-x-26,
.pd-l-26 {
	padding-left: 26px !important;
}

.pd-x-26,
.pd-r-26 {
	padding-right: 26px !important;
}


/*28px*/

.pd-y-28,
.pd-t-28 {
	padding-top: 28px !important;
}

.pd-y-28,
.pd-b-28 {
	padding-bottom: 28px !important;
}

.pd-x-28,
.pd-l-28 {
	padding-left: 28px !important;
}

.pd-x-28,
.pd-r-28 {
	padding-right: 28px !important;
}


/*30px*/

.pd-y-30,
.pd-t-30 {
	padding-top: 30px !important;
}

.pd-y-30,
.pd-b-30 {
	padding-bottom: 30px !important;
}

.pd-x-30,
.pd-l-30 {
	padding-left: 30px !important;
}

.pd-x-30,
.pd-r-30 {
	padding-right: 30px !important;
}


/*32px*/

.pd-y-32,
.pd-t-32 {
	padding-top: 32px !important;
}

.pd-y-32,
.pd-b-32 {
	padding-bottom: 32px !important;
}

.pd-x-32,
.pd-l-32 {
	padding-left: 32px !important;
}

.pd-x-32,
.pd-r-32 {
	padding-right: 32px !important;
}

.pd-all-0,
.pd-b-0 {
	padding-bottom: 0 !important;
}

.pd-all-0,
.pd-t-0 {
	padding-top: 0 !important;
}

.pd-all-0,
.pd-l-0 {
	padding-left: 0 !important;
}

.pd-all-0,
.pd-r-0 {
	padding-right: 0 !important;
}

/*Paddings*/


/*Spacing*/


/*Opacity*/

.opacity-1 {
	opacity: 1 !important;
}

.opacity-80 {
	opacity: 0.8 !important;
}

.opacity-70 {
	opacity: 0.7 !important;
}

.opacity-60 {
	opacity: 0.6 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.opacity-40 {
	opacity: 0.4 !important;
}

.opacity-30 {
	opacity: 0.3 !important;
}

.opacity-20 {
	opacity: 0.2 !important;
}

.opacity-10 {
	opacity: 0.1 !important;
}

.opacity-0 {
	opacity: 0 !important;
}


/*Opacity*/


/*Borders*/

.border-left {
	border-left: 1px solid;
}

.border-top {
	border-top: 1px solid;
}

.border-right {
	border-right: 1px solid;
}

.border-bottom {
	border-bottom: 1px solid;
}

.border,
.border-top,
.border-bottom,
.border-left,
.border-right {
	border-color: rgb(130 130 130 / 50%) !important;
}

.border-light-left {
	border-left: 1px solid;
}

.border-light {
	border-color: #E5E5E5 !important;
}

hr {
	border-color: rgb(130 130 130 / 50%) !important;
}

/*cmn-shadow*/

.cmn-shadow {
	box-shadow: 0px 18px 89px rgba(37, 77, 221, 0.03);
	-webkit-box-shadow: 0px 18px 89px rgba(37, 77, 221, 0.03);
	-ms-box-shadow: 0px 18px 89px rgba(37, 77, 221, 0.03);
	-moz-box-shadow: 0px 18px 89px rgba(37, 77, 221, 0.03);
}

/*cmn-border-shadow*/
.border-radius-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.border-radius-8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.border-radius-12 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.border-radius-24 {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

/*cmn-border-shadow*/



/*cmn-transition*/

.cmn-transition {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}


/*cmn-transition*/


/*form-floating*/


.form-floating {
	margin-bottom: 15px;
	position: relative;
	/*z-index: 1;*/
}

.form-control:not('.is-invalid'),
.form-select:not('.is-invalid'),
.form-control:not('.is-valid'),
.form-control:not('.is-valid'),
.form-select:not('.is-valid'),
.form-control:not('.is-invalid') {
	border: 1px solid #E5E5E5;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #D72700;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #14AF2D;
}

.form-floating>.form-control, .form-floating>.form-select, .form-control {
	border-radius: 8px;
	height: 64px;
	width: 100%;
	padding: 19px 18px;
	padding-right: 18px !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
	background-image: url() !important;
	transition: all .3s ease-in-out;
	cursor: text;
	background-color: transparent;
	z-index: 9;
	position: relative;
}

.form-floating>textarea.form-control {
	height: auto;
	min-height: 132px;
}

.form-control:focus:not(:placeholder-shown),
.form-control:focus {
	border: 1px solid #F04242;
	box-shadow: none;
}

.form-control:not('.is-valid'):not(:placeholder-shown),
.form-control:not('.is-invalid'):not(:placeholder-shown) {
	border: 1px solid #747474;
}

.form-floating>label {
	padding: 19px 18px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	display: flex;
	align-items: center;
	text-align: left;
	color: #747474;
	height: 64px;
	transform: translateY(0px) translateX(0);
	transition: all .2s ease-out;
	text-transform: capitalize;
}

.form-floating>.time_pick+label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #747474;
	transform: translateY(0px) translateX(0);
	padding-top: 10px;
	padding-bottom: 0;
	height: 27px;
	opacity: 1;
}

.form-floating>textarea.form-control:not(:placeholder-shown)~label {
	z-index: 9;
	width: calc(100% - 18px);
	left: 1px;
	top: 1px;
	border-radius: 10px;
	background: #fff;
}

.form-floating>.form-control:focus~label.floating-hide,
.form-floating>.form-control:not(:placeholder-shown)~label.floating-hide,
.form-floating>.form-select~label.floating-hide {
	opacity: 0;
	font-size: 15px;
}

.custom-dd-s span.feedback, .form-control~span.feedback {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.form-control~.feedback>ul {
	padding-left: 0;
	list-style-type: none;
}

.form-control~.feedback>ul>li {
	position: relative;
	padding-left: 29px;
}

.form-control~.feedback>ul>li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-size: auto;
}

.form-control~.feedback.invalid-feedback>ul>li {
	background: url("../images/icon-warning.svg") no-repeat left top -1px;
}

.form-control~.feedback.valid-feedback>ul>li {
	background: url("../images/icon-valid.svg") no-repeat left top -1px;
}

.form-control~.feedback img {
	margin-right: 6px;
}

.custom-dd-s span.feedback, .form-control~span.feedback {
	position: relative;
	padding-left: 26px;
}

.custom-error {
	position: relative;
	padding-left: 29px;
}

.custom-error::after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "";
	height: 20px;
	width: 20px;
	bottom: auto;
	margin: 0 auto;
	background-size: auto;
	background: url("../images/icon-warning.svg") no-repeat left center;
}

.custom-dd-s span.feedback::after, .form-control~span.feedback::after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "";
	height: 20px;
	width: 20px;
	bottom: auto;
	margin: 0 auto;
	background-size: auto;
}

.custom-dd-s span.feedback::after, .form-control~span.feedback::after {
	background: url("../images/icon-warning.svg") no-repeat left center;
}

.form-control~span.feedback.valid-feedback::after {
	background: url("../images/icon-valid.svg") no-repeat left center;
}

.feedback {
	font-size: 14px;
	line-height: 18px;
	color: #000000 !important;
}

.form-control.showpassword~a.password-eye,
.form-control[type="password"]~a.password-eye {
	position: absolute;
	background: url(../images/password-show.svg);
	width: 18px;
	height: 18px;
	top: 23px;
	right: 16px;
	background-size: contain;
	z-index: 9;
}

.form-floating>.form-control.showpassword~a.password-eye {
	background: url(../images/password-hide.svg);
	background-size: contain;
}

.safari .form-control:focus+a.password-eye {
	right: 45px;
	top: 30px;
}

.form-floating>.form-control.daterange,
.form-floating>.form-control.datepicker {
	padding-right: 45px !important;
}

.form-floating>.form-control.daterange~label,
.form-floating>.form-control.datepicker~label {
	padding-right: 45px;
}


.form-floating .form-control:disabled {
	background-color: #FAFAFA;
	opacity: 1;
}

.form-floating .form-control:disabled+label {
	color: #666666;
	z-index: 9;
}

.cmn-form .form-group {
	margin-bottom: 20px;
}

.cmn-form .form-group:last-child {
	margin-bottom: 0;
}

.cmn-form .form-action>* {
	margin-bottom: 20px;
}

.cmn-form .form-action>*:last-child {
	margin-bottom: 0;
}

.otp-box .form-group .form-control {
	width: 20%;
	max-width: 80px;
}

.otp-box .form-group {
	display: flex;
	justify-content: space-between;
}

.form-switch .form-check-input {
	height: 30px;
	width: 55px;
}

.form-check .form-check-input[type=checkbox], .form-check .form-check-input[type=radio] {
	display: none;
}

.form-check label.form-check-label:before {
	content: '';
	border: 2px solid #747474;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	left: 0;
	top: -4px;
	box-sizing: border-box;
	border-radius: 6px;
	margin-right: 6px;
	transition: all .25s ease-in-out;
}

.form-check input:checked~label.form-check-label::before {
	border-color: #F04242;
	border-width: 10px;
}

.form-check input[type="radio"]~label.form-check-label::before {
	border-radius: 50px;
}

.form-check input[type="radio"]:checked~label.form-check-label::before {
	border-width: 6px;
}

.form-check input[type="checkbox"]~label.form-check-label::after {
	background-image: url(../images/check.svg);
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 5px;
	top: 3px;
	background-repeat: no-repeat;
	opacity: 0;
}


.form-check input:checked[type=checkbox]~label.form-check-label::after {
	opacity: 1;
}

.form-check label,
.form-check label.form-check-label {
	display: flex;
	min-height: 20px;
	margin-top: 3px;
	position: relative;
}

.form-check {
	padding-left: 0;
}

.form-floating>.time_pick .form-control {
	padding-top: 32px;
}

/*Custom Select Start*/

.custom-select-box .bs-searchbox {
	padding: 12px 16px 16px;
	position: relative;
}

.custom-select-box .bs-searchbox input {
	padding-left: 48px;
	border: 2px solid #E5E5E5 !important;
}

.custom-select-box .bs-searchbox input:focus {
	border: 2px solid #F04242 !important;
}

.custom-select-box .bs-searchbox:after {
	content: '';
	background-image: url(../images/icon-search.svg);
	position: absolute;
	left: 30px;
	top: 30px;
	height: 25px;
	width: 25px;
	z-index: 99;
	background-repeat: no-repeat;
}

.custom-select-box li.no-results {
	padding: 10px 20px;
	margin: 0;
}

.custom-select-box {
	padding: 19px 18px;
	height: 64px;
	width: 100%;
	padding: 19px 18px;
	position: relative;
}

.custom-dd-s>label {
	position: absolute;
	top: 8px;
	left: auto;
	padding: 0;
	height: auto;
	line-height: normal;
	z-index: 1;
	font-weight: 500;
	font-size: 12px;
	margin-left: 18px;
	color: #747474;
}

.dropdown:not(.nav-item) {
	width: 100% !important;
	min-width: 220px;
	position: static;
}

.dropdown-toggle:not(.nav-link) {
	position: absolute !important;
	top: 0;
	border: 1px solid #ced4da !important;
	border-radius: 8px;
	padding: 24px 36px 10px 19px;
	height: 100%;
	background-color: #fff !important;
	left: 0;
	font-weight: 500;
	font-size: 16px;
	color: #000000 !important;
	line-height: normal;
	width: 100%;
}

.custom-dd-s label~.dropdown .dropdown-toggle, .custom-dd-s label~.custom-select-box .dropdown .dropdown-toggle {
	padding-top: 32px;
	border: 2px solid #E5E5E5 !important;
}

.custom-select-box .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.custom-select-box .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.custom-select-box .bootstrap-select>.dropdown-toggle.show,
.custom-dd-s label~.dropdown .dropdown-toggle, .custom-dd-s label~.custom-select-box .dropdown .dropdown-toggle.show {
	border: 2px solid #F04242 !important;
}

.custom-select-box .bootstrap-select>.dropdown-toggle.bs-placeholder,
.custom-select-box .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.custom-select-box .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.custom-select-box .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #000000;
}

.custom-select-box .bootstrap-select .dropdown-toggle:focus,
.custom-select-box .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 0 !important;
}

.field-validation-error.feedback {
	display: block;
	padding-top: 2px;
}

.custom-select-box .dropdown, .custom-dd-s .dropdown {
	position: unset;
	display: inline-block;
	/*height: 64px;*/
}

.btn.dropdown-toggle {
	text-align: left;
}

.dropup .dropdown-toggle::after {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 0;
	border-bottom: 0;
}

.dropdown-toggle::after {
	border-right: 0;
	border-bottom: 0;
	width: 10px;
	height: 10px;
	background: transparent;
	text-indent: -9999px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: transparent;
	transform: rotate(-135deg);
	position: absolute;
	right: 19px;
	top: 0;
	bottom: 0;
	margin: auto !important;
	content: '';
}

.dropdown-toggle:hover {
	text-decoration: none !important;
}

.select2.select2-container--open .selection span.select2-selection::after,
.dropdown-toggle.show::after {
	transform: rotate(45deg);
}

.custom-select-box .bootstrap-select .bs-ok-default::after {
	display: none;
}

.dropdown-menu {
	min-width: 220px;
	/*    max-height: 400px;*/
	width: 100%;
	border: 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 0;
}

.select2-results__option,
.dropdown-item {
	font-weight: 500;
	font-size: 16px;
	color: #747474;
	padding: 8px 16px;
	white-space: normal;
}

.select2-container--default .select2-results__option--highlighted,
.select2-results__option:focus, .select2-results__option:hover,
.dropdown-item:focus, .dropdown-item:hover {
	color: #F04242 !important;
	background-color: #fff3f3;
	/*font-weight: 600;*/
	text-decoration: none !important;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected,
.select2-results__option.active, .select2-results__option:active,
.dropdown-item.active, .dropdown-item:active {
	color: #F04242 !important;
	background-color: #fff3f3 !important;
	font-weight: 600;
}

.select2-container--default .select2-results__option--selected {
	display: none;
}

.custom-select-box [multiple].selectpicker ~ .dropdown-menu li a::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 0;
	height: 24px;
	width: 24px;
	bottom: 0;
	margin: auto;
	border-radius: 6px;
	z-index: 1;
	background: url("../images/gray-unchecked.svg") no-repeat center;
}

 .custom-select-box [multiple].selectpicker ~ .dropdown-menu li.selected a::after {
	visibility: visible;
	opacity: 1;
	background: url("../images/blue-checked.svg") no-repeat center;
}

.custom-select-box .dropdown-menu .dropdown-item {
	padding: 8px 16px 8px 16px !important;
	position: relative;
	z-index: 2;
}
.custom-select-box [multiple].selectpicker ~  .dropdown-menu .dropdown-item {
	padding: 8px 16px 8px 55px !important;
}

.select2-container--default .select2-results__option--highlighted,
.custom-select-box .dropdown-menu>li>.dropdown-item:hover,
.custom-select-box .dropdown-menu>li>.dropdown-item:focus {
	color: #747474 !important;
	background-color: #FAFAFA !important;
	text-decoration: none !important;
}

.select2-container--default .select2-results__option--selected.select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected,
.custom-select-box .dropdown-menu>li.selected>.dropdown-item {
	color: #000000 !important;
	background-color: #E9EDFC;
	/*font-weight: 600;*/
}

.custom-dd-s .dropdown-toggle:not(.nav-link),
.custom-select-box .dropdown-toggle:not(.nav-link) {
	height: 64px;
}


.select2 .selection span.select2-selection {
	top: 0px;
	border-radius: 8px;
	padding: 10px 36px 0px 19px;
	padding-top: 1.625rem;
	height: 100%;
	left: 0px;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	min-height: 64px;
	border: 1px solid rgb(206, 212, 218) !important;
	background-color: rgb(255, 255, 255) !important;
	color: rgb(0, 0, 0) !important;
}

.select2 {
	display: inline-block;
}

.select2 span.selection {
	display: block;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: 0;
	margin: 0px 10px 10px 0px;
	margin-right: 10px;
	padding: 4px 12px;
	padding-right: 40px;
	background: #F7F9FA;
	border-radius: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice>span {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	letter-spacing: 0.06em;
	color: rgb(102, 102, 102);
	padding: 2px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	left: unset;
	right: 10px;
	border: 0;
	padding: 6px;
	width: 20px;
	height: 20px;
	top: 4px;
	line-height: 0;
	font-weight: 400;
	font-size: 24px;
	color: #292D31;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.select2-dropdown {
	background: #FFFFFF;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
	border-radius: 8px;
	border: 0;
}

.select2-results__option {
	position: relative;
}

.select2-results__option::after {
	content: "Add New Tag";
	color: rgb(37, 77, 221);
	font-size: 12px;
	font-weight: 600;
	right: 16px;
	position: absolute;
	top: 9px;
}

[data-select2-id*=select2-data-select2]::after {
	opacity: 0;
	display: none;
}

.select2-container .select2-search--inline .select2-search__field {
	margin: 0px;
	padding: 8px 0 0px;
	min-height: 31px;
}

.custom-select-box[data-select2-id] {
	min-height: 64px;
	height: auto;
}

span.select2-search.select2-search--inline {
	height: 0;
	overflow: hidden;
	display: block;
	transition: all .5s ease-in-out;
}

.select2-container--focus span.select2-search.select2-search--inline {
	height: 36px;
	display: inline-block;
}




/*Custom Select End*/


/*
.autocomplete-items{
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
        min-width: 220px;
    width: 100%;
    border: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.autocomplete-items div{
        display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    color: #747474;
    padding: 12px 16px;
    text-decoration: none;
}

*/
.autocomplete-items:not(:hover) li:first-child a,
.autocomplete-items li:hover a {
	background-color: rgb(233, 237, 252);
	font-weight: 600;
	color: rgb(0, 0, 0) !important;
}

.autocomplete-items:not(:hover) li:first-child a, .autocomplete-items li:hover a {
	background-color: transparent !important;
}

.autocomplete-items .coach-list {
	padding: 12px 8px;
	border-radius: 8px;
	transition: all .3s ease-in-out;
}

.autocomplete-items .coach-list:hover {
	background: #E9EDFC;
}

.form-floating.search-input .form-control {
	padding: 16px 66px;
	padding-right: 50px !important;
	background: transparent;
	z-index: 9;
	position: relative;
}

.form-floating.search-input label {
	padding-left: 70px;
	padding-right: 51px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}

.form-floating.search-input .form-control::-webkit-search-cancel-button {
	margin-right: -24px;
	/*opacity: 0;*/
	cursor: pointer;
	display: none;
}

.form-floating .input-icon {
	position: absolute;
	top: 50%;
	transform: translate(17px, -50%);
}


.form-floating .input-icon {
	position: absolute;
	top: 22px;
	transform: translateX(20px);
	z-index: 1;
}

.form-floating .input-icon.left-icon {
	left: 0;
}

.form-floating .input-icon.right-icon {
	right: 0;
	transform: translateX(-20px);
}

.form-floating .input-icon.icon-close {
	display: none;
	z-index: 99;
	cursor: pointer;
}

.form-floating>.form-control:not(:placeholder-shown)~.input-icon.icon-close {
	display: block;
}

.table-filter-listing {
	position: relative;
	z-index: 9;
}

.table-filter-listing .form-floating>.form-control,
.table-filter-listing .form-floating>.form-select,
.table-filter-listing .form-control {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.table-filter-listing .form-floating>label {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}


.table-filter-listing .form-floating .input-icon.left-icon {
	width: 16px;
	height: 16px;
	top: 12px;
}

.table-filter-listing .form-floating.search-input .form-control {
	padding-left: 44px;
}

.table-filter-listing .form-floating.search-input label {
	height: 40px;
	padding-top: 11px !important;
	padding-bottom: 8px;
	padding-left: 44px;
}

.table-filter-listing .form-floating>.form-control:focus~label,
.table-filter-listing .form-floating>.form-control:not(:placeholder-shown)~label,
.table-filter-listing .form-floating>.form-select~label {
	opacity: 0 !important;
}

.input-with-select .form-floating>.form-control {
	border-radius: 8px 0px 0px 8px;
}

.input-with-select .dropdown-toggle:not(.nav-link) {
	border-left: 0 !important;
	border-radius: 0px 8px 8px 0px;
	background: #F7F9FA !important;
	min-width: 30px;
}
.input-with-select.country-code .dropdown-toggle:not(.nav-link){
    padding-left: 19px;
    padding-right: 10px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-right: 0px !important;
    border-radius: 8px 0px 0px 8px;
    background: #fff !important;
}
.input-with-select.country-code .form-floating > .form-control {
    border-radius: 0px 8px 8px 0px;
    border-left: 0;
}
.input-with-select.country-code .dropdown-toggle::after {
    right: 0;
}

.input-with-select.country-code .col-4 {
    flex: 0 0 auto;
    width: 90px;
}

.input-with-select.country-code .col-8 {
    flex: 0 0 auto;
    width: calc(100% - 90px);
}
input[type="time"i]::-webkit-calendar-picker-indicator {
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	display: none;
}

input[type="time"] {
	background-image: url(../images/icon-clock.svg) !important;
	background-size: contain !important;
	background-position: center !important;
}

.form-floating .time_pick .form-control.time-picker,
.form-floating>input[type="time"].form-control,
.input-with-select .form-floating>input[type="time"].form-control {
	background-image: url(../images/icon-clock.svg) !important;
	background-size: 19px !important;
	background-position: 95% center !important;
	background-repeat: no-repeat;
}

.ui-timepicker {
	max-width: 100%;
}

.ui-timepicker-standard {
	font-family: Metropolis;
	font-weight: 400;
	box-shadow: rgb(0 0 0 / 8%) 0px 2px 12px;
	border-radius: 16px;
	border: 0px;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	max-width: 250px;
	padding: 0;
	display: none;
	font-size: 15px;
	line-height: 1em;
}

.ui-timepicker-standard .ui-menu-item {
	margin: 0;
	padding: 0;
	max-width: calc(100% - 0px);
}

.ui-timepicker-standard a {
	min-width: 36px;
	width: 100%;
	height: 36px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 12px;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
	line-height: 2;
	border: 0;
	border-radius: 12px;
}

.ui-timepicker-standard .ui-menu-item .ui-corner-all:hover,
.ui-timepicker-standard .ui-menu-item .ui-state-hover {
	background-color: rgb(37, 77, 221);
	border-radius: 12px;
	color: #fff;
	border: 0;
	text-decoration: unset;
}

.ui-timepicker-viewport {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

/*form-floating*/



/*Bootstrap Tabs!*/
.nav-tabs {
	border-bottom: 2px solid #E5E5E5;
}

.nav-tabs .nav-link {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #666666;
	padding: 12px 24px 16px;
	margin-bottom: -2px;
	position: relative;
	height: 54px;
	border: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
	text-decoration: unset;
	z-index: 1;
}

.nav-tabs .nav-link.active {
	border-radius: 8px 8px 0 0;
	border: 0;
	color: #000;
}

.nav-tabs .nav-link:hover {
	text-decoration: unset;
}

.nav-tabs .nav-link::before, .nav-tabs .nav-link::after {
	content: '';
	background: #F04242;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 4px;
	transform: translate(0px, 10px);
	transition: all .3s ease-in-out;
}

.nav-tabs .nav-link::after {
	background: #fff3f3;
	border-radius: 8px 8px 0 0;
	height: 56px;
	transform: translate(0px, -58px);
	z-index: -1;
}

.nav-tabs .nav-link.active::before {
	transform: translate(0px, 0px);
}

.nav-tabs .nav-link.active::after {
	transform: translate(0px, 0px);
}

.tab-content {
	padding: 12px 0;
	padding-bottom: 0;
}

.tab-container-two .nav-tabs {
	border: 0;
}

.tab-container-two .nav-tabs .nav-item {
	padding: 0 8px;
}

.tab-container-two .nav-tabs .nav-item:first-child {
	padding-left: 0;
}

/*Bootstrap Tabs!*/




/*Status Button Start*/

.badge {
	padding: 8px 12px;
	border-radius: 8px;
	height: 33px;
	width: auto;
	font-weight: 500;
	line-height: 19px;
	font-size: 12px;
	display: inline-block;
}

td .badge {
	padding: 4px 8px;
	height: 26px;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.02em;
}

.badge-rating {
	border: 1px solid rgb(229, 229, 229);
	border-radius: 8px;
	padding: 3px 8px;
	height: 23px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	background: rgb(255, 255, 255) !important;
	display: inline-block;
	width: auto;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.badge-green {
	background-color: #E8F7EA;
	color: #007C14;
}

.badge-yellow {
	background-color: #FFEFDF;
	color: #7A5D3C;
}

.badge-red {
	background-color: #FFF5F2;
	color: #D72700;
}

.badge.badge-blue,
.badge-blue {
	color: #F04242;
	background: #E9EDFC;
}

.badge.min-badge {
	padding: 3px 8px;
	height: 23px;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.badge-purple {
	background: #F9F6FD;
	color: #5C17B5;
}

.badge-dark-blue {
	color: #F04242;
	background: #E9EDFC;
}

.badge-orange {
	color: #FD8749;
	background: #FD8749;
}

button.badge:hover,
a.badge:hover {
	color: #F04242;
	background: #fff3f3;
	text-decoration: unset !important;
}

/*Status Button end*/






/*Modal Start*/

.modal .modal-dialog .modal-content {
	border-radius: 12px;
}

.modal .modal-header {
	padding: 20px 16px 20px 52px;
	border: 0;
}

.modal .modal-footer {
	border: 0;
	padding: 20px 52px 52px;
}

.modal .modal-body {
	padding: 0 52px;
}

.modal-header .btn-close {
	opacity: 1;
	background-color: #FAFAFA;
	height: 28px;
	width: 28px;
	background-size: 10px;
	min-height: inherit;
	min-width: inherit;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 16px;
	top: 16px;
}

.modal-header .btn-close:hover {
	background-color: #E5E5E5;
}

.body-block {
	margin-bottom: 24px;
}

.body-block-group.inline-block {
	display: flex;
	display: -ms-flex;
}

/*.body-block-group.inline-block > */
.body-block-group>.body-block:first-child {
	margin-bottom: 28px;
}

.body-block-group>.body-block:last-child {
	margin-bottom: 0;
}

.body-block>* {
	margin-bottom: 0px;
}

.body-block>*:last-child {
	margin-bottom: 0px;
}

.body-block>*:last-child {
	margin-bottom: 0px;
}

.body-block-group.inline-block>.body-block {
	margin-right: 20px;
}

.body-block-group.inline-block.right-border>.body-block {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #E5E5E5;
}

.body-block-group.inline-block.right-border>.body-block:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.modal-footer>* {
	margin: 0 0 0 16px;
}

.modal-footer>*:first-child {
	margin-left: 0;
}

.link.samplefile {
	color: #0A0A0A;
	text-decoration: unset !important;
}

/*Modal End*/

/*Chips Start*/
.chip-group {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.chip-group>.chip {
	margin-right: 12px;
	margin-bottom: 12px;
}

.chip-group>.chip:last-child {
	margin-right: 0;
}

.chip {
	border: 1px solid #E5E5E5;
	border-radius: 50px;
	padding: 6px 8px 6px 12px;
	line-height: normal;
}

.chip .chip-label {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}

.chip .chip-btn {
	width: 20px;
	height: 20px;
	background-color: #E5E5E5;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	margin-left: 8px;
	display: inline-block;
}

.chip .chip-btn>img {
	width: 14px;
}

.chip .chip-btn:hover {
	background-color: #E5E5E5;
}

/*Chips End*/

/*Avtars STart*/

.avtar {
	border-radius: 50%;
	background-color: #fff;
	margin-right: 12px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
}

.avtar-lg {
	height: 60px;
	width: 60px;
	max-width: 60px;
	max-height: 60px;
}

.avtar-md {
	height: 44px;
	width: 44px;
	max-width: 44px;
	max-height: 44px;
}

.avtar-sm {
	height: 36px;
	width: 36px;
	min-height: 36px;
	min-width: 36px;
	max-width: 36px;
	max-height: 36px;
}

.avtar-xs {
	height: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
	max-width: 24px;
	max-height: 24px;
}

.avtar-xxs {
	height: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px;
	max-width: 16px;
	max-height: 16px;
}

/*Avtars End*/



/*BreadCrumb Start*/
.breadcrumb-item {
	font-size: 14px;
	font-weight: 400;
}

.breadcrumb-item>a {
	color: #0A0A0A;
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.3s ease-out;
}

.breadcrumb-item>a:hover {
	color: #F04242;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	font-family: 'icomoon' !important;
	content: "\e914";
	font-weight: 400;
	color: #000;
	font-size: 18px;
	padding-right: 8px;
}

.breadcrumb-item.active {
	color: #666666;
	padding-left: 8px;
}

.breadcrumb>.breadcrumb-item:only-child {
	padding-left: 0;
}

/*BreadCrumb End*/


/*Date Picker Start*/

.daterangepicker {
	font-family: 'Metropolis';
	font-weight: 400;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	border: 0;
}

.daterangepicker::before {
	display: none;
}

.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
	width: 36px;
	height: 36px;
	min-width: 36px;
	text-align: center;
	border: 0;
	transition: all 0.3s ease-out;
	pointer-events: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	border: 0;
	transform: none;
	-webkit-transform: none;
	position: relative;
	width: 36px;
	height: 36px;
	padding: 0;
	text-align: center;
	margin: auto;
	line-height: 36px;
	transition: all 0.3s ease-out;
	display: none;
}

.daterangepicker .calendar-table .next span::after {
	font-family: 'icomoon' !important;
	content: "\e92a";
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.daterangepicker .calendar-table .prev span::after {
	font-family: 'icomoon' !important;
	content: "\e92b";
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	min-width: 36px;
	width: 36px;
	height: 36px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 12px;
	transition: all 0.3s ease-out;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background-color: #fff3f3;
}

.daterangepicker td.in-range {
	background-color: #E9EDFC;
	border-radius: 0;
}

.daterangepicker td.start-date {
	border-radius: 100px 0 0 100px;
	background-color: #F04242;
}

.daterangepicker td.end-date {
	border-radius: 0 100px 100px 0;
	background-color: #F04242;
}

.daterangepicker td.start-date:hover,
.daterangepicker td.end-date:hover {
	background-color: #F04242;
}

.daterangepicker td.start-date.end-date {
	border-radius: 12px;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
	color: #B8B8B8;
}

/*
.daterangepicker .drp-calendar.left ,
.daterangepicker .drp-calendar.right {
	padding: 0;
}
*/
.daterangepicker .drp-calendar.right {
	border-left: 1px solid #E5E5E5;
}

/*
.daterangepicker .calendar-table > table > thead > tr:first-child {
	border-bottom: 2px solid #E5E5E5;
}
*/

.daterangepicker select {
	cursor: pointer !important;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	font-size: 14px !important;
	width: auto !important;
	margin: 0 6px !important;
	background-image: url("../images/icon-angle-down.svg");
	background-repeat: no-repeat;
	background-position: center right 8px;
	padding: 6px 20px 6px 6px !important;
	border-radius: 12px;
	transition: all 0.3s ease-out;
}

.daterangepicker select:hover {
	background-color: #fff3f3;
}

.daterangepicker .drp-buttons {
	border-color: #E5E5E5;
}

.daterangepicker .drp-selected {
	font-size: 14px;
	font-weight: 500;
	padding: 16px;
}

.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 14px;
	height: auto;
	width: auto;
	min-width: inherit;
	line-height: normal;
	border-radius: 8px;
}

.daterangepicker .btn-default:hover {
	background-color: #FAFAFA;
	color: #5071E4;
	border-color: transparent;
}

/*Date Picker End*/


/*dataTables*/
table.dataTable {
	margin: 0px 0 0 !important;
}

.dataTables_scrollHeadInner table thead tr {
	display: inline-block;
}

.dataTables_scrollBody {
	margin-right: -10px !important;
	width: auto !important;
	min-height: 350px;
}

table.dataTable>tbody>tr {
	height: 46px;
}

.dataTables_filter {
	display: none;
}

.table>thead, .table>thead tr {
	vertical-align: middle;
	border-radius: 8px;
}

.dataTables_scrollHeadInner::after {
	border-radius: 0px 10px 10px 0px;
	background: #fff8f8;
	height: 40px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0px;
}

.table td {
	padding: 0px 28px;
	vertical-align: middle;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #444444;
	letter-spacing: 0.03em;
}

.table > thead th {
	padding: 8px 28px;
	background: #fff3f396;
	border: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	white-space: nowrap;
	color: #0A0A0A;
	letter-spacing: 0.06em;
	text-transform: capitalize;
}

.table>thead th:first-child {
	border-radius: 10px 0px 0px 10px;
}

.table>thead th:last-child {
	border-radius: 0px 10px 10px 0px;
}

table.dataTable td .form-floating {
	z-index: unset;
}

table.dataTable td p,
table.dataTable td p {
	margin: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	display: flex;
	align-items: center;
	color: #0A0A0A;
}

table.dataTable thead>tr>th.sorting:before {
	opacity: 0 !important;
}

table.dataTable thead>tr>th.sorting:after {
	content: '\e916';
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	display: inline-block;
	margin: 0;
	left: 8px;
	right: 0;
	opacity: .3;
	font-size: 18px;
	transform: rotate(180deg);
	top: 3px;
	transition: all .3s ease-in-out;
}

table.dataTable thead>tr>th.sorting_asc:after {
	transform: rotate(0deg);
	opacity: 1;
}

table.dataTable thead>tr>th.sorting_desc:after {
	transform: rotate(180deg);
	opacity: 1;
}

.table-avtar {
/*	width: 40px;*/
	height: 40px;
	    aspect-ratio: 2 / 1;
	border-radius: 6px;
	margin-right: 12px;
}


table.dataTable td .nav-link i.icon-more {
	color: #9C9C9C;
	transition: all .3s ease;
}

table.dataTable td .nav-link:hover i.icon-more {
	color: #000;
}

/*table end*/
.text-with-avtar {
	white-space: nowrap;
}

.page-link {
	padding: 8px 18px;
	background: #fff;
	border: 0;
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #666666;
	border-radius: 4px;
}

.disabled>.page-link, .page-link.disabled {
	cursor: none;
}

.page-link:hover {
	text-decoration: none !important;
	background-color: #fafafa;
	border-radius: 4px;
}

.active>.page-link, .page-link.active {
	background: #E9EDFC;
	border-radius: 4px;
	color: #0A0A0A;
}

.disabled>.page-link, .page-link.disabled {
	color: #B8B8B8;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	text-decoration-line: underline;
}

.page-item:last-child .page-link {
	color: #0A0A0A;
	text-decoration-line: underline;
}

.page-item:not(:first-child) .page-link {
	margin-left: 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	padding: 8px 12px;
}

.dataTables_info,
.dataTables_length label {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #0A0A0A;
	text-transform: capitalize;
}

.dataTables_length label select.form-select {
	margin: 2px 8px 0px;
	position: relative;
	top: -2px;
	outline: none !important;
	box-shadow: none !important;
}


.dataTables_wrapper .dataTables_length, .dataTables_wrapper div.dataTables_paginate {
	width: 50%;
	display: inline-block;
}

.table>thead th select {
	border: 0;
	background: transparent;
	border: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	color: rgb(10, 10, 10);
	margin-left: -5px;
}



td .dropdown-menu {
	min-width: 180px;
}

.dataTables_length .form-select {
	padding: 8px 32px 8px 8px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #0A0A0A;
}



/*dataTables*/


/*Feature Block Start */

.feature-block {
	display: flex;
	align-items: center;
}

.feature-block>img, .feature-block>.icon-box {
	margin-right: 16px;
	/*margin-bottom: auto;*/
}

.feature-info .badge.min-badge {
	margin-top: 3px;
	margin-bottom: 5px;
}

.icon-box {
	background-color: #fff3f3;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	width: 44px;
	min-height: 44px;
	min-width: 44px;
}

.feature-block>.icon-box.call-me {
	pointer-events: none;
}

.icon-badge, .icon-box .text-dark-grey {
	color: #F04242 !important;
}

.feature-block>.icon-box i {
	font-size: 24px !important;
}

/*Feature Block End */

/*Alerts Start*/
.live-alert {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    padding: 20px;
}

.alert {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #323232;
	border-radius: 8px;
	padding: 16px;
	padding-right: 40px;
}

.alert .alert-content {
	display: inline-block;
}

.alert .alert-content i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -1px;
	float: left;
}

.alert button {
	float: right;
	opacity: 1 !important;
	padding: 0 !important;
	height: 20px;
	width: 20px;
	background-size: 10px;
	position: absolute !important;
	right: 16px !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: auto;
}

.alert button:hover {
	opacity: 1 !important;
}

.alert-primary {
	border-color: #F04242;
	background-color: #fff3f3;
}

.alert-primary i {
	color: #F04242;
}

.alert-success {
	background-color: #E8F7EA;
	border-color: #14AF2D;
}

.alert-success i {
	color: #14AF2D;
}

.alert-warning {
	background-color: #FEF9E6;
	border-color: #EAC94E;
}

.alert-warning i {
	color: #7A5D3C;
}

.alert-danger {
	background-color: #FFF5F2;
	border-color: #D72700;
}

.alert-danger i {
	color: #D72700;
}

.toasts-alert {
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1049;
    max-width: 100%;
    min-height: 1px;
}

/*Alerts End*/


/*filter sidebar offcanvas*/

.offcanvas-header {
	border-bottom: 1px solid #E5E5E5;
}

.offcanvas-footer {
	border-top: 1px solid rgb(229, 229, 229);
	box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.03);
}

.offcanvas-header,
.offcanvas-footer,
.offcanvas-body {
	padding: 28px;
}

/*filter sidebar offcanvas*/

/*card*/
.card {
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgb(0 0 0 / 9%);
	border-radius: 12px;
	border: 0;
	height: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/*card*/




.drag-drop-box {
	background: rgb(244, 246, 253);
	width: 100%;
	max-width: 460px;
	aspect-ratio: 2 / 1;
	padding: 52px 20px;
	border: 1px dashed rgb(37, 77, 221);
	border-radius: 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.drag-drop-box img {
	margin-bottom: 16px;
}

.drag-drop-box p {
	margin-bottom: 0;
}

.drag_over {
	color: #000;
	border-color: #000;
}

.drag-drop-box div {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	display: flex;
	align-items: center;
	letter-spacing: 0.01em;
	color: #0A0A0A;
}

.drag-drop-box div a {
	margin-left: 4px;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
}

.drag-drop-box p {
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	color: #666666;
}


.modal ul.reassign-coach-list {
	max-height: calc(100vh - 520px);
	overflow-y: auto;
	overflow-x: hidden;
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 9999999;
	height: 100px;
	width: 100px;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.loading img {
	z-index: 99999;
	background: #fff;
	position: relative;
	border-radius: 6px;
}

/* Transparent Overlay */
.loading:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.reupload .replace-box img {
	margin-bottom: 4px;
	width: 48px;
	height: 48px;
}

.reupload {
	position: relative;
	display: block;
}

.reupload .replace-box {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	text-align: center;
	right: 0;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	background: rgba(29, 28, 28, 0.5);
	border-radius: 12px;
}

.reupload {
	position: relative;
	display: block;
	max-width: 460px;
	aspect-ratio: 2 / 1;
}

ul.upload-list li {
	border: 1px solid #E5E5E5;
	border-radius: 12px;
	padding: 12px;
}

ul.upload-list li {
	border: 1px solid #E5E5E5;
	border-radius: 12px;
	padding: 12px;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

ul.upload-list li img.check-icon-o {
	margin-right: 12px;
}


ul.upload-list li img.upload-list-thumb {
	margin-right: 8px;
	background: rgb(244, 246, 253);
	border-radius: 8px;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	object-fit: cover;
}

ul.upload-list li img.cross-icon-o {
	margin-left: auto;
}

ul.upload-list li p {
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	display: flex;
	align-items: center;
	color: #0A0A0A;
}

ul.upload-list li span {
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #666666;
}


.spinner-container {
	width: 100%;
	height: 100vh;
	z-index: 99999;
	text-align: center;
	background-color: #e9edfc;
	position: fixed;
}


.spinner-container.data-loader {
	backdrop-filter: blur(5px);
	background-color: rgba(233, 237, 252, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner-container.data-loader .spinner-box {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}

.spinner-container.data-loader .spinner-box .spinner {
	position: relative;
}

.spinner-container.data-loader .spinner-box p span {
	display: block;
	font-size: 80%;
	line-height: 90%;
}

.spinner-container.data-loader .spinner-box p {
	margin: 0;
	text-align: center;
}

.spinner {
	margin: auto;
	border: 2px solid #fff;
	/*
  change to dotted for something cool.
  change width to 1px for tapered bar
  */
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: 45%;
	border-radius: 50%;
	border-right: 2px solid #F04242;
	text-align: center;
	animation-name: spin;
	animation-duration: 900ms;
	animation-iteration-count: infinite;
	/*animation-timing-function: linear; /*linear spin */
	animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	/*50% {width:24px;height:24px} /*shrinking effect*/
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	/*50% {width:24px;height:24px} /*shrinking effect*/
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.fadeinout {
	animation: fadeinout 1s forwards;
}

@keyframes fadeinout {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}



.sprite-icon {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden;
}

.sprite-icon>img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
}

a:hover .sprite-icon>img {
	top: -100%;
}

.checkbox-chip {
	display: flex;
	align-items: center;
	padding-right: 12px;
}

.checkbox-chip .form-check {
	display: inline-block;
	min-height: 16px;
}

.checkbox-chip .form-check label, .form-check label.form-check-label {
	min-height: 16px;
}

.checkbox-chip .form-check label.form-check-label::before {
	width: 16px;
	height: 16px;
	left: 0px;
	top: -1px;
	margin-right: 8px;
}

.checkbox-chip .form-check input:checked~label.form-check-label::before {
	border-width: 8px;
}

.checkbox-chip .form-check input[type="checkbox"]~label.form-check-label::after {
	top: 3px;
	left: 3px;
}

.checkbox-chip .form-check input:checked~label {
	color: #F04242;
}

.checkbox-chip.checked {
	border-color: #A8B8F1;
}

.action-footer {
	padding: 24px;
	margin-left: -23px;
	width: calc(100% - 250px);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	background-color: #fff;
}

.action-footer.cmn-shadow {
	box-shadow: 2px 0px 32px rgba(0, 0, 0, 0.06);
}

.selected-tag {
	background-color: #D6DCE8;
	border-radius: 8px;
}

/**404 error page design**/
.error-main {
	background: #fff;
	text-align: center;
}

.error-page {
	padding: 30px;
}

.error-image {
	margin-bottom: 16px;
}

.error-image img {
	max-width: 364px;
	width: 100%;
}

.error-page h2 {
	color: #444444;
}

/*contact-us*/
main.contact-us-wrapper {
    background: #fff3f3;
    height: 100vh ;
}


/*contact-us*/
 
main.contact-us-wrapper >.row >.col-md-4 {
    height: 100vh;
}


.contact-infomation {
    height: 100%;
    background: #F04242;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-infomation-box>* {
    color: #fff;
}

.contact-infomation-box {
    position: relative;
    z-index: 999999;
}
.contact-infomation-box h4 {
    margin-bottom: 16px;
}

.contact-infomation-box a {
    display: block;
    width: 100%;
    margin: 12px 0;
}

.contact-infomation-box a i {
    margin-right: 10px;
}

main.contact-us-wrapper::before {
    content: "";
    background-image: url("../images/contact-us.svg");
    background-size: 2100px;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 99;
}

main.contact-us-wrapper .form-box {
    max-height: 100vh;
    overflow: auto;
    position: relative;
    z-index: 99;
        display: flex;
}

.dropdown-menu {
	overflow:auto !important;
}
.header-main .navbar .navbar-nav .dropdown-menu li a.dropdown-item {
	color: #F04242 !important;
	font-weight: 600;
}
.header-main .navbar .navbar-nav .dropdown-menu li a.dropdown-item:focus, 
.header-main .navbar .navbar-nav .dropdown-menu li a.dropdown-item:hover {
	background: #fff3f3;
	color: #F04242 !important;
}
.page-item.active .page-link {
	background-color: #F04242;
	border-color: #F04242;
}
#ButtonHighlight:focus {
	border: 2px solid yellow;
}
#BackButtonHighlight:focus {
	background: #fff3f3;
	color: #F04242 !important;
}
#ForgotPassword:focus {
	background: #fff3f3;
}

#tblMeetingUsers thead th:last-child,
#tblMeetingUsers tbody td:last-child {
	position: sticky;
	right: -24px;
	background: #fff;
}

#tblMeetingUsers tbody td:last-child.show,
#tblMeetingUsers tbody td:last-child:has(.show) {
	z-index: 1055 !important;
}

#tblMeetingUsers thead th:last-child:has(.show),
#tblMeetingUsers tbody td:last-child:has(.show),
#tblMeetingUsers thead th:last-child:has(.dropdown-menu[style*="display: block"]),
#tblMeetingUsers tbody td:last-child:has(.dropdown-menu[style*="display: block"]) {
    z-index: 1055 !important;
}


#Notificationsetting .table-responsive {
	max-height: 540px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

/* Header sticky - only notification tables */
#Notificationsetting table thead th {
	position: sticky;
	top: 0;
	z-index: 10;
}

/* DataTables wrapper - notification only */
#Notificationsetting .dataTables_wrapper {
	display: flex;
	flex-direction: column;
}

/* Scrollable body */
#Notificationsetting .dataTables_scrollBody {
	max-height: 400px;
	overflow-y: auto;
}

/* Footer stays visible - no scroll */
#Notificationsetting .dataTables_wrapper > .row.mt-2 {
	flex-shrink: 0;
	background: white;
	padding: 10px 0;
	margin-top: 10px !important;
	position: absolute;
	bottom: 10px;
	width: 96%;
}


#Notificationsetting .dataTables_length,
#Notificationsetting .dataTables_paginate {
	background: white;
}

#Notificationsetting table thead th:first-child{
	z-index:20;
	position: sticky;
	left: -12px;
}
#Notificationsetting table tbody td:first-child {
	position: sticky;
	left: -12px;
}
#Notificationsetting table thead th:nth-child(2) {
	z-index: 19;
	position: sticky;
	left: 25px;
}


#Notificationsetting table tbody td:nth-child(2) {
	position: sticky;
	left: 25px;
}

#Notificationsetting table tbody td:first-child, 
#Notificationsetting table tbody td:nth-child(2) {
	background-color: white;
}

#Notificationsetting table thead th:last-child {
	z-index: 998;
	position: sticky;
	right: -24px;
}


#Notificationsetting table tbody td:last-child {
	position: sticky;
	right: -24px;
	background-color:white;
}




/* Page Size Select */
#pageSizeSelect {
	padding: 8px 32px 8px 12px !important;
	border: 1px solid #E5E5E5 !important;
	border-radius: 4px !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #0A0A0A !important;
	background-color: #fff !important;
}

	#pageSizeSelect:focus {
		border-color: #F04242 !important;
		outline: none !important;
		box-shadow: 0 0 0 2px rgba(240, 66, 66, 0.1) !important;
	}

/* Previous and Next Button Styling */
#prevPageBtn .page-link,
#nextPageBtn .page-link {
	color: #666666 !important;
	background-color: #ffffff !important;
}

#prevPageBtn:not(.disabled) .page-link:hover,
#nextPageBtn:not(.disabled) .page-link:hover {
	background-color: #fff3f3 !important;
	color: #F04242 !important;
	border-color: #F04242 !important;
}

#prevPageBtn.disabled .page-link,
#nextPageBtn.disabled .page-link {
	color: #B8B8B8 !important;
	background-color: #FAFAFA !important;
	cursor: not-allowed !important;
}

#columnToggleButton {
    position: relative !important;
    z-index: 1;
}

#columnToggleDropdown {
	display: none; /* Initially hidden */
	position: absolute !important;
	max-height: 420px;
	overflow-y: auto;
	background: white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
	border-radius: 8px;
	padding: 16px;
	margin-top: 8px;
	width: 10px;
}


#columnToggleDropdown.show,
#columnToggleDropdown[style*="display: block"] {
    display: block !important;
    z-index: 10000 !important;
}

#columnToggleDropdown #saveButton {
    width: 100%;
    margin-top: 12px;
}

#columnToggleDropdown .column-toggle-list {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}

#tblMeetingUsers #tblAttendee thead th {
	pointer-events: none !important;
}

#tblMeetingUsers #tblAttendee thead th::before,
#tblMeetingUsers #tblAttendee thead th::after {
	pointer-events: all !important;
}

#tblMeetingUsers #tblAttendee thead th[draggable="true"] {
	pointer-events: all !important;
	cursor: move !important;
}

#tblMeetingUsers#tblAttendee thead th select,
#tblAttendee thead th input {
	pointer-events: all !important;
}

#tblMeetingUsers #tblAttendee thead th select,
#tblMeetingUsers #tblAttendee thead th input {
	pointer-events: all !important;
}

#tblMeetingUsers #tblAttendee thead th select {
	position: relative;
	z-index: 100;
}

#tblMeetingUsers #tblMeetingUsers .table tbody td {
	padding: 0px 18px !important;
}

#tblMeetingUsers #tblAttendee thead th:last-child,
#tblMeetingUsers #tblAttendee thead th:last-child * {
	pointer-events: all !important;
}
#tblMeetingUsers #tblAttendee thead th:last-child::before,
#tblMeetingUsers #tblAttendee thead th:last-child::after {
	display: none !important;
}

#tblMeetingUsers #tblAttendee thead th:last-child::before,
#tblMeetingUsers #tblAttendee thead th:last-child::after {
	display: none !important;
}


#tblMeetingUsers #tblMeetingUsers .table thead th {
	padding: 5px 18px !important;
}

/* Sorting arrows pe pointer cursor */
#tblMeetingUsers #tblAttendee thead th.sorting::before,
#tblMeetingUsers #tblAttendee thead th.sorting::after,
#tblMeetingUsers #tblAttendee thead th.sorting_asc::before,
#tblMeetingUsers #tblAttendee thead th.sorting_asc::after,
#tblMeetingUsers #tblAttendee thead th.sorting_desc::before,
#tblMeetingUsers #tblAttendee thead th.sorting_desc::after {
	cursor: pointer !important;
}

/* Header text pe default cursor */
#tblMeetingUsers #tblAttendee thead th {
	cursor: default !important;
}

	/* Draggable headers pe move cursor */
#tblMeetingUsers #tblAttendee thead th[draggable="true"] {
	cursor: move !important;
}
.filterOptions{
	width:100%
}