body {
	font-family: 'Comfortaa', sans-serif;
}

.bm-logo {
	width: 200px!important;
	height: 60px!important;
}

.t-130-f {
	top: 130px !important;
}

.pd-lf-no {
	padding-left: 0;
	padding-right: 0;
}

    .mg-t--30 {
	margin-top: -30px;
}

.bg-white-custom {
	background-color: #ffffff !important;
}
.clr-6C757D{
    color: #6C757D !important;
}
.tx-clr-black-28{
    color: #282828 !important;
}
.tx-clr-pink{
    color: #F70BB4 !important;
}
.bg-clr-pink-f{
    background:#F70BB4 !important;
}
.tx-clr-aquarium-diver{
    color: #0891AF !important;
}
.tx-clr-kleinblue{
    color: #0428A6;
}
.tx-clr-yellow{
    color: #F0CB08;
}
.tx-clr-spanishgray{
    color: #9C9595;
}
.bg-clr-verypaleblue{
    background-color: #E2EAFF;
}
.tx-clr-paynesgray{
    color: #67727E;
}

.tx-clr-darkspringgreen{
    color: #027A48;
}

.bg-clr-darkspringgreen{
    background-color: #027A4810;
}


.right-0{
    right: 0 !important;
}

.bottom-0{
    bottom: 0 !important;
}

.ht-19 {
	height: 19px !important;
}

.ht-38 {
	height: 38px !important;
}

.badge-white {
	background-color: #ffffff !important;
}

.tx-danger-f {
	color: #dc3545 !important;
}

.select2-container {
	width: 100% !important;
	z-index: 1051 !important;
}

.modal {
	z-index: 1053 !important;
}

.modal-backdrop {
	z-index: 1052 !important;
}

.modal-open>.select2-container {
	width: 100% !important;
	z-index: 1054 !important;
}

.modal-open>.select2-dropdown {
	z-index: 1054 !important;
}

.datepicker-dropdown {
	z-index: 1052 !important;
}

.modal-open>.datepicker-dropdown {
	z-index: 1053 !important;
}

.az-iconbar-aside {
	z-index: 1053 !important;
}

.az-header {
	z-index: 1052 !important;
}

.select2-container--open {
	z-index: 1051 !important;
}

.select2-container>.selection>.select2-selection--multiple>.select2-selection__rendered>.select2-search>.select2-search__field {
	width: auto !important;
	text-overflow: ellipsis;
}

.min-wd-6r-f{
    min-width: 6rem !important;
}

.wd-320 {
	width: 320px !important;
}

.mg-t-15p {
	margin-top: 15% !important;
}

.tx-primary-f {
	color: #293f79 !important;
}

.ui-datepicker {
	z-index: 1051 !important;
}

.card-dashboard-progress .media>label.wd-70 {
	width: 70px!important;
}

.card-dashboard-progress .media>label.wd-75 {
	width: 75px!important;
}

.card-dashboard-progress .progress-legend li:nth-child(3)::before {
	background-color: #23a5a1;
}

.card-dashboard-progress .progress-legend li:nth-child(2)::before {
	background-color: #f1a222;
}

.card-dashboard-progress .progress-legend li:first-child::before {
	background-color: #ef6a5e;
}

/*.card-dashboard-progress .progress-legend li:last-child::before {
  background-color: #293f79;
}*/

.btn-sm {
	min-height: 20px!important;
	line-height: 1.5!important;
}

.btn-xs {
	min-height: 15px!important;
	line-height: 0.1!important;
	font-size: 10px;
	height: 20px;
}

.btn-xss {
	min-height: 10px!important;
	line-height: 0.1!important;
	font-size: 8px;
	height: 16px;
}

.avatar-md {
	width: 48px!important;
	height: 48px!important;
	/*font-size: 24px!important;*/
	margin-bottom: 2px!important;
}

.avatar-lg {
	width: 64px!important;
	height: 64px!important;
	font-size: 28px!important;
}

.az-traffic-detail-item .progress {
	height: auto!important;
}

.row-sm-calendar {
	margin: 5px -25px!important;
}

.ui-date-highlighted a {
	background-color: #293f79 !important;
	background-image: none !important;
	color: #ffffff !important;
}


/*
Start ----------------- Bootstrap Datepicker Custom CSS
*/

.datepicker-days {
	padding: 5px !important;
}

.datepicker-switch {
	text-transform: uppercase;
}

.datepicker-days>.table-condensed>thead>tr>th.prev {
	left: 5px;
	content: '\f3cf';
}

.datepicker table tr td,
.datepicker table tr th {
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 6px 9px;
	color: #3b4863;
}

th.datepicker-switch {
	color: #3b4863;
	font-weight: 700;
	font-size: 13px;
}

.datepicker {
	background-color: #fff;
	border: 1px solid rgba(28, 39, 60, 0.2);
	font-family: inherit;
	font-size: inherit;
	padding: 10px;
	margin: 1px 0 0;
	display: none;
	width: auto !important;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #ccc !important;
}

.datepicker table tr td {
	transition: all 0.2s ease-in-out;
	padding: 5px;
	color: #031b4e;
	padding: 6px 10px;
	font-weight: 400;
	font-size: 12px;
	border: 0;
	border-radius: 1px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	color: #fff !important;
	background-color: #293f79 !important;
	border-color: #293f79 !important;
	font-weight: 700;
}


/*
Start -----------------Dashboard Calendar - Bootstrap Datepicker
*/

.card-dashboard-calendar .datepicker-inline {
	border-width: 0;
	max-width: none;
	padding: 0;
	margin: 0;
}

.card-dashboard-calendar .datepicker table tr td,
.datepicker table tr th {
	font-size: 10px;
}

.card-dashboard-calendar .datepicker table tr td,
.datepicker table tr th,
.card-dashboard-calendar .datepicker table tr td,
.datepicker table tr td {
	text-align: center;
}

.card-dashboard-calendar .datepicker .datepicker-days {
	padding: 0px !important;
}

.card-dashboard-calendar .datepicker table tbody tr td {
	width: 36px !important;
	height: 36px !important;
	font-size: 10px !important;
	font-family: 'Archivo', sans-serif !important;
	border-radius: 100% !important;
	align-items: center !important;
	justify-content: center !important;
	border-collapse: collapse !important;
}

.card-dashboard-calendar .datepicker table tr td.today {
	color: #000 !important;
	background-color: #ffdb99 !important;
	border-color: #ffb733 !important;
	font-weight: 700 !important;
}

.card-dashboard-calendar .datepicker table tbody tr td.ui-date-highlighted {
	background-color: #293f79 !important;
	background-image: none !important;
	color: #ffffff !important;
}

.card-dashboard-calendar .datepicker table tbody tr td.ui-date-highlighted {
	background-color: #293f79 !important;
	background-image: none !important;
	color: #ffffff !important;
}

.card-dashboard-calendar .datepicker table tbody tr td.ui-date-highlighted-gray {
	background-color: #7987a1 !important;
	background-image: none !important;
	color: #ffffff !important;
}

.card-dashboard-calendar .datepicker table tbody tr td.ui-date-highlighted-empty {
	background-color: #ffffff !important;
	background-image: none !important;
	color: #6666 !important;
}


/*
End -----------------Dashboard Calendar - Bootstrap Datepicker
*/

.lh_75 {
	line-height: 0.75 !important;
}

.list-group-item h6 {
	font-size: 12px!important;
}

.list-group-item small span {
	font-size: 9px!important;
}

.tx-9-custom {
	font-size: 9px!important;
}

.tx-10-custom {
	font-size: 10px!important;
}

.tx-12{
    font-size: 12px;
}
.tx-13{
    font-size: 13px;
}

.tx-25-f {
	font-size: 25px !important;
}

