
.chat_title {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt}
.chat_message {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.chat_timestamp {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
.bold {font-weight: bold;}
.italics {font-style: italic;}
.alert {
	font-weight: bold; 
	color:#FFFFFF;
	background-color:#FF0000;
}

input.red_btn{
   font-family: Arial, Sans-Serif;
   font-size: 10px;
   color:#FFFFFF;
   font-weight:bold;
   background-color:#990000;
   border:2px solid;
   border-top-color:#FFCCCC;
   border-left-color:#FFCCCC;
   border-right-color:#330000;
   border-bottom-color:#330000;
}
input.green_btn{
   font-family: Arial, Sans-Serif;
   font-size: 10px;
   color:#FFFFFF;
   font-weight:bold;
   background-color:#009900;
   border:2px solid;
   border-top-color:#CCFFCC;
   border-left-color:#CCFFCC;
   border-right-color:#003300;
   border-bottom-color:#003300;
}
input.blue_btn{
   font-family: Arial, Sans-Serif;
   font-size: 10px;
   color:#FFFFFF;
   font-weight:bold;
   background-color:#000099;
   border:2px solid;
   border-top-color:#CCCCFF;
   border-left-color:#CCCCFF;
   border-right-color:#000033;
   border-bottom-color:#000033;
}
textarea.chat_window {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    margin-bottom: 3px;
    padding: 2px;
    border: solid 1px #000066;
}
td.chat_window {
    border:2px solid #000000;
	padding: 5px;
	vertical-align: top;
/*
	background-image: url("../images/VICIchat_powered_logo.png");
	background-repeat: no-repeat;
	background-position: bottom 5px right 25px;
*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,0) 50%, rgba(222,222,222,0) 50%, rgba(222,222,222,1) 100%); 
}
input.form_field {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin-bottom: 3px;
    padding: 2px;
    border: solid 1px #000066;
}
textarea.form_field {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin-bottom: 3px;
    padding: 2px;
    border: solid 1px #000066;
}
select.form_field {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin-bottom: 3px;
    padding: 2px;
    border: solid 1px #000066;
} 
div.logo_container {
	width: 123px;
	height: 30px;
	position: absolute bottom left;
	/* text-align: center;             
	background: rgb(0, 150, 0); /* Fall-back for browsers that don't support rgba 
	background: rgba(0, 150, 0, .5); */
}
img.small_logo {
    max-width:123px;
    max-height:30px;
    width:auto;
    height:auto;
}

/* ============================================================
   OTP Auth Page — Standalone Page Design (customer_chat_code_dubai.php)
   ============================================================ */

/* Page-level reset for the auth popup */
html.otp-html, html.otp-html body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body.otp-page-body {
    background: #eef1f5;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 24px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Card wrapper */
.otp-card {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    width: 100%;
    max-width: 460px;
    overflow: hidden;
}

/* Branded header */
.otp-card-header {
    background: #2b6cb0;
    background: -webkit-linear-gradient(135deg, #2b6cb0 0%, #3a8fd1 100%);
    background: linear-gradient(135deg, #2b6cb0 0%, #3a8fd1 100%);
    color: #fff;
    padding: 24px 26px 22px;
    text-align: center;
    position: relative;
}
.otp-card-header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255,255,255,0.15);
}
.otp-card-header .otp-header-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 10px;
    border: 2px solid rgba(255,255,255,0.3);
}
.otp-card-header h2 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
}
.otp-card-header p {
    margin: 0;
    font-size: 12px;
    color: rgba(255,255,255,0.82);
    line-height: 1.4;
}

/* Card body */
.otp-card-body {
    padding: 22px 28px 20px;
}

/* Step indicator */
.otp-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 16px;
}
.otp-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.otp-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 12px;
    left: calc(50% + 15px);
    width: calc(100% - 30px);
    height: 2px;
    background: #dde4ec;
}
.otp-step:not(:last-child).otp-done::after  { background: #5cb85c; }
.otp-step:not(:last-child).otp-active::after { background: #3a8fd1; }
.otp-step-bubble {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #dde4ec;
    color: #aaa;
    font-size: 11px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border: 2px solid #dde4ec;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.otp-step.otp-active .otp-step-bubble {
    background: #337ab7;
    color: #fff;
    border-color: #337ab7;
    -webkit-box-shadow: 0 0 0 3px rgba(51,122,183,0.18);
    box-shadow: 0 0 0 3px rgba(51,122,183,0.18);
}
.otp-step.otp-done .otp-step-bubble {
    background: #5cb85c;
    color: #fff;
    border-color: #5cb85c;
}
.otp-step-label {
    font-size: 9px;
    color: #bbb;
    margin-top: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.otp-step.otp-active .otp-step-label { color: #337ab7; }
.otp-step.otp-done  .otp-step-label  { color: #5cb85c; }

/* OTP digit inputs */
.otp-digit-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 6px;
}
.otp-digit {
    width: 44px;
    height: 52px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #2b6cb0;
    border: 2px solid #dde4ec;
    border-radius: 6px;
    background: #f8fafc;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset;
}
.otp-digit:focus {
    border-color: #337ab7;
    background: #fff;
    -webkit-box-shadow: 0 0 0 3px rgba(51,122,183,0.18);
    box-shadow: 0 0 0 3px rgba(51,122,183,0.18);
}
.otp-digit.otp-filled {
    border-color: #337ab7;
    background: #eef6ff;
    color: #2b6cb0;
}
.otp-digit.otp-error {
    border-color: #d9534f;
    background: #fff5f5;
    color: #d9534f;
}
.otp-input-error {
    border-color: #d9534f !important;
    -webkit-box-shadow: 0 0 0 3px rgba(217,83,79,0.14) !important;
    box-shadow: 0 0 0 3px rgba(217,83,79,0.14) !important;
}

/* Countdown timer */
.otp-timer {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 14px;
}
.otp-timer .timer-val { font-weight: 700; color: #e67e22; }
.otp-timer .timer-val.otp-urgent { color: #d9534f; }
.otp-timer-expired { text-align: center; color: #d9534f; font-weight: 600; }

/* Info note */
.otp-info-note {
    background: #eef6ff;
    border-left: 4px solid #337ab7;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 12px;
    color: #2b5e96;
    margin-bottom: 16px;
    line-height: 1.5;
}

/* OTP page alerts — !important needed to beat global .alert{background:#FF0000} in this file */
.otp-card-body .alert {
    font-weight: 600 !important;
    border: 1px solid transparent !important;
    margin-bottom: 10px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
}
.otp-card-body .alert-danger {
    color: #8a2d2f !important;
    background-color: #fceaea !important;
    border-color: #f5c7c8 !important;
}
.otp-card-body .alert-success {
    color: #276737 !important;
    background-color: #edf7ef !important;
    border-color: #b8dfc3 !important;
}

/* Footer action links */
.otp-footer-links {
    text-align: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f0f3f7;
}
.otp-footer-links .otp-resend-row {
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
}
.otp-footer-links .btn-link {
    font-size: 13px;
    padding: 0;
    color: #337ab7;
}
.otp-footer-links .btn-link.otp-link-muted {
    font-size: 12px;
    color: #bbb;
}

/* OTP field group — custom class avoids Bootstrap/theme float collisions */
.otp-field-group {
    margin-bottom: 20px;
}
.otp-field-label {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    color: #8a97a8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.otp-field-help {
    display: block;
    float: none;
    clear: both;
    font-size: 11px;
    color: #b0b8c4;
    margin-top: 5px;
}
/* OTP digit label (centered) */
.otp-otp-label {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #8a97a8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form input focus override */
.otp-card-body .form-control:focus {
    border-color: #337ab7;
    -webkit-box-shadow: 0 0 0 3px rgba(51,122,183,0.14);
    box-shadow: 0 0 0 3px rgba(51,122,183,0.14);
    outline: none;
}

/* Full-width submit button */
.otp-card-body .btn-otp-submit {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border-radius: 4px;
    margin-top: 8px;
}
