﻿@font-face {
    font-family: "Open Sans";
    src: url("OpenSans-Regular.ttf") format("truetype");
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #494AB9 #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 16px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #494AB9;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

html {
    margin: 0px;
    min-height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEFFF 100%) 0% 0% no-repeat padding-box;
}

body {
    margin: 0px;
    min-height: 100vh;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

table {
    border-radius: 10px;
}

thead {
    border-radius: 10px 10px 0px 0px;
    border: none;
}

tr {
    border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.w3-table-all td {
    border: none;
    height: 60px;
    vertical-align: middle !important;
}

table tr:last-child, td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child, td:last-child {
    border-bottom-right-radius: 10px;
}

table tr:first-child, th:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child, th:last-child {
    border-top-right-radius: 10px;
}

table tr:last-child {
    border-top-left-radius: 10px;
}

table tr:last-child {
    border-bottom-right-radius: 10px;
}

.w3-table, .w3-table-all {
    border-radius: 10px;
    border-width: 0;
}

.w3-table-all tr {
    border: none;
}

.w3-table-all tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(even) {
    background-color: #fff;
}

.w3-button, .w3-btn {
    border-radius: 34px;
}

.w3-text-red {
    color: #B00221!important;
}

.w3-blue {
    color: #fff!important;
    background-color: #494AB9!important;
}

.sp-mint {
    color: #fff !important;
    background-color: #399d91 !important;
}

.w3-text-blue {
    color: #494AB9!important;
}

.sp-text-center {
    text-align: center;
}

.sp-text-right {
    text-align: right;
}

.sp-text-left {
    text-align: left!important;
}

.sp-margin-y {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sp-margin-x {
    margin-left: 10px;
    margin-right: 10px;
}

.sp-margin-30 {
    margin: 30px;
}

.sp-text-bold {
    font-weight: 600;
}

.sp-flex {
    display: flex;
}

.sp-align-center {
    align-items: center;
}

.sp-text-green {
    color: #62AE61!important
}

.sp-light-gray {
    background-color: #ddd!important;
}

.w3-input, .w3-select {
    border: 1px solid #707070;
    border-radius: 5px;
}

.w3-card-2 {
    border-radius: 30px;
}

.w3-card {
    border-radius: 10px;
}

.sp-transparent {
    background-color: rgba(255,255,255,0);
}

.sp-link-border {
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #494AB9;
}

.sp-nav-button {
    font-size: 16px;
    color: #cbbde2;
}

.sp-nav-button:hover {
    color: #fff;
}


.sp-cursor-pointer {
    cursor: pointer !important;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.sp-dark-gradient {
    background: transparent linear-gradient(180deg, #494DB2 0%, #8872EA 100%) 0% 0% no-repeat padding-box;
}

.beta-label {
    background-color: #fff;
    padding: 0px 3px 0px 8px;
    text-align: center;
    border-radius: 10px;
    margin-right: 2px;
}

.beta-label-crm {
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    width: 60%;
    margin: auto;
    border-radius: 10px;
    padding: 0px;
    font-weight: bold;
    border: 1px solid;
}

.w3-modal {
    background-color: rgba(73, 74, 185, 0.32) !important;
    backdrop-filter: blur(.5px);
    -webkit-backdrop-filter: blur(.5px);
}

.w3-modal-content {
    border-radius: 24px;
    box-shadow: 0px 6px 12px #00000029;
}

.w3-modal-padding {
    padding: 20px 16px;
}

.w3-input:active, .w3-select:active {
    border-width: 2px;
    border-color: #494AB9!important;
}

.btn-lg {
    padding: 0.5rem 60px;
    font-size: 1.25rem;
}

.btn-md {
    padding: 0.5rem 40px;
    font-size: 1rem;
}

.sp-gradient {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEFFF 100%) 0% 0% no-repeat padding-box;
}

.sp-sidebar-item {
    padding: 5px 10px;
    border-radius: 7px;
    text-decoration: none;
}

.sp-button-outline {
    text-decoration: none;
    padding: 8px 16px;
    cursor: pointer;
    border: 3px solid black;
    border-radius: 34px;
    background-color: #fff;
    color: black;
}

.sp-border-red {
    border-color: #B00221!important;
}

.sp-border-blue {
    border-color: #494AB9!important;
}

.sp-border-green {
    border-color: #4CAF50 !important;
}

.sp-border-pink {
    border-color: #f3afaf !important;
}

.sp-button-pink:hover {
    background-color: #f3afaf;
    color: #fff !important;
}

.sp-button-blue:hover {
    background-color: #494AB9;
    color: #fff!important;
}

.sp-button-red:hover {
    background-color: #B00221;
    color: #fff !important;
}

.sp-button-green:hover {
    background-color: #4CAF50;
    color: #fff !important;
}


.sp-box-shadow {
    box-shadow: 0px 6px 12px #00000029;
}

.sp-x-button {
    cursor: pointer;
    font-size: 30px;
    /*padding: 8px 16px;*/
}

.sp-crm-card {
    width: 100%;
    display: table;
    height: 80px;
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 10px;
}

.slider {
    background-color: #BDBDE5!important;
}

input:checked + .slider {
    background-color: #494AB9 !important;
}

.instruction-card {
    border-radius: 10px;
    background-color: #EAEAFF!important; 
    color: #000!important;
}

.sp-label {
    margin: 5px 0;
    display: inline-block;
}

.w3-check {
    accent-color: #494AB9 !important;
}

.w3-check-sm {
    width: 18px;
}

.rect {
    width: 10px;
    border-radius: 6px;
    margin: 0 6px;
}

.sp-light-blue {
    background-color: #EAEAFF;
}

.sp-message-sender {
    background-color: #EAEAFF;
}

.sp-message-receiver {
    background-color: #F0FAF9;
}

.contact-container {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: #494AB9;
    border-radius: 50%;
    display: flex;
    transition: 200ms opacity ease;
    border: 1px solid #FAFAFA;
}

.contact-button {
    font-size: 40px;
    cursor: pointer;
    transition: 200ms opacity ease;
}

.contact-sellpander {
    z-index: 10;
    right: 35px;
    bottom: 75px;
    position: fixed;
}

.sp-textarea {
    display: block;
    box-sizing: padding-box;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.16);
    border: 0;
    resize: none;
}

.sp-mute-pink-button {
    background-color: #f3afaf;
    color: #fff;
}

.sp-mute-pink-button:hover {
    background-color: #95dbb0 !important;
}

.sp-mute-pink-text {
    color: #ffbbb4;
}

.sp-mute-orange {
    background-color: #fbe8df;
}