#mainNav {
    transition: all 200ms linear;
}

/* Slider Notification */
#slideNotification.isError {
    background: #f16565;
}

#slideNotification.isSuccess {
    background: #74b94a;
}

#slideNotification.isInfo {
    background: #089ec0;
}

#slideNotification {
    line-height: 1.5em;
    z-index: 999999;
    max-width: 320px;
    width: 100%;
    position: fixed;
    top: 10px;
    right: 0;
    border-radius: 8px 0px 0px 8px;
    padding: 4px 12px;
    color: #fff;
    transform: translateX(100%);
    transition: all 400ms ease-out;
}

#slideNotification.slider {
    transform: translateX(0%);
}

#slideNotification .flexMain {
    display: flex;
    align-items: center;
}

#slideNotification #notifHeading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#slideNotification #notifText {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}

#slideNotification #notifType {
    font-size: 2em;
}

#slideNotification .fa-times {
    cursor: pointer;
    float: right;
    margin-top: 12px;
}

#slideNotification #errorIcon,
#slideNotification #successIcon,
#slideNotification.isError #successIcon,
#slideNotification.isSuccess #errorIcon {
    display: none;
}

#slideNotification.isSuccess #successIcon,
#slideNotification.isError #errorIcon {
    display: block;
}



/* Loading Logo Spinner */
#loadingSpinnerWrap {
    display: none;
    position: relative;
    z-index: 99999;
}

#loadingSpinner {
    background: rgba(0, 0, 0, 0.824);
    z-index: 999;
}

#rotator {
    border: 2px solid #f7864e;
    border-top: 2px solid #45454500;
    border-bottom: 2px solid #121212;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: rtr 1s infinite linear;
    margin-top: -120px;
}

#rotatorImage {
    animation: beat 500ms infinite linear;
}

@keyframes beat {

    0%,
    100% {
        opaicty: 1
    }

    50% {
        opacity: 0.3
    }
}

@keyframes rtr {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.requiredLabel:after,
textarea[required]+label:after,
select[required]+label:after,
input[required]+label:after {
    content: " * ";
    color: red;
}

.form-control,
.form-select {
    outline: none;
    box-shadow: none !important;
}

.inputButtonInside .form-control {
    padding-right: 80px;
}

.inputButtonInside .btn {
    width: 60px;
}

.otpInput {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 4px;
    text-align: center;
    font-size: 24px;
}

#imageUploadInput {
    position: fixed;
    top: -100px;
}

.avatar {
    background-color: #c7c7c7;
    border-radius: 50%;
    object-fit: fill;
    width: 120px;
    height: 120px;
    position: relative;
}

.avatarCustom {
    background-color: #c7c7c7;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 2em;
}

.square {
    background-color: #c7c7c7;
    object-fit: contain;
    width: 240px;
    height: 240px;
    position: relative;
}

.rectangle {
    background-color: #c7c7c7;
    object-fit: contain;
    width: 320px;
    height: 180px;
    position: relative;
}

#imageLoadingSpinner {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8px;
}

#spinImg img {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 0;
}

/* Editable Field */
.editableEdit {
    display: none;
}

.initEditableField:hover {
    background: rgba(125, 125, 125, 0.1)
}

.initEditableField:hover>.editableEdit {
    display: block;
    cursor: pointer;
}

.editableData[contenteditable="true"] {
    outline: 1px solid #23aad4;
    border-radius: 2px;
}

.fa-spinner {
    animation: spinning 600ms infinite linear;
}

@keyframes spinning {
    100% {
        transform: rotate(360deg);
    }
}

a {
    text-decoration: none;
}

/* Fonts */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

h4,
h5,
h6,
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    color: #575757;
    overflow-x: hidden;
}

.text-para {
    color: #aeaeae
}

.text-successer {
    color: #c8fa73
}

.text-successer2 {
    color: #ea7bfb
}

.text-primaryer {
    color: #65adff
}

.text-warninger {
    color: #fea467
}

.text-dangerer {
    color: #fe6161
}

a,
p,
li,
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1,
h2,
h3,
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.numbering {
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 30px;
    margin-right: 4px;
    border-radius: 50%;
    background: #1bb8e4;
}

/* Spinner checkmark */
#closeBtnWrap {
    display: none;
}

