﻿body {
    direction: rtl;
    text-align: right;
}

.wrap {
    min-height: 100%;
    overflow: auto;
}

footer {
    flex-shrink: 0;
    padding-bottom: 1.5rem;
    clear: both;
}

    footer > title {
        color: white;
    }

h1, h2, h3 {
    text-shadow: 2px 2px 2px #00000085;
}

a {
    color: black;
}

    a:hover {
        text-decoration: none;
    }

.center-img {
    display: flex;
    justify-content: center;
    margin: auto;
}

.picture-src {
    height: 100%;
    width: 100%;
}

.picture-sm {
    width: 38px;
    height: 38px;
}

.picture-sm-border {
    border: solid 1px #CCC;
    -moz-box-shadow: 5px 5px 0px #999;
    -webkit-box-shadow: 5px 5px 0px #999;
    box-shadow: 2px 2px 0px #999;
}

.card-title {
    margin-top: 10px;
    margin-left: 10px;
}

.center-item {
    margin: 0 auto;
    display: block;
}

.nav-item > .btn {
    border: 0px;
}

    .nav-item > .btn:hover {
        border: 0px;
    }

.nav-item > a:hover {
    background-color: #c3bfbf;
    font-weight: 700;
}

.nav-text {
    position: relative;
    border: 0;
    background-color: transparent;
    color: black;
}

    .nav-text:focus {
        box-shadow: none;
    }

.badge-info {
    color: black;
    background-color: #ae89be;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    /*font-weight: 700;*/
}

.wizard-card {
    direction: rtl;
}

    .wizard-card .picture-container {
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .wizard-card .picture {
        width: 106px;
        height: 106px;
        background-color: #999999;
        border: 4px solid #CCCCCC;
        color: #FFFFFF;
        border-radius: 50%;
        margin: 5px auto;
        overflow: hidden;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

        .wizard-card .picture:hover {
            border-color: #FFC312;
        }

        .wizard-card .picture input[type="file"] {
            cursor: pointer;
            display: block;
            height: 100%;
            left: 0;
            opacity: 0 !important;
            position: absolute;
            top: 0;
            width: 100%;
        }

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

/*------------validte ----**/
.input-group-addon {
    border-radius: .0rem;
    padding-right: 15px;
    padding-top: 5px;
}

    .input-group-addon.success {
        color: rgb(255, 255, 255);
        background-color: rgb(92, 184, 92);
        border-color: rgb(76, 174, 76);
    }

    .input-group-addon.danger {
        color: rgb(255, 255, 255);
        background-color: rgb(217, 83, 79);
        border-color: rgb(212, 63, 58);
    }

.card {
    margin-bottom: 25px;
    cursor: pointer;
    background: #fff;
    display: block;
    /*line-height: 1.3;*/
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

.card-body {
    position: relative;
    padding: 1rem;
    padding-top: 47px;
}

.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.modal .modal-content {
    border-radius: 20px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

.card-bottom {
    margin: 20px auto 1px;
    padding-right: 70px;
    padding-left: 20px;
    text-decoration: none;
}

    .card-bottom > span > a:hover {
        color: #000;
    }

.card-front {
    background-color: rgba(0,0,0,0.1) !important;
    text-align: right;
    line-height: 1.5;
    padding: 20px;
    margin-bottom: 40px;
}

.card-top {
    position: absolute;
    right: 20px;
    top: -15px;
    border-radius: 25px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid;
}

.card-img-top {
    max-height: 150px;
    margin-bottom: 20px;
}

.row > card {
    display: flex;
    flex: 1 0 auto;
}

.row-list {
    margin-bottom: 10px;
}

.fa {
    margin: 4px;
    color: black;
}

    .fa :hover {
        color: crimson;
    }

.fa-2x:hover {
    -webkit-transform: scale(1.2) rotate(0.01deg);
    transform: scale(1.2) rotate(0.01deg);
}

.card_icon {
    position: absolute;
    top: -8px;
    display: flex;
    align-items: center;
}

    .card_icon i {
        color: #CCC;
        font-size: 30px;
        margin: 0 auto;
        display: table;
    }

.card_icon_img {
    width: 50px;
}

.card-columns .card {
    margin-bottom: 25px;
}

.typeGefen {
    text-align: center;
    width: 100%;
}

.Title {
    font-style: italic;
    font-weight: bold;
}

.fa-trash {
    cursor: pointer;
}

.hr-border {
    height: 5px;
    width: 100%;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/*---load data---*/
.lock-modal {
    display: none;
    background-color: #e4e5e7;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: 100;
}

.loading-circle {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: inherit;
    width: 70px;
    height: 70px;
    border: 7px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 0.6s ease-in infinite;
    z-index: 999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    background: #4CAF50;
    color: black;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

    a.blantershow-chat svg {
        transform: scale(1.2);
        margin-left: 20px;
    }
    a.blantershow-chat:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }
.header-chat {
    background: #095e54;
    color: #fff;
    padding: 20px;
}

    .header-chat h3 {
        margin: 0 0 10px;
    }

    .header-chat p {
        font-size: 14px;
        margin: 0;
    }

.info-avatar {
    position: relative;
}

    .info-avatar img {
        border-radius: 100%;
        width: 40px;
        float: right;
        margin: 0 10px 0 10px;
    }

.info-chat span {
    display: block;
}

#get-label, span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama, span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label, #get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

textarea#chat-input {
    text-align: right;
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 45px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 45px;
    font-weight: 700;
    padding: 8px 10px 0;
    background: #eee;
}

    a#send-it svg {
        fill: #a6a6a6;
        height: 24px;
        width: 24px;
        transform: rotate(180deg);
    }

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

    .first-msg span {
        background: #e2e2e2;
        color: #333;
        font-size: 14.2px;
        line-height: 1.7;
        border-radius: 10px;
        padding: 15px 20px;
        display: inline-block;
    }

.start-chat .blanter-msg {
    padding: 0px 2px 10px 2px;
    display: flex;
}

#get-number {
    display: none;
}


.btn-contact {
    border: none;
    text-shadow: 2px 2px 2px #00000085;
    font-size: 20px;
    font-weight: 500;
}

a.close-chat {
    position: absolute;
    top: 5px;
    left: 15px;
    color: #fff;
    font-size: 30px;
}

@@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.Whatsapp-hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.Whatsapp-show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 8px 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}

    .whatsapp-chat-body::before {
        display: block;
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 0;
        opacity: 0.08;
    }

.div-message {
    display: flex;
    z-index: 1;
}

.message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-left: 80px;
    max-width: calc(100% - 66px);
}

    .message::before {
        position: absolute;
        /*	 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
*/ background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        top: 0px;
        right: -12px;
        width: 12px;
        height: 19px;
    }

.message_1 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.message_2 {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}
