/* GENERAL */
.text-gray-light {
    color: #9d9d9d !important;
}

.text-gray-dark {
    color: #777;
}

.p-0 {
    padding: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

/* BACKGROUND VIDEO */
#backgroundVideo {
    position: fixed;
    object-fit: fill;
    z-index: -100;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.login-card-body {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}

/*EMOJI*/


/*MESSENGER*/
.pr-1 {
    padding-right: 0.5rem;
}

.mt-1 {
    margin-top: 1rem;
}

.v-align-middle {
    vertical-align: middle;
}

.fb-direct-chat-messages {
    height: 550px;
    background-size: cover;
}

/*WHATSAPP*/
.whatsapp-phone-container {
    height: 654px;
    width: 320px;
    background-image: url('../images/iphone6-plain.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 76px 21px 78px 22px;
}

.whatsapp-conversation-container {
    height: 100%;
    background-image: url('../images/whatsapp/whatsapp_dark_background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#whatsappChatUsername {
    display: inline-block;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#whatsapp-menu-overlay-container {
    position: absolute;
    background: #111b21;
    width: 277px;
    height: 479px;
    z-index: 999;
    border-radius: 5px;
    padding: 10px;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 277px;
}

.whatsapp-menu-overlay-container-heading {
    background: #202c33;
}

#whatsapp-menu-overlay-container h5 {
    color: #197460;
}

.menu-list-button {
    background: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #39444a;
    width: 100%;
    color: #007ca4;
    font-weight: 600;
    padding: 4px 0;
    border-radius: 0;
}

.menu-list-button:hover {
    color: #026686;
}

.wa-share-box {
    background: #043e37;
    padding: 5px 0 10px 5px;
    border-left: 2px solid #5d41d5;
    border-radius: 5px;
    margin: 5px 0;
}

.wa-text-purple {
    color: #5d41d5;
    font-weight: 600;
}

.radio-sim {
    border: 2px solid #999;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}

.list-menu-confirm {
    border: none;
    margin-top: 10px;
    background: #197460;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.list-menu-radio.active .radio-sim {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;;
    background: #197460;
    outline: 2px solid #197460;
}

.list-menu-confirm {
    display: none;
}

.whatsapp-phone-header {
    background: #202c33;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

.whatsapp-phone-header .text {
    opacity: 0.75;
    font-size: 13.9px;
    padding: 0 5px 1px 0;
}

.whatsapp-phone-header .text .fa.fa-battery-full {
    font-size: 10px;
    padding-top: 2px;
}

.whatsapp-phone-header .text .fa.fa-wifi {
    margin-right: 2px;
}

.whatsapp-conversation-header {
    background: #202c33;
    color: #fff;
    margin: 0;
    padding: 4px 10px 7px 10px;
    width: 100%;
}

.whatsapp-header-img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgb(0, 0, 0);
    -moz-box-shadow: 0 0 1px 0 rgb(0, 0, 0);
    box-shadow: 0 0 1px 0 rgb(0, 0, 0);
}

.direct-chat-messages {
    height: 78%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.direct-chat-msg {
    margin-bottom: 7px;
}

.direct-chat-timestamp {
    color: #a4a4a4;
}

.direct-chat-timestamp {
    font-size: 0.7rem;
    padding: 7px 3px 1px 6px;
}

.direct-chat-timestamp .whatsapp-check {
    display: inline-block;
    height: 8px;
    width: 14px;
    margin: 0 0 0 2px;
    background-image: url("../images/whatsapp/blue_double_ticks.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.direct-chat-timestamp .whatsapp-check.whatsapp-read {
    background-image: url("../images/whatsapp/blue_double_ticks.png");
}

/* whatsapp menu */

.whatsapp-menu-item {
    display: inline-block;
    margin: 3px 0 1px 0;
    line-height: 1.28;
}

.whatsapp-menu-container.has-buttons .direct-chat-timestamp {
    line-height: 0.5;
}

.whatsapp-menu-container .direct-chat-timestamp {
    padding-top: 5px;
    padding-bottom: 0.5px;
}

.number-emoji-style {
    color: #fff;
    padding: 0 5px 0 4px;
    border-radius: 6px;
    background: rgb(189, 201, 224);
    background: linear-gradient(180deg, rgba(189, 201, 224, 1) 0%, rgba(114, 132, 172, 1) 50%, rgba(54, 80, 119, 1) 100%);
    margin-right: 2px;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 0.7;
    text-align: left;
}

/* whatsapp speech bubble styling */
.whatsapp-conversation-container .chat-speech-bubble {
    border-radius: 10px;
    -webkit-box-shadow: -1px 1px 4px 0 rgb(26, 26, 26);
    -moz-box-shadow: -1px 1px 4px 0 rgb(26, 26, 26);
    box-shadow: -1px 1px 4px 0 rgb(26, 26, 26);;
    padding: 4px 5px 3px 8px;
    position: relative;
    line-height: 1.2;
}

.whatsapp-conversation-container .chat-speech-bubble a {
    word-wrap: break-word;
}

.whatsapp-conversation-container .feedback {
    display: none;
}

.whatsapp-conversation-container .quick-reply-buttons {
    margin: 0 0 2px 5px;
    max-width: 215px;
}

.whatsapp-conversation-container .quick-reply-btn {
    background: #202c33;
    border-radius: 10px;
    margin-bottom: 3px;
    padding: 4px 4px 6px 4px;
    cursor: pointer;
    color: #3ebcf2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}

.whatsapp-conversation-container .quick-reply-btn.disabled {
    color: #999;
    background: #f8f8f8;
    cursor: default;
}

.menu-list-button.disabled {
    color: #999;
}

.d-inline {
    display: inline;
}

.whatsapp-conversation-container .buttons-header {

}

.whatsapp-conversation-container .buttons-body {
    padding: 4px 0 2px 0;
    font-size: 0.9rem;
}

.whatsapp-conversation-container .buttons-footer {
    display: inline-block;
}

.whatsapp-conversation-container .quick-reply-buttons .feedback {
    padding: 0 1px 2px 0;
}

.whatsapp-conversation-container .quick-reply-buttons .feedback.second {
    padding-left: 1px;
    padding-right: 0;
}

.whatsapp-conversation-container .chat-speech-bubble.feedback {
    background: #202c33;
    color: white;
    font-size: 0.9rem;
    margin: 0 0 3px 5px;
    max-width: 215px;
    clear: both;
}

.whatsapp-conversation-container .chat-speech-bubble.user {
    background: #005c4b;
    margin: 5px 0px 0 0;
    max-width: 215px;
    color: white;
    clear: both;
    float: right;
    font-size: 0.9rem;
}

.whatsapp-conversation-container .chat-speech-bubble.feedback .chat-speech-bubble-arrow {
    position: absolute;
    width: 0;
    bottom: 30px;
    left: -14px;
    height: 0;
}

.whatsapp-conversation-container .chat-speech-bubble.user .chat-speech-bubble-arrow {
    right: -2px;
    bottom: 40px;
    left: auto;
}

.whatsapp-conversation-container .chat-speech-bubble.feedback .chat-speech-bubble-arrow::before {
    border-top: 9px solid #a7a7a7;
    top: 4px;
    content: "";
    position: absolute;
    left: 11px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
    z-index: -1;
}

.whatsapp-conversation-container .chat-speech-bubble.user .chat-speech-bubble-arrow::before {
    border-top: 9px solid #a7a7a7;
    top: 4px;
    content: "";
    position: absolute;
    right: 13px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
    z-index: -1;
}

.whatsapp-conversation-container .chat-speech-bubble.feedback .chat-speech-bubble-arrow::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 9px solid #202c33;
    border-radius: 0 20px 0;
    width: 15px;
    height: 30px;
    transform: rotate(145deg);
}

.whatsapp-conversation-container .chat-speech-bubble.user .chat-speech-bubble-arrow::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 9px solid #005c4b;
    border-radius: 0 20px 0;
    width: 15px;
    height: 30px;
    transform: rotate(45deg) scaleY(-1);
    bottom: -2px;
    right: -14px;
}

.chat-speech-bubble-share {
    content: "";
    background: #202c33;
    position: absolute;
    border: 0 solid transparent;
    border-radius: 12px;
    top: 45px;
    right: -30px;
    padding: 4px;
}

.chat-speech-bubble.feedback.whatsapp-menu-container {
    padding-bottom: 4px;
    padding-top: 2px;
}

.integration-icon {
    color: gray;
}

.feedback img {
    border-radius: 10px;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 100px;
}

.pl-0 {
    padding-left: 0;
}

.btn-unstyled, .btn-unstyled:active, .btn-unstyled:focus {
    display: inline-block;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
}

.whatsapp-popup .btn.btn-unstyled {
    border-radius: 50%;
    margin-bottom: 2px;
}

.whatsapp-popup .btn.btn-audio {
    background: #f17904;
    color: #fff;
    border: 5px solid #ffad1f;
    padding: 8px 15px;
}

.whatsapp-popup .btn.btn-location {
    background: #1aa260;
    color: #fff;
    border: 5px solid #ffdd46;
    padding: 8px 15px;
}

.whatsapp-popup .btn.btn-image {
    background: #702a8c;
    color: #fff;
    border: 5px solid #ce64de;
    padding: 8px 11px;
}

.whatsapp-input-group {
    padding-top: 3px;
    position: relative;
}

.whatsapp-input-group .whatsapp-popup {
    position: absolute;
    bottom: 100%;
    padding: 0 22px 0 22px;
    color: #6c6c6c;
    display: none;
}

.whatsapp-popup-inner {
    background: #202c33;
    border-radius: 10px;
    padding: 20px 5px 15px 5px;
}

.whatsapp-input-container {
    padding-right: 0;
    padding-left: 4px;
    width: 84%;
    float: left;
}

.whatsapp-input {
    position: relative;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #202c33;
    background-clip: padding-box;
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.whatsapp-input input#message {
    border-radius: 50px;
    height: 37px;
    background-color: transparent;
    padding: 5px 35px 5px 15px;
}

.whatsapp-textarea {
    overflow: hidden;
    resize: none;
}

.whatsapp-send {
    padding-left: 4px;
    padding-right: 0;
    width: 16%;
    float: left;
}

.whatsapp-send img {
    height: 37px;
    width: 37px;
}

.whatsapp-paperclip {
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.whatsapp-paperclip img {
    height: 16px;
    width: auto;
}

/* scrollbar in whatsapp */
.direct-chat-messages::-webkit-scrollbar {
    width: 5px;
}

.direct-chat-messages::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0);
}

.direct-chat-messages::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.8);
    border-radius: 0;
}

.direct-chat-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 1);
    border-radius: 0;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: #7e7e7e;
}

