﻿:root {
    /* colors  */
    --mp-primary: #FF6600;
    --mp-accent: rgba(41, 170, 254, 1);
    --mp-outline-focus: rgba(41, 170, 254, 0.5);
    --mp-secondary: #35383A;
    --mp-card: #FAFAFA;
    --mp-gradient: linear-gradient(180deg, rgba(41, 170, 254, 0.65) 0%, rgba(255, 102, 0, 0.83) 77.71%, #F60 100%);
    --mp-paragraph: #707070;
    --mp-primary-18: rgba(255, 102, 0, 0.1882);
    --mp-accent-16: rgba(41, 170, 254, 0.1608);
    --mp-gray-light: #EFEFEF;
    --mp-paragraph-light: #A1A1A1;
    --mp-danger: #E85C41;
    /* spacing  */
    --grid: 8px;
    /* effects  */
    --mp-box-shadow: 1px 1px 6px 0px rgba(0, 14, 216, 0.10);
    --mp-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    /* 0 0 0 rgba(54, 190, 236, 0.277) */
}



/*MY CLASSES*/
.owl-carousel.owl-carousel-meetpro .owl-stage-outer {
    padding-top: 3em!important;
}

.position-relative {
    position: relative !important;
}

.mp-shadow {
    box-shadow: var(--mp-box-shadow);
}

.mp-bg-light {
    background-color: #d7f1ff!important;
}


.bg-light {
    background-color: rgba(248, 249, 250, 1) !important;
    border-radius: 8px;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.position-relative {
    position: relative !important;
}

.h-100 {
    height: 100% !important;
}

.mp-shadow {
    box-shadow: var(--mp-box-shadow);
}

.mp-text-accent {
    color: var(--mp-accent);
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.card-title {
    margin: 0;
    padding: 0 1em;
    width: 100%!important;
    display: flex;
    justify-content: space-between;
}

.mp-bg-light {
    background-color: #d7f1ff;
}

.mp-text-accent {
    color: var(--mp-accent);
}

.rounded-top {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.mb-2 {
    margin-bottom: .5em;
    text-align: left;
}

.my-2 {
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: left;
}

.fw-bold {
    font-weight: 700 !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.px-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.border-1.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}