@font-face {
    font-family: 'Tajawal-Regular';
    src: url('/static/fonts/tajawal/Tajawal-Regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Tajawal-Regular.woff') format('woff'), url('/static/fonts/tajawal/Tajawal-Regular.ttf') format('truetype'), url('/static/fonts/tajawal/Tajawal-Regular.svg#Tajawal-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: font-icons;
    src: url(https://ertaqy.com/content/css/fonts/font-icons.eot) !important;
    src: url(https://ertaqy.com/content/css/fonts/font-icons.eot) format('embedded-opentype') ,url(https://ertaqy.com/content/css/fonts/font-icons.woff) format('woff'),url(https://ertaqy.com/content/css/fonts/font-icons.ttf) format('truetype') !important;
    font-weight: 400;
    font-style: normal
}
#content .ertaqy-support.fixed-icon,
#ertaqy-client-helper,
form,
label {
    font-family: Tajawal-Regular !important;
}

#ertaqy-client-helper form {
    margin-bottom: 0;
}

#ertaqy-client-helper form label {
    margin-top: 10px;
    letter-spacing: 0;
}

#ertaqy-client-helper form .form-control[type="checkbox"] {
    width: auto;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper form label {
    font-size: 12px;
    margin-bottom: 0;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper form label {
    font-size: 14px;
    margin-bottom: 3px;
}

.body-overlay.show {
    z-index: 300;
    opacity: 1;
    cursor: url(../images/icons/close.png) 15 15, default;
    pointer-events: unset;
}

#ertaqy-client-helper::-webkit-scrollbar {
    width: 6px;
}

#ertaqy-client-helper::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#ertaqy-client-helper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#ertaqy-chat-loader {
    display: none;
    position: fixed;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    width: 500px;
    height: 500px;
    z-index: 100010;
    background: url(/static/img/loader.gif) scroll no-repeat 5px 50% transparent;
    transform: scale(0.07);
}

#ertaqy-client-helper-content .row {
    margin-inline: 0;
}

#content .ertaqy-support.fixed-icon {
    position: fixed;
    bottom: 10px;
}

#content .ertaqy-support.fixed-icon,
.ertaqySupportMenu .ertaqySupportOptions .showList {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #7d7d7d;
    border-radius: 50%;
    z-index: 222;
    box-shadow: 0px 1px 4px #bbb;
    cursor: pointer;
    /*transition: all .3s ease-in-out; font-size: 16px;overflow: hidden; */
}

.rtl #content .ertaqy-support.fixed-icon {
    left: 10px;
}

.ltr #content .ertaqy-support.fixed-icon {
    right: 10px;
}

#content .ertaqy-support.fixed-icon i {
    font-size: 24px;
}

#content .ertaqy-support.fixed-icon i.fa-comment-alt-lines,
.ertaqySupportMenu .ertaqySupportOptions .showList i.fa-comment-alt-lines {
    font-size: 25px;
    margin-top: 5px;
}

#content .ertaqy-support.fixed-icon:not(.loading) i.fa-spinner,
#content .ertaqy-support.fixed-icon.loading i.fa-comment-dots,
#content .ertaqy-support.fixed-icon.loading i.fa-comment-alt-lines {
    display: none;
}

#content .ertaqy-support.fixed-icon.loading .fa-headset {
    display: none;
}

#content .ertaqy-support.fixed-icon i.fa-spinner {
    font-size: 25px;
}

#content .ertaqy-support.fixed-icon.loading i.fa-spinner {
    display: inline-block;
    /* margin-top:9px; */
    font-size: 25px;
}


.ertaqySupportMenu {
    position: fixed;
    bottom: 10px;
    z-index: 99;
}

.rtl .ertaqySupportMenu {
    left: 10px;
}

.ltr .ertaqySupportMenu {
    right: 10px;
}

.ertaqySupportMenu .ertaqySupportOptions {
    position: relative;
}

.ertaqySupportMenu .ertaqySupportOptions .showList i {
    font-size: 30px;
}

.ertaqySupportMenu .ertaqySupportOptions .showList i {
    transition: all .8s ease;
}

.ertaqySupportMenu .ertaqySupportOptions .showList.active i:before {
    content: "\f00d";
}

.ertaqySupportMenu .ertaqySupportOptions ul {
    position: absolute;
    bottom: 60px;
    /* display: none; */
    margin: auto;
    width: 165px;
    text-align: center;
    list-style: none;
}

.rtl .ertaqySupportMenu .ertaqySupportOptions ul {
    left: 0px;
}

.ltr .ertaqySupportMenu .ertaqySupportOptions ul {
    right: 0px;
}

.ertaqySupportMenu .ertaqySupportOptions ul li {
    position: relative;
    display: none;
    cursor: pointer;
}

.ertaqySupportMenu .ertaqySupportOptions ul li a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 100%;
    z-index: 1;
    background: linear-gradient(135deg, #c1c1c1 0%, #505050 100%);
    color: #fff;
    font-size: 20px;
}

.ertaqySupportMenu .ertaqySupportOptions ul li.whatsapp-support a {
    font-size: 27px;
    line-height: 52px;
}

.ertaqySupportMenu .ertaqySupportOptions ul li i.fa-spinner,
.ertaqySupportMenu .ertaqySupportOptions ul li.loading i:not(.fa-spinner) {
    display: none;
}

.ertaqySupportMenu .ertaqySupportOptions ul li.loading i.fa-spinner {
    display: inline-block;
    font-size: 25px;
}

.ertaqySupportMenu .ertaqySupportOptions ul li .title {
    position: relative;
    top: 13px;
    width: 110px;
    height: 28px;
    line-height: 28px;
    background-color: #e6e6e6;
    color: #444;
    border-radius: 0 2px 2px 0;
    display: inline-block;
}

.rtl .ertaqySupportMenu .ertaqySupportOptions ul li .title {
    right: 7px;
    float: right;
}

.ltr .ertaqySupportMenu .ertaqySupportOptions ul li .title {
    left: 7px;
    float: left;
}

/* .ertaqy-chat-icon {position: absolute;bottom: 7px;left: 50%;margin-left: -12.5px;font-size: 23px;line-height: 1.4;} */
/* .ertaqy-chat-type-title {font-size: 13px;} */
/* .ertaqy-chat-button, .ertaqy-whatsapp-button, .ertaqy-call-button {position: absolute;left: -160px;width: 120px;padding: 0 10px;margin: 0 5px;transition: all .3s ease;border-radius: 3px;color: #fff;} */
/* .ertaqy-chat-button {background-color: #175497;}
  .ertaqy-whatsapp-button {background-color: #25d366;}
  .ertaqy-call-button {background-color: #333;} */
/* .ertaqy-whatsapp-button a {color: #555 !important} */
#ertaqy-client-helper-footer {
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-footer {
    position: absolute;
    padding: 5px 0;
    font-size: 10px;
    background: #808080;
    border-top: 1px solid #9c9c9c;
}

#ertaqy-client-helper-footer span {
    cursor: default;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-footer span {
    color: #fff;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-footer a {
    color: #fff;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-tabs {
    display: none;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-tabs {
    top: 0;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-tabs {
    bottom: 26px;
}

#ertaqy-client-helper-tabs {
    background: #808080;
    position: absolute;
    width: 100%;
}

#ertaqy-client-helper-tabs button {
    color: #fff;
    padding: 5px;
    background: transparent;
    position: relative;
    display: none;
}

#ertaqy-client-helper-tabs button i {
    display: none;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-tabs button.active:before {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-bottom-color: #808080;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box {
    padding-right: 60px;
}

/* #ertaqy-client-helper .ertaqy-dashboard {padding: 10px;} */
#ertaqy-client-helper .ertaqy-dashboard .feature-box .fbox-icon a {
    position: relative;
    font-size: 25px;
    background: #f1f7ff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box .fbox-icon a i {
    color: #555;
    font-size: 22px;
    line-height: 50px !important;
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box:hover .fbox-icon a:before {
    animation: bulb 1s 1 forwards;
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box .fbox-icon a:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -30px;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 8px solid #555;
    z-index: 0;
    transform: scale(.8);
    opacity: 0;
}

