
.chart-all {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 99999999;
    cursor: pointer;
}

    .chart-all img {
        width: 65px;
    }

#common-msg {
    position: fixed;
    right: 30px;
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 39px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 8px rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

    #common-msg.is_visable {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        min-height: auto;
        bottom: 85px;
        z-index: 99999;
    }

    #common-msg h3 {
        background: #016fc5;
        color: #fff;
        margin: 0 auto;
        font-size: 19px;
        padding: 15px 20px;
        border-radius: 10px 10px 0 0;
        float: none;
    }

    #common-msg::after {
        position: absolute;
        content: "";
        right: 18px;
        bottom: -8px;
        border-top: 10px solid #fff;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
    }

.chat-image {
    text-align: center;
    margin: 5px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0 15px;
}

.chat-box .fa.fa-envelope {
   /* color: #016fc5;
    margin-right: 8px;
    font-size: 20px;*/
}

.chat-content h5 {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: normal;
}

.chat-content {
    padding: 0 15px;
    text-align: left;
}

    .chat-content a {
        cursor: pointer;
    }


.chat-image img {
    margin-right: 6px;
}

.preview-content {
    padding: 15px;
    overflow: auto;
    max-height: 500px;
}

.chat-bot-box {
    position: fixed;
    right: 30px;
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 39px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 8px rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

    .chat-bot-box.is_visable {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        min-height: 40%;
        bottom: 85px;
    }

    .chat-bot-box h3 {
        background: #016fc5;
        color: #fff;
        margin: 0 auto;
        font-size: 19px;
        padding: 15px 20px;
        border-radius: 7px 7px 0 0;
    }

.chat-box-content {
    padding: 15px;
}

.chat-bot-box::after {
    position: absolute;
    content: "";
    right: 18px;
    bottom: -8px;
    border-top: 10px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.chat-box-content h2 {
    margin: 0 0 9px 0;
    font-size: 20px;
    background: #fff;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 13%);
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
}

.chat-box-content p {
    margin: 0 0 9px 0;
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 13%);
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
}

.chat-box-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .chat-box-content ul li a {
        color: #fff;
        display: inline-block;
        padding: 7px 18px;
        margin-bottom: 8px;
        border-radius: 5px;
        background: rgb(4,160,224);
        background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
        font-weight: 700;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

.chat-box-footer {
    margin: 0 15px;
    margin-bottom: 14px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 2px 7px;
}

    .chat-box-footer .form-control {
        border: none;
        height: auto;
        color: #666;
    }

        .chat-box-footer .form-control:focus {
            outline: none;
        }

span.chat-back {
    position: relative;
    cursor: pointer;
}

    span.chat-back .fa {
        font-size: 23px !important;
        width: auto !important;
        float: none;
        margin-right: 11px !important;
    }

span.chat-mini {
    cursor: pointer;
}

.btn-chatbox {
    position: absolute;
    right: 0;
    top: 6px;
    background: none;
    border: none;
}

.req-sep {
    background: #efefef;
    color: #3b3b3b;
    font-size: 14px;
    padding: 6px 18px;
    margin: 0 0 10px 0;
}

.chat-box-content h5 {
    color: #666;
    margin: 0 0 9px 0;
}

    .chat-box-content h5 strong {
        color: #000;
    }

.chat-box-content .form-group label {
    margin: 0 5px 0 0;
    font-size: 16px;
}

.chat-box-content .form-group select {
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #716e6e;
}

    .chat-box-content .form-group select:focus {
        outline: none;
    }

.chat-box-content .form-group input[type="text"] {
    width: 100%;
    border-bottom: 2px solid #716e6e;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #000;
}

    .chat-box-content .form-group input[type="text"]:-moz-placeholder {
        color: #000;
        font-size: 15px;
        font-weight: 700;
    }

    .chat-box-content .form-group input[type="text"]::-webkit-input-placeholder {
        color: #000;
        font-size: 15px;
        font-weight: 700;
    }

    .chat-box-content .form-group input[type="text"]:focus {
        outline: none;
    }

.chat-box-content span {
    color: #666;
    margin: 27px 0 5px 0;
    display: block;
}

.chat-content-emoji h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0 9px 0;
}

.chat-content-emoji {
    padding: 0 15px;
}

div#div2 {
    margin-top: 20px;
}