.text-initial {
	text-transform: initial !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.noLink {
	cursor: default !important;
	color: #1c273c !important;
}

.noLink>div>span {
	cursor: default !important;
	color: #1c273c !important;
}

.cursor-default {
	cursor: default !important;
}

.wizard .actions a {
	padding: 5px 25px!important;
	font-size: 10px!important;
}

.pac-container {
	z-index: 1053 !important;
}

label.error {
	font-weight: normal;
	color: #F44336;
	font-size: 10px!important;
}

label.success {
	font-weight: normal;
	color: #3bb001;
}

.ht-125 {
	height: 125px;
}

.wd-125 {
	width: 125px;
}

.az-contact-item-custom {
	padding: 5px 15px!important;
}

.az-contact-item-custom:hover {
	border: 0px!important;
	background-color: #FFF!important;
	z-index: 0!important;
}

.tx-white-f {
	color: #ffffff !important;
}

.tx-white-f {
	color: #ffffff !important;
}

.br-1px-white{
    border: 1px solid #FFFFFF;
}

.br-1px-mutedGray{
    border: 1px solid #DDDDDD;
}

.br-l-halfpx-darkgray{
    border-left: 0.5px dashed #AEAAAA;
}

.br-t-halfpx-darkgray{
    border-top: 0.5px dashed #AEAAAA;
}

/*table.dataTable thead th,
table.dataTable thead td {
	border-bottom: none!important;
}*/

table.dataTable.no-footer {
	border-bottom: 1px solid #edf2fa!important;
}

table.dataTable {
	border: none!important;
}

table th,
table td {
	vertical-align: middle!important;
}

.active.page-item .page-link {
	background-color: #223565;
}

.az-nav-calendar-event-custom {
	font-size: 11px!important;
	color: #000!important;
}

.az-calendar .fc-header-toolbar button {
	height: 30px!important;
	font-size: 11px!important;
}

.mg-t-250-f {
	margin-top: 250px!important;
}

@media (min-width: 576px) {
	.mg-t--30 {
		margin-top: -20px;
	}
}

@media (min-width: 768px) {
	.mg-t--30 {
		margin-top: -25px;
	}
}

@media (min-width: 992px) {
	.mg-t--30 {
		margin-top: -25px;
	}
}


/*
Badge
*/

.badge-outlined-purple {
	border: 1px solid #6f42c1 !important;
	color: #6f42c1 !important;
}

.badge-outlined-indigo {
	border: 1px solid #5b47fb !important;
	color: #5b47fb !important;
}

.badge-outlined-primary {
	border: 1px solid #293f79 !important;
	color: #293f79 !important;
}

.badge-outlined-success {
	border: 1px solid #3bb001 !important;
	color: #3bb001 !important;
}

.badge-outlined-warning {
	border: 1px solid #ffc107 !important;
	color: #ffc107 !important;
}

.badge-outlined-info {
	border: 1px solid #17a2b8 !important;
	color: #17a2b8 !important;
}

.badge-outlined-danger {
	border: 1px solid #dc3545 !important;
	color: #dc3545 !important;
}

.badge-outlined-gray {
	border: 1px solid #7987a1 !important;
	color: #7987a1 !important;
}


/*
Loader
*/

.overlay,
.loading-img, .download-loading-img, .widget-loader, .widget-inside-loader, .file-loader, .loader-img {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay {
	position: absolute !important;
	z-index: 1052;
	background: rgba(255, 255, 255, 0.7);
}

.widget-loader {
	z-index: 6020;
	background: transparent url('../images/brainbulb.gif') 50% 40% no-repeat;
	-webkit-background-size: 60px;
	-moz-background-size: 60px;
	-ms-background-size: 60px;
	background-size: 60px;
}

.loading-img {
	z-index: 6020;
	background: transparent url('../images/brainbulb.gif') 50% 40% no-repeat;
	-webkit-background-size: 100px;
	-moz-background-size: 100px;
	-ms-background-size: 100px;
	background-size: 100px;
}

.download-loading-img {
	z-index: 6020;
	background: transparent url('../images/brainbulb.gif') 50% 300px no-repeat;
	-webkit-background-size: 100px;
	-moz-background-size: 100px;
	-ms-background-size: 100px;
	background-size: 100px;
}

.widget-inside-loader {
	z-index: 1052;
	background: transparent url('../images/brainbulb.gif') 50% 40% no-repeat;
	-webkit-background-size: 60px;
	-moz-background-size: 60px;
	-ms-background-size: 60px;
	background-size: 60px;
}

.loader-img {
	z-index: 1052;
	background: transparent url('../images/brainbulb.gif') 50% 40% no-repeat;
	-webkit-background-size: 100px;
	-moz-background-size: 100px;
	-ms-background-size: 100px;
	background-size: 100px;
}

.file-loader {
	z-index: 1052;
    background: transparent url('../images/pdf_loader.gif') 50% 40% no-repeat;
    -webkit-background-size: 60px;
    -moz-background-size: 60px;
    -ms-background-size: 60px;
    background-size: 60px;
}

/*
Navigation link CSS
*/

._nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.az-iconbar ._nav-link {
	position: relative;
	padding: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.az-iconbar ._nav-link.active {
	color: #223565;
}

.az-iconbar-primary ._nav-link.active {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.az-iconbar-primary ._nav-link {
	width: 42px;
	height: 42px;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.az-iconbar ._nav-link i.typcn::before {
	width: auto;
}

.az-iconbar ._nav-link i {
	font-size: 28px;
}

.az-iconbar ._nav-link i.typcn {
	line-height: 1;
}

.az-iconbar ._nav-link+.nav-link {
	margin-top: 10px;
}

.az-iconbar-primary ._nav-link:hover,
.az-iconbar-primary ._nav-link:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.media-custom:before {
	content: none!important;
}

.mg-t-13 {
	margin-top: 13px;
}

.mg-t-13-f {
	margin-top: 13px!important;
}


/*
Not Necessary --- Need to remove
*/

.media>.ic-media {
	width: 34px;
	font-size: 24px;
	margin-right: 8px;
}

.media>.ic-media {
	line-height: 0;
	font-size: 16px;
	margin-right: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 34px;
	background-color: #97a3b9;
}

.media-body>.lbl-media {
	margin-bottom: 0;
	display: block;
	line-height: 1;
	font-size: 11px;
	color: #97a3b9;
}

.media-body>.div-media {
	font-weight: 500;
	display: flex;
	align-items: center;
}

.modal-sm-400 {
	max-width: 400px
}

.tx-23-f {
	font-size: 23px !important;
}

.sp-replacer {
	display: block !important;
	width: 60px !important;
}

.sp-preview {
	width: 27px !important;
	height: 27px !important;
}

.sp-dd {
	top: 5px !important;
	left: 4px !important;
}


/* data table css */

table.dataTable {
	font-size: 11px!important;
}

.dataTables_info {
	font-size: 9px!important;
}

.dataTables_wrapper .dataTables_paginate {
	font-size: 9px!important;
}

table.dataTable thead th {
	background-color: #293f79;
	color: #FFF;
	vertical-align: middle!important;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

table.dataTable tbody th,
table.dataTable tbody td {
	vertical-align: middle!important;
}

.dataTables_wrapper .dataTables_filter {
	text-align: right!important;
	font-size: 11px!important;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background-color: #293f79!important;
	color: #FFF;
}

.dataTables_wrapper .dataTables_filter input {
	margin-right: 0px;
	border: 1px solid #cdd4e0;
	color: #031b4e;
	border-radius: 1px;
	width: 180px !important;
	font-size: 11px!important;
}

.dataTables_wrapper .dataTables_info {
	margin-top: 0px !important;
}

.wd-5p {
	width: 5%;
}

.wd-11p {
	width: 11%;
}

.wd-12p {
	width: 12%;
}

.wd-13p {
	width: 13%;
}

.wd-9p {
	width: 9%;
}

.wd-7p {
	width: 7%;
}

.wd-7p-f {
	width: 9% !important;
}

.wd-7-0p {
	width: 7%;
}

.wd-7-0p-f {
	width: 7% !important;
}

.wd-7-5p-f {
	width: 7.5% !important;
}

.wd-8p {
	width: 8%;
}

.wd-8p-f {
	width: 8% !important;
}

.wd-16p {
	width: 16%;
}

.wd-16p-f {
	width: 16% !important;
}

.wd-17p {
	width: 17%;
}

.wd-26p {
	width: 26%;
}

.wd-6p {
	width: 6%;
}

.wd-14p {
	width: 14% !important;
}

.tx-info-f {
	color: #17a2b8 !important;
}

.form-control-search-sm {
	height: 30px!important;
	font-size: 12px!important;
}

.flot-chart-school {
	height: 250px!important;
}

.chart-legend-custom {
	font-size: 8px!important;
}

.chart-legend-trend {
	margin-bottom: 0px!important;
	display: flex;
	align-items: right!important;
	justify-content: right!important;
	position: absolute;
	top: auto!important;
	;
	left: auto!important;
	right: 5px!important;
	z-index: 10;
	font-size: 8px!important;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize!important;
}

.card-dashboard-twentysix .chart-legend>div {
	font-size: 8px!important;
	text-transform: capitalize!important;
	line-height: 1.4!important;
}

.card-dashboard-twentysix .chart-legend span {
	width: 6px!important;
	height: 6px!important;
}

.mg-t--60 {
	margin-top: -60px!important;
}

.mg-l--20 {
	margin-left: -20px!important;
}


td.details-control {
	background: url('../images/icons8-plus-64.png') no-repeat center center;
	cursor: pointer;
	background-size: 15px auto;
}

tr.shown td.details-control {
	background: url('../images/icons8-minus-64.png') no-repeat center center;
	background-size: 15px auto;
}

.tx-6-f {
	font-size: 6px !important;
}

.tx-6 {
	font-size: 6px;
}

.az-contacts-list {
	height: calc(100% - 190px) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #223565 !important;
}

.ht-120-f {
	height: 120px !important;
}

.ht-130-f {
	height: 130px !important;
}
.wd-120-f {
	width: 120px !important;
}

.ht-116 {
	height: 116px;
}

.wd-115-f {
	width: 115px !important;
}

.wd-210-f {
	width: 210px !important;
}

.dropzone {
	min-height: 75px!important;
	height: 150px;
}

.dropzone .dz-message .dz-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.dropzone .dz-message,
.dropzone-container .dz-message {
	margin: 3em 0 !important;
}

.dropzone .dz-preview .dz-image,
.dropzone-container .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 215px!important;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10;
}

.dropzone .dz-preview,
.dropzone-container .dz-preview {
	/* margin: -5px!important; */
	margin-bottom: 0px !important;
	margin-right: 10px !important;
	margin-top: -5px !important;
	margin-left: 0px !important;
}

.mg-t-27-f {
	margin-top: 27px !important;
}

@media (min-width: 1280px) {
	.ex-wm-1 {
		position: absolute;
		left: 23%;
		width: 23%;
		z-index: 1 !important;
	}
	.ex-cf-1 {
		position: relative;
		margin-top: 9%;
		margin-left: 1%;
		width: 27%;
		z-index: 2 !important;
	}
	.ex-ic-1 {
		position: absolute;
		left: 34%;
		top: 32% !important;
		width: 21%;
		z-index: 3 !important;
	}
	.bm-chart-widget-ht {
        height: 145px !important;
    }
}

@media (min-width: 1330px) {
	.ex-wm-1 {
		position: absolute;
		left: 23%;
		width: 22%;
		z-index: 1 !important;
	}
	.ex-cf-1 {
		position: relative;
		margin-top: 8%;
		margin-left: 1%;
		width: 27%;
		z-index: 2 !important;
	}
	.ex-ic-1 {
		position: absolute;
		left: 34%;
		top: 32% !important;
		width: 21%;
		z-index: 3 !important;
	}
	.bm-chart-widget-ht {
        height: 140px !important;
    }
}

@media (min-width: 1536px) {
	.ex-wm-1 {
		position: absolute;
		left: 20%;
		width: 21%;
		z-index: 1 !important;
	}
	.ex-cf-1 {
		position: relative;
		margin-top: 7%;
		margin-left: -1%;
		width: 25%;
		z-index: 2 !important;
	}
	.ex-ic-1 {
		position: absolute;
		left: 30%;
		top: 31% !important;
		width: 21%;
		z-index: 3 !important;
	}
	.bm-chart-widget-ht {
        height: 130px !important;
    }
}

@media (min-width: 1920px) {
	.ex-wm-1 {
		position: absolute;
		left: 20%;
		width: 21%;
		z-index: 1 !important;
	}
	.ex-cf-1 {
		position: relative;
		margin-top: 7%;
		margin-left: 1%;
		width: 25%;
		z-index: 2 !important;
	}
	.ex-ic-1 {
		position: absolute;
		left: 30%;
		top: 31% !important;
		width: 21%;
		z-index: 3 !important;
	}
	.bm-chart-widget-ht {
        height: 130px !important;
    }
}

@media (min-width: 2560px) {
	.ex-wm-1 {
		position: absolute;
		left: 20%;
		width: 21%;
		z-index: 1 !important;
	}
	.ex-cf-1 {
		position: relative;
		margin-top: 6%;
		margin-left: 2%;
		width: 25%;
		z-index: 2 !important;
	}
	.ex-ic-1 {
		position: absolute;
		left: 30%;
		top: 31% !important;
		width: 21%;
		z-index: 3 !important;
	}
	.bm-chart-widget-ht {
        height: 130px !important;
    }
}

@media (min-width: 1280px) {
	.ex-wm-2 {
		position: absolute;
		left: 33%;
		width: 50%;
		z-index: 1 !important;
	}
	.ex-cf-2 {
		position: relative;
		margin-top: 15%;
		margin-left: 0%;
		width: 60%;
		z-index: 2 !important;
	}
	.ex-ic-2 {
		position: absolute;
		left: 57%;
		top: 30% !important;
		width: 50%;
		z-index: 3 !important;
	}
}

@media (min-width: 1330px) {
	.ex-wm-2 {
		position: absolute;
		left: 34%;
		width: 56%;
		z-index: 1 !important;
	}
	.ex-cf-2 {
		position: relative;
		margin-top: 20%;
		margin-left: 0%;
		width: 65%;
		z-index: 2 !important;
	}
	.ex-ic-2 {
		position: absolute;
		left: 61%;
		top: 30% !important;
		width: 55%;
		z-index: 3 !important;
	}
}

@media (min-width: 1536px) {
	.ex-wm-2 {
		position: absolute;
		left: 33%;
		width: 50%;
		z-index: 1 !important;
	}
	.ex-cf-2 {
		position: relative;
		margin-top: 15%;
		margin-left: 0%;
		width: 60%;
		z-index: 2 !important;
	}
	.ex-ic-2 {
		position: absolute;
		left: 57%;
		top: 30% !important;
		width: 50%;
		z-index: 3 !important;
	}
}

@media (min-width: 2560px) {
	.ex-wm-2 {
		position: absolute;
		left: 33%;
		width: 50%;
		z-index: 1 !important;
	}
	.ex-cf-2 {
		position: relative;
        margin-top: 15%;
        margin-left: 1%;
        width: 57%;
        z-index: 2 !important;
	}
	.ex-ic-2 {
		position: absolute;
		left: 57%;
		top: 30% !important;
		width: 50%;
		z-index: 3 !important;
	}
}

@media (min-width: 1280px) {
	.ex-wm-3 {
		position: absolute;
		left: 10.3%;
		width: 12.5%;
		z-index: 1 !important;
	}
	.ex-cf-3 {
		position: relative;
		margin-top: 4%;
		margin-left: 0%;
		width: 13%;
		z-index: 2 !important;
	}
	.ex-ic-3 {
		position: absolute;
		left: 16.5%;
		top: 32% !important;
		width: 12%;
		z-index: 3 !important;
	}
}

@media (min-width: 1330px) {
	.ex-wm-3 {
		position: absolute;
		left: 30%;
		width: 32%;
		z-index: 1 !important;
	}
	.ex-cf-3 {
		position: relative;
		margin-top: 12%;
		margin-left: 0%;
		width: 40%;
		z-index: 2 !important;
	}
	.ex-ic-3 {
		position: absolute;
		left: 45%;
		top: 33% !important;
		width: 31%;
		z-index: 3 !important;
	}
}

@media (min-width: 1536px) {
	.ex-wm-3 {
		position: absolute;
		left: 10.3%;
		width: 12.5%;
		z-index: 1 !important;
	}
	.ex-cf-3 {
		position: relative;
		margin-top: 4%;
		margin-left: 0%;
		width: 13%;
		z-index: 2 !important;
	}
	.ex-ic-3 {
		position: absolute;
		left: 16.5%;
		top: 32% !important;
		width: 12%;
		z-index: 3 !important;
	}
}

@media (min-width: 1280px) {
	.ex-wm-4 {
		position: absolute;
		left: 40%;
		width: 26%;
		z-index: 1 !important;
	}
	.ex-cf-4 {
		position: relative;
		margin-top: 8%;
		margin-left: 24%;
		width: 27%;
		z-index: 2 !important;
	}
	.ex-ic-4 {
		position: absolute;
		left: 52%;
		top: 33% !important;
		width: 25%;
		z-index: 3 !important;
	}
}

@media (min-width: 1330px) {
	.ex-wm-4 {
		position: absolute;
		left: 41%;
		width: 26%;
		z-index: 1 !important;
	}
	.ex-cf-4 {
		position: relative;
		margin-top: 8%;
		margin-left: 25%;
		width: 27%;
		z-index: 2 !important;
	}
	.ex-ic-4 {
		position: absolute;
		left: 53%;
		top: 33% !important;
		width: 25%;
		z-index: 3 !important;
	}
}

@media (min-width: 1536px) {
	.ex-wm-4 {
		position: absolute;
		left: 40%;
		width: 26%;
		z-index: 1 !important;
	}
	.ex-cf-4 {
		position: relative;
		margin-top: 8%;
		margin-left: 24%;
		width: 27%;
		z-index: 2 !important;
	}
	.ex-ic-4 {
		position: absolute;
		left: 52%;
		top: 33% !important;
		width: 25%;
		z-index: 3 !important;
	}
}

@media (min-width: 1280px) {
	.ex-wm-5 {
        position: absolute;
        left: 40%;
        width: 22%;
        z-index: 1 !important;
	}
	.ex-cf-5 {
        position: relative;
        margin-top: 8%;
        margin-left: -29%;
        width: 26.5%;
        z-index: 2 !important;
	}
	.ex-ic-5 {
        position: absolute;
        left: 51%;
        top: 40% !important;
        width: 20%;
        z-index: 3 !important;
	}
	.ex-cf-score-5 {
        position: absolute;
        left: 10%;
        bottom: 40%;
    }
    .ex-wm-score-5 {
        position: absolute;
        left: 42%;
        top: -5px;
    }
    .ex-ic-score-5 {
        position: absolute;
        left: 75%;
        bottom: 40%;
    }
}

@media (min-width: 1330px) {
	.ex-wm-5 {
        position: absolute;
        left: 41%;
        width: 23%;
        z-index: 1 !important;
	}
	.ex-cf-5 {
		position: relative;
        margin-top: 8%;
        margin-left: -27%;
        width: 27.5%;
        z-index: 2 !important;
	}
	.ex-ic-5 {
        position: absolute;
        left: 52%;
        top: 38% !important;
        width: 22%;
        z-index: 3 !important;
	}
	.ex-cf-score-5 {
        position: absolute;
        left: 10%;
        bottom: 40%;
    }
    .ex-wm-score-5 {
        position: absolute;
        left: 43%;
        top: -10px
    }
    .ex-ic-score-5 {
        position: absolute;
        left: 77%;
        bottom: 40%;
    }
}

@media (min-width: 1536px) {
	.ex-wm-5 {
		position: absolute;
        left: 42%;
        width: 22%;
        z-index: 1 !important;
	}
	.ex-cf-5 {
		position: relative;
        margin-top: 7%;
        margin-left: -25%;
        width: 27%;
        z-index: 2 !important;
	}
	.ex-ic-5 {
        position: absolute;
        left: 53%;
        top: 38% !important;
        width: 21%;
        z-index: 3 !important;
	}
	.ex-cf-score-5 {
        position: absolute;
        left: 10%;
        bottom: 40%;
    }
    .ex-wm-score-5 {
        position: absolute;
        left: 45%;
        top: -10px;
    }
    .ex-ic-score-5 {
        position: absolute;
        left: 80%;
        bottom: 40%;
    }
}

@media (min-width: 1920px) {
	.ex-wm-5 {
        position: absolute;
        left: 41%;
        width: 21%;
        z-index: 1 !important;
	}
	.ex-cf-5 {
        position: relative;
        margin-top: 7%;
        margin-left: -25%;
        width: 24.5%;
        z-index: 2 !important;
	}
	.ex-ic-5 {
		position: absolute;
        left: 51%;
        top: 35% !important;
        width: 21%;
        z-index: 3 !important;
	}
	.ex-cf-score-5 {
        position: absolute;
        left: 15%;
        bottom: 40%;
    }
    .ex-wm-score-5 {
        position: absolute;
        left: 45%;
        top: -10px;
    }
    .ex-ic-score-5 {
        position: absolute;
        left: 76%;
        bottom: 40%;
    }
}

@media (min-width: 2560px) {
	.ex-wm-5 {
        position: absolute;
        left: 41%;
        width: 21%;
        z-index: 1 !important;
	}
	.ex-cf-5 {
		position: relative;
        margin-top: 6%;
        margin-left: -25%;
        width: 25%;
        z-index: 2 !important;
	}
	.ex-ic-5 {
        position: absolute;
        left: 51%;
        top: 35% !important;
        width: 21%;
        z-index: 3 !important;
	}
	.ex-cf-score-5 {
        position: absolute;
        left: 16%;
        bottom: 40%;
    }
    .ex-wm-score-5 {
        position: absolute;
        left: 47%;
        top: -10px;
    }
    .ex-ic-score-5 {
        position: absolute;
        left: 76%;
        bottom: 40%;
    }
}



@media (min-width: 1280px) {
	.ex-wm-6 {
        position: absolute;
        left: 40%;
        width: 23%;
        z-index: 1 !important;
	}
	.ex-cf-6 {
        position: relative;
        margin-top: 8%;
        margin-left: -27%;
        width: 26.5%;
        z-index: 2 !important;
	}
	.ex-ic-6 {
        position: absolute;
        left: 51%;
        top: 38% !important;
        width: 21.5%;
        z-index: 3 !important;
	}
	.ex-cf-score-6 {
        position: absolute;
        left: 10%;
        bottom: 40%;
    }
    .ex-wm-score-6 {
        position: absolute;
        left: 43%;
        top: -10px;
    }
    .ex-ic-score-6 {
        position: absolute;
        left: 75%;
        bottom: 40%;
    }
}

@media (min-width: 1330px) {
	.ex-wm-6 {
        position: absolute;
        left: 41%;
        width: 23%;
        z-index: 1 !important;
	}
	.ex-cf-6 {
		position: relative;
        margin-top: 8%;
        margin-left: -25%;
        width: 27.5%;
        z-index: 2 !important;
	}
	.ex-ic-6 {
        position: absolute;
        left: 51.5%;
        top: 37% !important;
        width: 22%;
        z-index: 3 !important;
	}
	.ex-cf-score-6 {
        position: absolute;
        left: 10%;
        bottom: 40%;
    }
    .ex-wm-score-6 {
        position: absolute;
        left: 44.5%;
        top: -10px
    }
    .ex-ic-score-6 {
        position: absolute;
        left: 78%;
        bottom: 40%;
    }
}

@media (min-width: 1536px) {
	.ex-wm-6 {
		position: absolute;
        left: 40%;
        width: 23%;
        z-index: 1 !important;
	}
	.ex-cf-6 {
        position: relative;
        margin-top: 7%;
        margin-left: -27%;
        width: 27%;
        z-index: 2 !important;
	}
	.ex-ic-6 {
        position: absolute;
        left: 51%;
        top: 36% !important;
        width: 22%;
        z-index: 3 !important;
	}
	.ex-cf-score-6 {
        position: absolute;
        left: 10%;
        bottom: 40%;
    }
    .ex-wm-score-6 {
        position: absolute;
        left: 45%;
        top: -10px;
    }
    .ex-ic-score-6 {
        position: absolute;
        left: 80%;
        bottom: 40%;
    }
}

@media (min-width: 1920px) {
	.ex-wm-6 {
        position: absolute;
        left: 40%;
        width: 21%;
        z-index: 1 !important;
	}
	.ex-cf-6 {
        position: relative;
        margin-top: 6.5%;
        margin-left: -25%;
        width: 24.5%;
        z-index: 2 !important;
	}
	.ex-ic-6 {
		position: absolute;
        left: 49%;
        top: 35% !important;
        width: 21%;
        z-index: 3 !important;
	}
	.ex-cf-score-6 {
        position: absolute;
        left: 15%;
        bottom: 40%;
    }
    .ex-wm-score-6 {
        position: absolute;
        left: 45%;
        top: -10px;
    }
    .ex-ic-score-6 {
        position: absolute;
        left: 76%;
        bottom: 40%;
    }
}

@media (min-width: 2560px) {
	.ex-wm-6 {
        position: absolute;
        left: 40%;
        width: 22%;
        z-index: 1 !important;
	}
	.ex-cf-6 {
        position: relative;
        margin-top: 7%;
        margin-left: -25%;
        width: 25%;
        z-index: 2 !important;
	}
	.ex-ic-6 {
        position: absolute;
        left: 50%;
        top: 35% !important;
        width: 22%;
        z-index: 3 !important;
	}
	.ex-cf-score-6 {
        position: absolute;
        left: 16%;
        bottom: 40%;
    }
    .ex-wm-score-6 {
        position: absolute;
        left: 47%;
        top: -10px;
    }
    .ex-ic-score-6 {
        position: absolute;
        left: 76%;
        bottom: 40%;
    }
}



@media (min-width: 1280px) {
	.ex-wm-full-1 {
		position: absolute;
		left: 46%;
		width: 12%;
		z-index: 1 !important;
	}
	.ex-cf-full-1 {
		position: relative;
		margin-top: 11%;
		margin-left: -18%;
		width: 20%;
		z-index: 2 !important;
	}
	.ex-ic-full-1 {
		position: absolute;
		left: 51.7%;
		top: 55% !important;
		width: 21%;
		z-index: 3 !important;
	}
}

@media (min-width: 1330px) {
	.ex-wm-full-1 {
		position: absolute;
		left: 46%;
		width: 12%;
		z-index: 1 !important;
	}
	.ex-cf-full-1 {
		position: relative;
		margin-top: 11%;
		margin-left: -18%;
		width: 20%;
		z-index: 2 !important;
	}
	.ex-ic-full-1 {
		position: absolute;
		left: 51.7%;
		top: 55% !important;
		width: 21%;
		z-index: 3 !important;
	}
}

@media (min-width: 1536px) {
	.ex-wm-full-1 {
		position: absolute;
		left: 46%;
		width: 12%;
		z-index: 1 !important;
	}
	.ex-cf-full-1 {
		position: relative;
		margin-top: 11%;
		margin-left: -18%;
		width: 20%;
		z-index: 2 !important;
	}
	.ex-ic-full-1 {
		position: absolute;
		left: 51.7%;
		top: 55% !important;
		width: 21%;
		z-index: 3 !important;
	}
}

@media (min-width: 2560px) {
	.ex-wm-full-1 {
		position: absolute;
		left: 46%;
		width: 12%;
		z-index: 1 !important;
	}
	.ex-cf-full-1 {
		position: relative;
		margin-top: 10.8%;
		margin-left: -18%;
		width: 20%;
		z-index: 2 !important;
	}
	.ex-ic-full-1 {
		position: absolute;
		left: 51.7%;
		top: 55% !important;
		width: 21%;
		z-index: 3 !important;
	}
}

@media (min-width: 1280px) {
	.ex-cf-full-score-1 {
		position: absolute;
		left: 35.5%;
		bottom: 55%;
	}
	.ex-wm-full-score-1 {
		position: absolute;
		left: 50.5%;
		top: 0;
	}
	.ex-ic-full-score-1 {
		position: absolute;
		left: 66%;
		bottom: 46%;
	}
}

@media (min-width: 1330px) {
	.ex-cf-full-score-1 {
		position: absolute;
		left: 35.5%;
		bottom: 54%;
	}
	.ex-wm-full-score-1 {
		position: absolute;
		left: 50%;
		top: 0;
	}
	.ex-ic-full-score-1 {
		position: absolute;
		left: 65.5%;
		bottom: 46%;
	}
}

@media (min-width: 1536px) {
	.ex-cf-full-score-1 {
		position: absolute;
		left: 35.5%;
		bottom: 55%;
	}
	.ex-wm-full-score-1 {
		position: absolute;
		left: 50.5%;
		top: 0;
	}
	.ex-ic-full-score-1 {
		position: absolute;
		left: 66%;
		bottom: 46%;
	}
}

@media (min-width: 1280px) {
	.ex-wm-full-2 {
        position: absolute;
        left: 40.5%;
        width: 22%;
        z-index: 1 !important;
    }
    .ex-cf-full-2 {
        position: relative;
        margin-top: 21%;
        margin-left: -40%;
        width: 40%;
        z-index: 2 !important;
    }
    .ex-ic-full-2 {
        position: absolute;
        left: 50.5%;
        top: 55% !important;
        width: 38%;
        z-index: 3 !important;
    }
    .ex-cf-full-score-2 {
        position: absolute;
        left: 20%;
        bottom: 60%;
    }
    .ex-wm-full-score-2 {
        position: absolute;
        left: 47.5%;
        top: -10px;
    }
    .ex-ic-full-score-2 {
        position: absolute;
        left: 76%;
        bottom: 50%;
    }
}

@media (min-width: 1330px) {
	.ex-wm-full-2 {
        position: absolute;
        left: 40.5%;
        width: 22%;
        z-index: 1 !important;
    }
    .ex-cf-full-2 {
        position: relative;
        margin-top: 21%;
        margin-left: -40%;
        width: 40%;
        z-index: 2 !important;
    }
    .ex-ic-full-2 {
        position: absolute;
        left: 50.5%;
        top: 55% !important;
        width: 38%;
        z-index: 3 !important;
    }
    .ex-cf-full-score-2 {
        position: absolute;
        left: 20%;
        bottom: 60%;
    }
    .ex-wm-full-score-2 {
        position: absolute;
        left: 47.5%;
        top: -10px;
    }
    .ex-ic-full-score-2 {
        position: absolute;
        left: 76%;
        bottom: 50%;
    }
}

@media (min-width: 1536px) {
	.ex-wm-full-2 {
		position: absolute;
        left: 40%;
        width: 22%;
        z-index: 1 !important;
	}
	.ex-cf-full-2 {
        position: relative;
        margin-top: 20%;
        margin-left: -41%;
        width: 40%;
        z-index: 2 !important;
	}
	.ex-ic-full-2 {
        position: absolute;
        left: 50%;
        top: 55% !important;
        width: 38%;
        z-index: 3 !important;
	}
	.ex-cf-full-score-2 {
        position: absolute;
        left: 19.5%;
        bottom: 60%;
    }
    .ex-wm-full-score-2 {
        position: absolute;
        left: 47.5%;
        top: -10px;
    }
    .ex-ic-full-score-2 {
        position: absolute;
        left: 76%;
        bottom: 49%;
    }
}

@media (min-width: 1920px) {
	.ex-wm-full-2 {
        position: absolute;
        left: 40%;
        width: 23%;
        z-index: 1 !important;
    }
    .ex-cf-full-2 {
        position: relative;
        margin-top: 21%;
        margin-left: -40%;
        width: 40%;
        z-index: 2 !important;
    }
    .ex-ic-full-2 {
        position: absolute;
        left: 50.5%;
        top: 55% !important;
        width: 40%;
        z-index: 3 !important;
    }
    .ex-cf-full-score-2 {
        position: absolute;
        left: 20.5%;
        bottom: 60%;
    }
    .ex-wm-full-score-2 {
        position: absolute;
        left: 48.5%;
        top: -10px;
    }
    .ex-ic-full-score-2 {
        position: absolute;
        left: 78%;
        bottom: 49%;
    }
}

@media (min-width: 2560px) {
    .ex-wm-full-2 {
        position: absolute;
        left: 40.5%;
        width: 22%;
        z-index: 1 !important;
    }
    .ex-cf-full-2 {
        position: relative;
        margin-top: 19%;
        margin-left: -40%;
        width: 40%;
        z-index: 2 !important;
    }
    .ex-ic-full-2 {
        position: absolute;
        left: 50.5%;
        top: 55% !important;
        width: 38.5%;
        z-index: 3 !important;
    }
    .ex-cf-full-score-2 {
        position: absolute;
        left: 20.5%;
        bottom: 60%;
    }
    .ex-wm-full-score-2 {
        position: absolute;
        left: 49.5%;
        top: -10px;
    }
    .ex-ic-full-score-2 {
        position: absolute;
        left: 78%;
        bottom: 49%;
    }
}

.dataTables_wrapper>.dataTables_filter>label>select {
	margin-right: 0px;
	border: 1px solid #cdd4e0;
	color: #031b4e;
	border-radius: 1px;
	width: 180px !important;
	font-size: 11px!important;
}

.dataTables_wrapper .dataTables_filter .select2-container--default .select2-selection--single {
	border-radius: 3px;
	height: 32px;
	border-color: #cdd4e0;
}

.dataTables_wrapper .dataTables_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}

.dataTables_wrapper .dataTables_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}

.dataTables_wrapper .dataTables_filter input[type="checkbox"] {
	width: auto !important;
}

.wd-220-f {
	width: 220px !important;
}

.wd-140-f {
	width: 140px !important;
}

.ht-2-f {
	height: 2px !important;
}

.wd-220-f {
	width: 220px!important;
}

.wd-18p {
	width: 18% !important;
}
.wd-12p-f {
	width: 12% !important;
}

.wd-48p-f {
	width: 48% !important;
}


.dataTables_wrapper .dataTables_filter label {
	display: inline-flex;
}

.dataTables_wrapper .dataTables_length {
	font-size: 11px!important;
}

.child-profile-view-info h6 {
	font-size: 32px;
	font-weight: 500;
	color: #1c273c;
	margin-bottom: 0;
}

.child-view-info {
	top: 10px !important;
	right: 0 !important;
}

.ion-ios-checkmark:before {
	content: "\f3ff"
}

.bg-none {
	background: none !important;
}

.ckbox-custom-safari {
	display: inline-flex!important;
}

.col-md-1-ex {
	flex: 0 0 13%;
	max-width: 13%;
}

.col-md-2-ex {
	flex: 0 0 12.0%;
	max-width: 12.0%;
}

.card-dashboard-events .event-user .az-img-user::after {
	display: block !important;
}

.az-avatar-no-status::after,
.avatar-no-status-xl::after,
.avatar-no-status-sm::after,
.az-img-user-no-status:after {
	display: none !important;
}

.tx-success-f {
	color: #3bb001 !important;
}

.tx-gray-600-f {
	color: #7987a1 !important;
}

.ic-dropdown::after {
	margin-left: 0.500em !important;
	vertical-align: 3px !important;
	font-size: 20px;
}

.autocomplete-suggestions {
	width: 220px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 8px 10px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 8px 10px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}

.autocomplete-group {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}

.az-header-center .form-control {
	border-width: 0px !important;
}

.ln-ht-0 {
	line-height: 0 !important;
}

.ln-ht-normal {
	line-height: normal !important;
}

.ln-ht-1 {
	line-height: 1 !important;
}

.ln-ht-1-5 {
	line-height: 1.5 !important;
}

.ln-ht-1-7 {
	line-height: 1.7 !important;
}

.ln-ht-1-75 {
	line-height: 1.75 !important;
}

.ln-ht-1-4 {
    line-height: 1.4!important;
}
.mg-t-13-f {
	margin-top: 13px !important;
}

.ln-ht-1-25 {
	line-height: 1.25 !important;
}

.pos-relative {
	position: relative !important;
}

.perfect-scroll-bar {
	position: relative !important;
}

.collapsing {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.card-body-custom {
	padding: 0px 20px!important;
}

.min-ht-0-f {
	min-height: 0px !important;
}

.overflow-x-hdn {
	overflow-x: hidden !important;
}

.d-contents {
	display: contents !important;
}

.l-19_5 {
	left: 19.5%;
}

.chkbx-custom {
	display: inline-flex;
}

.chkbx-custom span {
	/*margin-top: 4px!important;*/
	font-size: 12px!important;
	line-height: 1.7 !important;
}

.chkbx-custom-xthin span {
	margin-top: 4.3px!important;
	font-size: 10px!important;
}

.chkbx-custom-xxthin span {
	margin-top: 3px!important;
	font-size: 10px!important;
}

.rdiobox-custom span {
	margin-top: 4px!important;
	font-size: 11px!important;
}

.rdiobox-customX span {
	margin-top: 4px!important;
	font-size: 11px!important;
}

.l-20 {
	left: 20%;
}

.text-sm {
	height: 36px!important;
}

.form-control {
	font-size: 0.75rem !important;
}

.select2-results__option {
	font-size: 12px !important;
}

.select2-container--default .select2-selection--single {
	font-size: 12px !important;
}

.ckbox {
	font-size: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 12px !important;
}

.tx-semibold-f {
	font-weight: 600 !important;
}

.tx-7-f {
	font-size: 7px !important;
}

.mg-r-150-f {
	margin-right: 150px !important;
}

.mg-r-18 {
	margin-right: 18px;
}

.form-control {
	height: 33px!important;
	border: 1px solid #e9ecf1!important;
	border-radius: 2px;
}

.select2-container--default .select2-selection--multiple {
	height: 33px !important;
	border: 1px solid #e9ecf1!important;
}

.select2-container--default .select2-selection--single {
	height: auto !important;
	border: 1px solid #e9ecf1!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px!important;
}

.bd-y-0-f {
	border-top-width: 0!important;
	border-bottom-width: 0!important;
}

.bd-x-0-f {
	border-left-width: 0!important;
	border-right-width: 0!important;
}

textarea.form-control {
	height: auto!important;
}

.fm-button {
	height: 33px!important;
	min-height: 33px!important;
	padding: 6px 20px !important;
}


/** parent dashboard **/

.media-activity-list span {
	font-size: 10px;
	color: #7987a1;
	border-right: 1px solid #cdd4e0;
	padding-right: 5px;
	padding-left: 5px;
}

.media-activity-list span:last-child {
	border-right: 0px;
}

.media-activity-list span:first-child {
	padding-left: 0px;
}

.tx-normal-f {
	font-weight: 400!important;
}

.tx-gray-500-f {
	color: #97a3b9!important;
}

.tx-gray-600-f {
	color: #7987a1!important;
}

.bg-gray-300-f {
	background-color: #cdd4e0!important;
}

.bg-gray-50-f {
	background-color: rgba(0, 0, 0, 0.03)!important;
}

.bg-gray-25-f {
	background-color: rgba(0, 0, 0, 0.05)!important;
}


/** end of parent dashboard **/

.az-media-list-reviews .media-body h6 {
	color: #1c273c !important;
}

.ql-disabled {
	background-color: rgba(0, 0, 0, 0.03)!important;
}

.dz-image img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.dropzone .dz-preview .dz-image,
.dropzone-container .dz-preview .dz-image {
	height: 100px !important;
}

.dropzone .dz-preview .dz-remove,
.dropzone-container .dz-preview .dz-remove {
	font-size: 10px !important;
	margin-top: 10px !important;
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-container .dz-preview .dz-details .dz-size {
	font-size: 12px !important;
}

._page-link {
	width: 20px;
	height: 20px;
	font-size: 9px !important;
	background-color: #fefefe;
}

._page-link i {
	font-size: 9px !important;
}

._pagination, .flex-wrap-wrap {
	flex-wrap: wrap;
}

.chkbx-custom-xs {
	display: inline-flex!important;
}

.chkbx-custom-xs span {
	margin-top: 2px!important;
    font-size: 10px!important;
    line-height: 1.6;
}

.chkbx-mini {
    top: 0px;
}

.chkbx-mini span {
	margin-top: auto!important;
    font-size: 10px!important;
    line-height: 0.5!important;
    margin-bottom: 1px;
}

.chkbx-mini span:before, .chkbx-mini span:after {
	width: 14px!important;
    height: 14px!important;
    top: 1px;
}

.radio-custom-xs {
	display: inline-flex!important;
}

.radio-custom-xs span {
	margin-top: 2px!important;
	font-size: 10px!important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px solid #dddada;
}

.ql-snow.ql-toolbar button i {
	font-size: 18px!important;
}

.ql-snow.ql-toolbar {
	padding: 0px 0px 5px 13px!important;
	border-width: 1px!important;
	border-radius: 4px 4px 0 0;
}

.ql-snow.ql-toolbar button {
	width: 30px!important;
	height: 30px!important;
}

.ql-snow.ql-toolbar .ql-picker-label {
	border-color: #eaebee!important;
}

.ql-snow.ql-container {
	border-width: 1px!important;
	border-radius: 0 0 4px 4px!important;
}

#p_teacher_instructions p {
	text-align: justify;
	font-size: 12px!important;
}

#p_teacher_references p {
	text-align: justify;
	font-size: 12px!important;
}

#p_teacher_extension p {
	text-align: justify;
	font-size: 12px!important;
}

#p_teacher_intervention p {
	text-align: justify;
	font-size: 12px!important;
}

#p_parent_instructions p {
	text-align: justify;
	font-size: 12px!important;
}