@keyframes bulb {
    0% {
        transform: scale(.8);
        opacity: 0.50;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box:hover .fbox-icon a {
    background: #555;
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box:hover .fbox-icon a i {
    color: #fff !important;
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box h3 {
    letter-spacing: 0;
    cursor: pointer;
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box h3:hover {
    color: #fd8d32
}

#ertaqy-client-helper .ertaqy-dashboard .feature-box p {
    font-size: 14px;
}

#ertaqy-client-helper #content[app-domain="alokab.co"]+.ertaqy-dashboard {
    color: #fe7600;
}

/* .ertaqy-ticket-tabs .ticket-details, .ertaqy-ticket-tabs .sip-call, .ertaqy-ticket-tabs .leave-chat, .ertaqy-ticket-tabs .chat-details {display:none;} */
/* #ertaqy-client-helper #ertaqy-tickets-list {padding:0 5px;} */
#ertaqy-client-helper #ertaqy-tickets-list .table>thead>tr>th,
#ertaqy-client-helper #ertaqy-tickets-list .table>tbody>tr>td {
    font-size: 14px;
}

/* #ertaqy-client-helper #ertaqy-tickets-list .table > thead > tr > th {border-width:1px;background: #f3f3f3;}
  #ertaqy-client-helper #ertaqy-tickets-list .table > thead > tr > th:hover {background:#f3f3f3;cursor:default;} */
/* #ertaqy-client-helper #ertaqy-tickets-list tbody tr td .ticket-view {color:#144a88;} */
/* #ertaqy-client-helper #ertaqy-tickets-list .table > tbody > tr:first-child > td {border-top:0;} */
#ertaqy-client-helper #ertaqy-tickets-list .table>thead>tr>th {
    border-bottom-width: 1px;
}

#ertaqy-client-helper #ertaqy-tickets-list tbody tr:hover {
    background-color: #f8f8f8 !important;
    cursor: pointer;
}

#ertaqy-client-helper #ertaqy-tickets-list tbody tr td .request-details .ticketNo {
    padding: 0 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background: #dedbdb;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 1.4
}

#ertaqy-client-helper #ertaqy-tickets-list tbody tr td .request-details .request-name span,
#ertaqy-client-helper #ertaqy-tickets-list table tbody tr td .reply-details>span {
    padding: 0 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background: #dedbdb;
    font-style: normal;
}

.rtl #ertaqy-client-helper #ertaqy-tickets-list tbody tr td .date-details span:not(:last-child) {
    margin-left: 3px;
}

.ltr #ertaqy-client-helper #ertaqy-tickets-list tbody tr td .date-details span:not(:last-child) {
    margin-right: 3px;
}

#ertaqy-client-helper #ertaqy-tickets-list tbody tr td .date-details .time {
    display: inline-block;
}

.ertaqy-ticket-actions .ertaqy-request-call span:first-of-type {
    position: relative;
}

.ertaqy-ticket-actions .ertaqy-request-call i:first-child,
.ertaqy-ticket-actions .ertaqy-phone-call i:first-child {
    transform: rotate(-230deg);
    position: absolute;
    top: -5px;
    right: -12px;
    font-size: 13px;
}

.ertaqy-ticket-actions .ertaqy-request-call i:nth-child(2) {
    transform: rotate(90deg);
}

.ertaqy-ticket-actions .ertaqy-phone-call i:nth-child(2) {
    transform: rotate(90deg);
}

.ertaqy-ticket-actions .ertaqy-phone-call span {
    position: relative;
}

.ertaqy-ticket-details {
    padding: 5px;
}

.ertaqy-ticket-details p {
    margin-bottom: 10px;
}

.ertaqy-ticket-actions>div {
    text-align: center;
    padding: 8px 0 5px;
    cursor: pointer;
    background: #f7f7f7;
    margin: 5px;
    width: 97px;
    display: inline-block;
}

.ertaqy-ticket-actions>div i {
    display: block;
}

/* .ertaqy-chat-button .chat-icon, .ertaqy-chat-button .live-chat-icon{transition: all .3s ease;} */

/* #content .ertaqy-support.fixed-icon:hover {width: 130px;height: 152px;border-radius: 3px;} */
/* #content .ertaqy-support.fixed-icon:hover .ertaqy-chat-button, #content .ertaqy-support.fixed-icon:hover .ertaqy-whatsapp-button, #content .ertaqy-support.fixed-icon:hover .ertaqy-call-button {left:0px;} */
/* #content .ertaqy-support.fixed-icon:hover .ertaqy-chat-icon{bottom: 1px;} */
/* #content .ertaqy-support.fixed-icon:hover .ertaqy-chat-button .chat-icon{display: none;} */

/* .ertaqy-call-options {padding:10px;}
  .ertaqy-call-options a {display: inline-block;width: calc((100% - 28px) / 3);text-align: center;padding:10px 0;}
  .ertaqy-call-options a:not(:last-child) {margin-left: 10px;}
  .ertaqy-call-options a.active {background:#f1f7ff;}
  .ertaqy-call-options a .title {display: block;font-size: 14px;cursor: pointer;}
  .ertaqy-call-options a i {font-size: 20px;} */

#content[mode="quick"] form {
    padding: 10px;
}

#ertaqy-client-helper-call {
    padding: 5px 10px;
    background: #f5f5f5;
    height: 40px;
    position: relative;
    display: none;
}

#ertaqy-client-helper-call.absolute-mode {
    position: absolute;
    background: #efefef;
    z-index: 1000;
    height: auto;
    width: 100%;
}

/* #ertaqy-client-helper-call > div {display:none;}
  #ertaqy-client-helper-call > div.active {display:block;} */
#ertaqy-client-helper-call .call-options {
    display: none;
    padding: 5px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    transition: display 0.3s;
    /* background-color: #f0f0f0;border: 1px solid #eee;border: 1px solid rgba(0, 0, 0, 0.08);border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-duration: 2s;
      -moz-transition-duration: 2s;
      -o-transition-duration: 2s; */
}

#ertaqy-client-helper-call .call-options button {
    color: #4e4e4e;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0;
}

#ertaqy-client-helper-call .call-options button:hover {
    background: #ddd;
    border-color: #ddd;
}

#ertaqy-client-helper-call .call-options button[value="Unmute"] .fa-microphone-slash,
#ertaqy-client-helper-call .call-options button[value="Mute"] .fa-microphone {
    display: block;
}

#ertaqy-client-helper-call .call-options button[value="Unmute"] .fa-microphone,
#ertaqy-client-helper-call .call-options button[value="Mute"] .fa-microphone-slash {
    display: none;
}

#ertaqy-client-helper-call .call-options button[value="Unmute"] {
    background: #ddd;
}

#ertaqy-client-helper-call .call-options button[value="Resume"] {
    background: #ddd;
}

#ertaqy-client-helper-call .tab-video,
#ertaqy-client-helper-call .div-video {
    width: 100%;
    height: 0px;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

#ertaqy-client-helper-call:not(.absolute-mode) .tab-video,
#ertaqy-client-helper-call .div-video {
    position: absolute;
    top: 40px;
    right: 0;
}

#ertaqy-client-helper-call .label-align {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

#ertaqy-client-helper-call .input-align {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}

#ertaqy-client-helper-call .glass-panel {
    z-index: 10023;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: Gray;
}

#ertaqy-client-helper-call .div-keypad {
    z-index: 99999;
    position: fixed;
    -moz-transition-property: left top;
    -o-transition-property: left top;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

#ertaqy-client-helper-call #SIPmlClient_txtRegStatus {
    display: none;
}

#ertaqy-client-helper-call #SIPmlClient_divCallCtrl #SIPmlClient_txtCallStatus {
    /* width: 100%; */
    direction: ltr;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-right: 35px;
}

#ertaqy-client-helper-call .previewvideo {
    position: absolute;
    width: 88px;
    height: 72px;
    margin-top: -42px;
}

#ertaqy-client-helper-call #content {
    position: relative;
}

#ertaqy-client-helper-call #SIPmlClient_btnRegister {
    position: absolute;
    top: 5px;
    left: 5px;
}

#ertaqy-client-helper-call #SIPmlClient_divBtnCallGroup {
    z-index: 10001;
    margin-left: 10px;
    margin-right: 0;
}

#ertaqy-client-helper-call .dialer-pad {
    padding: 0 30px 15px;
    display: none;
    background: #f5f5f5;
    z-index: 29;
    position: absolute;
    top: 40px;
    width: 100%;
    right: 0;
    border-top: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
}

#ertaqy-client-helper-call .dialer-pad>input {
    width: calc(100% - 20px);
    border: none;
    text-align: center;
    background: transparent;
    margin-bottom: 5px;
    direction: ltr;
}

#ertaqy-client-helper-call .dialer-pad .txtPhoneNumberClear {
    display: none;
    color: #a5a5a5;
    cursor: pointer;
    width: 25px;
    line-height: 2.4;
    font-size: 14px;
}

