﻿:root {
    /*--app-theme-primary: #f06838;*/
    --app-theme-primary: #dc2639;
    --app-theme-text-primary: #dc2639;
    /*--app-theme-primary-light: #ff8459;*/
    /*--app-theme-primary-faint: #ffe5d6;*/
    /*--app-theme-primary-dark: #e15827;*/
    --app-theme-primary-light: #e2384a;
    --app-theme-primary-faint: #ffe5d6;
    --app-theme-primary-dark: #c73040;
    --app-orange: #f06838;
    --app-orange-light: #f06838ad;
    --app-top-nav-height: 37px;
    --app-nav-height: 33px;
    --app-page-title-height: 43px;
    --app-blue-light: #2b56a5;
    --app-blue: #1a3973;
    --app-blue-border: #1a3973;
    --app-green-light: #a6d894;
    --app-green: #55b24e;
    --app-green-border: #627b60;
    --z-index-datepicker: 1003;
    --default-app-card-height: 350px;
    --default-blog-card-height: 350px;
    --default-app-card-text-section-height: 35px;
    --app-theme-bg-SkyBlue: #cae8ff;
    --app-theme-LightBlue: #3b99e0;
    --app-gradient-Blue: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    --app-gradient-grey: linear-gradient(360deg, var(--bs-gray-400) 50%, var(--bs-gray-100) 100%);
    --app-theme-Blue: #223dfe;
    --app-theme-DarkBlue: #11239c;
    --app-theme-text-color: #061133;
    --app-font-family: "Poppins", sans-serif;
}

body {
    /*font-size: 14px;*/
    /*color: var(--app-theme-text-color);*/
    color: var(--app-blue);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    /*font-family: "Poppins", sans-serif !important;*/
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
}

    /*.navbar-header .d-flex:first-child {
    height: 60px;
}*/

    body[data-layout=horizontal][data-topbar=light] .topnav {
        background: var(--app-gradient-Blue);
    }

    body[data-topbar=dark] #page-topbar {
        background-color: #4e6dc8;
    }

    body[data-layout=horizontal] .page-content {
        /*margin-top: calc(var(--app-nav-height) + var(--app-top-nav-height));*/
        padding: 10px 0;
        margin-top: 0;
    }

    body[data-layout=horizontal][data-layout-size=boxed] .container-fluid, body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
        max-width: 100%;
    }

    body.show-sidebar .vertical-menu {
        width: 250px;
        position: fixed;
    }

    body.show-sidebar .page-content {
        margin-left: 250px;
    }

    body *::-webkit-scrollbar {
        width: 7px;
        height: 6px !important;
    }

    body *::-webkit-scrollbar-thumb {
        background: var(--app-theme-primary);
        border-radius: 10px;
    }

        body *::-webkit-scrollbar-thumb:hover {
            background: var(--app-theme-primary-dark);
        }

.bg-image {
    background: linear-gradient(rgba(40, 120, 235, 0.05), rgba(40, 120, 235, 0.05)), url(/images/Common/bg-image.jpg);
    background-attachment: fixed;
}

.text-justify {
    text-align: justify !important;
}

label {
    /*color: var(--app-theme-primary);*/
    color: var(--app-blue-light);
    font-weight: 500;
}

.form-label {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
}

a {
    color: var(--bs-gray-500);
    text-decoration: none;
}

    a:hover {
        color: var(--bs-gray-600);
    }

    a:active {
        color: var(--app-orange);
    }

.form-control {
    font-size: inherit;
    padding: 0.1875rem 0.375rem;
}

a:hover {
    color: var(--bs-gray-600);
}

.bg-thm-primary {
    background-color: var(--app-theme-primary);
}

.text-thm-primary {
    color: var(--app-theme-primary) !important;
}

.bg-thm-primary-faint {
    background-color: var(--app-theme-primary-faint);
}

.bg-thm-primary-faint-gradient {
    background-color: var(--app-theme-primary-faint);
}

.text-thm-primary-faint {
    color: var(--app-theme-primary-faint) !important;
}

.bg-thm-primary-light {
    background-color: var(--app-theme-primary-light);
}

.text-thm-primary-light {
    color: var(--app-theme-primary-light) !important;
}

.bg-thm-primary-dark {
    background-color: var(--app-theme-primary-dark);
}

.text-thm-primary-dark {
    color: var(--app-theme-primary-dark) !important;
}

.btn-thm-primary {
    background-color: var(--app-theme-primary);
    border-radius: 1rem;
    transition: all 0.2s ease;
}

    .btn-thm-primary:hover, .btn-thm-primary:active {
        background-color: var(--app-theme-primary-dark);
        box-shadow: 0 0 0 1px var(--app-theme-primary-light);
    }

.btn-thm-primary-light {
    background-color: var(--app-theme-primary-light);
    border-radius: 1rem;
    transition: all 0.2s ease;
}

    .btn-thm-primary-light:hover, .btn-thm-primary:active {
        background-color: var(--app-theme-primary);
        box-shadow: 0 0 0 1px var(--app-theme-primary-light);
    }

.datepicker {
    z-index: var(--z-index-datepicker) !important;
}

.w-fit-content {
    width: fit-content;
}

.nav-link {
    color: inherit;
}
/*#region app-buttons  (type region and Esc then tab)*/


.btn-app-green {
    color: #fff;
    background-color: var(--app-green);
    border-color: var(--app-blue-border);
}

.btn-app-blue {
    color: #fff;
    background-color: var(--app-blue);
    border-color: var(--app-blue-border);
}

.btn-app-gradient-grey {
    background: var(--app-gradient-grey);
    color: var(--bs-gray-800);
    border: 1px solid var(--bs-gray-500);
}

    .btn-app-gradient-grey:hover {
        color: var(--bs-gray-800);
        border: 1px solid var(--bs-gray-400);
        box-shadow: 0 0 0 0.125rem var(--bs-gray-200);
    }

