@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif !important;
}

#billing_row_allign {
    vertical-align: top !important;

}

.has-button {
    border: 1px solid red !important;
    border-radius: 7px;
    transition: 0.6s ease-in-out;
}

body {
    font-family: "Poppins", sans-serif !important;
    min-height: 100vh;
}

.header-bar {
    position: fixed;
    top: 0px;
    height: 40px;
    width: 100%;
    background-color: #57c590;
    color: white;
    transition: 0.4s;
    padding: 3px;
    z-index: 100;
    cursor: pointer;
}

.main-content {
    min-height: calc(100vh - 40px);
    padding: 50px;
    width: 100% !important;
    margin-left: 250px;
    transition: 0.5s ease-in-out !important;
}

.main-content-wide {
    margin-left: 0;
    transition: 0.5s ease-in-out !important;
}

.header-bar a {
    color: inherit;
}

.header-bar .dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::after {
    position: absolute;
    left: 90%;
    margin-top: 0.7em;
}

h6 a {
    color: inherit !important;
}

a {
    color: inherit !important;
}

.content {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: calc(100vh - 40px);
}

ul {
    margin-top: 0 !important;
}

.navbar {
    width: 240px;
    height: 100vh;
    position: fixed;
    margin-left: -0px;
    background-color: rgb(55, 55, 55);
    transition: 0.4s;
}

.navbar-collapse {
    margin-top: 0 !important;
    align-items: baseline !important;
    width: max-content !important;
}

.nav-link {
    /*     font-size: 1em !important; */
    border-radius: 5px;
    color: white !important;
    padding: 10px !important;
    display: block !important;
}

.nav-link:hover {
    border-radius: 5px;
    color: #4b4b4b !important;
    background: #e7e7e7;
}

.nav-item {
    border-radius: 5px;
    background-color: rgb(35, 35, 35);
    margin-bottom: 5px;
    width: 210px;
}

.testt2 {
    border-radius: 0;
}

.testt2:hover {
    border-radius: 0 !important;
}

.navbar-brand {
    vertical-align: middle;
}

.dropdown-menu {
    padding: 0 !important;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.dropdown-menu li {
    margin-bottom: 0;
}

.header-bar .dropdown-item {
    background-color: #f3f3f3 !important;
    color: #3d403e !important;
}

.header-bar .dropdown-item:hover {
    background-color: rgba(36, 35, 35, 0.9) !important;
    color: #f3f3f3 !important;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: relative !important;
    background-color: rgba(36, 35, 35, 0.8);

}

.dropdown-item {
    background-color: rgba(36, 35, 35, 0.9) !important;
    color: white !important;
}

.dropdown-item:hover {
    background-color: #e7e7e7 !important;
    color: #3d403e !important;
}

.sidebar-dropdown-item {
    padding-left: 25px !important;
}

#application-stage .sidebar-dropdown-item:active,
#application-stage .sidebar-dropdown-item:focus,
#application-stage .sidebar-dropdown-item:hover {
    background-color: black !important;
}

.sidebar {
    margin-top: 40px;
    margin-left: -0px;
    position: fixed !important;
    z-index: 1000;
    transition: 0.5s ease-in-out;
}

.active-cont {
    margin-left: -300px;
}

input[type="radio"] {
    accent-color: #18a05e;
}

.brand-logo {
    width: 20px;
    height: 20px;
    /* margin-right: 6px; */
}

#sidebar-nav-options .nav-link {
    text-align: left !important;
}

.form-check-input:checked {
    background-color: #2bb673 !important;
    border-color: #2bb673 !important;
    outline: none !important;
}


/* mobile view sidebar toggle */

@media only screen and (max-width: 576px) {
    .sidebar {
        margin-left: -100vw;
    }

    .navbar {
        width: 100vw;
    }

    .active-nav {
        margin-left: 300px;
    }

    .active-cont {
        margin-left: -0px;
    }

    .main-content {
        margin-left: 0;
        transition: width 0.3s ease-in-out;
    }

    .main-content-wide {
        display: none;
    }

    .navbar {
        text-align: center;
    }

    .nav-link {
        width: 100% !important;
    }
}