#ertaqy-client-helper-call .dialer-pad .txtPhoneNumberClear i {
    transform: rotate(180deg);
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad {
    background: #fff;
    box-shadow: 0 1px 4px 0px #00000026;
    width: 100%;
    /* direction: ltr; */
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad table {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad table tr:hover {
    background: transparent !important;
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad table tr td a {
    border-color: #f7f7f7;
    border-radius: 0;
    color: #555 !important;
    padding: 5px 0;
    height: 46px;
    width: calc(100% / 3);
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad table tr td a span {
    display: block;
    font-size: 11px;
    color: #8c8c8c;
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad table tr td a:last-child {
    border-left: none;
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad table tr td a:first-child {
    border-right: none;
}

#ertaqy-client-helper-call #SIPmlClient_divKeyPad table tr td a:hover {
    background: #f5f5f5;
}

#ertaqy-client-helper-call .btn-toolbar {
    /* width: 120px; */
    /* text-align:center; */
    display: inline-block;
    /* margin: 0 auto 10px; */
    float: left;
}

#ertaqy-client-helper-call:not(.absolute-mode) .call-settings {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

#ertaqy-client-helper-call .btn-toolbar button,
#ertaqy-client-helper-call .call-settings button {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #989898;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: display 0.3s ease-in-out;
    margin-right: 3px;
    float: none;
}

#ertaqy-client-helper-call .btn-toolbar button[disabled] {
    background: #ddd;
    cursor: not-allowed;
    /* display:none; */
}

#ertaqy-client-helper-call .btn-toolbar button i {
    transform: scale(-1, 1);
    font-size: 14px;
}

#ertaqy-client-helper-call #SIPmlClient_btnVideo {
    display: none;
}

#ertaqy-client-helper-call #SIPmlClient_btnVideo[value="disabled"] .fa-video {
    display: none;
}

#ertaqy-client-helper-call #SIPmlClient_btnVideo[value="enabled"] .fa-video-slash {
    display: none;
}

#ertaqy-client-helper-call #SIPmlClient_btnAudioCall[disabled] i {
    color: #4a804a;
}

#ertaqy-client-helper-call #SIPmlClient_btnHangUp[disabled] i {
    color: #9c3c37;
}

#ertaqy-client-helper-call #SIPmlClient_btnAudioCall i {
    color: #51a351;
}

#ertaqy-client-helper-call #SIPmlClient_btnHangUp i {
    color: #bd362f;
}

#ertaqy-client-helper-call #SIPmlClient_VideoRemote {
    position: relative;
    border: 1px solid transparent;
    height: 100%;
    width: 100%;
    z-index: auto;
    opacity: 1
}

#ertaqy-client-helper-call #SIPmlClient_video_remote {
    opacity: 0;
    background-color: #000000;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;
}

#ertaqy-client-helper-call #SIPmlClient_VideoLocalWrapper {
    margin-left: 0px;
    border: 0px solid transparent;
    z-index: 1
}

#ertaqy-client-helper-call #SIPmlClient_VideoLocalWrapper iframe {
    border: 0px solid #009;
    z-index: 1
}

#ertaqy-client-helper-call #SIPmlClient_VideoLocal {
    border: 0px solid #009;
    z-index: 1
}

#ertaqy-client-helper-call #SIPmlClient_VideoLocal video {
    opacity: 0;
    background-color: #000000;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;
}

#ertaqy-client-helper-call #SIPmlClient_divScreencastLocalWrapper {
    margin-left: 90px;
    border: 0px solid #009;
    z-index: 1
}

#ertaqy-client-helper-call #SIPmlClient_divScreencastLocalWrapper iframe {
    border: 0px solid #009;
    z-index: 1
}

#ertaqy-client-helper-call #SIPmlClient_divScreencastLocal {
    border: 0px solid #009;
    z-index: 1
}

#ertaqy-client-helper-call #SIPmlClient_divSettings {
    display: none;
    margin-bottom: 20px;
}

#ertaqy-client-helper {
    position: fixed;
    background: #fff;
    z-index: 999;
    display: none;
}

/* #ertaqy-client-helper.ertaqy-chat-slide-up[data-layout="popup"] {bottom: 8px;}
  #ertaqy-client-helper.ertaqy-chat-slide-down[data-layout="popup"] {bottom: -100%;}
  #ertaqy-client-helper.ertaqy-chat-slide-up[data-layout="sidebar"] {bottom: 8px;}
  #ertaqy-client-helper.ertaqy-chat-slide-down[data-layout="sidebar"] {bottom: -100%;} */
#ertaqy-client-helper[data-layout="popup"] {
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 3px;
    bottom: 8px;
    min-height: 156px;
}

.rtl #ertaqy-client-helper[data-layout="popup"] {
    left: 8px;
}

.ltr #ertaqy-client-helper[data-layout="popup"] {
    right: 8px;
}

#ertaqy-client-helper[data-layout="sidebar"] {
    top: 0;
    /* height:100vh;overflow: auto;overflow-x: hidden;box-shadow: 0px 0 4px 0 #5d5d5d82; */
    min-height: 100vh;
    opacity: 0;
    transform: translateX(-300px);
    transition: transform .7s cubic-bezier(.36, .15, .26, .99), opacity .7s cubic-bezier(.36, .15, .26, .99);
}

#ertaqy-client-helper[data-layout="sidebar"].show {
    opacity: 1;
    transform: translateX(0);
}

.rtl #ertaqy-client-helper[data-layout="sidebar"] {
    left: 0;
}

.ltr #ertaqy-client-helper[data-layout="sidebar"] {
    right: 0;
}

#ertaqy-client-helper-content {
    overflow: auto;
    overflow-x: hidden;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-content {
    padding: 15px;
}

/* #ertaqy-client-helper #content {margin-top: 30px;margin: 4px 3px;} */
/* #ertaqy-client-helper #content[call="true"] {margin-top: 70px;} */
#ertaqy-client-helper #content.scroll {
    overflow: auto;
    overflow-x: hidden;
}

#ertaqy-client-helper .ertaqy-call-msg,
#ertaqy-client-helper[data-layout="popup"] .ertaqy-chat-leave,
#ertaqy-client-helper .ertaqy-logout {
    position: absolute;
    top: 50px;
    right: 50%;
    width: 320px;
    margin-right: -160px;
    background: #fff;
    padding: 15px 20px;
    ;
    border-radius: 3px;
    z-index: 3;
}

#ertaqy-client-helper .ertaqy-call-msg p {
    display: inline-block;
}

#ertaqy-client-helper .ertaqy-call-msg .cancel {
    display: none;
    position: absolute;
    top: 0;
    left: 8px;
}

/* .ertaqy-chat-leave .leaveText {font-weight: bold} */
/* .ertaqy-chat-leave .confirmLeaveGroupe, */
.ertaqy-logout .ertaqyLogoutConfirm {
    color: #3c9020;
}

.rtl .ertaqy-chat-leave .confirmLeaveGroupe,
.rtl .ertaqy-logout .ertaqyLogoutConfirm {
    margin-left: 4px;
}

.ltr .ertaqy-chat-leave .confirmLeaveGroupe,
.ltr .ertaqy-logout .ertaqyLogoutConfirm {
    margin-right: 20px;
}

/* .ertaqy-chat-leave .cancelLeaveGroupe, */
.ertaqy-logout .ertaqyLogoutCancel {
    color: #8e2c2c;
}

/* .ertaqy-chat-leave .confirmLeaveGroupe, .ertaqy-chat-leave .cancelLeaveGroupe,  */
.ertaqy-logout .ertaqyLogoutConfirm,
.ertaqy-logout .ertaqyLogoutCancel {
    font-size: 14px;
    cursor: pointer;
}

#ertaqy-client-helper[data-layout="sidebar"] .ertaqy-chat-reopen,
#ertaqy-client-helper[data-layout="sidebar"] .ertaqy-chat-leave,
#ertaqy-client-helper[data-layout="sidebar"] .ertaqy-chat-msg-delete {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50%;
    background: #fff;
    border-radius: 3px;
    z-index: 1061;
    padding: 10px;
    transform: translate(50%, -50%);
}

#ertaqy-client-helper[data-layout="sidebar"] div .action-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

#ertaqy-client-helper[data-layout="popup"] .ertaqy-chat-reopen {
    position: absolute;
    top: 50px;
    right: 9px;
    width: 95%;
    background: #fff;
    border-radius: 3px;
    z-index: 3;
    padding: 10px 0;
}

#ertaqy-client-helper[data-layout="sidebar"] #chat-content .leave-chat {
    position: absolute;
    top: 8px;
    z-index: 3;
    display: none;
}

