﻿@font-face {
    font-family: "SFPro";
    src: url("/fonts/SF-Pro-Text-Medium.otf") format("truetype");
}

@font-face {
    font-family: "SFProBold";
    src: url("/fonts/SF-Pro-Text-Bold.otf") format("truetype");
}

body {
    font-family: SFPro, Arial, sans-serif;
    font-size: 13px;
}

.font-bold {
    font-family: SFProBold;
}

.font-size-15 {
    font-size: 15px
}

table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

#btnBoxComp {
    background: url("/Images/Chatbot.svg");
}

.cssChatBox {
    width: 50px;
    height: 50px;
    /* background-color: green; */
    position: fixed;
    bottom: 44px;
    right: 25px;
}

.cssBtnChatBox {
    width: 60px;
    height: 60px;
    border: 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 2025;
}

.cssBtnChatBoxButton {
    width: 200px;
    height: 60px;
    border-radius: 100px;
    background-color: #1c80ce;
    position: fixed;
    bottom: 0px;
    right: 60px;
    user-select: none;
    cursor: pointer;
    outline: none;
    z-index: 2025;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 20px 0px;
}

.iconbtn {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    font-size: 24px;
    margin: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    fill: currentColor;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
}

.cssDivBoxChat {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 380px;
    height: 580px;
    display: none;
    background-color: #fff;
    overflow: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    z-index: 1500;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .cssDivBoxChat * {
        box-sizing: initial !important;
    }

.cssHeaderBox {
    height: 50px;
    position: relative;
    border-top: 6px solid #1c80ce;
    opacity: 0.9;
    background-color: #f9f9f9;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.cssNameBox {
    margin: 0 auto auto 20px;
    display: block;
    font: 15px/50px 'SFProBold';
}

    .cssNameBox span {
        font-size: 15px;
        color: #000000;
    }

.cssCloseBoxChat {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background-image: url(/Images/cross.svg)
}

.cssHideBoxChat {
    position: absolute;
    right: 50px;
    top: 18px;
    display: inline-block;
    cursor: pointer;
}

.cssCloseBoxChat:hover {
    cursor: pointer;
}

.cssHistoryBox {
    height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cssChatText {
    border: none;
    border-radius: 3px;
    padding: 8px;
    width: 80%;
    margin: 15px 5px 0 5px;
    float: left;
    background-color: transparent;
    color: #000000;
}

    .cssChatText:focus {
        outline: none;
    }

.box-send-message {
    background-color: #F4F8F9;
    height: 54px;
    border-top: solid 1px lightgrey;
}

.cssSendMsgChat {
    height: 30px;
    width: 30px;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.cssBoxMsgContainer {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    /* min-height: 50px; */
    /* border: solid yellow; */
}

.paddingbottom {
    padding-bottom: 20px;
}

.cssBoxChatName {
    float: right;
    min-height: 20px;
    padding: 0 5px;
}

.cssBoxChatMsg2 {
    float: left;
    width: 70%;
    padding: 5px;
    background-color: orange;
    border-radius: 6px;
    min-height: 20px;
    font-size: 14px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.hrLineChat {
    background: #e9e9e9;
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    margin: 5px 0;
    min-height: 1px;
    float: left;
    width: 100%;
}

.cssBoxContainer {
    float: left;
    width: 75%;
}

.cssBoxContainer_Bot {
    float: left;
    width: 320px;
}

.box-topquestion ul {
    padding-left: 25px !important;
}

.box-topquestion a {
    font-size: 12px;
}

.cssBoxChatMsg1 {
    float: right;
    width: 50%;
    padding: 12px;
    background-color: #3788F6;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 20px;
    font: 13px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    color: #ffffff;
}

.cssBoxChatMsg12 {
    float: right;
    width: 50%;
    padding: 10px;
    background-color: #1c80ce;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 12px;
    min-height: 20px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    color: #ffffff;
    margin-right: 20px;
}

    .cssBoxChatMsg12 p.box-content-message {
        padding: 0;
        margin-top: 0;
        border-radius: 0;
        background-color: #1c80ce;
        color: #ffffff;
    }


.cssBoxChatMsg1 p.box-content-message {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    background-color: #3788F6;
}

.cssBoxChatMsg_cont {
    float: left;
    width: 100%;
    min-height: 20px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    color: #000000;
}

p.box-content-message {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #F4F8F9;
    margin-bottom: 0;
    padding: 12px;
}

.button-group {
    border-left: 1px #F4F8F9 solid;
    border-right: 1px #F4F8F9 solid;
    border-bottom: 1px #F4F8F9 solid;
    border-bottom-right-radius: 16px;
}

/*style for image open - start*/

.cssBoxChatImg_cont {
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    width: auto;
    height: 100%;
}

    .cssBoxChatImg_cont:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.liveChat_img_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.cssDivBoxChat .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.cssDivBoxChat .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close_spanClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close_spanClose:hover,
    .close_spanClose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/*style for image open - end*/

.box-content-message.message-has-button {
    border-bottom-right-radius: 0;
}

.btnQuesStyle {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    border: 0;
    border-top: 1px #F4F8F9 solid;
    background-color: #ffffff;
    color: #3788F6;
    cursor: pointer;
}

    .btnQuesStyle:hover {
        background-color: lightgrey;
    }

#rec-btn {
    padding: 8px 5px;
    margin-top: 15px;
    float: left;
}

@media (max-width: 350px) {
    .cssDivBoxChat {
        width: 100%;
    }

    .cssHistoryBox {
        width: 100%;
    }
}

.mask-disconnect-livechat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

    .mask-disconnect-livechat button {
        border-radius: 4px;
    }

.livechat_loading {
    margin: 0px auto;
    z-index: 2001;
    border: 5px solid #fff;
    border-radius: 50%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 50px;
    height: 50px;
    -webkit-animation: loading-spin 0.7s linear infinite;
    animation: loading-spin 0.7s linear infinite;
}

@-webkit-keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.carousel-image {
    height: 140px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .carousel-image img.cssBoxChatImg_cont {
        position: absolute;
    }

    .carousel-image img {
        width: 100%;
        height: 100%;
    }

/* The Modal (background) */
.dm-overlay-slide {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}

#reconnect-livechat {
    z-index: 2001;
    display: none;
    position: fixed;
    height: 100%;
    align-items: center;
}

    #reconnect-livechat .modal-dialog {
        width: 100%;
    }

    /* Modal Content */
    #reconnect-livechat .modal-content {
        position: relative;
        background-color: transparent;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 90%;
        max-height: 100%;
        overflow: hidden;
        border: 0;
        display: flex;
        align-content: center;
        justify-content: center;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.my-slides {
    text-align: center;
}

    .my-slides img {
        max-width: 100%;
        opacity: 1;
        position: inherit;
        border-radius: 8px;
        height: 100%;
        width: auto;
    }

        .my-slides img.cssBoxChatImg_cont:hover {
            opacity: 1;
        }

.nav-button__controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

#btn-previous:after {
    border-top: 2px black solid;
    border-left: 2px black solid;
    transform: rotate(-45deg);
    left: 11px;
}

#btn-next:after {
    border-top: 2px black solid;
    border-right: 2px black solid;
    transform: rotate(45deg);
    right: 11px;
}

