﻿body {background:url(../images/bg.png) top repeat-x; background-color:#666; margin:0px; padding:0px;}
.header {top repeat-x; height:124px; background-color: #ffffff;}
#logInfo {right top no-repeat; width:655px; padding:20px; font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#1b72ba;}
#logInfo a {color:#f69f35; font-weight:bold;}
.mainContent {border:1px solid #CCC; background:url(../images/bgMain.gif) top repeat-x; padding:20px; text-align:left; background-color:#FFF;}
.footer {color:#fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; padding:10px; border:1px solid #262626; text-align:center; background-color:#333}
.leftShadow {background:url(../images/Lshad.png) left repeat-y; width:14px;}
.rightShadow {background:url(../images/Rshad.png) left repeat-y; width:14px;}
#loginForm {font-family:Arial, Helvetica, sans-serif; color:#006699; font-size:12px; font-weight:bold;}
#loginForm h2 {font-size:14px; text-decoration:underline; margin:0px; padding:0px;}
#loginForm .fieldAttrib {border:1px solid #ccc; height:22px; width:150px;}
#loginForm a {font-size:11px; color:#333; font-weight:normal;}
#loginForm .remember {color:#666; font-size:11px; font-weight:bold;}
.loginPanel {background:url(../images/loginPanelBg.gif); background-size: 369px 250px; width:369px; height:250px; margin:25px; text-align:left;}
.regPanel {width:502px; padding-top:0px; margin:10px; border:0px solid #e5e5e5; background:url(../images/bgReg.gif) top no-repeat; height:266px;}
.contactHeading {display:block; margin:0px; padding:10px; font-size:14px; text-decoration:underline; color:#333; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;}
.contactRegHeader { background-color:#FFF; border:1px solid #ccc; border-bottom:0px #999 solid;}
.companyName {font-family:Arial, Helvetica, sans-serif; font-size:18px;  font-weight:bold; color:#666;}
#loginForm .fieldAttribReg {border:1px solid #ccc; height:22px; width:190px;}


.cs-btn, .cs-button {
    border: 2px solid;
    display: inline-block;
    padding: 5px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    font-family: 'Segoe UI',Arial,Tahoma, Verdana, Segoe, sans-serif;
    font-size:13px;
    font-weight:500;
}

 .cs-btn:hover {
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
 }

.cs-btn, .cs-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    user-select: none
}

.cs-disabled, .cs-btn:disabled, .cs-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.cs-disabled *, :disabled * {
    pointer-events: none
}

.cs-btn.cs-disabled:hover, .cs-btn:disabled:hover {
    box-shadow: none
}

.cs-blue {
    color: #fff !important;
    background-color: #24a8e0 !important;
    border-color: #30a1d1;
}

.cs-pink {
    color: #fff !important;
    background-color: #b953a0 !important;
    border-color: #b953a0;
}

.cs-darkblue {
    color: #fff !important;
    background-color: #1e537b !important;
    border-color: #1e537b;
}

.cs-orange {
    color: #fff !important;
    background-color: #dd7d08 !important;
    border-color: #dd7d08;
}

.cs-green {
    color: #fff !important;
    background-color: #40a549 !important;
    border-color: #40a549;
}

.cs-red {
    color: #fff !important;
    background-color: #eb5160 !important;
    border-color: #eb5160;
}

.cs-pink:hover {
    color: #fff !important;
    background-color: #a3438b !important;
    border-color: #6d2c5d;
}


.cs-blue:hover {
    color: #fff !important;
    background-color: #1d95c9 !important;
    border-color: #136386;
}

.cs-green:hover {
    color: #fff !important;
    background-color: #328139 !important;
    border-color: #245c28;
}

.cs-orange:hover {
    color: #fff !important;
    background-color: #ac6206 !important;
    border-color: #7b4604;
}

.cs-darkblue:hover {
    color: #fff !important;
    background-color: #143752 !important;
    border-color: #0f293e;
}

.cs-red:hover {
    color: #fff !important;
    background-color: #e73244 !important;
    border-color: #cd182a;
}

/*.cs-button:hover {
    color: #fff !important;
    background-color: #1d95c9 !important
}
*/

.cs-tooltip {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
}

    .cs-tooltip .top {
        min-width: 200px;
        top: -20px;
        left: 50%;
        transform: translate(-50%, -100%);
        padding: 10px 20px;
        color: #444444;
        background-color: #EEEEEE;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        display: none;
    }

    .cs-tooltip:hover .top {
        display: block;
    }

    .cs-tooltip .top i {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        height: 12px;
        overflow: hidden;
    }

        .cs-tooltip .top i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            transform: translate(-50%,-50%) rotate(45deg);
            background-color: #EEEEEE;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        }

    .cs-tooltip .bottom {
        min-width: 200px;
        /*max-width:400px;*/
        top: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 20px;
        color: #666666;
        background-color: #EEEEEE;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        display: none;
    }

    .cs-tooltip:hover .bottom {
        display: block;
    }

    .cs-tooltip .bottom img {
        width: 400px;
    }

    .cs-tooltip .bottom i {
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        height: 12px;
        overflow: hidden;
    }

        .cs-tooltip .bottom i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            transform: translate(-50%,50%) rotate(45deg);
            background-color: #EEEEEE;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        }



.contact-assigned-group {
    background-color: #d0e7f8;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    color: #005ba1;
    padding: 1px;
    border: 1px solid;
    border-color: #d0e7f8;
}


.contact-assigned-group:hover {
    background-color: #d0e7f8;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    color: #005ba1;
    padding: 1px;
    border: 1px solid;
    border-color: #7abaeb;
}

[class*='close-'] {
    color: #005ba1 !important;
    font: 13px/100% arial, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 10px;
}

.close-thik:after {
    content: '✖'; /* UTF-8 symbol */
}

.close-thik:hover {
    content: '✖'; /* UTF-8 symbol */
    background-color: #7abaeb !important;
}

.demo-warning {
    border: 1px solid;
    /*    width: 550px;*/
    border-radius: 4px;
    padding: 8px;
    background-color: #fff3cd;
    border-color: #ffecb5;
    margin-bottom: 10px;
    width: fit-content;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

 .demo-warning:before {
     content: "\f06a";
     color: #f0c22c !important;
     margin-right: .5rem !important;
 }

.card-container {
    background-color: aqua !important;
    border-radius:0px!important;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6 !important;
    display: block;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: block;
}

.past-due-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    width: 60% !important;
}

.display-col-1 {
    display: flex;
    flex-direction: column;
    line-height: 2px;
}

.short-links a {
    color: #e6e6e6!important;
}

.company-name span {
    color: #e6e6e6 !important;
}


.joint-session-status {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 12px;
    font-size: 0.688rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

    .joint-session-status.waiting,
    .joint-session-status.online {
        background-color: rgba(0, 150, 136, 0.25); /* soft teal bg */
        color: #00796b; /* strong teal text */
    }

    .joint-session-status.waiting-for-customer {
        background-color: rgba(255, 152, 0, 0.25); /* soft orange bg */
        color: #e65100;
    }

    .joint-session-status.started {
        background-color: rgba(76, 175, 80, 0.25); /* soft green bg */
        color: #2e7d32; /* strong green text */
    }

    .joint-session-status.ended {
        background-color: rgba(120, 144, 156, 0.15); /* cool gray bg */
        color: #455a64; /* slate-gray text */
    }

    .joint-session-status.expired {
        background-color: rgba(156, 39, 176, 0.15); /* soft purple bg */
        color: #6a1b9a; /* deep purple text */
    }

    .joint-session-status.canceled {
        background-color: rgba(244, 67, 54, 0.25); /* soft red bg */
        color: #c62828; /* deep red text */
    }

    .joint-session-status:hover {
        opacity: 0.85;
        transition: opacity 0.2s ease-in-out;
    }


.joint-session-status .dot {
    width: 10px;
    height: 10px;
    background-color: #00c853;
    border-radius: 50%;
    margin-right: 8px;
    animation: blink 1s infinite;
}

.joint-session-status-indicator {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 128, 0, 0.15);
    color: #0a0;
    font-size: 0.688rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    z-index: 1000;
}



@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.joint-session-btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    min-width:55px;
    border: none;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-join {
    background-color: rgba(76, 175, 80, 0.15);
    color: #2e7d32;
    border: 1px solid rgba(76, 175, 80, 0.4);
}

    .btn-join:hover {
        background-color: #43a047;
        transform: scale(1.03);
        color: #fff;
    }


.btn-reject {
    background-color: rgba(244, 67, 54, 0.15);
    color: #c62828;
    border: 1px solid rgba(244, 67, 54, 0.4);
}

    .btn-reject:hover {
        background-color: #d32f2f;
        transform: scale(1.03);
        color: #fff;
    }

.btn-end-session {
    background-color: rgba(244, 67, 54, 0.15);
    color: #c62828;
    border: 1px solid rgba(244, 67, 54, 0.4);
}

.btn-end-session:hover {
    background-color: #d32f2f;
    transform: scale(1.03);
    color: #fff;
}


.joint-session-btn-action:disabled,
.joint-session-btn-action.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
}

.notif-btn-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
}


.toast {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.star-rating {
    display: inline-flex;
    font-size: 16px;
    color: #dddddd;
}

 .star-rating span {
     cursor: default;
 }

.star-rating[data-rating="1"] span:nth-child(-n+1),
.star-rating[data-rating="2"] span:nth-child(-n+2),
.star-rating[data-rating="3"] span:nth-child(-n+3),
.star-rating[data-rating="4"] span:nth-child(-n+4),
.star-rating[data-rating="5"] span:nth-child(-n+5) {
    color: #f5b301; 
}

.logout-session-alert-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    font-family: 'Segoe UI',Arial,Tahoma, Verdana, Segoe, sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}


.logout-session-alert-box.show {
    opacity: 1;
    visibility: visible;
}

#idleCountdown {
    font-weight: bold;
}

.logout-session-alert-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 350px;
    width: 80%;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.logout-session-alert-content button {
    margin-top: 10px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

.logout-session-alert-content button:hover {
    background-color: #0056b3;
}