/* ipad view sidebar toggle  */
@media screen and (max-width: 980px) and (min-width: 576px) {
    .sidebar {
        margin-left: -100vw;
    }

    .active-nav {
        margin-left: 300px;
    }

    .active-cont {
        margin-left: -0px;
    }

    .main-content {
        margin-left: 0;
        transition: width 0.3s ease-in-out;
    }

    .main-content-wide {
        margin-left: 0;
        transition: 0.5s ease-in-out !important;
    }

    .navbar {
        text-align: center;
    }

    .nav-link {
        width: 100% !important;
    }
}

.navbar .navbar-toggler {
    color: white;
}

#menu-btn {
    background-color: inherit;
    color: white;
}

.right {
    float: right;
    display: flex;
}

.right img {
    width: 20px;
}

#profile-dropdown .logout-btn:hover {
    color: #f3f3f3 !important;
    background-color: red !important;
}

.align-middle {
    margin-right: 10px;
}

/* progress bar */
.progressBar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
}

.progressBar::before,
.progress {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    height: 4px !important;
    width: 90%;
    background-color: #bebebe;
    z-index: -1;
    margin-left: 5%;
    margin-right: 5%;
}

.progress {
    background-color: #2bb673 !important;
    width: 0%;
    margin-right: 10%;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #bebebe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4% 3% 6% 3%;
}

/* .progress-step::before {
    counter-increment: step;
    content: counter(step);
    color: white;
} */

.progress-step svg {
    color: white;
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(68%);
    /*    font-size: 0.85rem;*/
    color: #666;
}

.progress-step-active {
    background-color: #2bb673;
}

@media (max-width: 992px) {
    .progress-step::after {
        display: none;
    }
}

/* form 1 */

.title,
.page-title {
    margin-top: 20px !important;
    color: #57c590;
    background: #ffffff;
    display: inline-block;
}

.page-title {
    margin-left: 15px;
}

.hr {
    background: #2bb673;
    width: 100%;
    position: relative;
    margin-top: -24px;
    height: 2px;
    z-index: -1;
}

.input {
    margin-top: 5px !important;
    display: flex;
    flex-direction: column;
}

.seating-input label {
    margin-top: 5px !important;
    display: flex;
    flex-direction: column;
}

.vehi-info {
    line-height: 40px;
}

select {
    padding: 7px;
}

.field {
    margin-top: 30px;
}

.space-even {
    display: flex;
    justify-content: space-between;
}

.seatingBtn {
    background-color: white;
    border: 1px solid black;
    padding: 3px;
}

.btn-prev,
.btn-save {
    background-color: #3e3e3e !important;
    color: white !important;
}

.btn-next {
    background-color: #57c590 !important;
    color: white !important;
}

.button {
    margin-top: 5px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    font-size: 10px;
    width: 100px;
    height: 40px;
}

.radio label {
    margin-right: 50px;
    padding-left: 8px;
}

.form2 {
    position: relative;
}

.form-step {
    display: none;
}

.form-step input[type="radio"]:checked::after {
    background-color: #2bb673 !important;
}

.form-step-active {
    display: block;
    border: 1px solid black;
    padding: 10px;
    overflow: hidden;
    border-radius: 0.7rem;
}

.box {
    height: 120px;
    position: relative;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.box button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 5px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    /*    font-size: x-large;*/
    align-items: center;
    justify-content: center;
    z-index: 3;
    border: none;
}

.longBox {
    min-height: 100px;
    position: relative;
    width: 100% !important;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
}

.longBox button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    left: 84px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    /*    font-size: x-large;*/
    align-items: center;
    justify-content: center;
    z-index: 3;
    border: none;
}

