﻿@import url(app.buttons.css?v=1 );
@import url(app.checkbox.css);
@import url(app.media.css);

/* FONTS
---------------------------------------*/

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway_VariableFont_wght.ttf') format('truetype');
}

/* BASE UI
---------------------------------------*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    /* padding-bottom: 10px; */
    display: flex;
    flex-direction: column;
}

    body * {
        font-family: "Raleway", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

html {
    font-size: 16px !important;
    font-family: "Raleway", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    padding: 0;
}

main {
    flex-grow: 1;
}

header, main, footer {
    flex-shrink: 0;
}
.form-group .form-control {
    font-size: 15px !important;
}
body, .form-group label.control-label, .btn, .form-subtitle, .invalid-feedback, .form-check-label, .dropdown-item, .faqvideos .accordion .card-title, .faqvideos .divAnswerContentHtml, .custom-select-sm, .dropdown-menu, .people-list .chat-list li .name {
    font-size: 16px !important;
}
.footer-links{
    color:#fff;
}
/* ALIGNMENT
---------------------------------------*/
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* FLOATS
---------------------------------------*/
.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.f-none {
    clear: none
}

/* FONTS
---------------------------------------*/
.fs-h1 {
    font-size: 28px
}

.home-section-title {
    font-weight: 500;
}

/* NOTES
---------------------------------------*/
.border-bottom-pink {
    border-bottom: solid #DD1D97;
    border-radius: 2px;
}

.border-bottom-white {
    border-bottom: solid #fff;
    border-radius: 2px;
}

/* A
---------------------------------------*/
a {
    text-decoration: none;
    cursor: pointer !important;
}

/* ERROR MESSAGE
---------------------------------------*/
.danger {
    border-color: red;
}

.error-msg {
    color: red;
    font-size: 12px;
}

/* Themes
---------------------------------------*/
.bg-primary {
    background-color: #6139ca !important;
    border-color: #6139ca !important;
}

.hr-primary {
    border: none;
    height: 4px;
    background: #DD1D97;
    opacity: 1;
    width: 60px;
    border-radius: 2px;
}

/* SHOW
------------------------------------- */
.mobile-show, .mobile-show-nav {
    display: none;
}

.desktop-show {
    display: auto;
}

/* SECTION
------------------------------------- */
section {
    padding: 0em 1.5em;
}

/* HEADER
---------------------------------------*/
header > .bg-home-nav {
    background-color: #431CBA;
    border-color: transparent !important;
    border-bottom: 5.0em 1em
}

    header > .bg-home-nav .container {
        background-color: #431CBA;
        z-index: 1000;
    }

    header > .bg-home-nav a {
        color: #fff;
    }

    header > .bg-home-nav .fs-h1 {
        line-height: 100%;
    }

    header > .bg-home-nav .input-group {
        border-radius: 100px;
        overflow: hidden;
    }

header .navbar-collapse {
    padding-left: 5em;
}

    header .navbar-collapse .form {
        width: 100%;
        padding-left: 15px;
    }

header .mobile-nav {
    display: none;
}

header .navbar-brand {
    width: 200px !important;
    font-size: 26px !important;
}

    header .navbar-brand img {
        height: 40px !important;
        margin-top: -10px;
    }

.navbar-brand:focus, .navbar-brand:hover {
    color: #fff;
}
/* SLIDER
---------------------------------------*/
.splide__arrow.splide__arrow--prev,
.splide__arrow.splide__arrow--next {
    background-color: #EC27A4;
    opacity: 1 !important;
}

.splide__arrow svg {
    fill: #fff !important;
}

.splide-support .slider {
    margin: 15px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
}


    .splide-support .slider img {
        max-height: 150px;
        max-width: 150px;
    }

.splide-products .slider {
    padding: 10px 20px;
}

.splide .splide__pagination {
    display: none;
}
.product-image-slider-div {
    border: 1px solid;
    padding: 10px;
    border-radius:5px;
}
/* Breadcrumb
---------------------------------------*/
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item.active {
    color: #F61BA6;
}

.font-bold {
    font-weight: bold;
}


/*Model Pop up Section*/
/*.modal-content {
    border-radius: 0px;
}

.modal-header {
    border-bottom: 0px;
}

    .modal-header .btn-close.btn-close-top {
        position: absolute;
        z-index: 999;
        right: 15px;
        top: 18px;
    }


.modal-footer {
    border-top: 0px;
}

.btn-close-top {
    width: 2.5em !important;
    background: none !important;
}

    .btn-close-top img {
        width: 100% !important;
    }

.modal-title {
    font-family: Raleway;
    font-weight: 500;
    font-size: 30px;
    color: #431CBA;
}

.confirmation-modal-title {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 29.35px;
    color: #431CBA;
}

.confirmation-modal-desc {
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.13px;
    text-align: center;
}

.modal-backdrop {
    z-index: 1000;
}
/*Model Pop up section end*/
.form-group .error {
    border-color: red;
    font-size: 12px;
}

.form-control {
    background: #F5F2FF;
    padding: 10px;
    border-radius: 3px;
}

    .form-control:disabled {
        background: #F5F2FF;
        padding: 10px;
        border-radius: 3px;
    }

.btn-primary {
    background: #431CBA;
    color: #fff;
}

    .btn-primary:hover {
        background: #431CBA;
        color: #fff;
    }

main .container {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.searchtext-header {
    wax-width: 350px !important;
    border: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #000 !important;
}

.searchbtn-header {
    border: 0;
    background: #f5f2ff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.table thead {
    border-radius: 10px 10px 0px 0px;
}

.table tr td {
    padding: 15px;
    border-style: none !important;
}

.table thead th {
    background: #FFF1FA;
    padding: 15px;
}

    .table thead th:first-child {
        border-radius: 10px 0px 0px 0px !important;
    }

    .table thead th:last-child {
        border-radius: 0px 0px 0px 10px !important;
    }

.table tr:nth-child(odd) td {
    background-color: #fff !important;
}

.table tr:nth-child(even) td {
    background-color: #FAFAFD !important;
}

.table-border-shadow {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}

/* FOOTER
*/
.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

    .footer.fixed {
        position: fixed !important;
        bottom: 0;
    }

.footer-div {
    background-image: linear-gradient(to right, #572bbc, #3939b9);
    color: #fff !important;
    border-top: transparent !important;
    z-index: 9999;
}

.footer-link-div {
    background-image: linear-gradient(to right, #572bbc, #3939b9);
    color: #fff !important;
}

    .footer-link-div h3 {
        /*font-size: 38px;*/
    }

    .footer-link-div .footer-link-text {
        padding-left: 26px;
        padding-bottom: 50px;
    }

.footer-sub-links {
    margin: 2px 0px;
}


.border-shadow {
    box-shadow: 10px 10px 4px #0000000F !important;
    border-radius: 0px 10px 10px 0px !important;
}

 

.color-text {
    color: #431CBA !important;
}

.view-icon {
    background-color: red;
}

/*SETUP STEPS*/
.step-sub-div {
    background: linear-gradient(to right,#FFFFFF,#FFE4F5);
    min-height: 324px;
    background-size: 100% 100%;
    box-shadow: -8px -8px 12px 4px rgba(229, 229, 229, 0.9);
}

.step-sub-div-1 {
    background-image: url('../../image/setup-bg-1.png'),linear-gradient(to right,#FFFFFF,#FFE4F5);
}

.step-sub-div-2 {
    background-image: url('../../image/setup-bg-2.png'),linear-gradient(to right,#FFFFFF,#FFE4F5);
}

.step-sub-div-3 {
    background-image: url('../../image/setup-bg-3.png'),linear-gradient(to right,#FFFFFF,#FFE4F5);
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.title-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.block {
    display: block;
}

.border-rad-span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fixed-relative {
    bottom: 25px;
    position: absolute;
    width: 100%;
}

.fa-eye {
    color: #4334ba;
}
/* OVERRIDES
========================================================*/
/* NAV LINKS
--------------------------------*/
.nav-link {
    color: #fff;
}

    .nav-link:hover {
        color: #fff;
    }

    .nav-link:focus, .nav-link:active {
        color: #fff;
    }

.nav-tabs {
    margin-bottom: 20px;
}

    .nav-tabs .nav-link {
        color: #000;
    }

/* MODAL
--------------------------------*/
.modal {
}

    .modal .modal-header {
        border-bottom: none;
        color: #431CBA;
    }

    .modal .modal-footer {
        border-top: none;
    }

.modal-mid {
    max-width: 624px !important
}
/* CARD
--------------------------------*/

.card {
    border: 1px solid #e6e6fe;
    box-shadow: 10px 7px 27px -9px rgba(153,153,153,0.75);
    -webkit-box-shadow: 10px 7px 27px -9px rgba(153,153,153,0.75);
    -moz-box-shadow: 10px 7px 27px -9px rgba(153,153,153,0.75);
    margin: 12px;
}



    .card .card-header .nav-tabs {
        margin-bottom: -9px;
    }

    .card .card-body-header {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: pre-wrap;
        height: 41px;
        font-size:16px;
    }

    .card .card-body a.addLink {
        color: #000;
    }

.card .card-img {
    height: 8em;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*background-color: #e9e2ff;*/
    text-align: center;
}

    .card .card-img .card-img-top {
        width: auto !important;
        height: 100% !important;
        border-radius: 0;
    }

.card .card-bottom {
    text-align: center;
}

.card .card-footer {
    background-color: #ededffff;
}

    .card .card-footer .text-secondary,
    .card .card-footer .text-primary,
    .card .card-footer .text-danger {
        padding: 12px 0;
        display: inline-block;
    }

/* SLIDER
------------------------------------*/
.slick-arrow {
    z-index: 99999;
}

    .slick-arrow:before {
        content: " " !important;
        font-size: 30px !important;
        background-repeat: no-repeat;
        display: block;
        width: 148%;
        height: 187px;
        background-size: contain;
        position: relative;
        z-index: 1 !important;
    }

.slick-prev {
    margin-left: 0px;
}

    .slick-prev:before {
        background-image: url(../image/arrow-left.png);
        margin-left: 10px;
    }

.slick-next {
    margin-right: 16px;
}

    .slick-next:before {
        background-image: url(../image/arrow-right.png);
    }
.slick-track {
    display: flex !important;
}
.slick-slide {
    display: flex !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
}