.btn-app-blue:hover {
    color: #fff;
    background-color: var(--app-blue-light);
    border-color: var(--app-blue-border);
}
/*#endregion */

/*#region app-bg's */
.bg-app-blue-light {
    background: var(--app-blue-light) !important;
}

.bg-app-blue {
    background: var(--app-blue) !important;
}

.bg-app-green-light {
    background: var(--app-green-light) !important;
}

.bg-app-green {
    background: var(--app-green) !important;
}

/*#endregion */

/*#region text */

.text-app-blue {
    color: var(--app-blue);
}

.text-app-blue-light {
    color: var(--app-blue-light);
}

.text-app-green {
    color: var(--app-green);
}

.text-app-green-light {
    color: var(--app-green-light);
}

/*#endregion */

/*#region border */
.border-app-blue {
    border-color: var(--app-blue) !important;
}

.border-app-blue-light {
    border-color: var(--app-blue-light) !important;
}

.border-app-green {
    border-color: var(--app-green) !important;
}

.border-app-green-light {
    border-color: var(--app-green-light) !important;
}

.dropdown-menu {
    font-size: inherit;
}

/*#endregion */

/*#region override popover */
.popover {
    border-color: var(--app-blue) !important;
}

.popover-header {
    background: var(--app-blue) !important;
    /*color: #fff !important;*/
    color: var(--app-green-light) !important;
    font-weight: 700;
}

.popover-body {
    color: var(--app-blue) !important;
    overflow-y: auto;
    max-height: 70vh;
}

.popover-tag {
    cursor: pointer;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    border-top-color: var(--app-blue);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    border-top-color: var(--app-blue);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    border-right-color: var(--app-blue);
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    border-right-color: var(--app-blue);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    border-bottom-color: var(--app-blue);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    border-bottom-color: var(--app-blue);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    border-left-color: var(--app-blue);
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    border-left-color: var(--app-blue);
}
/*#endregion */

/*#region override tooltip */
.tooltip-inner {
    background-color: var(--app-blue);
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: var(--app-blue) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: var(--app-blue) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--app-blue) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: var(--app-blue) !important;
}


/*#endregion */

/*#region cursor */
.cursor-pointer {
    cursor: pointer !important;
}

.cursor-auto {
    cursor: auto !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}


/*#endregion */

/*#region Page-title */
.page-title-box {
    padding: 5px;
}
/*#endregion */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--app-blue);
}


.topnav {
    z-index: 1004;
    margin-top: 0px;
    top: 0;
    min-height: var(--app-top-nav-height);
    background: var(--app-gradient-Blue);
}

    .topnav .navbar-nav .nav-link {
        padding: .5rem .5rem;
        /*color: rgba(255,255,255,.6);*/
    }

    /*.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {*/
    /*color: rgba(255,255,255,.9);*/
    /*}*/

    .topnav .app-search .form-control {
        height: 29px;
    }

    .topnav .noti-icon i {
        color: white;
    }

    .topnav .header-item {
        color: white;
        height: var(--app-top-nav-height) !important;
    }

.vertical-menu {
    background: #fff;
}

#sidebar-menu ul li a:hover {
    color: #383c40;
    background: #c7d6f1;
}

#page-topbar {
    top: 37px;
}

    #page-topbar .navbar-header {
        height: 60px;
    }

        #page-topbar .navbar-header .d-flex:first-child {
            height: 60px;
        }

        #page-topbar .navbar-header .navbar-brand-box .logo {
            line-height: 60px;
        }

    #page-topbar .dropdown.dropdown-mega button.btn.header-item {
        height: 60px !important;
    }

    /*   #page-topbar .dropdown.dropdown-mega:hover {
        background: var(--app-green);
    }

        #page-topbar .dropdown.dropdown-mega:hover button.btn.header-item {
            color: white;
        }*/

    #page-topbar .dropdown-menu.dropdown-megamenu.show {
        overflow-y: auto;
        max-height: 75vh;
        -webkit-animation-name: inherit;
        animation-name: inherit;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: inherit;
        animation-fill-mode: inherit;
    }

    #page-topbar .dropdown-menu.dropdown-megamenu .card-columns .card {
        margin-bottom: 1px;
    }

    #page-topbar .megamenu-list li {
        padding: 3px 0;
    }

        /* #page-topbar .megamenu-list.list-unstyled {
        list-style: disc;
    }*/

        /*#page-topbar .megamenu-list li:hover {
        background: var(--app-green-light);
    }*/

        #page-topbar .megamenu-list li a:hover {
            color: var(--app-blue);
            /*background: var(--app-green-light);*/
            font-weight: 500;
            text-decoration: underline !important;
        }

@media (min-width: 576px) {
    #page-topbar .dropdown-menu.dropdown-megamenu .card-columns {
        column-count: 4;
    }
}

#hp-bnr-carousel {
    height: calc((90vh - 107px));
}

.main-content {
    overflow: inherit;
}

.page-content {
    padding: 0;
    padding-bottom: 0 !important;
}

.manage-nav-links li .active {
    background-color: var(--app-blue-light) !important;
}

.manage-nav-links li a:not(.active):hover {
    color: var(--app-theme-primary) !important;
}

.show-sidebar {
}

.footer {
    position: inherit;
}

.stick-top-below-header {
    position: sticky;
    top: calc(var(--app-top-nav-height) + var(--app-nav-height) + 10px);
    z-index: 1;
}

.stick-top-below-app-navbar {
    position: sticky;
    top: calc(var(--app-top-nav-height) + var(--app-nav-height));
    z-index: 1;
}

.stick-top-below-header-and-pTitle {
    position: sticky;
    top: calc(var(--app-top-nav-height) + var(--app-nav-height) + var(--app-page-title-height) + 10px);
}

.border-top-thin {
    border-top-style: solid;
    border-top-width: thin;
}

.border-top-medium {
    border-top-style: solid;
    border-top-width: medium;
}

