:root {
    --primary-delete: #FF3131;
    --secondary-delete: #f3b9b9;
    --primary-search: #2a0dc9;
    --primary-submit: #32d591;
    --primary-edit: #28a745;
    --primary-export: #28a745;
    --primary-close: #000000;
    --primary-filter: #31557D5B;
    --close-popup: #ad2121;
}

.btn-manual-payment {
    background-color: rgba(120, 115, 14, 0.2);
}

/* cmncss */
.position-relative {
    position: relative;
}

.d-none {
    display: none;
}


.mr-10 {
    margin-right: 10px;
}

.blue-link {
    text-decoration: none;
    color: #002173;
    word-break: break-word;
}

.break-word {
    word-break: break-word;
}

.textbox-container {
    margin-bottom: 10px;
}

label {
    color: #002173;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat-Medium";
}


.nice-select {
    box-shadow: 0px 2px 3px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 100%;
}

/* Profile Menu Start */
.custom-header .menu .top-button {
    width: 50px;
    height: 50px;
    background-color: #002173;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    border: none;
    padding-top: 2px;
}


.profile-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0px;
    /*transform: translate(-85px, 15px);*/
    /* Add Mayur*/
    transform: translate(7px, 15px);
    /* Add Mayur*/
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 20px;
}


    .profile-dropdown-content::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border-style: solid;
        top: -9px;
        border-width: 0px 0px 0 0px;
        right: 20px;
        border-color: #E5E5E5;
        background-color: #fff;
        transform: rotate(45deg);
        border-left: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
    }

    .profile-dropdown-content .link {
        color: black;
        padding-left: 15px;
        text-decoration: none;
        display: block;
        width: 100%;
        box-sizing: border-box;
        background-color: #00217333;
        border-radius: 6px;
        display: flex;
        align-items: center;
        font-size: 14px !important;
        font-family: "Montserrat-Medium";
        color: #000000;
        height: 45px;
    }

        .profile-dropdown-content .link img {
            margin-right: 15px;
        }

        .profile-dropdown-content .link:not(:last-child) {
            margin-bottom: 10px;
        }

        .profile-dropdown-content .link:hover {
            background-color: #00217350;
        }

.profile-dropdown:hover .dropbtn {
    background-color: #002173;
}

