/* Layout CSS*/

body,
html {
    background: #fff;
    font-size: 14px;
    font-family: 'Roboto';
}

.row,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
    margin-bottom: 10px;
}

a:hover{
    text-decoration: none!important;
}
.btn {
    font-weight: bold;
    text-align: center;
    height: auto;
    margin-top: 20px;
}

.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.registration_form .label-icon {
    margin-top: 10px;
}

.login_form .label-icon {
    margin-top: 10px;
}

.top_banner img {
    width: 100%;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.left_container {
    float: left;
    padding: 30px;
    text-align: center;
    width: 50%;
}

.right_container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    width: 50%;
    right: 0;
}

    .right_container .card {
        bottom: 60px;
        left: 60px;
        margin: auto;
        overflow-y: auto;
        position: absolute;
        right: 60px;
        top: 60px;
        background: #eee;
    }


    .right_container .cardfull {
        bottom: 20px;
        left: 20px;
        margin: auto;
        overflow-y: auto;
        position: absolute;
        right: 20px;
        top: 20px;
        background: #eee;
    }

.reversed .left_container {
    float: right !important;
}

.reversed .right_container {
    left: 0px !important;
}

.reversed #toast-container {
    right: 57%;
}

.downloadagenda {
    margin-top: 20px;
}

    .downloadagenda a {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.cover_img {
    margin-bottom: 15px;
}

    .cover_img img {
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.speakers {
    position: relative;
    margin-bottom: 10px;
}

    .speakers img {
        border: 5px solid #ddd;
    }

    .speakers .hvr-push:hover img,
    .speakers .hvr-push:focus img,
    .speakers .hvr-push:active img {
        border-color: #bbb;
    }

    .speakers .doctor_name {
        font-weight: bold;
        font-size: 16px;
        margin: 0px;
    }

    .speakers .role {
        display: block;
    }

    .speakers .profile {
        font-style: italic;
        font-size: 13px;
        margin-top: 10px;
        display: block;
    }

    .speakers ul {
        display: table;
        width: 100%;
        margin: 0px !important;
    }

        .speakers ul li {
            display: inline-block;
            padding: 0 15px 15px;
            width: 50%;
            vertical-align: top;
        }

            .speakers ul li img {
                width: 80px;
                height: 80px;
            }

.interface {
    text-align: center;
}

    .interface img {
        max-width: 300px;
    }

.event_schedule {
    position: relative;
}

    .event_schedule .date_time {
        margin: 0px;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        width: auto;
        display: table;
        margin: 0 auto;
        padding: 5px;
    }

        .event_schedule .date_time li {
            display: inline-block;
            padding: 0 10px;
        }

.topic {
    margin-bottom: 10px;
}

    .topic b,
    .location b {
        margin-bottom: 10px;
        display: block;
    }

.location {
    margin: 10px 0;
}

/*hover*/

@keyframes hvr-push {
    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.hvr-push {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
    vertical-align: middle;
}

    .hvr-push:hover img,
    .hvr-push:focus img,
    .hvr-push:active img {
        animation-duration: 0.5s;
        animation-iteration-count: 1;
        animation-name: hvr-push;
        animation-timing-function: linear;
    }


/*ribbon*/

.ribbon {
    background: #ddd none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 10px 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    min-width: 100px;
}

    .ribbon:before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ddd #ddd #ddd transparent;
        border-image: none;
        border-style: solid;
        border-width: 21px 21px 19px 15px;
        content: "";
        left: -36px;
        position: absolute;
        top: 0;
    }

    .ribbon:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ddd transparent #ddd #ddd;
        border-image: none;
        border-style: solid;
        border-width: 21px 15px 19px 21px;
        content: "";
        position: absolute;
        right: -36px;
        top: 0;
    }

/*blink*/
.blink_me {
    animation: blinker 1s linear infinite;
}

.chip {
    font-weight: normal;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.main_interface {
    padding-top: 15px;
    text-align: center;
}


/*Replace two color Code below CSS to match with themes*/
.theme_background {
    background: #EE2E2A!important;
    /* #2a528b */
}

.theme_color {
    /*color: #ee312d !important;*/
     color: #000 !important;
}
.login_form .theme_color {
    color: #000 !important;
}

.right_container_bg{
   background-color:#0E416F!important
}
.theme_gradient {
    background: radial-gradient(rgba(255,255,255,0.5), #ee312d) !important;
}

.Disclaimer {
    font-size: 16px;
}

    .Disclaimer label {
        display: block;
        color: #000;
        font-weight: bold;
    }

.row {
    margin-bottom: 0px !important;
}

/*timer start*/
.right_container .timer {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.right_container .outerdiv {
    display: inline-block;
    float: none;
    margin: 0 10px;
}

    .right_container .outerdiv .time {
        border-color: #96b7ce #39c8e7 #0e2044 #e15426;
        border-radius: 100%;
        border-style: solid;
        border-width: 4px;
        font-size: 36px;
        font-weight: 700;
        height: 80px;
        line-height: 73px;
        width: 80px;
        text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.81);
    }

    .right_container .outerdiv label {
        font-weight: normal;
        margin: 0px;
    }

.disclaimer {
    margin-top: 40px;
}

    .disclaimer label {
        color: #000;
        font-size: 12px;
        font-weight: bold;
    }

    .disclaimer p {
        font-size: 10px;
        text-align: justify;
    }


.forgotpassword {
    text-align: right;
}

.invalidselect {
    border: 1px solid #e15426;
}

/*timer end*/

.qnabanner img {
    max-width: 100%
}

.invalid input.inputvalue, .invalid textarea.inputvalue, .invalid select.inputvalue {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

.options-heading {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 2px solid transparent;
    padding-bottom: 7px;
}

.invalid .options-heading {
    border-color: red;
}

.invalid .modifiedcheckbox {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
    padding-bottom: 20px;
}

.options-holder {
    margin: -15px 0px 20px 0px;
}

.card .css-select-moz, .card .css-select-moz {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .card .css-select-moz select {
        margin-top: -7px;
    }

.displayed-date {
    margin-right: 5px;
}

.error {
    padding-right: 10px;
    width: 100%;
    text-align: right;
    color: red;
}

textarea.inputvalue {
    width: 100%;
    resize: vertical;
    background: transparent;
    border: none;
    transform: translateY(5px);
    padding: 5px 0px;
    font-size: 13px;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 10px;
    height: 60px;
    outline: none;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    height: auto;
    line-height: 16px;
    padding-top: 4px;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    height: auto;
    line-height: 16px;
    padding-top: 2px;
}

select.inputvalue {
    width: 100%;
    margin-bottom: 5px;
    outline: none;
    display: block;
    margin-top: 0px;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ee312d;
    background-color: #ee312d;
    z-index: 0;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #ee312d;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #ee312d;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #ee312d;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ee312d;
    box-shadow: 0 1px 0 0 #ee312d; /* #26a69a */
}

.card .mCSB_container {
    margin-right: 0px !important;
}

.mCSB_scrollTools {
    margin: 15px 0px 15px 0px;
}

.select2 {
    transform: translateY(-10px);
}

.select2-selection.select2-selection--single {
    transform: translateY(7px);
}

.select2-selection__rendered {
    color: rgba(0, 0, 0, 0.87) !important;
}

    .select2-selection__rendered .select2-selection__placeholder {
        color: #999 !important;
    }

.select2-dropdown {
    border: 1px solid #aaa !important;
}

.subicon {
    position: absolute;
    font-size: 18px !important;
    line-height: 44px !important;
    height: 42px;
    left: 0px;
    width: 40px;
    text-align: center;
    color: #ee312d;
}

.field-inner {
    margin-left: 40px;
    width: calc(100% - 40px);
    position: relative;
}

.input-field.col label {
    left: 11px !important;
}

.input-field .select2 {
    width: 100% !important;
}

.hidden, .hidden-conditional {
    display: none !important;
}

.loading-one {
    height: 36px;
    margin-top: 20px;
    margin-left: 54px;
}

.loading-two {
    height: 36px;
    margin-top: 20px;
    margin-left: 54px;
    margin-bottom: 20px;
}

.loading-three {
    text-align: center;
    left: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: 110px;
    z-index: 2;
}

@media (max-width: 1200px) {
    .left_container {
        padding: 20px;
    }

    .right_container .card {
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 850px) {
    .left_container {
        width: 100%;
    }

    .right_container {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px;
    }

        .right_container .card {
            position: relative;
            left: unset;
            right: unset;
            top: unset;
            bottom: unset;
            width: unset;
            height: unset;
        }
}

.checkbboxlandingPage {
    color: #371643 !important;
    font-weight: 500;
    font-size: 14px !important;
}

.checkbboxlandingPage1 {
    padding-bottom: 40px;
    color: #371643 !important;
    font-weight: 500;
    font-size: 14px !important;
}

.addToCalender {
    margin-top: 40px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.addBox {
    display: table;
    margin-right: 10px;
    float: left;
    margin-bottom: 6px;
}

.addToCalender p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
    margin-top: 5px;
}

.addBox img {
    width: 37px;
    display: table-cell;
    margin-right: 5px;
}

.addBox a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
    color: #05224a;
    font-size: 15px;
    text-decoration: none;
}

    .addBox a:hover {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        color: #05224a;
        font-size: 15px;
        letter-spacing: 1px;
        transition-delay: 0.05s;
    }

.font_P {
    font-family: 'Roboto' !important;
}

.addToCalender.simple {
    margin-top: 0px;
}

    .addToCalender.simple p {
        padding-bottom: 10px;
        font-size: 15px;
    }

    .addToCalender.simple .addBox {
        margin-right: 25px;
        margin-bottom: 6px;
    }

        .addToCalender.simple .addBox img {
            width: 20px;
        }

        .addToCalender.simple .addBox a {
            text-decoration: underline !important;
            letter-spacing: normal !important;
        }

.code {
    float: right;
    margin-top: 30px;
    font-size: 12px;
    color: #444444;
}

.checkboxlabel {
    display: inline-block;
    height: 20px;
    position: relative !important;
    color: #48576a !important;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.loadingmain {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.footerlogo img {
    max-width: 200px;
    width: 100%;
}

.centered-button .submit-holder {
    text-align: center;
}

.global-error {
    text-align: center;
    padding-top: 80px;
}

.banner-container {
    width: 100%;
}

    .banner-container img {
        width: 100%;
        max-height: 50vh;
        object-fit: cover;
    }

.main-container iframe {
    min-height: 50vh;
}

.termsandconditions {
    max-width: 540px;
    text-align: center;
    margin: 20px auto;
    padding: 0px 20px;
}

.termsandcondition {
    margin-bottom: 10px;
}

.tc-hidden button {
    visibility: hidden !important;
}

.cache {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    max-width: 380px;
    background-color: #FFF;
    display: none;
    z-index: 12;
}

    .cache .accept {
        padding: 5px 10px;
        background-color: transparent;
        color: #ffffff;
        line-height: normal;
        border: none;
        outline: none;
        margin-left: 5px;
        background: #05224a;
    }

        .cache .accept:hover {
            text-decoration: underline;
        }

.sidebar-holder {
    margin: -30px;
}

body.body-inner {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.regular-index .termsandconditions {
    text-align: left;
    margin-left: -10px;
    max-width: unset;
}

    .regular-index .termsandconditions label {
        padding-left: 40px !important;
        /*color: #666666 !important;*/
        color: #000!important;
    }

.az-global .termsandconditions label.checkbboxlandingPage {
    color: #053e61 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.az-global .right_container .cardfull {
    background: #ffffff;
}

.az-global .extra-language .select2-selection__rendered, .az-global .extra-session .select2-selection__rendered {
    text-align: center;
}

.lobby {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.ve-header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    /*box-shadow: 0px 5px 20px rgba(0,0,0,0.3);*/
    text-align: right;
    z-index: 23;
    /*position: relative;
    z-index: 99;*/
    height: 60px;
    color: lightgray;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px -2px 8px 1px rgb(0 0 0 / 35%);
    display: flex;
    padding: 0 40px;
}

/*.header-top {
    width: 100%;
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: space-between;
}*/

.ve-header-button {
    display: inline-block;
    height: 50px;
    cursor: pointer;
    padding: 10px 15px;
    color: #337ab7;
    transition: 0.2s ease-in-out color;
}

    .ve-header-button i {
        font-size: 26px;
        line-height: 100%;
        /*margin-right: 10px;*/
    }

    .ve-header-button span {
        font-family: 'Roboto';
        text-transform: uppercase;
        font-size: 12px;
        line-height: 100%;
        transform: translateY(-3px);
        display: inline-block;
    }

    .ve-header-button.active {
        color: #c31d5a;
    }

    .ve-header-button.no-text i {
        margin-right: 0px;
    }

    .ve-header-button:hover {
        color: #000000;
    }

.ve-main {
    position: absolute;
    /*top: 50px;*/
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #000000;
}

.lobby-body {
    width: 100%;
    text-align: center;
    /* padding: 50px;*/
    /*background: radial-gradient(rgba(255,255,255,0.5), #003e3e);*/
    /*color: #ffffff;*/
    color: #332c5d;
    height: 100%;
}

.lobby-profile {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 250;
    display: none;
}

.lobby-profile-background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 255;
}

.lobby-profile .submit-holder {
    padding-bottom: 20px;
    height: 76px;
    text-align: center;
}

.lobby-profile .registration_form {
    padding-top: 20px;
}


.lobby-profile-overlay {
    width: 776px;
    /*width: 50%;*/
    margin: 0 auto;
    /*background: #ffffff;*/
    color: #000000;
    position: absolute;
    top: 10vh;
    max-height: 80vh;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 260;
}

.lobby-profile-header {
    width: 100%;
    background-color: #332c5d;
    color: #fff;
    height: 62px;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .lobby-profile-header .label {
        height: 62px;
        line-height: 64px;
        display: inline-block;
        padding: 0px 20px;
        font-size: 20px;
        font-weight: 500;
    }

    .lobby-profile-header .close-button {
        float: right;
        width: 62px;
        height: 62px;
        cursor: pointer;
        opacity: 0.6;
        transition: 0.2s ease-in-out opacity;
    }

        .lobby-profile-header .close-button i {
            width: 62px;
            height: 62px;
            text-align: center;
            line-height: 62px;
            font-size: 18px;
        }

        .lobby-profile-header .close-button:hover {
            opacity: 1;
        }

.clear {
    clear: both;
    display: block;
}

.lobby-profile-body {
    /*padding: 0px 20px;*/
    max-height: calc(80vh - 50px);
    overflow-y: auto;
    background-color: #f2f4f7;
    padding: 30px;
}

    .lobby-profile-body .registration_form {
        background-color: #fff;
        padding: 20px 30px 30px 20px;
        font-size: 16px;
    }

        .lobby-profile-body .registration_form input,
        .lobby-profile-body .registration_form textarea,
        .lobby-profile-body .registration_form select {
            font-size: 16px;
        }

        .lobby-profile-body .registration_form .options-holder .input-field {
            display: inline-block;
            margin-top: 0px;
            margin-right: 10px;
        }

            .lobby-profile-body .registration_form .options-holder .input-field label {
                padding-left: 26px;
                font-size: 16px;
            }

        .lobby-profile-body .registration_form .options-holder-checkbox {
            margin-top: -10px;
        }

        .lobby-profile-body .submit-holder {
            background: #fff;
            margin-top: -10px;
            height: 76px;
            padding-bottom: 30px;
            padding-left: 20px;
        }

        .lobby-profile-body .submit-holder button {
            display: inline-block;
            font-weight: 400;
            color: #212529;
            text-align: center;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: .25rem;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            background-color: #332c5d;
            color: #fff;
            float: left !important;
            text-transform: none;
            margin-right: 10px;
            box-shadow: none;
            margin-top: 0px;
        }

            .lobby-profile-body .submit-holder button i {
                display: none;
            }

        .lobby-profile-body .select2 {
            transform: translateY(0px) !important;
        }

    .lobby-profile-body textarea {
        min-height: 100px;
    }

    .lobby-profile-body.mCustomScrollbar {
        padding-right: 0px;
    }

    .lobby-profile-body .mCSB_container {
        margin-right: 20px !important;
    }

.save-loader {
    margin-top: 10px;
}

#cometchat__widget {
    z-index: 123;
    position: relative;
}

.container-3d {
}

    .container-3d .right_container {
        height: 73%;
        top: 66px;
        width: 34%;
        background: unset !important;
    }

        .container-3d .right_container .mCSB_dragger_bar {
            background: rgba(255,255,255,0.4) !important;
        }

        .container-3d .right_container .card {
            background: #ee312d !important;
            opacity: 0.85669;
            border-radius: 16px;
        }

            .container-3d .right_container .card .heading-title,
            .container-3d .right_container .card .subicon,
            .container-3d .right_container .card input,
            .container-3d .right_container .card textarea,
            .container-3d .right_container .card select,
            .container-3d .right_container .card .form-label,
            .container-3d .right_container .card .select2 .select2-selection__rendered {
                color: #ffffff !important;
            }

            .container-3d .right_container .card select {
                background: transparent !important;
            }

                .container-3d .right_container .card select option {
                    color: #000000 !important;
                }

            .container-3d .right_container .card .radioMain .form-option-label:after {
                background-color: #ffffff !important;
            }

.container-3d-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .container-3d-background > img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.photobooth iframe,
.auditorium iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
}

.booth-info {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    display: block;
    color: #ee312d !important;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 12px;
}

.other-booths {
    width: 100%;
    padding: 20px 20px 0px;
    text-align: center;
}

.other-booth {
    margin: 0px 10px;
    color: #337ab7;
}

    .other-booth.active {
        color: #c31d5a;
    }

.other-booth:hover {
    color: #000000;
}

.table-holder {
    padding: 20px;
}

    .table-holder h4 {
        font-size: 20px;
    }

    .table-holder table thead td {
        font-size: 14px;
        font-weight: bold;
    }

    .table-holder table tbody td {
        font-size: 14px;
    }

.portait-view {
    display: none;
}
@media only screen and (orientation: portrait) {
    .portait-view {
        display: block;
        background: rgb(95, 230, 254);
        background: linear-gradient(180deg, rgb(38 192 220) 0%, rgba(95, 230, 254, 1) 38%, rgb(56 139 255) 100%);
        z-index: 20000;
        z-index: 1006;
        width: 100%;
        position: absolute;
        height: 100vh;
        text-align: center;
        font-size: 20px;
        padding: 20px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1.2;
    }

    .wrapper, .header, .loby-area, #dv-sidebar, .ve-header, .ve-main {
        display: none !important;
    }
}

/* unprocessed outer css */

.dv-meeting {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    position: relative;
}

.loby-area img {
    width: 100%;
}

.header-left {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    display: flex;
    align-items: center;
}

.header-items {
    display: flex;
    max-width: 33.333%;
    flex: 0 0 33.333%;
    justify-content: center;
    align-items: center;
    transform: translateY(-5px);
}

    .header-items ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        /*transform: translateY(-5px);*/
    }

        .header-items ul li {
            text-align: center;
        }

        .header-items ul li:not(:last-child) {
            padding-right: 20px;
        }

        .header-items ul li a {
            font-size: 14px;
            font-weight: 400;
            font-family: Billy;
            text-transform: uppercase;
            color: #332c5d;
            text-align: center;
            transition: all 300ms linear;
            text-decoration: none;
        }

        .header-items ul li i {
            font-size: 22px;
            display: block;
            color: #332c5d;
            transition: all 300ms linear;
        }

        .header-items ul li img {
            display: inline-block;
            /*height: 16px;*/
            margin: 1px auto;
            height: 20px;
        }

        .header-items ul li:hover a,
        .header-items ul li:hover i {
            color: #332c5d;
        }

            /*.header-items ul li.active a,
            .header-items ul li.active i {
                color: #332c5d;
            }*/

.header-right {
    display: flex;
    max-width: 33.333%;
    flex: 0 0 33.333%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    /*padding-top: 10px;*/
}

    .header-right label {
        color: #000;
        margin: 0 20px;
    }

    .header-right .profile-icon i {
        color: #000;
        font-size: 16px;
    }

.header-nav {
    position: relative;
    padding-left: 40px;
    display: flex;
}

    .header-nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .header-nav ul li a {
            background: rgba(0, 0, 0, 0.1);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-align: center;
            color: #000;
            line-height: 40px;
            font-size: 18px;
            transition: all 300ms linear;
            position: relative;
            display: block;
            cursor: pointer;
        }

            .header-nav ul li a.setting {
                margin-left: 30px;
            }

            .header-nav ul li a > i {
                margin-top: 11px;
            }

            .header-nav > ul > li > a:hover {
                background: #332c5d;
                color: white;
            }

    .header-nav .user-status .status {
        position: absolute;
        right: -3px;
        bottom: 2px;
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
    }

        .header-nav .user-status .status i {
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 0;
        }

    .header-nav ul li ul.submenu {
        position: absolute;
        top: 50px;
        right: -10px;
        width: 180px;
        background: #fff;
        display: block;
        box-shadow: 1px 3px 10px 1px rgb(0 0 0 / 30%);
        z-index: 1;
        border-radius: 5px;
        height: unset;
    }

    .header-nav .submenu a {
        font-size: 14px;
        color: #333;
        background: none;
        border-radius: 0;
        width: 100%;
        line-height: 15px;
        display: block;
        /*height: auto;*/
        text-align: left;
        /*padding: 8px 15px;*/
        padding: 0px 15px;
        height: 31px;
        line-height: 31px;
    }

    .header-nav .submenu li:hover a {
        background: rgba(0, 0, 0, 0.1);
    }

    .header-nav a i.fa-check-circle {
        color: #219653;
    }

    .header-nav a i.fa-clock {
        color: #B68F11;
    }

    .header-nav a i.fa-minus-circle {
        color: #C31C1C;
    }

.menu-icon, .menu-icon-close, .mobile-info {
    display: none;
}

.wrapper {
    background-size: 100% 100% !important;
    position: relative;
    height: calc(100vh - 60px);
}

    .wrapper img {
        width: 100%;
        height: 100%;
    }
/* Sidebar Menu */
#dv-sidebar {
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(221, 221, 221, 0) 5.98%, rgba(255, 255, 255, 0.5) 25.24%, rgba(255, 255, 255, 0.95) 59.38%, #ffffff 90%, #ffffff 90%);
    font-size: 14px;
    line-height: 12px;
}

    #dv-sidebar .dv-link-wrap a {
        display: block;
    }

    #dv-sidebar .dv-link-wrap {
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: start;
        padding-top: 40px;
    }

    #dv-sidebar .dv-link-block {
        /*width: 130px;*/
        width: 100%;
        padding: 1em .5em;
        padding-left: 10px;
        padding-right: 10px;
        color: #332c5d;
        text-decoration: none;
        text-align: center;
        font-family: Billy;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
    }

        #dv-sidebar .dv-link-block:hover {
            text-decoration: none;
            color: #332c5d;
        }

        #dv-sidebar .dv-link-block span {
            margin-left: 10px;
            transform: translateY(2px);
            display: inline-block;
        }

        #dv-sidebar i {
            display: block;
            color: #000;
        }

    #dv-sidebar p {
        margin-top: 5px;
    }

    #dv-sidebar img {
        display: inline-block;
        height: 16px;
        margin: 0 auto;
    }