.btn_upload {
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.btn_upload input {
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.btn_upload .upload-text {
    color: white;
    /*    font-size: 12px;*/
    display: flex;
    flex-direction: column;
}

.column {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

.d-row {
    display: flex;
}

.btn_upload img {
    width: 100%;
}

.uploading {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #83ccd3;
    transition: 3s;
}

.success {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
}

.success:before {
    content: "";
    display: block;
    width: 10px;
    height: 19px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 12px;
}

#imageContainer {
    width: 200px;
}

#imageContainer img {
    width: 100%;
}

#imageContainer button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: red;
    line-height: 30px;
    color: #fff;
    /*    font-size: 12px;*/
    cursor: pointer;
    text-align: center;
    border: none;
    /*    font-size: x-large;*/
}

.view {
    width: 200px;
    margin: 40px auto;
    text-align: center;
    position: relative;
    transition: 0.2s;
    opacity: 0;
    padding: 15px;
    border: 2px solid #ddd;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    /*    font-size: 12px;*/
    cursor: pointer;
    right: -15px;
    top: -15px;
}

.file_remove:hover {
    background: #222;
    transition: 0.2s;
}

.error_msg {
    text-align: center;
    color: red;
}

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 10px;
    background: #ccc;
}

.file_uploading .btn_upload {
    display: none;
}

.file_uploading .uploading {
    width: 100%;
}

.file_uploaded {
    margin-top: 0;
    width: 50px;
    height: 50px;
    background: #83ccd3;
}

.file_uploaded .success {
    display: inline-block;
}

.view img {
    max-width: 100%;
}

.view.show {
    opacity: 1;
}

/* ------------------ */
.thumb-image {
    float: left;
    width: 100px;
    position: relative;
    padding: 5px;
}

#imagePreview {
    width: 180px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

/* Code Pen Mulyipel Img */

.upload__box {
    padding: 40px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    /*    font-size: 14px;*/
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    /*    font-size: 14px;*/
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

/* Multipe Images */

#image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-preview {
    position: relative;
    height: 90px;
    margin: 5px;
}

.image-preview img {
    width: 160px;
    height: 90px;
    object-fit: cover;
}

.image-preview .remove-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.credit-inputs {
    line-height: 40px;
}

.paybtn {
    width: 100%;
    background-color: #57c590 !important;
    color: white;
    font-weight: bold;
    border: none;
    height: 40px;
    border-radius: 7px;
}

.creditDetail {
    width: 100%;
    height: fit-content;
    background-color: #e9eff3;
    border-radius: 5px;
    padding: 15px;
    padding-top: 150px !important;
    margin-top: -150px;
}

.creditDetail p {
    font-size: 14px !important;
}

.input-container {
    position: relative;
}

.input-container input::placeholder {
    text-align: center;
}