#emoji-part {
    margin-top: 8px;
    margin-bottom: 5px;
}

.radoi-list {
    margin-bottom: 6px;
}

#emoji-part ul li a {
    display: block;
    position: relative;
}

    #emoji-part ul li a input[type="radio"] {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 99;
        cursor: pointer;
        margin: 0;
    }

#emoji-part ul li img {
    width: 63px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 2px;
    border-radius: 3px;
}

#emoji-part ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    #emoji-part ul li {
        flex: 25%;
    }

button.yes-btn {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 6px 21px;
    border-radius: 4px;
    margin: 10px 0px 10px 0;
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    font-weight: 600;
}

button.no-btn {
    border: none;
    color: #04a0e0;
    font-size: 16px;
    padding: 5px 21px;
    border-radius: 4px;
    margin: 2px 7px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #04a0e0;
}

.chat-image strong {
    font-size: 20px;
}

.disclaimer-box .chat-image strong {
    color: #f7b608;
}

.success-box .chat-image strong {
    color: #3bd519;
}

.error-box .chat-image strong {
    color: #e12828;
}

.application-rate .chat-content {
    padding: 15px;
    text-align: center;
}

    .application-rate .chat-content ul li img {
        width: 27px;
    }

    .application-rate .chat-content ul li {
        flex: 1;
    }

    .application-rate .chat-content ul {
        padding: 0;
        list-style: none;
        display: flex;
    }

    .application-rate .chat-content p {
        margin: 14px 0 16px 0;
    }

.application-rate .yes-btn {
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 4px 19px;
    border-radius: 3px;
    margin: 2px 0px;
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
}

.application-rate .yes-btn1 {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 4px 19px;
    border-radius: 3px;
    margin: 2px 0px;
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    margin-bottom: 8px;
    display: inline-block;
}

.application-rate .no-btn1 {
    border: #2885ce 1px solid;
    color: #2885ce;
    font-size: 13px;
    padding: 4px 19px;
    border-radius: 3px;
    margin: 2px 0px;
    background: rgb(4,160,224);
    display: inline-block;
    background: #fff;
}

#arbelic-language .chat-image strong {
    font-size: 20px;
    color: #016fc5;
}

#arbelic-language .chat-box-content h5 {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
}

#uae-login strong {
    color: #016fc5;
}


#togglerightpanel {
    position: fixed;
    right: 30px;
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 39px;
    width: 480px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 8px rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

#togglerightpanel-calculator {
    position: fixed;
    right: 30px;
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 8px rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    width: 480px;
    z-index: 99999;
}

    #togglerightpanel-calculator.is_visable1 {
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        height: 85%;
        bottom: 85px;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

#togglerightpanel.is_visable {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 85%;
    bottom: 85px;
}

#togglerightpanelHowToApply {
    position: fixed;
    right: 30px;
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 8px rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    width: 480px;
    z-index: 99999;
}

    #togglerightpanelHowToApply.is_visable {
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        height: 65%;
        bottom: 85px;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.logo-provider img {
    width: 172px;
}

.logo-provider {
    margin-top: 6px;
}

.ui-timepicker-container {
    z-index: 99999 !important;
}

.Timepicker span.input-group-addon, .Datepicker span.input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    pointer-events: none;
    width: 45px;
    height: 100%;
    border-left: 1px solid #ccc;
    bottom: 0;
    margin: 0;
}

.Timepicker .input-group, .Datepicker .input-group {
    width: 100%;
}

.Timepicker span.input-group-addon i, .Datepicker span.input-group-addon i {
    position: relative;
    top: 4px;
}

.chat-image i.fa.fa-envelope-o {
    color: #0091ff;
    font-size: 20px;
    margin-right: 14px;
}

p#errorid_phone {
    position: relative;
    box-shadow: none;
    padding: 0;
}
