.skyPrimaryBtn,
.skyDefaultBtn {
	border-radius: 0;
}

.skyPrimaryBtn {
	background-color: #1863DC;
}

.skyDefaultBtn {
	border: 2px solid #1863DC;
}


 #cookieBar {
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(54, 64, 67, 0.8);
	height: auto;
	min-height: 64px;
	border: none;
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 999;
}

 #cookieBar .close {
	display: flex;
	justify-content: space-between;
}

 #cookieBar .close .title {
	font-size: 18px;
	padding-top: 10px;
	font-weight: 700;
	color: #212121;
	margin-left: 20px;
}

 #cookieBar .close .closeIcon {
	box-sizing: content-box;
	padding: 5px;
	cursor: pointer;
}

 #cookieBar .cookieBarInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	width: 100%;
}

 #cookieBar .cookieBarInner .cookieBarText {
	align-items: center;
	color: #5f6368;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin: 0;
	padding: 12px 20px;
}

 #cookieBar .cookieBarInner .cookieBarButtons {
	box-sizing: content-box;
	height: 40px;
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	margin-right: 20px;
}

 #cookieBar .cookieBarInner .cookieBarButtons .ant-btn {
	margin-right: 10px;
	font-size: 13px;
	font-weight: 600;
}

 #cookieDlog .cookieIcon {
	position: fixed;
	left: 30px;
	bottom: 40px;
	z-index: 999;
}

.cookieModal {
	height: 80%;
	width: 50% !important;
}

.cookieModal .ant-modal-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #212121;
	text-align: center;
	border-bottom: 1px #f4f4f4 solid;
	padding-bottom: 20px;
}

