html,
body {
    height: 100%;
}

.listcard {
    width: 100%;
    background-color: #f5f7f9;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
}

.listcard1 {
    width: 100%;
    background-color: #f5f7f9;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
}

.th {
    background-color: #f5f7f9;
    text-decoration: none !important;
    text-align: left;
    font-size: 14px;
}

.table {
    width: 100%;
    background-color: #f5f7f9 !important;
}

.mytr {
    background-color: white !important;
    margin-bottom: 5px !important;
    border-radius: 2px;
    text-align: left;
    height: 40px;
    font-size: 14px;
    padding-top: 10px !important;
    border: 1px solid #e8e8e8;
    /*font-weight:bold;*/
}

.idcolor {
    color: #688dd0 !important;
    font-weight: bold;
}

.disabledtr {
    background-color: #f8f8f8 !important;
    margin-bottom: 5px !important;
    border-radius: 2px;
    text-align: left;
    height: 40px;
    font-size: 14px;
    padding-top: 10px !important;
    border: 1px solid #e8e8e8;
    /*font-weight:bold;*/
}

.disabledcolor {
    color: red !important;
    font-weight: bold;
}

.buttonslist {
    margin-bottom: -50% !important;
}

/* input forms style */
.form-style-6 {
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 100%;
    margin: 10px auto;
    padding: 5px;
    background: rgba(0, 0, 0, 0);
}

.form-style-6 h1 {
    background: #43d1af;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="month"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 input[type="password"],
.form-style-6 textarea,
.form-style-6 select {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    min-width: 225px;
    background: #fff;
    margin-bottom: 4%;
    height: 40px !important;
    border-radius: 2px;
    padding-left: 3%;
    padding-right: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}

.hidden-lg {
    display: none;
}

.hidden-md {
    display: block;
}

.rate-list-div {
    background-color: var(--mynewtertiary-color);
    margin-top: -2.1% !important;
    color: white;
    margin-bottom: 100px;
    width: 104.3%;
    margin-left: -2.1% !important;
    margin-right: -2.1%;
    border-radius: 5px 5px 0px 0px;
}

/* conectivity settings */
.cm-row {
    padding-left: 32px;
    padding-right: 32px;
}

@media only screen and (max-width: 740px) {
    .rate-list-div {
        margin-bottom: 39px !important;
    }

    /* No-list-reservations */
    .date-reservation-list {
        width: 75vw !important;
    }

    .date-table {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    .inner-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .rows {
        justify-content: center;
        align-items: center;
    }

    .date-table td {
        margin-top: 5px;
    }

    .date-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #chart {
        width: 150vw;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        border: 1px solid rgba(0, 0, 0, 0.125) !important;
    }

    .listcard {
        box-shadow: none !important;
        border: none !important;
        background-color: transparent;
    }

    .print {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        padding: 0%;
    }

    .run-button {
        align-self: flex-end;
    }

    .form-style-6 input[type="text"],
    .form-style-6 input[type="date"],
    .form-style-6 input[type="month"],
    .form-style-6 input[type="datetime"],
    .form-style-6 input[type="email"],
    .form-style-6 input[type="number"],
    .form-style-6 input[type="search"],
    .form-style-6 input[type="time"],
    .form-style-6 input[type="url"],
    .form-style-6 input[type="password"],
    .form-style-6 textarea,
    .form-style-6 select {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        outline: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        min-width: 70vw !important;
        background: #fff;
        margin-bottom: 4%;
        height: 40px !important;
        border-radius: 2px;
        padding-left: 3%;
        padding-right: 3%;
        color: #555;
        font: 95% Arial, Helvetica, sans-serif;
        text-align: center;
    }

    /* reservation cancel list */
    .outer-cancelled {
        overflow-x: scroll;
    }

    .inner-cancelled {
        width: 900px;
    }

    .infocard1 {
        width: 900px;
    }

    /* reservation List */
    .hidden-lg {
        display: block;
    }

    .hidden-md {
        display: none !important;
    }

    .add-flex {
        display: flex;
    }

    .ranges {
        display: none;
    }

    .outer-row {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    .inner-row {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    .print-button {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: flex-end;
        padding: 0%;
    }

    .tbody-list tr {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    .tbody-list {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .tbody-list tr input {
        width: 90vw;
    }

    #reservation_list_form {
        align-self: center;
        justify-self: center;
        margin: 0px;
        width: 70vw;
    }

    .td-all {
        width: 76vw;
    }

    .td-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-end;
        margin-top: 10px;
    }

    .form-all {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .date-input {
        min-width: none;
        width: 70vw;
        align-self: center;
        margin-left: 10px;
    }

    /* No Show List  */
    .btn-run-print {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: -10px;
    }
}

.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="month"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 input[type="password"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus {
    box-shadow: 0 0 5px #43d1af;
    border: 1px solid #43d1af;
}

.form-style-6 label {
    color: #43d1af;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43d1af;
    border-bottom: 2px solid #30c29e;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
}

.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover {
    background: #2ebc99;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.custom-selects {
    font-size: 24px !important;
    background-color: transparent;
    border: none;
    color: #fff;
}

.custom-selects-btn {
    font-size: 20px !important;
    background-color: transparent;
    border: none;
    color: #fff;
}

.custom-select-option {
    background: #fff;
    color: #000;
    padding: 10px !important;
    font-size: 20px;
    border-radius: 2px !important;
}

.custom-select-disabled {
    background: #dfdfdf;
    color: #000 !important;
    padding: 10px !important;
    font-size: 20px;
    border-radius: 2px !important;
}

.triangle-up-green {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid green;
}

.triangle-down-red {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid red;
}

.triangle-down-blue {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #688dd0;
}

.bold-black {
    color: #000 !important;
    font-weight: bold;
}

.checkcell {
    color: green;
}

.uncheck {
    color: red;
}

.thin-bottom-border {
    border-top: transparent;
    border-bottom: 5px solid #f5f7f9;
}

.no-border {
    border-bottom: 5px solid #f5f7f9;
}

.headingdata {
    min-width: 200px !important;
    max-width: 200px !important;
    width: 200px !important;
    text-align: left !important;
    font-size: 12px !important;
}

.budget-total-data {
    color: #688dd0;
    font-weight: bold;
}

#hotelbudget td, th {
    /*font-size: 12px !important;*/
    overflow: unset !important;
}

.littlestyle:focus {
    box-shadow: 0 0 5px #43d1af;
    border: 1px solid #43d1af !important;
}

.littlestyle {
    max-width: 30px !important;
    min-width: 30px !important;
    min-height: 25px !important;
    border: 1px solid #43d1af !important;
}

.infbtn {
    border: 2px solid #48bbbe;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    margin-right: 5px;
    float: right;
}

.infbtn i {
    font-size: 20px;
    color: #abb2b9;
}

.display-none {
    display: none !important;
}

#verification_form {
    max-width: 70%;
    margin: 25px auto 0;
}

#verification_form input {
    margin: 0 5px;
    font-size: 20px;
    border: solid 1px #ccc;
    outline: none;
    width: 100%;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}

#verification_form input:selection {
    background: transparent;
}

#verification_form button {
    margin-top: 30px;
    width: 40%;
    margin-right: 10px;
}