.dv-active {
    text-decoration: none;
    color: #443790 !important;
}

.portait-view {
    display: none;
}
/*topnavabr*/
nav {
    height: 3rem;
    width: 50px;
    background-color: #fff;
    /*display: flex;*/
    display: none;
    position: fixed;
    z-index: 10;
    box-shadow: none;
    border: none;
}

    nav .nav-links li {
        height: 60px;
    }

    nav .nav-links li i {
        /*color: #f3c03c;*/
        color: #f7d275 !important;
        display: inline-block !important;
        height: unset;
        font-size: 20px;
        height: 16px;
        transform: translateY(5px);
    }

        nav .nav-links li i + span {
            transform: translateY(-2px);
        }

        .menu-icon, .menu-icon-close, .mobile-info {
            display: none;
        }

.mobile-nav {
    width: 40px;
    height: 40px;
}

/*Styling Links*/
.nav-links {
    display: none;
    list-style: none;
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
}

    .nav-links li a {
        text-decoration: none;
        margin: 0 0.7vw;
    }

        .nav-links li a:hover {
            color: #61DAFB;
        }

    .nav-links li {
        position: relative;
        width: 100%;
    }

        .nav-links li a::before {
            content: "";
            display: block;
            height: 3px;
            width: 0%;
            background-color: #61DAFB;
            position: absolute;
            transition: all ease-in-out 250ms;
            margin: 0 0 0 10%;
        }

        .nav-links li a:hover::before {
            width: 80%;
        }
