body{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/bg.jpg);
    background-size: 100% 100%;
    height: 100vh !important;
    background-color: #f5ba0b;
}
.main {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 0px;
    height: 700px;
}
.box {
    text-align: center;
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.spin_button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #131131;
    width: fit-content;
    padding: 6px 50px;
    margin-top: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.spin_button_1 {
    position: absolute;
    left: 1px;
    top: -66px;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spin_btn {
    cursor: pointer;
    width: 70px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.spin_img{
    transform: rotate(380deg);
    transform: rotate(24s);
    width: 75%;
}
.modal_1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal_2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 5px solid #262161;
    border-radius: 2rem;
    outline: 0;
}
.last_1 {
    background: #131131;
    width: 200px;
    border-radius: 5px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
}
.last_1:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}
.modal-backdrop{
	width: 100%;
}
.show{
	padding-right: 0px !important;
}
.spin_span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

