:root {
    scroll-behavior: auto !important;
}
body {
    padding: 0;
    margin: 0;
    background: #f4ebd7;
    font-family: 'Montserrat', sans-serif;
}

a {
    list-style: none;
    text-decoration: none;
}

/* register css start */
.nav-bg {
    padding: 0px 40px 0px 40px;
    background-color: #DD782A;
}

.nav-bg .nav-item .nav-link {
    display: block;
    padding: 0px 30px 0px 30px;
    line-height: 90px;
    font-size: 18px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 400;
}

.secound-nav-bg {
    background: #FC8F3C;
    overflow: hidden;

}

.secound-nav-bg ul {
    margin: 0;
    padding: 0;
}

.secound-nav-bg li a {
    display: block;
    padding: 0px 15px 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    list-style: none;
    text-decoration: none;
}

.secound-nav {
    width: 100%;
    padding: 0px 60px 0px 111px;
}

.secound-nav li {
    float: left;
    list-style: none;
    text-decoration: none;
}

.login {
    padding: 100px 60px 00px 150px;
    float: left;
    overflow: auto;
    color: #488093;
    width: 100%;
    text-align: center;
    margin-bottom: 29%;
}

.login input::placeholder {
    font-size: 18px;
}

.login h5 {
    color: #1B6077;
    letter-spacing: 0.1em;
    margin: 30px 0px 15px 0px;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login h6 {
    padding: 10px;
}

.login input {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0, 84, 120, 0.5);
    font-size: 20px;
    font-weight: 100;
    color: #DD782A;
    margin-bottom: 20px;
    border-radius: 0;
    font-weight: 300;
}

input[type="text"] {
    color: #dd782a;
    font-size: 20px;
}

.submit {
    width: 100%;
    background-color: #DD782A;
    border: 2px solid #BC5300;
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    transition-delay: 0.4ms;
}

.submit:hover {
    background-color: #BC5300;
    color: #fff;
}

.member {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

.member a {
    color: #488093;
    list-style: none;
    text-decoration: none;
}

.footer-bg {
    background: #002e41;
    padding: 10px;
    width: 100%;
    float: left;
}

.footer-bg p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

/* login page css end */

/* register css stars */

.contents {
    padding: 20px;
}

.contents h2 {
    text-align: center;
    margin: 0 auto;
}

.contents input {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0, 84, 120, 0.5);
    font-size: 20px;
    font-weight: 100;
    color: #DD782A;
    margin-bottom: 20px;
    border-radius: 0;
    font-weight: 300;
}

.contents label {
    font-size: 20px;
    color: #1B6077;
}

.contents input::placeholder {
    font-size: 15px;
}

.contents select {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0, 84, 120, 0.5);
    font-size: 15px;
    font-weight: 100;
    color: #1B6077;
    margin-bottom: 20px;
    border-radius: 0;
    font-weight: 300;
    padding: 10px;
}

.check {
    width: 20px !important;
}

.checkbox-label {
    font-size: 16px !important;
    padding-top: 5px;
}

.center-button {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.forgot input {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0, 84, 120, 0.5);
    font-size: 20px;
    font-weight: 100;
    color: #DD782A;
    margin-bottom: 20px;
    border-radius: 0;
    font-weight: 300;
}

.forgot input::placeholder {
    font-size: 15px;
}

.forgot {
    padding: 2%;
}