#p_parent_references p {
	text-align: justify;
	font-size: 12px!important;
}

#p_parent_extension p {
	text-align: justify;
	font-size: 12px!important;
}

#p_parent_intervention p {
	text-align: justify;
	font-size: 12px!important;
}

.card-dashboard-thirteen .media-icon-md {
	font-size: 20px!important;
	margin-right: 1px!important;
	margin-top: 7px!important;
}

.filter-overlay {
	position: absolute;
	top: 0px;
	left: 1px;
	right: 0;
	bottom: 0;
	width: 300px;
	padding: 20px;
	background-color: #f4f5f8 !important;
	z-index: 1052 !important;
}

.filter-overlay .select2-container {
	z-index: 1053 !important;
}

.simple-video-player {
	display: inline-block;
	width: 100% !important;
}

.simple-video-player .progress-bar,
.simple-video-player .video-wrapper,
.simple-video-player .video-wrapper video,
#img_view_attachment {
	width: 100%;
}

.simple-video-player [data-role="play-stop"].stopped::after {
	content: '>';
}

.simple-video-player [data-role="play-stop"].play:after {
	content: '||';
}

.controls {
	display: none !important;
}

table.customTable {
	width: 100%;
}

table.customTable thead th,
table.customTable thead td,
table.customTable tbody tr,
table.customTable tbody td {
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 10px;
	text-align: center;
	font-size: 11px !important;
}