.rtl #ertaqy-client-helper[data-layout="sidebar"] #chat-content .leave-chat {
    left: 8px;
}

.ltr #ertaqy-client-helper[data-layout="sidebar"] #chat-content .leave-chat {
    right: 8px;
}

/* #ertaqy-client-helper .ertaqy-chat-reopen .reopenBtn {background: #4f7fb3;color: #fff;} */

#ertaqy-client-helper .loading-content>div i {
    margin-right: 3px;
}

#ertaqy-client-helper-overlay {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-overlay {
    background: #00000025;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-overlay {
    background: transparent;
}

#ertaqy-client-helper-loader {
    display: none;
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    width: 500px;
    height: 500px;
    z-index: 100010;
    background: url('/static/img/loader.gif') scroll no-repeat 5px 50% transparent;
    transform: scale(0.07);
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-header {
    height: 30px;
    line-height: 30px;
    background: #808080;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#ertaqy-client-helper[data-layout="sidebar"].fixed-tabs #ertaqy-client-helper-header {
    margin-top: 30px;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-header>div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
}

.rtl #ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-header>div:nth-of-type(1),
#ertaqy-client-helper #ertaqy-client-helper-header>div:nth-of-type(2) {
    padding-left: 0;
}

.ltr #ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-header>div:nth-of-type(1),
.ltr #ertaqy-client-helper #ertaqy-client-helper-header>div:nth-of-type(2) {
    padding-right: 0;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-header>div:nth-of-type(2) {
    text-align: center;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-header .title,
#ertaqy-client-helper #ertaqy-client-helper-header .username {
    font-size: 14px;
    line-height: 30px;
}

#ertaqy-client-helper-header .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header>div:last-of-type {
    display: flex;
    justify-content: space-between;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .header-btns {
    display: flex;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .header-btns button {
    margin-right: 5px;
    height: 30px;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .header-btns button i {
    margin-left: 3px;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-header .title {
    width: calc(100% - 101px);
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .title {
    font-weight: bold;
}

/* #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .back {display: flex;align-items: flex-end;} */
/* #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .back span {margin-left: 5px;line-height: 1;font-family: "Droid Sans", sans-serif;transition: all 0.3s ease;} */
/* #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .back:hover span {margin-left: 10px;} */
/* #ertaqy-client-helper #ertaqy-client-helper-header .top-txt {width: calc(100% - 100px);} */
#ertaqy-client-helper #ertaqy-client-helper-header .username {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.rtl #ertaqy-client-helper #ertaqy-client-helper-header .username i {
    margin-left: 5px;
}

.ltr #ertaqy-client-helper #ertaqy-client-helper-header .username i {
    margin-right: 5px;
}

#ertaqy-client-helper #ertaqy-client-helper-header .topLeft .leave {
    padding: 0 5px 0 10px;
}

#ertaqy-client-helper #ertaqy-client-helper-header .topLeft span {
    font-size: 14px;
    cursor: pointer;
}

#ertaqy-client-helper #ertaqy-client-helper-header .min

/* , .ertaqy-call-bar #ertaqy-client-helper-header .min */
    {
    /*padding: 0 15px;font-size: 25px; font-weight: bold;color:#144a88;*/
    cursor: pointer;
    margin-top: 2px;
}

#ertaqy-client-helper #ertaqy-client-helper-header .logout {
    cursor: pointer;
    padding: 0;
}

.rtl #ertaqy-client-helper #ertaqy-client-helper-header .logout {
    margin-left: 10px;
}

.ltr #ertaqy-client-helper #ertaqy-client-helper-header .logout {
    margin-right: 10px;
}

#ertaqy-client-helper #ertaqy-client-helper-header .logout i {
    transform: rotate(180deg)
}

#ertaqy-client-helper .chat-form form

/* , .ertaqy-call-bar form */
    {
    padding: 0 15px;
    margin-bottom: 15px;
}

#ertaqy-client-helper .chat-form .ertaqy-chat-button,
#ertaqy-client-helper .chat-form .ertaqy-whatsapp-button,
#ertaqy-client-helper .chat-form .ertaqy-call-button {
    position: relative;
    position: unset;
    bottom: unset;
    margin-bottom: 15px;
}

#ertaqy-client-helper .style-msg.errormsg .sb-msg {
    padding: 5px;
}

#ertaqy-client-helper .style-msg.errormsg .sb-msg p {
    margin-bottom: 0;
}

#ertaqy-client-helper .process-steps li a {
    cursor: default;
}

#ertaqy-client-helper .process-steps li.disabled a {
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

#ertaqy-client-helper .process-steps li.disabled a:hover {
    text-shadow: unset;
}

#ertaqy-client-helper .process-steps li.disabled a i {
    color: #fff;
}

#ertaqy-client-helper .process-steps li:not(.disabled).active a,
.process-steps li:not(.disabled).ui-tabs-active a {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

#ertaqy-client-helper .process-steps li a i {
    font-size: 18px;
}

#ertaqy-client-helper .process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
    color: #337ab7;
}

#ertaqy-client-helper .ertaqy-register {
    display: flex;
    flex-direction: column;
}

#ertaqy-client-helper .ertaqy-register form {
    order: 2;
}

#ertaqy-client-helper .ertaqy-register form>div[class$="12"] {
    padding-inline: 0;
}

#ertaqy-client-helper .ertaqy-register .style-msg.errormsg {
    width: 100%;
    margin: 0;
    order: 1;
}

#ertaqy-client-helper .ertaqy-login .style-msg.errormsg {
    margin-bottom: 0;
}

#ertaqy-client-helper .ertaqy-login .style-msg.errormsg .sb-msg {
    margin-top: 10px;
}

#ertaqy-client-helper .ertaqy-chat-passReset {
    padding: 0 15px;
}

#ertaqy-client-helper .ertaqy-register .form-input-desc ul li {
    font-size: 14px;
}

#ertaqy-client-helper .ertaqy-chat-passReset ul {
    margin: 10px 15px 0 0;
    list-style: disc;
    font-size: 13px;
}

#ertaqy-client-helper .ertaqy-chat-passReset form>div {
    padding: 0;
}

#ertaqy-client-helper .ertaqy-chat-passReset form div:first-of-type {
    margin-bottom: 10px !important;
}

.ltr #ertaqy-client-helper .ertaqy-login .forgetPassword {
    float: right;
}

#ertaqy-client-helper .ertaqy-login .new-account,
#ertaqy-client-helper .ertaqy-register .new-account,
#ertaqy-client-helper .ertaqy-chat-passReset .new-account {
    margin-top: 30px;
    padding-block: 15px;
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
}

#ertaqy-client-helper .ertaqy-register .new-account {
    order: 3;
}

#ertaqy-client-helper .ertaqy-login .new-account a,
#ertaqy-client-helper .ertaqy-register .new-account a,
#ertaqy-client-helper .ertaqy-chat-passReset .new-account a {
    cursor: pointer;
    /* color: #1a4488; */
}

#ertaqy-client-helper .ertaqy-login .new-account a:hover,
#ertaqy-client-helper .ertaqy-register .new-account a:hover,
#ertaqy-client-helper .ertaqy-chat-passReset .new-account a:hover {
    text-decoration: underline !important;
}

/* .ertaqy-login .line, .ertaqy-register .line,  */
#ertaqy-client-helper .ertaqy-chat-passReset .line {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    margin: 0px auto 15px;
}


#ertaqy-client-helper #knowledgebase-container .search-form input {
    width: 290px;
    display: inline-block;
}

#ertaqy-client-helper #knowledgebase-container {
    padding: 10px;
}

/*------------- Home ------------*/
#ertaqy-client-helper .ertaqy-home-choices>div {
    margin-bottom: 10px;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-box.fbox-plain.fbox-small h3 {
    margin-bottom: 0;
    line-height: 1.5;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-box[type] h3 {
    cursor: pointer;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-box[type="kb"] h3 {
    position: relative;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-box[type="kb"] h3:after {
    position: absolute;
    padding: 0 5px;
    top: 2px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 10px;
}

.rtl #ertaqy-client-helper .ertaqy-home-choices .feature-box[type="kb"] h3:after {
    content: 'ØªØ¬Ø±ÙŠØ¨Ù‰';
}

.ltr #ertaqy-client-helper .ertaqy-home-choices .feature-box[type="kb"] h3:after {
    content: 'Demo';
}

.rtl #ertaqy-client-helper .ertaqy-home-choices .feature-box.fbox-plain.fbox-small p {
    margin-right: 0
}