.input-container .icon1 {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.input-field {
    padding-left: 30px;
}

.input-container .icon2 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.wifi-icon,
.sim {
    font-size: 30px;
}

.sim {
    color: #6e6e6e !important;
}

.mwidth {
    /* border: 2px solid red; */
    max-width: 300px !important;
}

/* userProfile page styling */
.user-profile-h {
    color: #2bb673;
    /*    font-size: 30px;*/
}

.form-control:focus {
    border-color: #ccc !important;
    box-shadow: 0 0 5px rgba(128, 128, 128, 0.5) !important;
}

/*-- userProfile page styling-- */

/* review application page */

.textbox {
    position: relative;
    border: 1px solid gray;
    padding: 10px;
    margin: 10px;
    width: max-content;
}

.textbox p {
    margin: 0;
}

.textbox {
    border: 1px solid black;
    padding: 10px;
    position: relative;
    width: max-content;
}

.remove-icon {
    color: red;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    /*    font-size: 20px;*/
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

.recover-icon {
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    /*    font-size: 20px;*/
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

.textbox:hover .remove-icon {
    opacity: 1;
}

.textbox.clicked {
    border-color: red;
}

.recover-icon:before {
    content: "\f021";
    font-family: FontAwesome;
}

.clicked .remove-icon:before {
    content: "\f021";
    font-family: FontAwesome;
}

/* ----------------------------------users page-------------------------------------------------------------- */

.textbox:hover {
    border: 1px solid blue;
}

.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("icon.png");
    background-size: cover;
}

.textbox.active {
    border: 1px solid red;
}

.textbox.active .icon {
    background-image: url("icon-active.png");
}

/* all application  */
.dropdown-select {
    border: 1px solid #57c590 !important;
}

.filter {
    border: 1px solid #57c590 !important;
}

.title-form {
    color: #57c590 !important;
}

.table-row {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.view-btn {
    width: 15vh;
    font-size: 0.6rem !important;
}

.sub-topics {
    font-size: 1.5vh;
}

.sub-topics span {
    font-weight: 600;
}

.i-topic {
    color: green;
    /*    font-size: 1.3vh;*/
    margin-right: 0.5vh;
}

.t-body {
    height: fit-content;
    max-height: 100vh;
}

/* Billing CSS  */
.value-style {
    height: 100px;
}

.aud {
    /*    font-size: 30px !important;*/
    margin-left: 38em !important;
    font-weight: 900 !important;
}

#paid {
    margin-left: 30px;
}

.due-class {
    border: -20px;
    font-weight: 500;
    /*    font-size: 24px;*/
    margin-left: -30px;
}

#search1 {
    width: 350px !important;
    margin-left: -80px;
}

.status_class {
    width: 55px !important;
}

#dropdown1 {
    border-radius: 10px;
    margin-left: -3em !important;
}

.image-cart img {
    width: 100px;
}

.drop-all {
    border: 1px solid red !important;
}

#paynow {
    font-weight: 600 !important;
    height: 40px !important;
    border: none !important;
    /*    font-size: 20px;*/
}

#paynow p {
    padding: 10px !important;
    margin-top: -9px !important;
}

.table-heading {
    /*    font-size: 12px;*/
}

.col-heading {
    /*    font-size: 13px;*/
}

/* dashboard circular progress bar  */
.container1 {
    position: relative;
    width: auto;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.container1 .card-name {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    padding: 10px;
}

.container1 .card-name:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.container1 a {
    text-decoration: none;
}

.card-name .percent {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.card-name:hover .percent .number h2 span {
    color: #fff;
}

.c-text {
    inline-size: 90px;
    overflow-wrap: break-word;
    font-size: small;
}

.c-number {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.card-name svg {
    position: relative;
    width: 140px;
    height: 140px;
    overflow: visible;
    transform: rotate(-90deg);
}

.card-name svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease;
}

.card-name svg circle:last-of-type {
    stroke-dasharray: 345px;
    stroke-dashoffset: 345px;
}

/*.card-name:nth-child(1) svg circle:last-of-type {
    stroke: #00a1ff;
}

.card-name:nth-child(2) svg circle:last-of-type {
    stroke: #ff960d;
}

.card-name:nth-child(3) svg circle:last-of-type {
    stroke: #57c590;
}

.card-name:nth-child(4) svg circle:last-of-type {
    stroke: #ff3333;
}

.card-name:nth-child(5) svg circle:last-of-type {
    stroke: #737373;
}
*/

/*billing Mobile*/
@media only screen and (max-width: 835px) {
    .container1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-content: space-around;
    }

    .percent {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 100%;
    }

    .percent svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* dashboard circular progress bar */
.footer{
    padding-left: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(55, 55, 55);
    height: 40px;
    transition: all;
}

.footer-wide{
    padding-left: 0px;
}

.footer-text{
    font-size: 13px;
    margin-bottom: 0 !important;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 576px) {

    .notification-bar {
        overflow: scroll;
        height: auto !important;
        width: 291px !important;
        position: absolute;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate3d(0px, 36px, 0px);
    }

    #notif-icon {
        position: absolute;
        top: 20%;
        left: 235px !important;
        transform: translate(50%, 50%);
        /* border: 2px solid red; */
    }


    .notification-text {
        font-size: small;
    }

    .date-text {
        font-size: smaller !important;
    }
}

/* footer styling ends*/

/* notification dropdown styling  */

.notification-dropdown {
    width: 470px;
    padding: 10px !important;
    background-color: #f3f3f3 !important;
    border-radius: 5px;
}

.notification-content {
    border: 1px solid #ccc;
    padding: 10px !important;
    border-radius: 5px;
    background-color: white;
}

.notification-item {
    padding: 10px !important;
}

.notification-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-header h6 {
    margin: 0;
}

.notification-header a {
    /*    font-size: 0.9rem !important;*/
    font-weight: 500;
    text-decoration: none;
}

/* notification styling */
#notif-icon {
    position: absolute;
    top: 20%;
    left: 390px;
    transform: translate(50%, 50%);
}