.border-top-thick {
    border-top-style: solid;
    border-top-width: thick;
}

.vertical-menu {
    top: calc(var(--app-nav-height) + var(--app-top-nav-height));
}

.font-italic {
    font-style: italic;
}

.form-cus-compact .col, .form-cus-compact .col-1, .form-cus-compact .col-10, .form-cus-compact .col-11, .form-cus-compact .col-12, .form-cus-compact .col-2, .form-cus-compact .col-3, .form-cus-compact .col-4, .form-cus-compact .col-5, .form-cus-compact .col-6, .form-cus-compact .col-7, .form-cus-compact .col-8, .form-cus-compact .col-9, .form-cus-compact .col-auto, .form-cus-compact .col-lg, .form-cus-compact .col-lg-1, .form-cus-compact .col-lg-10, .form-cus-compact .col-lg-11, .form-cus-compact .col-lg-12, .form-cus-compact .col-lg-2, .form-cus-compact .col-lg-3, .form-cus-compact .col-lg-4, .form-cus-compact .col-lg-5, .form-cus-compact .col-lg-6, .form-cus-compact .col-lg-7, .form-cus-compact .col-lg-8, .form-cus-compact .col-lg-9, .form-cus-compact .col-lg-auto, .form-cus-compact .col-md, .form-cus-compact .col-md-1, .form-cus-compact .col-md-10, .form-cus-compact .col-md-11, .form-cus-compact .col-md-12, .form-cus-compact .col-md-2, .form-cus-compact .col-md-3, .form-cus-compact .col-md-4, .form-cus-compact .col-md-5, .form-cus-compact .col-md-6, .form-cus-compact .col-md-7, .form-cus-compact .col-md-8, .form-cus-compact .col-md-9, .form-cus-compact .col-md-auto, .form-cus-compact .col-sm, .form-cus-compact .col-sm-1, .form-cus-compact .col-sm-10, .form-cus-compact .col-sm-11, .form-cus-compact .col-sm-12, .form-cus-compact .col-sm-2, .form-cus-compact .col-sm-3, .form-cus-compact .col-sm-4, .form-cus-compact .col-sm-5, .form-cus-compact .col-sm-6, .form-cus-compact .col-sm-7, .form-cus-compact .col-sm-8, .form-cus-compact .col-sm-9, .form-cus-compact .col-sm-auto, .form-cus-compact .col-xl, .form-cus-compact .col-xl-1, .form-cus-compact .col-xl-10, .form-cus-compact .col-xl-11, .form-cus-compact .col-xl-12, .form-cus-compact .col-xl-2, .form-cus-compact .col-xl-3, .form-cus-compact .col-xl-4, .form-cus-compact .col-xl-5, .form-cus-compact .col-xl-6, .form-cus-compact .col-xl-7, .form-cus-compact .col-xl-8, .form-cus-compact .col-xl-9, .form-cus-compact .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.form-cus-compact .form-group {
    margin-bottom: 0.1rem;
}

.form-cus-compact label {
    margin-bottom: 0.1rem;
}

.form-cus-compact .form-control {
    height: calc(1.5em + .5rem + 5px);
    padding: .25rem .2rem;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-cus-compact textarea.form-control {
    height: auto;
}

.form-cus-compact .custom-file {
    height: inherit;
}

    .form-cus-compact .custom-file .custom-file-label {
        height: calc(1.2em + .5rem + 5px);
        padding: 5px 2px;
        border: 0px solid #ced4da;
        border-radius: 0.25rem;
    }

        .form-cus-compact .custom-file .custom-file-label::after {
            height: calc(1.2em + 0.5rem + 5px);
            padding: 5px 2px;
            border: 1px solid #ced4da;
            border-radius: 5px;
        }

.form-cus-compact .input-group .input-group-append a {
    padding: 0.25rem 1rem;
}

.verti-timeline {
    border-left: 3px dashed #dcd6d6;
}

.card-btn-pos-ab-right {
    top: 1.25rem;
    right: 1.25rem;
    position: absolute;
}

.section-m-dt {
}

/*#region select2 */
/*fixing select with input-group*/
/*https://jsfiddle.net/davidliang2008/o0tLw56f/15/*/
.input-group > .select2-container--bootstrap, .input-group > .select2-container--default {
    width: auto;
    flex: 1 1 auto;
}

    .input-group > .select2-container--bootstrap .select2-selection--single,
    .input-group > .select2-container--default .select2-selection--single,
    .input-group > .select2-container--bootstrap .select2-selection--multiple,
    .input-group > .select2-container--default .select2-selection--multiple {
        height: 100%;
        line-height: inherit;
        border-radius: 4px 0 0 4px;
    }

        .input-group > .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
        .input-group > .select2-container--default .select2-selection--single .select2-selection__rendered,
        .input-group > .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered,
        .input-group > .select2-container--default .select2-selection--multiple .select2-selection__rendered {
            height: inherit;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }

        .input-group > .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
        .input-group > .select2-container--default .select2-selection--single .select2-selection__arrow,
        .input-group > .select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow,
        .input-group > .select2-container--default .select2-selection--multiple .select2-selection__arrow {
            height: inherit;
        }

/*#endregion */

.tcell-img {
    height: 40px;
    width: 40px;
}

.fit-screen {
    height: 100vh;
    height: calc(100vh - var(--app-top-nav-height) - var(--app-nav-height)) !important;
}

.ribbon-container {
    position: relative;
}

    .ribbon-container::before {
        position: absolute;
        content: '';
        background-color: #fc5185;
        background-color: var(--app-green);
        height: 2.25rem;
        width: 2.25rem;
        top: 1.25rem;
        right: -1.1rem;
        transform: rotate( 45deg);
        z-index: 0;
    }

    .ribbon-container::after {
        position: absolute;
        content: attr(data-label);
        top: .46rem;
        padding-left: 20px;
        padding: 0.35rem 0.5rem;
        right: -1.6rem;
        width: auto;
        background-color: #fc5185;
        background-color: var(--app-blue);
        z-index: 1;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 10px;
        color: #fff;
    }

    .ribbon-container.flashing::before {
        position: absolute;
        content: '';
        background-color: #fc5185;
        background-color: var(--app-green);
        height: 2.25rem;
        width: 2.25rem;
        top: 1.25rem;
        right: -1.1rem;
        transform: rotate( 45deg);
        z-index: 0;
        -webkit-animation: flashing 1.5s infinite linear;
        animation: flashing 1.5s infinite linear;
    }

    .ribbon-container.flashing::after {
        position: absolute;
        content: attr(data-label);
        top: .46rem;
        padding-left: 20px;
        padding: 0.35rem 0.5rem;
        right: -1.6rem;
        width: auto;
        background-color: #fc5185;
        background-color: var(--app-blue);
        z-index: 1;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 10px;
        color: #fff;
        -webkit-animation: flashing 1.5s infinite linear;
        animation: flashing 1.5s infinite linear;
    }


.container-progressbar {
    z-index: 0;
}

#progressbar {
    /*margin-bottom: 30px;*/
    overflow: hidden;
    /*    color: #455A64;*/
    padding-left: 0px;
    margin-top: 10px
}

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        font-weight: 400;
        /*width: 20%;*/
        float: left;
        position: relative;
    }

    #progressbar .step:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f252"; /*"\f128";*/
        color: var(--red);
    }

    #progressbar .step-done:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f00c";
        color: var(--app-green-light);
    }

    #progressbar .step-on:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f04b";
        color: var(--yellow);
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        background: var(--app-blue);
        border-radius: 50%;
        margin: auto;
        padding: 0px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 12px;
        background: var(--app-green-light);
        position: absolute;
        left: 0;
        top: 16px;
        z-index: -1
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%
    }

    #progressbar li:nth-child(n):after {
        left: -50%
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        left: 50%
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

    /*    #progressbar li.active:before {
        background: var(--app-green);
    }*/
    #progressbar li.active:after {
        background: var(--app-green)
    }

    /*    #progressbar li.active:before {
        font-family: FontAwesome;
        content: "\f00c"
    }*/

    #progressbar .icon {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    #progressbar .icon-content {
        padding-bottom: 20px
    }

