@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@200;300;400;500;600&family=Nunito:wght@300;400;500&display=swap');

:root{
    --primary:#bec2cc;
    --secondary:#98a1b5;
    --blue:#0d6efd;
    --indigo:#13119f;
    --purple:#6639ba;
    --pink:#e3569c;
    --red:#e00016;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#198754;
    --teal:#20c997;
    --cyan:#0dcaf0;
    --white:#fff;
    --gray:#98a1b5;
    --gray-light:#bec2cc;
    --gray-dark:#5a626e;
    --success:#3dba80;
    --info:#22b6f1;
    --warning:#f4aa2b;
    --danger:#f34153;
    --light:#f8f9fa;
    --dark:#212529;
}

body,
html {
    background: #fff;
    height: 100%;
    font-family: 'Inter';
    color: #98a1b5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins';
  color: #98a1b5;
}

.text-black {
    color: #98a1b5;
}

.text-gray {
    color: #bec2cc;
}

.font-inter {
    font-family: 'Inter';
}

.events button{
    background: #FFFFFF !important;
    color: #8896AB !important;
}   
.blogs a[aria-selected=true],
.blogs button[aria-selected=true],
.events a[aria-selected=true],
.events button[aria-selected=true],
.profile a[aria-selected=true],
.profile button[aria-selected=true] {
    background: #98a1b5 !important;
    color: #ffffff !important;
    border-color: #98a1b5 !important;
}

.carousel-indicators button{
    background: #FFFFFF !important;
}   
.carousel-indicators button[aria-current=true]{
    background: #78828a !important;
}

.navbar-nav > li > a,
.navbar-nav > li > div > a {
    color: #98a1b5 !important;
    font-size: 17px !important;
}
.navbar-nav > .active > a {
    color: #78828a !important;
    font-weight: 500;
}
.navbar-nav .categoriesClass a {
    font-size: 15px !important;
}

.qtybtn {
    border: 1px solid #ddd !important;
    /* padding: 5px 15px; */
    font-size: 20px;
    border-radius: 2px;
    cursor: pointer;
}
.lds-ripple {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    /* position: relative; */
    width: 80px;
    height: 80px;
}
#app{
    opacity: 0;
}
.lds-ripple div {

    position: absolute;
    border: 6px solid var(--primary_color);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.b-button {
    padding: 20px 22px 18px;
    background: var(--borde);
    position: relative;
    text-decoration: none;
    border: 0;
    border-radius: 3px;
    margin-bottom: 5px !important;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Nunito';
    line-height: 1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.scroll-up-button {
    top: 50%;
    transform: translateY(-50%);

}

.border-left {
    border-left: 1px solid rgb(229, 231, 235, 1);
}

.icon-search-form {
    font-size: 19px;
    color: var(--gray-light);
}

.search-bar-container {
    margin-top: -70px !important;
 }

.search-bar {
    background-color: #5a626e;
}

.search-bar-btn {
    background-color: #838b9b !important;
}

.bg-gray-bar {
    background-color: #5a626e;
}

.bg-gray-bar input,
.bg-gray-bar .select2-container--default .select2-selection--single {
    background-color: #5a626e !important;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 176 / var(--tw-border-opacity)) !important;
}

.bg-gray-bar input {
    padding-bottom: 0.67rem;
}

.bg-gray-bar input,
.bg-gray-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #d3d9e3 !important;
}

.bg-gray-bar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #98a1b5 transparent transparent transparent !important;
}

.upper-small {
    color: var(--regular);
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Nunito';
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.ms-15p {
    margin-left: 15%;
}

.w-max {
    max-width: 1580px !important;
    margin: 0 auto;
}

.w-inherit {
    width: inherit;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
.no-border .select2-container--default .select2-selection--single {
    border: none !important;
}
@media (min-width: 600px) {
    .customheight{
        height: 80vh !important;
    }
}


.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

.mySlides {
    display: none;
  }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    margin-top: -20px;
    background-color: rgb(0 0 0 / 33%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
}

.prev {
    left: 60px;
}

.next {
    right: 60px;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.64);
}

.modal-content {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.centered-image {
    display: block;
    object-fit: contain;
    margin: auto;
    width: 650px !important;
    max-height: 400px !important;
}

.bg-gray-light {
    background-color: #f7f8f9;
}

[type=checkbox], [type=radio] {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #bec2cc !important;
    border-width: 2px !important;
    color: #1c64f2;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: none !important;
}

.border-bottom {
    border: none;
    border-bottom: 1px solid #eee;
}

.border-bottom-2 {
    border: none;
    border-bottom: 2px solid #eee;
}

.filter-bw {
    filter: grayscale(1);
    opacity: .5;
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 /var(--tw-border-opacity)) !important;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 /var(--tw-border-opacity)) !important;
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.hover\:border-b-gray-300:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.focus\:border-b-gray-300:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-b-gray-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.hover\:border-b-gray-400:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.focus\:border-b-gray-400:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}

