:root {
  	--main-color: #EB5A32;
	--accent-color: #212121;
}

.matrix-of-destiny .mod-hidden{
	display: none !important;
}
.matrix-of-destiny .disabled{
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}

.matrix-of-destiny{
    font-family: 'Arsenal';
}

.error-message{
	text-align: center;
    margin: 40px 0;
    color: #c30202;
    font-weight: 700;
    font-size: 25px;
}

.custom-select{
    position: relative;
    min-width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
}
.custom-select .select-list{
	padding: 5px;
    border: 2px solid #ced4da66;
    border-radius: 0.4rem;
    color: #495057;
    font-weight: 400;
    font-size: 30px;
	display:none;
	position: absolute;
    background-color: #fff;
    top: 69px;
    z-index: 30;
    width: 100%;
}
.custom-select .select-list.active{
    display:block;
}
.custom-select .select-list .option{
	padding: 5px 10px;
}
.custom-select .select-list .option:not(.not-clickable-option){
	cursor:pointer;
}
.custom-select .select-list .option:not(.not-clickable-option):hover{
	background-color: #f3f3f4;
	border-radius: 0.4rem;
}
.custom-select .select-list .not-clickable-option{
	color: #999;
}


.custom-switch{
    display: flex;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    width: fit-content;
    background-color: #eeeeee;
}
.custom-switch .option{
    border-radius: 20px;
    padding: 5px 10px;
    transition: 0.3s all ease-out;
    cursor: pointer;
    font-size: 11px;
}
.custom-switch .option.active{
    background-color: #a684c3;
    color:#fff;
}