table.customTable thead th {
	background-color: #293f79;
	color: #FFF;
	vertical-align: middle!important;
	border-bottom: 1px solid #cdd4e0;
	border-right: 1px solid #cdd4e0;
	font-size: 12px !important;
}

table.customTable thead td,
table.customTable tbody td {
	border-bottom: 1px solid #cdd4e0;
	border-right: 1px solid #cdd4e0;
}

.schedule-content {
	margin: auto;
	padding: 10px;
}

.wd-33-33p {
	width: 33.33%;
}

.az-nav-row {
	flex-direction: row !important;
}

.az-nav-row .nav-link+.nav-link {
	border-top: 0px !important;
	margin-left: 20px !important;
}


/** For Teacher Plan Page **/

.az-chat-contacts small {
	font-size: 10px!important;
	width: 80px!important;
	margin-top: 5px
}

.az-img-user-square img {
	border-radius: 1.5px!important;
}

.az-img-user-square {
	border-radius: 1.5px !important;
	margin: auto;
	height: 65px !important;
	width: 65px !important;
}

.az-chat-contacts-custom {
	padding-left: 0px!important;
}

.az-calendar .fc-agendaWeek-view .fc-time-grid-event>div .fc-title {
	font-size: 11px!important;
}

.az-calendar .fc-time-grid-event .fc-desc {
	font-size: 10px!important;
}

.az-calendar .fc-time-grid-event .fc-title {
	margin-bottom: 2px!important;
}

.fc-event {
	font-size: 0.70em!important;
}

.az-calendar .fc-view .fc-day-number {
	font-size: 12px!important;
}

.az-calendar .fc-head-container .fc-day-header {
	font-size: 11px!important;
	font-weight: 800!important;
	background-color: #293f79!important;
	color: azure;
}

.az-chat-contacts-custom .avatar-custom {
	text-align: center;
	margin-right: 20px;
}

.az-chat-contacts-custom .avatar-custom .avatar-md {
	margin-left: auto;
	margin-right: auto;
}

.az-chat-contacts-custom .avatar-custom a {
	text-align: center!important;
	display: block!important;
}

.avatar-xl-f {
	width: 76px!important;
	height: 76px!important;
}

.card-dashboard-calendar-sm .ui-datepicker td {
	font-size: 9px!important;
}

.card-dashboard-calendar-sm .ui-datepicker .ui-datepicker-calendar td a {
	width: 20px!important;
	height: 20px!important;
	font-size: 9px!important;
}

.card-dashboard-calendar-sm .ui-datepicker .ui-datepicker-title {
	font-size: 11px!important;
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar th,
.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar td {
	text-align: left!important;
}

.ui-date-holidays a {
	background-color: #DF0101 !important;
	background-image: none !important;
	color: #ffffff !important;
}


/** schedule **/

.schedule-content {
	margin: auto;
	padding: 10px;
}

.fc-time-grid .fc-slats td {
	height: 5em!important;
}

.btn-sm-custom {
	line-height: 1.3!important;
}

.az-chat-contacts-custom .avatar-xxl-custom {
	height: 110px!important;
	text-align: center;
	margin: 10px 10px 40px 10px;
	padding: 5px;
	border: 1px solid white!important;
}

.az-chat-contacts-custom .avatar-xxl-custom-selected {
	background-color: #58D68D !important;
	border: 1px solid #58D68D !important;
	border-radius: 5px;
}

.az-chat-contacts-custom .avatar-xxl-custom-selected-modal {
	background-color: #58D68D !important;
	border: 1px solid #58D68D !important;
	border-radius: 5px;
	color: #0B5345!important;
}

.az-chat-contacts-custom .avatar-xxl-custom .avatar-md {
	margin-left: auto;
	margin-right: auto;
}

.az-chat-contacts-custom .avatar-xxl-custom a {
	text-align: center!important;
	display: block!important;
}

.mg-r-12-f {
	margin-right: 12px !important;
}

#div_activity_list_pagination.pagination>li {
	font-size: 11px!important;
	margin-right: 10px!important;
}

.lesson-plan-scroll {
	display: grid;
	float: left !important;
}

.lesson-plan-row {
	white-space: nowrap !important;
}

@media (min-width: 1330px) {
	.lesson-plan-scroll-col {
		display: inline-block !important;
		width: 385px !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		vertical-align: top;
		white-space: normal;
	}
}

@media (min-width: 1536px) {
	.lesson-plan-scroll-col {
		display: inline-block !important;
		width: 448px !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		vertical-align: top;
		white-space: normal;
	}
}

.wd-11{
    width: 11px;
}

.wd-12-f {
	width: 12px !important;
}

.wd-12 {
	width: 12px;
}

.wd-19p {
	width: 19% !important;
}

.wd-22p {
	width: 22% !important;
}

.wd-21p {
	width: 21% !important;
}

.ht-fit-content{
    height: fit-content;
}

.ht-12-f {
	height: 12px !important;
}

.wd-23p {
	width: 23% !important;
}

.tx-underline {
	text-decoration: underline;
}

.row-custom {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}


/* Create four equal columns that sits next to each other */

.column-custom {
	flex: 33%;
	max-width: 33%;
	padding: 0px 5px;
}

.column-custom .card {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
	border-radius: 3px!important;
	margin-bottom: 20px;
	box-shadow: 0px 8px 10px rgba(28, 39, 60, 0.12);
}

.column-custom .card .card-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
	.column-custom {
		flex: 50%;
		max-width: 50%;
	}
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
	.column-custom {
		flex: 100%;
		max-width: 100%;
	}
}

.bootstrap-timepicker-widget.timepicker-orient-bottom::after {
	border-top: 0px solid #fff !important;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom::before {
	border-top: 0px solid #fff !important;
}

.bootstrap-timepicker-widget table td a:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
	border-radius: 2px !important;
	font-size: 12px;
	border: 1px solid #cdcdcd !important
}

.az-calendar .fc-view.fc-agenda-view .fc-day-header>a>span {
	color: #ffffff !important;
}

.width-fit-content {
	width: fit-content !important;
}

.col-filter {
	flex: 0 0 22.9%;
	max-width: 25%;
}

.media-icon-custom {
	text-align: left !important;
}

.media-icon-activity img {
	height: 30px;
	width: auto !important;
}

.media-icon-activity i {
	height: 30px;
	width: 30px;
}

.media-icon-activity {
	text-align: left !important;
}

.media-icon-custom img {
	height: 40px;
	width: auto !important;
}

.media-icon-custom i {
	height: 40px;
	width: 40px;
}

.mg-t-26-f {
	margin-top: 26px !important;
}

table.errorDataTable thead th,
table.errorDataTable thead .sorting_asc,
table.errorDataTable thead .sorting_desc {
	background-color: #F44336 !important;
	color: #FFF;
}

._col_30 {
	flex: 0 0 30% !important;
	max-width: 30% !important;
}

._col_5 {
	flex: 0 0 5% !important;
	max-width: 5% !important;
}

.right-filter-overlay {
	position: absolute;
	right: 0;
	left: auto;
	width: 300px;
	height: auto;
	padding: 0px;
	background-color: #f4f5f8;
	z-index: 1051 !important;
	top: 0;
	bottom: 0;
	min-height: 100vh;
	overflow: auto;
}

a.red:hover {
	color: red;
}

@media (min-width: 768px) {
	._col-12 {
		flex: 0 0 12%;
		max-width: 12%;
	}
	._col-8 {
		flex: 0 0 8%;
		max-width: 8%;
	}
}

.avatar-xs-f {
	width: 24px !important;
	height: 24px !important;
}

.badge-indigo {
	color: #fff;
	background-color: #3F51B5;
}

.badge-teal {
	color: #fff;
	background-color: #009688;
}

.badge-pink {
	color: #fff;
	background-color: #E91E63;
}

.badge-lime {
	color: #fff;
	background-color: #CDDC39;
}

.badge-orange {
	color: #fff;
	background-color: #FF9800;
}

.mg-t-10p {
	margin-top: 10%;
}

.divCenter {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.03);
	padding: 10px;
}

.shadow-base-bottom {
	box-shadow: 0px 1px 0px rgba(28, 39, 60, 0.03);
}

.list-group-item {
	border: none!important;
}

.media-custom {
	margin-right: 0!important;
}

.card-minimal-two .more-info {
	left: 5px!important;
	top: 30px!important;
}

.card-minimal-two .more-info span:first-child {
	width: 200px!important;
	line-height: 1.75;
}

.card-minimal-two .more-info span:last-child {
	font-size: 13px!important;
	font-weight: 500!important;
}

.tx-underline-f {
	border-bottom: 1px solid #7987a1;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.wd-160 {
	width: 160px;
}

.wd-110 {
	width: 110px;
}

@media (min-width: 992px) {
	.az-navbar .nav-link.with-sub::after {
		margin-left: 10px;
		!important
	}
}

.district-list {
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	border-top: 1px dotted #b4bdce
}

.wd-3p {
	width: 3% !important;
}

.line-height-inherit {
	line-height: inherit !important;
}

.t-0-f {
	top: 0px !important;
}
.b-0{
    bottom: 0;
}
.l-0{
    left: 0;
}
.r-0{
    right: 0;
}

.ht-322-5 {
	height: 322.5px;
}

.ht-364-2 {
	height: 364.2px;
}

.ht-445-2 {
	height: 445.2px;
}

.ht-425 {
	height: 425px;
}

.mg-t-45-f {
	margin-top: 45px !important;
}

.ht-175-f {
	height: 175px !important;
}

.ht-175 {
	height: 175px;
}

.wd-135-f {
	width: 135px !important;
}

.tx-gray-700-f {
	color: #596882 !important;
}

.tx-gray-800-f {
	color: #3b4863 !important;
}

.tx-inverse-f {
	color: #1c273c !important;
}

.table-trans tbody tr:nth-of-type(2n+1) {
	background-color: rgba(151, 163, 185, 0) !important;
}

.table-trans tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.enhancement-skill-table th,
.enhancement-skill-table td {
	vertical-align: baseline !important;
}

.r-160 {
	right: 160px;
}

.wd-27p-f {
	width: 27% !important;
}

.wd-28p-f {
	width: 28% !important;
}

.wd-37p-f {
	width: 37% !important;
}

.wd-17p-f {
	width: 17%;
}

.wd-26p-f {
	width: 26% !important;
}

.wd-59p-f {
	width: 59% !important;
}

.wd-31p-f {
	width: 31% !important;
}

.wd-38p-f {
	width: 38% !important;
}

.wd-36p-f {
	width: 36% !important;
}

.wd-23p-f {
	width: 23% important;
}

.code-shrink {
  display: block !important;
}

.pd-l-17 {
  padding-left: 17px; }

.pd-r-17 {
  padding-right: 17px; }

.center-horizontal {
    width:100%;
    display: flex;
    justify-content: center;
}

