﻿.button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .button .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border: solid #fff;
        margin: 0.5rem;
    }

    .button .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        border: solid #679ab4;
        margin: 0.5rem;
    }

    .button .arrow {
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
    }

    .button:disabled {
        opacity: 0.3;
    }

.button-primary {
    background: #0d426c;
    border-radius: 4px;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.75rem;
    color: #fff;
    white-space: nowrap;
}

.button-primary-big {
    background: #0d426c;
    border-radius: 4px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    white-space: nowrap;
    padding: 0.8rem;
    gap: 10px;
}

.button-secondary {
    background: #679ab4;
    border-radius: 6px;
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 0.844rem 0.719rem;
}

    .button-secondary .btn-icon {
        margin-inline-end: 0.594rem;
    }

.button-secondary-border {
    color: #679ab4;
    border-color: #679ab4;
}

.button-delete-border {
    background: transparent;
    border-radius: 6px;
    color: #c4314b;
    border: 1px solid #c4314b;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 0.844rem 0.719rem;
}

    .button-delete-border .btn-icon {
        margin-inline-end: 0.594rem;
    }

.full-width-btn {
    width: 100%;
}

.button-default {
    background: #d9dce1;
    color: #455560;
}

.button-disabled {
    background-color: #b3b9c3;
    color: #fff;
}

.icon-extra {
    margin-inline-end: 0.594rem;
}
@font-face {
    font-family: 'Bliss 2';
    src: url(' ../fonts/bliss/Bliss2.eot');
    /*src: url('../fonts/bliss/Bliss2.eot?#iefix') format('embedded-opentype'), url('../fonts/bliss/Bliss2.woff2') format('woff2'), url('../fonts/bliss/Bliss2.woff') format('woff'), url('../fonts/bliss/Bliss2.ttf') format('truetype');*/
    src: url('../fonts/bliss/Bliss2.eot?#iefix') format('embedded-opentype'), url('../../fonts/ArbFONTS-Almarai-Light.ttf') format('woff2'), url('../../fonts/ArbFONTS-Almarai-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

@media (max-width: 1550px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 1400px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 13px;
    }
}

body {
    font-family: "Bliss 2", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #06a4df; /* #f2f3f5;*/
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

    body::-webkit-scrollbar {
        display: none;
    }

ul, li, h1, h2, h3, h4, h5, h6, p, label {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.cursor-pointer {
    cursor: pointer;
}

.orange-link {
    color: #0d426c;
}

.form-error {
    color: #e42929;
    font-size: 0.75rem;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

p.errormsg {
    text-transform: capitalize;
    color: red;
}

.nationalitySelectPrefix__control {
    border-width: 0;
}

@keyframes bottomToTop {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}

.page-wrapper .left-content {
    margin-top: 6.125rem;
    width: calc(100% - 33.75rem);
    padding-inline-start: 2.5rem;
    padding-inline-end: 2.5rem;
}

@media (max-width: 767px) {
    .page-wrapper .left-content {
        width: 100%;
        padding-inline-start: 0rem;
        padding-inline-end: 0rem;
    }
}

.editUserNonEditable {
    opacity: 0.3;
}

.Toastify__toast-container.Toastify__toast-container--top-center {
    margin-top: 4.375rem;
}

.Toastify__toast-container.Toastify__toast-container--top-right {
    margin-top: 4.375rem;
}
.contact-card {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 340px;
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 18px 5px 18px;
    border: 1px solid transparent;
    box-shadow: 0 7px 10px #000;
}

    .contact-card.show {
        display: block;
    }

    .contact-card .contact-card-wrapper .contact-header .title-contact {
        line-height: 30px;
        font-weight: 800;
        font-size: 1.75rem;
        width: 100%;
        max-width: 250px;
        letter-spacing: -1px;
        margin: 0;
    }

    .contact-card .contact-card-wrapper .contact-header .contact-desc {
        border-bottom: 1px solid #f2f3f5;
        font-weight: 400;
        font-size: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
    }

    .contact-card .contact-card-wrapper .contact-option {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .contact-card .contact-card-wrapper .contact-option .contact-option-lists .contact-list {
            display: flex;
            align-content: center;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: 1rem;
            flex-direction: row;
        }

            .contact-card .contact-card-wrapper .contact-option .contact-option-lists .contact-list:last-child {
                border-top: 1px solid #f2f3f5;
            }

            .contact-card .contact-card-wrapper .contact-option .contact-option-lists .contact-list .call-contact-icon {
                margin-top: 5px;
                max-width: 100%;
                height: auto;
                vertical-align: middle;
            }

            .contact-card .contact-card-wrapper .contact-option .contact-option-lists .contact-list .contact-detail {
                padding-left: 1rem;
                margin-top: 0;
                margin-bottom: 1rem;
                line-height: 1.3rem;
            }

                .contact-card .contact-card-wrapper .contact-option .contact-option-lists .contact-list .contact-detail .contact-type {
                    color: grey;
                    font-weight: 400;
                    font-size: 0.875rem;
                    margin: 0;
                }

                .contact-card .contact-card-wrapper .contact-option .contact-option-lists .contact-list .contact-detail .contact-by {
                    color: #1a1c1f;
                    cursor: pointer;
                    font-weight: 800;
                    font-size: 1.25rem;
                }

                .contact-card .contact-card-wrapper .contact-option .contact-option-lists .contact-list .contact-detail .contact-time {
                    display: block;
                    font-size: 0.75rem;
                    font-weight: 400;
                    margin: 0;
                }
.live-contact {
    height: 37px;
    width: 37px;
    vertical-align: baseline;
}