/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #080e11;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);
}
/*form*/
.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label, .has-float-label > span {
        position: absolute;
        left: 0;
        top: 0;
        cursor: text;
        font-size: 75%;
        opacity: 1;
        transition: all 0.2s;
        color: #9e9e9e;
    }

    .has-float-label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .has-float-label input, .has-float-label select {
        font-size: inherit;
        padding-top: 1em;
        margin-bottom: 2px;
        border: 0;
        border-radius: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    }

    .has-float-label select {
        padding-top: 10px;
        padding-left: 0px;
        opacity: 0.3;
    }

        .has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder {
            opacity: 1;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }

        .has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder {
            opacity: 1;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
        }

        .has-float-label input::placeholder, .has-float-label select::placeholder {
            opacity: 1;
            transition: all 0.2s;
        }

        .has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:-moz-placeholder-shown:not(:focus)::placeholder, .has-float-label select:-moz-placeholder-shown:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:-ms-input-placeholder:not(:focus)::placeholder, .has-float-label select:-ms-input-placeholder:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:-moz-placeholder-shown:not(:focus) + *, .has-float-label select:-moz-placeholder-shown:not(:focus) + * {
            font-size: 150%;
            opacity: 0.5;
            top: 0.25em;
        }

        .has-float-label input:-ms-input-placeholder:not(:focus) + *, .has-float-label select:-ms-input-placeholder:not(:focus) + * {
            font-size: 150%;
            opacity: 0.5;
            top: 0.25em;
        }

        .has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + * {
            font-size: 1rem;
            opacity: 0.5;
            top: 0.5em;
        }

        .has-float-label input:focus, .has-float-label select:focus {
            outline: none;
            border-color: #332c5d;
        }

    .has-float-label select {
        padding-right: 1em;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
        background-size: 8px 10px;
    }

