@charset "utf-8";
/* CSS Document */
.srt-lgp-wrap{
	position: relative;
	min-height: 700px;
}
.srt-lgp-bg-left {
	position: absolute;
	top: 0;
	left: 0;
}
.srt-lgp-bg-left-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 120px;
	background-color: #2a2a2a;
}
.srt-lg-left-glow {
	position: absolute;
	max-height: 52%;
    width: auto;
    top: 28%;
    left: 33%;
}
.srt-lg-left-model {
	position: absolute;
	max-height: 53%;
    width: auto;
    top: 30%;
    left: 54%;
}
.srt-lg-left-logo {
	position: absolute;
    max-height: 10%;
    width: auto;
    top: 88%;
    left: 80%;
    z-index: 100;
}
.srt-lg-left-ms-logo {
	position: absolute;
    max-height: 13%;
    width: auto;
    top: 8%;
    left: 9%;
    z-index: 100;
}
.srt-lg-left-ms-caption {
    position: absolute;
    top: 35.5%;
    left: 9%;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
	font-weight: 200;
}
.srt-lg-left-nqr {
	position: absolute;
	max-height: 15%;
    width: auto;
    top: 63%;
    left: 9%;
}
.srt-lg-left-heading {
    position: absolute;
    top: 29%;
    left: 19%;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    transform-origin: center;
    transform: scaleX(1.2) scaleY(1.4);
    color: #D4678A;
    font-weight: 300;
}
.srt-lg-left-sub-text {
	position: absolute;
    top: 47%;
    left: 19%;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    transform-origin: center;
    transform: scaleX(1.2) scaleY(1.4);
    color: #ffffff;
    font-weight: 500;
}
.srt-lg-left-highlight {
	position: absolute;
    top: 50.5%;
    left: 19%;
    font-family: "Manrope", sans-serif;
    font-size: 31px;
    transform-origin: center;
    transform: scaleX(1.2) scaleY(1.4);
    color: #ae542f;
    font-weight: 500;
}
.srt-lg-footer-t1 {
	font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 8%;
    left: 9%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: fit-content;
	text-transform: uppercase;
}
.srt-lg-footer-osico-img {
    position: absolute;
    bottom: 3.5%;
    left: 9%;
    max-height: 5%;
    width: auto;
}
.srt-lg-footer-t2 {
	font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 11%;
    left: 80%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: fit-content;
    text-transform: uppercase;
}
.srt-lg-footer-t3 {
	font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 1%;
    left: 65%;
    color: #bf9a56;
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
    width: fit-content;
    text-transform: uppercase;
}
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a;
    padding: 20px;
}*/

.srt-lg-form-wrapper {
    max-width: 100%;
    margin: 0 auto;
	/*padding: 20px;*/
}

.srt-lg-form-container {
    background-color: #2a2a2a;
    border-radius: 0;
    overflow: hidden;
	margin-top: 0%;
	/*padding: 15px;*/
}



/* Tab Navigation Styles - Override Bootstrap defaults */
.srt-lg-form-tabs {
    border-bottom: none !important;
    display: flex;
}

.srt-lg-form-tabs .nav-item {
    flex: 1;
}

.srt-lg-form-tabs .srt-lg-form-tab-item {
    flex: 1;
}

/* Higher specificity to override Bootstrap .nav-tabs .nav-link.active */
.srt-lg-form-tabs .nav-link.srt-lg-form-tab-link {
    width: 100%;
    padding: 20px !important;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
    background-color: #ae542f !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
}

.srt-lg-form-tabs .nav-link.srt-lg-form-tab-link:hover {
    background-color: #9d4b29 !important;
    color: #ffffff !important;
}

