.csb-login-container{
	background:black;
}
.csb-login-header {
	text-align: center;
	margin-bottom:20px;
}

.csb-login-box {position: relative;z-index: 100; margin: 0px 10px 50px;}
.csb-login-box-nav a, .csb-reset-pass-link a {
    color: #4FF6B1;
    font-size: 12px;
}
.csbl-background {
    position:absolute;
    width:100%;
    height:100%;
z-index: 10;}

.csb-remember-me input {
	margin-right:10px;
}
.input-field.misc .csb-remember-me {
	text-align:left;
	width: 60%;
}
.input-field.misc .csb-remember-me span {
	font-size:12px;
}
.input-field.misc .csb-reset-pass-link {
	text-align:right;
	width: 40%;
	font-size:14px;
}

/* Password Strength Meter Styles */
.csb-password-strength-meter {
	margin-top: 10px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.csb-strength-bar {
	width: 100%;
	height: 6px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 8px;
}

.csb-strength-fill {
	height: 100%;
	width: 0%;
	background: #d63638;
	border-radius: 3px;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.csb-strength-text {
	font-size: 12px;
	font-weight: 600;
	color: #d63638;
	margin-bottom: 8px;
	text-align: center;
}

.csb-strength-requirements {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
}

.csb-req-item {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	transition: color 0.3s ease;
}

.csb-req-item.csb-req-met {
	color: #46b450;
}

.csb-req-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 6px;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #d63638;
	transition: all 0.3s ease;
}

.csb-req-met .csb-req-icon {
	background: #46b450;
	color: white;
}

.csb-password-error {
	color: #d63638 !important;
	font-size: 14px !important;
	margin: 10px 0 !important;
	padding: 10px !important;
	background: rgba(214, 54, 56, 0.1) !important;
	border-radius: 4px !important;
	border: 1px solid rgba(214, 54, 56, 0.3) !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
	.csb-strength-requirements {
		grid-template-columns: 1fr;
		gap: 2px;
	}
	
	.csb-req-item {
		font-size: 10px;
	}
	
	.csb-password-strength-meter {
		padding: 8px;
	}
}

.csbl-background img{
    width:100%;
    height:100%;
    
object-fit: contain;}


.csb-login-container {
    width:100%;
    height:auto;
	padding:5% 0;
	min-height: 100%;
}

.login-info-item {
    margin-bottom: 10px;
}

.csb-login-signup-box {
    background: #23262F;
    padding:20px;
    width:fit-content;
	max-width: 600px;
	flex-direction: column;
    min-width: 450px;
}

input.login-input{
    background: #313440 !important;
    border-radius: 8px !important;
    border: none !important;
    height: 40px;
    max-width: 100%;
    margin: 5px 0;
}
label.login-title {
    text-transform: capitalize;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
}
.csb-left {
	text-align: center;
}
button.gdlr-button.with-border{
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 196px;
    height: 40px;
    background: #4FF6B1 !important;
    border: 2px solid #4FF6B1 !important;
    border-radius: 90px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #141416 !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.csbl-content {
    display:flex;
    justify-content:center;
}
.login-form-box {
    padding: 0 25px 0 25px;
}
.login-form-box .csb-left h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.login-form-box .csb-left p {
    font-size: 18px;
}
.csb-login-signup-box>* {
    margin:30px;
    color:white;
}
.csb-login-signup-box{
    border-radius:24px;
}


.signin-form input[type="email"],.signin-form input[type="password"],.signin-form input[type="text"],.signin-form input[type="text"]{
    margin:10px 0;
    width:100%;
    color: #fff !important;
    margin-right: 10px;
    background: transparent;
    border: 2px solid #777E90;
    border-radius: 24px;
    box-sizing: border-box;
}

.input-field.misc {
    display:flex;
    align-items:center;
	margin-bottom: 32px;
    
}
.form-submit{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-submit button{
    width:100%;
    padding: 0;
}
.csb-remember-me label{
    display:flex;
    font-size:15px;
    line-height:20px;
    align-items: center;
}



.input-field.misc>* {
    width:50%;
    margin:5px;
    
}

.csb-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000006e;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px 20px;
    box-sizing: border-box;
    z-index: 100000;
}

.styled-scroll {
    max-height: 100vh;
    overflow-y: scroll;
}

.cbs-popup-container.cbs-forgot-password-popup {
	max-width: 390px;
    min-height: 300px;
}

.cbs-forgot-password-popup .cbs-popup-header {
	margin-bottom: 30px;
}

.cbs-forgot-password-popup label {
	margin-bottom: 8px;
    display: block;
}

.cbs-forgot-password-popup .cbs-popup-note {
	padding: 8px 20px 0;
    width: 200px;
    margin: 0 auto;
	font-size: 12px
}


.cbs-forgot-password-popup .cbs-popup-actions {
	text-align: center;
	margin-top: 20px;
}

.cbs-forgot-password-popup .cbs-fp-error {
	padding: 10px 20px;
    border-top: 5px solid #DF2222;
    color: #DF2222;
    background: #d5d5d5;
    margin-bottom: 25px;
}

.cbs-forgot-password-popup .cbs-loading-container {
	background: #23262fc7;
	border-radius: 24px;
}


.cbs-forgot-password-popup .cbs-popup-success {
	padding: 20px
}

.csb-login-container.mobile-display {
	background-image:url("https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/mobile-bg.png");
	background-repeat: no-repeat;
	background-size:contain;
}

.mobile-display .csb-login-header {
   padding: 60px 40px 20px 40px;
}
.mobile-display .csb-login-banner {
	background: linear-gradient(180.35deg, #000000 -35.66%, rgba(35, 38, 47, 0) 120.22%);
    border-radius: 24px 24px 0px 0px;
    padding: 40px 30px;
    background-repeat: no-repeat;
	margin:0px;
	  background: -moz-linear-gradient(180.35deg,  #000000 -35.66%, rgba(35, 38, 47, 0) 100%), url('https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/mobile-login-banner.png') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-35.66%,  #000000),  color-stop(100%,  rgba(35, 38, 47, 0))), url('https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/mobile-login-banner.png') no-repeat;
  background: -webkit-linear-gradient(180.35deg,  #000000 -35.66%, rgba(35, 38, 47, 0) 100%), url('https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/mobile-login-banner.png') no-repeat;
  background: -o-linear-gradient(180.35deg,  #000000 -35.66%, rgba(35, 38, 47, 0) 100%), url('https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/mobile-login-banner.pnga') no-repeat;
  background: -ms-linear-gradient(180.35deg,  #000000 -35.66%, rgba(35, 38, 47, 0) 100%), url('https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/mobile-login-banner.png') no-repeat;
  background: linear-gradient(to bottom, #000000 -35.66%, rgba(35, 38, 47, 0) 100%), url('https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/mobile-login-banner.png') no-repeat;
	background-size: 100%;
    background-color: #23262F;
}

.mobile-display .csb-login-banner h1 {
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FCFCFD;
	margin-bottom: 10px;
}
.mobile-display .csb-login-banner p {
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}
.mobile-display .csb-login-banner ul {
	 list-style-image: none;
	 margin:0px;
}
.mobile-display .csb-login-banner ul li  {
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
	margin: 0;
	padding: 8px 0 10px 30px;
	list-style: none;
	background-image: url("https://rlstaffnew.crewfare.com/wp-content/plugins/crew-staff-groups//assets/checkmark-in-login.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.mobile-display .csb-login-signup-box {
	padding:0px;
}

.login-content {
    background: #23262F;
    margin-top: 0px;
    border-radius: 20px;
}

.login-tabs {
    display: flex;
	margin-bottom: 15px;
}

.login-tabs>* {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C4C4C4;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
	font-family: 'DM Sans';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.single-tab {
    cursor: pointer;
	font-weight: 500;
}
.single-tab.selected {
    border-bottom: 1px solid #6707FD;
	font-weight: 700;
}
.login-form-container #sign-up {
	display:block;
}
.login-form-container #sign-in {
	display:none;
}

.mobile-display .signin-form input {
	border: 2px solid #777E90;
    border-radius: 90px;
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
	padding: 10px 15px;
}

.mobile-display .signin-form input::placeholder {
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.mobile-display .csb-remember-me input[type="checkbox"] {
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    z-index: 999999999999999999;
}

.desktop-display .csb-remember-me input[type="checkbox"] {
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    z-index: 999999999999999999;
}
.remember-me-checkmark{
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    border: 1px solid #777E90;
    position: relative;
    margin-right: 10px;
}
.csb-remember-me input:checked ~ .remember-me-checkmark {
    background: #4FF6B1;
}

.csb-remember-me input:checked ~ .remember-me-checkmark:after {
    display: block;
}
.csb-remember-me .remember-me-checkmark:after {
    left: 5px;
    top:3px;
    width: 3px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.remember-me-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cbs-confirm-popup-message a{
	color: #4FF6B1;
	font-weight: bold;
}

.mobile-display{display:none}
.desktop-display{display:block}
.expirelink-container .signin-form input[type="text"].form-inputs, .expirelink-container .signin-form input[type="email"].form-inputs{
    width: 100%!important;
}
.expirelink-container .csb-login-signup-box {
   max-width: 400px;
}

.csb-login-password-reset-complete {
    max-width: 390px;
    width: calc(100% - 40px);
    color: #fff;
    background: #24262f;
    border-top: 5px solid #4ef6b1;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 25px auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
    justify-content: center;
}

.csb-login-password-reset-complete i {
    font-size: 16px;
    color: #4ef6b1;
}
.csb-login-error-message {
    max-width: 390px;
    width: calc(100% - 40px);
    color: #fff;
    background: #24262f;
    border-top: 5px solid #dc3232;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 25px auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.csb-login-error-message i {
    font-size: 16px;
    color: #dc3232;
}
.login-info-item.user-emial input,
.login-info-item.user-password input{
    margin-top: 8px;
}

@media (max-width:767px){
.desktop-display {display:none}
.mobile-display {display:block}
.cbs-popup-container.cbs-forgot-password-popup {
max-width: 290px;
}
.csb-login-signup-box{
    border-radius:24px 24px 0px 0px;
}
.expirelink-container .csb-login-signup-box {
    margin: 0px 20px;
    box-sizing: border-box;
    border-radius: 24px;
 }
 .expirelink-container .single-tab {
    border: none;
    padding: 20px 0px 0px;
}
.expirelink-container .form-submit button {
    width: 100%;
    margin-top: 20px;
}

/* Password Warning Popup Styles */
.password-warning-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-warning-popup {
    background: #1a1a1a;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: slideIn 0.3s ease-out;
}

.password-warning-popup.urgent {
    border: 2px solid #d63638;
}

.password-warning-popup.warning {
    border: 2px solid #ffb900;
}

.password-warning-popup.info {
    border: 2px solid #0073aa;
}

.password-warning-popup .cbs-popup-header {
    background: #2a2a2a;
    padding: 15px 20px;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.password-warning-popup .cbs-popup-header h3 {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.password-warning-popup .cbs-popup-close {
    color: #999;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.password-warning-popup .cbs-popup-close:hover {
    color: #ffffff;
}

.password-warning-popup .cbs-popup-body {
    padding: 20px;
    text-align: center;
}

.password-warning-popup .warning-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.password-warning-popup .warning-message {
    color: #ffffff;
    margin-bottom: 20px;
}

.password-warning-popup .warning-message p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.password-warning-popup .warning-message strong {
    font-size: 18px;
}

.password-warning-popup.urgent .warning-message strong {
    color: #ff6b6b;
}

.password-warning-popup.warning .warning-message strong {
    color: #ffb900;
}

.password-warning-popup.info .warning-message strong {
    color: #0073aa;
}

.password-warning-popup .warning-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.password-warning-popup .cbs-button {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.password-warning-popup .cbs-button-primary {
    background: #0073aa;
    color: white;
}

.password-warning-popup .cbs-button-primary:hover {
    background: #005a87;
}

.password-warning-popup .cbs-button-secondary {
    background: #666;
    color: white;
}

.password-warning-popup .cbs-button-secondary:hover {
    background: #555;
}

.password-warning-popup.urgent .cbs-button-primary {
    background: #d63638;
}

.password-warning-popup.urgent .cbs-button-primary:hover {
    background: #b32d2e;
}

.password-warning-popup.warning .cbs-button-primary {
    background: #ffb900;
    color: #000;
}

.password-warning-popup.warning .cbs-button-primary:hover {
    background: #e6a600;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .password-warning-popup {
        width: 95%;
        margin: 20px;
    }
    
    .password-warning-popup .warning-actions {
        flex-direction: column;
    }
    
    .password-warning-popup .cbs-button {
        width: 100%;
    }
}

/* Account Lockout Popup Styles */
.lockout-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lockout-message {
    background: #1a1a1a;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: lockoutSlideIn 0.3s ease-out;
}

.lockout-message.user-lockout {
    border: 3px solid #dc3545;
}

.lockout-message.ip-lockout {
    border: 3px solid #fd7e14;
}

.lockout-message .cbs-popup-header {
    background: #2a2a2a;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lockout-message .cbs-popup-header h3 {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.lockout-message .cbs-popup-close {
    color: #999;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.lockout-message .cbs-popup-close:hover {
    color: #ffffff;
}

.lockout-message .cbs-popup-body {
    padding: 20px;
    text-align: center;
}

.lockout-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.lockout-message .lockout-message p {
    color: #ffffff;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

.lockout-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
}

.lockout-info p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #e0e0e0;
}

.lockout-info p:last-child {
    margin-bottom: 0;
}

.lockout-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.lockout-message .cbs-button {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.lockout-message .cbs-button-primary {
    background: #007cba;
    color: white;
}

.lockout-message .cbs-button-primary:hover {
    background: #005a87;
}

.lockout-message .cbs-button-secondary {
    background: #666;
    color: white;
}

.lockout-message .cbs-button-secondary:hover {
    background: #555;
}

.user-lockout .cbs-button-primary {
    background: #dc3545;
}

.user-lockout .cbs-button-primary:hover {
    background: #c82333;
}

.ip-lockout .cbs-button-primary {
    background: #fd7e14;
}

.ip-lockout .cbs-button-primary:hover {
    background: #e8690b;
}

@keyframes lockoutSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Responsive adjustments for lockout popup */
@media (max-width: 600px) {
    .lockout-message {
        width: 95%;
        margin: 20px;
    }
    
    .lockout-actions {
        flex-direction: column;
    }
    
    .lockout-message .cbs-button {
        width: 100%;
    }
}

/* Enhanced Password Reset Styles */
.reset-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}

.reset-info p {
    color: #e0e0e0;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5;
}

.security-notice {
    background: rgba(52, 152, 219, 0.2);
    border: 1px solid #3498db;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    color: #87ceeb;
}

.reset-tips {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.reset-tips h4 {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.reset-tips ul {
    margin: 0;
    padding-left: 20px;
    color: #e0e0e0;
    font-size: 12px;
    line-height: 1.4;
}

.reset-tips li {
    margin-bottom: 5px;
}

/* Rate Limit Warning */
.rate-limit-warning {
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid #ffc107;
    padding: 12px;
    border-radius: 4px;
    margin: 15px 0;
    color: #fff3cd;
    font-size: 13px;
    text-align: center;
}

.rate-limit-warning strong {
    color: #ffeb3b;
}

/* Reset Success Message */
.reset-success {
    background: rgba(40, 167, 69, 0.2);
    border: 1px solid #28a745;
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0;
    color: #d4edda;
    text-align: center;
}

.reset-success .success-icon {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

/* Enhanced Form Styling */
.cbs-form-group {
    margin-bottom: 20px;
}

.cbs-form-group label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.cbs-form-group input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #2a2a2a;
    color: #ffffff;
    font-size: 14px;
    transition: border-color 0.2s;
}

.cbs-form-group input[type="email"]:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.cbs-button {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.cbs-button-primary {
    background: #3498db;
    color: white;
}

.cbs-button-primary:hover {
    background: #2980b9;
}

.cbs-button-primary:disabled {
    background: #666;
    cursor: not-allowed;
}

/* Loading State */
.cbs-button.loading {
    position: relative;
    color: transparent;
}

.cbs-button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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