@media screen and (max-width: 992px) {
    #progressbar .icon-content {
        width: 50%
    }
}

.carousel-control-next, .carousel-control-prev {
    opacity: 0.2;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 0.3;
    }

.vh-25 {
    height: 25vh;
}

.vh-50 {
    height: 50vh;
}

.vh-60 {
    height: 60vh;
}

.vh-70 {
    height: 70vh;
}

.vh-75 {
    height: 75vh;
}

.min-vh-25 {
    min-height: 25vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-60 {
    min-height: 60vh !important;
}

.min-vh-70 {
    min-height: 70vh !important;
}

.min-vh-75 {
    min-height: 75vh !important;
}

.text-help {
    font-size: 80%;
    font-weight: 500;
    color: var(--yellow) !important;
}

.text-help-bg {
    font-size: 80%;
    font-weight: 500;
    background: var(--yellow);
    padding: 0 5px;
    color: #74788d !important;
    border-radius: 5px;
}

.image-height {
    height: 100px;
}

.header-profile-user {
    height: 28px;
    width: 28px;
}

.ul-aligned li {
    padding-left: 1.28571429em;
    text-indent: -1.28571429em;
}

@media only screen and (min-width: 768px) {
    /* For mobile phones: */
    .app-search {
        width: 30vw !important;
    }
}

.app-search span {
    font-size: 19px;
    line-height: 31px;
}

.searchbox-cntr * {
    font-size: 12px !important;
}

.searchbox-cntr input:focus {
    box-shadow: 0px 2px 2px 2px var(--app-blue-light);
    box-shadow: 0 0 0 0.125rem var(--bs-gray-200);
    border-color: var(--bs-gray-400);
}

.searchbox-cntr .autocomplete-items {
    position: absolute;
    /*box-shadow: 0px 2px 2px 2px var(--app-blue-light);
    box-shadow: 0 0.2rem 0.5em var(--app-blue-light) !important;*/
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    background: white;
    z-index: 3;
    top: 33px;
    max-height: 350px;
    overflow-y: hidden;
}

    .searchbox-cntr .autocomplete-items a {
        cursor: pointer;
        border-bottom: 1px solid var(--app-blue);
        /*        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
        /*height: 35px;*/
    }

        .searchbox-cntr .autocomplete-items a :first-child {
            /*white-space: nowrap;*/
            width: 80%;
            /*overflow: hidden;
            text-overflow: ellipsis;*/
        }

        /*.searchbox-cntr .autocomplete-items a:nth-child(odd) {
            background: var(--light);
        }*/

        .searchbox-cntr .autocomplete-items a img {
            height: -webkit-fill-available;
            max-height: 50px;
            min-height: 30px;
            width: 50px;
        }

        .searchbox-cntr .autocomplete-items a.on-hover-no-clr-ch:hover {
            color: white;
        }

        .searchbox-cntr .autocomplete-items a:hover, .searchbox-cntr .autocomplete-items .autocomplete-active {
            color: #084298;
            background-color: #cfe2ff;
        }

.feedback-link a:hover {
    color: white;
}

.footer-links a:hover {
    text-decoration-line: underline !important;
}

.hr-margin {
    margin-bottom: 0 !important;
}

/*#region otp */
.digit-group input {
    width: 30px;
    height: 40px;
    border-radius: 4px;
    background-color: var(--app-green-light);
    border: 1px solid var(--app-blue);
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--app-blue);
    margin: 0 2px;
}

.digit-group .splitter {
    padding: 0 1px;
    color: var(--app-blue);
    font-size: 24px;
}