#btn-previous:after, #btn-next:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 11px;
}

#btn-previous, #btn-next {
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
}

#btn-previous {
    left: 0;
}

#btn-next {
    right: 0;
}

#reconnect-livechat .btn-close-modal {
    position: fixed;
    top: 10px;
    right: 30px;
    font-size: 50px;
    border: 0;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

#reconnect-livechat .modal-body {
    margin: 0 50px;
    display: flex;
    justify-content: center;
}

.transition-transform-slide {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 0.5s;
}

@-webkit-keyframes slide {
    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide {
    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1;
    }
}

.carousel-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 280px;
}

    .carousel-box .content {
        margin: 0;
        padding: 0;
    }

        .carousel-box .content .item {
            margin: 0;
            padding: 0;
            width: 100%;
            position: absolute;
            top: 300px;
        }

            .carousel-box .content .item.current {
                top: 0px;
            }

    .carousel-box .nav-button .prev:after, .carousel-box .nav-button .next:after {
        content: '';
        width: 8px;
        height: 8px;
        display: inline-block;
        position: absolute;
        top: 11px;
    }

    .carousel-box .nav-button .prev::after {
        border-top: 2px black solid;
        border-left: 2px black solid;
        transform: rotate(-45deg);
        left: 11px;
    }

    .carousel-box .nav-button .next:after {
        border-top: 2px black solid;
        border-right: 2px black solid;
        transform: rotate(45deg);
        right: 11px;
    }

    .carousel-box .nav-button {
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .carousel-box .nav-button .prev, .carousel-box .nav-button .next {
            background-color: #ffffff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 0;
            padding: 0;
            z-index: 2;
            position: absolute;
            top: 40%;
            cursor: pointer;
        }

        .carousel-box .nav-button .prev {
            left: 0;
        }

        .carousel-box .nav-button .next {
            right: 0;
        }

.cssBoxChatImg_cont.image-message {
    height: 140px;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

    .rating label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        cursor: pointer;
    }

        .rating label:last-child {
            position: static;
        }

        .rating label:nth-child(1) {
            z-index: 5;
        }

        .rating label:nth-child(2) {
            z-index: 4;
        }

        .rating label:nth-child(3) {
            z-index: 3;
        }

        .rating label:nth-child(4) {
            z-index: 2;
        }

        .rating label:nth-child(5) {
            z-index: 1;
        }

        .rating label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .rating label .icon {
            float: left;
            color: transparent;
        }

        .rating label:last-child .icon {
            color: #E5E5E5;
        }

    .rating:not(:hover) label input:checked ~ .icon,
    .rating:hover label:hover input ~ .icon {
        color: #F37021;
    }

    .rating label input:focus:not(:checked) ~ .icon:last-child {
        color: #E5E5E5;
        text-shadow: 0 0 5px #F37021;
    }

.btn {
    min-width: 100px;
}

.rowbot {
    float: left;
    width: 100%;
    text-align: center;
}

.spacerow {
    margin-bottom: 13px;
}

.fptcolor {
    color: #1c80ce;
}

.recapcha-text {
    width: 255px;
    margin: auto;
}

.recapcha-active {
    width: 300px;
    margin: auto;
}

.banner {
    width: 292px;
    margin: auto;
    margin-top: 10px;
}

.bold-color {
    color: #000000;
}

#btnAccept {
    width: 100%;
    background-color: #1c80ce;
    height: 40px;
    color: #ffffff;
    font-size: 15px;
    font-family: SFProBold;
    padding: 5px 0px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

    #btnAccept:hover {
        background-color: #0860a5;
    }