.center-vertical {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bottom-vertical {
    display: flex !important;
    justify-content: end;
    align-items: end;
    height: 100%;
}

.az-img-user-180 {
  width: 180px !important;
  height: 180px !important;
}

.az-img-user-150 {
  width: 150px !important;
  height: 150px !important;
}

@media (min-width: 1280px) {
	.profile-image {
        height: 140px !important;
        width: 140px !important;
	}
}

@media (min-width: 1330px) {
	.profile-image {
        height: 145px !important;
        width: 145px !important;
	}
}

@media (min-width: 1536px) {
	.profile-image {
        height: 180px !important;
        width: 180px !important;
	}
}

.ht-48-f {
    height: 48px !important;
}

.az-content-app {
    height: 100% !important;
}

.container-ex-1195 {
    max-width: 1195px !important;
}

.ht-237 {
    height: 237px !important;
}

.az-msg-wrapper {
    margin-bottom: 7px;
    line-break: anywhere;
}

.wd-33p {
    width: 33% !important;
}

.az-header-message > a.new::before, .az-header-notification > a.new::before {
    background-color: #3bb001;
}

.current-period::before {
    font-family: 'Ionicons';
    content: '\f4b3';
    position: absolute;
    top: 5px;
    right: 21px;
    font-size: 18px;
    color: #3bb001;
    border-radius: 100%;
}

.ht-auto-f {
	height: auto !important;
}

.table-cut-text thead tr th {
  padding-right: 25px !important;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-40-f {
	height: 40px !important;
}
.wd-34p-f {
    width: 34% !important;
}

.wd-21p-f {
    width: 21% !important;
}

.ht-200-f{height:200px !important}

/* remove X from locked tag */
.locked-tag .select2-selection__choice__remove{
  display: none!important;
}

/* I suggest to hide  all selected tags from drop down list */
/*.select2-results__option[aria-selected="true"]{
  display: none;
}*/

.az-navbar .nav-link.nav-sub-link::before {
    content: none !important;
}

.az-iconbar-aside-primary {
    width: 300px;
}

.shrink-text-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box !important;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.shrink-text-2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box !important;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.shrink-text-1 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box !important;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.bd-r-2 {
    border-right: 2px solid #cdd4e0;
}
.bd-b-2 {
  border-bottom: 2px solid #cdd4e0; }

.mg-x-m15-f {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.tx-activity-ready {
    top: 10%;
    left: 40%;
}

.wd-180-f {
    width: 180px !important;
}

.tx-teal-clr {
	color: #3bb001 !important;
}

.tx-teal-clr {
	color: #23a5a1 !important;
}

.tx-yellow-clr {
	color: #f1a222 !important;
}

.tx-red-clr {
	color: #ef6a5e !important;
}

.carousel-indicators li {
    background-color: #28a4a0!important;
}

.bd-none-f {
	border: none!important;
}

.wd-240-f {
  width: 240px !important; }

.ht-210 {
    height: 210px !important;
}

.wd-280-f {
  width: 280px !important; }

.ht-166_5 {
    height: 166.5px !important;
}

.ls-1 {
    letter-spacing: 1px !important;
}

.badge-webinar {
    background-color: #596882;
}

.badge-personal {
    background-color: #97a3b9;
}

.lh-2-f {
    line-height: 1.2 !important; }

.mg-t-28-f {
    margin-top: 28px !important;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.hdr-center-vertical {
    display: flex !important;
    align-items: center;
    height: 100%;
}

.ht-28-f {
    height: 28px !important;
}

.mg-t-29-f {
    margin-top: 29px !important;
}

.wd-2p {
    width: 2% !important;
}

.ht-32-f {
  height: 32px !important; }
}

.mg-l-12 {
  margin-left: 12px; !important;
}

.mg-l-13 {
  margin-left: 13px; !important;
}

.col-md-2-5 {
    flex: 0 0 20.8%;
    max-width: 20.8%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-4-5 {

flex: 0 0 37.6%;
max-width: 37.6%;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}

.ln-ht-2 {
  line-height: 2; }

.tx-bold-f {
  font-weight: 700 !important; }

.btn-graduate {
    color: #fff;
    background-color: #1A237E;
    border-color: #1A237E;
}

.btn-graduate:hover {
    color: #fff;
    background-color: #303F9F;
    border-color: #303F9F;
}
.searchIt input {
    font-size: 14px !important;
}

.tx-red-900 {
    color: #B71C1C;
}

.tx-red-900-f {
    color: #B71C1C !important;
}

table.normal-table thead th,
table.normal-table thead .sorting_asc,
table.normal-table thead .sorting_desc {
	background-color: #FFFFFF !important;
	color: #000 !important;
}

table.normal-table thead th, table.normal-table thead td {
    border-top: 1px solid #c0c0c0 !important;
}

table.primary-table thead th,
table.primary-table thead .sorting_asc,
table.primary-table thead .sorting_desc {
	background-color: #293f79 !important;
	color: #FFFFFF !important;
	padding: 7px 15px !important;
}

table.primary-table thead th, table.primary-table thead td {
    /*border-top: 1px solid #FFF !important;*/
    padding: 7px 10px !important;
}

table.primary-table tbody th, table.primary-table tbody td {
    padding: 7px 10px !important;
}

table.primary-table tbody th, table.primary-table tbody .primary-td {
    padding: 7px 2px !important;
}

.password-field {
    -webkit-text-security: disc;
    text-security: disc;
    -moz-text-security: disc;
    -webkit-text-security: disc;
}

.nav-tabs ._nav-link {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
}

.d-none-f {
	display: none!important;
}

.spinner-border-xs {
    width: 0.6rem;
    height: 0.6rem;
    border-width: 0.2em;
}

.tx-chart-summary {
    color: #ff6659 !important;
}

.tx-chart-title {
    color: #163a7b !important;
}

.tx-chart-subtitle {
    color: #33aca3 !important;
}

.tx-chart-dark {
    color: #2c2e35 !important;
}

.tx-chart-title-size {
    font-size: 16px !important;
}

.tx-chart-title-size-min5 {
    font-size: 15.8px !important;
}

.tx-chart-subtitle-size {
    font-size: 13.33px !important;
}

.tx-chart-content-size {
    font-size: 11px !important;
}

.tx-chart-sub-content-size {
    font-size: 9px !important;
}

.tx-chart-score-size {
    font-size: 70px !important;
}

.tx-chart-bg {
    background-color: #163a7b !important;
}

.tx-aerial {
	font-family: 'Arial' !important;
}

.page_a4 {
    width: 816px;
}

.searchIt input {
    color: #fff !important;
    background-color: #1d2a4c !important;
    opacity: 0.7;
    border-radius: 5px;
}

.searchIt input::placeholder {
    color: #fff;
    opacity: 1;
    font-size:12px;
}

.wd-54 {
    width: 54px;
}

.wd-130 {
    width: 130px;
}

.wd-140 {
    width: 140px;
}

.no-rounded {
    border-radius: 0px !important;
}

.ht-16 {
    height: 16px !important;
}

.wd-27 {
    width: 27px !important;
}

.btn-custom-xs {
    line-height: 0.3;
    padding: 5px 7px;
    min-height: 20px;
    box-shadow: 1px 1px 1px rgba(28, 39, 60, 0.03);
}

.bg-chart-summary {
    background-color: #ff6659;
}

.ht-27 {
    height: 27px;
}

.bg-chart-yellow {
    background-color: #fab933;
}

.bg-chart-info {
    background-color: #32aea5;
}

.bg-summary-table th, .bg-summary-table td {
    border: 1px solid #1c273c !important;
}

.pd-y-4_5-f {
    padding-top: 4.5px !important;
    padding-bottom: 4.5px !important;
}

table.summary-table thead th,
table.summary-table thead .sorting_asc,
table.summary-table thead .sorting_desc {
	background-color: #293f79 !important;
	color: #FFFFFF !important;
	padding: 7px 15px !important;
}

table.summary-table thead th, table.summary-table thead td {
    border-bottom: 1px solid #1c273c !important;
    padding: 3px 10px !important;
    font-size: 11px !important;
}

table.summary-table tbody th, table.summary-table tbody td {
    background-color: #32aea5 !important;
    color: #FFFFFF !important;
    padding: 7px 10px !important;
    font-size: 10px !important;
}

table.summary-table tbody th, table.summary-table tbody .summary-td {
    background-color: #FFFFFF !important;
    color: #32aea5 !important;
    padding: 3px 10px !important;
    font-size: 10px !important;
}

table.summary-table tbody th, table.summary-table tbody .summary-th {
    background-color: #293f79 !important;
    color: #FFFFFF !important;
    padding: 5px 10px !important;
    font-size: 11px !important;
}

table.summary-table.no-footer {
    border-bottom: none !important;
}
.tx-shadow-none{
    text-shadow: none;
}
.op-unset{
    opacity: unset;
}
.op_0_5 {
    opacity: 0.5;
}

.summary-score {
    position: absolute;
    right: 25px;
    top: 5px;
    height: 30px;
    border-radius: 50px;
    width: 30px;
    text-align: center;
}

.wizard.vertical > .steps ul li .title {
    white-space: break-spaces;
}

.summary-mx-width {
    max-width: 14% !important;
}

.text-align-justify {
    text-align: justify;
}

.bg-bom {
    background-color: #17a2b8;
}

.mg-l-16p-f {
    margin-left: 16% !important;
}

.fc-datepicker-view > .datepicker-inline {
    display: inline-block !important;
}

.sp-replacer {
    padding: 2px !important;
}

.mg-l-25p {
    margin-left: 25%;
}

.mg-l-38p {
    margin-left: 38%;
}

.ql-tooltip {
    z-index: 501;
}

.bg-red-f {
    background-color: #ef6a5e !important;
}

.bg-yellow-f {
    background-color: #f1a222 !important;
}

.bg-teal-f {
    background-color: #23a5a1 !important;
}

.az-navbar .nav-sub-mega-ex {
    top: 53px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.ht-320 {
    height: 320px;
}

/* from this line created by arul chand */

.page_a4_full {
    height: 1123px;
    width: 793px;
}

.bom-bg-tier-1 {
    background-image: url("../images/bom/bom_t1_bg.png");
}

.bom-bg-tier-2 {
    background-image: url("../images/bom/bom_t2_bg.png");
}

.bom-bg-tier-3 {
    background-image: url("../images/bom/bom_t3_bg.png");
}

.bg-yellow {
    background-color: #ffff00;
}

.tx-myraid-pro {
 	src : url("../font/Myriad_Pro_Regular.ttf");
}

.bom-cloud {
    margin-top: 130px;
}

.bom-table {
   margin-top: 30px;
   margin-left: 28px;
   margin-right: 6px;
}

.bom-master {
    margin-top: 180px;
}

.bom-develop {
    margin-top: 90px;
}

.bom-progress {
    margin-top: 95px;
}

.bom-about {
    margin-top: 140px;
    margin-right: 35px;
}

.bom-left-content {
    width: 57.5%;
    padding-left: 15px;
    padding-right: 15px;
}

.bom-right-content {
    width: 42.5%;
    padding-left: 15px;
    padding-right: 15px;
}
.tx-21{
    font-size: 21px;
}
.tx-21-f {
    font-size: 21px !important;
}

.ht-790 {
    height: 790px;
}

.ht-33-5 {
    height: 29.3px;
}

.font-weight-100{
    font-weight: 100 !important;
}
/* to this line created by arul chand*/

.wd-125-f {
    width: 125px !important;
}

.word-break-all {
    word-break: break-all;
}

.word-break-bw {
    word-break: break-word;
}

.overflow-y-hdn {
	overflow-y: hidden !important;
}

.b-2 {
    bottom: 2px;
}

.wd-18p-f {
    width: 18% !important;
}

.wd-24p-f {
    width: 24% !important;
}

.jqstooltip {
    background-color: #e8e8e8 !important;
    color: black !important;
    text-align: center !important;
    border-color: #c6e5f6  !important;
}

.jqsfield {
    font-size: 11px !important;
    color: black !important;
}

.max-wd-835 {
    max-width: 835px !important;
}

.ht-468 {
    height: 468px;
}

.table-bottom-border {
    border-bottom: 1px solid #c0c0c0 !important;
}

.tx-17-f {
    font-size: 17px !important;
}

.pd-b-18-f {
    padding-bottom: 18px !important;
}

.br-default-clr {
    border:1px solid #cdd4e0 !important;
}

.bg-clr-gray-light {
   background-color: #c7cacd !important;
}

.bg-clr-ghost-white{
    background: #F2F4FF;
}

.bg-clr-anti-flash-white{
    background: #F1F1FB;
}

.bg-clr-pale-lavender{
    background: #D5D4FF;
}

.mg-b-16-f {
    margin-bottom: 16px !important;
}

.ht-135-f {
    height: 135px !important;
}

.tx-31-f {
    font-size: 31px !important;
}

.ui-date-dot-highlighted, .ui-date-dot-danger-highlighted {
	cursor: pointer;
	position: relative;
}

.ui-date-dot-highlighted:after {
	background: #3bb001;
	border-radius: 50%;
	bottom: .5em;
	display: block;
	content: '';
	height: .5em;
	left: 50%;
	margin: -.25em 0 0 -.25em;
	position: absolute;
	width: .5em;
}

.ui-date-dot-danger-highlighted:after {
	background: #f50707;
	border-radius: 50%;
    bottom: .5em;
    display: block;
    content: '';
    height: .5em;
    left: 50%;
    margin: -.25em 0 0 -.25em;
    position: absolute;
    width: .5em;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}

.col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.bg-green-custom-color{
    background-color: #85DCBA;
}

.tx-green-custom-color{
    color: #85DCBA;
}

.modal-md-315 {
    max-width: 700px;
}

.icon-size {
    height: 30px;
    width: 30px;
}

.form-ipt-highlight, form-ipt-highlight:focus {
    border: 1px solid #17a2b8 !important;
    box-shadow: 0 0 2px 2px #17a2b8 !important;
}

.d-list-items {
    display: list-item;
}

.az-nav-tabs .tab-link-x.active {
    background-color: #223565 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #223565 !important;
    border-color: #cdd4e0 !important;
    border-radius: 0px !important;
}

.nav-pills .nav-link.current {
    color: #fff !important;
    background-color: #3bb001 !important;
    border-color: #3bb001 !important;
    border-radius: 0px !important;
}

.nav-pills .nav-link.previous {
    color: #fff !important;
    background-color: #9ca2ac !important;
    border-color: #cdd4e0 !important;
    border-radius: 0px !important;
}

.nav-pills .nav-link {
    background-color: #fff !important;
    color: #7987a1 !important;
    border: 1px solid #cdd4e0 !important;
    border-radius: 0px !important;
}

.r-180 {
  right: 180px;
}

.report-highlight {
    background-color: #a6d0d5 !important;
    font-weight: 700 !important;
}

.modal-600 {
    max-width: 600px;
}

@media (min-width: 1280px) {
	.report-cover-text {
        bottom: 60px;
    }
    .report-cover-ht {
        height: 450px;
    }
    .info-width {
        width: 48%;
    }
}

@media (min-width: 1330px) {
    .report-cover-text {
        bottom: 65px;
    }
    .report-cover-ht {
        height: 470px;
    }
    .info-width {
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .report-cover-text {
        bottom: 70px;
    }
    .report-cover-ht {
        height: 520px;
    }
    .info-width {
        width: 55%;
    }
}

@media (min-width: 1536px) {
    .report-cover-text {
        bottom: 75px;
    }
    .report-cover-ht {
        height: 570px;
    }
    .info-width {
        width: 60%;
    }
}

@media (min-width: 1920px) {
    .report-cover-text {
        bottom: 85px;
    }
    .report-cover-ht {
        height: 730px;
    }
    .info-width {
        width: 65%;
    }
}

@media (min-width: 2560px) {
    .report-cover-text {
        bottom: 95px;
    }
    .report-cover-ht {
        height: 1020px;
    }
    .info-width {
        width: 75%;
    }
}

.mg-t-200-f {
 	margin-top: 200px;
}

.tbl-coach-report, .tbl-coach-report-ex, .div-coach-report .tbl-coach-report, .div-coach-report .tbl-coach-report-ex  {
    overflow-x: scroll;
    display: block;
    white-space: pre;
    margin: 0px 0px !important;
}

.tbl-ex-report, .tbl-ex-report-ex  {
    display: block;
    white-space: pre;
    margin: 0px 0px !important;
}

.min-ht-100 {
    min-height: 100px;
}

.wd-160-f {
	width: 160px !important;
}

.card-dashboard-eighteen .card-body h6.dot-red::before {
    border-color: #ef6a5e;
}

.card-dashboard-eighteen .card-body h6.dot-yellow::before {
    border-color: #f1a222;
}

.card-dashboard-eighteen .card-body h6.dot-in-progress::before {
    border-color: #3366ff;
}

.card-dashboard-eighteen .card-body h6.dot-gray::before {
    border-color: #b4b7b8;
}

.bg-in-progress {
    background-color: #3366ff;
}

.tx-default-font {
    font-family: 'Comfortaa', sans-serif !important;
}

.pd-ef-ic {
    padding: 20px 20px 21px 20px !important;
}

.pd-ef-wm {
    padding: 20px 20px 19px 20px !important;
}

.pd-ef-cf {
    padding: 20px 20px 20px 20px !important;
}

.t-7 {
    top: 7px;
}

.wd-73 {
    width: 73px;
}

.col-md-1-5 {
    flex: 0 0 12.3%;
    max-width: 12.3%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.ht-380 {
    height: 380px;
}

.ht-360 {
    height: 360px;
}

.ht-370 {
    height: 370px;
}

.m-wd-22-f {
    max-width: 22%;
}

.wd-79p {
    width: 79%;
}

.wd-72 {
    width: 72px;
}

.zoom:hover {
   transform: scale(1.6);
}

.card-dashboard-twelve .sales-overview .media:nth-last-child(5) {
    flex: 1;
    display: block;
}

.card-dashboard-twelve .sales-overview .media:last-child {
    flex: none;
}
.wd-31-f {
  width: 31px !important; }

.wd-84_4p-f {
    width: 84.4% !important;
}

.wd-84_3p-f {
    width: 84.3% !important;
}

.wd-85p{
    width: 85% !important;
}

.dropdown-menu {
	z-index: 1052 !important;
}

.bg-gray-50 {
	background-color: #f4f4f4 !important;
}

.db-ic-media {
    color: #fff;
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-125-f {
    font-size: 125px !important;
}

.visible-overflow {
    overflow: visible;
}

.form-check-input {
    margin-top: 0.2rem;
}

.form-check-label {
    font-size: 10px;
}

.initial-overflow {
    overflow-y: initial !important;
}

.tx-5-f {
    font-size: 3px !important;
}

.tx-35-f {
    font-size: 35px !important;
}

.wd-300 {
    width: 300px;
}

.wd-620 {
    width: 620px;
}

.tx-145-f {
    font-size: 145px !important;
}

.ht-23 {
    height: 23px;
}

.tx-85-f {
    font-size: 85px !important;
}

.bg-transparent {
	background-color: rgba(0, 0, 0, 0) !important;
}

.l-50p {
    left: 50%;
}

.l-42p {
    left: 42%;
}

.l-41p {
    left: 41%;
}

.t-50p {
    top: 50%;
}

.transform-trans-x50p-y50p{
    transform: translate(-50%,-50%);
}


.mdl-close {
    float: right;
    font-size: 25px;
    color: #fff !important;
    height: 30px;
}

.img-tx-centered {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-gray-out {
    background-color: #d0cece;
}

.ht-135 {
    height: 135px;
}

.t-52 {
    top: 52%;
}

.l-65 {
  left: 65.3px;
  transform: translate(-50%, -50%);
}

.l-79 {
  left:79.3px;
  transform: translate(-50%, -50%);
}

.l-85 {
  left: 85.3px;
  transform: translate(-50%, -50%);
}

.r-10p {
    right: 10%;
}

.l-10p {
    left: 10%;
}

.ht-330 {
    height: 330px;
}
.ht-340{
    height: 340px;
}
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wd-5_5p-f {
    width: 5.5% !important;
}

.wd-6p-f {
    width: 6% !important;
}

.mht-30 {
    min-height: 30px;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.t-63p {
    top: 63%;
}

.t-42p {
    top: 42%;
}

.wd-42p {
    width: 42%;
}

.t-25p {
    top: 25%;
}

.t-60p {
    top: 60%;
}

.t-55p {
    top: 55%;
}

.t-58p {
    top: 58%;
}

.t-10p {
    top: 10%;
}

.t-20p {
    top: 20%;
}

.cj-tl {
    top: 14%;
}

.ht-110 {
    height: 110px;
}

.ht-22 {
    height: 22px;
}

.modal-xl-1000 {
    max-width: 1000px !important;
}

.t-35p {
    top: 35%;
}

.lh-0-8 {
    line-height: 0.8;
}

.lh-0-5 {
    line-height: 0.5;
}

.l-2p {
    left: 2%;
}

.az-navbar .nav-sub-mega .nav {
    min-width: 210px !important;
}

.az-navbar .nav-sub-mega .container {
    width: 999px !important;
}

.az-navbar .nav-sub-mega .container > div {
    padding=left: 0px !important;
    padding-right: 0px !important;
}

.l-5p {
    left: 5%;
}

.t-45p {
    top: 45%;
}

.t-40p {
    top: 40%;
}

.absolute-vertical-center {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.bootstrap-select > .dropdown-menu.show {
    width: 260px;
}

.bootstrap-select > .dropdown-menu.show > .inner.show {
    overflow-x: hidden;
}

.bootstrap-select > .dropdown-menu.show > .inner.show > .dropdown-menu.inner.show > li > a {
    white-space: pre-wrap;
    font-size: 11px;
}

.r-16 {
    right: 16px;
}

.l-4p {
    left: 4%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    white-space: break-spaces;
}

.mg-l-30p {
    margin-left: 30%;
}

.z-1 {
    z-index: 1 !important;
}

.white_trans_bg {
	background-color: rgba(255, 255, 255, 0.5)!important;
}

.white_trans_bg_8 {
	background-color: rgba(255, 255, 255, 0.8)!important;
}

.az-content-dashboard-nine .card-fb {
    box-shadow: none;
    border: 1px solid #cdd4e0;
}

.op-2_5 {
    opacity: 0.25;
}

.l-20p {
    left: 20%;
}

.pd-b-23-f {
    padding-bottom: 23px !important;
}

.pd-t-23-f {
    padding-top: 23px !important;
}

.az-content-dashboard-ten .card-hrs {
    border-width: 1px !important;
    box-shadow: none !important;
    border-right: 1px solid #cdd4e0;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.az-content-dashboard-five .card-hrs {
    box-shadow: none !important;
    border-width: 0px !important;
}

.mg-l-250-f {
  margin-left: 250px !important; }

.mg-l-130-f {
    margin-left: 130px !important; }

.wd-170 {
width: 170px; }

.wd-145 {
    width: 145px;
}

.pd-11-f {
    padding: 11px !important;
}

.br-0-f {
  border-radius: 0px !important; }

.bg-light-white{
    background-color: #fbfbfb;
}

pre {
    white-space: pre-wrap !important;
}

.notes-display-content p, .notes-display-content pre {
    margin-bottom: 0px !important;
    font-size: 11px !important;
}

.notes-display-content span {
    display: inline !important;
    font-size: unset !important;
}

.pd-l-28-f{
    padding-left: 28px !important;
}

.ckbox-tx-center span:before {
    top: 50% !important;
    bottom: 50% !important;
}

.ckbox-tx-center span:after {
    top: 50% !important;
    bottom: 50% !important;
}

/*
Timepicker Issue Fix
*/

.bootstrap-timepicker-widget {
    z-index: 1053 !important;
}

/*Timepicker Issue Fix - End*/

.ql-bubble.ql-container {
    word-break: break-word;
}

/*Spanish background image*/

.bom-bg-es-tier-1 {
    background-image: url("../images/bom/bom_t1_es_bg.png");
}

.bom-bg-es-tier-2 {
    background-image: url("../images/bom/bom_t2_es_bg.png");
}

.bom-bg-es-tier-3 {
    background-image: url("../images/bom/bom_t3_es_bg.png");
    }
.bd-1 {
  border-width: 1px !important;
}

.bd-b-0-5 {
    border-bottom-width: 0.5px !important;
}

.bd-b-gray-200 {
    border-bottom-color: #ffffff;
}

.overflow-scroll {
    overflow: scroll;
}

.wd-330-f {
    width: 330px !important; }

.wd-90p {
    width: 90% !important;
}

.rotateMe {
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.select-tx-8 .select2-container--default .select2-selection--single, .select-tx-8 .select2-container--default .select2-selection--single .select2-selection__arrow, .select-tx-8 .form-group .input-group .input-group-prepend, .select-tx-8 .form-group .input-group .form-control {
    height: 26px !important;
    font-size: 8px !important;
}

.select-tx-10 .select2-container--default .select2-selection--single, .select-tx-10 .select2-container--default .select2-selection--single .select2-selection__arrow, .select-tx-10 .form-group .input-group .input-group-prepend, .select-tx-10 .form-group .input-group .form-control, .select-tx-10 nav a {
    height: 30px !important;
    font-size: 10px !important;
}


.mx-wd-350-f {
    max-width: 350px !important;
}

.ht-410 {
	height: 410px !important;
}

.tx-underline-white {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.mg-b-24f {
  margin-bottom: 24px !important; }

.pd-b-16-f {
  padding-bottom: 16px !important; }

.wd-14p-f {
    width: 330px !important; }

table.warningDataTable thead th,
table.warningDataTable thead .sorting_asc,
table.warningDataTable thead .sorting_desc {
    background-color: #f1a222 !important;
    color: #FFF;
}

.li-reasons {
    padding-inline-start: 20px;
    margin-block-start: 5px;
    margin-block-end: 5px;
    padding-inline-end: 20px;
}

.confirmation-content {
    font-size: 11px;
    margin-bottom: 10px !important;
}

.confirmation-buttons {
    text-align: left !important;
}

.confirmation-buttons a {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
}

/*Set the parent to relative to make the below code work perfectly...*/
/*.inactive-div {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    opacity: 0.5;
    top: 0;
}*/

.inactive-div-ap-fw-hide {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    opacity: 0.5;
    top: 0;
    pointer-events: none;
}

.wd-13p-f {
	width: 13% !important;
}

.space-break {
    white-space: break-spaces;
}

.space-break-f {
    white-space: break-spaces !important;
}

.wd-1p-f {
  width: 1% !important;
}

.ht-33 {
    height: 33px !important;
}

.session-linear-color{
    background: linear-gradient(217deg,#ed79e8,#9be0e7,#293f79)!important;
    height: 10px !important;
}

.card-dashboard-calendar .datepicker table tbody tr td.session-linear-color-session, .card-dashboard-calendar .datepicker table tbody tr td.session-linear-color-session.active {
    background: none !important;
    background-image: none !important;
    padding: 5px 5px !important;
}

.session-linear-color-session div, .card-dashboard-calendar .datepicker table tbody tr td.session-linear-color-session.active div {
    background: linear-gradient(217deg,#ed79e8,#9be0e7,#293f79)!important;
    color: #ffffff !important;
    border-radius: 100%;
    padding: 5px 5px;
}

.session-linear-color-timesheet div, .card-dashboard-calendar .datepicker table tbody tr td.session-linear-color-timesheet.active div {
    background: linear-gradient(217deg,#ed79e8,#9be0e7,#293f79)!important;
    color: #ffffff !important;
    border-radius: 20%;
    padding: 5px 5px;
}

.bg-primary-dull {
    background-color: #68749f;
}

.bg-white-f {
  background-color: #fff !important; }

.wd-270 {
    width: 270px !important;
}

.txt-no-space {
    white-space: break-spaces;
    word-break: break-word;
}

.bg-green {
    background-color: #22C55E;
}

.bg-yellow-500 {
    background-color: #EAB308;
}

.bg-light-blue {
    background-color: #0EA5E9;
}

.bg-violet {
    background-color: #8B5CF6;
}

.bg-rose {
    background-color: #F43F5E;
}

.bg-red {
    background-color: #EF4444;
}

.r-280-f {
  right: 280px !important;
}

.nav-tabs .nav-link-indigo {
    background-color: #5b47fb;
    color: #FFFFFF;
}

.nav-tabs .nav-link-indigo.active, .nav-tabs .nav-link-indigo:hover, .nav-tabs .nav-link-indigo:focus {
    background-color: #ffffff;
    color: #5b47fb;
    border-top: 2px solid #5b47fb;
    /*border-color: #5b47fb;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-orange {
    background-color: #fd7e14;
    color: #FFFFFF;
}

.nav-tabs .nav-link-orange.active, .nav-tabs .nav-link-orange:hover, .nav-tabs .nav-link-orange:focus {
    background-color: #ffffff;
    color: #fd7e14;
    border-top: 2px solid #fd7e14;
    /*border-color: #fd7e14;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-green {
    background-color: #22C55E;
    color: #FFFFFF;
}

.nav-tabs .nav-link-green.active, .nav-tabs .nav-link-green:hover, .nav-tabs .nav-link-green:focus {
    background-color: #ffffff;
    color: #22C55E;
    border-top: 2px solid #22C55E;
    /*border-color: #22C55E;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-purple {
    background-color: #6f42c1;
    color: #FFFFFF;
}

.nav-tabs .nav-link-purple.active, .nav-tabs .nav-link-purple:hover, .nav-tabs .nav-link-purple:focus {
    background-color: #ffffff;
    color: #6f42c1;
    border-top: 2px solid #6f42c1;
    /*border-color: #6f42c1;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-yellow {
    background-color: #EAB308;
    color: #FFFFFF;
}

.nav-tabs .nav-link-yellow.active, .nav-tabs .nav-link-yellow:hover, .nav-tabs .nav-link-yellow:focus {
    background-color: #ffffff;
    color: #EAB308;
    border-top: 2px solid #EAB308;
    /*border-color: #EAB308;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-pink {
    background-color: #f10075;
    color: #FFFFFF;
}

.nav-tabs .nav-link-pink.active, .nav-tabs .nav-link-pink:hover, .nav-tabs .nav-link-pink:focus {
    background-color: #ffffff;
    color: #f10075;
    border-top: 2px solid #f10075;
    /*border-color: #f10075;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-light-blue {
    background-color: #0EA5E9;
    color: #FFFFFF;
}

.nav-tabs .nav-link-light-blue.active, .nav-tabs .nav-link-light-blue:hover, .nav-tabs .nav-link-light-blue:focus {
    background-color: #ffffff;
    color: #0EA5E9;
    border-top: 2px solid #0EA5E9;
    /*border-color: #0EA5E9;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-red {
    background-color: #EF4444;
    color: #FFFFFF;
}

.nav-tabs .nav-link-red.active, .nav-tabs .nav-link-red:hover, .nav-tabs .nav-link-red:focus {
    background-color: #ffffff;
    color: #EF4444;
    border-top: 2px solid #EF4444;
    /*border-color: #EF4444;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-teal {
    background-color: #00cccc;
    color: #FFFFFF;
}

.nav-tabs .nav-link-teal.active, .nav-tabs .nav-link-teal:hover, .nav-tabs .nav-link-teal:focus {
    background-color: #ffffff;
    color: #00cccc;
    border-top: 2px solid #00cccc;
    /*border-color: #00cccc;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-rose {
    background-color: #F43F5E;
    color: #FFFFFF;
}

.nav-tabs .nav-link-rose.active, .nav-tabs .nav-link-rose:hover, .nav-tabs .nav-link-rose:focus {
    background-color: #ffffff;
    color: #F43F5E;
    border-top: 2px solid #F43F5E;
    /*border-color: #F43F5E;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-violet {
    background-color: #8b5cf6;
    color: #FFFFFF;
}

.nav-tabs .nav-link-violet.active, .nav-tabs .nav-link-violet:hover, .nav-tabs .nav-link-violet:focus {
    background-color: #ffffff;
    color: #8b5cf6;
    border-top: 2px solid #8b5cf6;
    /*border-color: #F43F5E;
    border-width: 2px;
    border-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;*/
}

.nav-tabs .nav-link-teal-ex {
    background-color: #ddffff;
    color: #00cccc;
    border-top: 0.5px solid #00cccc;
    border-left: 0.5px solid #00cccc;
    border-right: 0.5px solid #00cccc;
    border-bottom: 0.5px solid #00cccc;
}

.nav-tabs .nav-link-teal-ex.active, .nav-tabs .nav-link-teal-ex:hover, .nav-tabs .nav-link-teal-ex:focus {
    background-color: #ffffff;
    color: #00cccc;
    border-color: #00cccc;
    border-width: 0.5px;
    border-bottom: 0px;
    border-left: 0.5px solid #00cccc;
    border-right: 0.5px solid #00cccc;
    border-bottom: 0.5px solid #fff;
}

.nav-tabs .nav-link + .nav-link {
    margin-left: 0px;
}

.az-contact-custom-item {
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.03);
}

.az-contact-custom-item > .az-contact-custom-item {
    box-shadow: none !important;
    border: 0px !important;
}

.az-contact-custom-item:hover, .az-contact-custom-item:focus, .az-contact-custom-item.active, .az-contact-custom-item.active > .az-contact-custom-item {
    background-color: #f4f4ff;
    border-top-color: #f4f4ff;
    border-bottom-color: #f4f4ff;
    box-shadow: none;
}

.b-12 {
    bottom: 12px;
}

.pdf_a4_full {
    width: 832px;
}

.top-vertical {
    vertical-align: top !important;
    display: flex !important;
}

.pd-y-18-f {
    padding-top: 18px;
    padding-bottom: 18px;
}

.notes-justify-content p, .notes-justify-content pre {
    margin-bottom: 0px !important;
    text-align: justify !important;
}

.notes-justify-content span {
    display: inline !important;
    text-align: justify !important;
}

.btn-info-outline:hover {
    color: #17a2b8;
    background-color: #fff;
    border: 1px solid #17a2b8 !important;
}

.btn-info-outline {
    color: #fff;
    background-color: #17a2b8;
    border: 1px solid #17a2b8 !important;
}

.btn-primary-outline:hover {
    color: #293f79;
    background-color: #fff;
    border: 1px solid #293f79 !important;
}

.btn-primary-outline {
    color: #fff;
    background-color: #293f79;
    border: 1px solid #293f79 !important;
}

.btn-purple-outline:hover {
    color: #6f42c1;
    background-color: #fff;
    border: 1px solid #6f42c1 !important;
}

.btn-purple-outline {
    color: #fff;
    background-color: #6f42c1;
    border: 1px solid #6f42c1 !important;
}

`.btn-gray-outline {
    color: #fff;
    background-color: #7987a1;
    border: 1px solid #7987a1 !important;
}

.btn-gray-outline:hover {
    color: #7987a1;
    background-color: #fff;
    border: 1px solid #7987a1 !important;
}`

.btn-outline-gray:hover {
    color: #fff ;
    background-color: #293f79;
    border: 1px solid #293f79 !important;
}

.btn-outline-gray {
    color: #7987a1 !important;
    background-color: #fff;
    border: 1px solid #e9ecf1 !important;
}

.btn-outline-ipt-gray:hover {
    color: #fff;
    background-color: #293f79;
    border: 1px solid #293f79 !important;
}

.btn-outline-ipt-gray {
    color: #7987a1;
    background-color: #fff;
    border: 1px solid #cdd4e0 !important;
}

.btn-success-outline:hover {
    color: #3bb001;
    background-color: #fff;
    border: 1px solid #3bb001 !important;
}

.btn-success-outline {
    color: #fff;
    background-color: #3bb001;
    border: 1px solid #3bb001 !important;
}

.btn-danger-outline:hover {
    color: #dc3545;
    background-color: #fff;
    border: 1px solid #dc3545 !important;
}

.btn-danger-outline {
    color: #fff;
    background-color: #dc3545;
    border: 1px solid #dc3545 !important;
}

.nav-pills .nav-link-gray {
    border: 1px solid #e9ecf1 !important;
}

.btn-danger-outline:hover {
    color: #b30c00;
    background-color: #fff;
    border: 1px solid #b30c00 !important;
}

.btn-danger-outline {
    color: #fff;
    background-color: #b30c00;
    border: 1px solid #b30c00 !important;
}

.btn-red-outline:hover {
    color: #FC4343;
    background-color: #fff;
    border: 1px solid #FC4343 !important;
}

.btn-red-outline {
    color: #fff;
    background-color: #FC4343;
    border: 1px solid #FC4343 !important;
}

.t-150 {
    top: 150px !important;
}

.children-overlay {
    position: absolute;
    height: 100% !important;
    z-index: 1052 !important;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.05);
    padding: 20px;
    left: 25px;
    right: 25px;
    top: 15px;
    overflow: scroll;
}

.card-tab-bordered {
    border-bottom: 0.5px solid #00cccc !important;
}

.card-tab-bordered > nav {
    position: relative;
    top: 0.5px;
}

.dataTables_wrapper .dataTables_filter .ipt-170 {
    width: 170px !important;
}

.dataTables_wrapper .dataTables_filter .ipt-275 {
    width: 275px !important;
}

.dataTables_wrapper .dataTables_filter .ipt-120 {
    width: 120px !important;
}

.dataTables_wrapper .dataTables_filter .ipt-200 {
    width: 200px !important;
}

.dataTables_wrapper .dataTables_filter .ipt-150 {
    width: 150px !important;
}

.flex-none {
    flex: none;
}

.fb-brains {
    position: absolute;
    bottom: 20px;
    right: 20px;
    rotate: -30deg;
}

.t-44p {
    top: 44%;
}

.l-3p {
    left: 3%;
}

.wd-120 {
    width: 120px;
}

.ht-180 {
    height: 180px;
}

.ht-165 {
    height: 165px;
}

.l-35p {
    left: 35%;
}

.t-30p {
    top: 30%;
}

.ht-136 {
    height: 136px;
}

.ht-170 {
    height: 170px;
}

.dataTables_wrapper .dataTables_filter .ipt-130 {
    width: 130px !important;
}

.b-4 {
    bottom: 4px;
}

.b-1 {
    bottom: 1px;
}

#div_all_ap_summary_container .card-dashboard-twelve .card-header {
	background-color: rgba(255, 255, 255, 0.3); !important;
}

.min-ht-500 {
    min-height: 500px !important;
}

.h-52vh{
    height: 52vh !important;
}

.btn-shadow {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.min-ht-800 {
    min-height: 800px !important;
}

.bg-white-op-9 {
    background-color: rgba(255, 255, 255, 0.9);
}

.wd-28-f {
    width: 28px !important;
}

.t-1 {
    top: 1px;
}

.nav-tabs .a-tab-efs {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.nav-tabs .a-tab-efs.active {
    background-color: #fff !important;
}

.shrink-text-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box !important;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.t--7 {
    top: -7px;
}

.announcement-overlay {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    z-index: 1052 !important;
    background-color: rgba(0, 0, 0, 0.55);;
    box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.05);
    padding: 20px;
    overflow: scroll;
}

.announcement-overlay .announcement-overlay-body {
    background-color: rgba(255, 255, 255, 0.85);;
    box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.05);
    padding: 20px;
}

.nav-ac-menu.active > span {
    background-color: #fff !important;
    color: #223565;
}

.pd-b-2-15 {
    padding-bottom: 2.15px;
}

.t-3 {
    top: 3px;
}

.t-6 {
    top: 6px;
}

.disable-click {
    pointer-events:none;
}

.az-profile-work-list .media-body span {
    margin-bottom: 0px;
}

.min-ht-400 {
    min-height: 400px !important;
}

.min-ht-300 {
    min-height: 300px !important;
}

.r-2 {
   right: 2px;
}

.wd-47p-f {
    width: 47px !important;
}

.wd-110-f {
    width: 110px !important;
}

.m-ht-30-f {
    min-height: 30px !important;
}

.wd-46p-f {
  width: 46% !important;
}

.btn-pdf-outline:hover {
    color: #b30c00;
    background-color: #fff;
    border: 1px solid #b30c00 !important;
}

.btn-pdf-outline {
    color: #fff;
    background-color: #b30c00;
    border: 1px solid #b30c00 !important;
}

.btn-excel-outline:hover {
    color: #107c41;
    background-color: #fff;
    border: 1px solid #107c41 !important;
}

.btn-excel-outline {
    color: #fff;
    background-color: #107c41;
    border: 1px solid #107c41 !important;
}

.tx-pdf-color {
    color: #b30c00 !important;
}

.tx-excel-color {
    color: #107c41 !important;
}

.min-wd-550-f {
    max-width: 550px !important; 
}

.min-wd-900-f {
    max-width: 900px !important;
}

.tx-zip-color {
    color: #fe405a;
}

.ht-11 {
    height: 11px;
}

.ht-11-f {
    height: 11px;
}

.tx-transform-none-f {
  text-transform: none !important;}

.ht-14-f {
    height: 14px !important;
}

.tx-purple-f {
  color: #6f42c1 !important;}

.tbl-select2-border {
    border: 1px solid #e9ecf1 !important;
}

.ht-47-5-f {
  height: 47.5px !important;
}

.alert > span {
    word-break: break-word !important;
}

.bg-cyan-500 {
    background-color: #06B6D4;
}

.br-9-f {
    border-radius: 9px !important;
}

.t-0-5-f {
    top: 0.5px !important;
}

.az-contact-custom-item-dark {
    background-color: #e8e8e8;
    box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.03);
}

.lh-3-f {
    line-height: 3 !important; }

.l-23 {
    left: 23px !important;
}

.br-r-5 {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.img-text-container {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.br-10 {
    border-radius: 10px !important;
}

.t-8-f {
    top: 8px !important;
}

.r-155-f {
    right: 155px !important;
}

.br-b-5 {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.b-29-f {
    bottom: 29px !important;
}

.br-t-l-4 {
    border-top-left-radius: 4px !important;
}

.recomm-based-ef-domain, .top-ten-ef-domain {
  border: 2px solid #3FA1C2;
  border-radius: 20px;
  padding: 11px 41px;
  color: white !important;
  background-color: #3FA1C2;
}

.recomm-based-ef-domain:hover, .recomm-based-ef-domain.active, .top-ten-ef-domain:hover, .top-ten-ef-domain.active {
  border: 2px solid #EAAB08 !important;
  color: #0f0f0f !important;
  background-color: #f5f7f9 !important;
}

.ht-17-f {
    height: 17px !important;
}

.pd-y-11-f {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.ln-ht-27 {
    line-height: 27px;
}

.ln-ht-16 {
    line-height: 16px;
}

.ln-ht-14{
    line-height: 14px;
}

.tx-smoke {
    color: #F5F5F5;
}

.ht-29 {
    height: 29px;
}

.pd-x-24-f {
    padding-left: 24px;
    padding-right: 24px;
}

.mn-wd-230-f {
    min-width: 230px !important;
}

.tx-ws-normal {
    white-space: normal !important;
}

.bg-header {
    background-color: #29517E;
}

.bg-body {
    background-color: #274C76;
}

.custom-title {
    height: 28px;
    width: 6px;
    background-color: #FFB606;
    display: inline-block;
    margin-right: 20px;
}

.tx-custom-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #fff;
    display: inline-block;
}

.t-5-f {
    top: 5px !important;
}

.scroll-bar-none {
    scrollbar-width: none !important;
}

.wp-no-rap {
    white-space: nowrap;
}

.btn-rounded-grey {
    background-color: #E4E3E6;
}

.ht-24 {
    height: 24px;
}

.wd-24 {
    width: 24px;
}

.l-1 {
    left: 1px;
}

.r-1 {
    right: 1px;
}

.custom-card {
    border-radius: 7px;
    background-color: #274C76;
}

.custom-card-header-warning {
    background-color: #293F79;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
}

.custom-card-header-warning div {
    color: #000000;
    line-height: 20px
    font-size: 18px;
    font-weight: 600;
}

.custom-card-body {
    padding: 16px;
}

.bg-action-plan-children {
    background-color: #ffffff;
    height:541px;
}
.wd-webkit-fill-available{
    width: -webkit-fill-available;
}

.wd-117 {
    width: 117px;
}

.r-6 {
    right: 6px;
}

.t-4 {
    top: 4px;
}

.ht-218 {
    min-height: 217.68px !important;
}

.wd-218 {
    width: 218px !important;
}


.tx-black-f {
    color: #000000 !important;
}

.wd-23-f {
  width: 23px !important;
}

.ht-23-f {
  height: 23px !important;
}

.ht-113-f {
  height: 113px !important;
}

.min-wd-200-f {
    min-width: 200px !important;
}

.mg-r-16-f {
    margin-right: 16px !important;
}

wd-18-f {
    width: 18px !important;
}

.ht-18-f {
  height: 18px !important;
}

.wd-32 {
    width: 32px;
}

.tx-black-f {
    color: #000000 !important;
}

.action-plan-children {
    overflow-x: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.action-plan-children::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.action-plan-children-list {
    padding: 7px;
    border-radius: 5px;
    /*height: 46px;
    width: 130px;
    background-color: #F0EFEF;*/
}

.action-plan-activities-list-md:not(:first-child), .action-plan-exFn:not(:first-child), .action-plan-exFn-recommend:not(:first-child), .action-plan-top-ten-exFn:not(:first-child) {
    margin-left: 15px;
}

.action-plan-activities {
    overflow-x: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.action-plan-activities::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.action-plan-activities-list {
    background-color: #EEF1F0;
    padding: 7px;
    width: 100%; /*230px*/
    height: 200px;
}

.action-plan-activities-list .action-plan-activities-list-thumbnail {
    position: relative;
    width: 100%; /*218px*/
    height: 116px;
    border-radius: 2px;
    background-color: #fff;
}

.action-plan-activities-list .action-plan-activities-list-thumbnail .action-plan-activities-list-thumbnail-image {
    width: 100%; /*218px*/
    height: 116px;
    object-fit: cover;
    border-radius: 2px;
}

.action-plan-activities-list-md {
    background-color: #EEF1F0;
    padding: 7px;
    width: 276px;
    height: 242px;
}

.action-plan-activities-list-md .action-plan-activities-list-thumbnail {
    position: relative;
    width: 260px;
    height: 140px;
    border-radius: 2px;
    background-color: #fff;
}

.action-plan-activities-list-md .action-plan-activities-list-thumbnail .action-plan-activities-list-thumbnail-image {
    width: 260px;
    height: 140px;
    object-fit: cover;
    border-radius: 2px;
}

.action-plan-activities-list-thumbnail .action-plan-activity-name {
    position: absolute;
    width: 100%; /*218px*/
    height: 30px;
    /*background-color: #2c2a2ab0;*/
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 2px 2px;
}

.action-plan-activities-list-thumbnail .action-plan-activity-name label {
    margin-bottom: 0px;
    color: #fff;
    padding: 0px 10px;
    font-size: 10px;
}

.action-plan-activities-list-detail {
    padding-top: 5px;
}

.action-plan-activities-list-detail .action-plan-activity-desc {
    margin-bottom: 0px;
    color: #717178;
    font-size: 8px;
    line-height: 10px;
}

.action-plan-activities-list-detail .action-plan-activity-rating-label {
    font-size: 7px;
    color: #000000;
    margin-bottom: 0px;
    display: block;
    font-weight: 400;
}

.action-plan-activities-pagination {
    text-align: center;
    margin-top: 15px;
}

.action-plan-activities-pagination a i {
    font-size: 11px;
    color: #fff;
}

.action-plan-activities-pagination a.active i {
    font-size: 11px;
    color: #F1A222;
}

.action-plan-activities-pagination a:not(:first-child) {
    margin-left: 5px;
}

.btn-gray-primary-outline {
    color: #293F79;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #293F79 !important;
    font-size: 12px;
}

.btn-gray-primary-outline:hover, .btn-gray-primary-outline.active {
    color: #fff;
    background-color: #293F79;
    border: 1px solid #293F79 !important;
}

.btn-gray-sky-blue-outline {
    color: #293F79;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #293F79 !important;
    font-size: 12px;
}

.btn-gray-sky-blue-outline:hover, .btn-gray-sky-blue-outline.active {
    color: #fff;
    background-color: #0EA5E9;
    border: 1px solid #293F79 !important;
}

.btn-gray-danger-outline {
    color: #FA1515;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #FA1515 !important;
    font-size: 12px;
}

.btn-gray-danger-outline:hover {
    color: #fff;
    background-color: #FA1515;
    border: 1px solid #FA1515 !important;
}

.btn-outline-yellow {
    color: #000000;
    background-color: #FDCD51;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.03);
}

.btn-outline-yellow:hover {
    color: #FDCD51;
    background-color: #000000;
}

.wd-128 {
    width: 128px;
}

.l-19 {
    left: 19px;
}

.t-17 {
    top: 17px;
}

.ht-109 {
    height: 109px;
}

.wd-97 {
  width: 97px;
}

.br-5-f {
    border-radius: 5px !important;
}

.br-3 {
    border-radius: 3px;
}

.rounded-b-5 {
    border-radius: 0px 0px 5px 5px;
}

.rounded-l-2 {
    border-radius: 2px 0px 0px 0px;
}

.wd-36 {
    width: 36px;
}

.wd-52 {
	width: 52px;
}

.ht-52 {
	height: 52px;
}

.min-wd-445-f {
    min-width: 445px !important;
}

.l-16p {
	left: 16%;
}

.max-w-132-f {
    max-width: 132px !important;
}

.rounded-12 {
    border-radius: 12px;
}

.bg-platinum-f {
    background-color: #DFE6E6 !important;
}

.l-35p-f {
    left: 35% !important;
}

.child-persona-brain-score {
    position: absolute;
    top: 32%;
    left: 27%;
}

.wd-39 {
    width: 39px;
}

.ht-39 {
    height: 39px;
}

.bd-r-dotted {
    border-right: 1px dotted #fff;
}

.persona-widget-children-list:not(:first-child) {
    margin-left: 10px;
}

.l-37-f {
    left: 37% !important;
}

.t-23 {
    top: 23px;
}

.persons-bs-child:nth-child(odd) {
    margin-right: 20px;
}

.empty-msg {
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: rgb(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.bg-activity-selected, .bg-activity-selected .action-plan-activities-list-detail .action-plan-activity-desc, .bg-activity-selected .action-plan-activities-list-detail .action-plan-activity-rating-label, .bg-activity-selected .action-plan-activities-list-detail .txt-activity-desc{
    background-color: #293F79;
    color: #fff !important;
}

.mg-t-19-f {
    margin-top: 19px;
}

.btn-green-outline {
    width: 195px;
    padding: 0px 18px 0px 19px;
    background-color: #5AC893;
}

.add-action-plan-outline {
    color: #FFFFFF !important;
    background-color: #2762FC;
    border-radius: 3px;
    border: 0px solid #2762FC !important;
    padding: 5px 12px;
}

.action-plan-exFn-recommend, .action-plan-top-ten-exFn {
  border: 2px solid #E1DEDE;
  border-radius: 10px;
  padding: 12px 30px;
  color: black !important;
  background-color: #E1DEDE !important;
  font-size: 12px !important;
}

.action-plan-exFn-recommend:hover, .action-plan-exFn-recommend.active, .action-plan-top-ten-exFn:hover, .action-plan-top-ten-exFn.active {
  border: 2px solid #09B0FC !important;
  color: white !important;
  background-color: #09B0FC !important;
}

.b-48 {
    bottom: 48px;
}

.rounded-3 {
  border-radius: 3px !important;
}

.bg-ap-children {
    background-color: #EEF1F0;
}

.bg-children-selected, .bg-children-selected a {
    background-color: #293F79;
    color: #fff;
}

.bg-children-selected span {
    color: #D8D5D5;;
}

.bg-action-plan {
    background-color: #F1F0F3;
}

.btn-pink-white {
    padding: 7px 15px;
    border-radius: 6px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-pink-white:hover , .btn-pink-white.active{
  color: #ffffff;
  background-color: #EC0767;
  border: 1px solid #ffffff;
}

.radio-custom-md {
	display: inline-flex!important;
}

.radio-custom-md span {
     margin-top: 2px!important;
     font-size: 16px !important;
}

.rounded-2 {
    border-radius: 2px!important;
}

.btn-dark-gray-outline {
    border-radius: 3px;
    background-color: #A9AAAC;
    color: white;
    border: 1px solid #A9AAAC;
}

.btn-dark-gray-outline:hover , .btn-dark-gray-outline.active {
    border: 1px solid #A9AAAC;
    color: #A9AAAC;
    background-color: #ffffff;
}

.card-activity-for {
    background-color: #EEEDED;
    color: #000;
    height: 144px;
    width: 322px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.card-activity-for:not(:first-child) {
    margin-left: 20px;
}

@media (min-width: 1280px) {
    .modal-lg-x {
        max-width: 1050px;
    }
}

.action-plan-list-activity-menu {
    padding: 7px 15px;
    border-radius: 6px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.action-plan-list-activity-menu:hover, .action-plan-list-activity-menu.active {
    padding: 7px 15px;
    border-radius: 6px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #EC0767;
}

.shrink-text-1-f {
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.card-action-plan:not(:first-child) {
    margin-top: 20px;
}

.justify-content-right {
    justify-content: right;
}

.card-children-body {
    width: 1010px;
    height: 430px;
}

.linear-gradient-red {
    background-image: linear-gradient(#FD6E6E,#FFFFFF);
}


.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.ap-recommended-activities-ef-filter, .ap-top-ten-activities-ef-filter {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    color: #000000;
    background-color: #E1DEDE;
    border: 2px solid #E1DEDE;
    border-radius: 7px;
}

.ap-recommended-activities-ef-filter-selected, .ap-recommended-activities-ef-filter:hover, .ap-top-ten-activities-ef-filter-selected, .ap-top-ten-activities-ef-filter:hover {
    color: #FFFFFF;
    background-color: #09B0FC;
    border: 2px solid #09B0FC;
}

.ap-recommended-activities-ia-filter {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    color: #FFFFFF;
    background-color: #7EACE1;
    border-radius: 16px;
    border: 2px solid #7EACE1;
    white-space: nowrap;
    text-align: center;
}

.ap-recommended-activities-ia-filter-selected {
    color: #FFFFFF;
    border: 2px solid #FFFFFF !important;
    font-size: 14px;
    padding: 7px 20px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.ap-recommended-activities-ia-filter:hover {
    color: #FFFFFF;
    border: 2px solid #FFFFFF !important;
}

.ap-recommended-activities-ef-filter:not(:first-child), .ap-top-ten-activities-ef-filter:not(:first-child) {
    margin-left: 10px;
}

.flex-auto {
    flex: auto;
}

.wd-260 {
    width: 260px;
}

.wd-230 {
    width: 230px;
}

.btn-blue {
    background-color: #2762FC;
    color: #FFFFFF !important;
}

.rounded-20-f {
  border-radius: 20px !important; }

.rounded-6 {
  border-radius: 6px;
}

.action-plan-exFn {
    padding: 9px 15px;
    color: black !important;
    background-color: #E1DEDE !important;
    font-size: 10px !important;
}

.action-plan-exFn:hover, .action-plan-exFn.active {
      color: white !important;
      background-color: #09B0FC !important;
}

.action-plan-domain-list{
      border-radius: 10px;
      padding: 7px 15px;
      color: white !important;
      background-color: #7EACE1 !important;
      font-weight: 700px;
      font-size: 10px;
}

.action-plan-domain-list:hover, .action-plan-domain-list.active {
      background-color: #E7F2FF !important;
      color: black !important;
}

.wd-138-f {
    width: 138px !important;
}

.action-plan-right-menu, .filter-activity-for {
    width: 36px !important;
    height: 32px !important;
    Top: 50px;
    Left: 797px;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
}

.action-plan-exFn:not(:first-child), .action-plan-domain-list:not(:first-child), .action-plan-right-menu:not(:first-child), .filter-activity-for:not(:first-child) {
    margin-left: 5px !important;
}

#select2-select_ap_fb_assessment-container , #select2-select_mdl_ap_fb_assessment-container {
    background-color: #293F79;
    color: white;
    border-radius: 4px;
}

.action-plan-right-menu:hover, .action-plan-right-menu.active, .action-plan-category.active, .filter-activity-for.active {
    border: 2px solid #F6CB64;
}

.r-3p-f {
    right: 3% !important; }

.wd-212 {
    width: 212px;
}

.btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.d-flow-root {
    display: flow-root;
}

.t-11-f {
    top: 11px;
}

.custom-avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.wd-18-7p-f {
    width: 18.7% !important;
}

.bg-img-strategies-cub {
  background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../images/brain_type/cub.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img-strategies-squirrel {
  background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../images/brain_type/squirrel.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img-strategies-turtle {
  background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../images/brain_type/turtle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img-strategies-dolphin {
  background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../images/brain_type/dolphin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img-strategies-elephant {
  background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../images/brain_type/elephant.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img-strategies-raccoon {
  background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../images/brain_type/raccoon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mg-t-180-f {
 	margin-top: 180px !important;
}

.mg-t-170-f {
 	margin-top: 170px !important;
}

.btn-action {
    background-color: #FFFFFF;
    color: #8E8E8E;
    border-radius: 6px;
}

.r-1p {
    right: 1% !important;
}

.wd-19p-f {
    width: 19% !important;
}

.wd-620-f {
    width: 620px !important;
}

.tx-no-wrap {
    text-wrap: nowrap;
}

.pagination .page-item {
    border-left: 1px solid #d5d5d5;
}

.content-space-between {
    justify-content: space-between;
}

.wd-22 {
    width: 22px;
}

.activity-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12.5px;
}

.activity-row-wd {
    width: calc(20% - 10px);
}

.activity-row-wd-3 {
    width: calc(33% - 5px);
}

.activity-row-wd-4 {
    width: calc(23% - 2px) !important;
}

.ln-ht-35 {
    line-height: 35px;
}

.ln-ht-30 {
    line-height: 30px;
}

.tx-poppins {
    font-family: 'Poppins';
}

.tx-poppins-light-em {
    font-family: 'Poppins-LightItalic';
}

.tx-poppins-light {
    font-family: 'Poppins-Light';
}

.ln-ht-15 {
    line-height: 15px;
}

.wd-340 {
    width: 340px;
}

.l-1 {
	left: 1px;
}

.l-2 {
	left: 2px;
}
.search-highlighter {
    box-shadow: 0px 1px 10px #EC0767 !important;
}

.ln-ht-20 {
    line-height: 20px;
}

.wd-52-f {
    width: 52px !important; }

.ht-52-f {
    height: 52px !important; }

.wd-44-f {
    width: 44px !important; }

.ht-44-f {
    height: 44px !important; }

.activities-navigation {
    font-size:12px;
    background-color: #E1DEDE;
    color: #000000;
    opacity: 0.7px;
    border-radius: 5px !important;
    margin-right: 5px;
    border-bottom: 2px solid #FFF !important;
}

.activities-navigation.active, .activities-navigation:hover {
    color: #ffffff;
    background-color: #09B0FC !important;
}

.t-2-f {
  top: 2px !important; }

.t--2-f {
  top: -2px !important; }

.l--3-f {
  left: -3px !important; }

.mg-t-12-f {
  margin-top: 12px !important; }

.progress-value {
    position: absolute;
    left: 100%;
    color: #7987a1;
    font-size: 11px !important;
    line-height: 1;
}

.bg-primary-light {
     background-color: #2C5E98;
}

.ht-150-f {
    height: 150px !important;
}

.tx-child-subtext-gray {
    color: #ACA4A4;
}

.tx-rating > .bg-tx-area {
    border-radius: 3px;
	background: #F0F0F0;
	resize: none;
	height: 83px !important
}

.bg-tx-area:focus {
    	background: #F0F0F0;
}

.t-28-f {
    top: 28px !important;
}

.activity-detail-tab {
    color: #3D3E3F;
}

.activity-detail-tab.active {
    color: #293F79;
}

.tx-gray-8e8e8e {
    color: #8E8E8E;
}

.min-wd-560-f {
    max-width: 560px !important;
}

.img-contain {
    object-fit: contain;
}

.img-cover {
    object-fit: cover;
}

.ht-190 {
    height: 190px;
}

.wd-41 {
  width: 41px; }

.wd-42 {
  width: 42px; }

.ht-26 {
    height: 26px !important;
}

.ht-27 {
    height: 27px !important;
}

.wd-34 {
  width: 34px; }

.l-440{
    left: 440px;
}

.t-38{
    top: 38px;
}

.font-Comfortaa {
    font-family: Comfortaa !important;
}

.wd-420 {
  width: 420px;
}

.wd-16 {
    width:16px
}

.t-13 {
    top: 13px;
}

.r-13 {
    right: 13px;
}

.t-9 {
    top: 9px;
}

.r-1-f {
    right: 1px !important;
}

.border-0-f {
    border: 0px !important;
}

.min-ht-26 {
    min-height: 26px !important;
}

.r-14 {
    right: 14px !important;
}

.t-7-f {
    top: 7px !important;
}

.pd-r-16-f {
  padding-right: 16px !important; }

.rounded-5-f {
  border-radius: 5px !important; }

.ht-57 {
    height: 57px;
}

.teacher-navigation {
    font-size:12px;
    background-color: rgba(252, 186, 3, 0.5)!important;
    color: #293f79 !important;
    opacity: 0.7px;
    border-radius: 5px !important;
    margin-left: 10px;
    margin-right: 5px;
    border-bottom: 2px solid #FFF !important;
}

.teacher-navigation.active {
    color: #FFF !important;
}

.lh-1-f {
    line-height: 1 !important;
}

.wd-13-f {
	width: 13px !important;
}

.ht-13-f {
	height: 13px !important;
}

.br-7 {
    border-radius: 7px;
}

.even-col {
    column-count: 2;
    column-gap: 50px;
}

.r-110 {
    right: 110px;
}

.t-93 {
    top: 93px;
}

.d-ruby {
    display: ruby;
}

.pd-16 {
    padding: 16px;
}

.action-plan-activities-pagination a {
    background-color: #ffffff !important;
    color: #000;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
    font-size: 8px !important;
    line-height: 22px !important;
    align-content: center;
}

.action-plan-activities-pagination a.active {
    background-color: #F1A222 !important;
	color: #ffffff !important;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	border-radius: 10px !important;
	font-size: 8px !important;
    line-height: 22px !important;
    align-content: center;
}

.bd-l-2-f {
    border-left: 1px solid #a7a9ac;
}
.bd-l-1-f{
    border-left: 1px solid #E6E5E5;
}
.dark-red{
    color: #F53437;
}
.r-8p {
    right: 8%; }

.justify-content-space-evenly {
    justify-content: space-evenly;
}

.align-self-center {
    align-self: center;
}

.t-50p-f {
    top: 50% !important;
}

.min-ht-350 {
    min-height: 350px !important;
}

.mg-t-64-f {
	margin-top: 64px!important;
}

.align-content-center {
    align-content: center;
}

.ht-225 {
    height: 225px;
}

.ia-style {
    width: 957px;
}

.bd-r-black {
   border-right: 1px solid black;
}

.ht-132 {
    height: 132px;
}

.strategy-activity {
    background-color: #EEF1F0;
    border-radius: 2px;
    padding: 7px;
}

.b-3 {
    bottom: 3px;
}

.ht-13 {
    height: 13px;
}

.l-3 {
    left: 3px;
}

.t-4-f {
    top: 4px !important
}

.ht-140 {
    height: 140px;
}

.wd-153 {
    width: 153px;
}

.btn-red-outlines:hover, .btn-red-outlines {
    color: #FC4343;
    background-color: #fff;
    border: 1px solid #FC4343 !important;
}

.ht-21 {
    height: 21px;
}

.ht-450 {
    height: 450px;
}

.badge-outlined-pink {
	border: 1px solid #F10075 !important;
}

.min-ht-450 {
    min-height: 450px;
}

.min-ht-10-f {
    min-height: 10px !important;
}

.flex-wrap-wrap {
	flex-wrap: wrap;
}

.pd-y-23-f {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.coach-child-tab{
display:flex !important;
}
.coach-child-tab div:nth-child(1){
order:2;
}
.coach-child-tab .select2-container{
border-radius: 3px;
}
.coach-child-tab .select2-selection__arrow{
right:-4px !important;
}

.badge-purple{
    background-color: #6f42c1;
}

.fb-guideline-dropdown {
    top: 35px;
    left: 15%;
}

.t-35 {
    top: 35px;
}

#id_all_cj_tbody .dropdown-menu{
    transform: translate3d(-120px, 17px, 0px) !important;
}
.header-reply-msg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-reply-msg img{
    cursor:pointer;
    width: 40px;
    height: 34px;
    cursor: pointer;
    padding: 6px 9px;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
}
@keyframes blinking {
  50% {
    border-color: #E50000;
  }
}

.z-0 {
    z-index: 0 !important;
}
.ht-560-f {
	height: 560px !important;
}

.wd-63p-f {
    width: 63% !important;
}

.pd-inline-80{
     padding-inline-start:80px;
}
.pd-inline-20{
     padding-inline-start:20px;
}

.custom-title-green {
    height: 20px;
    width: 4px;
    background-color: #22C55E;
    display: inline-block;
    margin-right: 8px;
}

.custom-title-yellow {
    height: 20px;
    width: 4px;
    background-color:#FFB606;
    display: inline-block;
    margin-right: 8px;
}

.border-line-green {
    height: 47px;
    width: 1px;
    background-color: #81eec5;
    display: inline-block;
    margin-right: 8px;
}

.border-line-brown {
    height: 47px;
    width: 1px;
    background-color: #e58484;
    display: inline-block;
    margin-right: 8px;
}

.tx-semi-green{
    color:#027226;
}

.tx-semi-brown{
    color:#890705;
}

.tx-semi-blue{
    color:#23A5A1;
}

.bd-hr {
    border-top: 4px solid #293f79 ;
}

.min-ht-80-f {
    min-height: 80px !important;
}

.wd-62p-f {
    width: 62% !important;
}

.wd-38p-f {
    width: 38% !important;
}

.p-classroom-count-one.active, .p-classroom-count-two.active {
    font-size : 26px !important;
}

.mn-wd-50-rem {
  min-width: 50rem !important; }

.l-6 {
    left: 6px;
}

.latest-msg-show{
    top:4.1px;
    left:7.1px;
}

#mdl_common_confirmation #parent_confirmation_success_text{
    font-size:15px !important;
}

.rounded-right-0-f {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.mht-31 {
    min-height: 31px;
}

.b-2-f {
    bottom: 2px !important;
}

.b-3-f {
    bottom: 3px !important;
}

.bd-l-white {
  border-left: 1px solid #FFFFFF; }

.file-attachment-count {
    position: absolute;
    top: 5rem;
    background: ;
    width: 4rem;
    color: aliceblue;
    height: 2rem;
    background-color: #514e4eb8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
    text-align: center;
    align-content: center;
}

.file-attachment-header {
    width: 100%;
    height: 3rem;
    background-color: #514e4eb8;
    position: absolute;
    box-shadow: inset 0px 20px 20px #1a1919;
    opacity: 1;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.attachment-img-vid {
    width: 50rem;
    outline: none;
    object-fit: contain;
    display: block; /* Video below white space remove */
}

.br-t-10-f {
    border-radius: 10px 10px 0px 0px;
}

.br-b-10-f {
    border-radius: 0px 0px 10px 10px;
}

.bd-white-edgar {
  border: 1px solid #ededed; }

.br-t-l-10 {
    border-radius: 10px 0px 0px 0px;
}

.br-t-r-10 {
    border-radius: 0px 10px 0px 0px;
}

#form_modal_coach_session_purpose .selection .select2-selection{
height:auto !important;
}
#feature_specialization_form .selection .select2-selection{
height:auto !important;
}
.mg-l-3-5-rem {
    margin-left: 3.5rem;
}

.wd-43p {
    width: 43%;
}

.custom-video-icon {
    display: flex;
    transform: translate(30px, 30px);
    background: #ffffff;
    border-radius: 50%;
    padding: 5px 7px 5px 8px;
    color: #000000;
    font-size: 15px;
}

.custom-play-icon {
    background: #ffffff;
    border-radius: 50%;
    padding: 5px 7px 5px 8px;
    color: #000000;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(30px, 30px);
}

a[data-toggle="dropdown"]:focus-visible {
  outline: 0px !important;
}

.bd-left-dotted-line {
    border-left: 1px dotted #9299a4;
    padding: 0px 5px 0px 5px;
}

.activity-card-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 12px 2px 12px;
    border-radius: 0px 0px 5px 0px !important;
    background-color: #f3f3f3;
    opacity: 0.98;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.loader-alignment{
    z-index: 99;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13%;
    width: 18%;
    background: rgba(0, 0, 0, 0.5);
}

.activity-recommended-icon {
    position: absolute;
    right: 0px;
    padding: 2px 0px 2px 12px;;
    border-radius: 0px 0px 0px 5px !important;
    background-color: #f3f3f3;
    opacity: 0.99;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.b-1-f {
    bottom: 1px !important;
}

.dolphin-bg-clr-f{
    background-color: #9ac1c6 !important;
}

.t-34 {
    top: 34px;
}

.pd-b-14 {
    padding-bottom: 14px;
}

.loader-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
  z-index: 9999;
}

@keyframes flash {
  0% {
    background-color: #052360;
    box-shadow: 32px 0 #031b4e, -32px 0 #0251fa;
  }
  50% {
    background-color: #194bb7;
    box-shadow: 32px 0 #1456e3, -32px 0 #031b4e;
  }
  100% {
    background-color: #031b4e;
    box-shadow: 32px 0 #557fd9, -32px 0 #0251fa;
  }
}

.filter-toggle::after {
    position: relative;
    top: 1px;
    margin-left: 0.500em;
}

.ht-34{
    height: 34px;
}

.ht-186 {
    height: 186px;
}

.tx-gray-100-f {
  color: #f4f5f8 !important;
}

.display-table {
     display: table;
 }

 .normal-wrap {
    word-wrap: normal;
 }

 .wd-22p-f {
    width: 22% !important;
 }

.chkbx-custom-sm span {
     margin-top: 2px;
     display: inline-flex;
     line-height: 1.3;
 }

 .t-0-8-rem {
     top: 0.8rem !important;
 }

 .notes-attachment-loader {
     z-index: 9;
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100%;
 }

.notes-video-icon {
    display: flex;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px 7px 5px 8px;
    color: #000000;
    font-size: 15px;
}
.notes-icon-position {
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.wd-54p-f {
  width: 54% !important;
}
.wd-57p-f {
    width: 57% !important;
}
.wd-720-f {
  width: 720px !important;
}

.game-background-box {
    width: 100%;
    height: 100px;
    background-image: url('../images/game/pages/banner/bg_strip.png');
    background-size: contain;      /* Scale image to cover the div */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    color: white;                /* Text color over the image */
    padding: 20px 60px 20px 20px;
    margin-bottom: 20px;
}

.game-conversation-background-box {
    display: flex;
    align-items: center;
    width: 650px;
    height: 52px;
    background-image: url('../images/game/pages/banner/bg_conversation.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding: 12px 20px 10px 40px;
    left: 5%;
    position: absolute;
    top: 24px;
    color: #000;
    font-size: 10px;
}


.game-conversation-pop-up-background-box {
    width: 500px;
    position: relative;
    top: 30%;
    color: #000;
    left: 7%;
    font-size: 12px !important;
}

.game-conversation-pop-up-box {
    position: absolute;
    width: 650px;
    height: 200px;
    left: 15%;
}

.game-mdl-background-box {
    width: 100%;
    height: 80%;
    background-image: url('../images/game/pages/popup/bg_pop_up.png');
    background-size: contain;      /* Scale image to cover the div */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    color: white;                /* Text color over the image */
    padding: 20px;
    margin-bottom: 20px;
}

.l--5p {
    left: -5%;
}

.align-content-end {
     align-content: end;
}

.r-5p {
    right: 5%;
}

.btn-game-close {
    position: absolute;
    right: 6.5%;
    top: -5%;
    font-size: 25px !important;
    color: #fff;
}

.min-ht-50 {
    min-height: 50px !important;
}

.custom-fieldset {
    display: block;
    min-inline-size: min-content;
    margin-inline: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-image: initial;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
    border-radius: 10px !important;
}

.custom-legend {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    width: auto !important;
    padding: 0px 5px 0px 5px;
}

.wd-170-f {
    width: 170px !important;
}

.rounded-15 {
    border-radius: 15px;
}

.ht-460 {
    height: 460px;
}

.t-15p {
    top: 15%;
}

.wrap-word {
    text-align: center;
    word-wrap: break-word;
    margin-top: 2%;
}

.b-6 {
    bottom: 6px;
}

.br-custom-gray {
    border: 1px solid #0000001A;
}

.gap-2 {
    gap : 2%;
}

.div-regulated-student:hover {
    background-color: #f2f6f3;
}

.div-not-regulated-student:hover {
    background-color: #f2ece8;
}

.regulated-color {
    color : #1eb59a;
}

.not-regulated-color {
    color : #f7a415;
}