.prompt {
    margin-bottom: 2px;
    font-size: 15px;
    color: var(--app-blue);
}
/*#endregion */
.fixed-contactUs {
    width: 20rem;
    height: 6rem;
    position: fixed;
    bottom: 1.5rem;
    left: 2.5rem;
    z-index: 1002;
    opacity: 0.78;
}

    .fixed-contactUs .fixed-contactUs-div:hover a {
        text-decoration: underline !important;
        color: var(--app-green-light) !important;
    }

.fixed-img-size {
    width: 3rem;
    height: 2rem;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding: 0.4rem 1.5rem 0.4rem 5.5rem;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding: 0.4rem 1.5rem 0.4rem 6.5rem;
}

#folderSidebar .mm-active > a {
    color: var(--app-blue) !important;
}

    #folderSidebar .mm-active > a i {
        color: var(--warning) !important;
    }

.btn-shadow {
    box-shadow: 0 0.3rem 0.25rem rgba(0,0,0,.55) !important;
}

.hidden-trash-icon {
    display: none;
}

.folder-div:hover .hidden-trash-icon {
    display: block;
}

.doc-img-size {
    height: 6rem;
}

/*#region simplebar-scrollbar */
.simplebar-scrollbar {
    width: 10px;
}

/*#endregion */

/*css for cards of services and blogs*/
.app-card {
    height: var(--default-app-card-height);
}

.blog-card {
    height: var(--default-blog-card-height);
}

.card-text-overflow-ellipsis {
    height: var(--default-app-card-text-section-height);
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.currency-font-family-sans-serif {
    font-family: sans-serif;
}


/* -------------------------------------------------------------------------------------------------------------------------------------- */

.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: inherit;
    background-color: #dee3e9;
}

.bg-custom-skyblue {
    background-color: var(--app-theme-bg-SkyBlue) !important;
}

.bg-custom-LightBlue {
    background-color: var(--app-theme-LightBlue) !important;
}

.bg-custom-blue {
    background-color: var(--app-theme-Blue) !important;
}

.bg-custom-darkblue {
    background-color: var(--app-theme-DarkBlue) !important;
}

.bg-custom-gradientBlue {
    background: var(--app-gradient-Blue) !important;
}

.text-custom-skyblue {
    background-color: var(--app-theme-bg-SkyBlue) !important;
}

.text-custom-LightBlue {
    background-color: var(--app-theme-LightBlue) !important;
}

.text-custom-blue {
    background-color: var(--app-theme-Blue) !important;
}

.text-custom-darkblue {
    background-color: var(--app-theme-DarkBlue) !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.custom-shadow {
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 15%) !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.bx-custom-lg {
    font-size: 4.5rem !important;
}

.custom-card-footer {
    padding: 0.75rem 1.25rem;
    background-color: var(--app-theme-LightBlue);
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.on-hover-shadow {
    transition: all ease-in-out 0.5s;
}

    .on-hover-shadow:hover {
        box-shadow: 0 0rem 0.8rem rgb(0 0 0 / 15%) !important;
        background-color: var(--app-theme-LightBlue) !important;
        color: white;
    }

.rounded-3 {
    border-radius: 7px;
}
/* Header Starts */

#navBarSec #companyName {
    font-family: Georgia;
    font-style: italic;
    color: var(--app-theme-primary);
    font-size: 18px;
}

.companyName {
    font-family: Georgia;
    font-style: italic;
    color: var(--app-theme-primary);
    font-size: 25px;
}

.companyName-fs-normal {
    font-family: Georgia;
    font-style: italic;
    color: var(--app-theme-primary);
}

#headerSec {
    background-color: var(--app-theme-bg-SkyBlue);
}

.header .search-input-box {
    border-bottom-left-radius: 50rem;
    border-top-left-radius: 50rem;
}

.header .search-btn {
    border-bottom-right-radius: 50rem;
    border-top-right-radius: 50rem;
}

.header .form-control:focus, .btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.header .form-control {
    height: auto !important;
}

.header .search-input-box::placeholder {
    color: var(--app-theme-text-color);
    color: var(--app-theme-text-primary);
    opacity: 0.8;
    font-weight: 600;
}
/* Mega Menu starts */
/*#megaMenu {
    background-color: #3b99e0;
    color: white;
}*/

#navBarSec #hr-main-navbar li a.nav-link {
    display: block;
    padding: 0rem;
    color: var(--app-theme-text-primary) !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

#navBarSec #hr-main-navbar li:not(.irrelevant):hover {
    background: var(--app-theme-text-primary);
    color: white !important;
}

    #navBarSec #hr-main-navbar li:not(.irrelevant):hover a.nav-link {
        color: white !important;
    }

#navBarSec #hr-main-navbar li:not(.irrelevant) a.nav-link:hover {
    color: white !important;
}

#navBarSec li.dropdown-hover a.nav-link.dropdown-toggle {
    display: block;
    padding: 0rem;
    color: var(--app-theme-text-primary) !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

#navBarSec #hr-main-navbar .cust-catg-cntr {
    width: fit-content;
    height: 100%;
    min-width: 210px;
    overflow-y: scroll;
}

#navBarSec #hr-main-navbar .cust-catg-menu {
    /* top: -10px;
    margin-top: 0;
    left: 100%;
    margin-left: .1rem;
    display: none;
    position: absolute;
    width: 80rem;*/
    overflow-y: auto;
    border: 1px solid black;
    z-index: 9999;
    position: fixed;
    top: calc(69px + 1.1rem);
    left: calc(1.75rem + 13rem) !important;
    width: calc(100% - 5rem - 11rem);
    height: calc(70vh - 3rem);
    padding-left: 2rem;
    background: transparent;
}

.dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
}

.dropdown-hover > .category-link:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-nav .dropdown-menu {
    left: 5%;
    right: 5%;
    border: none !important;
    transition: all 3s !important;
}