.ltr #ertaqy-client-helper .ertaqy-home-choices .feature-box.fbox-plain.fbox-small p {
    margin-left: 0
}

#ertaqy-client-helper .ertaqy-home-choices .feature-options {
    display: flex;
    flex-wrap: wrap;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-options .option-box {
    width: 113px;
    background: #f3f3f3;
    margin-inline: 7px;
    margin-top: 14px;
    padding: 10px;
    text-align: center;
    display: flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px #0000002e;
    cursor: pointer;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-options .option-box i {
    margin-bottom: 5px;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-options .option-box span {
    font-size: 14px;
}


/*------------- Second Step ------------*/
/* .ertaqy-request-choices {padding:10px 10px 0;} */
#ertaqy-client-helper .ertaqy-request-choices>div {
    margin-bottom: 10px;
}

#ertaqy-client-helper .feature-box.fbox-plain.fbox-small a {
    display: flex;
}

#ertaqy-client-helper .ertaqy-request-choices .feature-box.fbox-plain.fbox-small h3 {
    margin-bottom: 0;
    line-height: 1.5;
}

#ertaqy-client-helper .ertaqy-request-choices .feature-box:hover a h3 {
    color: #eb9c4d;
}

#ertaqy-client-helper .feature-box.fbox-plain.fbox-small span {
    font-size: 13px;
}

/* #ertaqy-client-helper .ertaqy-request-form {margin: 0 10px 15px 10px;} */
/* #ertaqy-client-helper .ertaqy-request-form form {margin-bottom:0;} */
#ertaqy-client-helper form .ertaqyChatTicketCancel {
    float: left;
}


/*------------- Choice Connection Option Step ------------*/
#ertaqy-client-helper .ticket-timeline .serial,
#ertaqy-client-helper .ticket-timeline .contact-details,
.ticket-timeline .contact-summary .tickets {
    display: none;
}

#ertaqy-client-helper .ticket-timeline .contact-summary {
    margin-bottom: 10px;
}

#ertaqy-client-helper .ticket-timeline>.row {
    margin-bottom: 10px !important;
    background: #f7f7f7;
}

.rtl #ertaqy-client-helper .ticket-timeline .contact-summary .info div>i,
.rtl .ticket-timeline .ticket-content .ticket-details .ticket-desc div span i {
    padding-left: 5px;
}

#ertaqy-client-helper .ticket-timeline .request-date {
    /* color: #155298; */
    z-index: 2;
    font-size: 12px;
    width: 74px;
}

#ertaqy-client-helper .ticket-timeline>.row:nth-child(odd) .request-date {
    padding: 0 5px;
}

#ertaqy-client-helper .ticket-timeline>.row:nth-child(even) .request-date {
    padding: 5px;
}

#ertaqy-client-helper .ticket-timeline .ticket-info {
    border: 0;
    margin: 0;
}

#ertaqy-client-helper .ticket-timeline>.row .ticket-info {
    padding-top: 10px;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .left-blk {
    border-right: 1px solid #eaeaea;
    padding-right: 5px;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .right-blk {
    line-height: 2;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .request-name span {
    padding: 0 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background: #dedbdb;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .request-source {
    margin: 0 3px;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply {
    display: block;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply i {
    padding-left: 1px;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply span {
    padding: 0 3px;
    background: #dedbdb;
    margin-right: 10px;
    position: relative;
}

.rtl #ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply span {
    margin-right: 10px;
}

.ltr #ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply span {
    margin-left: 10px;
}

#ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply span:before {
    content: '';
    position: absolute;
    top: 0.5px;
    border: 8px solid transparent;
}

.rtl #ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply span:before {
    right: -16px;
    border-left-color: #dedbdb;
}

.ltr #ertaqy-client-helper .ticket-timeline .ticket-info .right-blk .last-reply span:before {
    left: -16px;
    border-right-color: #dedbdb;
}

#ertaqy-client-helper .ticket-timeline .ticket-content {
    font-size: 12px;
}

#ertaqy-client-helper .ticket-timeline .ticket-content:before {
    display: none;
}

#ertaqy-client-helper .ticket-timeline .ticket-content i {
    color: #616161 !important;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details {
    margin: 0 !important;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc div span i {
    width: 19px;
    text-align: center;
    color: #808080;
    font-size: 12px;
}

.rtl #ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc div span i {
    padding-left: 5px;
}

.ltr #ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc div span i {
    padding-right: 5px;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc {
    padding: 5px 0;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc .product-details {
    margin-bottom: 5px;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc .product-details span {
    padding: 0 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background: #eaf3fd;
    width: fit-content;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc .body span {
    display: block;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc .categories span {
    display: inline-block;
    padding: 0 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    margin-bottom: 3px;
    margin-left: 3px;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc .categories .ticket-cat-child {
    background: #f8fbfe;
}

#ertaqy-client-helper .ticket-timeline .ticket-content .ticket-details .ticket-desc .categories .ticket-cat {
    background: #eaf3fd;
}

#ertaqy-client-helper .ticket-timeline .ticket-actions-title {
    padding-right: 5px;
    /* position: relative; */
    margin: 10px 0;
    display: block;
}

/* #ertaqy-client-helper .ticket-timeline .ticket-actions-list > li {width: 33.33% !important;min-height: 107px !important;} */
#ertaqy-client-helper .ticket-actions-list {
    /* background: #f7f7f7; */
    margin-bottom: 0;
}

#ertaqy-client-helper .ticket-actions-list li.disabled a {
    color: #b1b1b1;
    pointer-events: none
}

#ertaqy-client-helper .ticket-actions-list>li:not(.active) {
    border-bottom: 1px dashed #ddd;
}

#ertaqy-client-helper .ticket-actions-list>li.active {
    background: #f7f7f7;
}

#ertaqy-client-helper .ticket-actions-list>li a {
    margin: 0;
    width: auto;
    /* color: #555 !important; */
    opacity: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* #ertaqy-client-helper .ticket-actions-list > li:not(.disabled):hover > a {color:#155298 !important;} */
#ertaqy-client-helper .ticket-actions-list>li>a>span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

#ertaqy-client-helper .ticket-actions-list>li>a>i {
    font-size: 20px;
    text-align: center;
    display: block;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list {
    display: none;
    position: absolute;
    width: 180px;
    background: #fff;
    z-index: 4;
    border-top: 2px solid #ddd;
    background: #f7f7f7;
    padding: 10px;
    top: 88px;
    right: 0;
    list-style: none;
    margin-bottom: 0;
}

#ertaqy-client-helper .ticket-actions-list li.opened .ticket-sub-actions-list:before {
    display: block;
}

#ertaqy-client-helper .ticket-actions-list li .ticket-sub-actions-list:before {
    display: none;
    content: " ";
    position: absolute;
    top: -7px;
    right: 40px;
    z-index: 1000;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ddd;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li {
    width: 100%;
    padding: 0;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li:not(:last-child) {
    margin-bottom: 5px;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li:not(.disabled):not(.active):hover a {
    font-weight: bold;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li:not(.disabled):hover>a,
#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li.active>a {
    color: #155298;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li i {
    width: 18px;
    margin-left: 5px;
    text-align: center;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li span {
    font-size: 12px;
}

#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li:before,
#ertaqy-client-helper .ticket-actions-list .ticket-sub-actions-list li:after {
    display: none;
}


/*------------- Messages Step ------------*/

#ertaqy-client-helper .msg-area {
    /* position: absolute;bottom: 0;width: 100%; */
    background: #eee;
    padding: 8px;
}

#ertaqy-client-helper .msg-area .quoted-message {
    margin-bottom: 8px;
}

#ertaqy-client-helper .msg-area .quoted-message .msg-details {
    background: #e6e6e6;
    padding: 5px 10px;
    margin-right: 0;
    display: inline-block;
}

.rtl #ertaqy-client-helper .msg-area .quoted-message .msg-details {
    border-right: 2px solid #144a88;
}

.ltr #ertaqy-client-helper .msg-area .quoted-message .msg-details {
    border-left: 2px solid #144a88;
}

#ertaqy-client-helper .msg-area .quoted-message .msg-details .message-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#ertaqy-client-helper .msg-area .quoted-message .msg-details #myImg {
    width: 70px;
}

#ertaqy-client-helper .msg-area .quoted-message .msg-details .file-details img {
    display: inline-block;
    width: 30px;
}

.rtl #ertaqy-client-helper .msg-area .quoted-message .close {
    text-align: left;
}

.ltr #ertaqy-client-helper .msg-area .quoted-message .close {
    text-align: right;
}

