 /* font awswm issue fix */

 @font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

/* __________  */


.clientlogo img {
    max-height: 40px;
    max-width: 134px;
    width: auto;
}

#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
  /*For tab*/
        /* Style the tab */
        .tab {
            overflow: hidden;
            border: 0px solid #cf0;
            background-color: #0000;
            border-top: 1px solid #ddd;
            padding-top: 4px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 3px;
            -webkit-box-shadow: 0px 14px 5px 0px rgb(219 215 219);
            -moz-box-shadow: 0px 14px 5px 0px rgba(219, 215, 219, 1);
            box-shadow: 0px 5px 5px 0px rgb(219 215 219 / 40%);
        }

        /* Style the buttons inside the tab */
        .tab button,.tab_link {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            border: 1px solid #ddd;
            transition: 0.3s;
            width: 36px;
            height: 35px;
            border-radius: 26px;
            font-size: 25px;
            cursor: pointer;
             margin-right: 35px;
        }
        .tab_link i{
            font-size: 22px;
            color: #000;
               margin: 6px 6px;
        }

        .chat-tab {
            margin-right: 34%;
        }

        .call-tab {
            margin: 0px 10px;
        }

        .schedule-tab {
            margin: 0px 10px;
        }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ccc;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: var(--bannerColor);
        }

        /**/

        input#wisdom {
            padding: 4px;
            font-family: var(--mainFont);
            font-size: 12px;
            width: 80% !important;
        }

        input::placeholder {
            color: #ccc6;
            font-style: italic;
        }

        input::selection {
            background: #0000; /* WebKit/Blink Browsers */
        }

        input::-moz-selection {
            background: #0000; /* Gecko Browsers */
        }

        img.userImage {
            margin: 4px 4px 4px 300px;
            float: right;
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

        img.quiitsImage {
            margin: 4px 300px 4px -4px;
            float: left;
            width: 42;
            height: 42;
        }


        a.lexLink {
            margin: 4px;
            padding: 2px 3px 2px 10px;
            border-radius: 10px;
            text-align: left;
            /* min-width: 50%;*/
            max-width: 85%;
            float: left;
            color: var(--bannerColor);
            border-color: var(--bannerColor);
            border-width: 1;
            border-style: solid;
            font-family: var(--mainFont);
            font-size: 12px;
            cursor: pointer;
            text-decoration: none;
        }

        p.userRequestFirst {
            margin: 4px;
            padding: 10px 10px 10px 10px;
            border-radius: 2px 10px 10px 10px;
            color: #121212;
            min-width: 50%;
            max-width: 85%;
            float: left;
            font-family: var(--mainFont);
            /*background-color: #E7EEF5;*/
            background-color: #ddd;
            font-size: 14px;
            margin-bottom: 15px;
        }

        p.userRequest {
            margin: 4px;
            padding: 10px 10px 10px 10px;
            border-radius: 10px;
            color: #121212;
            min-width: 50%;
            max-width: 85%;
            float: left;
            font-family: var(--mainFont);
            background-color: #E7EEF5;
            font-size: 14px;
        }

        p.lexResponseFirst {
            margin: 4px;
            padding: 10px 10px 10px 10px;
            border-radius: 10px 2px 10px 10px;
            text-align: justify;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            word-wrap: break-word;
        }

        p.lexResponse {
            margin: 4px;
            padding: 10px 10px 10px 10px;
            border-radius: 10px;
            text-align: left;
            min-width: 50%;
            max-width: 85%;
            float: right;
            background-color: var(--bannerColor);
            /*font-family: var(--mainFont);*/
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
        }

        p.chat_status {
            margin: 4px;
            padding: 10px 10px 10px 10px;
            border-radius: 10px;
            text-align: right;
            min-width: 50%;
            max-width: 85%;
            float: right;
            color: #888;
            /*background-color: var(--bannerColor);*/
            font-family: var(--mainFont);
            font-size: 12px;
        }

        p.callTexts {
            padding: 0px 0px 0px 0px;
            text-align: center;
            width: 100%;
            color: var(--bannerColor);
            font-family: var(--mainFont);
            font-size: 14px;
        }

        p.lexError {
            margin: 4px;
            padding: 10px 10px 10px 10px;
            border-radius: 10px 2px 10px 10px;
            text-align: right;
            min-width: 50%;
            max-width: 85%;
            float: right;
            color: #121212;
            background-color: #E7EEF5;
            font-family: var(--mainFont);
        }

        button.lexOption {
            /*margin: 4px;*/
            margin: 8px 10px;
            padding: 2px 10px 2px 10px;
            border-radius: 10px;
            /*text-align: left;*/
            text-align: center;
            /*min-width: 50%;*/
            /*max-width: 85%;*/
            /*float: left;*/
            float: right;
            /*color: var(--bannerColor);*/
            /*border-color: var(--bannerColor);*/

            border-color: #ddd;
            border-width: 1;
            border-style: solid;
            font-family: var(--mainFont);
            font-size: 12px;
            cursor: pointer;
            /*width: 46%;*/
            width: 92%;
            min-height: 40px;
            background: inherit;
        }

        button.lexOption:hover {
            background: #fff;
            color: var(--bannerColor);
        }

        input.lexEnter {
            margin: 4px 0px 4px 4px;
            height: 36px;
            padding: 2px 10px 2px 10px;
            border-radius: 5px 0px 0px 5px;
            text-align: left;
            /*min-width: 50%;*/
            max-width: 85%;
            float: left;
            color: var(--bannerColor);
            border-color: var(--bannerColor);
            border-width: 1;
            border-style: solid;
            font-family: var(--mainFont);
            font-size: 12px;
        }

        button.lexDone {
            margin: 4px 4px 4px 0px;
            height: 36px;
            /*padding: 2px 10px 2px 10px;*/
            border-radius: 0px 5px 5px 0px;
            text-align: central;
            /*min-width: 50%;*/
            width: 36px;
            float: left;
            color: #fff;
            border-color: var(--bannerColor);
            border-width: 1;
            border-style: solid;
            font-family: var(--mainFont);
            font-size: 12px;
            cursor: pointer;
            background-color: var(--bannerColor);
        }


        input.callEnter {
            margin: 4px 0px 4px 0px;
            height: 36px;
            padding: 2px 10px 2px 10px;
            border-radius: 0px 0px 0px 0px;
            text-align: left;
            width: 180px;
            float: left;
            color: #000;
            border-color: #000;
            border-width: 1 1 1 0;
            border-style: solid;
            font-family: var(--mainFont);
            font-size: 12px;
        }

        button.callDone {
            margin: 4px 3px 4px 0px;
            height: 36px;
            /*padding: 2px 10px 2px 10px;*/
            border-radius: 0px 5px 5px 0px;
            text-align: central;
            /*min-width: 50%;*/
            width: 36px;
            float: left;
            color: #fff;
            border-color: #000;
            border-width: 1;
            border-style: solid;
            font-family: var(--mainFont);
            font-size: 12px;
            cursor: pointer;
            background-color: #000;
        }

        button.callCode {
            margin: 4px 0px 4px 0px;
            height: 36px;
            /*padding: 2px 10px 2px 10px;*/
            border-radius: 5px 0px 0px 5px;
            text-align: central;
            width: 46px;
            float: left;
            color: #000;
            border-color: #000;
            border-width: 1 0 1 1;
            border-style: solid;
            font-family: var(--mainFont);
            font-size: 12px;
            cursor: pointer;
            background-color: #fff;
        }

        .lexInput {
            margin: 4px;
            padding: 2px 10px 2px 10px;
        }

        img.custom-logo {
            float: left;
            width: 60;
            height: 60;
        }

        h3.headingxx {
            float: left;
            margin: 4px;
            padding: 6px 2px 2px 2px;
            width: 70px;
            height: 30px;
            color: #fff;
            font-size: 16px;
        }

        .Center {
            /*background-color:#f00;*/
            width: 100%;
        }

        .intl-tel-input {
            margin-left: 10px;
        }

        input[type=submit] {
            background: url(https://office.fuhs.co.uk/assets/profileicon.png);
            /*border: 0;*/
            /*display: block;*/
            height: 30;
            width: 30;
        }

        .right-chat {
            background: #fff;
            color: #000;
            display: block;
            float: right;
            padding: 5px 2px;
            border-radius: 10px;
            margin: 0px 5px;
            max-width: 250px;
            margin-bottom: 10px;
            position: relative;
            border: 1px solid #ddd;
            text-align: justify;
        }

        .pagination-next, .pagination-prev {

            padding: 2px 7px;
            top: 50%;
            cursor: pointer;
            font-size: 16px;
            font-family: monospace;
            color: blue;
        }

        .pagination-next {
            right: -15px;
            float: right;
        }

        .pagination-prev {
            left: -24px;
            float: left;
        }

        .have_item, .free_space {
            background: var(--bannerColor);
        }

        .have_item {
            cursor: pointer;
        }
         .dot {
            width: 40px;
            height: 8px;
            margin: 0 2px;

            border-radius: 50%;
            animation: typing 1.5s infinite ease-in-out;
        }

        .dot:nth-child(1) {
            animation-delay: 0s;
        }

        .dot:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

        @keyframes typing {
            0% { opacity: 0.3; transform: translateY(0px); }
            50% { opacity: 1; transform: translateY(-5px); }
            100% { opacity: 0.3; transform: translateY(0px); }
        }
    
        #rc-imageselect, .g-recaptcha {
            transform: scale(0.77);
            -webkit-transform: scale(0.77);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
        }

        

        .client_logo_class {
            border-radius: 50%;
        }

        .modal-container {
            width: 90% !important;
            margin: 0 !important;
            position: fixed;
            bottom: 0;
        }

        .main_tab li.active a, .main_tab li:hover a {
            /* color: #fff !important;*/
            color: var(--textColor) ! important;
        }

        .main_tab li a {
            color: inherit !important;
        }

        .main_tab ul {
            background: #ddd;
        }

        #callme #callmeMain {
            background-color: var(--bannerColor) ! important;
        }
    

        #rc-imageselect {
            transform: scale(0.77);
            -webkit-transform: scale(0.77);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
        }

        @media screen and (max-height: 575px) {
            #rc-imageselect, .g-recaptcha {
                transform: scale(0.77);
                -webkit-transform: scale(0.77);
                transform-origin: 0 0;
                -webkit-transform-origin: 0 0;
            }
        }
        .selected-dial-code {
            padding-left: 25 !important;
        }

        .full_width {
            width: 100% ! important;
        }

        /*table view*/
        ::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #236FB0;;
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .filter_wrap {
            text-align: right;
            font-size: 12px;
            margin-top: -25px;
            margin-bottom: 10px;
            color: #fff;
        }

        .filter_wrap span {
            margin: 0 5px;
            cursor: pointer;
            background: #236FB0;
            padding: 2px 5px;
        }

        .filter_wrap span.active {
            font-weight: bold;
            background: #fff;
            color: #000;
        }

        .data_week_view {
            -webkit-box-shadow: 0px -5px 5px 0px rgb(221 221 221);
            -moz-box-shadow: 0px -5px 5px 0px rgba(221, 221, 221, 1);
            box-shadow: 0px -5px 5px 0px rgb(221 221 221);
            padding: 8px 5px;
            max-height: 120px;
            overflow: hidden;
            margin-top: 15px;

        }

        .data_week_view:hover {
            overflow-y: auto;
        }

        .data_week_view span {
            border: 1px solid #ddd;
            padding: 5px 15px;
            margin: 5px 5px;
            font-size: 12px;
            cursor: pointer;
            float: left;
            width: 44px;
            text-align: center;
        }

        .month_year_select h4 {
            text-align: center;
            margin: 10px 0;
        }

        .month_year_select::-webkit-scrollbar {
            width: 5px;
            height: 5px;
        }

        .week_view {
            border-collapse: collapse;
        }

        #conversation {
            overflow-x: hidden;
        }

        .week_view tr td:first-child, .week_view tr th:first-child {
            /* background: #e6e8e9;*/
        }

        .week_view th {
            /* background:#ddd;*/
        }

        .week_view th span {
            width: 100%;
            display: block;
        }

        .week_view td, .week_view th {
            font-size: 10px;
            border: 1px solid #ddd;
            height: 40px;
            min-width: 36px;
            text-align: center;
            color: #fff;
        }

        .large-width {
            max-width: 280px;
            height: 300px;
            overflow: hidden;
            padding: 5px 15px;
        }

        .large-width:hover {
            overflow: auto;
        }

        .no_item, .filled_space {
            background: #8f8d8d;
        }

        .week_head {
            text-align: center;

            margin-top: -5px;
            padding-top: 12px;

        }

        .doctor_profile {
            text-align: center;
            cursor: pointer;
            position: relative;
            background: #040404;
            padding: 44px 2px;
            margin: 20px 8px;
            color: #fff;
            margin-top: 40px;
        }

        .doctor_profile img {
            position: absolute;
            top: -28px;
            left: 39%;
            width: 50px;
            background: #fff;
            border-radius: 50px;
        }

        .doctor_profile h4 {
            margin-top: 3px;

        }

        .doctor_profile p {

            margin: -15px 5px 0 5px;
            font-size: 12px;
            text-align: center;
            font-style: italic;
        }

        .help_text {
            font-size: 10px;

            margin-left: 5px;
            float: left;
            margin-right: 5px;
        }

        .filled_space, .free_space {
            width: 15px;
            height: 15px;
            display: block;
            float: left;

        }

        .help_area {
            text-align: right;
            margin-bottom: 10px;
            display: inline-block;
        }

        .calendar_pagination_next, .calendar_pagination_prev {
            position: absolute;
            top: 54px;
            font-size: 16px;
            font-family: monospace;
            color: blue;
            cursor: pointer;
        }

        .calendar_pagination_next {
            right: 3px;
        }

        .calendar_pagination_prev {
            left: 10px;
        }


        .whilte_week_view ul {
            white-space: nowrap;
            list-style: none;
            max-width: 100%;
            overflow: hidden;
            padding: 5px 0;
            margin: 5px 0;
        }

        .whilte_week_view ul:hover {
            overflow-x: scroll;
        }

        .whilte_week_view ul li {
            display: inline-block;
            border: 1px solid #ddd;
            padding: 5px 15px;
            margin: 0 5px;
            width: 30px;
            clear: both;
            cursor: pointer;
            font-size: 18px;
        }

        .whilte_week_view ul li.disabled {
            background: #ddd;
            cursor: not-allowed;
        }

        .whilte_week_view ul li.active, .whilte_week_view ul li:hover {
            background: #000;
            color: #fff;
            font-size: 24px;
        }


        .whilte_week_view ul li span {
            width: 100%;
            text-align: center;
            display: block;
            margin-bottom: 2px;
        }

        .data_week_view p {
            font-size: 12px;
            font-weight: bold;
        }

        .day_span {
            font-size: 12px;
        }

        .date_span {

            font-weight: bold;
            margin-top: 5px;
        }

        .month_year_select select {
            width: 48%;
            height: 30px;
            border-color: #ddd;
            border-radius: 5px;
            margin-left: 5px;
        }
        .form-group label {
            width: 100%;
            display: inline-block;
            font-size: 14px;
            margin-bottom: 4px;
            margin-top: 3px;
        }

        .form-group input {
            height: 36px;
            width: 100%;
            max-width: 230px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
        }

        .form-group button {
            width: 100%;
            max-width: 230px;
            height: 40px;
            background: var(--bannerColor);
            color: var(--textColor);
            margin-top: 20px;
            border: 0;
            cursor: pointer;
        }

        #user_data_call {
            padding: 15px;
        }
        .dial_pad_icon{
            position: absolute;
            top: 0;
            right: 4px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;

        }
        .dial_pad{
            position: absolute;
            right: 2px;
            width: 200px;
            background: #ffffff;
            padding-inline-start: 0;
            padding: 10px 0;
            top: 18px;
            z-index: 999;
            border-radius: 15px;
            border: 1px solid #ddd;
        }
        .dial_pad ul{
            list-style: none;
            width: 100%;
            display: block;
            margin-top: 0px;
            padding-inline-start: 0;
        }
        .dial_pad ul li{
            float: left;
            background: #fff;
            border-radius: 50%;
            padding: 16px 10px;
            width: 18%;
            margin-left: 5px;
            margin-top: 7px;
            cursor: pointer;
            border: 1px solid #ddd;
        }
        .dial_pad ul li:hover{
            background: #f1f1f1;
        }
        /*dial pad end*/
        @-webkit-keyframes dot-keyframes {
            0% {
                opacity: 0.4;
                transform: scale(1, 1);
            }
            50% {
                opacity: 1;
                transform: scale(1.2, 1.2);
            }
            100% {
                opacity: 0.4;
                transform: scale(1, 1);
            }
        }

        @keyframes dot-keyframes {
            0% {
                opacity: 0.4;
                transform: scale(1, 1);
            }
            50% {
                opacity: 1;
                transform: scale(1.2, 1.2);
            }
            100% {
                opacity: 0.4;
                transform: scale(1, 1);
            }
        }

        .loading-dots {
            text-align: center;
            width: 100%;
        }

        .red .loading-dots--dot {
            background-color: #898383;
        }

        .green .loading-dots--dot {
            background-color: green;
        }

        .loading-dots--dot {
            -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
            animation: dot-keyframes 1.5s infinite ease-in-out;

            border-radius: 10px;
            display: inline-block;
            height: 10px;
            width: 10px;
            margin: 5px 5px;
            margin-bottom: 15px;
        }

        .loading-dots--dot:nth-child(2) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading-dots--dot:nth-child(3) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .loading-dots--dot:nth-child(4) {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .loading-dots--dot:nth-child(5) {
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

        .loading-dots--dot:nth-child(6) {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }