@import "./bg.css";
@import "./text.css";
@import "./font.css";
@import "./plugins/vue-stepper.css";

html {
  font-size: 15px;
}

body {
    font-family: "Rubik", "Barlow", serif !important;
    color: #485156 !important;
    background-color: #fafbfc !important;
}

@media only screen and (max-width: 575px) {
    .container {
        padding: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) {
    .container {
        padding: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        padding: 0;
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        padding: 0;
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        padding: 0;
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        padding: 0;
        max-width: 1400px;
    }
}

.bottom-box-shadow {
    box-shadow: inset 0 -1px #e9e9ea;
}

.right-box-shadow {
    box-shadow: inset -1px 0 #e9e9ea;
}

.bold-hr {
    height: 2px;
    border-width: 0;
    background-color: #d8d8d8;
}

a {
    text-decoration: none !important;
}

a.small-link {
    text-decoration: none !important;
    color: #007bff;
}

/* custom classes */
.link {
    cursor: pointer;
}

/* button overwrite */
.btn {
    border-radius: 0.3rem;
}

.btn-primary {
    color: #fff;
    border: 1px solid white;
    background-image: linear-gradient(275deg, #6ec6ff, #1976cc)
}

.btn-primary:hover {
    border: 1px solid #125fa5;
}

.btn-outline-primary {
    color: #1976cc;
    border-color: #1976cc;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1976cc;
    border-color: #1976cc;
}

.simple-card-footer {
    background-color: transparent;
    border: none;
}

/* navbar overwrite */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #1976cc;
}

/* elevation list as box shadow */
.elevation-5 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
}

.elevation-4 {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

.elevation-3 {
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
}

.elevation-2 {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.elevation-1 {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}

.elevation-0 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}

.elevation-small {
    box-shadow: 0px 8px 24px rgba(112, 144, 176, 0.15) !important;
}

.elevation-medium {
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.15) !important;
}

.elevation-large {
    box-shadow: 0px 32px 60px rgba(112, 144, 176, 0.1) !important;
}

/* common components styles */

/* card */
.card {
    border: none;
    border-radius: 8px !important;
}

.word-break {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 50%;
}

.primary-outlined-card {
    border: 1px solid #6ec6ff;
    box-shadow: 0 0 6px 0 #a4ddff;
    border-radius: 10px;
}

.text-gradient-blue {
    background: -webkit-linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    background: -moz-linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    background: -o-linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    background: linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-button-blue {
    background: -webkit-linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    background: -moz-linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    background: -o-linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    background: linear-gradient(160deg, #5A15EE 15%, #00FFFF 90%) top center;
    color: #fff !important;
}

.gradient-button-blue:hover {
    background: -webkit-linear-gradient(157deg, #5A15EE 10%, #00FFFF 80%) top center;
    background: -moz-linear-gradient(157deg, #5A15EE 10%, #00FFFF 80%) top center;
    background: -o-linear-gradient(157deg, #5A15EE 10%, #00FFFF 80%) top center;
    background: linear-gradient(157deg, #5A15EE 10%, #00FFFF 80%) top center;
    color: #fff !important;
    text-decoration: none;
}

.rounded-button {
    margin: 10px;
    padding: 12px 36px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    border-radius: 100px !important;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px !important;
}

.rounded-8px {
    border-radius: 8px !important;
}

.semi-cornered-button {
    margin: 10px;
    padding: 12px 24px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    border-radius: 8px !important;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
}

.underlined-heading {
    border-bottom: 2px solid #150773;
}

.underlined-heading-disabled {
    border-bottom: 2px solid #EFF1F2;
}

.underlined-text{
    text-decoration: underline !important;
  }  

.outlined-icon-button {
    background-color: #fff !important;
    color: #150773 !important;
    border-radius: 100px;
    border: 1px solid #979CA8;
    font-weight: 400;
    height: 48px;
}

.outlined-icon-button:hover {
    background-color: #150773 !important;
    color: #fff !important;
    transition: background-color 0.5s ease;
}

.tertiary-button {
    background-color: #fff !important;
    color: #5856D6 !important;
    border-radius: 100px;
    border: 1px solid #5856D6 !important;
}

.reverse-tertiary-button {
    background-color: #5856D6 !important;
}

.button-small {
    font-size: 12px !important;
    padding: 8px 12px !important;
}

.divider {
    width: 100%;
    height: 15px;
    border-bottom: 2px solid #EFF1F2;
    border-radius: 2px;
    text-align: center
}

.gradient-icon-button {
    border: 1px solid transparent;
    position: relative;
    border-radius: 18px;
    padding: 5px 15px;
    width: max-content;
}

.gradient-icon-button::after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(134.95deg, #5A15EE 0%, #00FFFF 100%);
    z-index: -1;
    border-radius: 20px;
}

.font-weight-bolder {
    font-weight: 700 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.font-weight-semi-bold {
    font-weight: 500 !important;
}

.font-weight-light-bold {
    font-weight: 400 !important;
}

.top-bordered-row {
    border-top: 1px solid #E8E9EB;
}

.bottom-bordered-row {
    border-bottom: 1px solid #E8E9EB;
}

.right-bordered-row{
    border-right: 1px solid #E8E9EB;
  }
  
.gradient-border-blue {
    border: 1px solid transparent;
    -webkit-background-clip: text;
    border-radius: 20px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #5A15EE, #00FFFF);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

button[disabled] {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 50% !important;
}

.rotate90-icon {
    transform: rotate(90deg);
    max-height: 15px;
    max-width: 25px;
}

.filter-checkbox {
    width: 2.3vw;
    height: 2.3vh;
}

.clipboard-logo {
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.shadow-box{
    border-radius: 8px !important;
    box-shadow: 0px 8px 24px rgba(112, 144, 176, 0.25);
  }

.hand-pointer{
    cursor: pointer;
}

.text-btn {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

