﻿/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");*/

:root {
    --bs-light-text: #565656;
    --bs-normal-text: #000;
    --bs-heading-text: #212121;
    --bs-verylight-text: #797979;
    --bs-disabled-text: #A3A3A3;
    --bs-small-text: 0.75rem;
    --bs--base-color: #0078D4;
    --bs-light-base: #F7F9FF;
    --base-color: #0078D4;
    --base-border-color: #0078D4;
    --base-badge-color: #0078D4;
    --base-color-hover: #0b5ed7;
    --bs-regular-font: 400;
    --bs-medium-font: 500;
    --bs-semibold-font: 600;
    --bs-bold-font: 700;
    --bs-error-colo: #B40001;
    --bs-lightgrey-bg: #EDEDED;
    --bs-secondary-color: #E9EFFF;
    --bs-grey-bg: #F9F9F9;
    --bs-box-bg: #F7F9FF;
    --bs-blue-color: #10468C;
    --bs-border-color: var(--bs-lightgrey-bg) !important;
    --kendo-color-primary: #0078D4 !important;
    --kendo-color-primary-on-surface: #0078D4 !important;
    --bs-lighttext-colo: #fff;
    --new-boder: #B1B1B1;
}
/*body.rtl {
    --bs--base-color: #008060;
    --base-color: #008060;
    --bs-box-bg: #FFFBF4;
    --bs-light-base: #FEF5E6;
    --base-border-color: #FFB12F;
    --base-badge-color: #FFB12F;
    --bs-lighttext-colo: #000;
}*/
input::placeholder {
    color: var(--bs-disabled-text) !important;
}

::placeholder {
    color: var(--bs-disabled-text) !important;
}

.regular-font-weight,
.fw-regular {
    font-weight: var(--bs-regular-font);
}

.medium-font-weight,
.fw-medium {
    font-weight: var(--bs-medium-font);
}

.semibold-font-weight,
.fw-semibold {
    font-weight: var(--bs-semibold-font);
}

.bold-font-weight,
.fw-bold {
    font-weight: var(--bs-bold-font);
}

.base-text-color {
    color: var(--base-color);
}

.base-bg-color {
    background: var(--base-color);
}

.lightgrey-bg-color {
    background: #E9EFFF;
}

.light-text-color {
    color: var(--bs-light-text) !important;
}

.disabled-text-color {
    color: var(--bs-disabled-text);
}

.normal-text-color {
    color: var(--bs-normal-text);
}

.small-text {
    font-size: var(--bs-small-text);
}

.heading-text {
    font-size: 1.5rem;
}
.heading-text small {
    font-size: 0.85rem;
}
.fw-bold small{
font-weight:400;
}
.normal-text {
    font-size: 0.875rem;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--bs-normal-text);
    background: #fff;
}

.grey-container {
    background: var(--bs-grey-bg);
    padding: 50px 30px;
    margin-bottom: 35px;
    border-radius: 8px;
}

.box-container {
    background: var(--bs-box-bg);
    padding: 40px 30px 20px 30px;
    margin-bottom: 35px;
    border-radius: 8px;
    border: #DDE4F7 solid 1px;
}

.base-border {
    border: #C5D1F1 solid 1px;
}

.whitecard {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

    .whitecard:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
    }

    .whitecard.no-hover:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    }

.bordercard {
    background: none;
    border-radius: 3px;
    padding: 30px;
    box-shadow: none;
    border: #D9D9D9 solid 1px;
}

.navbar-brand img {
    height: 45px;
    width: auto;
}