#ertaqy-client-helper .msg-area .quoted-message .close i {
    font-size: 14px;
}

#ertaqy-client-helper .msg-area>div:nth-of-type(2) {
    text-align: center;
}

#ertaqy-client-helper .msg-area textarea {
    border: none
}

#ertaqy-client-helper #send-msg {
    border: none;
    background: #eee;
    /*width: 100%; height: 46px;color: #155297; */
    font-size: 16px;
    line-height: 1.8;
    padding-inline: 6px 3px;
}

#ertaqy-client-helper .file-options {
    display: inline-block
}

#ertaqy-client-helper .file-options.disabled>i {
    color: #a7a7a7;
    cursor: not-allowed;
}

#ertaqy-client-helper .file-options>i {
    color: #555;
}

#ertaqy-client-helper .msg-area .upload-file {
    display: none;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 130px;
    background: #fff;
    padding: 10px 10px 5px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#ertaqy-client-helper .msg-area .upload-file:before {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #fff;
    bottom: -10px;
    left: 5px;
}

#ertaqy-client-helper .msg-area .upload-file .uploadifive-button {
    display: inline-block;
    color: #555;
    background: #f2f2f2;
    margin: 0 !important;
    width: 48px !important;
    padding-top: 2px;
    border-radius: 0;
    border: unset;
    font-size: 16px;
}

#ertaqy-client-helper #chat-content {
    position: relative;
    /* padding-bottom:46px; */
}

#ertaqy-client-helper[data-layout="sidebar"] #chat-content[showOverlay="1"]:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background: rgba(0, 0, 0, .5);
}

#ertaqy-client-helper #chat-content .typing {
    position: absolute;
    bottom: 46px;
    width: 100%;
    padding: 3px 10px;
    font-size: 15px;
    background-color: #fff;
}

.msg-list::-webkit-scrollbar {
    width: 6px;
}

.msg-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.msg-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#ertaqy-client-helper .msg-list {
    position: relative;
    /* height: 380px; */
    overflow: auto;
    padding: 10px;
    background: #f9f9f9;
}

#ertaqy-client-helper .msg-list .new-file img {
    height: 25px;
}

#ertaqy-client-helper #discussion {
    margin-bottom: 0;
    list-style: none;
}

#ertaqy-client-helper .message-sender,
#ertaqy-client-helper .message-receiver {
    /* max-width: 55%;clear: both; */
    display: flex;
}

#ertaqy-client-helper #discussion .message-sender {
    justify-content: flex-end;
}

#ertaqy-client-helper #discussion .msgs-unread {
    background: #e9fded;
    padding: 3px 0;
    font-size: 14px;
    margin-bottom: 5px;
}

/* #ertaqy-client-helper .message-receiver{float: left;}
  #ertaqy-client-helper .message-sender{float: right;} */
#ertaqy-client-helper #discussion .message-body>div {
    position: relative;
    /* overflow: hidden; */
    padding: 5px;
    margin-bottom: 5px;
    word-break: break-word;
    line-height: 1.2;
    width: 45%;
}

#ertaqy-client-helper #discussion .sender {
    background: #f3f3f3;
    border-radius: 0 5px 5px 5px;
}

#ertaqy-client-helper #discussion .receiver {
    background: #e0e0e0;
    border-radius: 5px 0 5px 5px;
}

#ertaqy-client-helper #discussion .message-body:not(.deleted) .delete-text {
    display: none;
}

#ertaqy-client-helper #discussion .message-body .quoted-msg {
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}

.rtl #ertaqy-client-helper #discussion .message-body .quoted-msg {
    border-right: 2px solid #144a88;
}

.ltr #ertaqy-client-helper #discussion .message-body .quoted-msg {
    border-left: 2px solid #144a88;
}

#ertaqy-client-helper #discussion .message-body #myImg {
    height: 100px;
}

#ertaqy-client-helper #discussion .receiver .message-time span {
    font-size: 12px;
    color: #000;
}

#ertaqy-client-helper #discussion .message-body .file-details img {
    display: inline-block;
    width: 30px;
}

#ertaqy-client-helper #discussion .receiver>span,
#ertaqy-client-helper #discussion .sender>span,
#ertaqy-client-helper #discussion .file-details span {
    font-size: 14px;
    color: #222;
}

#ertaqy-client-helper #discussion span.text-msg {
    display: block;
}

#ertaqy-client-helper #discussion .message-body .downloadFile {
    float: left;
}

#ertaqy-client-helper #discussion .message-body .downloadFile i {
    color: #555;
}

#ertaqy-client-helper #discussion .message-body i {
    font-size: 14px;
    color: #999;
}

#ertaqy-client-helper #discussion .message-body i.fa-check-double.seen {
    color: #038bff;
}

.rtl #ertaqy-client-helper #discussion .message-body .send-details i {
    margin-left: 5px;
}

.ltr #ertaqy-client-helper #discussion .message-body .send-details i {
    margin-right: 5px;
}

/* #discussion .receiver div, #discussion .sender div{display: flex;} */
#ertaqy-client-helper #discussion .message-body .downloadFile:hover i {
    color: #175497;
}

#ertaqy-client-helper .message-sender .date {
    font-size: 12px;
    margin-top: 3px
}

#ertaqy-client-helper .message-body .message-time {
    font-size: 12px;
}

#ertaqy-client-helper .message-receiver .chat-options {
    text-align: center;
    background: #e9fded;
    margin-bottom: 5px;
    width: 100%;
}

#ertaqy-client-helper .message-receiver .chat-options span {
    font-size: 12px;
    color: #555;
}

#ertaqy-client-helper .message-receiver.typing .receiver-name {
    font-size: 12px;
}

#ertaqy-client-helper .message-receiver.typing .text-msg {
    font-size: 14px;
    color: #999
}

#ertaqy-client-helper .uploadifive-queue {
    display: none;
}

#ertaqy-client-helper .text-msg .file-image {
    display: inline-block;
    width: 25px;
}

#ertaqy-client-helper .text-msg .downloadFile {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -30px;
    right: 0;
    line-height: 30px !important;
    text-align: left;
    color: #386ca1;
    font-size: 15px;
    background: #eaf3fd;
    padding: 0 10px;
    transition: all .3s ease;
}

#ertaqy-client-helper .message-body>div:hover .downloadFile {
    bottom: 0;
}

#ertaqy-client-helper .message-body .message-options {
    display: none;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

#ertaqy-client-helper .message-body>div:hover .message-options {
    display: block;
}

.rtl #ertaqy-client-helper .message-sender .message-options,
.ltr #ertaqy-client-helper .message-receiver .message-options {
    right: 0;
    border-top-right-radius: 5px;
}

.rtl #ertaqy-client-helper .message-receiver .message-options,
.ltr #ertaqy-client-helper .message-sender .message-options {
    left: 0;
    border-top-left-radius: 5px;
}

#ertaqy-client-helper .message-body .popover {
    width: max-content;
    border: 0;
}

#ertaqy-client-helper .message-body .popover .popover-content {
    padding: 5px 7px;
    font-size: 13px;
}

#ertaqy-client-helper .message-body .popover>.arrow {
    border: 0;
}


#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-content h1 {
    font-size: 18px;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-content h1 {
    font-size: 20px;
}

#ertaqy-client-helper-content h2 {
    font-size: 16px !important;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper-content h3 {
    font-size: 14px !important;
}

#ertaqy-client-helper-content .heading-block {
    margin-bottom: 20px;
}

#ertaqy-client-helper-content .heading-block:after {
    margin-top: 10px;
}

/* #ertaqy-client-helper .ertaqy-kb {padding:10px;} */
/* #ertaqy-client-helper .ertaqy-kb .row {margin:0;} */
#ertaqy-client-helper .ertaqy-kb .row>div {
    padding: 0;
}

#ertaqy-client-helper .ertaqy-kb .row>div {
    margin-bottom: 15px;
}

#ertaqy-client-helper .ertaqy-kb .feature-box h3 {
    letter-spacing: 0;
    margin-bottom: 0;
}

#ertaqy-client-helper[data-layout="popup"] #ertaqy-client-helper .ertaqy-kb .feature-box span {
    font-size: 14px;
}

#ertaqy-client-helper .ertaqy-page-title {
    padding-bottom: 20px;
}

#ertaqy-client-helper .ertaqy-page-title h1 {
    margin: 0;
    /* line-height: 1; */
    text-transform: uppercase;
}

#ertaqy-client-helper .ertaqy-page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    /* font-size: 18px; */
}

#ertaqy-client-helper .ertaqy-page-title .breadcrumb {
    position: relative !important;
    left: 0 !important;
    margin-top: 10px !important;
}