.input-group-btn .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.card-body .console.iphone {
    background-color: transparent;
    display: inline-block;
    height: 550px;
    width: 100%;
    background-image: url('../images/iphone6.png');
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

.card-body .console.raw {
    background-color: black;
    color: #b4ffc0;
    display: inline-block;
    width: 100%;
    height: 450px;
    font-size: x-large;
    font-weight: bold;
    border: none;
    overflow: auto;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre-wrap !important;
}

.console pre {
    width: 218px;
    margin-top: 160px;
    margin-left: 20px;
    background-color: transparent;
    border: none;
    /* font-family: Roboto, Helvetica, Arial, sans-serif;*/
    font-size: small;
    text-align: center;
    color: white;

    height: auto;
    overflow: auto;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre-wrap !important;
}

.box .btn-box-tool {
    padding: 0 !important;
    font-size: 17px;

}

.tab-content .btn {
    padding: 10px;
}

.asset-user-img-small {
    margin: 0 15px 0 auto;
    padding: 1px;
    border: 1px solid #d2d6de;
    display: inline;
    width: 30px;
}

.widget-user-desc a {
    color: white;
}

.groupentry .card-header {
    background-color: #f8f8f8;
}

.card-body .groupentry {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    padding: 0 !important;
    color: #5e5e5e;
}

.card-body .groupentry small {
    font-size: small;
    font-weight: 100;
}

.row .groupentry {
    margin-left: 15px;
    margin-right: 15px;
}

.title-text-box {
    font-size: x-large !important;
}

.modal-large {
    width: 1000px !important;
}

.transparent {
    background-color: transparent !important;
    font-weight: bold !important;
    font-size: x-large !important;
    border: transparent !important;
}


/* TIMELINE*/

.timeline-body ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.timeline-body ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.timeline-body ul li {
    list-style: none;
    border: #e3e3e3 solid 1px;
    background-color: #f5f5f5;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #5d6e8a;
}

.timeline-body ul li.changed {
    border: #f5d6a2 solid 1px;
    background-color: #f5dabe;
    color: #603c08;
}

.timeline-body ul li.added {
    border: #c9f5b4 solid 1px;
    background-color: #dcf5cf;
}

/* MULTISELECTOR */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e3e3e3;
    border-color: #cbcbcb;
    padding: 1px 10px;
    color: #7e7e7e;
}

