@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    background: rgb(243, 246, 249);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Roboto', sans-serif;
}

input,
textarea,
select,
p,
label,
small,
span {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

.themeFont-en,
.themeFont-en * {
    font-family: 'Roboto', sans-serif;
}

.themeFont-ar,
.themeFont-ar * {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

html,
body {
    height: 100%;
}

.logo {
    text-align: center;
    width: 270px;
}

    .logo a {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 900;
        color: rgb(24, 28, 50);
        font-style: italic;
        text-decoration: none;
    }

        .logo a:hover {
            text-decoration: none;
        }

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    border: 1px solid #dedede;
    box-shadow: none;
    outline: none;
    min-height: 42px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) calc(100% - 15px ) center no-repeat rgb(255, 255, 255);
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    top: 0px;
    left: 0px;
    padding: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.contetnWrap {
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    place-content: center flex-start;
    background: right bottom / contain rgb(245, 248, 250);
}

    .contetnWrap p {
        margin-bottom: 7.5px;
        letter-spacing: 0px;
    }

        .contetnWrap p b {
            font-weight: bold;
        }

    .contetnWrap small,
    .contetnWrap small i {
        line-height: 20px;
        display: inline-block;
        margin-top: 5px;
    }

.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: rgb(255, 255, 255);
    inset: 0px;
}

.loader {
    border-width: 16px;
    border-style: solid;
    border-color: #007dff rgb(0 0 0) rgb(0 0 0);
    border-image: initial;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: 2s linear 0s infinite normal none running spin;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.themeColor {
    color: rgb(48, 78, 145) !important;
}

a {
    color: rgb(48, 78, 145);
}

    a:hover {
        color: rgb(11, 45, 60);
        text-decoration: underline;
    }

.loaderText {
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    overflow: hidden;
    height: 66px;
    margin-right: auto;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% - -16px);
    margin-top: -27px;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: -75px auto 0px;
    position: relative;
    top: 50%;
}

table svg {
    width: 34px;
}

