@media (max-width: 768px) {
    .logo img {
        content: url("../images/CXCYXY_LOGO_SQURE.png");
        height: 46px;
    }
}
.notification-toast {
    position: fixed;
    max-width: 350px;
    z-index: 1060
}

.notification-toast.top-right {
    top: calc(70px + 15px);
    right: 15px
}

.notification-toast.top-left {
    top: calc(70px + 15px);
    left: 15px
}

.notification-toast.top-middle {
    top: calc(70px + 15px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.notification-toast.bottom-right {
    bottom: 15px;
    right: 15px
}

.notification-toast.bottom-left {
    bottom: 15px;
    left: 15px
}

.notification-toast.bottom-middle {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.spinner-sm{
	width: 1.2rem;
    height: 1.2rem;
    border-width: 0.2em;
}

.question-list-a{
	display: block; font-size: 14px; margin-bottom: 2px; font-weight: 500; line-height: 1.2; margin-top: 0;
}

.question-locked-a{
	opacity: .6;
}

.text-indent-2{
	text-indent:2em;
}

.question-desc p{
	text-indent:2em;
}
.question-title{
	font-size:16px; font-weight:500;
}

.step-focus{
    color: #7888fc !important;
    font-weight: 500;
}

.step-li{
	padding:10px 0px !important;
}

table a {
    color: #5b5b5b;
    margin-right: 5px;
}

.basicElement:disabled:not(.disabledOnly) {
    background-color: #ffffff !important;
}


.basicElement[readonly]{
	background-color: #ffffff !important;
}

tr.selected{
	background-color:#f1f2fe;
}

.applyListCard a {
    padding: 10px 15px;
}

.applyListCard a:hover {
    border-radius: 10px;
    background-color: #f3f6f9;
    font-weight: 500;
}

a.disabled {
        pointer-events: none;
}

.eventGroupList a{
    color: #7e8299;}

    
    .YZUMemberBadge {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2em;
}

.YZUMemberBadge .d-flex.flex-column span {
	font-size: 1em;
}

.YZUMemberBadge .d-flex.flex-column small {
	font-size: 0.8em;
	font-weight: 300;
}

.YZUMemberBadge a {
	display: flex;
	align-items: center;
	margin-left: 0.5rem; /* m-l-xxs */
}

.YZUMemberBadge a svg {
	height: 1em;
	width: 1em;
}

.memberArea h5{
	font-size: 1.1rem;
	word-wrap: break-word;
    word-break: break-all;
}

.memberArea p {
	margin-bottom: 0px !important;
	font-size: 0.9rem;
}

.advisorArea h5{
	font-size: 1.1rem;
	word-wrap: break-word;
    word-break: break-all;
}

.advisorArea p {
	margin-bottom: 0px !important;
	font-size: 0.9rem;
}

.air-datepicker {
	z-index: 9999 !important;
}