.btn-fpt {
    background-color: #1c80ce;
    color: #ffffff;
    font-size: 15px;
    font-family: SFProBold;
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 3px;
    padding: 0;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

    .btn-fpt:hover {
        background-color: #0860a5;
        color: #ffffff;
    }

.fpt-backgroundcolor {
    background-color: #1c80ce;
}

.text-color {
    color: #ffffff;
}

.box-topquestion {
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 0px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 15px;
}

    .box-topquestion li {
        color: #1c80ce;
    }

        .box-topquestion li a {
            color: #1c80ce;
        }

    .box-topquestion li {
        margin-bottom: 5px;
    }

.cssBoxMsgContainer p {
    padding: 10px 0px;
    margin: 0px 10px;
}

.col-20 {
    width: 20%;
}

.col-80 {
    width: 80%;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

#formSurvey {
    margin: auto !important;
    margin-top: 30px !important;
}

.margin-top-15 {
    margin-top: 15px;
}

.fixedimg {
    margin-left: 140px;
    margin-top: -70px;
}

.headerImg {
    width: 90%;
    margin-left: 5%;
}

.feedbackArea {
    width: 254px;
    margin: auto;
}

.capchaborder {
    height: 10px;
    border-bottom: 1px solid black;
    width: 70%;
    margin-left: 15%;
}

.feedback_Text {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: 40px;
}

.feedback_btn {
    width: 150px;
    font-weight: bold;
    text-transform: uppercase;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.carousel-size {
    width: 300px;
    height: 160px !important;
}

.carousel-change-size {
    width: 48px;
    height: 48px;
    margin-top: 95px;
}

.carousel-control {
    width: auto !important;
}

.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0px 10px;
}

.navigation {
    margin: 20px 0px;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
    display: block;
    background-color: transparent;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
}

    /* add hover behaviour */
    .mainmenu a:hover {
        color: #52b3ff;
    }

/* when hovering over a .mainmenu item, display the submenu inside it. We're changing the submenu's max-height from 0 to 200px;*/

/*We now overwrite the background-color for .submenu links only. CSS reads down the page, so code at the bottom will overwrite the code at the top.*/
.submenu a {
    background-color: transparent;
    color: #444;
    font-size: 11px;
    font-weight: normal;
}

    /* hover behaviour for links inside .submenu */
    .submenu a:hover {
        background-color: #1c80ce;
        color: #fff;
    }

/* this is the initial state of all submenus. We set it to max-height: 0, and hide the overflowed content.*/
.submenu {
    overflow: hidden;
    display: none;
    -webkit-transition: all 0.5s ease-out;
}

a.on + .submenu {
    display: block;
}
/* The magic */
a.off + .submenu {
    display: none;
}

.not-active {
    cursor: pointer;
    text-transform: uppercase;
}

.role {
    margin-top: 20px;
}

.submenu .active {
    background-color: #00ad50;
    color: #fff;
}

    .submenu .active a {
        color: #fff;
    }

#myCarousel {
    border: 1px solid #e3e3e3;
    background-color: lightgray;
    border-radius: 15px;
}

.carousel-control.left {
    background-image: none !important;
    height: 200px;
}

.carousel-control.right {
    background-image: none !important;
    height: 200px;
}

.progress {
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    text-align: center !important;
    box-shadow: none !important;
    overflow: visible;
    border-radius: 10px;
    padding-top: 10px;
}

.box {
    float: left !important;
    height: 14px !important;
    width: 14px !important;
    text-align: center !important;
}

.progress span {
    transition: all 2s ease;
    background: #1c80ce;
    height: 7px;
    width: 7px;
    display: inline-block;
    border-radius: 7px;
    animation: wave 1.5s ease infinite;
    margin: auto;
}

.progress .box:nth-child(1) span {
    animation-delay: 0s;
}

.progress .box:nth-child(2) span {
    animation-delay: 0.5s;
}

.progress .box:nth-child(3) span {
    animation-delay: 1s;
}

@keyframes wave {
    10%,30% {
        height: 20px;
        width: 20px;
        display: inline-block;
        border-radius: 10px;
    }

    30%,100% {
        background: #1c80ce;
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 10px;
    }
}
