﻿<style >
/*--   sign css--*/
h1, h3, h4, h5, .h3, .h5 {
    color: #040404;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
}

body {
    line-height: 1.7;
    font-family: "Rubik", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 400;
    color: #888888;
}

.modal-dialog {
    max-width: 550px;
}

@media (min-width: 576px) .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}

@media (min-width: 576px) .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ACB9C4;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 2px 4px rgb(0 0 0 / 25%);
    background-color: #000;
}

.btn:hover, .btn:active, .btn:focus {
    outline: 0;
    box-shadow: none !important;
    text-decoration: none;
}

.btn:hover {
    color: #fff;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px !important;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 1px 1px rgb(0 0 0 / 25%);
    color: #888888;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}

.btn-party {
    margin-bottom: 10px;
}

.w-100 {
    width: 100% !important;
}

.btn {
    font-size: 15px;
    text-transform: capitalize;
    padding: 13px 28px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    transition: 0.2s ease;
    overflow: hidden;
    border: 0;
}

.w-100 {
    width: 100% !important;
}

@media (prefers-reduced-motion: reduce) .btn {
    transition: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
}

button {
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

a, button {
    cursor: pointer;
    transition: 0.2s ease;
}

button, [type=button] {
    -webkit-appearance: button;
}

button {
    text-transform: none;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.btn::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background-color: #000;
    top: 100%;
    left: 60%;
    z-index: -1;
    border-radius: 50%;
    transition: 0.3s;
    transform: rotate(25deg);
}

*, *::before, *::after {
    box-sizing: border-box;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

.login-with-microsoft-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 1px 1px rgb(0 0 0 / 25%);
    color: #888888;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCI+PHBhdGggZmlsbD0iI2ZmNTcyMiIgZD0iTTYgNkgyMlYyMkg2eiIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAxNCAxNCkiPjwvcGF0aD48cGF0aCBmaWxsPSIjNGNhZjUwIiBkPSJNMjYgNkg0MlYyMkgyNnoiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgMzQgMTQpIj48L3BhdGg+PHBhdGggZmlsbD0iI2ZmYzEwNyIgZD0iTTI2IDI2SDQyVjQySDI2eiIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAzNCAzNCkiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDNhOWY0IiBkPSJNNiAyNkgyMlY0Mkg2eiIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAxNCAzNCkiPjwvcGF0aD48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}

    .login-with-microsoft-btn:hover {
        box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 2px 4px rgb(0 0 0 / 25%);
        background-color: #000;
    }

.btn-party-extra {
    margin-bottom: 20px;
}

span.separator {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

    span.separator i {
        background: #fff;
        margin-top: -50%;
        position: relative;
        padding: 0 15px;
        color: #888888;
        top: -6px;
        z-index: 2;
    }

    span.separator:after {
        content: "";
        width: 100%;
        height: 0.5px;
        background: #ced4da;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
        margin-top: -8px;
    }

.form-group {
    position: relative;
    margin-top: 8px;
}

    .form-group label {
        position: absolute;
        background-color: #fff;
        top: -13px;
        left: 12px;
        padding: 0 9px;
    }

.form-label {
    margin-bottom: 0.5rem;
}

.form-control:not(textarea) {
    height: 55px;
}

.form-control {
    color: #233242 !important;
}

.shadow-none {
    box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) .form-control {
    transition: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.btn-primary {
    background: #000;
}

.btn-primary {
    background: #000;
    color: #fff;
    border-color: #000;
}

.forgot-sp {
    margin-top: 10px;
}

a.link-prop {
    color: #000;
    text-decoration: none;
}
/*--   sign css--*/

/*------footer -------*/

.bg-tertiary {
    background: #FBFBFB !important;
}

.section-sm {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) .text-md-start {
    text-align: left !important;
}

.text-center {
    text-align: center;
}

.mt-5 {
    margin-top: 3rem !important;
}

.align-items-center {
    align-items: center !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.list-inline-item {
    display: inline-block;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-black {
    color: #040404 !important;
}

a {
    color: #000;
}

a, button {
    cursor: pointer;
    transition: 0.2s ease;
}

    a, a:hover, a:focus {
        text-decoration: none !important;
    }
/*------end footer -------*/

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.navbar-nav {
    padding-left: 90%;
}

@media only screen and (max-width:991px) {
    .navbar-nav {
        padding-left: 0%;
    }

    .navbar-expand-lg {
        padding-bottom: 0px;
    }
}

.connectionpage .hide {
    display: none;
}

.jumbo-header {
    margin-top: 10%;
    margin-bottom: 10px;
}

.jumbo-paratwo {
    font-size: 20px;
    margin-top: 2%;
}

.jumbo-list {
    list-style: none;
    padding: 0px;
}

.review-image {
    padding-top: 20px;
}

    .review-image img {
        padding-bottom: 10px;
    }

.navbar-expand-lg {
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .review-image {
        text-align: center;
    }
}

</style >