/* notification dropdown styling ends  */
.table tbody>tr>td.app-status {
    vertical-align: middle;
}



/* Filter ALL APplications Bar */
@media only screen and (max-width: 576px) {
    #maincomponentback {
        display: none;
    }

    #fafasearch {
        display: none;
    }

    #filtersearch {
        position: absolute;
        margin-left: -20px !important;
        width: 290px !important;
    }

    #filterstatus {
        margin-top: 50px !important;
        margin-left: -20px !important;
    }

    #filterstatusdropdown {
        margin-left: -20px !important;
        width: 140px !important;
    }

    #filtermake {
        width: 140px !important;
        margin-top: -39px !important;
        margin-left: 130px !important;
    }

    #filtermodel {
        margin-top: 20px !important;
        width: 140px !important;
        margin-left: 130px !important;
    }

    #filterstatusdropdown2 {
        margin-left: -20px;
        margin-top: -40px !important;
        width: 165px !important;
    }

    #application_status {
        display: none;
    }

    .status-btn {
        margin-top: -65px !important;
        /*        font-size: 10px !important;*/
        margin-left: 40px !important;
    }

    #application-tableheader {
        margin-left: -40px !important;
    }

    .container {
        --bs-gutter-x: 0 !important;
    }

    #carinmobileallapplications {
        height: 80px !important;
        min-width: 80px !important;
        margin-top: 20px !important;
    }

    #photo {
        /*        font-size: 12px !important;*/
        text-align: left !important;
        z-index: 1 !important;
    }

    #make_model {
        /*        font-size: 12px !important;*/
        text-align: left !important;
    }

    #makeinmobile {
        margin-top: -1px !important;
        /*        font-size: 12px !important;*/
        border: 1px solid white;
        margin-left: -10px;
        z-index: -1 !important;
    }

    #makeinmobiledetails {
        margin-left: -110px !important;
        margin-top: -5px !important;
        width: 350% !important;
        margin-left: -120px !important;
    }

    #action {
        /*        font-size: 12px !important;*/
        text-align: center !important;
        margin-left: 30px !important;
    }

    .btn_section {
        margin-top: 30px !important;
    }

    .btn_two {
        margin-top: -50px !important;
        margin-left: 45px !important;
    }

    .btn_section {
        margin-left: -105px !important;
    }

    #filterstatusdropdown1_1 option,
    .dropdown-select option,
    #make option,
    #model option {
        /*        font-size: 1.5vh;*/
        overflow: hidden;
    }
}