.cookieModal .ant-modal-content {
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.cookieModal .ant-modal-content .ant-modal-body {
	overflow-y: auto;
}

.cookieModal .ant-modal-content .ant-modal-body .description {
	border-bottom: 1px #f4f4f4 solid;
	padding: 10px 0;
}

.cookieModal .ant-modal-content .ant-modal-body .description p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap {
	display: flex;
	border-bottom: 1px #f4f4f4 solid;
	padding: 10px 0;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap .cookieContent {
	width: 100%;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap .cookieContent .cookieName {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 10px;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap .cookieContent .expandWrap {
	background: #f4f4f4;
	border-radius: 6px;
	padding: 1px 10px;
	margin-top: 10px;
}

.cookieModal .customCookieFooter {
	display: flex;
	justify-content: center;
}

.cookieModal .customCookieFooter .ant-btn {
	margin: 0 5px;
}

@media (max-width: 600px) {
	 #cookieDlog .cookieIcon {
		bottom: 55px;
	}

	 #cookieBar .cookieBarInner {
		flex-direction: column;
	}

	 #cookieBar .cookieBarInner .cookieBarButtons {
		margin-right: 0px;
	}

	.cookieModal {
		width: 100% !important;
		height: 100%;
		top: 0px;
	}

	.cookieModal .customCookieFooter {
		flex-direction: column-reverse;
	}

	.cookieModal .customCookieFooter .ant-btn {
		height: 42px;
		margin: 3px 0;
		font-size: 18px;
		font-weight: 500;
	}
}



[class^="ant-modal"],
[class*=" ant-modal"] {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 14px;
	box-sizing: border-box;
}

[class^="ant-modal"]::before,
[class*=" ant-modal"]::before,
[class^="ant-modal"]::after,
[class*=" ant-modal"]::after {
	box-sizing: border-box;
}

[class^="ant-modal"] [class^="ant-modal"],
[class*=" ant-modal"] [class^="ant-modal"],
[class^="ant-modal"] [class*=" ant-modal"],
[class*=" ant-modal"] [class*=" ant-modal"] {
	box-sizing: border-box;
}

[class^="ant-modal"] [class^="ant-modal"]::before,
[class*=" ant-modal"] [class^="ant-modal"]::before,
[class^="ant-modal"] [class*=" ant-modal"]::before,
[class*=" ant-modal"] [class*=" ant-modal"]::before,
[class^="ant-modal"] [class^="ant-modal"]::after,
[class*=" ant-modal"] [class^="ant-modal"]::after,
[class^="ant-modal"] [class*=" ant-modal"]::after,
[class*=" ant-modal"] [class*=" ant-modal"]::after {
	box-sizing: border-box;
}

.ant-modal-root .ant-modal-wrap-rtl {
	direction: rtl;
}

.ant-modal-root .ant-modal-centered {
	text-align: center;
}

.ant-modal-root .ant-modal-centered::before {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: "";
}

.ant-modal-root .ant-modal-centered .ant-modal {
	top: 0;
	display: inline-block;
	padding-bottom: 0;
	text-align: start;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.ant-modal-root .ant-modal {
		max-width: calc(100vw - 16px);
		margin: 8px auto;
	}

	.ant-modal-root .ant-modal-centered .ant-modal {
		flex: 1;
	}
}

.ant-modal {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	color: rgba(0, 0, 0, 0.88);
	font-size: 14px;
	line-height: 1.5714285714285714;
	list-style: none;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	pointer-events: none;
	position: relative;
	top: 100px;
	width: auto;
	max-width: calc(100vw - 32px);
	padding-bottom: 24px;
}

.ant-modal .ant-modal-title {
	margin: 0;
	color: rgba(0, 0, 0, 0.88);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
}

.ant-modal .ant-modal-content {
	position: relative;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	pointer-events: auto;
	padding: 20px 24px;
}

.ant-modal .ant-modal-close {
	position: absolute;
	top: 17px;
	inset-inline-end: 17px;
	z-index: 1010;
	padding: 0;
	color: rgba(0, 0, 0, 0.45);
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	background: transparent;
	border-radius: 4px;
	width: 22px;
	height: 22px;
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: color 0.2s, background-color 0.2s;
}

.ant-modal .ant-modal-close-x {
	display: flex;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	justify-content: center;
	text-transform: none;
	text-rendering: auto;
}

.ant-modal .ant-modal-close:hover {
	color: rgba(0, 0, 0, 0.88);
	background-color: rgba(0, 0, 0, 0.06);
	text-decoration: none;
}

.ant-modal .ant-modal-close:active {
	background-color: rgba(0, 0, 0, 0.15);
}

.ant-modal .ant-modal-close:focus-visible {
	outline: 4px solid #91caff;
	outline-offset: 1px;
	transition: outline-offset 0s, outline 0s;
}

.ant-modal .ant-modal-header {
	color: rgba(0, 0, 0, 0.88);
	background: #ffffff;
	border-radius: 8px 8px 0 0;
	margin-bottom: 8px;
	padding: 0;
	border-bottom: none;
}

.ant-modal .ant-modal-body {
	font-size: 14px;
	line-height: 1.5714285714285714;
	word-wrap: break-word;
	padding: 0;
}

.ant-modal .ant-modal-footer {
	text-align: end;
	background: transparent;
	margin-top: 12px;
	padding: 0;
	border-top: none;
	border-radius: 0;
}

.ant-modal .ant-modal-footer>.ant-btn+.ant-btn {
	margin-inline-start: 8px;
}

.ant-modal .ant-modal-open {
	overflow: hidden;
}

.ant-modal-pure-panel {
	top: auto;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.ant-modal-pure-panel .ant-modal-content,
.ant-modal-pure-panel .ant-modal-body,
.ant-modal-pure-panel .ant-modal-confirm-body-wrapper {
	display: flex;
	flex-direction: column;
	flex: auto;
}

.ant-modal-pure-panel .ant-modal-confirm-body {
	margin-bottom: auto;
}

.ant-modal-root .ant-modal-wrap-rtl {
	direction: rtl;
}

.ant-modal-root .ant-modal-wrap-rtl .ant-modal-confirm-body {
	direction: rtl;
}

.ant-modal-root .ant-modal.ant-zoom-enter,
.ant-modal-root .ant-modal.ant-zoom-appear {
	transform: none;
	opacity: 0;
	animation-duration: 0.3s;
	user-select: none;
}

.ant-modal-root .ant-modal.ant-zoom-leave .ant-modal-content {
	pointer-events: none;
}

.ant-modal-root .ant-modal-mask {
	position: fixed;
	inset: 0;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.ant-modal-root .ant-modal-mask .ant-modal-hidden {
	display: none;
}

.ant-modal-root .ant-modal-wrap {
	position: fixed;
	inset: 0;
	z-index: 1000;
	overflow: auto;
	outline: 0;
	-webkit-overflow-scrolling: touch;
}

.ant-modal-root .ant-fade-enter,
.ant-modal-root .ant-fade-appear {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}

.ant-modal-root .ant-fade-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}

.ant-modal-root .ant-fade-enter.ant-fade-enter-active,
.ant-modal-root .ant-fade-appear.ant-fade-appear-active {
	animation-name: css-1k979oh-antFadeIn;
	animation-play-state: running;
}

.ant-modal-root .ant-fade-leave.ant-fade-leave-active {
	animation-name: css-1k979oh-antFadeOut;
	animation-play-state: running;
	pointer-events: none;
}

.ant-modal-root .ant-fade-enter,
.ant-modal-root .ant-fade-appear {
	opacity: 0;
	animation-timing-function: linear;
}

.ant-modal-root .ant-fade-leave {
	animation-timing-function: linear;
}

.ant-zoom-enter,
.ant-zoom-appear {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}

.ant-zoom-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}

.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
	animation-name: css-1k979oh-antZoomIn;
	animation-play-state: running;
}