h1.main-heading,
.main-heading {
    color: var(--bs-heading-text);
    font-size: 2.875rem;
    line-height: 3.5rem;
    font-weight: 600;
}
.ltr h1.main-heading,
.ltr .main-heading {
    font-family: "Poppins-SemiBold", sans-serif !important;
}
.rtl h1.main-heading,
.rtl .main-heading {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}
    p .main-subheading, .main-subheading {
    color: var(--bs-heading-text);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

p.main-subheading-light,
.main-subheading-light {
    color: var(--bs-light-text);
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.subheading-light {
    color: var(--bs-light-text);
    font-size: 0.875rem;
    line-height: 24px;
}

.plan-heading {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.5rem;
    text-align: start;
    margin-bottom: 15px;
}
.ltr .plan-heading {
    font-family: "Poppins-Bold", sans-serif !important;
}
.rtl .plan-heading {
    font-family: "Noto Kufi Arabic", sans-serif !important;
    font-size: 1.2rem;
}


.form-heading {
    font-size: 1.5rem;
    color: var(--bs-normal-text);
    line-height: 1.5rem;
}

.form-subheading {
    font-size: 0.875rem;
    color: var(--bs-normal-text);
    line-height: 1.5rem;
}

.invoice-heading {
    font-size: 2rem;
    color: var(--bs-normal-text);
    font-weight: 600;
}

.invoice-subheading {
    font-size: 1.125rem;
    color: var(--bs-normal-text);
    line-height: 2rem;
}

.normal-heading {
    font-size: 1.125rem;
    color: var(--bs-normal-text);
}

.plan-price {
    font-size: 2.875rem;
    color: var(--bs-normal-text);
    text-align: center;
}
.ltr .plan-price,
.ltr .billing-heading {
    font-family: "Poppins-Bold", sans-serif !important;
}

.rtl .plan-price,
.rtl .billing-heading {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}
.field-verify{
    padding-inline-end:4rem !important;
}
.no-btn {
    background: none !important;
    border: none !important;
}

.required {
    color: var(--bs-error-colo);
}

.form-label {
    font-size: 0.875rem;
    color: var(--bs-light-text);
    line-height: 1rem;
}

.plan-radio,
.plan-radio:checked {
    width: 17px;
    height: 17px;
    border: #C8D6E8 solid 1px;
    background: #E6F1FF;
    position: relative;
}

    .plan-radio:checked::after {
        content: '';
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--bs-blue-color);
        position: absolute;
        left: 4px;
        top: 4px;
    }

    .plan-radio + label {
        font-size: 0.875rem;
        line-height: 1.5rem;
        color: var(--bs-light-text);
        padding: 0 5px;
    }

.btn {
    border: none;
    border-radius: 4px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.small-btn {
    border: none;
    border-radius: 4px;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 600;
    
}


    

/*.ltr .btn {
    margin-right: 1rem;
}
.rtl .btn {
    margin-left: 1rem;
}*/
.btn-primary {
    background: var(--base-color);
    border: none;
    color: white;
}

    .btn-primary:hover {
        background: var(--base-color-hover);
        border: none;
        color: white;
    }

.btn-outline-primary {
    background: transparent !important;
    border: var(--base-color) solid 1px !important;
    color: var(--base-color) !important;
}
    .btn-outline-primary.active {
        background: #fff !important;
    }
        .btn-outline-primary:hover {
        background: var(--base-color) !important;
        border: var(--base-color-hover) solid 1px !important;
        color: #FFF !important;
    }

.btn-outline-blue,
.btn-outline-blue {
    background: transparent;
    border: var(--bs-blue-color) solid 1px;
    color: var(--bs-blue-color);
}

.btn-outline-primary:hover {
    background: transparent;
    border: var(--base-color-hover) solid 1px;
    color: var(--base-color-hover);
}

.btn-outline-secondary {
    border: #797979 solid 1px !important;
    background: transparent !important;
    color: #000 !important;
    font-weight: 400 !important;
}

    .btn-outline-secondary:hover {
        border: #000 solid 1px !important;
        color: #000 !important;
        background: transparent !important;
        font-weight: 400 !important;
    }

    .btn-outline-secondary img {
        filter: brightness(0.5);
    }

    .btn-outline-secondary:hover img {
        filter: brightness(1);
    }

.btn-outline-grey {
    border: #9b9b9b solid 1px !important;
    background: transparent !important;
    color: #565656 !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
}

    .btn-outline-grey:hover {
        border: #9b9b9b solid 1px !important;
        color: #565656 !important;
        background: transparent !important;
        font-weight: 600 !important;
        font-size: 0.75rem !important;
    }
.btn-outline-lightgrey,
.btn-outline-lightgrey:hover {
    border: #D0D0D0 solid 1px !important;
    background: transparent !important;
    color: #565656 !important;
    font-size: 0.75rem !important;
}


.btn-link {
    color: var(--base-color) !important;
}

.btn-secondary {
    background: #F2F2F2;
    border: transparent solid 1px;
    color: #565656;
}

    .btn-secondary:hover {
        background: transparent;
        border: #F2F2F2 solid 1px;
        color: #565656;
    }

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: none !important;
}
.btn.text-capitalize {
    text-transform: lowercase !important; 
}
.k-text-capitalize .k-button-text {
    text-transform: capitalize !important;
}
.btn.text-capitalize::first-letter {
    text-transform: uppercase !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--bs-light-text);
    border-radius: 4px !important;
    border: #D0D0D0 solid 1px;
    background: #fff !important;
    box-shadow: rgba(0,0,0,0.05) 0 2px 2px !important;
}