header #megaMenu ul li .nav-link {
    color: var(--app-theme-text-color);
    font-weight: 600;
    font-size: medium;
}
/*
.navbar ul li.nav-item {
    position: relative;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}

    .navbar ul li.nav-item .nav-link {
        font-size: 17px;
        font-weight: 500;
    }

@media screen and (min-width: 770px) {

    #page-topbar .navbar ul li.nav-item::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--app-theme-DarkBlue);
        transform: scaleX(0);
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #page-topbar .navbar ul li:hover::after, ul li.active::after {
        transform: scaleX(1);
    }

    #page-topbar .navbar ul:hover li:not(:hover) a {
        opacity: 0.5;
    }
}

#megaMenu .dropdown-menu .list-group h6 {
    color: var(--app-theme-Blue);
}*/
/* Mega Menu ends */
/* Header ends */

/* Home Page Starts */
.home-bg-img {
    background-color: var(--app-theme-LightBlue)
}

#homePageSec #cardsSec .col-3:hover div {
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 15%) !important;
    background-color: white;
}

#homePageSec #cardsSec .card-deck .card-body .price {
    position: absolute !important;
    bottom: 7px;
    right: 10px;
}

/* Home Page Ends */
/* Product Page Starts */
.product-name {
    font-size: 1.3rem;
    font-weight: 500;
}

    .product-name span {
        font-family: Georgia;
        font-size: 0.8rem;
        font-style: italic;
        background-color: var(--app-theme-LightBlue);
        color: white;
    }

    span.badge-free-product {
        font-family: Georgia;
        font-size: 0.8rem;
        font-style: italic;
        background-color: var(--bs-yellow);
        color: var(--app-theme-primary-dark);
    }

.product-price {
    font-family: "Graphik Webfont",-apple-system,"Helvetica Neue","Droid Sans",Arial,sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

/*#productPage #addToCartBtn {
    border-bottom-left-radius: 50rem;
    border-top-left-radius: 50rem;
    color: var(--app-theme-DarkBlue);
    background-color: var(--app-theme-bg-SkyBlue);
}*/

#productPage #buyNowBtn {
    background: var(--app-gradient-Blue);
    color: white;
}

#productPage .reviews-count-stars {
    font-family: cursive;
    font-weight: 600;
    font-style: italic;
    font-size: 2rem;
}

#productPage .reviewSec i.bxs-star {
    color: #f8bb05;
    /*margin-left: 5px;
    margin-RIGHT: 5px;*/
}

#productPage .reviews img {
    height: 4rem;
}
/* Product Page ends */
.services {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

    .services .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(21, 20, 51, 0.8);
        padding: 30px;
        display: flex;
        align-items: flex-end;
        transition: all 0.5s ease;
        opacity: 0;
    }

    .services:hover .overlay {
        opacity: 1;
    }

    .services:hover img {
        transform: scale(1.3);
    }

    .services img {
        transition: all 0.5s ease;
    }
/*----------------------------------------------------------------------------------------*/
.login-box .user-box, .signup-box .user-box {
    position: relative;
}

    .login-box .user-box input, .signup-box .user-box input {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        /*color: #fff;*/
        /*margin-bottom: 40px;*/
        border: none;
        border-bottom: 1px solid black;
        outline: none;
        background: transparent;
    }

    .login-box .user-box label, .signup-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 16px;
        /*color: #fff;*/
        pointer-events: none;
        transition: .5s;
    }

    .login-box .user-box input:focus ~ label,
    .login-box .user-box input:valid ~ label,
    .signup-box .user-box input:focus ~ label,
    .signup-box .user-box input:valid ~ label {
        top: -25px;
        left: 0;
        color: var(--app-theme-Blue);
        font-size: 14px;
    }

.custom-btn {
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    background: rgb(0,172,238);
    background: linear-gradient(0deg, rgb(234 207 194) 0%, rgb(255 71 0) 100%);
    position: relative;
}

.loginBtn {
    z-index: 1;
}

    .loginBtn:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 5px;
        background-color: var(--app-green-light);
        /*background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);*/
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;
    }

    .loginBtn:hover {
        color: black;
    }

        .loginBtn:hover:after {
            top: auto;
            bottom: 0;
            height: 100%;
        }


/*Sign Up Page Start */
/*.SignupSec form label {
    width: 100%;
    color: var(--app-theme-Blue);
    font-size: 14px;
}
.SignupSec form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--app-theme-text-color);
    outline: none;
    font-size: 14px;
}
    .SignupSec form input:focus {
        outline: none;
    }*/
/*Sign Up Page End */
/*----------------------------------------------------------------------------------------*/

/*#region sharp-shadow */
.sharp-shadow {
    /*box-shadow: 0 0 .5rem rgba(0,0,0,.75) !important;*/
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 40%) !important
}

.sharp-shadow-primary {
    box-shadow: 0 0 .5rem var(--primary) !important;
}

.sharp-shadow-secondary {
    box-shadow: 0 0 .5rem var(--secondary) !important;
}

.sharp-shadow-success {
    box-shadow: 0 0 .5rem var(--success) !important;
}

.sharp-shadow-info {
    box-shadow: 0 0 .5rem var(--info) !important;
}

.sharp-shadow-warning {
    box-shadow: 0 0 .5rem var(--warning) !important;
}

.sharp-shadow-danger {
    box-shadow: 0 0 .5rem var(--danger) !important;
}

.sharp-shadow-dark {
    box-shadow: 0 0 .5rem var(--dark) !important;
}

/*#endregion */

/*Generic Card Section*/
.doc-card .card-1 {
    color: white;
}

    .doc-card .card-1 .firm-header {
        position: absolute;
        width: 40%;
        height: 10%;
        top: 2%;
        right: 4%;
        padding: 0 4px;
        text-align: center;
    }

    .doc-card .card-1 .document-title {
        position: absolute;
        padding: 0 4px;
        top: 40%;
        width: 45%;
        right: 4%;
        height: 35%
    }
/*#endregion */

.reviewSec .nav-tabs .nav-link {
    margin-bottom: -1px !important;
}