.stepwizard .stepwizard-row,
.clickAbleBtnBox ul {
    display: flex;
    place-content: center flex-start;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}

    .clickAbleBtnBox ul li {
        list-style: none;
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        margin: 0px;
        width: calc(25% - 15px);
        text-align: center;
    }

    .stepwizard .stepwizard-row .btn,
    .clickAbleBtn {
        background: rgb(255, 255, 255);
        font-weight: bold;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 12px;
        width: 100%;
        padding: 10px 20px 15px;
        text-align: left;
        line-height: 30px;
        box-shadow: rgba(8, 21, 66, 0.05) 0px 0px 20px;
        word-break: break-word;
        white-space: normal;
        color: #00369A;
    }



        .stepwizard .stepwizard-row .btn span,
        .clickAbleBtn span {
            font-size: 22px;
            display: block;
            font-weight: 900;
            opacity: 0.4;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .stepwizard .stepwizard-row .btn-primary {
        color: rgb(255, 255, 255);
        background-color: #007749;
        border-color: #007749;
        cursor: pointer;
        pointer-events: none;
    }

        .stepwizard .stepwizard-row .btn-primary:hover,
        .stepwizard .stepwizard-row .btn-primary:focus {
            background-color: rgb(48, 78, 145);
            border-color: rgb(48, 78, 145);
        }

        .stepwizard .stepwizard-row .btn-primary span {
            opacity: 0.5;
        }

.form-group.ParticipentNotDiv {
    background: #EF5A2C;
    padding: 20px;
    color: #fff;
    margin-bottom: 50px;
}

.ParticipentNotDiv .contentBox h1.heading,
.ParticipentNotDiv .contentBox p {
    color: #fff
}

legend {
    font-size: 20px;
    font-weight: 700;
}

.ParticipentNotDiv .contentBox h1.heading:after {
    background: #73b6bc !important;
}

.ParticipentNotDiv .table {
    background: #fff;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-label,
label,
label.font-weight-bold {
    font-size: 16px;
    color: #000000;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 400 !important;
    text-transform: inherit;
}

.field {
    margin-top: 0px;
}

.mobileField .col-5 {
    padding-right: 0px !important;
}

.form-control {
    padding: 6.5px 15px;
    border: 1px solid #dedede;
    box-shadow: none;
    outline: none;
    min-height: 42px;
    background: rgb(255, 255, 255);
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    color: rgb(0, 0, 0);
}

.input-group-append {
    cursor: pointer;
}

.form-control:focus {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 0.2rem;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

select.form-control,
.select2-container--default .select2-selection--single {
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") calc(100% - 15px) center no-repeat rgb(255, 255, 255);
    appearance: none;
    padding: 6.5px 15px;
    border: 1px solid #dedede;
    box-shadow: none;
    outline: none;
    min-height: 42px;
    font-size: 14px;
    border-radius: 0px;
}

.select2-container.select2-container--open.select2-container--default .select2-selection--single {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-container {
    max-width: 100%;
    width: 100% !important;
}

form .form-check {
    padding: 0px;
}

    form .form-check label {
        margin-right: 15px;
    }

.required {
    color: rgb(255, 0, 0);
}

.errorMsg {
    font-size: 14px;
    color: rgb(255, 0, 0);
}

.checkBoxTable,
.radioBoxTable,
.checkBoxTable tbody,
.radioBoxTable tbody {
    width: 100%;
    display: inline-block;
}

    .checkBoxTable tr,
    .radioBoxTable tr {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

.otherBox {
    margin: 15px 0px;
}

.redioBoxWrap,
.radioBoxTable td {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 0px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    margin-bottom: 0px;
    font-weight: 600;
}

    .redioBoxWrap input,
    .radioBoxTable input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    .redioBoxWrap .checkmark,
    .radioBoxTable label {
        position: relative;
        padding-left: 20px;
        font-weight: normal;
        font-size: 14px;
        cursor: pointer;
    }

        .redioBoxWrap .checkmark,
        .radioBoxTable label::before {
            position: absolute;
            top: 0px;
            content: "";
            left: 0px;
            height: 25px;
            width: 25px;
            background-color: transparent;
            border: 1px solid rgb(109, 106, 100);
            border-radius: 50px;
        }

    .radioBoxTable td input:checked ~ label::before {
        background-color: rgb(48, 78, 145);
        border: 2px solid rgb(48, 78, 145);
    }

    .redioBoxWrap .checkmark::after,
    .radioBoxTable label::after {
        content: "";
        position: absolute;
        display: none;
    }

    .redioBoxWrap input:checked ~ .checkmark::after,
    .radioBoxTable td input:checked ~ label::after {
        display: block;
    }

    .redioBoxWrap .checkmark::after,
    .radioBoxTable td label::after {
        top: 5px;
        left: 6px;
        width: 12px;
        height: 12px;
        background: rgb(96, 176, 99);
        border-radius: 50px;
    }

.checkBoxWrap {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 0px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    user-select: none;
    min-width: 40%;
    margin-bottom: 0px;
    padding-top: 2.5px;
}

    .checkBoxWrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    .checkBoxWrap .checkmark {
        position: absolute;
        top: 0px;
        content: "";
        left: 0px;
        height: 25px;
        width: 25px;
        background-color: transparent;
        border: 2px solid rgb(189, 195, 199);
        border-radius: 4px;
    }

    .checkBoxWrap:hover input ~ .checkmark {
        background-color: transparent;
    }

    .checkBoxWrap input:checked ~ .checkmark {
        background-color: rgb(255, 255, 255);
    }

    .checkBoxWrap .checkmark::after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxWrap input:checked ~ .checkmark::after {
        display: block;
    }

    .checkBoxWrap .checkmark::after {
        left: 7px;
        top: 3px;
        width: 7px;
        height: 12px;
        border-style: solid;
        border-color: rgb(169, 200, 55);
        border-image: initial;
        border-width: 0px 3px 3px 0px;
        transform: rotate(45deg);
    }

.form-group.has-error input,
.form-group.has-error select {
    border: 2px solid rgb(255, 0, 0);
}

.mainBg {
    background: center center / cover rgb(230, 230, 230);
}

.header {
    padding: 20px 0px;
}

.banner {
    margin-bottom: 30px;
}

    .banner img {
        border-radius: 8px;
        width: 100%;
    }

.footer {
    padding: 50px 30px;
}

.menu {
    margin-left: 30px;
}

    .menu ul {
        display: flex;
    }

        .menu ul li {
            list-style: none;
            margin: 0px 5px;
        }

            .menu ul li a {
                color: rgb(0, 0, 0);
                font-size: 20px;
                font-weight: 400;
            }

                .menu ul li a:hover {
                    color: rgb(48, 78, 145);
                }

.mainContent .whiteBg {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.contentBox h1.heading {
    margin-bottom: 0px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.heading span {
    color: rgb(83, 194, 249);
}

#RowHtml {
    margin: 30px 0px 0px;
}

.earlybirdDes li {
    font-size: 12px !important;
}

.prevBtnNew {
    background: transparent;
    padding: 0px 30px;
    min-width: 150px;
    color: rgb(199, 199, 199);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    line-height: 46px;
    font-weight: 800;
    font-size: 18px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid rgb(199, 199, 199);
}

.prevBtn {
    background: rgb(227, 230, 249);
    padding: 0px 30px;
    border: 0px;
    min-width: 150px;
    color: rgb(5, 35, 202);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    line-height: 50px;
    font-weight: 800;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.prevBtnNew:hover,
.prevBtnNewfocus {
    background: rgb(255, 166, 0);
    border-color: rgb(255, 166, 0);
    color: rgb(0, 0, 0);
}

.registrationForm {
    padding: 20px;
    background: rgb(255, 255, 255);
    margin: 20px 0px;
    border-radius: 12px;
    box-shadow: rgba(8, 21, 66, 0.05) 0px 0px 20px;
}

.security {
    display: flex;
    align-items: center;
}

    .security .sure_payment {
        color: rgb(255, 173, 12);
        font-size: 20px;
        align-items: center;
        display: flex;
    }

.send.nextBtn,
.btnCustom,
.btn.btn-primary {
    min-width: inherit;
    color: rgb(255, 255, 255);
    display: inline-block;
    z-index: 1;
    line-height: 22px;
    border: 1px solid #007dff;
    white-space: normal;
    background-color: #007dff;
    border-radius: 6px;
    padding: 7.5px 30px;
    font-weight: 400;
    font-size: 16px;
    width: auto !important;
}

.btn-secondary {
    color: #000;
    background-color: #dedede;
    border-color: #dedede;
}

    .send.nextBtn:hover,
    .btnCustom:hover,
    .btn.btn-primary:hover,
    .btn-secondary:hover {
        background: #00369a !important;
        border-color: #00369a !important;
        color: rgb(255, 255, 255);
    }

.back.prevBtn {
    padding: 10px 0px;
    background: rgb(227, 230, 249);
    border: 0px;
    min-width: inherit;
    color: rgb(48, 78, 145);
    cursor: pointer;
    font-weight: normal;
}

    .back.prevBtn:hover {
        background: transparent;
        color: rgb(0, 0, 0);
    }

.simpleLable {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contentBox h1,
.contentBox h1.heading {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 15px;
}

    .contentBox h1 strong {
        position: relative;
        z-index: 1;
    }

    .contentBox h1:after {
        position: absolute;
        content: "";
        left: 50%;
        right: auto;
        width: 100px;
        height: 5px;
        background: #00369A;
        bottom: 0;
        margin-left: -50px;
    }

.contentBox h2 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.contentBox h3 {
    font-size: 18px;
    color: rgb(48, 78, 145);
}

.contentBox p {
    font-size: 14px;
    line-height: 22px;
    color: rgb(0 0 0);
}

.contentBox ul {
    padding-left: 30px;
    color: rgb(73, 80, 87);
}

.userDropdown .btn.btn-secondary.dropdown-toggle {
    background: transparent;
    border-color: transparent;
    height: 60px;
    padding: 0px;
    color: rgb(25, 45, 113);
    font-weight: bold;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

    .userDropdown .btn.btn-secondary.dropdown-toggle img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: center center;
        border-radius: 60px;
        margin-left: 15px;
        overflow: hidden;
    }

    .userDropdown .btn.btn-secondary.dropdown-toggle span {
        text-overflow: ellipsis;
        word-wrap: normal;
        overflow: hidden;
        white-space: nowrap;
        width: 200px;
        text-align: right;
        padding-right: 0;
    }

.dropdown-menu {
    margin-top: 10px;
}

    .dropdown-menu ul {
        margin: 0px;
    }

.dropdown-item {
    padding: 5px 10px;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #000000;
        text-decoration: none;
        background-color: #f5f8fa;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: 15px 0px 0px;
    color: rgb(33, 37, 41);
    list-style: none;
    border-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    background: rgb(255, 255, 255);
    font-weight: bold;
    border-bottom-style: initial;
    border-bottom-color: initial;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 12px;
    padding: 0;
    text-align: left;
    line-height: 30px;
    box-shadow: rgba(8, 21, 66, 0.05) 0px 0px 20px;
    word-break: break-word;
    white-space: normal;
}

.bootstrap-select .dropdown-menu {
    width: 100% !important;
    min-width: inherit !important;
}

.table,
.table-bordered td,
.table-bordered th {
    border-color: #dedede;
}

.table-bordered th {
    padding: 10px;
}

.table-bordered thead td {
    border-right: 1px solid rgb(255, 255, 255);
}

    .table-bordered thead td:last-child {
        border-right: 0px solid rgb(255, 255, 255);
    }

.table thead {
    background: transparent;
    color: rgb(0, 0, 0);
    box-shadow: rgb(255, 166, 0) 0px 0px 0px 0px;
    border-radius: 0px;
}

    .table thead tr {
        border-radius: 0px;
    }

.table tbody tr:first-child td {
    padding: 5px 10px;
}

.table td,
.table th {
    vertical-align: middle;
    padding: 5px 10px;
}

.importantMsg {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: rgb(48, 78, 145);
    text-align: center;
    line-height: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.filepond--root .filepond--drop-label,
.filepond--drop-label label {
    cursor: pointer;
}

.tableRresponsive {
    overflow-x: scroll;
}

.userInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

    .userInfo img {
        width: 50px;
        height: 50px;
    }

    .userInfo h2 {
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        margin: 0px;
    }

        .userInfo h2 span {
        }

.userDetail .heading {
    margin-bottom: 0px;
    background: rgb(204, 0, 204);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    padding: 15px 0px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .userDetail .heading h1 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 0px;
    }

.userDetail {
    background: rgb(5, 35, 202);
    border-radius: 12px;
}

    .userDetail .card {
        border: 0px;
        width: 100%;
        padding: 20px;
        background: rgb(255, 166, 0);
        color: rgb(255, 255, 255);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.card-body {
    padding: 0px;
}

h5.card-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-panel {
    background: rgb(236, 246, 236);
    padding: 15px;
    margin-top: 15px;
    border-radius: 0px;
}

.table thead th {
    color: rgb(255, 255, 255);
    background: #dedede;
    padding: 12.5px 10px;
}

    .table thead th:last-child {
        text-align: right;
    }

.userDetailTable {
    margin: 30px auto;
}

    .userDetailTable thead td {
        font-weight: bold;
    }

    .userDetailTable tr td {
        font-size: 14px;
    }

        .userDetailTable tr td:first-child {
            font-weight: bold;
        }

.btnsPack {
    margin-top: 30px;
}

    .btnsPack .btn {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        background: rgb(48, 78, 145);
        border-color: rgb(48, 78, 145);
        white-space: normal;
    }

.overflow-auto {
    overflow: auto;
}

#Bankdetails {
}

    #Bankdetails h3 {
        text-transform: uppercase;
        margin-top: 30px;
        font-size: 16px;
        font-weight: bold;
        color: black;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #Bankdetails ul {
        padding-left: 25px;
    }

        #Bankdetails ul li {
            list-style: none;
            font-size: 14px;
            line-height: 22px;
            color: black;
            margin-bottom: 5px;
        }

            #Bankdetails ul li.bollets {
                list-style: disc;
            }

ul li .bollets {
    list-style: circle;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    border: 1px solid transparent;
    background: transparent;
    min-height: 42px;
    border-radius: 0px;
    padding: 1px 15px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    line-height: 34px;
    font-size: 16px;
    font-weight: 300;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-color: rgb(227, 230, 249);
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    color: rgb(0, 0, 0);
}

.bootstrap-select .dropdown-menu li.selected a span.text {
    color: rgb(0 0 0);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(0, 0, 0) transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0px;
    height: 0px;
    left: 50%;
    margin-left: -9px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(68, 68, 68);
    line-height: 34px;
    padding: 0px;
}

.select2-container--default .select2-selection--single {
    font-size: 15px;
    height: 36px;
    padding: 0px 14px;
    border-radius: 3px;
    color: rgb(43, 36, 36);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(129, 138, 145);
    vertical-align: middle;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    line-height: 36px;
}

.ticketButton,
.speakerButton {
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    display: flex;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    border-radius: 6px;
    padding: 0px 15px;
    min-width: 104px;
}

    .ticketButton input,
    .speakerButton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    .ticketButton .checkmark,
    .speakerButton .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: transparent;
        border: 1px solid #dedede;
        min-height: 42px;
        border-radius: 6px;
    }

    .ticketButton:hover input ~ .checkmark,
    .speakerButton:hover input ~ .checkmark {
        background-color: #00369a;
        border-color: #00369a;
    }

    .ticketButton:hover input ~ span.btnText,
    .speakerButton:hover input ~ span.btnText {
        color: rgb(255, 255, 255);
    }

    .ticketButton input ~ span.btnText,
    .speakerButton input ~ span.btnText {
        color: rgb(0, 0, 0);
        width: 100%;
        display: block;
        line-height: 40px;
        font-size: 14px;
        position: relative;
        z-index: 2;
        border-radius: 6px;
    }

    .ticketButton input:checked ~ .checkmark,
    .speakerButton input:checked ~ .checkmark {
        background-color: rgb(255, 166, 0);
        border-color: rgb(255, 166, 0);
        border-radius: 6px;
    }

    .ticketButton input:checked ~ span.btnText,
    .speakerButton input:checked ~ span.btnText {
        background-color: #00369a !important;
        border-color: #00369a !important;
        color: #ffffff;
        font-size: 16px;
    }

    .ticketButton .checkmark::after,
    .speakerButton .checkmark::after {
        content: "";
        position: absolute;
        display: none;
    }

    .ticketButton input:checked ~ .checkmark::after,
    .speakerButton input:checked ~ .checkmark::after {
        display: block;
    }

.ticketType .orderSummaryTable tr td,
.ticketType .orderSummaryTable tr th {
    color: #000000;
    border-bottom: 1px solid #dedede !important;
}

.ticketType .orderSummaryTable tr th {
    color: rgb(0 0 0);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal !important;
    font-weight: bold !important;
}

.ticketType h1.ticketMainHeading {
    background: rgb(25, 45, 113);
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 15px;
    display: block;
    font-size: 18px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.ticketType .ticketBox {
    background: rgb(255, 255, 255);
    margin-bottom: 30px;
}

    .ticketType .ticketBox .heading {
        text-align: center;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ticketType .ticketBox .heading h1 {
            font-size: 16px;
            margin-bottom: 0;
            color: #000000;
            text-transform: uppercase;
        }

    .ticketType .ticketBox .ticketPrice {
        background: #007dffa1;
        padding: 20px;
        color: rgb(255, 255, 255);
        font-size: 25px;
        line-height: 26px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .ticketType .ticketBox .ticketPrice b {
            display: inline-block;
            font-size: 28px;
        }

            .ticketType .ticketBox .ticketPrice b span {
                font-size: 14px;
                font-weight: normal;
                display: inline-block;
            }

        .ticketType .ticketBox .ticketPrice span {
            display: block;
            font-size: 14px;
        }

    .ticketType .ticketBox .ticketButton {
        width: auto;
        height: 42px;
        background: transparent;
        padding: 0px;
        text-align: center;
        margin: 0px auto;
        color: rgb(0, 0, 0);
        border-radius: 6px;
        overflow: hidden;
    }

        .ticketType .ticketBox .ticketButton.soldOut {
            opacity: .5;
            pointer-events: none;
        }

            .ticketType .ticketBox .ticketButton.soldOut .checkmark {
                background-color: #00369a !important;
                border-color: #00369a !important;
                color: #ffffff;
                opacity: .5;
                pointer-events: none;
            }

    .ticketType .ticketBox span.btnText {
        width: 100%;
        height: 100%;
        line-height: 44px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 6px;
        z-index: 12222;
    }

    .ticketType .ticketBox .ticketButtonWrap {
        margin: 0px auto;
    }

.ticketType .ticketBox {
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #dedede;
    height: calc(100% - 30px);
}

.ticketBox {
    flex-direction: column;
    gap: 20px;
    display: flex !important;
}

.ticketType {
    padding: 0px;
}

.ticketContent {
}

    .ticketContent ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: left;
    }

        .ticketContent ul li {
            min-height: inherit;
            color: rgb(0, 0, 0);
            border-bottom: 1px solid rgb(204, 204, 204);
            padding: 5px 0px;
            font-size: 14px;
        }

            .ticketContent ul li:last-child {
                border-bottom: 0px;
            }

            .ticketContent ul li span.date {
                color: rgb(0, 0, 0);
                line-height: 24px;
                width: 160px;
                display: inline-block;
            }

.mobileNumber {
    margin: 0px;
}

    .mobileNumber .col-5,
    .mobileNumber .col-7 {
        padding: 0px;
    }

    .mobileNumber .col-5 {
        padding-right: 7.5px;
    }

    .mobileNumber .col-7 {
        padding-left: 7.5px;
    }

.repeatsection {
    background: rgb(255, 166, 0);
    padding: 20px 0px;
    margin: 0px 0px 30px;
    border-radius: 0px;
    color: rgb(255, 255, 255);
}

.ticketType .col-sm-4 {
}

/* .ticketType .ticketBox .heading h1 {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.ticketType .ticketBox .ticketPrice {
    min-height: inherit;
    padding: 5px 15px;
    border-radius: 0px;
}

.speakersList {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.speakerBox {
    width: 32%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 230, 249);
    padding: 15px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .speakerBox:hover {
        border: 1px solid rgb(0, 0, 0);
    }

    .speakerBox .heading {
        font-size: 16px;
    }

        .speakerBox .heading h1 {
            font-size: 16px;
            font-weight: 900;
        }

        .speakerBox .heading p {
            font-size: 14px;
            font-weight: normal;
            text-transform: none;
        }

    .speakerBox .speakerInfo {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0px;
    }

        .speakerBox .speakerInfo .speakerImage {
            width: 50px;
            height: 50px;
            border-radius: 50px;
            overflow: hidden;
        }

            .speakerBox .speakerInfo .speakerImage img {
                width: 50px;
                height: 50px;
                display: block;
                object-fit: cover;
                object-position: center center;
            }

        .speakerBox .speakerInfo .speakerName span.speakerTitle {
            width: 100%;
            font-size: 14px;
            color: rgb(0, 0, 0);
            font-weight: bold;
        }

        .speakerBox .speakerInfo .speakerName span {
            display: block;
            font-size: 14px;
            color: rgb(135, 135, 135);
        }

    .speakerBox .speakerButtonWrap {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

.userInfo {
    margin-top: 5px;
}

    .userInfo ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .userInfo li {
        border-bottom: 1px solid rgb(227, 230, 249);
        margin-bottom: 25px;
    }

        .userInfo li .form-group label {
            font-weight: bold !important;
        }

        .userInfo li .form-group span.value {
            font-size: 18px;
            font-weight: 400 !important;
        }

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.count-particles {
    background: rgb(0, 0, 34);
    position: absolute;
    top: 48px;
    left: 0px;
    width: 80px;
    color: rgb(19, 232, 233);
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0px 0px;
    overflow: hidden;
}

.count-particles {
    border-radius: 0px 0px 3px 3px;
}

.auth-page-content {
    /*display: none;*/
    background: url("https://image.evsreg.com/wief_main_bg.jpg") center center / cover;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.auth-one-bg-position {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 380px;
}

/*.auth-one-bg .bg-overlay {
    opacity: 0.8;
    background: radial-gradient( circle, rgb(255, 255, 255) 0%, rgb(25, 45, 113) 100% );
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    opacity: 0.7;
    background-color: rgba(0, 0, 0, .7);
}
*/

/*
.auth-page-content:before {
    content: "";
    position: absolute;
    background: radial-gradient( circle, rgb(255, 255, 255) 0%, rgb(25, 45, 113) 100% );
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: .7;
    bottom: -70px;
}*/

.auth-page-content p,
.auth-page-content p a {
    color: #EF5A2C;
}

.shape {
    display: none;
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
}

    .shape svg {
        fill: rgb(243, 246, 249);
    }

a {
    color: #007dff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover,
    a:focus,
    p a:hover,
    p a:focus,
    * a:hover,
    * a:focus {
        color: #00369a;
    }

.card-body h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HelveticaNeue-Medium", sans-serif;
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
}

    .card-body h1:after {
        position: absolute;
        content: "";
        left: 50%;
        right: auto;
        width: 100px;
        height: 5px;
        background: #EF5A2C;
        bottom: 0;
        margin-left: -50px;
    }


    .card-body h1 strong {
        position: relative;
    }

        .card-body h1 strong:before {
            content: "";
            width: 105%;
            height: 15px;
            background: #b6d382;
            position: absolute;
            left: 0px;
            bottom: 0;
            z-index: -1;
        }

.card-body p {
    line-height: 22px;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.card {
    z-index: 2;
    border-radius: 0;
    border: 0px;
    background: #fff;
    box-shadow: 0px 6px 21px rgba(52, 52, 52, 0.4);
}

    .card .btn-success {
        background-color: #EF5A2C;
        border-color: #EF5A2C;
        border-radius: 50px;
        padding: 7.5px 30px;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        width: auto !important;
    }

        .card .btn-success:hover,
        .card .btn-success:focus {
            background: #73b6bc;
            border-color: #73b6bc;
        }

    .card .form-control {
        display: block;
        width: 100%;
        padding: 7.5px 15px;
        font-size: 14px;
        line-height: 1.5;
        color: rgb(73, 80, 87);
        background-color: rgb(255, 255, 255);
        background-clip: padding-box;
        border: 1px solid #dedede;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

    .card .input-group .form-control {
        width: auto;
    }

.dropdown-toggle::after {
    display: none;
}

.quantityWrap {
}

    .quantityWrap h3 {
        font-size: 16px;
        font-weight: 800;
        text-transform: uppercase;
        color: rgb(25, 45, 113);
        text-align: left;
        margin: 15px 0px;
    }

    .quantityWrap .quantityBox {
        display: flex;
        gap: 15px;
    }

    .quantityWrap .btn {
        width: 80px;
        font-size: 30px;
        line-height: 30px;
    }

    .quantityWrap input {
        text-align: center;
    }

    .quantityWrap .btn:hover {
        background: rgb(169, 200, 55);
        color: rgb(255, 255, 255);
    }

.tickectInfo {
    display: flex;
}

    .tickectInfo span {
        font-weight: 400;
    }

    .tickectInfo h3 {
        font-size: 18px;
        font-weight: normal;
        color: rgb(0, 0, 0);
        line-height: 20px;
        margin: 0px;
        font-weight: 500;
    }

    .tickectInfo .counter {
    }

    .tickectInfo .counter {
        font-size: 70px;
        line-height: 50px;
        font-weight: bold;
    }

    .tickectInfo.available {
        background: rgb(121 190 112 / 37%);
        border: 0px;
    }

    .tickectInfo.booked {
        background: rgba(172, 83, 155, 0.25);
        border: 0px;
    }

.tickectInfo {
    border: 1px solid rgb(227, 230, 249);
    padding: 15px 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 30px;
}

.ticketBoxRight {
    max-width: 200px;
}

.ticketBoxLeft {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
}

    .ticketBoxLeft h1 {
        margin: 0px;
        font-weight: bold;
        font-size: 32px;
        line-height: 42px;
    }

.resultBox {
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
    background: #d9ecff;
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px !important;
}

.resultBox {
}

    .resultBox li {
    }

        .resultBox li span.resultLabel {
            font-weight: bold;
            width: 100%;
            display: block;
            font-size: 16px;
        }

        .resultBox li span.resultName {
            display: block;
        }

        .resultBox li span.resultName {
            text-overflow: ellipsis;
            word-wrap: normal;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            font-size: 14px;
        }

        .resultBox li:last-child {
            border: 0px;
        }

    .resultBox li {
        width: calc(50% - 10px);
        border-bottom: 1px solid #789dc1;
        margin-bottom: 15px;
        padding: 5px;
        margin: 5px;
    }

.importMessage h5 {
    font-size: 16px;
}

.importMessage ul {
    margin-left: 25px;
    margin-bottom: 30px;
}

    .importMessage ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }

.btn.btn-primary.previousBtn {
    background: #dedede;
    border-color: #dedede;
    color: #000;
}

    .btn.btn-primary.previousBtn:hover {
        background: #73b6bc;
        border-color: #73b6bc;
        color: #fff;
    }

.stepwizard .stepwizard-row .btn.btn-default.enabletab {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.stepwizard .stepwizard-row .btn.btn-default,
.stepwizard .stepwizard-row .btn.btn-default.disabletab,
.stepwizard .stepwizard-row .btn.btn-default.btn-success.disabletab {
    cursor: auto !important;
    pointer-events: none !important;
}

    .stepwizard .stepwizard-row .btn.btn-default.btn-success {
        cursor: pointer !important;
        pointer-events: auto !important;
        background: #00369A !important;
        color: #fff;
        border-color: #00369A !important;
    }

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #50658038;
        border-radius: 4px;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #00369a;
    }

    .checkBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .checkBoxContainer .checkmark:after {
        left: 9px;
        top: 4px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.headingWithButton {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

    .headingWithButton .buttonBox {
    }

.userDropdown {
    display: flex;
    justify-content: flex-end;
}

.error {
    color: red;
}

.fixedButton {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: #73b6bc;
    display: flex;
    justify-content: flex-end;
    padding: 12.5px 20px;
    margin-left: -20px;
    margin-right: -20px;
    align-items: center;
}

    .fixedButton p {
        margin: 0;
        color: #fff;
    }

    .fixedButton .btn-primary {
        background-color: #EF5A2C;
        border-color: #EF5A2C;
    }

.disableBody {
    position: relative;
    pointer-events: none;
}

/*.disableBody:before{
    position:fixed;
    content:"";
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.7);
    z-index:999;

}*/
.ncount {
    display: flex;
}

    .ncount button {
        height: 42px !important;
        background: #dedede !important;
        border-color: #dedede !important;
        color: #000 !important;
        font-size: 25px !important;
        line-height: 20px;
        padding: 7.5px 15px;
        border-radius: 0px !important;
    }

    .ncount .form-control {
        border-radius: 0px !important;
        background: transparent !important;
    }

.no-results {
    color: #dc3545 !important
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 20px !important
}

@media (max-width: 1280px) {
    .speakerBox {
        width: 31.77%;
    }
}
@media (max-width: 1100px) {
    .stepwizard .stepwizard-row {
        gap: 10px;
        flex-wrap: nowrap;
        overflow: auto;
    }
}
@media (max-width: 991px) {
    .stepwizard .stepwizard-row {
        gap: 10px;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .speakerBox {
        width: 48.33%;
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        width: calc(33% - 5px);
    }

    .stepwizard .stepwizard-row .btn,
    .clickAbleBtn {
        font-size: 14px;
    }

        .stepwizard .stepwizard-row .btn span,
        .clickAbleBtn span {
            font-size: 18px;
        }
}

@media (max-width: 767px) {

    .send.nextBtn,
    .btnCustom,
    .btn.btn-primary {
        padding: 7.5px 15px;
    }

    .logo {
        width: 100%;
    }

    .tabButtons .d-flex {
        align-items: flex-end;
        gap: 30px;
    }

    .tabButtons .btn {
        margin-bottom: 15px;
        font-size: 14px
    }

    .tabButtons {
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        margin: 2.5px;
        width: auto;
    }

    .speakerBox .speakerInfo,
    .clickAbleBtnBox ul {
        gap: 10px;
    }

        .stepwizard .stepwizard-row .stepwizard-step,
        .clickAbleBtnBox ul li {
            width: 45%;
        }

    .heading {
        font-size: 30px;
    }

    .pr-s-0 {
        padding-right: 0px;
    }

    .btnsPack .btn {
        font-size: 12px;
    }

    .header {
        padding: 15px 0px;
    }

    .stepwizard .stepwizard-row .btn {
        font-size: 16px;
        line-height: 24px;
    }

        .stepwizard .stepwizard-row .btn span {
            font-size: 24px;
        }


    .speakerBox {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .prevBtnNew,
    .send.nextBtn,
    .btnCustom {
        min-width: inherit;
    }

    .redioBoxWrap {
        min-width: 100%;
    }

    body {
        font-size: 14px;
    }

    td.tddescription {
        padding-left: 0px;
        padding-right: 0px;
    }

        td.tddescription ul {
            padding-left: 10px !important;
        }

    .stepwizard .stepwizard-row .btn {
        font-size: 12px;
        line-height: 24px;
        padding: 5px 10px;
    }

        .stepwizard .stepwizard-row .btn span {
            font-size: 16px;
        }

    .speakerBox {
        width: 100%;
    }

    .userDetail {
        margin-top: 30px;
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        margin: 0px 0px 2.5px;
    }

    .send.nextBtn,
    .back.prevBtn {
        min-width: 100px;
    }

    .heading {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .checkBoxTable tr,
    .radioBoxTable tr {
        width: 100%;
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        width: calc(50% - 5px);
    }

    .userDropdown .btn.btn-secondary.dropdown-toggle img {
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }

    .userDropdown .btn.btn-secondary.dropdown-toggle span {
        font-size: 12px;
        text-overflow: ellipsis;
        word-wrap: normal;
        overflow: hidden;
        white-space: nowrap;
        width: 125px;
        padding-right: 0;
    }

    .stepwizard .stepwizard-row, .clickAbleBtnBox ul {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .ticketBox {
        flex-direction: column;
        gap: 20px;
        display: flex !important;
    }

        .ticketBox .ticketBoxRight {
            max-width: 100%;
        }

    .ticketType .ticketBox .ticketPrice {
        min-height: inherit;
        padding: 5px 15px;
        margin: 0px 0px;
        border-radius: 6px;
    }

    .ticketBox .ticketBoxLeft {
        align-items: flex-start;
    }
}