.ant-zoom-leave.ant-zoom-leave-active {
	animation-name: css-1k979oh-antZoomOut;
	animation-play-state: running;
	pointer-events: none;
}

.ant-zoom-enter,
.ant-zoom-appear {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
	transform: none;
}

.ant-zoom-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:where(.css-1k979oh).ant-switch.ant-switch-checked {
    background: #1677ff;
}


element.style {
}
:where(.css-1k979oh).ant-switch.ant-switch-checked {
    background: #1677ff;
}
:where(.css-1k979oh).ant-switch {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    min-width: 44px;
    height: 22px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

:where(.css-1k979oh).ant-switch .ant-switch-handle {
    position: absolute;
    top: 2px;
    inset-inline-start: 2px;
    width: 18px;
    height: 18px;
    transition: all 0.2s ease-in-out;
}
:where(.css-1k979oh).ant-switch [class^="ant-switch"], :where(.css-1k979oh).ant-switch [class*=" ant-switch"] {
    box-sizing: border-box;
}
:where(.css-1k979oh).ant-switch .ant-switch-handle::before {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
    transition: all 0.2s ease-in-out;
    content: "";
}
:where(.css-1k979oh).ant-switch.ant-switch-checked .ant-switch-inner {
    padding-inline-start: 9px;
    padding-inline-end: 24px;
}
:where(.css-1k979oh).ant-switch .ant-switch-inner {
    display: block;
    overflow: hidden;
    border-radius: 100px;
    height: 100%;
    padding-inline-start: 24px;
    padding-inline-end: 9px;
    transition: padding-inline-start 0.2s ease-in-out, padding-inline-end 0.2s ease-in-out;
}

:where(.css-1k979oh).ant-switch.ant-switch-checked .ant-switch-inner .ant-switch-inner-checked {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

:where(.css-1k979oh).ant-switch .ant-switch-inner .ant-switch-inner-checked, :where(.css-1k979oh).ant-switch .ant-switch-inner .ant-switch-inner-unchecked {
    display: block;
    color: #fff;
    font-size: 12px;
    transition: margin-inline-start 0.2s ease-in-out, margin-inline-end 0.2s ease-in-out;
    pointer-events: none;
}

:where(.css-1k979oh).ant-switch.ant-switch-checked .ant-switch-inner .ant-switch-inner-unchecked {
    margin-inline-start: calc(100% - 22px + 48px);
    margin-inline-end: calc(-100% + 22px - 48px);
}
:where(.css-1k979oh).ant-switch .ant-switch-inner .ant-switch-inner-checked, :where(.css-1k979oh).ant-switch .ant-switch-inner .ant-switch-inner-unchecked {
    display: block;
    color: #fff;
    font-size: 12px;
    transition: margin-inline-start 0.2s ease-in-out, margin-inline-end 0.2s ease-in-out;
    pointer-events: none;
}
:where(.css-1k979oh).ant-switch.ant-switch-checked .ant-switch-handle {
    inset-inline-start: calc(100% - 20px);
}
:where(.css-1k979oh).ant-btn {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    color: rgba(0, 0, 0, 0.88);
}
:where(.css-1k979oh).ant-btn {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}
.skyPrimaryBtn {
    background-color: #1863DC;
}
:where(.css-1k979oh).ant-btn-primary {
    color: #fff;
    background: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}
.skyPrimaryBtn, .skyDefaultBtn {
    border-radius: 0;
}
:where(.css-1k979oh).ant-btn-primary {
    color: #fff;
    background: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

.skyDefaultBtn {
    border: 2px solid #1863DC;
}
:where(.css-1k979oh).ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    color: #4096ff;
    border-color: #4096ff;
    background: #ffffff;
}
:where(.css-1k979oh).ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
    color: #fff;
    background: #4096ff;
}
:where(.css-1k979oh).ant-modal .ant-modal-body {
    font-size: 14px;
    line-height: 1.5714285714285714;
    word-wrap: break-word;
    padding: 0;
}
.cookieModal .ant-modal-content .ant-modal-body {
    overflow-y: auto;
	/* max-height: 60vh; */
}
:where(.css-1k979oh).ant-modal .ant-modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 20px 24px;
}
.ant-modal-body .wrap svg{
	transform: rotate(0deg);
}
.ant-modal-body .wrap.trff svg{
	transform: rotate(90deg)!important;
}
.expandWrap p{
	margin: 0!important;
}
.cookieIcon{
	cursor: pointer;
}
.ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

 .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1001;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.cookieModal .ant-modal-content {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cookieModal {
    height: 80%;
    width: 50% !important;
}
@media (max-width: 767px) {
  .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto;
    }
	
}

@media (max-width: 600px) {
    .cookieModal {
        width: 100% !important;
        height: 100%;
        top: 0px;
    }
	}
	.jymms,.ant-modal-mask{
		display: none;
	}
	
	#cookieBar {
		display: none;
	}