#ertaqy-client-helper .ertaqy-page-title .breadcrumb li:first-child,
#ertaqy-client-helper .ertaqy-page-title .breadcrumb li:nth-child(2) {
    display: none;
}

#ertaqy-client-helper .ertaqy-page-title .breadcrumb li:nth-child(2):before,
#ertaqy-client-helper .ertaqy-page-title .breadcrumb li:nth-child(3):before {
    display: none;
}

#ertaqy-client-helper .ertaqy-page-title .breadcrumb a {
    font-size: 14px;
}

#ertaqy-client-helper .ertaqy-page-title .breadcrumb a:hover {
    color: #144a88;
}

#ertaqy-client-helper .ertaqy-search-form {
    background: transparent;
}

#ertaqy-client-helper .ertaqy-search-form form {
    width: 100%;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: 8fr 1fr;
}

#ertaqy-client-helper .ertaqy-search-form form .twitter-typeahead {
    width: 100%;
    display: block !important;
}

#ertaqy-client-helper .ertaqy-search-form form .tt-menu {
    width: 100%;
    margin: 4px 0;
    padding: 8px 0;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

#ertaqy-client-helper .ertaqy-search-form form .tt-suggestion {
    padding: 3px 10px;
    font-size: 14px;
}

#ertaqy-client-helper .ertaqy-search-form form .tt-suggestion:hover {
    cursor: pointer;
    background: #f3f3f3;
}

#ertaqy-client-helper .ertaqy-search-form form input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    text-align: right;
}

#ertaqy-client-helper .ertaqy-search-form form button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

#ertaqy-client-helper .ertaqy-kb #content-txt h3 {
    margin-bottom: 0;
    font-size: 16px;
}

#ertaqy-client-helper .ertaqy-kb #content-txt span {
    font-size: 14px;
}

#ertaqy-client-helper .ertaqy-kb .article-content div[class^=col-] {
    width: 100%;
}

#ertaqy-client-helper .ertaqy-kb .article-content .feature-box {
    padding: 0 60px 0 0
}

#ertaqy-client-helper .ertaqy-kb .article-content .feature-box .fbox-icon {
    width: 50px;
}

#ertaqy-client-helper .ertaqy-kb .article-content .feature-box .fbox-icon i {
    font-size: 32px;
}

#ertaqy-client-helper .kb-article-content .row>div {
    width: 100% !important;
}

#ertaqy-client-helper .kb-article-content .steps p {
    margin-bottom: 5px;
}

#ertaqy-client-helper .kb-article-content .steps ul {
    list-style: nubmers;
    margin-right: 15px;
}

/*------------- General ------------*/
.topmargin-15 {
    margin-top: 15px;
}
/* ertaqy list  */
#content .ertaqy-support.fixed-icon, .ertaqySupportMenu .ertaqySupportOptions .showList{
    left: 30px !important;
    background: linear-gradient(135deg, #25D366 0%, #25D366 100%) !important;
    user-select: none;
    animation: glow-ring 4s ease-in-out infinite;
    box-shadow: 0 0 6px #309a58;

}

#ertaqy-client-helper[data-layout="sidebar"] {
    left: 0;
}


@keyframes glow-ring {
  0% {
    box-shadow: 0 0 6px #25D366;
  }
  50% {
    box-shadow: 0 0 12px #25D366, 0 0 18px #25D366;
  }
  100% {
    box-shadow: 0 0 6px #25D366;
  }
}


#ertaqy-client-helper-tabs {
    background: #e4efff !important;
}

#ertaqy-client-helper-tabs button {
    color: #494949 !important;
}

#ertaqy-client-helper-footer {
    border-top-color: #cfdff1 !important;
    display: none !important;
}

#ertaqy-client-helper-tabs button.active:before {
    border-bottom-color: #b1c8e6 !important;
}

#ertaqy-client-helper-content .ertaqy-dashboard button:hover {
    color: #fd8d33;
}

#ertaqy-client-helper-content .ertaqy-dashboard button i {
    color: var(--main-color);
}

#ertaqy-client-helper-content .ertaqy-dashboard .feature-box .fbox-icon a i {
    color: var(--main-color) !important;
}

#ertaqy-client-helper-content .ertaqy-dashboard .feature-box:hover .fbox-icon a {
    background: var(--main-color) !important;
}

#ertaqy-client-helper-content .ertaqy-dashboard .feature-box .fbox-icon a:before {
    border-color: var(--main-color) !important;
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .title {
    color: var(--main-color);
}

#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .header-btns button {
    color: var(--main-color);
}

#ertaqy-client-helper-content .feature-box .fbox-icon i {
    color: var(--main-color) !important;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-box[type="kb"] h3:after {
    background: #e3e9f4;
    color: var(--main-color)
}

#ertaqy-client-helper .ertaqy-home-choices .feature-box h3:hover {
    color: #eb9c4d;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-options .option-box:hover span {
    color: #f88d33;
}

#ertaqy-client-helper .ertaqy-home-choices .feature-options .option-box:hover i {
    color: var(--main-color);
}

#ertaqy-client-helper .ertaqy-home-choices .feature-box[type="kb"] h3:hover:after {
    color: var(--main-color);
}
#ertaqy-client-helper h1, #ertaqy-client-helper h2, #ertaqy-client-helper h3, #ertaqy-client-helper h4, #ertaqy-client-helper h5, #ertaqy-client-helper h6, #ertaqy-client-helper p, #ertaqy-client-helper a, #ertaqy-client-helper label,#ertaqy-client-helper span,#ertaqy-client-helper button,#ertaqy-client-helper input{
    font-family: Tajawal-Regular !important;
}
#ertaqy-client-helper .feature-box.fbox-plain.fbox-small h3{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}
.rtl #ertaqy-client-helper .ertaqy-home-choices .feature-box[type="kb"] h3::after {
    content: "تجريبى";
}
#ertaqy-client-helper .feature-box.fbox-plain.fbox-small p {
    margin-right: -42px;
    margin-left: 0;
    font-size: 13px !important;
}

#ertaqy-client-helper .feature-box p {
    margin: 8px 0 0 0;
    color: #999;
}
#ertaqy-client-helper .feature-box.fbox-plain.fbox-small {
    padding-right: 42px;
    padding-left: 0;
}
#ertaqy-client-helper .feature-box.fbox-plain.fbox-small .fbox-icon {
    width: 28px;
    padding: 0;
}

#ertaqy-client-helper .feature-box .fbox-icon {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    width: 64px;
    height: 64px;
    top: 0;
}
#ertaqy-client-helper .feature-box.fbox-plain.fbox-small .fbox-icon i {
    font-size: 28px;
}
#ertaqy-client-helper .nobottommargin {
    margin-bottom: 0 !important;
}
#ertaqy-client-helper .feature-box {
    position: relative;
    margin-top: 20px;
    /* padding: 0 80px 0 0; */
    display:block;
}
#ertaqy-client-helper a {
    color: var(--main-color);
}
#ertaqy-client-helper i{
    font-family: "Font Awesome" !important;
}
#ertaqy-client-helper i.fa-whatsapp{
    font-family: "Font Awesome Brands" !important;
}
#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .header-btns button {
    margin-right: 5px;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #F0F0F0;
}
#ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .header-btns button{
    color: var(--main-color);
}


#ertaqy-client-helper .side-header #primary-menu ul>li.sub-menu>a:after, [class*=" icon-"], [class*=" icon-line-"], [class*=" icon-line2-"], [class^=icon-], [class^=icon-line-], [class^=icon-line2-] {
    display: inline-block;
    font-family: font-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#ertaqy-client-helper .input-group-addon:last-child {
    border-left-color: #ccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#ertaqy-client-helper .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;


    border-bottom-right-radius: 0px ;
    border-top-right-radius: 0px; 
    border-bottom-left-radius: 4px !important; 
    border-top-left-radius: 4px !important; 
}
#ertaqy-client-helper .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important; 
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none !important;
}
#ertaqy-client-helper .input-group {
     flex-wrap: nowrap !important;

}
#ertaqy-client-helper .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#ertaqy-client-helper .form-control:focus{
    border-color:#ccc
}
#ertaqy-client-helper form label{
    margin-top: 10px;
    letter-spacing: 0;
}
.checkbox-style-1-label.checkbox-small::before, .radio-style-1-label.radio-small::before, .checkbox-style-2-label.checkbox-small::before, .radio-style-2-label.radio-small::before, .checkbox-style-3-label.checkbox-small::before, .radio-style-3-label.radio-small::before {
    border: 2px solid rgb(221, 221, 221);
    width: 16px;
    height: 16px;
    margin: 0 0 1px 8px !important;

}