.field-inner {
    margin-left: 40px;
    width: calc(100% - 40px);
    position: relative;
    margin-bottom: 20px;
}

.subicon {
    position: absolute;
    font-size: 18px !important;
    line-height: 44px !important;
    height: 42px;
    width: 40px;
    text-align: center;
    color: #332c5d;
}

input[type=radio] {
    width: auto;
}

.radioheading {
    margin-top: 10px;
    padding-bottom: 10px;
}

fieldset {
    padding: 1.5rem;
    background: white;
}

input, select {
    width: 100%;
    margin-bottom: 0.5rem;
}

button {
    background: #333;
    color: white;
    border: 0;
    padding: 0.5em 1em;
    margin-top: 1rem;
}

.custom-select {
    height: calc(1.5em + 0.75rem + 5px);
}

    .custom-select:focus {
        box-shadow: none;
    }

.modal-dialog {
    max-width: 800px;
}

.modal-btn {
    background-color: #332c5d;
    color: #fff;
}

    .modal-btn:focus, .modal-btn:hover {
        background-color: #332c5d;
        color: #fff;
        outline: none;
    }

.modal-content {
    border-radius: 10px !important;
    border: none;
}

/*.modal-header {
    background-color: #332c5d;
    color: #fff;
}*/

.modal-body {
    background-color: #f2f4f7;
    padding: 30px;
}

    .modal-body form {
        background-color: #fff;
        padding: 10px 30px 30px 20px;
    }