/* Ipad Mini*/
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {


    #maincomponentback {
        display: none;
    }

    #fafasearch {
        display: none;
    }

    #filtersearch {
        position: absolute;
        margin-top: 10px !important;
        margin-left: -4px !important;
        width: 750px !important;
    }

    #filterstatus {
        margin-top: 50px !important;
        width: 800px !important;
    }

    #filterstatusdropdown {
        margin-top: -55px !important;
        width: 380px !important;
    }

    #filtermake {
        width: 350px !important;
        margin-top: 45px !important;
        margin-left: 265px !important;
    }

    #greenborderallapplications {
        padding: 0 !important;
        height: 200px !important;
        width: 740px !important;
    }

    #filtermodel {
        margin-top: -100px !important;
        width: 350px !important;
        margin-left: 390px !important;
    }

    #filterstatusdropdown2 {
        margin-left: 1px !important;
        margin-top: -60px !important;
        width: 400px !important;
    }

    #application_status {
        display: none;
    }

    .status-btn {
        margin-top: -65px !important;
        /*        font-size: 10px !important;*/
        margin-left: 40px !important;
    }

    #application-tableheader {
        margin-left: -40px !important;
    }

    .container {
        --bs-gutter-x: 0 !important;
        margin-left: 1px !important;
    }

    #carinmobileallapplications {
        height: 80px !important;
        min-width: 80px !important;
        margin-top: 20px !important;
    }

    #photo {
        /*        font-size: 12px !important;*/
        text-align: left !important;
    }

    #make_model {
        /*        font-size: 12px !important;*/
        text-align: left !important;
        margin-left: 200px !important;
    }

    #makeinmobile {
        margin-top: -1px !important;
        /*        font-size: 12px !important;*/
        border: 1px solid white;
        margin-left: 1px !important;
        z-index: -1 !important;

        margin-left: 10%;
    }

    #makeinmobiledetails {
        margin-top: -5px !important;
        width: 350% !important;
        margin-left: -270px !important;
    }

    #action {
        /*        font-size: 12px !important;*/
        text-align: center !important;
        margin-left: 30px !important;
    }

    .btn_section {
        margin-top: 30px !important;

        margin-left: -140px !important;
    }

    .btn_two {
        margin-top: -50px !important;
    }

    #tablerow_allapplications {
        margin-right: 550px !important;
    }

    #greenborderallapplications {
        margin-left: -40px !important;
    }

    .table {
        margin-left: 10px !important;
    }
}

/* Ipad Air*/
@media only screen and (width: 820px) and (height: 1180px) and (orientation: portrait) {
    #maincomponentback {
        display: none;
    }

    #fafasearch {
        display: none;
    }

    #filtersearch {
        position: absolute;
        margin-top: 10px !important;
        margin-left: -4px !important;
        width: 750px !important;
    }

    #filterstatus {
        margin-top: 50px !important;
        width: 800px !important;
    }

    #filterstatusdropdown {
        margin-top: -55px !important;
        width: 380px !important;
    }

    #filtermake {
        width: 350px !important;
        margin-top: 45px !important;
        margin-left: 265px !important;
    }

    #greenborderallapplications {
        padding: 0 !important;
        height: 200px !important;
        width: 780px !important;
    }

    #filtermodel {
        margin-top: -100px !important;
        width: 350px !important;
        margin-left: 390px !important;
    }

    #filterstatusdropdown2 {
        margin-left: 1px !important;
        margin-top: -60px !important;
        width: 400px !important;
    }

    #application_status {
        display: none;
    }

    .status-btn {
        margin-top: -65px !important;
        /*        font-size: 10px !important;*/
        margin-left: 40px !important;
    }

    #application-tableheader {
        margin-left: -40px !important;
    }

    .container {
        --bs-gutter-x: 0 !important;
        margin-left: 1px !important;
    }

    #carinmobileallapplications {
        height: 80px !important;
        min-width: 80px !important;
        margin-top: 20px !important;
    }

    #photo {
        /*        font-size: 12px !important;*/
        text-align: left !important;
    }

    #make_model {
        /*        font-size: 12px !important;*/
        text-align: left !important;
        margin-left: 200px !important;
    }

    #makeinmobile {
        margin-top: -1px !important;
        /*        font-size: 12px !important;*/
        border: 1px solid white;
        margin-left: 1px !important;
        z-index: -1 !important;

        margin-left: 10%;
    }

    #makeinmobiledetails {
        margin-top: -5px !important;
        width: 350% !important;
        margin-left: -270px !important;
    }

    #action {
        /*        font-size: 12px !important;*/
        text-align: center !important;
        margin-left: 30px !important;
    }

    .btn_section {
        margin-top: 30px !important;

        margin-left: -140px !important;
    }

    .btn_two {
        margin-top: -50px !important;
    }

    #tablerow_allapplications {
        margin-right: 550px !important;
    }

    #greenborderallapplications {
        margin-left: -40px !important;
    }

    .table {
        margin-left: 10px !important;
    }
}