.srt-lg-form-tabs .nav-link.srt-lg-form-tab-link.active {
    background-color: #84455a !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

.srt-lg-form-tabs .nav-link.srt-lg-form-tab-link:focus {
    outline: none;
    box-shadow: none !important;
}

/* Tab Content Styles */
.srt-lg-form-tab-content {
    background-color: #2a2a2a;
    padding: 30px 25px;
}

.srt-lg-form-tab-pane {
    background-color: #2a2a2a;
}

.srt-lg-form-main {
    width: 100%;
}

/* Form Input Styles */
.srt-lg-form-group {
    margin-bottom: 20px;
}

.srt-lg-form-input {
    width: 100%;
    padding: 8px 20px;
    font-size: 20px;
    background-color: #3a3a3a;
    border: 1px solid #4a4a4a;
    border-radius: 4px;
    color: #999999;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.srt-lg-form-input:focus {
    background-color: #3a3a3a;
    border-color: #666666;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.srt-lg-form-input::placeholder {
    color: #999999;
}

/* Submit and OTP Row */
.srt-lg-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.srt-lg-form-submit-btn {
    flex: 0 0 auto;
    width: 48%;
    padding: 3px 0px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background-color: #f5f5f5;
    color: #1a1a1a;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.srt-lg-form-submit-btn:hover {
    background-color: #e0e0e0;
    color: #1a1a1a;
}

.srt-lg-form-otp-input {
    flex: 1;
    padding: 8px 20px;
    font-size: 14px;
    background-color: transparent;
    border: 2px solid #666666;
    border-radius: 4px;
    color: #999999;
    transition: border-color 0.3s ease;
	max-width: 80%;
	float: right;
}

.srt-lg-form-otp-input:focus {
    background-color: transparent;
    border-color: #888888;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.srt-lg-form-otp-input::placeholder {
    color: #999999;
}

/* Resend OTP Row */
.srt-lg-form-resend-row {
    display: flex;
    align-items: center;
    gap: 15px;
	margin-top: 15px;
    margin-bottom: 20px;
}

.srt-lg-form-timer-input {
    flex: 0 0 auto;
    width: 120px;
    padding: 3px 15px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #666666;
    border-radius: 4px;
    color: #999999;
    text-align: center;
}

.srt-lg-form-timer-input:focus {
    outline: none;
    box-shadow: none;
}

.srt-lg-form-resend-link {
    flex: 1;
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.srt-lg-form-resend-link:hover {
    color: #cccccc;
}

/* Verify Button */
.srt-lg-form-verify-btn {
    width: 40%;
    padding: 5px 20px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background-color: #b87550;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.srt-lg-form-verify-btn:hover {
    background-color: #a66745;
    color: #ffffff;
}

/* Title Section */
.srt-lg-form-categories-title {
    margin: 0;
    padding: 8px 25px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2a2a2a;
    border-bottom: 1px solid #3a3a3a;	
}

/* Categories Grid */
.srt-lg-form-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 25px;
    background-color: #2a2a2a;
}

/* Category Buttons */
.srt-lg-form-category-btn {
    padding: 7px 15px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #1a1a1a;
    color: #666666;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    cursor: not-allowed;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.srt-lg-form-category-btn:disabled {
    background-color: #1a1a1a;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Active state - will be added via jQuery after verification */
.srt-lg-form-category-btn:not(:disabled) {
    background-color: #3a3a3a;
    color: #999999;
    cursor: pointer;
    opacity: 1;
}

.srt-lg-form-category-btn:not(:disabled):hover {
    background-color: #4a4a4a;
    color: #cccccc;
    border-color: #555555;
}

.srt-lg-form-category-btn.srt-lg-form-selected {
    background-color: #5a5a5a !important;
    color: #ffffff !important;
    border-color: #666666 !important;
	font-weight: 300;
}

/* Next Button */
.srt-lg-form-next-btn {
    width: calc(40% - 50px);
    margin: 10px 25px 10px 25px;
    float: right;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #b87550;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.srt-lg-form-next-btn:disabled {
    background-color: #6a4832;
    color: #999999;
    cursor: not-allowed;
    opacity: 0.5;
}

.srt-lg-form-next-btn:not(:disabled):hover {
    background-color: #a66745;
}

/* Notification Styles */
.srt-lg-form-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transform: translateX(400px);
    transition: transform 0.3s ease;
    z-index: 9999;
    max-width: 350px;
}

.srt-lg-form-notification-show {
    transform: translateX(0);
}

.srt-lg-form-notification-success {
    background-color: #4caf50;
}

.srt-lg-form-notification-error {
    background-color: #f44336;
}

.srt-lg-form-notification-warning {
    background-color: #ff9800;
}

.srt-lg-form-notification-info {
    background-color: #2196f3;
}

/* ============================================================================
   LOGIN FORM - VERIFIED USER STYLES
   ============================================================================ */

/* Verified input styling */
.srt-verified-input {
    background-color: rgba(42, 58, 42, 0.5) !important;
    border: 1px solid #4ade80 !important;
}

/* Hide OTP elements when user is verified */
body.srt-user-verified .srt-lg-form-submit-btn,
body.srt-user-verified .srt-lg-form-verify-btn,
body.srt-user-verified .srt-lg-form-resend-row,
body.srt-user-verified .srt-lg-form-otp-input {
    display: none !important;
}

body.srt-user-verified .srt-lg-form-otp-input {
    display: none !important;
}

/* Hide elements with class */
.srt-hidden-verified {
    display: none !important;
}

/* Verified badge styling */
.srt-verified-badge {
    background: linear-gradient(135deg, #2a5a2a 0%, #1a4a1a 100%);
    color: #4ade80;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #3a7a3a;
    box-shadow: 0 4px 8px rgba(74, 222, 128, 0.2);
}

.srt-verified-badge-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.srt-verified-badge svg {
    flex-shrink: 0;
}

/* Edit button styling */
.srt-edit-credentials-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #4ade80;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.srt-edit-credentials-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #4ade80;
    transform: scale(1.05);
}

.srt-edit-credentials-btn svg {
    width: 16px;
    height: 16px;
}




/* Responsive Design */
@media (max-width: 576px) {
    .srt-lg-form-tabs .nav-link.srt-lg-form-tab-link {
        font-size: 12px !important;
        padding: 15px 10px !important;
    }

    .srt-lg-form-tab-content {
        padding: 20px 15px;
    }

    .srt-lg-form-row {
        flex-direction: column;
    }

    .srt-lg-form-submit-btn {
        width: 100%;
    }

    .srt-lg-form-resend-row {
        flex-direction: column;
        align-items: stretch;
    }

    .srt-lg-form-timer-input {
        width: 100%;
    }
	.srt-lg-form-categories-title {
        font-size: 14px;
        padding: 15px 20px;
    }

    .srt-lg-form-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 20px;
    }

    .srt-lg-form-category-btn {
        padding: 18px 12px;
        font-size: 12px;
    }

    .srt-lg-form-next-btn {
        width: calc(100% - 40px);
        margin: 0 20px 20px 20px;
    }
}
@media (max-width: 400px) {
    .srt-lg-form-categories-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1250px) and (max-width: 1366px) { 
	.srt-login-modal-width {
		/*width: 80%;*/
		margin: 0 auto;
	}
	.srt-lg-left-glow {
		position: absolute;
		max-height: 52%;
		width: auto;
		top: 31%;
        left: 38%;
	}
	.srt-lg-left-model {
		position: absolute;
		max-height: 53%;
		width: auto;
		top: 30%;
		left: 59%;
	}
	.srt-lgp-wrap {
		position: relative;
		min-height: 600px;
	}
	.srt-lg-form-input {
		padding: 4px 20px;
		font-size: 17px;
		font-weight: 300;
	}
	.srt-lg-form-otp-input {
		padding: 6px 20px;
		font-size: 14px;
		max-width: 80%;
		float: right;
	}
	.srt-lg-form-submit-btn {    
		width: 82%;
		padding: 4px 0px;
		font-size: 18px;
	}
	.srt-lg-form-timer-input {		
		padding: 3px 15px;
		font-size: 15px;		
	}
	.srt-lg-form-verify-btn {
		width: 40%;
		padding: 4px 0px;
		font-size: 18px;		
	}
	.srt-lg-form-resend-row {		
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.srt-lg-form-category-btn {
    	padding: 3px 15px;
		font-size: 19px;
	}
}