/* GRID */
table .client a {
    font-size: larger;
    font-weight: bold;
}

table .client small {
    color: #acacac;
}

table pre.payload {
    border: 0px;
    background-color: transparent;
    width: auto;
    height: auto;
    font-weight: bold;
    font-size: medium;
    padding: 0px;

    overflow: auto;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre-wrap !important;
}

table .number-widget {
    font-size: x-large;
    text-align: center;
    font-weight: bold;
}

.error {
    color: #aa1d22;
}

/*USSD Dail*/

.dialpad .number {
    position: relative;
    z-index: 2;
    padding: 15px 20px;
    color: #4d4d4d;
    font-weight: 300;
    font-size: 40px;
    background: #fff;
    height: 78px
}

.dialpad .dials {
    margin: -1px 0 0 -1px;
    background: #1d1918;
    cursor: pointer
}

.dialpad .dials:before, .dialpad .dials:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.dialpad .dials:after {
    clear: both
}

.dialpad .dials .digits {
    float: left;
    width: 33.33%
}

.dialpad .dials .digits p {
    font-weight: 600;
    padding: 15px 25px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #4d4d4d
}

.dialpad .dials .digits p strong {
    font-size: 50px;
    margin-right: 8px;
    color: #fff
}

.dialpad .dials .digits:active {

    background: #00caf2;
    border-top-color: #b2f2ff
}

.compact .dials .digits p {
    padding: 25px 15px
}

.compact .dials .digits p strong {
    font-size: 30px
}

.compact .dials .digits p sup {
    text-transform: uppercase;
    color: #c1c1c1
}

.list-no-style {
    list-style: none;
    padding-left: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

ol li p {
    margin-bottom: 0;
}

/*PRIZE TOGGLE*/

.toggle.btn {
    float: right;
}


.button {
    display: block;
    color: white;
    padding: 0.9rem;
    text-decoration: none;
    margin: 1rem 0;
    transition: all 0.3s ease;
}

.button--microsoft {
    background-color: #00bcf2;
}

.button--microsoft:hover {
    background-color: #0094bf;
}

.button--microsoft:before {
    content: '\f17a';
    font-family: 'FontAwesome';
    padding-right: 1rem;
}

img {
    object-fit: cover;
}

.text-end {
    text-align: end;
}