@media only screen and (max-width: 576px) {
    #update-btn {
        margin-top: 20px !important;
    }

    #change-pswd {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 576px) {
    h5 {
        /*        font-size: 1rem !important;*/
    }

    .field {
        margin-top: 10px;
    }

    .main-content {
        padding: 30px;
    }

    .seat-row-class {
        margin-left: 20px !important;
    }

    #add-input {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 980px) {
    .footer{
        padding-left: 0px;
    }

    .seat-row {
        padding-left: 40px !important;
    }

    #allusersactiontextside {

        font-size: 10px !important;
        margin: 0 !important;

    }

    #usersearchicon {
        float: right !important;

    }

    #usertable1 th {
        vertical-align: top !important;
    }

    /* Ipad Mini*/

    @media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {

        body {
            color: red;
        }

        #maincomponentback {
            display: none;
        }

        #fafasearch {
            display: none;
        }

        #filtersearch {
            position: absolute;
            margin-top: 10px !important;
            margin-left: -4px !important;
            width: 750px !important;

        }

        #filterstatus {
            margin-top: 50px !important;
            width: 800px !important;
        }

        #filterstatusdropdown {
            margin-top: -55px !important;
            width: 380px !important;

        }

        #filtermake {
            width: 350px !important;
            margin-top: 45px !important;
            margin-left: 265px !important;


        }

        #greenborderallapplications {
            padding: 0 !important;
            height: 200px !important;
            width: 740px !important;
        }

        #filtermodel {
            margin-top: -100px !important;
            width: 350px !important;
            margin-left: 390px !important;



        }

        #filterstatusdropdown2 {
            margin-left: 1px !important;
            margin-top: -60px !important;
            width: 400px !important;

        }

        #application_status {
            display: none;
        }

        .status-btn {
            margin-top: -65px !important;
            /*            font-size: 10px !important;*/
            margin-left: 40px !important;
        }

        #application-tableheader {
            margin-left: -40px !important;
        }

        .container {
            --bs-gutter-x: 0 !important;
            margin-left: 1px !important;

        }

        #carinmobileallapplications {
            height: 80px !important;
            min-width: 80px !important;
            margin-top: 20px !important;
        }

        #photo {
            /*            font-size: 12px !important;*/
            text-align: left !important;
        }

        #make_model {
            /*            font-size: 12px !important;*/
            text-align: left !important;
            margin-left: 200px !important;

        }

        #makeinmobile {
            margin-top: -1px !important;
            /*            font-size: 12px !important;*/
            border: 1px solid white;
            margin-left: 1px !important;
            z-index: -1 !important;

            margin-left: 10%;

        }

        #makeinmobiledetails {

            margin-top: -5px !important;
            width: 350% !important;
            margin-left: -270px !important;


        }

        #action {

            /*            font-size: 12px !important;*/
            text-align: center !important;
            margin-left: 30px !important;


        }

        .btn_section {
            margin-top: 30px !important;

            margin-left: -140px !important;
        }

        .btn_two {
            margin-top: -50px !important;


        }

        #tablerow_allapplications {

            margin-right: 550px !important;
        }

        #greenborderallapplications {
            margin-left: -40px !important;
        }



        .table {
            margin-left: 10px !important;
        }
    }


    /* Ipad Air*/
    @media only screen and (width: 820px) and (height: 1180px) and (orientation: portrait) {

        #maincomponentback {
            display: none;
        }

        #fafasearch {
            display: none;
        }

        #filtersearch {
            position: absolute;
            margin-top: 10px !important;
            margin-left: -4px !important;
            width: 750px !important;

        }

        #filterstatus {
            margin-top: 50px !important;
            width: 800px !important;
        }

        #filterstatusdropdown {
            margin-top: -55px !important;
            width: 380px !important;

        }

        #filtermake {
            width: 350px !important;
            margin-top: 45px !important;
            margin-left: 265px !important;


        }

        #greenborderallapplications {
            padding: 0 !important;
            height: 200px !important;
            width: 780px !important;
        }

        #filtermodel {
            margin-top: -100px !important;
            width: 350px !important;
            margin-left: 390px !important;



        }

        #filterstatusdropdown2 {
            margin-left: 1px !important;
            margin-top: -60px !important;
            width: 400px !important;

        }

        #application_status {
            display: none;
        }

        .status-btn {
            margin-top: -65px !important;
            /*            font-size: 10px !important;*/
            margin-left: 40px !important;
        }

        #application-tableheader {
            margin-left: -40px !important;
        }

        .container {
            --bs-gutter-x: 0 !important;
            margin-left: 1px !important;

        }

        #carinmobileallapplications {
            height: 80px !important;
            min-width: 80px !important;
            margin-top: 20px !important;
        }

        #photo {
            /*            font-size: 12px !important;*/
            text-align: left !important;
        }

        #make_model {
            /*            font-size: 12px !important;*/
            text-align: left !important;
            margin-left: 200px !important;

        }

        #makeinmobile {
            margin-top: -1px !important;
            /*            font-size: 12px !important;*/
            border: 1px solid white;
            margin-left: 1px !important;
            z-index: -1 !important;

            margin-left: 10%;

        }

        #makeinmobiledetails {

            margin-top: -5px !important;
            width: 350% !important;
            margin-left: -270px !important;


        }

        #action {

            /*            font-size: 12px !important;*/
            text-align: center !important;
            margin-left: 30px !important;


        }

        .btn_section {
            margin-top: 30px !important;

            margin-left: -140px !important;
        }

        .btn_two {
            margin-top: -50px !important;


        }

        #tablerow_allapplications {

            margin-right: 550px !important;
        }

        #greenborderallapplications {
            margin-left: -40px !important;
        }



        .table {
            margin-left: 10px !important;
        }
    }


    @media only screen and (max-width: 5765px) {

        #update-btn {
            margin-top: 20px !important;
        }

        #change-pswd {
            margin-top: 20px !important;
        }
    }



    @media only screen and (max-width: 576px) {

        h5 {
            /*            font-size: 1rem !important;*/
        }

        .field {
            margin-top: 10px;
        }

        .main-content {
            padding: 30px;
        }

        .seat-row-class {
            margin-left: 20px !important;
        }

        #add-input {
            margin-top: 10px !important;
        }
    }

    @media only screen and (max-width: 980px) {
        .seat-row {
            padding-left: 40px !important;
        }

        #add-input {
            margin-top: 10px !important;
            margin-top: 10px !important;

        }

    }
}

.table-row-details {
    vertical-align: middle !important;
}

.make-bg:hover,
.make-bg:active {
    background-color: #57c59076;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {

    .column1-border,
    .column2-border {
        height: 100%;
        overflow-y: auto;
    }

}

@keyframes spin {
    to {
        transform: rotate(359deg);
    }
}

.credit-card-image {
    position: relative;
    background-image: url('/images/card.png');
    background-size: contain;
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-left: auto;
    margin-right: auto;
}

.credit-card-image .brand-icon{
    text-align: end;
    padding: 5px;
}

.credit-card-image p{
    text-align: center;
    font-weight: 500;
    text-shadow: 1px 1px 2px black;
    color: white;
    margin: 0 !important;
    margin-top: 10px !important;
}
.credit-card-image pre{
    text-align: center;
    font-size: small;
    font-weight: 500;
    text-shadow: 1px 1px 2px black;
    color: white;
}
.text-warning-custom {
    color: darkorange;
}

.border-warning-custom {
    border: 1px solid darkorange;
}

.image-view-container img, .image-view{
    aspect-ratio: 2/1;
    width: 100%;
    object-fit: cover;
}

.image-view-container:hover img, .image-view:hover{
    object-fit: contain;
}