.forgat-pass {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

/* register css end */

/* My Receipts css start */

.center-logo {
    text-align: center;
    margin: 0 auto;
}

.left {
    float: right;
}

.border-1 {
    border: solid 1px #9f8787;
}

.receip p {
    font-size: 20px;
}

.thanks {
    text-align: center;
    font-style: italic;
}

.add {
    text-align: center;
}

.bottom-recepts p {
    margin-bottom: 0;
}

.bottom-recepts h5 {
    color: #b15e25;
    font-weight: 500;
}

.table-right {
    text-align: right;
}

.receip-table th,
td {
    border: solid 1px #000;
}


/* My Receipts css end */

/* payment page css start */

.payment {
    background-color: #DD782A;
    border: 2px solid #BC5300;
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    transition-delay: 0.4ms;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.payment-2 {
    background-color: #DD782A;
    border: 2px solid #BC5300;
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    transition-delay: 0.4ms;
}

.white {
    border: solid 2px #000;
}

.payment-2:hover {
    color: #fff;
    background-color: #BC5300;
}

/* payment page css end */


/* exhibitor page css start */

.exhibitor img {
    float: left;
    width: 70px;
    padding-right: 10px;
}

.exhibitor {
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(161, 150, 161, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(161, 150, 161, 1);
    box-shadow: 0px 0px 10px 0px rgba(161, 150, 161, 1);
}

.exhibitor h6 {
    padding: 15px 0px 0px 10px;
    font-size: 16px;
}

.exhibitor a {
    color: #002e41;
}

.credit {
    border: 2px solid rgba(0, 84, 120, 0.5);
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 20px;
    border-radius: 0;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
}

/* exhibitor page css end*/

/* index page css start*/

.login-2 {
    padding: 10px;
    float: left;
    overflow: auto;
    color: #488093;
    width: 100%;
    text-align: center;
    margin-bottom: 29%;
}

.login-2 input::placeholder {
    font-size: 18px;
}

.login-2 h5 {
    color: #1B6077;
    letter-spacing: 0.1em;
    margin: 30px 0px 15px 0px;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login-2 h6 {
    padding: 10px;
}

.login-2 input {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0, 84, 120, 0.5);
    font-size: 20px;
    font-weight: 100;
    color: #DD782A;
    margin-bottom: 20px;
    border-radius: 0;
    font-weight: 300;
}


/* index page css end*/

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.spinner.show {
    display: flex;
}
.spinner-border {
    color: #DD782A !important;
}
.pay-page .event-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-check {
    padding-left: 0;
}
.contents .form-check-input {
    width: 20px;
    margin-left: 0;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.form-check-label {
    display: inline-block;
}
.form-check-info {
    font-size: 14px;
    color: #1B6077;
    margin-bottom: 15px;
    margin-left: 25px;
    display: block;
}
.badge-action-btn {
    cursor: pointer;
    color: #DD782A;
}
.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-disabled:hover {
	color: #DD782A;
}
.event-date {
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
    color: #DD782A;
}
.event-name {
    font-weight: 500;
}
.person-name {
    color: #DD782A;
    margin-bottom: 15px;
    font-size: 20px;
}
.userBadges-tab {
    background-color: transparent;
    padding: 0px;
    margin-right: 10px;
}
.userBadges-tab .nav-link {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    box-shadow: 0px 0px 10px 0px rgb(213, 206, 213);
    min-width: 200px;
}
.userBadges-tab .nav-link.active {
    background-color: #DD782A;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
.person-name {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    background: #DD782A;
    padding: 10px;
    font-weight: bold;
    text-transform: capitalize;
}
.userBadges-tab-content {
    box-shadow: 0px 0px 10px 0px rgb(213, 206, 213);
    flex-grow: 1;
    background: #fff;
    padding: 20px 20px 0;
    border-radius: 5px;
}
.each-event {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.each-event:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.badge-action-btn {
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0px 0px 10px 0px rgb(213, 206, 213);
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}
.field-error {
	position: absolute;
	bottom: 0;
	font-size: 12px;
}
.color-orange {
    color: #DD782A;
}
.color-red {
    color: #ff0000;
}
.fw-600 {
    font-weight: 600;
}

@media (max-width: 992px) {
    .nav-bg .nav-item .nav-link {
        padding: 12px 0;
        line-height: normal;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .secound-nav {
        padding: 0;
    }

    .secound-nav li {
        width: 49%;
        margin: 0.5%;
        float: left;
    }

    .secound-nav li a {
        background-color: rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
        font-size: 12px;
        padding: 10px;
    }

    .mar-non {
        margin-left: 0;
    }

    .login {
        padding: 0;
    }

    .secound-nav-bg {
        padding: 10px;
    }

    .forgot {
        padding: 1%;
    }

    .padd-n {
        padding: 0 !important;
    }

    .exhibitor {
        margin-bottom: 20px;
    }

    .exhibitors img {
        width: 100%;
    }

    .payment-2 {
        font-size: 5px;
    }
    .container-fluid.contents .contents {
        padding: 0;
    }
    .no-mobile-padding {
        padding: 0 !important;
        margin: 0;
    }
    .userBadges-tab-container {
        display: block !important;
    }
    .userBadges-tab {
        margin: 0;
    }
    .userBadges-tab .nav-link {
        padding: 3px 15px;
    }
    .userBadges-tab-content {
        padding: 0;
    }
    .each-event {
        padding: 0 15px;
        display: block !important;
    }
    .person-name {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 10px;
    }
    .badge-action-btn {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 1366px) {
    .payment-2 {
        font-size: 10px;
    }

}

.navbar-brand img { height : 64px; }

@media (max-width:1399.98px) and (min-width:991.98px){
    .nav-bg .nav-item .nav-link {
        font-size: 16px;
    }
}

@media (max-width:1199.98px) and (min-width:991.98px){
    .nav-bg .nav-item .nav-link {
        font-size: 14px;
        padding: 0 15px;
    }
}