/* Profile Menu End */
/* Grid Structure Start */
.inner-cards-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -8px;
}

    .inner-cards-wrapper .column {
        position: relative;
        min-height: 1px;
        padding: 0px 8px;
        box-sizing: border-box;
    }

        .inner-cards-wrapper .column.column-20 {
            width: 20%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-30 {
            width: 30%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-25 {
            width: 25%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-75 {
            width: 75%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-23 {
            width: 25%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-8 {
            width: 100%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-40 {
            width: 40%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column.column-60 {
            width: 60%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-23 {
            width: 23%;
            flex: 0 0 auto;
        }

        .inner-cards-wrapper .column.column-8 {
            width: 8%;
            flex: 0 0 auto;
        }

.right-part .labels {
    text-align: center;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.cmn-card.contact-us {
    width: 60%;
    margin-left: 20%;
}

.inner-cards-wrapper .column.column-50 {
    width: 50%;
    flex: 0 0 auto;
}

.inner-cards-wrapper .column.column-33 {
    width: 33.33%;
    flex: 0 0 auto;
}

.inner-cards-wrapper .input {
    display: flex;
    flex-direction: column;
}

/*Add by Mayur*/
.inner-cards-wrapper .input-text input {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    box-shadow: 0px 2px 3px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

/*Add by Mayur*/

.inner-cards-wrapper .input input,
.inner-cards-wrapper .select .select2-selection__rendered {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    box-shadow: 0px 2px 3px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    box-shadow: 0px 2px 3px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    line-height: unset !important;
}

.inner-cards-wrapper .input select,
textarea {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    box-shadow: 0px 2px 3px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    line-height: unset !important;
}

.inner-cards-wrapper .input label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 10px;
}

/*End by Mayur*/

.inner-cards-wrapper .column.column-70 {
    width: 70%;
    flex: 0 0 auto;
}

.inner-cards-wrapper .column.column-80 {
    width: 80%;
    flex: 0 0 auto;
}

.inner-cards-wrapper .column.column-100 {
    width: 100%;
    flex: 0 0 auto;
}

.inner-cards-wrapper .column.column-90 {
    width: 90%;
    flex: 0 0 auto;
}

.inner-cards-wrapper .column.column-10 {
    width: 10%;
    flex: 0 0 auto;
}

.table-layout-fixed .column-10 {
    width: 10%;
}

.table-layout-fixed .column-20 {
    width: 20%;
}

.table-layout-fixed .column-25 {
    width: 25%;
}

.table-layout-fixed .column-75 {
    width: 75%;
}

.table-layout-fixed .column-15 {
    width: 15%;
}


/* Grid Structure End */


.w-100 {
    width: 100%;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.border-top-left-radius-8 {
    border-top-left-radius: 8px;
}

.border-top-right-radius-8 {
    border-top-right-radius: 8px;
}

.border-bottom-left-radius-8 {
    border-bottom-left-radius: 8px;
}

.border-bottom-right-radius-8 {
    border-bottom-right-radius: 8px;
}

.mr-15 {
    margin-right: 15px;
}

.container-flud {
    padding: 0 20px;
}

.dashboard-container {
    margin: 20px 0;
    display: flex;
}

    /* Left SideBar Start */
    .dashboard-container .left-part {
        width: 300px;
        background-image: linear-gradient(#002173, #0021734D);
        border-radius: 10px;
        /*min-height: calc(100vh - 290px);*/
        /* Update By Mayur*/
        min-height: calc(100vh - 174px);
        /* Update By Mayur*/
        margin-right: 20px;
        flex: 0 0 300px;
    }

        .dashboard-container .left-part .left-navigation {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .dashboard-container .left-part .left-navigation .list-item {
                margin: 10px 0;
            }

                .dashboard-container .left-part .left-navigation .list-item .list-item-link {
                    display: flex;
                    align-items: center;
                    /*min-height: 60px;*/
                    color: #ffffff;
                    text-decoration: none;
                    position: relative;
                    /*padding: 0 10px;*/
                }

                    .dashboard-container .left-part .left-navigation .list-item .list-item-link.active::after {
                        content: '';
                        height: 36px;
                        position: absolute;
                        right: -3px;
                        border-radius: 3px;
                        border: 3px solid white;
                        top: 50%;
                        transform: translate(0%, -50%);
                    }

                    .dashboard-container .left-part .left-navigation .list-item .list-item-link .icon {
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .dashboard-container .left-part .left-navigation .list-item .list-item-link .link-text {
                        font-size: 16px;
                        line-height: 20px;
                        margin-left: 10px;
                        font-family: "Montserrat-Semibold";
                        white-space: nowrap;
                    }

/* Left SideBar End */

/* Card Start */
.cmn-card {
    font-family: 'Montserrat-Regular', sans-serif;
    box-shadow: 0px 0px 7px #00000029;
    border-radius: 10px;
    width: 100%;
    padding: 24px 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
}

    .cmn-card.without-blue-border::before {
        content: "";
        display: none;
    }

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

/* added by Mayur */
.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}
/* added by Mayur */


.cmn-card .header .main-title {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #002173;
    font-size: 20px;
    margin-bottom: 15px;
}

.cmn-card::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 6px;
    background-color: #002173;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: 0;
}

/* Card End */
/* cmn Input Design End */
.cmn-form-group {
    margin-bottom: 15px;
}

    .cmn-form-group.datepicker input {
        font-family: "Montserrat-Regular", sans-serif;
        font-size: 16px;
        box-shadow: 0px 2px 3px #e5e5e5;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

input:focus {
    outline: none;
}

input::placeholder {
    color: #e5e5e5;
    font-size: 16px;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-header {
    color: #002173;
}

/* cmn Input Design End */


.dashboard-container > .right-part {
    width: calc(100% - 320px);
    flex: 1;
    /*overflow-x: hidden;*/
    border-radius: 10px;
}

/* Table CSS Start */
.cmn-card.invoice-table {
    /*min-height: calc(100vh - 320px);*/
}

.cmn-table {
    overflow: auto;
    border-radius: 8px;
}

    .cmn-table table {
        width: 100%;
        border-collapse: collapse;
    }

        .cmn-table table tr th {
            background-color: #31557D1F;
            padding: 15px 12px;
            font-size: 14px;
            color: #002173;
            font-family: "Montserrat-Semibold";
        }

        .cmn-table table tr td {
            border-bottom: 1px solid #dddddd;
            padding: 10px 12px;
            font-size: 14px;
            color: #000000;
            font-family: "Montserrat-Regular";
        }

        .cmn-table table tfoot tr td {
            background-color: #31557D1F;
            padding: 15px 20px;
        }

            .cmn-table table tfoot tr td .record-box {
                height: auto;
                background-color: transparent;
                border: none;
            }

                .cmn-table table tfoot tr td .record-box p {
                    margin: 0px;
                    padding: 0px;
                }

            .cmn-table table tfoot tr td:first-child {
                border-top-left-radius: 8px;
                border-bottom-left-radius: 8px;
            }

            .cmn-table table tfoot tr td:last-child {
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            }

.btn-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.justify-center {
    justify-content: center;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-end {
    justify-content: flex-end;
}

.btn-container .btn-list {
    display: flex;
    align-items: center;
}


    .btn-container .btn-list .cmn-btn {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

.btn-assign-validation {
    background-color: rgba(120, 115, 14, 0.2);
    cursor: pointer;
}

.btn-reissue-credential {
    background-color: #e4e1dc;
    cursor: pointer;
}

.btn-edit-Background {
    background-color: rgba(7, 163, 48, 0.2);
    cursor: pointer;
}

.btn-delete-Background {
    background-color: rgba(240, 19, 19, 0.2);
    cursor: pointer;
}

.btn-details-Background {
    background-color: rgba(30, 105, 166, 0.2);
    cursor: pointer;
}

.btn-arrowSend-Background {
    background-color: rgba(136, 44, 222, 0.2);
    cursor: pointer;
}

.btn-voidTransation-Background {
    background-color: rgba(237, 129, 21, 0.2);
    cursor: pointer;
}

.btn-refundTransaction-Background {
    background-color: rgba(28, 138, 127, 0.2);
    cursor: pointer;
}

.btn-container .btn-list .cmn-btn .btn-icon {
    display: flex;
    width: 15px;
}

/* Table CSS End */


/* Table Card Header Display None  Start */
.thead-displaynone table thead {
    display: none;
}

/* Table Card Header Display None  End */

/* Table Card Start  */

.card-table table tbody {
    display: block;
}

.table-layout-fixed {
    table-layout: fixed;
    margin: -6px;
}

.card-table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

.table-text-align-right {
    text-align: right;
}

.card-table table tbody tr {
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #e9e9e9;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 6px;
    border-radius: 10px;
    /*min-width: 1000px;*/
    /*Added by mayur*/
    min-width: 1120px;
    /*Added by mayur*/
}

    .card-table table tbody tr td {
        border: none;
        padding: 15px 15px;
        /*white-space: nowrap;*/
        box-sizing: border-box;
        min-height: 90px;
    }

.table-action-column {
    min-height: 60px;
    align-items: center;
}

.max-width-100 {
    width: 100px;
    min-width: 100px;
}

.max-width-120 {
    width: 120px;
    min-width: 120px;
}

.max-width-140 {
    width: 140px;
    min-width: 140px;
}

.max-width-160 {
    width: 160px;
    min-width: 160px;
}

.max-width-220 {
    width: 220px;
    min-width: 220px;
}

.max-width-250 {
    width: 250px;
    min-width: 250px;
}

.max-width-350 {
    width: 350px;
    min-width: 350px;
}

/* Table Card End */


/* Normal Text CSS Start */
.icon-with-text {
    display: flex;
    align-items: center;
}

    .icon-with-text .icon {
        background-color: rgba(0, 33, 115, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 50%;
        margin-right: 15px;
    }

.icon.w-50 {
    width: 50px;
    height: 50px;
}

.img:hover {
    cursor: pointer;
}

.icon.w-40 {
    width: 40px;
    height: 40px;
}

.icon.w-30 {
    width: 30px;
    height: 30px;
}

.icon-with-text .icon img {
    display: flex;
}

.icon-with-text .title-with-description {
    flex: 1;
}

    .icon-with-text .title-with-description .title {
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        font-family: "Montserrat-Medium";
    }

    .icon-with-text .title-with-description .description {
        font-size: 14px;
        line-height: 28px;
        color: #000000;
        font-family: "Montserrat-Regular";
    }

.icon-with-text .red {
    background-color: var(--secondary-delete) !important;
}

.inner-cards-wrapper .red {
    background-color: var(--secondary-delete) !important;
}

.card-grid {
    font-family: 'Montserrat-Regular', sans-serif;
    box-shadow: 0px 0px 7px #00000029;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    text-align: left;
}



.col-design:not(:last-child) {
    margin-right: 15px;
}

.lable-style {
    font-size: 14px;
    line-height: 18px;
    color: #002173;
    font-family: "Montserrat-Medium";
}

.lable-value {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: "Montserrat-Regular";
}

.user-info {
    margin-bottom: 10px;
}

    .user-info .user-information {
        font-family: "Montserrat-SemiBold", sans-serif;
        color: #002173;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .user-info .ACnumber {
        font-family: "Montserrat-Medium", sans-serif;
        color: #000000;
        font-size: 14px;
        margin-bottom: 5px;
    }

.cmn-blue-btn {
    background-color: #002173;
    color: #ffffff;
    width: 120px;
    min-height: 40px;
    border-radius: 6px;
    border: none;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.cmn-lightblue-btn {
    background-color: #002173;
    color: #ffffff;
    min-height: 30px;
    border: none;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.overflow-x-admin {
    overflow-x: auto;
    display: flex;
}


button {
    cursor: pointer;
}

.save-close-btn-container {
    position: absolute;
    bottom: -10px;
    right: 0;
}

    .save-close-btn-container ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

.cmn-card.main-account-info .header .main-title {
    margin-bottom: 5px;
}

.save-close-btn-container ul li button {
    width: 66px;
    min-height: 30px;
    border-radius: 6px;
    border: none;
    font-family: "Montserrat-Semibold";
    font-size: 12px;
    line-height: 20px;
}

.save-close-btn-container ul li:not(:last-child) {
    margin-right: 10px;
}

.save-close-btn-container ul li button.save-btn {
    background-color: #002173;
    color: #ffffff;
}

.save-close-btn-container ul li button.cancel-btn {
    background-color: rgba(0, 33, 115, 0.2);
    color: #002173;
}

/*.save-close-btn-container ul li button.edit-btn {
    background-color: rgba(0, 33, 115, 0.2);
    color: #002173;
}*/

.display-flex-admin {
    display: flex;
    position: relative;
    /*    flex-direction: column;*/
}

.btn-success {
    background-color: #28a745;
    color: #ffffff
}

.action-button {
    /* margin: 10px 5px; */
    /* margin: 19px 15px 0px;*/
    font-family: "Montserrat-SemiBold", sans-serif;
    background-color: #002173;
    padding: 4px 23px;
    box-shadow: 0px 0px 10px #15579914;
    border: 1px solid #002173;
    border-radius: 6px;
    color: #fff;
    transition: all 0.3s ease-out;
    min-width: 100px;
    max-width: 100%;
    margin-top: 36px;
}

/* Normal Text CSS End */






/*
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}


.ui-datepicker-next {
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121;
}

.ui-datepicker-next {
    color: #212121;
    text-decoration: none;
}

.ui-datepicker-next, .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-corner-all .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}*/

#ui-datepicker-div .ui-widget-header {
    background: #3f37c9;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: transparent !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background: #fffa90 !important;
}

.ui-datepicker-calendar th {
    color: #2D8CB9;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #333 !important;
}

/*Pagination Start*/
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px !important;
}

.pagination-container .pagination {
    list-style: none;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding-inline-start: 0px;
}

.pagination .active a {
    color: white;
    background-color: #002173;
    padding: 10px;
    /*width: 8px;*/
    min-width: 12px;
    width: auto;
    height: 12px;
    display: flex;
    align-items: center;
    padding: 9px;
}

.pagination li a {
    color: black;
    cursor: pointer;
    text-decoration: none;
    /* padding: 9px 14px 4px 10px; */
    padding: 11px;
    /* padding: 8px; */
    /*width: 10px;*/
    height: 8px;
    display: flex;
    min-width: 8px;
    width: auto;
    align-items: center;
}

.pagination li {
    border: 1px solid black;
    border-radius: 4px;
    margin-right: 10px;
}

/*Pagination End*/

/*/ left navigation panel section css start region /*/
.dashboard-container .left-part .left-navigation .list-item {
    position: relative;
    padding-inline-start: 0px;
}

.list-item .image-down {
    position: absolute;
    right: 0;
    padding-right: 12px
}



li.dropdown ul {
    display: none;
    /*To hide the items while loading the page */
}

.container {
    width: 70%;
    float: left;
}

    /*/ left navigation panel section start region /*/
    .container .cssState {
        float: left;
        display: block;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: black;
        border-bottom-width: 1px;
        border-bottom-color: grey;
        border-bottom-style: solid;
        width: 200px;
        border-right-style: solid;
        border-right-color: white;
        border-right-width: 10px;
        padding: 2px;
        cursor: pointer;
        font-weight: bold;
    }

.left-navigation li {
    list-style: none;
    padding-left: 16px;
    font-size: 20px;
    line-height: 20px;
    color: white;
    font-family: "Montserrat-Semibold";
    margin-bottom: 13px;
    margin-top: 13px;
}

.dashboard-container .left-part .left-navigation .list-item .list-item-link .link-text {
    font-size: 20px;
    margin-left: 5px;
}

.left-navigation li a {
    text-decoration: none;
    color: white;
}



.dashboard-container .left-part .left-navigation .list-item .active {
    color: #0ca3c5;
    padding: 0px;
    margin: 0px auto;
}

    .dashboard-container .left-part .left-navigation .list-item .active .link-text:hover {
        color: white;
        /*padding-left: 0px;*/
    }

.left-navigation .list-item ul li .active:hover {
    color: white !important;
}

.left-navigation .sub-menu-li {
    cursor: pointer;
}

/*/ left navigation panel section css end region /*/
/*mayur ui changes start*/
.cmn-card.remove-botom-padding {
    padding-bottom: unset;
    min-height: unset;
}

/*mayur ui changes end*/

/*/ Account Master page css region /*/
.mr-14 {
    margin-right: 14px;
}

.record-box {
    border: 1px solid red;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #E2E6EB;
    border-color: #E2E6EB;
}

    .record-box .record-count p {
        color: black;
        font-family: "Montserrat-Regular";
        padding-left: 22px;
    }

.cmn-table table tr th {
    font-family: "Montserrat-Regular";
}


.cmn-card .header .main-title {
    margin-bottom: 20px;
}

.sub-header-box {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

    .sub-header-box .search-input .search-field {
        box-shadow: 0px 2px 3px #e5e5e5;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        font-size: 14px;
        /*background-image: url("./../images/search-symbol.svg");*/
        background-repeat: no-repeat;
        background-position: left 5% center;
        padding: 14px;
        text-indent: 41px;
    }

/*/ input field placeholder holder styles start region /*/

::-webkit-input-placeholder {
    /*/ Edge / color: #e5e5e5;*/
    font-family: "Montserrat-Regular";
    /*    / padding-left: 15px;
    /*/
}

:-ms-input-placeholder {
    /*/ Internet Explorer / color: #e5e5e5;*/
    font-family: "Montserrat-Regular";
    /*    / padding-left: 19px;
    /*/
}

::placeholder {
    color: #e5e5e5;
    font-family: "Montserrat-Regular";
    /*    / padding-left: 15px;
    /*/
}

/*/ input field placeholder styles end region /*/

.fliter-add-btn {
    display: flex;
}

    .fliter-add-btn .filter-btn .profile-dropdown button {
        background-color: #31557D5B;
        border-radius: 6px;
        /*    / padding: 12px;
    / border-color: #31557D5B;
    / width: 150px;
    / height: 46px;*/
        font-family: "Montserrat-Semibold";
        color: #002173;
        margin-right: 20px;
        width: 147px;
        font-size: 18px;
        border-style: none;
        cursor: pointer;
    }

        .fliter-add-btn .filter-btn .profile-dropdown button img {
            width: 15px;
            height: 13px;
        }

    .fliter-add-btn .add-btn button {
        background-color: #002173;
        border-radius: 6px;
        color: white;
        font-family: "Montserrat-Medium";
        width: 91px;
        height: 46px;
        border-color: #002173;
        font-size: 18px;
        border-style: none;
    }

.filter-btn .profile-dropdown .profile-dropdown-content::before {
    content: '';
    position: relative;
    border: none;
}

.filter-btn .profile-dropdown .profile-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 0px;
    transform: translate(-123px, 10px);
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 20px;
    z-index: 3;
}

/*/ dropdown /*/
/*.dropdown {
    position: relative;
    display: inline-block;
}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    /*background-color: #ddd;*/
}

.show {
    display: block;
    margin-top: 10px;
}

.filter-btn .profile-dropdown .profile-dropdown-content .filter-text {
    color: #002173;
    font-size: 16px;
    font-family: "Montserrat-Medium";
    margin-bottom: 20px;
}

.filter-btn .profile-dropdown .details-dropdown .down-btns {
    max-width: 350px;
    margin: 0 auto;
    padding: 0px;
}

    .filter-btn .profile-dropdown .details-dropdown .down-btns .dropdown-label {
        color: black;
    }

.filter-btn .profile-dropdown .details-dropdown .dropbtn-deatils {
    box-shadow: 0px 2px 3px #e5e5e5;
    border-radius: 6px;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    width: 100%;
}

.details-dropdown {
    margin-bottom: 20px;
}

.profile-dropdown-content .apply-clear-btns {
    display: flex;
    justify-content: space-between;
}


    .profile-dropdown-content .apply-clear-btns .apply-btn .aply-btn {
        background-color: #002173;
        border-color: #002173;
        color: white;
        border-radius: 6px;
        font-size: 18px;
        font-family: "Montserrat-Semibold";
    }

        .profile-dropdown-content .apply-clear-btns .apply-btn .aply-btn:hover {
            border: 1px solid #002173;
            background-color: white;
            color: #002173;
        }


    .profile-dropdown-content .apply-clear-btns .clear-btn .clr-btn {
        background-color: #002173;
        border-color: #002173;
        color: white;
        border-radius: 6px;
        font-size: 18px;
        font-family: "Montserrat-Semibold";
        margin-right: 0px;
    }

        .profile-dropdown-content .apply-clear-btns .clear-btn .clr-btn:hover {
            border: 1px solid #002173;
            background-color: white;
            color: #002173;
        }



/*/ Account Master css end region /*/
/*mayur ui changes end*/
.right25 {
    position: absolute;
    right: 25px;
}

.redcolor {
    color: red !important;
    font-weight: 600;
}

.greencolor {
    color: green !important;
    font-weight: 600;
}



/* Search popup css start */
.fliter-add-btn .filter-btn .profile-dropdown button {
    padding: 12px;
}

.sub-header-box .search-input .search-field {
    width: 90%;
}

.profile-dropdown-content .apply-clear-btns .clear-btn .clr-btn {
    padding: 12px;
    width: 124px;
}

.profile-dropdown-content .apply-clear-btns .apply-btn .aply-btn {
    padding: 12px;
    width: 124px;
}

.body .cmn-table thead tr th a {
    text-decoration: none;
    color: #002173;
}

.sub-header-box .search-input .search-field {
    text-indent: 0px;
}

/* Search popup css end */

/* Contact Us Status Color start*/
.body .cmn-table table tbody tr .success-status p {
    background-color: rgba(47, 160, 42, 0.1);
    border-radius: 24px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(47, 160, 42, 1);
    font-family: "Montserrat-Medium";
    font-size: 16px;
}

.body .cmn-table table tbody tr .danger-status p {
    background-color: rgba(255, 16, 16, 0.1);
    border-radius: 24px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 16, 16, 1);
    font-family: "Montserrat-Medium";
    font-size: 16px;
}

.body .cmn-table table tbody tr .yellow-status p {
    background-color: rgba(255, 240, 135, 1);
    border-radius: 24px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 1);
    font-family: "Montserrat-Medium";
    font-size: 16px;
}

.body .cmn-table table tbody tr .inProgress-status p {
    background-color: rgba(9, 94, 169, 0.1);
    border-radius: 24px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(9, 94, 169, 1);
    font-family: "Montserrat-Medium";
    font-size: 16px;
}

.body .cmn-table table tbody tr .pending-status p {
    background-color: rgba(237, 153, 6, 0.1);
    border-radius: 24px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(237, 153, 6, 1);
    font-family: "Montserrat-Medium";
    font-size: 16px;
}

/* Contact Us Status Color end*/


.header .profile-dropdown .after-filer-label-color {
    color: white !important;
    background-color: #002173 !important;
}

/*.after-filer-label-color {
    color: white;
    
}*/







/*/ media queries for the mobile view pagination end region /*/

/* Button Color Start*/
button.search-btn,
input.search-btn {
    background-color: var(--primary-search);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    min-height: 40px;
}

button.submit-btn,
input.submit-btn {
    background-color: var(--primary-submit);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    min-height: 40px;
    cursor: pointer;
    width: 120px;
}

button.edit-btn,
input.edit-btn {
    background-color: var(--primary-edit);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    width: 120px;
    min-height: 40px;
    cursor: pointer;
}

button.export-btn {
    background-color: var(--primary-export);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    width: 147px;
    min-height: 47px;
    cursor: pointer;
    font-size: 18px;
    margin-left: 5px;
    font-family: Arial !important;
}

button.filter-button {
    background-color: var(--primary-filter);
    border: none;
    border-radius: 6px;
    color: #002173;
    width: 147px;
    min-height: 47px;
    cursor: pointer;
    font-size: 18px;
    font-weight:bold;
}

    button.filter-button:hover {
        background-color: var(--primary-filter) !important;
    }

button.close-btn,
input.close-btn {
    background-color: var(--primary-close);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    width: 120px;
    min-height: 40px;
    cursor: pointer;
}

/* Button Color Start*/




.disabled-link {
    opacity: 0.7;
    cursor: not-allowed;
}

.string-length-overflow {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

td.greenlabel {
    color: green !important;
}

td.redlabel {
    color: red !important;
}
.greenlabel {
    color: green !important;
}

.redlabel {
    color: red !important;
}

/*table-layout-fixed .tooltips[tooltip-position="bottom"] span:after {
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}*/

/*#region Elite payment css */

.parking-form .container-width .parkingFormMain .parkingFormCard .parking-dtls .cardDetailsForm .card-with-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clsReceiveNotificationCheckBox {
    color: green;
    font-weight: 600
}
.parkingFormMain .form-details-checkbox {
    text-align: right;
}
    .parkingFormMain .form-details-checkbox .sendnotification {
        text-align: left;
    }

    .parkingFormMain .form-details-checkbox .terms-details {
        margin-block-end: 17px;
        font-size: 14px;
        line-height: 18px;
        font-family: "Montserrat-Medium";
        color: #002173;
    }

        .parkingFormMain .form-details-checkbox .terms-details span {
            font-family: "Montserrat-SemiBold", sans-serif;
        }



.parking-form {
    margin: 0px auto;
    background-image: url('../images/earth-image.png');
    padding: 20px 0px;
    width: 100%;
}

    .parking-form::before {
        opacity: 0.5;
        background-color: #fff;
    }

    .parking-form .parkingFormMain {
        background: #FFFFFF;
        box-shadow: 0px 0px 20px #00000029;
        padding: 40px 0px 0px 0px;
        margin: 0px 344px;
    }

        .parking-form .parkingFormMain .parkingFormCard .parkingBannerImage {
            width: 100%;
            height: auto;
        }

        .parking-form .parkingFormMain .parkingFormCard .personalDetailsForm {
            background-color: white;
            border-radius: 9px 9px 0px 0px;
            margin: 0px 124px 92px;
            box-shadow: 10px 6px 15px #00000029;
        }

            .parking-form .parkingFormMain .parkingFormCard .personalDetailsForm .persnalTitle h1 {
                margin-block-end: 0px;
                margin-block-start: 0px;
                color: #4aa8c7;
                font-size: 20px;
                border-radius: 6px 6px 0px 0px;
                font-family: 'Montserrat-Medium';
            }

            .parking-form .parkingFormMain .parkingFormCard .personalDetailsForm .form-details {
                padding: 20px 20px 40px 20px;
                display: flex;
                justify-content: space-evenly;
                margin: 0px 43px 0px 0px;
            }

.personalDetailsForm .form-details input {
    padding: 15px;
    box-shadow: 0px 2px 3px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 12px;
    width: 100%;
}

.parking-form .parkingFormCard .parking-dtls {
    display: flex;
    flex-direction: column;
}

    .parking-form .parkingFormCard .parking-dtls .parking-ttl {
        display: flex;
        margin: 0px 124px 20px;
        /*justify-content: center;*/
    }

        .parking-form .parkingFormCard .parking-dtls .parking-ttl .ttl-header {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        .parking-form .parkingFormCard .parking-dtls .parking-ttl h1 {
            padding-bottom: 40px;
        }

.custom-width-field {
    min-width: 350px;
    width: auto;
}

.parkingFormMain .parkingFormCard .cardDetailsForm {
    bottom: 0px;
    background-color: white;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 124px 11px;
    box-shadow: 10px 6px 15px #00000029;
}

    .parkingFormMain .parkingFormCard .cardDetailsForm h1 {
        margin-block-end: 0px;
        margin-block-start: 0px;
        color: #4aa8c7;
        font-size: 20px;
        border-radius: 0px 0px 0px 0px;
        font-family: 'Montserrat-SemiBold';
        padding-top: 0px;
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        margin-bottom: 15px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details {
        padding: 0px 20px 40px 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .parkingFormMain .parkingFormCard .cardDetailsForm .form-details input {
            padding: 15px;
            box-shadow: 0px 2px 3px #e5e5e5;
            border: 1px solid #e5e5e5;
            border-radius: 6px;
            font-size: 12px;
            width: 100%;
        }

    .parkingFormMain .parkingFormCard .cardDetailsForm .custom-width-field {
        min-width: 250px;
        width: auto;
        margin-right: 40px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details .form-details-second-row {
        display: flex;
        margin-top: 20px;
    }

.parkingFormMain .cardDetailsForm .amount-detail {
    display: flex;
    justify-content: space-between;
}

.parkingFormMain .cardDetailsForm .amt-form-details {
    padding: 0px;
}

.parking-form .amt-form-details .amount-detail p {
    font-size: 19px;
    margin-block-end: 0px;
    padding-bottom: 9px;
}

.parkingFormMain .cardDetailsForm .form-details .row-one {
    display: flex;
    flex-wrap: wrap;
}


.cardDetailsForm .amt-form-details .total-amunt {
    display: flex;
    justify-content: space-between;
    border-top: 2px dashed #002173;
}

.parking-form .parkingFormMain .parkingFormCard .cmn-card {
    width: auto;
}

.cardDetailsForm .amt-form-details .total-amunt p {
    font-weight: bolder;
    font-size: 19px;
}

.parking-form .parkingFormMain .parkingFormCard .form-title {
    color: #002173;
    text-align: center;
    /*-webkit-text-stroke: 1px #002173;*/
    /* text-shadow: 0px 1px 4px #234;*/
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 40px;
    margin-block-start: 0px;
}

.parking-form .parkingFormMain .buttons-set {
    display: flex;
    justify-content: end;
    padding: 0px 0px 25px 0px;
    flex-wrap: wrap;
}

    .parking-form .parkingFormMain .buttons-set button {
        background-color: white;
        border-radius: 6px;
        color: #002173;
        outline: none;
        margin-right: 10px;
        border: 1px solid #002173;
        font-family: "Montserrat-Medium";
        font-size: 14px;
        width: 100px;
        height: 34px;
        cursor: pointer;
    }

    .parking-form .parkingFormMain .buttons-set .subt-btn button {
        background-color: #2FA02A;
        border-color: #2FA02A;
        color: #fff;
    }

    .parking-form .parkingFormMain .buttons-set .cancl-btn button:hover {
        background-color: #002173;
        color: #fff;
    }

.parking-form .cardDetailsForm {
    padding: 0px 20px;
}


.parking-form .form-details label {
    font-weight: 600;
    font-family: "Montserrat-SemiBold"
}

.parking-form .parkingFormMain .buttons-set .subt-btn button:disabled {
    opacity: 0.6;
}


/*#endregion */


/*account master  details media query*/

/*account master  details media query*/
.modal-window > div > .relative {
    min-height: 30px;
    max-height: initial;
}

.modal-window.model-terms h1 {
    padding-top: 0px;
}

.modal-window.model-terms .modal-content .terms-and-conditions {
    padding: 15px;
    margin-bottom: 0px;
}

.form-element-change-section .custom-width-field {
    margin-right: 0px;
    margin-bottom: 0px;
}

.parkingFormMain .parkingFormCard .cardDetailsForm.form-element-change-section .form-details {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px -15px;
    padding-bottom: 0px;
}

    .parkingFormMain .parkingFormCard .cardDetailsForm.form-element-change-section .form-details input {
        margin-bottom: 0px;
    }

.parkingFormMain .parkingFormCard .cardDetailsForm.form-element-change-section .custom-width-field {
    width: 33.33%;
    min-width: auto;
    margin-right: 0px;
}

.form-element-change-section .custom-width-field .element-box {
    margin-bottom: 20px;
    padding: 0px 15px;
}

.responsive-elite-form {
    display: none !important;
    margin: 0px -15px;
}

    .responsive-elite-form .custom-width-field {
        flex: 1;
        width: 50%;
    }

        .responsive-elite-form .custom-width-field .element-box input {
            width: 100%;
        }

.modal-container .modal-content {
    padding: 0px !important;
    overflow-y: hidden !important;
    z-index: 3;
}

    .modal-container .modal-content .modal-header {
        display: block;
        border-bottom: 1px solid #002173;
    }

        .modal-container .modal-content .modal-header h1 {
            float: unset;
            padding-top: 0px;
            padding-right: 30px;
        }

    .modal-container .modal-content .modal-body {
        clear: both;
    }

        .modal-container .modal-content .modal-body h2, .modal-container .modal-content .modal-body p {
            margin: 0px;
            padding: 0px;
        }

    .modal-container .modal-content .modal-footer {
        border-top: 1px solid #002173;
    }

.modal-container.rating-modal-container .modal-content .modal-body p {
    color: #4aa8c7;
    font-size: 16px;
    margin: 20px 0px;
}

.modal-container.rating-modal-container .modal-content .modal-body h2 {
    font-weight: bold;
}

.modal-container.rating-modal-container .modal-content .modal-body {
    text-align: center;
    background: #00217314;
    padding: 20px 80px 40px;
}

    .modal-container.rating-modal-container .modal-content .modal-body .logo {
        display: block;
        width: 120px;
        margin: 0px auto 0px;
    }

.modal-container.rating-modal-container .modal-content .modal-footer .btn-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .modal-container.rating-modal-container .modal-content .modal-footer .btn-container.btn-center {
        justify-content: center;
    }

    .modal-container.rating-modal-container .modal-content .modal-footer .btn-container.btn-between {
        justify-content: space-between;
    }

.modal-container.rating-modal-container .modal-content .modal-body .rating-star {
    width: fit-content;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 15px;
    background: #ffffff;
    border-radius: 4px;
    margin: 10px auto 10px;
}

    .modal-container.rating-modal-container .modal-content .modal-body .rating-star .star-icon {
        font-size: 36px;
        display: inline-block;
        padding: 0px;
        margin: 0px 3px;
    }

.modal-container.modal-window {
    background: transparent;
    margin: 0px 15px;
}

    .modal-container.modal-window::after {
        position: fixed;
        content: "";
        inset: 0px;
        background-color: #00000059;
        z-index: 1;
    }

.modal-container.survey-modal-container .btn-container .cmn-blue-btn {
    width: auto;
    min-width: 120px;
    padding: 0px 20px;
}

.header-change-box .parkingFormMain .parkingFormCard .parking-dtls .parking-ttl .ttl-header h1 {
    margin: 0px;
    padding: 0px;
}

.header-change-box .parkingFormMain .parkingFormCard {
    padding-bottom: 40px;
}

    .header-change-box .parkingFormMain .parkingFormCard .parking-dtls .form-element-change-section {
        margin-top: 20px;
        padding: 15px 20px 0px;
    }

    .header-change-box .parkingFormMain .parkingFormCard .parking-dtls .parking-ttl .ttl-header .sub-title {
        color: #002173;
        text-align: center;
        /* -webkit-text-stroke: 1px #002173;*/
        /*text-shadow: 0px 1px 4px #234;*/
        font-family: "Montserrat-Bold", sans-serif;
        font-size: 36px;
        margin-block-start: 0px;
        margin: 0px;
        padding: 0px;
    }

.parking-form .parkingFormMain .parkingFormCard .webfooter {
    display: flex;
    align-items: flex-end;
    margin: 15px auto 20px;
    color: #000000;
}

.parking-form .parkingFormMain .parkingFormCard .form-webfooter {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-right: 8px;
}

.parking-form .parkingFormMain .parkingFormCard .webfooter img {
    width: 90px;
}

.edit-location-radio-container {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

    .edit-location-radio-container input:not(:last-child) {
        margin: 0px 18px 0px 6px;
    }

/* Thank You Style CSS Start */
.thank-you-section-container {
    height: 100vh;
    background-color: #ffffff;
}

    .thank-you-section-container .thank-you-content {
        text-align: center;
        padding: 60px 100px;
    }

        .thank-you-section-container .thank-you-content h3 {
            font-size: 60px;
            line-height: 80px;
            font-family: "Montserrat-SemiBold", sans-serif;
            color: #48b0e6;
            text-transform: uppercase;
            margin: 0px;
            padding: 0px;
        }

        .thank-you-section-container .thank-you-content p {
            font-size: 22px;
            font-family: "Montserrat-SemiBold", sans-serif;
            color: #737373;
            padding: 0px;
            margin: 10px 0px 30px;
        }

        .thank-you-section-container .thank-you-content h4 {
            font-size: 20px;
            font-family: "Montserrat-SemiBold", sans-serif;
            color: #000000;
            margin: 0px 0px 20px;
        }

        .thank-you-section-container .thank-you-content .thank-you-image {
            width: 80%;
            display: block;
            margin: 0px auto;
        }

        .thank-you-section-container .thank-you-content .logo {
            width: 150px;
        }

        .thank-you-section-container .thank-you-content .thank-you-image img {
            width: 55%;
        }
/* Thank You Style CSS End */

.right-admin-part .admin-details-right .non-profitable-user {
    background-color: #F4E6FF !important;
}

.right-admin-part .admin-details-right .dark-red-box .right-card-dtls .non-profitable-user-box {
    background-color: #A03DEB !important;
}

.admin-dashbord-details .text-non-profitable-user {
    color: #A03DEB !important;
}

.right-admin-part .admin-details-right .text-topay-user {
    background-color: #d575221f !important;
}

.right-admin-part .admin-details-right .dark-red-box .right-card-dtls .text-topay-user-box {
    background-color: #D57522 !important;
}

.admin-dashbord-details .text-text-topay-user {
    color: #D57522 !important;
}

.total-ttp-customer-payment-section .card-text {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}

    .total-ttp-customer-payment-section .card-text:not(:last-child) {
        margin-bottom: 10px;
    }

    .total-ttp-customer-payment-section .card-text .admin-right-text {
        margin-right: 15px;
        margin-bottom: 0px !important;
    }
/*account master  details media query*/
.padding-top-30 {
    padding-top: 30px
}

.validation-summary-errors {
    color: red;
}

.merchant-column {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-right: 8px;
}

.right-part .table-structure.parker-detail-page-container {
    display: unset;
}

.comman-row-structure {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}

    .comman-row-structure .comman-row-column-structure .form-details {
        min-width: auto !important;
    }

    .comman-row-structure .comman-row-column-structure.col-4 {
        position: relative;
        width: 100%;
        max-width: 25%;
        flex: 0 0 25%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .comman-row-structure .comman-row-column-structure.col-2 {
        position: relative;
        width: 100%;
        max-width: 50%;
        flex: 0 0 50%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .comman-row-structure .comman-row-column-structure .select2-container {
        width: 100% !important;
    }

    .comman-row-structure .comman-row-column-structure .form-details .dropdwon-options {
        width: 100%;
    }

.parker-detail-page-container .btn-col {
    margin-top: 15px;
}

.accordion-container.label-with-value-accordion.ui-accordion .ui-accordion-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-size: 16px;
    background-color: #f6f6f6 !important;
    border: 1px solid #002173;
    margin-bottom: 8px;
}

    .accordion-container.label-with-value-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
        margin-bottom: 0px;
    }

    .accordion-container.label-with-value-accordion.ui-accordion .ui-accordion-header .label-with-value-content-box {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        padding-right: 15px;
    }

        .accordion-container.label-with-value-accordion.ui-accordion .ui-accordion-header .label-with-value-content-box .label-with-value-item {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .accordion-container.label-with-value-accordion.ui-accordion .ui-accordion-header .label-with-value-content-box .label-with-value-item:not(:last-child) {
                margin-right: 8px;
            }

            .accordion-container.label-with-value-accordion.ui-accordion .ui-accordion-header .label-with-value-content-box .label-with-value-item label {
                font-size: 16px;
                /*font-weight: bold;*/
                display: inline-block;
                margin-right: 4px;
                margin-bottom: 0px;
            }

.accordion-container.label-with-value-accordion.ui-accordion .ui-accordion-content {
    padding: 15px;
    border: 1px solid #002173 !important;
    border-top: none !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.edit-rates-section-container .header .main-title h3 {
    margin: 0px;
}

.grid-card-box .grid-card-column .cmn-card {
    padding: 10px 20px 10px !important;
}

    .grid-card-box .grid-card-column .cmn-card label {
        margin: 0px;
    }

        .grid-card-box .grid-card-column .cmn-card label:not(:last-child) {
            margin-bottom: 6px;
        }

.edit-rates-section-container .header .main-title {
    margin-bottom: 10px;
}

    .edit-rates-section-container .header .main-title h3 {
        margin: 6px 0px;
    }

.edit-rates-section-container .min-height .cmn-card .create-content .inner-cards-wrapper .column .input h3 {
    margin: 6px 0px;
}

.edit-rates-section-container .min-height {
    height: auto;
    max-height: 400px;
    min-height: auto;
    /*box-shadow: 0px 0px 7px #00000029;*/
    margin: 31px 0px 15px;
}

    .edit-rates-section-container .min-height .create-rates-section {
        padding-bottom: 30px;
    }

.location-parking-fees-box {
    padding: 20px;
    margin: 30px 0px 15px;
    border: 1px solid #5369a0;
    border-radius: 6px;
    box-shadow: 0px 0px 7px #00000029;
}

    .location-parking-fees-box .heading-text {
        font-size: 18px;
        font-family: "Montserrat-SemiBold", sans-serif;
        color: #002173;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.center-modal-open-container.modal-window > div {
    top: 30px;
    -webkit-transform-origin-y: unset;
    left: 50%;
    transform: translateX(-50%);
}

/* Media Quary Style CSS Start */
@media screen and (min-width:2560px) {
    .parking-form .form-details .form-details-second-row {
        margin-top: 0px !important;
    }
}

@media screen and (min-width:1500px) and (max-width:2000px) {
    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details .form-details-second-row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .parking-form .cardDetailsForm .form-details .custom-width-field {
        margin-top: 10px;
    }
}

@media screen and (min-width:1400px) {
    .parking-form .parkingFormMain {
        /*margin: 0px 284px;*/
        margin: 0px 112px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details .form-details-second-row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details .custom-width-field {
        margin-top: 10px;
    }
}

@media screen and (min-width:1024px) and (max-width:1500px) {
    .cmn-card.assign-table {
        min-height: calc(100vh - 106px);
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-one {
        flex: inherit;
        flex-wrap: wrap;
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-two {
        flex: inherit;
        flex-wrap: wrap;
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-one .last-cell-data {
        margin-top: 7px;
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-two .last-cell-data {
        margin-top: 7px;
    }
}

@media screen and (min-width:1440px) {
    .right-part .invoice-table {
        max-width: calc(100% - 0px) !important
    }
}

@media screen and (max-width:1900px) {
    .link-expire-container .link-expiry-content-box .linkexpiredimage {
        width: 100%;
        height: auto;
    }

    .link-expire-container .link-expiry-content-box {
        padding: 30px 30px 0px 30px;
    }

    .overflow-x-admin {
        overflow-x: unset;
    }
}

@media screen and (width:1440px) {
    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details .custom-width-field {
        margin-top: 10px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details .form-details-second-row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
    }
}

@media screen and (max-width:1440px) {
    .body .edit-master-form {
        display: block;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm.form-element-change-section .custom-width-field {
        width: 50%;
    }
}

@media screen and (max-width: 1400px) {
    .inner-cards-wrapper .column.column-25 {
        width: 50%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-23 {
        width: 50%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-8 {
        width: 100%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-25.mt-required {
        margin-top: 20px;
    }

    .inner-cards-wrapper .column.column-75.mt-required {
        margin-top: 20px;
        width: 100%;
    }

    .parking-form .parkingFormMain {
        margin: 0px 150px;
    }

        .parking-form .parkingFormMain .parkingFormCard .form-title {
            font-size: 36px;
            line-height: 50px;
        }

    .modal-container.modal-window .modal-content {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
        box-shadow: none !important;
    }

    .account-due-summary .inner-cards-wrapper .column.column-20 {
        width: 25%;
    }
}

@media screen and (max-width: 1200px) {
    .link-expire-container .link-expiry-content-box::after, .link-expire-container .link-expiry-content-box::before {
        width: 100px !important;
        height: 100px !important;
    }

    .inner-cards-wrapper .column.column.column-60 {
        width: 100%;
    }

    .inner-cards-wrapper .column.column-40 {
        width: 100%;
    }

    .inner-cards-wrapper .column.column-25 {
        width: 50%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-23 {
        width: 50%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-8 {
        width: 100%;
        flex: 0 0 auto;
    }

    .max-width-100 {
        width: 100%;
    }

    .max-width-120 {
        width: 100%;
    }

    .max-width-140 {
        width: 100%;
    }

    .max-width-160 {
        width: 100%;
    }

    .max-width-220 {
        width: 100%;
    }

    .max-width-250 {
        width: 100%;
    }

    .max-width-350 {
        width: 100%;
    }

    /* Add Mayur*/
    .inner-cards-wrapper .column.column-25,
    .inner-cards-wrapper .column.column-75,
    .inner-cards-wrapper .column.column-33,
    .inner-cards-wrapper .column.column-50,
    .inner-cards-wrapper .column.column-23,
    .inner-cards-wrapper .column.column-8 {
        width: 100%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .display-flex-admin {
        flex-direction: column;
    }



    /* Add Mayur*/
    .parking-form .parkingFormMain .parkingFormCard .form-title {
        font-size: 34px;
        margin-bottom: 80px;
    }

    .parking-form .parkingFormMain {
        margin: 0px 80px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm h1 {
        font-size: 28px;
    }

    .parking-form .parkingFormCard .parking-dtls .parking-ttl .logo {
        display: block;
        text-align: center;
    }

    .parking-form .parkingFormCard .parking-dtls .parking-ttl {
        flex-direction: column;
    }

    .admin-dashbord-details .div-col {
        max-width: 33.33% !important;
        flex: 0 0 33.33% !important;
    }

    .thank-you-section-container .thank-you-content {
        padding: 70px;
    }

    .account-due-summary .inner-cards-wrapper .column.column-20 {
        width: 33.33%;
    }

    .comman-row-structure .comman-row-column-structure.col-4 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media screen and (max-width:1024px) {
    .inner-cards-wrapper .display-flex-admin label {
        margin-block-start: 11px !important;
    }

    .parking-form .parkingFormCard .parking-dtls .parking-ttl {
        margin: 0px 50px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm {
        margin: 0px 50px 11px;
    }

    .header-change-box .parkingFormMain .parkingFormCard .parking-dtls .parking-ttl .ttl-header .sub-title {
        font-size: 30px;
        margin-top: 15px;
    }
}

@media screen and (width:1024px) {
    .cardDetailsForm {
        margin: 0px;
    }

    .parking-form .parkingFormMain {
        margin: 0px 49px;
    }

    .parking-form .form-details-second-row {
        display: flex;
        flex-wrap: wrap;
    }

    .parking-form .cardDetailsForm .form-details .custom-width-field {
        margin-top: 10px;
    }

    .body .pagination {
        display: flex;
        align-items: flex-start;
        margin-top: 11px;
        flex-wrap: wrap;
    }

    .body #container {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 999px) {
    #note-alert {
        width: 94% !important;
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-one {
        display: flex;
        flex-wrap: wrap;
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-two {
        display: flex;
        flex-wrap: wrap;
    }

    .cmn-card.assign-table {
        min-height: calc(100vh - 131px);
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-one .last-cell-data {
        margin-top: 7px;
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-two .last-cell-data {
        margin-top: 7px;
    }
}

@media screen and (max-width: 992px) {
    .link-expire-container .link-expiry-content-box::after, .link-expire-container .link-expiry-content-box::before {
        display: none;
    }

    .profile-dropdown-content {
        right: 50%;
        transform: translate(50%, 15px);
    }

        .profile-dropdown-content::before {
            top: -14px;
            right: 50%;
            transform: rotate(45deg) translate(50%, 0px);
        }

        .profile-dropdown-content .link:last-child {
            margin-bottom: 0;
        }

    .dashboard-container {
        display: block;
    }

        .dashboard-container .left-part {
            width: 100%;
            min-height: unset;
            overflow: auto;
            margin-right: 0;
            margin-bottom: 20px;
        }

            .dashboard-container .left-part .left-navigation {
                display: flex;
                align-items: flex-start;
                flex-wrap: wrap;
            }

                .dashboard-container .left-part .left-navigation .list-item .list-item-link .link-text {
                    padding-right: 30px;
                }

                .dashboard-container .left-part .left-navigation .list-item {
                    width: 33.33%;
                }

                .dashboard-container .left-part .left-navigation .list-item {
                    margin: 10px 0;
                }

                    .dashboard-container .left-part .left-navigation .list-item .list-item-link {
                        min-height: auto;
                        padding: 10px 10px;
                    }

                        .dashboard-container .left-part .left-navigation .list-item .list-item-link.active::after {
                            content: '';
                            height: unset;
                            position: relative;
                            right: unset;
                            border: none;
                            top: unset;
                            transform: unset;
                        }

                        .dashboard-container .left-part .left-navigation .list-item .list-item-link .icon {
                            display: none;
                        }

                        .dashboard-container .left-part .left-navigation .list-item .list-item-link .link-text {
                            font-size: 14px;
                        }

                        .dashboard-container .left-part .left-navigation .list-item .list-item-link.active .link-text {
                            border-bottom: 1px solid #ffffff;
                        }

    .cmn-card .header .main-title {
        font-size: 16px;
    }

    .inner-cards-wrapper .column.column-20 {
        width: 100%;
        flex: 0 0 auto;
    }

        .inner-cards-wrapper .column.column-20.profile-search {
            width: 100%;
            flex: 0 0 auto;
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .inner-cards-wrapper .column.column-10.center-aling {
        width: 30%;
        flex: 0 0 auto;
        margin: auto;
    }

    .inner-cards-wrapper .column.column-30 {
        width: 100%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-80 {
        width: 100%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-90 {
        width: 90%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-70 {
        width: 100%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-25 {
        width: 100%;
        flex: 0 0 auto;
    }

    /*    .inner-cards-wrapper .column.column-75 {
        width: 100%;
        flex: 0 0 auto;
    }*/
    .inner-cards-wrapper .column.column-23 {
        width: 100%;
        flex: 0 0 auto;
    }

    .inner-cards-wrapper .column.column-8 {
        width: 100%;
        flex: 0 0 auto;
    }

    /* edit Button Related CSS */
    .save-close-btn-container {
        position: relative;
        bottom: unset;
        right: unset;
    }

        .save-close-btn-container ul {
            justify-content: center;
        }

            .save-close-btn-container ul li button {
                width: 80px;
                min-height: 36px;
            }

    .thank-you-section-container .thank-you-content h3 {
        font-size: 50px;
    }

    .dashboard-container > .right-part {
        width: 100%;
    }

    .grid-card-box .grid-card-column {
        max-width: 33.33% !important;
    }
}

@media screen and (max-width:768px) {
    .overflow-x-admin {
        overflow-x: auto;
    }

    .dashboard-container .right-part .cmn-card .body {
        width: auto;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm.form-element-change-section .custom-width-field {
        width: 100%;
    }

    .responsive-elite-form {
        display: flex !important;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm.form-element-change-section .custom-width-field.responsive-hide-show-section {
        display: none;
    }

    .account-due-summary .inner-cards-wrapper .column.column-20 {
        width: 50%;
    }

    .comman-row-structure .comman-row-column-structure.col-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .form-details-second-row {
        display: flex;
        flex-wrap: wrap;
    }

    .parking-form .parkingFormMain .parkingFormCard .personalDetailsForm .form-details {
        display: flex;
        flex-wrap: wrap;
    }

    .form-details input {
        margin-bottom: 20px;
        width: 100%;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm .custom-width-field {
        min-width: 265px;
        width: auto;
        margin-left: 0px;
    }

    .parking-form {
        width: fit-content;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm {
        margin: 0px 80px 11px;
    }

    .parking-form .amount-detail .amount-title .amt-form-details p {
        font-size: 17px;
        font-family: "Montserrat-SemiBold"
    }

    .parking-form .amount-detail .total-amunt p {
        font-size: 19px;
        font-family: "Montserrat-SemiBold"
    }

    .parking-form .cardDetailsForm .AmtcardTitle .amount-detail p {
        padding-bottom: 0px !important;
    }

    .parking-form .parkingFormCard .parking-dtls .parking-ttl {
        display: flex;
        align-items: center;
        margin: 0px 79px;
    }

    .header-change-box .parkingFormMain .parkingFormCard .parking-dtls .parking-ttl .ttl-header .sub-title {
        font-size: 24px;
        margin-top: 15px;
    }

    .custom-width-field {
        min-width: 213px;
        width: auto;
    }

    .parking-form .parkingFormMain {
        margin: 0px 20px !important;
    }

    .parking-form .parkingFormMain {
        margin: 0px 50px;
    }

    .parking-form .parkingFormCard .parking-dtls .parking-ttl {
        margin: 0px 50px;
    }

    .parking-form .container-width .parkingFormMain .parkingFormCard .parking-dtls .cardDetailsForm .card-with-image {
        flex-direction: column;
        align-items: flex-start;
    }

        .parking-form .container-width .parkingFormMain .parkingFormCard .parking-dtls .cardDetailsForm .card-with-image #imgplusminus {
            margin-bottom: 30px;
        }

    .parkingFormMain .parkingFormCard .cardDetailsForm {
        margin: 0px 20px 11px;
    }

    .parking-form .parkingFormMain .parkingFormCard .form-title {
        font-size: 26px;
        line-height: 44px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm h1 {
        font-size: 24px;
    }

    .parkingFormMain .form-details-checkbox {
        text-align: left;
    }

    .parking-form .parkingFormMain .buttons-set {
        justify-content: center;
    }

        .parking-form .parkingFormMain .buttons-set button {
            width: 150px;
            height: 50px;
            font-size: 20px;
        }

    .parkingFormMain .parkingFormCard .cardDetailsForm .form-details-checkbox .terms-details {
        padding-left: 35px;
    }

        .parkingFormMain .parkingFormCard .cardDetailsForm .form-details-checkbox .terms-details input {
            position: absolute;
            left: 30px;
        }

    .parking-form .parkingFormMain .parkingFormCard .form-webfooter {
        font-size: 14px;
        line-height: 14px;
    }

    .parking-form .parkingFormMain .parkingFormCard .webfooter img {
        width: 70px;
    }

    .parking-form .parkingFormMain .parkingFormCard .webfooter {
        align-items: flex-end;
    }

    .admin-dashbord-details .div-col {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .thank-you-section-container .thank-you-content {
        padding: 50px;
    }

        .thank-you-section-container .thank-you-content h3 {
            font-size: 40px;
            line-height: 70px;
        }

        .thank-you-section-container .thank-you-content p {
            font-size: 18px;
        }

        .thank-you-section-container .thank-you-content h4 {
            font-size: 18px;
        }

    .modal-container.rating-modal-container .modal-content .modal-body {
        padding: 20px 40px 40px;
    }

    .dashboard-container .left-part .left-navigation .list-item {
        width: 50%;
    }

    .comman-row-structure .comman-row-column-structure .form-details input {
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    .grid-card-box .grid-card-column {
        max-width: 50% !important;
    }

    .title-with-timer {
        right: 30px !important;
        top: 30px !important;
        padding: 8px 15px !important;
    }

        .title-with-timer label {
            font-size: 20px !important;
        }

        .title-with-timer span {
            font-size: 14px !important;
        }

    .header-change-box .parkingFormMain .parkingFormCard {
        padding-bottom: 15px;
    }
}

@media screen and (max-width:699px) {
    .cmn-card.assign-table {
        min-height: calc(100vh - -95px);
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-one .data-details {
        margin-bottom: 7px;
    }

    .body-container .right-left-containers .right-part-container .contact-deatils-row-two .data-details {
        margin-bottom: 7px;
    }
}

@media screen and (max-width:600px) {
    .sub-header-box {
        display: flex;
        flex-wrap: wrap;
    }

    .fliter-add-btn {
        margin-top: 10px;
    }

        .fliter-add-btn .filter-btn .profile-dropdown .dropbtn {
            width: 125px;
        }

    .sub-header-box .search-input .search-field {
        width: 100%;
    }

    .filter-btn .profile-dropdown .profile-dropdown-content {
        transform: translate(0px, 10px);
    }

    .profile-dropdown-content .apply-clear-btns .apply-btn .aply-btn {
        margin-right: 0px;
    }

    .profile-dropdown-content .apply-clear-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .profile-dropdown-content .apply-clear-btns .clear-btn .clr-btn {
            margin-top: 10px;
        }

    .stepper-card {
        min-width: 342px;
        width: auto;
    }

    #fsvehicle .form-details {
        width: 100%;
        margin-bottom: 17px;
    }

        #fsvehicle .form-details .vehicleregisterrequired {
            width: 88%;
        }

    .payment-details .date-card .card-details .fs-subtitle {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:575px) {
    .xdsoft_datetimepicker {
        left: 15px !important;
    }

        .xdsoft_datetimepicker .xdsoft_timepicker {
            width: 40px !important;
        }

    .login-form form .forget-pass {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .parking-form .parkingFormCard .parking-dtls .parking-ttl {
        margin: 0px 15px;
    }

    .parkingFormMain .parkingFormCard .cardDetailsForm {
        margin: 0px 15px 11px;
    }

    .parking-form .parkingFormMain .buttons-set button {
        width: 160px;
        height: 55px;
        font-size: 20px;
    }

    .modal-container.rating-modal-container .modal-content .modal-body {
        padding: 20px 15px 20px;
    }

        .modal-container.rating-modal-container .modal-content .modal-body h2 {
            font-size: 18px;
        }

        .modal-container.rating-modal-container .modal-content .modal-body p {
            margin: 12px 0px;
        }

        .modal-container.rating-modal-container .modal-content .modal-body .rating-star {
            min-width: 270px;
        }

            .modal-container.rating-modal-container .modal-content .modal-body .rating-star .star-icon {
                font-size: 28px;
                padding: 0px;
                margin: 0px 3px;
            }

        .modal-container.rating-modal-container .modal-content .modal-body .logo {
            display: block;
            width: 75px;
            margin: 0px auto 6px;
        }

    .parking-form .parkingFormMain .parkingFormCard .form-webfooter {
        font-size: 12px;
        line-height: 12px;
    }

    .parking-form .parkingFormMain .parkingFormCard .webfooter img {
        width: 70px;
    }

    .parking-form .parkingFormMain .parkingFormCard .webfooter {
        margin: 15px auto 15px;
    }

    .parking-form .parkingFormMain .parkingFormCard .webfooter {
        align-items: flex-end;
    }

    .admin-dashbord-details .div-col {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .thank-you-section-container .thank-you-content {
        padding: 40px 15px;
    }

        .thank-you-section-container .thank-you-content .thank-you-image {
            width: 100%;
        }

        .thank-you-section-container .thank-you-content h3 {
            font-size: 28px;
            line-height: 48px;
        }

        .thank-you-section-container .thank-you-content p {
            font-size: 16px;
        }

        .thank-you-section-container .thank-you-content h4 {
            font-size: 16px;
        }

    .dashboard-container .left-part .left-navigation {
        flex-wrap: nowrap;
    }

    li.dropdown ul {
        padding-left: 0px;
    }

    .account-due-summary .inner-cards-wrapper .column.column-20 {
        width: 100%;
    }

    .dashboard-container .left-part .left-navigation .list-item {
        width: auto;
        min-width: 230px;
    }

    .comman-row-structure .comman-row-column-structure.col-4, .comman-row-structure .comman-row-column-structure.col-2 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .right-part .body #container {
        margin-left: 0px !important;
    }

        .right-part .body #container .pagination {
            display: flex;
            /*flex-direction: column;*/
            flex-wrap: wrap;
            align-items: flex-start;
            margin-top: 12px;
        }

    .pagination li {
        margin-top: 2px;
    }

        .pagination li a {
            padding: 8px;
        }

    .cmn-card.assign-table {
        min-height: calc(100vh - -42px) !important;
    }

    .body .contact-deatils-row-one {
        display: flex;
        flex-direction: column;
    }

    .dashboard-container .right-part .cmn-card .body .contact-deatils-row-one .data-details {
        margin-bottom: 7px;
    }

    .body .contact-deatils-row-two {
        display: flex;
        flex-direction: column;
    }

    .dashboard-container .right-part .cmn-card .body .contact-deatils-row-two .data-details {
        margin-bottom: 7px;
    }

    .grid-card-box .grid-card-column {
        max-width: 100% !important;
    }
}

@media screen and (max-width:460px) {
    .modal-container.survey-modal-container .modal-content .modal-footer .btn-container.btn-between {
        flex-direction: column;
    }

        .modal-container.survey-modal-container .modal-content .modal-footer .btn-container.btn-between .cmn-blue-btn:first-child {
            margin-bottom: 8px;
        }
}

@media screen and (max-width:375px) {


    .login-form form .login-register {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .location-fees .non-profitable {
        position: relative;
        left: 0px;
    }

    .parking-form .parkingFormMain .parkingFormCard .form-title {
        font-size: 28px;
        line-height: 36px;
    }

    .header-change-box .parkingFormMain .parkingFormCard .parking-dtls .parking-ttl .ttl-header .sub-title {
        font-size: 20px;
    }

    .thank-you-section-container .thank-you-content {
        padding: 30px 15px;
    }

        .thank-you-section-container .thank-you-content h3 {
            font-size: 24px;
            line-height: 28px;
        }

        .thank-you-section-container .thank-you-content p {
            font-size: 14px;
        }

        .thank-you-section-container .thank-you-content h4 {
            font-size: 14px;
        }

    .control-between-space input[type="button"] {
        width: 50%;
    }

    .control-between-space input[type="time"], select, input[type="text"] {
        width: 100%;
    }
}

/*Rate engine*/
.control-between-space {
    padding-left: 5px;
    padding-right: 5px;
}
/*Rate engine*/


@media (min-width:1266px) and (max-width:1400px) {
    .locationImageMaster {
        display: flex;
        flex-wrap: nowrap;
    }

        .locationImageMaster .file-upload-content {
            margin-left: -60px;
        }

        .locationImageMaster .image-title-wrap .remove-image {
            width: 152px;
        }
}

table .min-width-date {
    min-width: 110px;
    width: 110px;
}

/*remove ... from pagination*/
/*.PagedList-ellipses{
    display:none;
}*/
/*popupstyle start*/
.receipt-modal-container h3 {
    padding: 0px;
    margin: 20px 0px 10px;
    color: #002173;
}

.receipt-modal-container h4 {
    color: #4aa8c7;
    font-size: 15px;
}

.receipt-modal-container .CustomerPhoneNumber {
    padding: 15px;
    box-shadow: 0px 2px 3px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 12px;
    width: 100%;
}

@media (max-width: 768px) {
    .receipt-modal-container.modal-window > div {
        max-width: 50% !important;
    }
}

@media screen and (max-width: 576px) {
    .modal-container.receipt-modal-container {
        width: 80%;
        padding: 1rem;
    }

    .receipt-modal-container h3 {
        font-size: 22px;
    }

    .receipt-modal-container h4 {
        font-size: 12px;
    }

    .receipt-modal-container .CustomerPhoneNumber {
        width: 100%;
    }
}
    /*popupstyle end*/