.seat-allocation .form-control {
    padding: .25rem .75rem;
}

.seat-allocation .color-box {
    width: 100%;
    height: 16px;
    background: #dcdcdc;
}

.seat-allocation .color-text {
    width: 100%;
    height: 100%;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.seat-allocation .total-color {
    width: 100%;
    height: 100%;
    background: #30aceb;
}

.seat-allocation .Allocated-color {
    width: auto;
    height: 100%;
    background: #ff3b3c;
}

.btn.end-0 {
    /*right: 10px !important;*/
}

.rightWindow {
    right: 0 !important;
    top: 0 !important;
    left: inherit !important;
    height: 100vh !important;
    position: fixed;
    position: fixed;
}

.k-switch-sm .k-switch-thumb {
    width: 16px !important;
    height: 16px !important;
}

.k-switch-sm .k-switch-track {
    width: 59px !important;
    height: 24px !important;
}

.k-switch-sm {
    font-size: 0.75rem !important;
}

    .ltr .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
        left: calc(100% - 6px - 0px) !important;
    }
    .rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
        right: calc(100% - 6px - 0px) !important;
    }

    .ltr .k-switch-sm .k-switch-label-on {
        left: 8px !important;
    }
.rtl .k-switch-sm .k-switch-label-on {
    right: 8px !important;
}

    .ltr .k-switch-sm .k-switch-label-off {
        right: 10px !important;
    }
.rtl .k-switch-sm .k-switch-label-off {
    left: 10px !important;
}

.k-switch-off .k-switch-track {
    border: none !important;
    background-color: #dddddd !important;
}

.PlansSummary hr {
    border-color: #B1BDDF !important;
}

.user-panel {
    background: #F9F9F9;
}

    .user-panel .sidebar {
        width: 240px;
        background: #fff;
        min-height: calc(100vh - 135px);
    }

    .user-panel header {
        background: #fff;
    }

    .user-panel main {
        width: calc(100% - 240px);
        padding: 40px;
    }

        .user-panel main > .main-box {
            background: #fff;
            border-radius: 8px;
            padding: 40px;
        }

    .user-panel .sidebar ul li a {
        padding: 6px !important;
        margin-block: 2px;
        color: #000;
        font-size:13px;
    }

        .user-panel .sidebar ul li a.active,
        .user-panel .sidebar ul li a:hover {
            background: #F2F2F2;
            color: #000;
            border-radius: 4px;
        }

#loginSlider .carousel-indicators {
    bottom: -20px;
}

    #loginSlider .carousel-indicators button {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #D9D9D9;
        border: none;
    }

        #loginSlider .carousel-indicators button.active {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--bs--base-color);
        }

.sms-custom-grid {
    border: none !important;
    background: transparent !important;
}

    .sms-custom-grid .k-table-tbody tr {
        background-color: transparent !important;
        border-bottom: #E6E6E6 solid 1px !important;
    }

        .sms-custom-grid .k-table-tbody tr td {
            border: none !important;
            border-bottom: #E6E6E6 solid 1px !important;
            padding: 10px;
        }

    .sms-custom-grid .k-table-thead {
        background-color: transparent !important;
    }

        .sms-custom-grid .k-table-thead tr th {
            background-color: transparent !important;
            border: none !important;
            font-size: 0.75rem;
            font-weight: 600;
            padding-bottom: 0;
        }

    .sms-custom-grid .grid-btn {
        padding: 0;
        margin-inline-end: 10px;
        width: 22px;
        height: 22px;
        text-align: center;
        display: inline-block;
    }

        .sms-custom-grid .grid-btn:focus {
            box-shadow: none !important;
        }

        .sms-custom-grid .grid-btn .k-button-text {
            display: none;
        }

    .sms-custom-grid .view-btn {
        background: url(/images/view-icon.png) no-repeat 0 0 !important;
    }

    .sms-custom-grid .download-btn {
        background: url(/images/download-icon.png) no-repeat 0 0 !important;
    }

    .sms-custom-grid .k-grid-pager {
        border: none !important;
        background: transparent;
        margin-top: 15px;
    }

    .sms-custom-grid .k-grid-toolbar {
        border: none !important;
        background: transparent;
        margin-bottom: 15px;
    }

        .sms-custom-grid .k-grid-toolbar .k-toolbar-item {
            margin-left: auto !important;
        }

        .sms-custom-grid .k-grid-toolbar .k-searchbox {
            width: 250px !important;
        }

        .sms-custom-grid .k-grid-toolbar .k-spacer {
            display: none;
        }