.matrix-of-destiny{
	position: relative;
}
.matrix-of-destiny .hidden{
	display: none !important;
}
.matrix-of-destiny .mod-toggle-forecast{
	position: absolute;
    top: 780px;
    left: 0;
    transform: translateY(100%);
	z-index: 2;
}
.matrix-of-destiny .mod-graph-title{
	font-size: 37px;
	font-weight: 400;
	line-height: 46.4px;
    margin-bottom: 50px;
}
.matrix-of-destiny .mod-form-row{
	display: flex;
	column-gap: 20px;
	margin-bottom: 20px;
}
.matrix-of-destiny .mod-form-col{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.matrix-of-destiny .mod-form-col:first-child{
	font-size: 30px;
}
.matrix-of-destiny .mod-form-label{
	font-size: 22px;
	margin-bottom: 5px;
}
.matrix-of-destiny .mod-form-input{
	border-radius: 5px;
	border: 1px solid #c3b89d;
	padding: 0 20px;
	height: 70.4px;
	font-weight: 400;
	line-height: 46.4px;
	font-size: 30px;
}
.matrix-of-destiny .mod-form-input.error{
	border: 1px solid #cf2336;
}
.matrix-of-destiny .mod-form-button{
	background-color: #a684c3;
	color: #fff;
	border-radius: 8px;
	padding: 12px 20px;
	line-height: 46.4px;
	cursor: pointer;
	font-size: 30px;
}
.matrix-of-destiny .mod-form-input.custom-select{
	padding: 0;
}
.matrix-of-destiny .mod-form-input .current-option{
	width: 230px;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
	justify-content: space-between;
}
.matrix-of-destiny .mod-form-input .current-option i{
	margin-top: -5px;
}

.matrix-of-destiny .loader{
	display: none;
}
.matrix-of-destiny.loading .loader{
  	animation: spin 2s linear infinite;
	width: fit-content;
	position: absolute;
    left: 50%;
    font-size: 40px;
	display: block;
}


/* Matrix of destiny - graph*/
.mod-matrix-graph{
	position: relative;
	width: 700px;
    height: 700px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}
.mod-screen-reader {
    width: 1px;
    height: 1px;
    overflow: hidden;
	display: block;
}
.mod-matrix-graph .mod-mg-data{
	position: absolute;
	top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) translateX(-50%);
}
.mod-matrix-graph .mod-mgd-main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod-matrix-graph .mod-mgd-main .mod-mgd-circle{
	position: absolute;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-big{
	width: 10%;
    height: 10%;
	font-size: 250%;
}
.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-medium{
	width: 7%;
	height: 7%;
	font-size: 130%;
}
.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-small{
	width: 4%;
    height: 4%;
    font-size: 110%;
}
.mod-matrix-graph .mod-mgd-years-main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod-matrix-graph .mod-mgd-years-main .mod-mgym-year{
	position: absolute;
	font-size: 20px;
	width: max-content;
}
.mod-matrix-graph .mod-mgd-additional{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod-matrix-graph .mod-mgda-item.show{
	opacity: 1;
}
.mod-matrix-graph .mod-mgda-item{
	opacity: 0;
	transition: 0.3s all ease-out;
}
.mod-matrix-graph .mod-mgd-additional .mod-mgda-internal{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod-matrix-graph .mod-mgda-internal .mod-mgdai-item{
	position: absolute;
	font-size: 13px;
	font-weight: 600;
}
.mod-matrix-graph .mod-mgda-internal .mod-mgdai-item.highlight{
	color: #21a60c;
}
.mod-matrix-graph .mod-mgd-additional .mod-mgda-external{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod-matrix-graph .mod-mgda-external .mod-mgdae-item{
	position: absolute;
	font-size: 8px;
	font-weight: 600;
	width: max-content;
	color: #BD9B76;
}
.mod-matrix-graph .mod-mgda-external .mod-mgdae-item.show-bold{
	font-size: 8px;
	font-weight: 900;
	width: max-content;
	color: #000;
}


.matrix-of-destiny .mod-couple{
	display: flex;
	column-gap: 100px;
	justify-content: center;
}
.matrix-of-destiny .mod-couple .mod-details, .matrix-of-destiny .mod-couple-together .mod-details{
	justify-content: center;
}
.matrix-of-destiny .mod-couple-together{
	margin-top: 100px;
}
.mod-couple-together .mod-matrix-graph .mod-mgd-main .mod-mgd-circle{
	color: #000 !important;
}
.matrix-of-destiny .mod-couple-holder .mod-graph-title{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 37px;
	flex-direction: column;
}
.matrix-of-destiny .mod-couple-holder .mod-matrix-graph{
	margin-top: 50px;
}
.mod-couple .mod-matrix-graph .mod-mg-data{
	width: 100%;
	height: 100%;
}
.mod-couple .mod-matrix-graph{
	width: 100%;
	height: 400px;
	max-width: 400px;
}
.mod-couple .mod-matrix-graph img{
	width: 100%;
	height: 100%;
}
.mod-couple .mod-mgd-main .mod-mgd-circle-big{
	font-size: 150%;
}
.mod-couple .mod-mgd-main .mod-mgd-circle-medium{
	font-size: 120%;
}
.mod-couple .mod-mgd-main .mod-mgd-circle-small{
	font-size: 70%;
}
.mod-couple .mod-mgda-external .mod-mgdae-item{
	font-size: 8px;
}
.mod-couple .mod-mgda-external .mod-mgdae-item-bold{
	font-size: 9px;
}
.mod-couple .mod-mgda-internal .mod-mgdai-item{
	font-size: 9px;
}
.mod-couple .mod-mgd-years-main .mod-mgym-year{
	font-size: 15px;
}




.mod-details{
	display: flex;
	margin-top: 80px;
	justify-content: center;
}
.mod-details .mod-col:nth-child(1){
	padding-right: 15px;
	position: relative;
}
.mod-details .mod-col:nth-child(1) .moddcc-circle{
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    width: 38px;
    height: 38px;
    position: absolute;
}
.mod-details .mod-table .modt-head .modt-col{
	border-top: 4px solid #906b24 !important;
}
.mod-details .mod-table .modt-row .modt-col{
	padding: 0;
	height: 50px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mod-details .mod-table .modt-row .modt-col:nth-child(1){
	justify-content: flex-start;
	padding-left: 5px;
}
.mod-details .mod-table .modt-row{
	display: grid;
	grid-template-columns: 150px 90px 90px 90px;
	column-gap: 2px;
	margin-bottom: 2px;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(1) .modt-col{
	background-color: #a684c361;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(1) .modt-col:nth-child(1){
	background-color: #d2a6ec;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(2) .modt-col{
	background-color: #546fd661;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(2) .modt-col:nth-child(1){
	background-color: #9aaaec;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(3) .modt-col{
	background-color: #65a0e761;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(4) .modt-col:nth-child(1){
	background-color: #a8d491;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(4) .modt-col{
	background-color: #6cad4061;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(5) .modt-col:nth-child(1){
	background-color: #e5d96f;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(5) .modt-col{
	background-color: #d2b92061;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(6) .modt-col:nth-child(1){
	background-color: #e3b573;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(6) .modt-col{
	background-color: #cd812061;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(7) .modt-col:nth-child(1){
	background-color: #dc8285;
}
.mod-details .mod-table .modt-body .modt-row:nth-child(7) .modt-col{
	background-color: #cf233661;
}
.mod-details .mod-table .modt-foot .modt-col{
	border-bottom: 4px solid #906b24 !important;
}
.mod-details .mod-col:nth-child(2){
	padding-right: 15px;
}
.mod-details .mod-col:nth-child(3){
	font-size: 22px;
}
.mod-details:not(.mod-details-couple) .mod-details-widget:not(:first-child){
	margin-top: 20px;
}
.mod-details .moddw-content{
	display: flex;
	width: 150px;
    justify-content: space-between;
	margin-top: 10px;
}
.mod-details .moddwc-col:nth-child(1) div{
	height: 30px;
	display: flex;
	align-items: center;
}
.mod-details .moddwc-col:nth-child(2){
	position: relative;
	padding-left: 10px;
	font-size: 18px;
}
.mod-details .moddwc-item, .mod-details .moddwc-item{
	position: absolute;
}
.mod-details .moddwc-item:nth-child(2){
	top: 0%;
    left: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    width: 27px;
    height: 27px;
}
.mod-details .moddwc-item:nth-child(3){
	top: 53%;
    left: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    width: 27px;
    height: 27px;
}
.mod-details .moddwc-item:nth-child(4){
	top: 27%;
    left: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    width: 28px;
    height: 27px;
}
.mod-details .mod-details-widget:nth-child(3) .moddw-content, .mod-details .mod-details-widget:nth-child(4) .moddw-content{
	justify-content: flex-end;
}
.mod-details .moddwc-circle{
	border: 2px solid #BD9B76;
    border-radius: 200px;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-details .modd-widgets{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
}
.mod-couple-together .mod-details .modd-widgets{
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
}
.mod-couple-together .mod-details .modd-widgets .mod-details-widget:last-child .moddw-content{
	width: 80px;
}
.mod-couple-together .mod-details .modd-widgets .mod-details-widget:last-child .moddw-content .moddwc-circle{
	top: 26%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    width: 28px;
    height: 28px;
    position: absolute;
}

.mod-description .modd-section{
	margin-top: 50px;
}
.mod-description .modds-title{
	font-size: 32px;
	margin-bottom:30px;
	font-weight: 400;
	font-family: "PT Serif";
}
.mod-description .modds-accordion{
	border-top: 1px solid #906b24;
}
.mod-description .modds-accordion:last-child{
	border-bottom: 1px solid #906b24;
}
.mod-description .modds-accordion .moddsa-header{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	align-items: center;
	padding: 20px 0;
}
.mod-description .modds-accordion .moddsah-title{
	font-weight: 400;
	font-size: 22px;
	font-family: "PT Serif";
	line-height: 35.78px;
}
.mod-description .modds-accordion.available .moddsah-title{
	color: #7C487E;
}
.mod-description .modds-accordion .moddsah-icon{
	color: #7C487E;
}
.mod-description .modds-accordion .moddsa-content{
	font-size: 16px;
	overflow: hidden;
	transition: 0.3s all ease-out;
    max-height: 0;
	line-height: 27.59px;
}
.mod-description .modds-accordion .moddsa-content .mod-description{
	margin-bottom: 50px;
}
.mod-description .modds-accordion .moddsa-content .moddp-energies{
	display: flex;
	column-gap: 5px;
	align-items: center;
}
.mod-description .modds-accordion .moddp-energy{
	border-radius: 200px;
    background-color: #a989c9;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	margin-right: 40px;
    position: relative;
}
.mod-description .modds-accordion .moddp-energy .moddpe-number{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.moddp-energies .moddp-energy:not(:last-child)::after {
    content: ' ';
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateX(50%);
}

.mod-description .modds-accordion .moddsa-content .modd-paragraph:not(:first-child){
    margin-top: 50px;
}
.mod-description .modds-accordion .moddsa-content .modd-paragraph .moddp-section{
	margin-top: 20px;
}
.mod-description .modds-accordion .moddsa-content .modd-paragraph .moddp-section .moddpds-title{
	font-weight: 700;
}
.moddpd-title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}
.moddp-description .moddpd-title:not(:first-child){
    margin-top: 30px;
}
.moddpd-subtitle{
	font-weight: 600;
    font-size: 17px;
    display: block;
    margin-top: 10px;
}
.moddpd-global-title {
    font-weight: 600;
    font-size: 22px;
	margin-top: 20px;
    display: block;
}




.mod-description .modds-accordion:last-child(){
	border-top: 1px solid #906b24;
	border-bottom: 1px solid #906b24;
}

.mod-buttons-holder{
	display: flex;
	column-gap: 40px;
	justify-content: center;
    margin-top: 40px;
}
.mod-download-graph{
	background-color: #a684c3;
	color: #fff;
	border-radius: 5px;
	font-size: 22px;
	padding: 10px 20px;
	width: fit-content;
	cursor: pointer;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mod-download-graph a{
	text-decoration: none;
	color: #fff;
}
.mod-new-date-button{
	background-color: #a684c3;
	color: #fff;
	border-radius: 5px;
	font-size: 22px;
	padding: 10px 20px;
	width: fit-content;
	cursor: pointer;
	display: flex;
    align-items: center;
}
.mod-buy-graph{
	text-align: center;
	background-color: #a684c3;
	color: #fff;
	border-radius: 5px;
	font-size: 22px;
	padding: 10px 20px;
	width: fit-content;
	cursor: pointer;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mod-buy-graph a{
	text-decoration: none;
	color: #fff;
}
.mod-buy-graph-small{
	font-size:18px;
}
.mod-buy-graph-small .mod-old-price{
	margin-right: 5px;
    text-decoration: line-through;
}
.mod-buy-graph-small .mod-omnibus{
	font-size: 11px;
}



.matrix-of-destiny .mod-graph-help{
    position: absolute;
    transform-origin: 0 100%;
    transform: scaleY(0);
	height: 0;
	transition: 0.3s all ease-out;
}
.matrix-of-destiny .mod-graph-help.active{
	transform:scaleY(1) translateX(-70px);
	height: max-content;
}
.matrix-of-destiny .mod-graph-help .modgh-description{
    background: #323232;
    border-radius: 5px;
    width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    z-index:5;
	position: relative;
}
.matrix-of-destiny .mod-graph-help .modgh-description:before{
    content: "";
    border-width: 7px 7px 7px 7px;
    border-right-color: #000;
    border-style: solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    background: transparent;
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    transform: rotate(270deg) translateY(-50%);
    height: 0;

}
.matrix-of-destiny .mod-graph-help .mod-help-separator{
	height: 2px;
    width: 80%;
    background-color: #fff;
    margin: 15px auto;
}

@media screen and (max-width:1200px){
		
}
@media screen and (min-width:1000px) and (max-width:1200px){
	.mod-matrix-graph{
		width: 700px;
		height: 700px;
	}
	.mod-couple .mod-matrix-graph{
		height: 370px;
	}
}
@media screen and (max-width:999px) {
	.mod-details{
		flex-direction: column;
	}
	.mod-details .mod-col:nth-child(1){
		display: none;
	}
	.mod-details .mod-col {
		width: fit-content;
		margin: 0 auto;
	}
	.mod-details .mod-table .modt-row{
		grid-template-columns: 130px 70px 70px 70px;
	}
	.mod-details .mod-table .modt-row .modt-col{
		font-size: 18px;
	}
	.mod-details .mod-col:nth-child(3){
		margin-top: 40px;
	}
	.matrix-of-destiny .mod-graph-title{
		font-size: 20px;
	}
	.matrix-of-destiny .mod-couple{
		flex-direction: column;
	}
	.matrix-of-destiny .mod-couple .mod-couple-part:last-child{
		margin-top: 80px;
	}
	.mod-couple .mod-matrix-graph{
		height: 400px;
    	width: 400px;
	}
	.matrix-of-destiny .mod-form-row{
		flex-direction: column;
	}
	.matrix-of-destiny .mod-form-col{
		margin-bottom: 20px;
	}
	.matrix-of-destiny .mod-form-button{
		width: fit-content;
	}
	.matrix-of-destiny .mod-toggle-forecast{
		position: fixed;
		bottom: 10px;
		top: auto;
		left: 10px;
		transform: none;
	}
	.mod-matrix-graph .mod-mgda-external .mod-mgdae-item{
		font-size: 9px;
	}
	.mod-matrix-graph .mod-mgda-internal .mod-mgdai-item{
		font-size: 10px;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-big{
		font-size: 150%;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-medium{
		font-size: 130%;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-small{
		font-size: 90%;
	}
	.mod-matrix-graph .mod-mgda-external .mod-mgdae-item.show-bold{
		font-size: 10px;
	}
	.matrix-of-destiny .mod-form-input .current-option{
		width: 100%;
	}
}

@media screen and (min-width:700px) and (max-width:999px){
	.mod-matrix-graph{
		height: 400px;
    	width: 400px;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-big{
		font-size: 170%;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-medium{
		font-size: 110%;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-small{
		font-size: 70%;
	}
}
@media screen and (min-width:500px) and (max-width:999px){
	.mod-details .modd-widgets{
		width: fit-content;
    	margin: 0 auto;
	}
	.mod-details .modd-widgets .mod-details-widget{
		width: fit-content;
	}
}

@media screen and (max-width:699px){
	.mod-matrix-graph{
		height: calc(100% - 100px);
    	width: auto;
	}
	.mod-couple .mod-matrix-graph{
		width: calc(100% - 60px);
    	height: auto;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-big{
		font-size: 105%;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-medium{
		font-size: 70%;
	}
	.mod-matrix-graph .mod-mgd-main .mod-mgd-circle-small{
		font-size: 40%;
	}
	.mod-description .modds-title{
		font-size: 22px;
	}
	.mod-description .modds-accordion .moddsah-title{
		font-size: 16px;
	}
	.matrix-of-destiny .mod-couple-holder .mod-graph-title{
		flex-direction: row;
    	font-size: 20px;
	}
	.matrix-of-destiny .mod-couple-holder .mod-graph-title span:last-child{
		margin-left: 5px;
	}
	.mod-matrix-graph .mod-mgda-external .mod-mgdae-item{
		font-size: 8px;
	}
	.mod-matrix-graph .mod-mgda-internal .mod-mgdai-item{
		font-size: 8px;
	}
	.matrix-of-destiny .mod-couple-together{
		margin-top: 40px;
	}
	.mod-couple-together .mod-details .modd-widgets{
		grid-template-columns: auto;
	}
	.mod-couple-together .mod-details .modd-widgets .mod-details-widget:last-child .moddw-content{
		width: 133px;
	}
	.mod-buttons-holder{
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}
	.mod-buttons-holder div {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width:500px){
	.mod-details .modd-widgets{
		grid-template-columns: auto;
	}
	.mod-details .modd-widgets{
		justify-content: center;
	}
	.mod-couple .mod-couple-part:last-child{
		margin-top: 40px;
	}
	.mod-details .mod-table .modt-row{
		grid-template-columns: 110px 60px 60px 60px;
	}
	.mod-details .mod-table .modt-row .modt-col{
		font-size: 16px;
	}
	.mod-matrix-graph .mod-mgd-years-main .mod-mgym-year{
		font-size: 12px;
	}
	.mod-matrix-graph .mod-mgda-external .mod-mgdae-item.show-bold{
		font-size:7px;
	}
	.mod-matrix-graph .mod-mgda-external .mod-mgdae-item{
		font-size: 5px;
	}
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}