.border-b-gray-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.hover\:border-b-gray-500:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.focus\:border-b-gray-500:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}

.capitalize {
    text-transform: capitalize;
}

.appearance-none,
.appearance-none:hover,
.appearance-none:focus,
.appearance-none:active,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.select2-container--default .select2-selection--single {
    border-width: 2px !important;
    padding-top: .95rem;
    padding-bottom: .7rem;
    padding-left: .2rem;
    padding-right: .2rem;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    border-radius: .375rem !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
    line-height: 1.5rem;
}

.bg-primary-light {
    --tw-bg-opacity: 1;
    background-color: rgb(235 238 240 / var(--tw-bg-opacity));
}
.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 240 / var(--tw-bg-opacity));
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; 
  color: var(--gray-light) !important; 
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: var(--gray-light) !important; 
}

.banner-account {
    height: 275px;
}

.nowrap {
    white-space: nowrap;
}

.z-999 {
    z-index: 999 !important;
}

.swal2-header .swal2-icon {
    margin: 1rem auto;
}

.swal2-header h2.swal2-title {
    font-family: 'Inter' !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #98a1b5 !important;
    margin-bottom: 2px !important;
}

.swal2-content .swal2-html-container {
    font-family: 'Inter' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #98a1b5 !important;
}

.swal2-actions {
    margin: 1.25rem auto 1rem !important;
}

.swal2-actions button.swal2-cancel,
.swal2-actions button.swal2-deny,
.swal2-actions button.swal2-confirm {
    font-family: 'Inter' !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgb(89 97 109 / 85%) !important;
}

.userdata-form .profile button {
    color: #8896AB !important;
}

.img-profile-edit {
    position: absolute;
    right: 1rem;
    top: -6rem;
    border: 5px solid #fff;
}

.no-events {
    pointer-events: none;
}

@media (min-width: 280px ) and (max-width: 600px) {
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        color: white;
        font-weight: bold;
        font-size: 15px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        margin-top: -20px;
        background-color: rgba(0, 0, 0, 0.64);
        width: 30px;
        height: 27px;
        text-align: center;
        border-radius: 6px;
    }

    .prev {
        left: 34px;
    }

    .next {
        right: 34px;
    }
}

@media (min-width: 360px) {
    /* xsm */
}

@media (min-width: 440px) {
    /* msm */
}

@media (min-width: 600px) {
    /* sm */
}

@media (min-width: 768px) {
    /* md */
    .md\:ms-\[15\%\] {
        margin-left: 15%;
    }
}

@media (min-width: 840px) {
    /* xmd */
}

@media (min-width: 920px) {
    /* xxmd */
}

@media (min-width: 1024px) {
    /* lg */
}

@media (min-width: 1120px) {
    /* xlg */
}

@media (min-width: 1220px) {
    /* xl */
    .xl\:w-\[30\%\] {
        width: 30%;
    }
}

@media (min-width: 1367px) {
    /* xl1 */
    .xl1\:w-\[27\%\] {
        width: 27%;
    }
    .xl1\:w-\[30\%\] {
        width: 30%;
    }
    .xl1\:w-\[35\%\] {
        width: 35%;
    }
}

@media (min-width: 1436px) {
    /* xl2 */
    .xl2\:w-\[25\%\] {
        width: 25%;
    }
}

@media (min-width: 1478px) {
    /* xl2- */
}

@media (min-width: 1600px) {
    /* xl3 */
    .xl3\:w-\[22\%\] {
        width: 22%;
    }
}

@media (min-width: 1700px) {
    /* xxl */
    .xxl\:w-\[20\%\] {
        width: 20%;
    }
}

:-internal-autofill-selected {
    background: transparent !important;
    background-color: transparent !important;
}