.close, .colse:hover {
    color: #fff !important;
}

/*modal fixed header*/
/*.custom-modal.modal-fixed-header {
padding: 0;
height: 70%;
}
.custom-modal .modal-header {
border-top: 1px solid rgba(0, 0, 0, 0.1);
position: absolute;
top: 0;
right: 0;
background-color: #fb0000;
border-radius: 0;
padding: 0;
}
.custom-modal.modal-header {
border-radius: 0 0 2px 2px;
padding: 4px 6px;
height: 56px;
width: 100%;
}
.custom-modal .modal-content {
position: absolute;
top:56px;
height: calc(100% - 56px);
max-height: 100%;
width: 100%;
overflow-y: auto;
}
.close-btn{
color: #fff;
font-size: 18px;
padding: 10px 15px;
}
.custom-modal.modal-fixed-footer .modal-footer a{
background-color: #fb0000;
color: #fff;
}*/

.custom-modal .modal-header .close-btn {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #f00;
    color: #fff;
    padding: 10px 15px;
    z-index: 999;
    border-radius: 5px;
    font-size: 17px;
}
.custom-modal .modal-header {
    background-color: #fff;
    border-bottom: 0px;
}
.custom-modal .footer-btn {
    background-color: #fc0101;
    color: #fff;
}
.custom-modal.modal-fixed-footer .modal-footer a{
background-color: #fb0000;
color: #fff;
}
.modal.modal-fixed-footer .modal-content img{
    width: 100%;
}
.modal.modal-fixed-footer .modal-content{
    height: calc(100% - 56px);
}
.modal.modal-fixed-footer.contact .modal-content{
    height: calc(100% - 30px);
}
@media only screen and (orientation: portrait) {
    .portait-view {
        display: block;
        background: rgb(95, 230, 254);
        background: linear-gradient(180deg, rgb(38 192 220) 0%, rgba(95, 230, 254, 1) 38%, rgb(56 139 255) 100%);
        z-index: 20000;
        z-index: 1006;
        width: 100%;
        position: absolute;
        height: 100vh;
        text-align: center;
        font-size: 20px;
        padding: 20px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1.2;
    }

    .wrapper, .header, .loby-area, #dv-sidebar {
        display: none !important;
    }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    .header-top {
        padding: 0 10px;
    }

    .header-items {
        display: none;
    }

    .ve-header {
        width: 100%;
        display: block;
        padding: 0px 10px;
    }

    .header-right {
        /* display: block;
        float: right;
        margin-top: 10px;*/
        /*  position: absolute;
        right: 90px;
        top: 10px;*/
        position: absolute;
        right: 20px;
        top: 10px;
        display: block;
    }

    .header-nav ul li a.setting {
        margin-left: 10px;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #fff;
        height: 100vh;
        width: 0%;
        flex-direction: column;
        left: -9px;
        top: 50px;
        transition: all 1s ease-out;
        pointer-events: none;
        display: flex;
    }

        .nav-links.open {
            width: 50%;
            top: 50px;
            pointer-events: all;
        }

        .nav-links li {
            opacity: 0;
        }

    li.fade {
        opacity: 1 !important;
        padding: 15px;
    }

    #dv-sidebar {
        background: none;
        top: 0;
        z-index: 999;
        display: block;
    }

    .modal-dialog {
        max-width: 500px;
    }
    .css-1m0a6h7{
        bottom: 0px!important;
        right: 00px!important;
        min-height: 200px;
        max-height: 100vh;
        width: 100%!important;
    }
}

.lobby-profile-body .registration_form .row {
    width: 100%;
    display: block;
}

.lobby-profile-body .registration_form .row.double-row {
    width: 50%;
    float: left;
}

@media screen and (max-width: 991px) {
    /*single registration field per row*/
    .lobby-profile-body .registration_form .row.double-row {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .lobby-profile-overlay {
        width: 90%;
    }

    nav {
        position: fixed;
        z-index: 3;
        display: flex;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #fff;
        height: 100vh;
        width: 0%;
        flex-direction: column;
        left: -9px;
        top: 50px;
        transition: all 1s ease-out;
        pointer-events: none;
    }

        .nav-links.open {
            width: 50%;
            top: 50px;
            pointer-events: all;
        }

        .nav-links li {
            opacity: 0;
        }

    li.fade {
        opacity: 1 !important;
        padding: 15px;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);
}


@media (max-width: 350px) {
    .header-right {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .header-left {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

#cometchat__widget {
    width: 0px;
    height: 0px;
    overflow: hidden;
}