#innerCard {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 2px 4px 48px rgba(125, 125, 125, 0.3)
}

#cCard {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 9999;
}

.circle-loader {
    margin-bottom: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: "";
    left: 1.75em;
    top: 3.5em;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}


/* Dashbaord */
.eventCard:hover {
    transform: scale(1.02);
}

.eventCard {
    transition: all 200ms linear;
    max-width: 240px;
    margin: 10px;
    display: inline-block;
}

.eventCard img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
}

.eventCard h4,
.eventCard p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stepForm {
    max-width: 480px;
    margin: 0 auto;
}

#accessTable td:nth-of-type(2) {
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 2px;
}

#accessTable td:nth-of-type(1) {
    width: 33%
}

.eventPosterPreview {
    height: 360px;
    width: 100%;
    object-fit: contain;
}

/* Are You Sure */
#areYouSureContainer {
    display: none;
    z-index: 999;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
}

#ays {
    max-width: 380px;
    margin: 0 auto;
}

/* view event */
#registerBgn {
    height: 380px;
    background-size: cover !important;
    background-position: center !important;
    position: relative
}

.pullUp {
    position: relative;
    margin-top: -240px;
}

#priceBanner {
    display: none
}

/* New Home Bgn */
.bgnFlare {
    background: url('/static_files/images/bgn.jpg') no-repeat;
    background-size: 100% 140%;
}

.bgnFlare footer {
    background: transparent !important;
    border-top: none !important;
}

@media screen and (max-width:764px) {
    .navbar-nav {
        margin-top: 8px;
        padding: 16px 0px 10px 0px;
        background: #0C2557;
    }

    .navbar-nav button,
    .navbar-nav a {
        display: block;
        padding: 20px;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
        border: none !important;
        border-radius: 0px !important;
        color: #fff
    }

    .mobileTextCenter {
        text-align: center
    }

    .mobileTextCenter.d-flex {
        justify-content: center !important;
    }

    .navbar-nav .dropdown-item {
        color: #000;
        padding: 4px;
    }

    .navbar-nav .dropdown-menu {
        margin: 0px 16px;
    }
}

.mobileBottom {
    z-index: 11
}




.navbar .btn {
    font-size: 14px !important;
}

@media screen and (max-width:720px) {
    .navbar-collapse {
        z-index: 9;
    }

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

#descriptionPara {
    padding: 12px;
    outline: none;
    resize: none;
    border: none;
    background: none;
}

button[role="button"] {
    transition: all 100ms linear
}

button[role="button"]:hover {
    transform: scale(0.95)
}

.wpMsgdelivered {
    color: #1a79bd;
}

.wpMsgread {
    color: #289a35;
}

.wpMsgfailed {
    color: #ff0000;
}

.gap24 {
    gap: 24px;
}

.gap16 {
    gap: 16px;
}

.customFloating {
    min-height: 80px;
    padding-top: 12px;
}

.customFloatingLabel {
    margin-top: -12px;
    margin-left: 10px;
}

.break-word {
    word-break: break-all;
}

.text-flare {
    color: #2b4376
}

#progressWrap {
    z-index: 3;
}


.lh-1-5 {
    line-height: 1.25em;
}

.sitePara {
    font-size: 18px;
    color : #696969
}
@media screen and (min-width:720px) {
    .largeFont {
        font-size: 120px;
        line-height: 0.8em
    }
    .largeFont2 {
        font-size: 72px;
        color : #1e2c26;
        line-height: 0.8em
    }
    .largePara {
        font-size: 24px;
    }
}
@media screen and (max-width:719px) {
    .largeFont {
        font-size: 48px;
        line-height: 0.85em
    }
    .largeFont2 {
        font-size: 32px;
        color : #1e2c26;
        line-height: 0.85em
    }
}

@media screen and (max-width:540px) {
    .navbar-nav {
        background: rgba(0, 0, 0, 0.95);
        margin-left: -28px !important;
        margin-right: -28px !important;
        padding-bottom: 20px;
        padding-left: 20px ;
        padding-right: 20px ;
        padding-top: 10px;
    }
}

.btn-primary {
    color : #fff;
    font-weight: 600;
    text-shadow: 0px 0px 1px #0d690d;
}