.casino-form{display:flex;flex-direction:column;align-items:flex-start;margin:20px 0;font-family:Roboto,sans-serif;background:rgba(26,23,27,.5);border-top:4px solid #bfa15f;border-radius:0 0 6px 6px;overflow:hidden}.casino-form *{box-sizing:border-box}.casino-form :after,.casino-form :before{box-sizing:border-box;margin:0;padding:0}.casino-form .sib-alert-message{margin:0!important}.casino-form .sib_loader{text-align:center;padding:15px}.casino-form .sib_msg_disp{width:calc(100% - 30px);margin:5px auto;text-align:center}.casino-form .casino-form-head{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;background:rgba(26,23,27,.5)}.casino-form .casino-form-head h3{margin-bottom:0}.casino-form .casino-form-head p{margin:0;padding:0;text-align:center}.casino-form .casino-form-subblock{padding:12px 24px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.casino-form-body:only-child{border-radius:0 0 6px 6px;overflow:hidden}.casino-form-body:only-child .casino-form-bottom,.casino-form-body:only-child .casino-form-top{align-items:flex-start}@media (min-width:768px){.casino-form-body:only-child .casino-form-bottom{background:rgba(26,23,27,.5)}}.casino-form-top{display:flex;flex-direction:column;align-items:center;padding:12px;gap:12px;color:#fff;text-align:center;font-size:16px;font-weight:300;line-height:24px;background:#282828}@media (min-width:768px){.casino-form-top{padding:18px}}.casino-form-top>p{display:none}.casino-form-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:12px;background:rgba(26,23,27,.5)}@media (min-width:768px){.casino-form-bottom{padding:12px 18px}}.casino-form-bottom button{display:flex;justify-content:center;align-items:center;gap:10px;height:42px;width:100%;padding:15px;background:#bfa15f;color:#fff;border:none;font-size:16px;font-weight:500;line-height:1.5;border-radius:4px;cursor:pointer}@media (min-width:570px){.casino-form-bottom button{max-width:250px}}.casino-form-bottom button:after{content:"";width:6px;height:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath d='M.61.973L1.49.097 6.39 5 1.486 9.903.61 9.027 4.636 5 .61.973z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:50% 50%}.casino-form-bottom button:hover{opacity:.8}.casino-form-img{display:flex;flex-direction:column;justify-content:center;align-items:center;width:168px;margin-bottom:12px;border-radius:4px;overflow:hidden;height:42px}.casino-form-img img{max-width:100%;width:auto;height:42px;margin:0}.casino-form-title{color:#fff;text-align:center;font-size:22px;font-weight:300;line-height:22px;padding:18px 24px;width:100%;border-bottom:1px solid hsla(39,56%,67%,.3)}.casino-form-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;color:#fff;text-align:center;font-size:20px;font-weight:700;line-height:28px}@media (min-width:768px){.casino-form-info{font-size:22px}}.casino-form-info span[style="color: #daba7d;"]{color:#daba7d!important}.casino-input{width:100%}.casino-input input{width:100%;padding:4px 12px;margin:0;font-size:14px;background:#fff;color:#000;border:1px solid #ddd;border-radius:4px}.casino-checkbox{position:relative;display:flex;width:100%}.casino-checkbox input{position:absolute;top:0;left:0;width:2px;height:2px;opacity:0}.casino-checkbox input:checked+label:before{background:#4fa96c;border-color:#4fa96c}.casino-checkbox input:checked+label:after{opacity:1}.casino-checkbox label{width:100%;margin:0!important;position:relative;padding-left:32px;text-align:left;color:#fff;font-size:14px;font-weight:400;line-height:20px}.casino-checkbox label:before{border-radius:4px;border:1px solid #ddd;background:#fff}.casino-checkbox label:after,.casino-checkbox label:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px}.casino-checkbox label:after{opacity:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M4.633 8L.909 4.12 2.12 2.858l2.513 2.62L9.88 0l1.211 1.263L4.633 8z' fill='%23fff'/%3E%3C/svg%3E");background-size:10px 8px;background-position:50% 50%;background-repeat:no-repeat}.casino-checkbox label a{color:#daba7d;text-decoration:none}.casino-checkbox label a:hover{opacity:.8}