@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html, body {
    font-family: "Poppins", sans-serif;
    height: 100vh;
    --breakpoint: 55rem;
    --breakpoint-max: $breakpoint - .002;
}
.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}
.h1-crud {
    font-size: 2.25rem !important;
    font-weight: 600 !important;
    line-height: 1.35;
    margin-bottom: 20px !important;
    text-align: center;
    color: var(--primary);
    padding-top: 15px;
}


.row {
    margin-bottom: 5px !important;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/*********new css******/
.container-background {
    background-color: #56baed;
}

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 750px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -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;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #39ace7;
    }

    input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

input[type=text], select {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus, select:focus {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    input[type=text]:placeholder {
        color: #cccccc;
    }



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 60%;
}

* {
    box-sizing: border-box;
}

#employer-post-new-job .res-steps-container .res-steps {
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer
}

    #employer-post-new-job .res-steps-container .res-steps .res-step-bar {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #0aa7e1;
        display: inline-block;
        height: 40px;
        width: 40px;
        margin-top: 10px;
        text-align: center;
        color: #fff;
        padding-top: 7px;
        font-size: 20px
    }

    #employer-post-new-job .res-steps-container .res-steps .res-progress-title {
        text-align: center;
        font-size: 15px;
        padding-top: 10px;
        display: block
    }

    #employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
        height: 5px;
        background: #0aa7e1;
        width: 90%;
        margin: -22px 0 0 50%;
        float: left
    }

#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-three .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 100%;
    margin-left: 0%
}

#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 50%;
    /*  margin-right: 50%*/
}

#employer-post-new-job .res-step-form {
    border: 1px solid #d2d2d2;
    box-shadow: 0px 6px 4px -2px silver;
    position: absolute
}

    #employer-post-new-job .res-step-form h3 {
        margin: 10px 0;
        color: #0aa7e1;
        font-size: 18px
    }

    #employer-post-new-job .res-step-form .form-horizontal label {
        font-weight: normal
    }

#employer-post-new-job .res-form-two, #employer-post-new-job .res-form-three, #employer-post-new-job .res-form-four {
    right: 15px;
}

#employer-post-new-job .active .res-step-bar {
    background: #f19b20 !important
}

#employer-post-new-job .active .res-progress-title {
    color: #0aa7e1
}