.reviewSec .reviews .custom-btn {
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 0px 3px 5px 0px rgb(0 0 0 / 27%);
}

.dropdown-hover > .category-link:active {
    pointer-events: none;
}

.dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
}

.hover-shadow {
    box-shadow: none;
    transition: box-shadow ease 0.5s;
}

    .hover-shadow:hover {
        box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 15%) !important;
        transition: box-shadow ease 0.5s;
    }

.hover-shadow-lg {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: box-shadow ease 0.4s;
}

    .hover-shadow-lg:hover {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
        transition: box-shadow ease 0.4s;
    }

.hover-shadow-sm {
    box-shadow: none;
    transition: box-shadow ease 0.2s;
}

    .hover-shadow-sm:hover {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        transition: box-shadow ease 0.2s;
    }

.rounded-rhombus {
    border-radius: 2rem 0.2rem;
}

#hr-main-navbar .category-nav-item {
    border: 1px solid transparent !important;
    transition: all ease 0.3s;
}

    #hr-main-navbar .category-nav-item.active, #hr-main-navbar .category-nav-item:hover {
        border-bottom: 1px solid #dee2e6 !important;
        --bs-bg-opacity: 1;
        background-color: #f8f9fa !important;
    }

#hr-main-navbar #category-tabs-tabContent a {
    color: var(--app-orange) !important;
}

    #hr-main-navbar #category-tabs-tabContent a:hover {
        color: var(--app-orange-light) !important;
    }

#hr-main-navbar li a.dropdown-toggle::after {
    content: none;
}

.hover-underline {
    position: relative;
}

    .hover-underline::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        height: 0.2rem;
        width: 0px;
        background-color: var(--app-blue-light);
        transition: all ease 0.5s;
    }

    .hover-underline:hover::after {
        left: 0;
        width: 100%;
    }

.rounded-100 {
    border-radius: 1rem;
}

.shadow-custom {
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.175) !important;
}

.bg-custom-svgBlue {
    background-color: #41a2c8;
}

.bg-custom-svgOrange {
    background-color: #f06838;
}

.bg-custom-svgNavyblue {
    background-color: #081b33;
}

.bg-custom-svgGreen {
    background-color: #90dfaa;
}

.bg-custom-svgGrey {
    background-color: #d7d7d9;
}

span.badge.bg-warning {
    --bs-bg-opacity: 0.7 !important;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-custom-lightOrange {
    background-color: #f9410075;
}

.text-custom-svg-blue {
    color: #41a2c8;
}

.text-custom-svg-orange {
    color: #f06838;
}

.text-custom-svg-navy-blue {
    color: #081b33;
}

.text-custom-svg-green {
    color: #90dfaa;
}

.text-custom-svg-grey {
    color: #d7d7d9;
}

.text-custom-light-orange {
    color: #f9410075;
}

.blog-content {
    font-size: 17px;
    text-align: justify;
    line-height: 1.5;
}

.privacy-policy-scrollspy::-webkit-scrollbar {
    display: none;
}

#product-cntr #buyNowBtn1 {
    /*background-color: var(--app-orange);*/
    color: white;
    font-weight: 600;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

#product-cntr a#addToCartBtn {
    background-color: var(--bs-light);
    color: var(--app-orange);
    font-weight: 600;
}

    #product-cntr a#addToCartBtn:hover {
        background-color: var(--app-orange);
        color: white;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

        #product-cntr a#addToCartBtn:hover + #buyNowBtn1 {
            background-color: var(--bs-light) !important;
            color: var(--app-orange) !important;
            box-shadow: none !important;
        }

.order-sec label {
    color: var(--app-theme-text-color) !important;
}

.entity-card {
    width: 190px;
    height: 285px;
}

.blog-card {
    width: 300px;
    height: 400px;
}

.company-title {
    font-family: Georgia;
    font-style: italic;
    font-weight: 600;
    color: var(--app-theme-primary);
    font-size: 25px;
}

.list-group-item.active {
    color: #fff;
    background-color: var(--app-theme-primary);
    border-color: var(--app-theme-primary);
}

.display-title-on-card-hover-card {
    height: 273px;
    width: 190px
}

    .display-title-on-card-hover-card .display-title-on-card-hover-title-container {
        max-height: 28px;
        overflow: hidden;
        transition: all 0.7s ease-out;
    }

    .display-title-on-card-hover-card:hover .display-title-on-card-hover-title-container {
        transition: all 0.8s ease-in;
        max-height: 222px;
    }

.display-title-on-card-hover-card-with-button {
    height: 290px;
}

@media only screen and (max-width: 425px) {
    .display-title-on-card-hover-card {
        height: 225px;
        width: 148px;
    }

    .display-title-on-card-hover-card-with-button {
        height: 245px;
    }
}

.blogCard {
    width: 250px;
    height: 330px;
}

.blog-description {
    max-height: 18px;
}

.truncate-line-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.preview-document, .admin-preview-cover-img {
    max-height: 250px;
}

