@charset "UTF-8";

/* version: 3.3 */

[v-cloak] {
    display: none !important;
}

div,
span,
a,
p,
textarea:focus,
input:focus {
    outline: none !important
}

a {
    color: #000;
    text-decoration: none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #737373
}

input::-moz-placeholder {
    color: #737373;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #737373 !important
}

label {
    cursor: pointer
}

ul {
    list-style: outside none none;
    margin-bottom: 1rem;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
}

html,
body {
    font-size: 100%;
    margin: 0;
}

object,
embed {
    height: 100%
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: block
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important
}

form {
    margin: 0;
    width: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.ns {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.tabs {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    gap: 50px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
    padding: 0 50px;
}

.tabs li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.boubyan img {
    width: 77px;
}

.dukhan img {
    width: 118px;
}

.nbk img {
    width: 99px;
    position: relative;
    top: 4px;
}

.qib img {
    width: 112px;
}

.qnb img {
    width: 93px;
}

.tabs button:hover {
    opacity: 1;
}

.tabs .active:before {
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    z-index: 10;
}

.tabs button.active {
    background: #fff;
}

.tabs button {
    opacity: 0.3;
    height: 100%;
    padding: 10px 20px;
}

.tabs button:disabled {
    cursor: wait;
}

.tabs button.active {
    opacity: 1;
}

.brand-label {
    display: block;
    min-width: 78px;
    color: #111;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

iframe {
    width: 100%;
    border: 0;
    height: auto;
    min-height: 1500px;
    overflow-y: auto;
}

ul.tabs + p,
.style-p {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cdcdcd;
    margin: 0;
}

.page-login .btn {
    width: 100%;
    border: 0;
    height: 45px;
    border-radius: 5px;
    background: #3865DD;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.page-login .btn:hover {
    background: #1b66c9;
    -webkit-box-shadow: 0 1px 3px 1px rgba(66, 64, 67, .15), 0 1px 2px 0 rgba(60, 64, 67, .3);
    box-shadow: 0 1px 3px 1px rgba(66, 64, 67, .15), 0 1px 2px 0 rgba(60, 64, 67, .3);
}

.error {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
}

input,
select {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px 14px;
}

.login-form {
    background: #fff;
    width: 400px;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.page-login .main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.page-login {
    background: #f9f9f9;
    height: 100vh;
}

.page-login h1 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}

.copy-url {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 18px 15px;
    direction: ltr;
}

.copy-url p {
    margin: 0;
    color: #bbb;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.generate-link {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 18px 15px 0;
}

.generate-link button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.link-countdown {
    min-width: 28px;
    color: #ce2028;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}

button.copy {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    background: #e6e6e6;
    border-radius: 3px;
    padding: 5px 15px;
}

.btn.copy:hover {
    opacity: 0.7;
}

.bank-logo {
    padding: 0 15px 0;
    min-height: 62px;
    direction: ltr;
}

.brand-title {
    padding: 0 15px;
    min-height: 62px;
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 62px;
    direction: ltr;
}

.tabs img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.tabs .active img,
.tabs button:hover img {
    filter: none;
    -webkit-filter: none;
}

.kfh img {
    width: 138px;
}

form {
    max-width: 800px;
    margin: 5rem auto 2rem;
    border: solid 1px #c6dcf0;
}

.pusher-form {
    direction: rtl;
}

textarea {
    min-height: 150px;
    box-sizing: border-box;
    border: solid 1px #0b4d8c;
    padding: 10px 20px;
    border-radius: 25px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    min-width: 100%;
    max-width: 100%;
    max-height: 250px;
}

button.btn {
    background: #ce2028;
    color: #fff;
    border-radius: 25px;
    font-family: inherit;
    font-size: 16px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    margin: 20px auto 0;
    max-width: 230px;
    cursor: pointer;
    transition: all 0.15 linear;
    -webkit-transition: all 0.15 linear;
    -moz-transition: all 0.15 linear;
    -ms-transition: all 0.15 linear;
    -o-transition: all 0.15 linear;
}

.chat-history {
    background: #4454b2;
    color: #fff;
    padding: 12px 20px;
    border-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-right-radius: 0;
    line-height: 25px;
    margin-bottom: 0.8rem;
    margin-top: 0;
    font-size: 15px;
}

.textarea-wrap {
    border-top: solid 1px #c6dcf0;
    background: #f6f6f6;
    padding: 40px;
}

.chat-wrap {
    padding: 0 40px;
    margin: 40px 0;
}

button.btn:hover {
    opacity: 0.9;
}

.burgan img {
    width: 130px;
}

.sohar img {
    width: 90px;
}

.alrayan img {
    width: 142px;
}

.ns.doha {
    max-width: 170px;
}

.bank-logo.doha {
    width: 125;
}

.ns.qiib {
    max-width: 217px;
}

.bank-logo.qiib {
    width: 150px;
}

.dreamQatar {
    width: 124px;
}

.bank-logo.dreamQatar {
    width: 90px;
}

.ns.rajhi {
    width: 87px;
}

.bank-logo.rajhi {
    width: 45px;
}