.star-icon {
    background-image: url(https://cdn4.iconfinder.com/data/icons/small-n-flat/24/star-20.png);
}

.wrapper {
    margin: auto;
}

.product {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

    .product > div {
        position: relative;
        z-index: 10;
    }

.title {
    background-color: #333;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    z-index: 20;
}

.text {
    text-align: left;
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-weight: 300;
    padding: 20px 0;
}
/*padding: 0 20px;
font-size:11px;
font-weight: 700;
margin-bottom: 5px;
}*/

.description {
    padding: 0 20px;
    margin-bottom: 10px;
    color: #757575;
}

.review {
    font-size: 12px;
    padding: 0 20px;
}

    .review > span {
        vertical-align: middle;
    }

        .review > span.star-icon {
            width: 20px;
            height: 20px;
            display: inline-block;
        }

.star-disable {
    opacity: 0.5;
}

.price {
    padding: 0 20px;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.shop-actions {
    padding: 0 20px;
}

.htmleditor {
    height: 200px !important;
}

/*button {
    width: 40%;
    vertical-align: middle;
    background-color: #ffdd00;
    border: none;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.5);
    padding: 5px;
    font-size: 18px;
    font-family: "Oswald"
}*/
.preview {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    height: 180px;
}

.svg {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
    z-index: 0;
}

.circle {
    fill: $color-below-image;
    transform-origin: 50% 50%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    @include transforming(scale(0.8));
    @include transition-transform(300ms);
}

.image {
    transform-origin: 50% 50%;
    @include transforming(rotate(0));
    @include transition-transform(300ms);
}

/*************event ticket items***********/
.dot-background {
    background-image: radial-gradient( circle 0.875rem at 50% 50%, black 0.8rem, transparent );
    background-size: 2rem 2rem;
}

.event {
    position: relative;
    display: grid;
    overflow: hidden;
    color: var(--event-text-on-bg, #222);
    background-color: var(--event-bg, #fff);
    border-radius: .75rem;
}

@media (max-width: var(--breakpoint) { /* replace 600px with your actual value for $breakpoint-max */
    .event {
        grid-template-rows: 3.5rem 1.5rem 12rem auto;
    }
}

@media (min-width: var(--breakpoint-max) { /* replace 768px with your actual value for $breakpoint */
    .event {
        grid-template-columns: 3.5rem 1.5rem calc(100% - 22rem) 17rem;
        grid-auto-flow: column;
        min-block-size: 25rem;
    }
}

.event__name {
    position: absolute;
    inset: 0;
    block-size: 3.5rem;
    padding-block: 1.25rem .75rem;
    padding-inline: 1rem;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.375rem;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 .0625rem rgb(0 0 0 / .56), 0 0 .125rem rgb(0 0 0 / .26), 0 0 .375rem rgb(0 0 0 / .12);
    color: var(--event-text-on-img, #fff);
}

@media (max-width: 600px) { /* replace 600px with your actual value for $breakpoint-max */
    .event__name {
        grid-row: 1 / 1;
        background-image: linear-gradient( to bottom, rgb(0 0 0 / .54) 0%, rgb(0 0 0 / .32) 30%, rgb(0 0 0 / .26) 45%, rgb(0 0 0 / .12) 70%, rgb(0 0 0 / .08) 80%, rgb(0 0 0 / .04) 90%, rgb(0 0 0 / 0) 100% );
    }
}

@media (min-width: 768px) { /* replace 768px with your actual value for $breakpoint */
    .event__name {
        grid-column: 1 / 1;
        writing-mode: sideways-lr;
        background-image: linear-gradient( to right, rgb(0 0 0 / .56) 0%, rgb(0 0 0 / .36) 30%, rgb(0 0 0 / .26) 45%, rgb(0 0 0 / .12) 70%, rgb(0 0 0 / .08) 80%, rgb(0 0 0 / .04) 90%, rgb(0 0 0 / 0) 100% );
    }
}

.event__stub {
    position: absolute;
    inset: 0;
    background-position: 50%;
}

@media (max-width: 600px) { /* replace 600px with your actual value for $breakpoint-max */
    .event__stub {
        grid-row: 2 / 2;
        background-image: radial-gradient( circle 0.275rem at 50% 50%, var(--event-stub-color, #eee) 0.25rem, transparent );
        background-size: .625rem 1.375rem;
        background-repeat: repeat-x;
    }
}

@media (min-width: 768px) { /* replace 768px with your actual value for $breakpoint */
    .event__stub {
        grid-column: 2 / 2;
        background-image: radial-gradient( circle 0.6rem at 50% 50%, var(--event-stub-color, #eee) 0.525rem, transparent );
        background-size: 1.375rem .625rem;
        background-repeat: repeat-y;
    }
}

.event__stub::before,
.event__stub::after {
    position: absolute;
    block-size: 1.5rem;
    inline-size: 1.5rem;
    content: "";
    background-color: var(--event-stub-color, #eee);
    border-radius: .75rem;
}

@media (max-width: var(--breakpoint) { /* replace 600px with your actual value for $breakpoint-max */
    .event__stub::before {
        inset-inline-start: -1rem;
    }

    .event__stub::after {
        inset-inline-end: -1rem;
    }
}

@media (min-width: var(--breakpoint-max) { /* replace 768px with your actual value for $breakpoint */
    .event__stub::before {
        inset-block-start: -1.0625rem;
    }

    .event__stub::after {
        inset-block-end: -1.0625rem;
    }
}

.event__title {
    position: absolute;
    align-self: end;
    font-weight: 400;
    letter-spacing: .025em;
    color: var(--event-text-on-img, #fff);
    text-shadow: 0 0 .0625rem rgb(0 0 0 / .56), 0 0 .125rem rgb(0 0 0 / .26), 0 0 .375rem rgb(0 0 0 / .12);
}

@media (max-width: var(--breakpoint) { /* replace 600px with your actual value for $breakpoint-max */
    .event__title {
        grid-row: 3 / 3;
        padding-block: .875rem;
        padding-inline: 1rem;
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

@media (min-width: var(--breakpoint-max) { /* replace 768px with your actual value for $breakpoint */
    .event__title {
        inset-inline-end: 0;
        inset-inline-start: 0;
        grid-column: 3 / 3;
        justify-self: end;
        padding-block: 1rem;
        padding-inline: 1.375rem;
        font-size: 3.5rem;
        line-height: 3.25rem;
        text-align: right;
    }
}

.event__entry {
    display: none;
    position: absolute;
    letter-spacing: .0375em;
    color: var(--event-text-on-img, #fff);
}

@media (max-width: var(--breakpoint) { /* replace 600px with your actual value for $breakpoint-max */
    .event__entry {
        grid-row: 3 / 3;
        align-self: end;
        justify-self: end;
        padding-block: .875rem;
        padding-inline: 1.0625rem;
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
}

@media (min-width: var(--breakpoint-max) { /* replace 768px with your actual value for $breakpoint */
    .event__entry {
        grid-column: 3 / 3;
        align-self: start;
        justify-self: end;
        padding-block: 1rem;
        padding-inline: 1.375rem;
        font-size: 3rem;
        line-height: 2.875rem;
    }
}

.event__image {
    block-size: 100%;
    inline-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    border-radius: inherit;
}

@media (max-width: var(--breakpoint) { /* replace 600px with your actual value for $breakpoint-max */
    .event__image {
        grid-row: 1 / span 3;
    }
}

@media (min-width: var(--breakpoint-max) { /* replace 768px with your actual value for $breakpoint */
    .event__image {
        grid-column: 1 / span 3;
    }
}

.event__details {
    display: flex;
    flex-direction: column;
    padding: 1.125rem;
    gap: 1rem;
}

@media (max-width: var(--breakpoint) { /* replace 600px with your actual value for $breakpoint-max */
    .event__details {
        grid-row: 4 / 4;
    }
}

@media (min-width: var(--breakpoint-max) { /* replace 768px with your actual value for $breakpoint */
    .event__details {
        grid-column: 4 / 4;
        justify-content: center;
    }
}

.event__details-heading {
    display: flex;
    align-items: center;
    gap: .375rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .075em;
    line-height: 1.25rem;
    text-transform: uppercase;
    opacity: .76;
}

.event__details > .event__details-heading {
    margin-block-end: -.5rem;
}

[class*="material-icons"] {
    margin-inline-start: -.125rem;
}

.event__description {
    font-size: 1rem;
    line-height: 1.25rem;
    opacity: .84;
}

.event__location {
    display: inherit;
    flex-direction: inherit;
    gap: .25rem;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .0275em;
    line-height: 1.125rem;
}

.event__travel {
    display: inherit;
    flex-direction: inherit;
    gap: .125rem;
    font-size: .875rem;
}

.event__travel-type {
    font-weight: 500;
    line-height: 1.125rem;
}

    .event__travel-type span {
        font-weight: 400;
        letter-spacing: .05em;
        text-transform: uppercase;
        opacity: .76;
    }

.event__price {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .event__price strong {
        font-size: 1.125rem;
        font-weight: 700;
        letter-spacing: -.0125em;
    }

.event__action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-start: auto;
    padding: .625rem 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    color: var(--event-text-on-action, #fff);
    background-color: var(--event-action-bg, #222);
    border-radius: .75rem;
}

.event__strike {
    position: relative;
    font-weight: 400;
    text-decoration: none;
    color: #f00;
    opacity: .84;
}

    .event__strike::after {
        position: absolute;
        inset-block: 50%;
        inset-inline: 0;
        content: "";
        block-size: .0625rem;
        background-color: currentcolor;
        box-shadow: 0 0 0 .0625rem var(--event-bg, #fff);
    }

/*************end event ticket items*/

/************extra*****************/
.body {
    margin: 0;
    padding-top: 10px;
    color: #2e323c;
    background: #f5f6fa;
    position: relative;
    height: 100%;
}

.account-settings .user-profile {
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-align: center;
}

    .account-settings .user-profile .user-avatar {
        margin: 0 0 1rem 0;
    }

        .account-settings .user-profile .user-avatar img {
            width: 90px;
            height: 90px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
        }

    .account-settings .user-profile h5.user-name {
        margin: 0 0 0.5rem 0;
    }

    .account-settings .user-profile h6.user-email {
        margin: 0;
        font-size: 0.8rem;
        font-weight: 400;
        color: #9fa8b9;
    }

.account-settings .about {
    margin: 2rem 0 0 0;
    text-align: center;
}

    .account-settings .about h5 {
        margin: 0 0 15px 0;
        color: #007ae1;
    }

    .account-settings .about p {
        font-size: 0.825rem;
    }

.form-control {
    border: 1px solid #cfd1d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: .825rem;
    background: #ffffff;
    color: #2e323c;
}

.card {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
    width: 95%;
}

.card-border-shadow {
    box-shadow: 10px 10px 10px #cfd1d8 !important;
}


.pt-inner {
    text-align: center;
}

.tile {
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.tile {
    box-shadow: 0 1px 1px rgba(0,0,0,.07);
}

.pt-inner .pti-header {
    padding: 45px 10px 70px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.bg-amber {
    background-color: #ffc107 !important;
}

.bg-green {
    background-color: #4caf50 !important;
}

.bg-cyan {
    background-color: #00bcd4 !important;
}

.pt-inner .pti-header > h2 {
    margin: 0;
    line-height: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 50px;
}

    .pt-inner .pti-header > h2 small {
        color: #fff;
        letter-spacing: 0;
        vertical-align: top;
        font-size: 16px;
        font-weight: 100;
    }

.pt-inner .pti-header .ptih-title {
    background-color: rgba(0,0,0,.1);
    padding: 8px 10px 9px;
    margin: 0 -10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.pt-inner .pti-header .ptih-title {
    text-transform: uppercase;
}

.pt-inner .pti-body {
    padding: 0 23px;
}

    .pt-inner .pti-body .ptib-item:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .pt-inner .pti-body .ptib-item {
        padding: 15px 0;
        font-weight: 400;
    }

.pt-inner .pti-footer {
    padding: 10px 20px 30px;
}

    .pt-inner .pti-footer > a {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        line-height: 60px;
        font-size: 30px;
    }
/***********end extra*************/
/***********Billing detail**********/
.bodyBilling {
    margin-top: 20px;
    background-color: #f2f6fc;
    color: #69707a;
}

.img-account-profile {
    height: 10rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.cardbilling {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}

    .cardbilling .card-header {
        font-weight: 500;
    }

.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}

.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-borders .nav-link.active {
    color: #0061f2;
    border-bottom-color: #0061f2;
}

.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.fa-2x {
    font-size: 2em;
}

.table-billing-history th, .table-billing-history td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
}

.table > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.border-start-primary {
    border-left-color: #0061f2 !important;
}

.border-start-secondary {
    border-left-color: #6900c7 !important;
}

.border-start-success {
    border-left-color: #00ac69 !important;
}

.border-start-lg {
    border-left-width: 0.25rem !important;
}

.h-100 {
    height: 100% !important;
}
/************end billing detail********/
/***************invoice****************/
.bodyinvoice {
    margin-top: 20px;
    justify-content: center;
}

.text-danger strong {
    color: #9f181c;
}

.receipt-main {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 12px solid #333333;
    border-top: 12px solid #9f181c;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 40px 30px !important;
    position: relative;
    box-shadow: 0 1px 21px #acacac;
    color: #333333;
    font-family: open sans;
    width: 90%;
    margin-left: 5%;
}

    .receipt-main p {
        color: #333333;
        font-family: open sans;
        line-height: 1.42857;
    }

.receipt-footer h1 {
    font-size: 15px;
    font-weight: 400 !important;
    margin: 0 !important;
}

.receipt-main::after {
    background: #414143 none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: -13px;
}

.receipt-main thead {
    background: #414143 none repeat scroll 0 0;
}

    .receipt-main thead th {
        color: #fff;
    }

.receipt-right h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}

.receipt-right p {
    font-size: 12px;
    margin: 0px;
}

    .receipt-right p i {
        text-align: center;
        width: 18px;
    }

.receipt-main td {
    padding: 9px 20px !important;
}

.receipt-main th {
    padding: 13px 20px !important;
}

.receipt-main td {
    font-size: 13px;
    font-weight: initial !important;
}

    .receipt-main td p:last-child {
        margin: 0;
        padding: 0;
    }

    .receipt-main td h2 {
        font-size: 20px;
        font-weight: 900;
        margin: 0;
        text-transform: uppercase;
    }

.receipt-header-mid .receipt-left h1 {
    font-weight: 100;
    margin: 34px 0 0;
    text-align: right;
    text-transform: uppercase;
}

.receipt-header-mid {
    margin: 24px 0;
    overflow: hidden;
}

#container {
    background-color: #dcdcdc;
}
/****************end invoice*********/
/**************member corporate ticket list*********************/
.fl-left-event {
    float: left
}

.fl-right-event {
    float: right
}

.h1-event {
    text-transform: uppercase;
    font-weight: 900;
    border-left: 10px solid #fec500;
    padding-left: 10px;
    margin-bottom: 30px
}

.row-event {
    overflow: hidden
}

.card-event {
    display: table-row;
    width: 49%;
    background-color: #fff;
    color: #989898;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative
}

    .card-event + .card-event {
        margin-left: 2%
    }

.date-event {
    display: table-cell;
    width: 25%;
    position: relative;
    text-align: center;
    border-right: 2px dashed #dadde6
}

    .date-event:before,
    .date-event:after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-color: #DADDE6;
        position: absolute;
        top: -15px;
        right: -15px;
        z-index: 1;
        border-radius: 50%
    }

    .date-event:after {
        top: auto;
        bottom: -15px
    }

    .date-event time {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .date-event time span {
            display: block
        }

            .date-event time span:first-child {
                color: #2b2b2b;
                font-weight: 600;
                font-size: 250%
            }

            .date-event time span:last-child {
                text-transform: uppercase;
                font-weight: 600;
                margin-top: -10px
            }

.card-cont-event {
    display: table-cell;
    width: 75%;
    font-size: 85%;
    padding: 10px 10px 30px 50px
}

    .card-cont-event h3 {
        color: #3C3C3C;
        font-size: 130%
    }

.row-event:last-child .card-event:last-of-type .card-cont-event h3 {
    text-decoration: line-through
}

.card-cont-event > div {
    display: table-row
}

.card-cont-event .even-date-event i,
.card-cont-event .even-info-event i,
.card-cont-event .even-date-event time,
.card-cont-event .even-info-event p {
    display: table-cell
}

.card-cont-even .even-date-even i,
.card-cont-even .even-info-even i {
    padding: 5% 5% 0 0
}

.card-cont-even .even-info-even p {
    padding: 30px 50px 0 0
}

.card-cont-even .even-date-even time span {
    display: block
}

.card-cont-even a {
    display: block;
    text-decoration: none;
    width: 80px;
    height: 30px;
    background-color: #D8DDE0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.row-even:last-child .card-even:first-child .card-cont-even a {
    background-color: #037FDD
}

.row-even:last-child .card-even:last-child .card-cont-even a {
    background-color: #F8504C
}

@media screen and (max-width: 860px) {
    .card-even {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

        .card-even + .card-even {
            margin-left: 0
        }

    .card-cont-even .even-date-even,
    .card-cont-even .even-info-even {
        font-size: 75%
    }
}
/**************End member corporate ticket list*********************/
/************************Rank css**********************************/
.payments-item img.mr-3 {
    width: 47px;
}

.order-list .btn {
    border-radius: 2px;
    min-width: 121px;
    font-size: 13px;
    padding: 7px 0 7px 0;
}

.osahan-account-page-left .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}

    .osahan-account-page-left .nav-link i {
        width: 28px;
        height: 28px;
        background: #535665;
        display: inline-block;
        text-align: center;
        line-height: 29px;
        font-size: 15px;
        border-radius: 50px;
        margin: 0 7px 0 0px;
        color: #fff;
    }

    .osahan-account-page-left .nav-link.active {
        background: #f3f7f8;
        color: #282c3f !important;
    }

        .osahan-account-page-left .nav-link.active i {
            background: #282c3f !important;
        }

.osahan-user-media img {
    width: 90px;
}

.card offer-card h5.card-title {
    border: 2px dotted #000;
}

.card.offer-card h5 {
    border: 1px dotted #daceb7;
    display: inline-table;
    color: #17a2b8;
    margin: 0 0 19px 0;
    font-size: 15px;
    padding: 6px 10px 6px 6px;
    border-radius: 2px;
    background: #fffae6;
    position: relative;
}

    .card.offer-card h5 img {
        height: 22px;
        object-fit: cover;
        width: 22px;
        margin: 0 8px 0 0;
        border-radius: 2px;
    }

    .card.offer-card h5:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid #daceb7;
        content: "";
        left: 30px;
        position: absolute;
        bottom: 0;
    }

    .card.offer-card h5:before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #daceb7;
        content: "";
        left: 30px;
        position: absolute;
        top: 0;
    }

.payments-item .media {
    align-items: center;
}

    .payments-item .media img {
        margin: 0 40px 0 11px !important;
    }

.reviews-members .media .mr-3 {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.order-list img.mr-4 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 2px;
}

.osahan-cart-item p.text-gray.float-right {
    margin: 3px 0 0 0;
    font-size: 12px;
}

.osahan-cart-item .food-item {
    vertical-align: bottom;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

a:hover {
    text-decoration: none;
}
/************************end Rank css**************************/
/*************************Ticket*******************************/
.card-ticket {
    border: none !important;
    margin-bottom: 24px !important;
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44) !important;
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44) !important;
}

.avatar-xs {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50% !important;
}

.team-ticket {
    height: 40px !important;
}
/*************************End Ticket***************************/
/***************************Product list landing page***********/
.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}

ul li {
    margin-bottom: 1.4rem;
}

.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}

.blue .pricing-divider {
    background: #2D5772;
}

.green .pricing-divider {
    background: #1AA85C;
}

.red b {
    color: #C64545
}

.blue b {
    color: #2D5772
}

.green b {
    color: #1AA85C
}

.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.btn-custom {
    background: #C64545;
    color: #fff;
    border-radius: 20px
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.princing-item {
    transition: all 150ms ease-out;
}

    .princing-item:hover {
        transform: scale(1.05);
    }

        .princing-item:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }

        .princing-item:hover .deco-layer--2 {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }

/***************************end product list landing page*/
/************corporate event list*****************/
.card-margin {
    margin-bottom: 1.875rem;
}

.card-corporate-event {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card-corporate-event {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

    .card-corporate-event .card-header-corporate-event.no-border-corporate-event {
        border: 0;
    }

    .card-corporate-event .card-header {
        background: none;
        padding: 0 0.9375rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        min-height: 50px;
    }

.card-header-corporate-event:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #edf1fc;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
            color: #4e73e5;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
            color: #4e73e5;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fcfcfd;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
            color: #dde1e9;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
            color: #dde1e9;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #e8faf8;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
            color: #17d1bd;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
            color: #17d1bd;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebf7ff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
            color: #36afff;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
            color: #36afff;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: floralwhite;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
            color: #FFC868;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
            color: #FFC868;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #feeeef;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
            color: #F95062;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
            color: #F95062;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fefeff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
            color: #f7f9fa;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
            color: #f7f9fa;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebedee;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
            color: #394856;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
            color: #394856;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #f0fafb;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
            color: #68CBD7;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
            color: #68CBD7;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
            color: #3c4142;
            font-size: 14px;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
            color: #B1BAC5;
            font-size: 13px;
        }

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
}

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item {
        display: list-item;
        color: #727686;
    }

        .widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
            margin-left: .5rem;
        }

.widget-49 .widget-49-meeting-action {
    text-align: right;
}

    .widget-49 .widget-49-meeting-action a {
        text-transform: uppercase;
    }
/*************end corporate event list***********/
/********************billing history*************/
.table-billing-history th, .table-billing-history td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
}

.table > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.border-start-primary {
    border-left-color: #0061f2 !important;
}

.border-start-secondary {
    border-left-color: #6900c7 !important;
}

.border-start-success {
    border-left-color: #00ac69 !important;
}

.border-start-lg {
    border-left-width: 0.25rem !important;
}
.nav-borders .nav-link.active {
    color: #0061f2;
    border-bottom-color: #0061f2;
}

.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.fa-2x {
    font-size: 2em;
}
.img-account-profile {
    height: 10rem;
}

.rounded-circle {
    border-radius: 50% !important;
}
/**********************end billing history************/
/**********************credit card list***************/
/* WRAPPERS */
#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 20px 10px 40px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}
/* Payments */
.payment-card-2 {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e7eaec;
}

.payment-icon-big {
    font-size: 60px;
    color: #d1dade;
}

.payments-method.panel-group .panel + .panel {
    margin-top: -1px;
}

.payments-method .panel-heading {
    padding: 15px;
}

.payments-method .panel {
    border-radius: 0;
}

.payments-method .panel-heading h5 {
    margin-bottom: 5px;
}

.payments-method .panel-heading i {
    font-size: 26px;
}

.payment-icon-big {
    font-size: 60px !important;
    color: #d1dade;
}
.text-navy {
    color: #1ab394;
}

.text-success {
    color: #1c84c6;
}

.text-warning {
    color: #f8ac59;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox.collapsed .ibox-content {
    display: none;
}

.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.ibox:after,
.ibox:before {
    display: table;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.text-danger {
    color: #ed5565;
}
.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}
/*********************end credit card list************/
/*************************Typography******************/
.thumb-lg {
    height: 88px;
    width: 88px;
}

.profile-user-box {
    position: relative;
    border-radius: 5px
}

.bg-custom {
    background-color: #02c0ce !important;
}

.profile-user-box {
    position: relative;
    border-radius: 5px;
}

.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item {
    border-bottom: 1px solid #f3f6f8;
    overflow: hidden;
    padding: 10px 0;
    position: relative
}

    .inbox-widget .inbox-item .inbox-item-img {
        display: block;
        float: left;
        margin-right: 15px;
        width: 40px
    }

    .inbox-widget .inbox-item img {
        width: 40px
    }

    .inbox-widget .inbox-item .inbox-item-author {
        color: #313a46;
        display: block;
        margin: 0
    }

    .inbox-widget .inbox-item .inbox-item-text {
        color: #98a6ad;
        display: block;
        font-size: 14px;
        margin: 0
    }

    .inbox-widget .inbox-item .inbox-item-date {
        color: #98a6ad;
        font-size: 11px;
        position: absolute;
        right: 7px;
        top: 12px
    }

.comment-list .comment-box-item {
    position: relative
}

.comment-list .comment-box-item .commnet-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px
}

.comment-list .comment-box-item .commnet-item-msg {
    color: #313a46;
    display: block;
    margin: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px
}

.comment-list .comment-box-item .commnet-item-user {
    color: #98a6ad;
    display: block;
    font-size: 14px;
    margin: 0
}

.comment-list a + a {
    margin-top: 15px;
    display: block
}

.ribbon-box .ribbon-primary {
    background: #2d7bf4;
}

.ribbon-box .ribbon {
    position: relative;
    float: left;
    clear: both;
    padding: 5px 12px 5px 12px;
    margin-left: -30px;
    margin-bottom: 15px;
    font-family: Rubik,sans-serif;
    -webkit-box-shadow: 2px 5px 10px rgba(49,58,70,.15);
    -o-box-shadow: 2px 5px 10px rgba(49,58,70,.15);
    box-shadow: 2px 5px 10px rgba(49,58,70,.15);
    color: #fff;
    font-size: 13px;
}

.text-custom {
    color: #02c0ce !important;
}

.badge-custom {
    background: #02c0ce;
    color: #fff;
}

.badge {
    font-family: Rubik,sans-serif;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    padding: .35em .5em;
    font-weight: 500;
}

.text-muted {
    color: #98a6ad !important;
}

.font-13 {
    font-size: 13px !important;
}
/*************************end typography**************/