.inner-page-container {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.profile-pic {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #D9D9D9;
}

.profile-phone .iti {
    width: 100% !important;
}

.ltr .dropdown-toggle.user-top-button {
    background: url(../images/arrow-down.svg) no-repeat 100% 50% !important;
    padding-inline-end: 20px;
}
.rtl .dropdown-toggle.user-top-button {
    background: url(../images/arrow-down.svg) no-repeat 0% 50% !important;
    padding-inline-end: 20px;
}

    .dropdown-toggle.user-top-button::after {
        display: none;
    }

    /* CSS for mobile devices */
    @media only screen and (max-width: 767px) {

        body {
            font-size: 0.75rem;
        }

        .pb-5 {
            padding-bottom: 1.5rem !important;
        }

        .mb-5 {
            margin-bottom: 1.5rem !important;
        }

        .px-5 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important;
        }

        .p-5 {
            padding: 1rem !important;
        }

        .main-logo {
            padding: 0 0 15px 0;
        }

        h1.main-heading,
        .main-heading {
            font-size: 1.5rem;
            line-height: 2rem;
        }

        p.main-subheading,
        .main-subheading {
            color: var(--bs-heading-text);
            font-size: 0.875rem;
        }

        body:not(.user-panel) .navbar-toggler {
            display: none;
        }

        .navbar-toggler {
            margin-top: -15px;
        }

            .navbar-toggler:focus {
                box-shadow: none !important;
            }

        .btn {
            padding: 6px 10px;
            font-size: 0.75rem;
            line-height: 1.25rem;
        }

        .currency-dropdown {
            position: inherit !important;
            margin: 0 auto;
        }

        /*.signup-page {
        overflow: inherit !important;
    }*/

        .plan-card .plan-price,
        .plan-card .billing-heading {
            font-size: 1rem !important;
            line-height: 1.25rem !important;
            padding-top: 15px;
        }

        #walletSectionDiv .wallet-btn {
            padding: 8px 10px !important;
            background: #b1b0b0 !important;
            border: none !important;
        }

            #walletSectionDiv .wallet-btn.btn-outline-secondary img {
                filter: brightness(1) !important;
            }


        /*   #account pages */
        .after-login-Accountbody {
            display: block !important;
            position: relative;
            width: 100vw;
            overflow-x: hidden;
        }

            .after-login-Accountbody .sidebar {
                position: fixed;
                top: 0;
                right: 0;
                width: 80vw;
                height: 100vh;
                border-radius: 4px 0 0 0;
                transition: all 0.5s ease-in-out;
                box-shadow: rgba(0, 0, 0, 0.2) -4px 4px 10px;
                z-index: 9;
                transform: translateX(100%);
            }

                .after-login-Accountbody .sidebar.show {
                    transform: none;
                }

        .close-menu {
            float: right;
            display: block;
            margin-bottom: 10px;
            clear: both;
            background: none;
            border: none;
            width: 20px;
            height: 20px;
            margin: 10px;
            background: url(../images/closeaccount.svg) no-repeat 0 0;
        }

        .user-panel main {
            padding: 10px !important;
            width: 100%;
        }

            .user-panel main > .main-box {
                padding: 20px;
            }


        .sms-custom-grid {
            overflow-y: auto;
        }



        /* #admin style#*/
        .leftside #drawer {
            height: 100%;
        }

        .logo-box .logo-lg {
            width: 140px;
        }


        .Plansdetails-top .Plansdetails-top-heading {
            width: 27% !important;
        }

        .Plansdetails-top .Plansdetails-top-pricing {
            width: 14% !important;
        }

        .plansdetails .common-btn {
            padding: 10px;
        }

        .footer[b-ml8h06v340] {
            line-height: 28px;
        }

        .k-window {
            width: 90vw !important;
        }

            .k-window #keyfeatureBox ul {
                padding-left: 0 !important;
            }

                .k-window #keyfeatureBox ul.ActiveModuleList li {
                    width: 48%;
                }

        .footer {
            text-align: center;
        }
        .rtl .main-logo{
            padding-bottom:0;
        }

        .rtl .main-logo img {
            height: 37px;
        }
            /*end mobile view*/
        }