#verify_logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.time {
    margin: 0 auto;
    padding: 8px 30px;
    background-color: #333;
    border-radius: 50px;
    color: #fff;
}

#resend_btn {
    cursor: pointer;
}

/*....custom progress bar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 100%;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar #verify_user:before {
    content: "1";
    font-weight: 900;
}

#progressbar #process_payment:before {
    content: "2";
    font-weight: 900;
}

#progressbar #finish:before {
    content: "3";
    font-weight: 900;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}

.firststep {
    width: 30%;
}

.secondstep {
    width: 60%;
}

.thirdstep {
    width: 100%;
}

.connecting-line {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 25px;
    z-index: 0;
}

.checkmark__circle {
    stroke-dasharray: 216;
    stroke-dashoffset: 216;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 98;
    stroke-dashoffset: 98;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 80px #7ac142;
    }
}

.revolute-credit-card-field {
    /* appearance: none; */
    box-sizing: border-box;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 42px;
    margin: 0.5rem 0;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    border: 2px solid #1bc5bd !important;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-beat,
.la-ball-beat > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-beat {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-beat.la-dark {
    color: #333;
}

.la-ball-beat > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-beat {
    width: 54px;
    height: 18px;
}

.la-ball-beat > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    -webkit-animation: ball-beat 0.7s -0.15s infinite linear;
    -moz-animation: ball-beat 0.7s -0.15s infinite linear;
    -o-animation: ball-beat 0.7s -0.15s infinite linear;
    animation: ball-beat 0.7s -0.15s infinite linear;
}

.la-ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.la-ball-beat.la-sm {
    width: 26px;
    height: 8px;
}

.la-ball-beat.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}

.la-ball-beat.la-2x {
    width: 108px;
    height: 36px;
}

.la-ball-beat.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}

.la-ball-beat.la-3x {
    width: 162px;
    height: 54px;
}

.la-ball-beat.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.app_btn {
    border: 1px solid #48bbbe;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    /* margin:5px; */
}
