html {
    height: 100%;
}
.ideacloud {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    background-image: url('../img/injourney/bg-injourney.jpg');
    background-size: cover;
    background-color: #011616;
    font-size: 16px;
    /*background-color: #efefef;*/
    /*background-image: none;*/
    /*background-size: 100% 100%;*/
    /*background-position: center;*/
    /*background: rgb(141,201,254);*/
    /*background: linear-gradient(180deg, rgba(141,201,254,1) 0%, rgba(255,255,255,1) 20%);*/

    /*background: rgb(0,50,171);*/
    /*background: linear-gradient(180deg, rgba(0,50,171,1) 0%, rgba(0,50,171,1) 50%, rgba(0,25,89,1) 100%);*/
}

.iicd-logo {
    max-width: 100%;
    width: 400px;
}

.iicd-logo-only {
    max-width: 100%;
    margin-bottom: 15px;
    width: 200px;
    margin-left: 15px;
    margin-right: 15px;
}

.main-title {
    margin-bottom: 15px;
    color: #fff;
    overflow-x: hidden;
}
.title {
    font-family: 'Acephimere', 'sans-serif';
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.subtitle {
    font-family: "Open Sans";
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.schedule {
    font-family: 'Acephimere', 'sans-serif';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}
.ideacloud:before {
    content: '';
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.remove-before:before {
    content: none;
}
.ideacloud-register {
    /*background: rgb(255,255,255);*/
    /*background: linear-gradient(180deg, rgba(255,255,255,0) 70%, rgba(0,21,129,1) 90%, rgba(0,21,129,1) 100%);*/
    position: relative;
}
.ideacloud-register-area {
    position: relative;
    padding-top: 30px;
}
.ideacloud-register-area-title img {
    margin-bottom: 50px;
}
.ideacloud-register-area-subtitle p {
    color: #fff;
}
.ideacloud-register-area-form table.form-area tr td {
    color: #fff;
}
.ideacloud-register-area-form table.form-area tr td input {
    border-bottom: solid 1px #fff;
    color: #fff;
}
.ideacloud-register-area-form table.form-area tr td input:focus {
    border-bottom-color: #fff;
}
.ornament {
    position: absolute;
    width: 50%;
}
.btm-left {
    bottom: 0;
    left: 0;
}
.top-left {
    top: -250px;
    left: 0;
    width:100%;
}
.top-right {
    top:0;
    right:0;
}
.ornament-horizontal {
    position: absolute;
    top:200px;
    width: 100%;
}
.btm-right {
    bottom:0;
    right:0;
    width:100%;
    z-index: 1;
}

.reverse {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.landing {
    background-color: #343628;
    background-image: url('../img/padma/bg.png');
    background-size: cover;
    background-position: right;
}

.landing:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.5;
}

.btn-register {
    margin-top: 15px;
    background: #000;
    border-radius: 0;
    color: #000;
}

.d-flex {
    display: flex;
    height: 100%;
}

.register-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #decfba;
}

.ideacloud-register-pentamoo {
    color: #fff;
}

.header {
    padding:10px 0;
}
.header img {
    height: 50px;
}

.padma-expo {
    max-height: 200px;
}

.header-logo {
    max-height: 150px;
    margin:0 15px 30px;
}

.landing-text {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 15px 0;
    color: #000;
}

.date {
    color: #decfba;
    font-size: 36px;
    font-weight: bold;
}

.month {
    color: #decfba;
    font-size: 24px;
}

.venue {
    color: #decfba;
    font-size: 20px;
    margin-top: 30px;
}

.hotel {
    font-weight: bold;
}

.more-info {
    margin-top: 30px;
    color: #decfba;
}

.sponsor {
    color: #decfba;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 14px;
}

.width-100 {
    width: 100%;
}

.media-partner img{
    margin-top: 25px;
}

input[type=radio] {
    height: auto !important;
    margin-right: 5px;
}

.table-summary {
    color: #fff;
}

.main-title {
    display: flex;
    justify-content: space-between; /* Horizontal center */
    align-items: center;     /* Vertical center */
    min-height: 100svh;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
}

.btn-start {
    width: 300px;
    max-width: 100%;
    font-weight: bold;
    font-size: 24px;
    border: solid 2px #011616;
    border-radius: 0;
    background-color: #fff;
    color: #011616;
    /*position: absolute;*/
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes fadeInDownShort {
    from {
        opacity: 0;
        transform: translate3d(0, -50px, 0); /* Default is -100% */
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.animate__fadeInDownShort {
    animation-name: fadeInDownShort;
}

.event-info {
    color: #e5e5e5;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    width: 100%;
}

.main-title .event-info {
    padding: 0 20%;
}

.info-block {
    margin-bottom: 50px;
}

.info-block p {
    text-align: justify;
}

.event-info h2 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.without-border h2{
    border-left: none;
    padding-left: 0;
}

.event-info p {
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.num {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.left-logo {
    position: absolute;
    left: 15px;
    top: 15px;
    max-height: 50px;
}


.main-logo-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    position: relative;
}

.main-logo-container img{
    max-height: 50px;
}

.right-logo {
    position: absolute;
    right: 15px;
    top: 15px;
    max-height: 50px;
}

.label {
    font-size: 24px;
    opacity: 0.8;
    margin-top: 5px;
}



.main-title .logo {
    max-height: 150px; margin-top: 50px;
    margin-bottom: 50px;
}

.btn-back {
    border: solid 1px #4b4b4b; background: transparent;
    margin-top: 25px;
    margin-bottom: 30px; padding: 10px 40px;font-size: 20px;
    margin-left: 15px;
}

@media(max-width: 767px) {
    .iicd-logo-only {
        width: 125px;
    }
    .header img {
        max-height: 40px;
    }
    .padma-expo {
        max-height: 150px;
    }
    .register-xs {
        text-align: center;
        margin: 30px 0;
        color: #decfba;
    }
    .register-col {
        display: none;
    }
    html {
        height: auto;
    }
    .sponsor {
        margin-top: 15px;
    }
    .ideacloud-register-area-title img {
         max-width: 100%;
        width:235px;
    }
    .main-title .logo {
        margin-top: 25px;
    }

    .num {
        font-size: 20px;
    }
    .time-box .label {
        font-size: 16px;
    }
    #countdown {
        gap: 5px;
    }
    .event-info h2 {
        font-size: 24px;
    }
    .main-logo-container img{
        max-height: 35px;
    }
    .event-info {
        padding: 0 20px !important;
    }
}


.registered {
    margin-top: 100px;
    text-align: center;
    color: #fff;
    font-weight:bold;
    margin-bottom: 10px;
}

.btn-trigger {
    border: solid 1px #000; color: #000 !important; background: #fff; display: block;width:100%;padding: 10px 40px;font-size: 16px; margin-top: 0;
}
#modalCheck {
    border-radius: 0 !important;
    padding: 0 !important;
}
#modalCheck .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    position: relative;
}
.modal-close {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: none !important;
    color: white;
    z-index: 3;
    padding: 0 14px;
}
.modal-close span {
    font-size: 36px;
}
#modalCheck .modal-dialog .modal-content {

    border-radius: 0;
    position: relative;
    border: none;
    padding: 0 10%;
    min-height: 100%;
    background-color: transparent !important;
}
#modalCheck .modal-dialog .modal-content .modal-body {
    width: 100%;
    padding: 50px 15px 30px 15px;
}
#modalCheck .modal-dialog .modal-content .modal-body-title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    z-index: 2;
    text-align: center;
}
#modalCheck .modal-dialog .modal-content .modal-body-title img {
    width: 200px;
    margin: auto;
}
#modalCheck .modal-dialog .modal-content .modal-body-title p {
    font-size: 36px;
    color: white;
    text-align: center;
    line-height: 1;
}
#modalCheck .modal-dialog .modal-content .modal-body-text {
    text-align: center;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group {
    width: 100%;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    text-align: center;
    font-weight: normal;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group #count {
    text-align: right;
    font-size: 12px;
    color: #4b4b4b;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group input,
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group textarea {
    width: 100%;
    display: block;
    outline: none;
    padding: 10px;
    font-size: 16px;
    color: white;
    border: 1px solid white;
    background-color: transparent;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group input:disabled {
    background-color: #7e5638;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group textarea {
    resize: vertical;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group button {
    margin-top: 20px;
    color: white;
    border-radius: 0 !important;
    outline: 0 !important;
    font-size: 14px;
    border: 1px solid white;
    background-color: transparent;
    padding: 6px 40px 8px 40px;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group select {
    width: 100%;
    padding: 10px;
    color: white;
    font-size: 18px;
    border: 1px solid white;
    outline: none !important;
    background-color: transparent !important;
}
@media (max-width: 767px) {
    #modalCheck .modal-dialog .modal-content .modal-body-text form .form-group select {
        font-size: 16px;
    }
    .ideacloud-register-area {
        padding: 50px 15px;
    }
    .ideacloud-register {
        min-height: 100vh;
    }
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group select:focus {
    border: 1px solid white;
}
#modalCheck .modal-dialog .modal-content .modal-body-text form .form-group select option {
    color: black;
}
.modal-dialog {
    z-index: 9999;
    background:rgba(0,0,0,0.8);
}
.terms {
    text-align: center;
    background:rgba(0,0,0,0.5);
    padding: 10px !important;
}

.payment-table {
    color: #fff;
}