table thead {
    background: var(--app-blue) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

.pagination .page-item.active a {
    background: var(--app-theme-primary);
    border: 1px solid var(--app-theme-primary-dark);
}

.app-service-image-on-hover-container {
    width: 0px;
    transition: all 0.5s linear;
}

.app-service-image-container:hover .app-service-image-on-hover-container {
    width: 150%;
}

.product-img-cntr {
    z-index: 2;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.bg-gradient-primary-white {
    background: linear-gradient( white, var(--app-theme-primary-faint));
}

.scroll-back-to-top-btn-container {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
}

.scroll-back-to-top-btn {
    cursor: default !important;
}


.addToCartBtn:hover .hide-on-hover, .buyNowbtn:hover .hide-on-hover {
    width: 0px;
    overflow: hidden;
}

.show-on-hover {
    width: 0px;
    height: initial;
    overflow: hidden;
    transition: all 0.5s linear;
    white-space: nowrap;
}


.addToCartBtn:hover .show-on-hover, .buyNowbtn:hover .show-on-hover {
    width: auto;
}

.addToCartBtn:hover .hide-on-hover, .buyNowbtn:hover .hide-on-hover {
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.btn-shrdn-primary {
    color: white !important;
    background-color: var(--app-theme-primary) !important;
    border-color: var(--app-theme-primary-dark) #c73040 !important;
}

.share-site-button-container {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1050;
}

    .share-site-button-container, .share-site-button-container .share-options, .share-site-button-container .share-option-container-horizontal {
        display: flex;
    }

.share-option-container {
    height: calc(24px + 0.25rem);
    overflow: hidden;
    transition: all linear 0.4s;
}

.share-option-container-horizontal {
    width: calc(24px);
    overflow: hidden;
    transition: all linear 0.4s;
}

.share-btn {
    height: 24px;
    width: 24px;
    overflow: hidden;
    transition: all linear 0.4s;
}

.share-option-container .share-options {
    height: 0px;
    transition: all linear 0.4s;
    overflow: hidden;
}

.share-option-container:hover {
    height: calc((24px + 0.25rem)*5);
}

    .share-option-container:hover .share-options {
        height: calc((24px + 0.25rem)*5);
    }

    .share-option-container:hover .share-btn {
        height: 0px;
    }

.share-option-container-horizontal .share-options {
    width: 0px;
    transition: all linear 0.4s;
    overflow: hidden;
}

.share-option-container-horizontal:hover {
    width: calc((24px + 0.25rem)*5);
}

    .share-option-container-horizontal:hover .share-options {
        width: calc((24px + 0.25rem)*5);
    }

    .share-option-container-horizontal:hover .share-btn {
        width: 0px;
    }

#hr-main-navbar li.dropdown.dropdown-hover.nav-item.position-static {
    padding-left: 7px;
    padding-right: 7px;
}

#hr-main-navbar * {
    transition: all linear 0.3s;
}

#hr-main-navbar li.dropdown.dropdown-hover.nav-item.position-static:hover {
    background: var(--app-theme-primary-light);
    color: white !important;
}

    #hr-main-navbar li.dropdown.dropdown-hover.nav-item.position-static:hover > a {
        color: white !important;
    }

.half-image-section {
    background: url(/images/background-img.jpg);
    background-position: center;
    background-size: cover;
    background-color: #fabaa0;
    background-blend-mode: luminosity;
}

.faqs .accordion-button {
    box-shadow: none !important;
    font-size: 1.1rem;
    padding: 1.25rem;
    font-weight: 500;
}

.blog-container blog-title {
    font-family: Georgia;
    font-size: 2rem;
}

.blog-container .blog-title {
    font-family: Georgia;
    font-size: 2rem;
}

.blog-container .blog-brief {
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
}

.blog-container .blog-text {
    font-size: 1rem;
    text-align: justify;
}

.blog-list .top-blogs-container {
    height: 600px !important;
}

.blog-list .blog-background-image {
    background: no-repeat top center;
    background-size: cover;
}

.blog-list .text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-list .text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .blog-list .top-blogs-container {
        height: 800px !important;
    }

    .blog-list .h-md-60 {
        height: 60% !important;
    }

    .blog-list .h-md-40 {
        height: 40% !important;
    }
}

@media only screen and (max-width: 576px) {
    .blog-list .top-blogs-container {
        height: 1000px !important;
    }

    .blog-list .h-xs-50 {
        height: 50% !important;
    }
}

#accordion-faqs .accordion-button:not(.collapsed) {
    color: var(--app-orange);
    background-color: var(--bs-gray-100);
    box-shadow: inset 0 -1px 0rgba(0,0,0,.125);
}

/*#region coupon css starts */

/*Coupons CSS*/
.coupon-container {
    padding: 20px;
}

.coupon {
    width: 390px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: stretch;
    position: relative;
    text-transform: uppercase;
}

    .coupon::before,
    .coupon::after {
        content: "";
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
    }

    .coupon::before {
        left: 0;
        background-image: radial-gradient(circle at 0 50%, transparent 25px, gold 26px);
    }

    .coupon::after {
        right: 0;
        background-image: radial-gradient(circle at 100% 50%, transparent 25px, gold 26px);
    }

    .coupon > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.coupon-left {
    width: 20%;
    border-right: 2px dashed rgba(0, 0, 0, 0.13);
}

    .coupon-left .coupon-message {
        transform: rotate(-90deg);
        white-space: nowrap;
        font-size: small;
    }

.coupon-center {
    flex-grow: 1;
    text-align: center;
}

.coupon-right {
    width: 20%;
    background-image: radial-gradient(circle at 100% 50%, transparent 25px, #fff 26px);
}

    .coupon-right .coupon-code {
        font-size: small;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-90deg); /* Ensures the barcode is rotated */
        height: 100%; /* Ensures the container fills the vertical space */
        color: #444;
        padding-bottom: 20%;
    }

    .coupon-right .copy-icon {
        cursor: pointer;
        font-size: 18px;
        color: var(--app-theme-primary);
        margin-left: 8px;
        transition: color 0.3s ease;
    }

        .coupon-right .copy-icon:hover {
            color: var(--app-theme-primary-light);
        }

.coupon-center .coupon-discount {
    background: #000;
    color: gold;
    padding: 0 10px;
    font-size: 1.75rem;
    white-space: nowrap;
}

.coupon-center .coupon-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.coupon-center .coupon-validity {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
}

/*@media screen and (max-width: 500px) {
    .coupon {
        display: grid;
        grid-template-columns: 1fr;
    }

    .coupon-left .coupon-message {
        transform: rotate(0deg);
    }

    .coupon-right .coupon-code {
        transform: rotate(0deg);
    }
}*/
/*#endregion coupon css ends */


/*#region input-validation-error */

.form-control.input-validation-error {
    border-color: rgba(220, 53, 69, 0.5) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.25) !important;
}

/*#endregion */