/* radio checkbox */
#ertaqy-client-helper .checkbox-style, #ertaqy-client-helper .radio-style {
    opacity: 0;
    position: absolute;
}

#ertaqy-client-helper .checkbox-style, #ertaqy-client-helper .radio-style, #ertaqy-client-helper .checkbox-style-1-label, .radio-style-1-label, #ertaqy-client-helper .checkbox-style-2-label, #ertaqy-client-helper .radio-style-2-label, #ertaqy-client-helper .checkbox-style-3-label, #ertaqy-client-helper .radio-style-3-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-style-1-label, .radio-style-1-label, .checkbox-style-2-label, .radio-style-2-label, .checkbox-style-3-label, .radio-style-3-label {
    position: relative;
}

.checkbox-style-1-label::before, .radio-style-1-label::before, .checkbox-style-2-label::before, .radio-style-2-label::before, .checkbox-style-3-label::before, .radio-style-3-label::before {
    content: "";
    background: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
}

#ertaqy-client-helper .radio-style-1-label::before,#ertaqy-client-helper .radio-style-2-label::before, #ertaqy-client-helper .radio-style-3-label::before {
    border-radius: 50%;
}

#ertaqy-client-helper .checkbox-style:checked + .checkbox-style-1-label::before {
    background: rgb(26, 188, 156);
}

#ertaqy-client-helper .radio-style:checked + .radio-style-1-label::before {
    background: rgb(204, 204, 204);
}

#ertaqy-client-helper .checkbox-style-1-label.checkbox-small::before, #ertaqy-client-helper .radio-style-1-label.radio-small::before, #ertaqy-client-helper  .checkbox-style-2-label.checkbox-small::before, .radio-style-2-label.radio-small::before, .checkbox-style-3-label.checkbox-small::before, .radio-style-3-label.radio-small::before {
    border: 2px solid rgb(221, 221, 221);
    width: 16px;
    height: 16px;
    margin: 0px 8px 1px 0px;
}

#ertaqy-client-helper .checkbox-style:checked + .checkbox-style-2-label::before {
    background: var(--main-color)  !important;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px inset;
}

#ertaqy-client-helper .radio-style:checked + .radio-style-2-label::before {
    background: rgb(204, 204, 204);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px inset;
}

#ertaqy-client-helper .checkbox-style:checked + .checkbox-style-2-label.checkbox-small::before {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
}

#ertaqy-client-helper .radio-style:checked + .radio-style-2-label.radio-small::before {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
}

#ertaqy-client-helper .checkbox-style:checked + .checkbox-style-3-label::before, .radio-style:checked + .radio-style-3-label::before {
    content: "";
    font-family: lined-icons;
    background: rgb(26, 188, 156);
    color: rgb(255, 255, 255);
}

#ertaqy-client-helper .radio-style:checked + .radio-style-3-label::before {
    color: rgb(187, 187, 187);
    background-color: transparent;
}

#ertaqy-client-helper .checkbox-style + .checkbox-style-3-label.checkbox-small::before, .radio-style + .radio-style-3-label.radio-small::before {
    border: 1px solid rgb(187, 187, 187);
    width: 16px;
    height: 16px;
    margin: 0px 8px 1px 0px;
    font-size: 7px;
    line-height: 0.8;
}
#ertaqy-client-helper .ertaqy-login form button{
    background-color:var(--main-color)  !important;
   border:0
}

.fa-solid, .fas ,.fa{
    font-family: "Font Awesome" !important;
    font-weight: 900;

    }
#ertaqy-client-helper .ertaqy-register form>div.col-xs-6 button{
    background-color:var(--main-color)  !important;
    border:0
}
    #ertaqy-client-helper-header .logo img{
        display: none;
    }
/*------------- Responsive ------------*/
@media (min-width:1200px) {
    #ertaqy-client-helper[data-layout="sidebar"] {
        width: 50%;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #ertaqy-client-helper[data-layout="sidebar"] {
        width: 60%;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #ertaqy-client-helper[data-layout="sidebar"] {
        width: 570px
    }
}

@media (min-width:992px) {
    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-footer {
        padding: 30px 80px;
    }

    /* #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-footer {position: fixed;} */
    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header {
        padding: 30px 80px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-content {
        padding-inline: 80px;
    }

    #ertaqy-client-helper .ertaqy-register form>div.col-md-6:first-of-type,
    #ertaqy-client-helper .ertaqy-register form>div.col-xs-6 {
        padding-right: 0;
    }
    #ertaqy-client-helper .ertaqy-register form>div.col-md-6:nth-child(2) {
        padding-left: 0;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header>div {
        width: 100%;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .title {
        font-size: 28px;
    }

    /* #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .back {padding-top: 3px;font-size: 24px;} */
}

@media (max-width:991.98px) {

    #ertaqy-client-helper .ertaqy-register form>div.col-md-6:first-of-type,
    #ertaqy-client-helper .ertaqy-register form>div.col-xs-6 {
        padding-inline: 0;
    }

    #ertaqy-client-helper .ertaqy-register form>div.col-md-6:nth-child(2) {
        padding-inline: 0;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header {
        flex-direction: column;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header>div {
        width: 100%;
        order: 2
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header>div:last-of-type {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header > div:last-of-type {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    /* #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header > .back {position: absolute;font-size: 24px;} */
    /* .rtl #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header > .back {left: 15px;} */
    /* .ltr #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header > .back {right: 15px;} */
}

@media (max-width:767.98px) {
    #content .ertaqy-support.fixed-icon {
        width: 55px;
        height: 55px;
        line-height: 70px;
    }


    /* #ertaqy-client-helper #ertaqy-client-helper-header{line-height:35px}
      #ertaqy-client-helper #ertaqy-client-helper-header .top-txt, #ertaqy-client-helper #ertaqy-client-helper-header .username{font-size: 17px;} */
    #ertaqy-client-helper[data-layout="sidebar"] {
        width: 100%;
    }

    #ertaqy-client-helper form .input-sm {
        height: 35px;
    }

    #ertaqy-client-helper form .form-label {
        font-size: 15px;
    }

    .ertaqy-login .new-account,
    .ertaqy-register .new-account,
    .ertaqy-chat-passReset .new-account {
        font-size: 17px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] .process-steps li:first-child:after,
    #ertaqy-client-helper[data-layout="sidebar"] .process-steps li:last-child:before {
        display: block !important;
    }

    #ertaqy-client-helper[data-layout="sidebar"] .process-steps li {
        width: 50% !important;
        float: right !important;
        margin-top: 0 !important;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header img {
        width: 80px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .header-title+.header-btns {
        display: none;
    }
}

@media (min-width:480px) and (max-width:991.98px) {
    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-footer {
        padding: 20px 40px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header {
        padding: 20px 40px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-content {
        padding-inline: 40px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .title {
        font-size: 24px;
    }
}

@media (min-width:768px) {
    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .logo {
        display: none;
    }
}

@media (min-width:480px) {
    #ertaqy-client-helper[data-layout="popup"] {
        width: 350px;
    }
}

@media (max-width:479.98px) {
    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-footer {
        padding-inline: 15px;
        padding-block: 15px 10px;
        font-size: 12px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header {
        padding: 20px 15px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-content {
        padding-inline: 15px;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-header .title {
        font-size: 20px;
    }

    #ertaqy-client-helper[data-layout="popup"] {
        right: 10px;
        left: 10px;
    }

    /* #ertaqy-client-helper #ertaqy-client-helper-header, #ertaqy-client-helper #ertaqy-client-helper-call {width:calc(100% - 20px);} */
    #ertaqy-client-helper select.input-sm {
        padding: 2px;
    }

    #ertaqy-client-helper textarea.input-sm {
        height: 35px;
    }

    #ertaqy-client-helper .msg-list {
        height: 300px;
    }

    /* #ertaqy-client-helper .message-sender, #ertaqy-client-helper .message-receiver {max-width: 60%;} */
    .ertaqySupportMenu .ertaqySupportOptions ul li a {
        line-height: 60px
    }
}

@media (orientation: landscape) and (max-width:991.98px) {
    #ertaqy-client-helper[data-layout="sidebar"] {
        height: 100vh !important;
        overflow: auto;
    }

    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-content {
        height: auto !important;
    }
}

@media (orientation: portrait) and (min-width:992px) {
    #ertaqy-client-helper[data-layout="sidebar"] #ertaqy-client-helper-footer {
        position: fixed;
    }
}