@import url("../../commons/css/fonts.css");

:root {
    font-family: "Rakuten SansUI Regular";
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;

    --rakuten-sans-bold: 'Rakuten SansUI Bold';
    --rakuten-sans-semibold: 'Rakuten SansUI Semibold';
    --rakuten-sans-regular: 'Rakuten SansUI Regular';
    --rakuten-sans-light: 'Rakuten SansUI Light';
    --rakuten-sans-italic: 'Rakuten SansUI Italic';
    --rakuten-sans-bolditalic: 'Rakuten SansUI Bold Italic';
    --rpc25-primary-color: #6957EE;
    --rpc25-background-color: #140321;
    /* --rpc25-gradient-background: linear-gradient(to right, #240515, #0E172A); */
    --rpc25-gradient-background: linear-gradient(288.16deg, #8529CD -1%, #150620 20.48%, #0C063B 81.14%);
    --navbar-height: 72px;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
    background-color: var(--rpc25-background-color);
}

a {
    text-decoration: none;
    color:black;
}
.link {
    color: rgb(13, 110, 253);
    text-decoration: underline;
}

p, div, span, label {
    font-family: var(--rakuten-sans-regular);
    margin: 0;
}
li {
    font-family: var(--rakuten-sans-regular);
}

.font-regular {
    font-family: var(--rakuten-sans-regular) !important;
}

.font-semibold {
    font-family: var(--rakuten-sans-semibold);
}

.font-bold {
    font-family: var(--rakuten-sans-bold);
}

r {
    font-family: var(--rakuten-sans-regular);
}

b {
    font-family: var(--rakuten-sans-bold);
}

em {
    font-family: var(--rakuten-sans-italic);
}

.bold-italic {
    font-family: var(--rakuten-sans-bolditalic);
}

.font-12 {
    font-size: 0.75rem;
}
.font-13{
    font-size: 0.8125rem;
}
.font-14 {
    font-size: 0.875rem;
}
.font-16 {
    font-size: 1rem;
}
.font-18 {
    font-size: 1.125rem;
}
.font-20 {
    font-size: 1.125rem;
}
.font-24 {
    font-size: 1.5rem;
}
.font-26 {
    font-size: 1.625rem;
}
.font-32 {
    font-size: 2rem;
}
.font-36 {
    font-size: 2.25rem;
}
.font-48 {
    font-size: 3rem;
}
.font-56 {
    font-size: 3.5rem;
}
.font-72 {
    font-size: 4.5rem;
}
.color-blue {
    color: #007B8F;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-justify {
    text-align: justify;
}
.full-width {
    width: 100%;
}
.fw {
    width: 100%;
}
.mr-5 {
    margin-right: 5rem;
}
.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.no-margin {
    margin: 0px;
}
.no-margin-top, .mt-0 {
    margin-top: 0px;
}
.justify-center {
    justify-content: center;
}
.justify-left {
    justify-content: left;
}
.justify-right {
    justify-content: right;
}
.justify-end {
    justify-content: flex-end;
}
.justify-space-around {
    justify-content: space-around;
}
.align-start {
    align-items: start;
}
.align-stretch {
    align-items: stretch;
}
.align-flex-end{
    align-items: flex-end;
}
.align-flex-start{
    align-items: flex-start;
}
input, input::placeholder {
    font-size: 16px !important;
}
video {
    background-color: #000000;
}

.btn {
    /* border: none; */
    border-radius: 8px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary {
    /* color: var(--rpc25-primary-color); */
    color: #621332;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: var(--rpc25-primary-color);
    border-color: var(--rpc25-primary-color);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    pointer-events: none;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.65;
}
.btn-secondary {
    color: #FFFFFF;
    background-color: var(--rpc25-primary-color);
    border: 2px solid var(--rpc25-primary-color);
}
.btn-secondary:hover {
    color: #FFFFFF;
    background-color: var(--rpc25-primary-color);
    border: 2px solid #7c6cfbbc;
}

.nav-button {
    color: #FFFFFF;
    background-color: var(--rpc25-primary-color);
    border: none;
}
.nav-button:hover {
    color: var(--rpc25-primary-color);
    background-color: #FFFFFF;
}

.register-button {
    width: 160px;
}

#mobile-navbar-register-button {
    width: fit-content;
    margin-right: 16px;
}

/* .btn {
    color: #FFFFFF;
    background-color: #40A2E3;
    border-color: #40A2E3;
    font-size: 1rem;
}

.btn:disabled {
    color: #FFFFFF;
    background-color: grey;
    border-color: grey;
}
*/
.col-12-5 {
    flex: 0 0 19%;
    max-width: 20%;
}

.home-intro-web {
    background: linear-gradient(180deg, #280C3D 0%, #520E87 35.05%, #6957EE 100%);
    min-height: calc(100vh - var(--navbar-height));
    justify-content: center;
    align-items: start;
}
/* .home-intro-web-container {
    color: #FFFFFF;
    background: linear-gradient(180deg, #4D1877 0%, #000000 100%);
    width: 100%;
    height: 100%;
    min-height: calc(100vh - var(--navbar-height) - 72px);
    margin: 48px;
    margin-bottom: 90px;
    margin-top: 0px;
    padding: 0 72px;
    border-radius: 0px 0px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
} */

.home-intro-web-container {
    color: #FFFFFF;
    background: linear-gradient(180deg, #4D1877 0%, #000000 100%);
    width: 100%;
    /* min-height: calc(100vh - var(--navbar-height) - 32px);
    margin: 0 48px 48px 48px;
    padding: 0 32px; */
    border-radius: 0px 0px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.home-intro-web-content {

}
.home-intro-title {
    font-family: var(--rakuten-sans-bold);
    font-size: 42px;
    line-height: 53px;
}
.home-intro-theme {
    color: #FFFFFF;
    font-family: var(--rakuten-sans-bold);
    font-size: 40px;
    line-height: 50px;
}
.home-intro-theme-details {
    /* color: #AA69DC; */
    color: #DCAFFF;
    font-family: var(--rakuten-sans-bold);
    font-size: 34px;
    line-height: 43px;
}
.home-intro-description {
    font-size: 23px;
    line-height: 29px;
    /* max-width: 635px; */
    color: #F3EDFC;
}
.home-intro-date-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 16px;
    padding-bottom: 24px;
}
.home-intro-date-icon {
    margin-right: 16px;
}
.home-intro-date {
    font-size: 34px;
    line-height: 43px;
    font-family: var(--rakuten-sans-semibold);
}
.home-intro-mobile-container .home-intro-date {
    font-size: 30px;
    line-height: 40px;
}
.home-intro-register-button {
    font-size: 24px !important;
    line-height: 30px;
    font-family: var(--rakuten-sans-bold);
    border-radius: 5px;
    height: 64px;
    width: 230px;
    /* margin-top: 16px; */
}
 .home-intro-web-image-container {
    /*padding-left: 120px;*/
}
.home-intro-web-image {
    width: 100%;
}
.home-intro-card-1, .home-intro-card-2, .home-intro-card-3, .home-intro-card-4 {
    color: #FFFFFF;
    border-radius: 15px;
    padding: 16px;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    height: 90px;
    align-content: center;
    margin-right: 8px;
}
.home-intro-mobile-container .home-intro-card-1, .home-intro-mobile-container .home-intro-card-2 {
    font-size: 18px;
    line-height: 23px;
}
.home-intro-card-1 {
    /* background: linear-gradient(125.97deg, #8529CD 2.56%, #140320 100%); */
    background: linear-gradient(125.97deg, rgba(133, 41, 205, 0.8) 2.56%, rgba(20, 3, 32, 0.8) 100%);
}
.home-intro-card-2 {
    /* background: linear-gradient(125.97deg, rgba(105, 87, 238, 0.49) 2.56%, rgba(20, 3, 32, 0.26) 100%); */
    background: linear-gradient(125.97deg, rgba(105, 87, 238, 0.8) 2.56%, rgba(20, 3, 32, 0.8) 100%);
}
.home-intro-card-3 {
    background: linear-gradient(125.97deg, rgba(133, 41, 205, 0.49) 2.56%, rgba(20, 3, 32, 0.26) 100%);
}
.home-intro-card-4 {
    background: linear-gradient(125.97deg, #6957EE 2.56%, #140320 100%);
}
.home-intro-card-2:last-child {
    margin-right: 0;
}
.home-intro-card-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    transform: scale(0.8);
}

.home-intro-mobile {
    background: linear-gradient(180deg, #280C3D 0%, #520E87 35.05%, #6957EE 100%);
    justify-content: center;
    align-items: center;
}
.home-intro-mobile-container {
    color: #FFFFFF;
    background-color: var(--rpc25-background-color);
    width: 100%;
    height: 100%;
    margin: 0 10px 32px 10px;
    padding: 32px 16px;
    border-radius: 0px 0px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.home-intro-mobile-image {
    width: 100%;
}

.summary-card {
    background: var(--rpc25-gradient-background);
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 29px;
    padding: 24px 32px;
    /* display: flex;
    align-items: center; */
    height: 100%;
    align-content: center;
}
#summary-image-card {
    height: 100%;
    align-content: center;
}
.summary-image {
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.summary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.countdown-text {
    font-size: 42px;
    line-height: 53px;
    color: #8529CD;
    /* font-family: var(--rakuten-sans-bold); */
    text-align: left;
}
.countdown-card {
    height: 95px;
    width: 95px;
    color: #FFFFFF;
    background-color: #8529CD;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.countdown-value {
    font-size: 51px;
    line-height: 64px;
    font-family: var(--rakuten-sans-bold);
}
.countdown-label {
    font-size: 23px;
    line-height: 29px;
}
.countdown-colon {
    font-size: 51px;
    line-height: 64px;
    color: #8529CD;
    font-family: var(--rakuten-sans-semibold);
    align-self: center;
}

.rpc-video {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
}

#who-should-attend, #contact {

    /* border-radius: 40px;
    background: var(--rpc25-gradient-background); */
}

#contact-web-container, #contact-mobile-container {
    /* margin: 0 16px; */
    border-radius: 40px;
    color: #FFFFFF;
}
#contact-web-container {
    padding: 32px;
}
#contact-mobile-container {
    padding: 16px;
}

#who-should-attend-container {
    border-radius: 40px;
    background: var(--rpc25-gradient-background);
}
.rpc25-title, .who-should-attend-title {
    /* font-size: 38px;
    line-height: 48px; */
    font-size: 48px;
    line-height: 60px;
    font-family: var(--rakuten-sans-bold);
    padding-bottom: 32px;
}
.rpc25-title-description {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 32px;
}
.who-should-attend-title {
    /* color: #FFFFFF; */
}

.who-should-attend-card {
    /* color: #FFFFFF; */
    /* background-color: #69B4E41A; */
    background-color: #6957EE1A;
    padding: 32px;
    border-radius: 15px;
    height: 100%;
}
.who-should-attend-card-icon {
    padding-bottom: 16px;
}
.who-should-attend-card-title {
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--rakuten-sans-bold);
}
.who-should-attend-card-description {
}

.speaker-card {
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.speaker-image {
   width: 100%;
   object-fit: cover;
}
.speaker-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px;
    /* background: linear-gradient(to bottom, transparent, #000000); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, #000000 78%);
}
.speaker-name {
    font-size: 34px;
    line-height: 100%;
    font-family: var(--rakuten-sans-bold);
    text-align: center;
    padding-bottom: 16px;
}
.speaker-role {
    font-size: 18px;
    line-height: 100%;
    /* color: var(--rpc25-primary-color); */
}
.coming-soon-disclaimer {
    font-size: 24px;
    line-height: 30px;
    /* font-size: 48px;
    line-height: 60px; */
    /* font-family: var(--rakuten-sans-semibold); */
    color: #6957EE;
    text-align: center;
    padding-top: 64px;
}
.agenda-description-color {
    color: #483F86;
}
#agenda-timezone-message {
    font-size: 34px;
    line-height: 30px;
    font-family: var(--rakuten-sans-bold);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px 0;
}
.agenda-cards-container {
    margin-bottom: 16px;
}
.agenda-card {
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background-color: #F4F4F4;
}
.agenda-time {
    width: 210px;
}

.agenda-card-time {
    font-size: 34px;
    line-height: 65px;
    font-family: var(--rakuten-sans-bold);
    color: #3F3D56;

}
.agenda-duration{
    color: #808080;
    font-size: 26px;
    line-height: 40px;
}

.agenda-cards-mobile-container {

}
.agenda-mobile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.agenda-time-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.agenda-card-time-mobile {
    font-size: 24px;
    line-height: 100%;
    font-family: var(--rakuten-sans-bold);
    color: #3F3D56;
}
.agenda-duration-mobile {
    color:#808080;
    font-size:18px;
}
.agenda-mobile-card-content {
    background-color: #F4F4F480;
    border-radius: 15px;
    padding: 32px;
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .agenda-mobile-card-speaker-image {

} */
.agenda-mobile-card-speaker {
    text-align: center;
    margin-top: 16px;
}
.agenda-mobile-card-speaker-program {
    font-size: 30px;
    line-height: 100%;
    font-family: "Rakuten SansUI Semibold";
    color: #3F3D56;
    margin-bottom:1rem;

}
.agenda-mobile-card-speaker-name {
    font-size: 18px;

}
.agenda-mobile-heading{
    background-color:black; 
    color:white;
    font-size:30px;
    padding-left:1rem;
    font-family: var(--rakuten-sans-bold);
    padding-left: 16px;
    width: 100%;
}


.agenda-card-speaker {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 16px;
}
.agenda-card-speaker-image, .agenda-mobile-card-speaker-image {
    /* margin-right: 16px; */
    height: 90px;
    width: 90px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.agenda-card-speaker-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.agenda-card-speaker-program {
    font-size: 34px;
    line-height: 100%;
    padding-bottom: 20px;
    font-family: "Rakuten SansUI Semibold";
    color: #3F3D56;
}
.agenda-card-speaker-name {
    font-size: 16px;
    line-height: 20px;
}

.agenda-moderator {
    color: #6957EE;
    font-family: var(--rakuten-sans-bold);
}

#contact-web-container, #contact-mobile-container  {
    color: #FFFFFF;
    font-size: 33px;
    line-height: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

#who-should-attend, #contact {
    margin: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}
#who-should-attend-container, #contact-web-container, #contact-mobile-container {
    padding: 32px 12px;
}
#contact {
    /* background-image: url(../images/contact-mobile-background.png); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#contact-web-container {
    background-image: url(../images/contact-web-background.png);
    background-position: left;
}
#contact-mobile-container {
    padding-top: 32px;
    padding-bottom: 240px;
    background-image: url(../images/contact-mobile-background.png);
    background-position: bottom;   
}
.contact-web-background-image, .contact-mobile-background-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}
.rpc25-email {
    color: #FFFFFF;
    /* font-family: var(--rakuten-sans-semibold); */
    padding-top: 16px;
    padding-bottom: 24px;
}
.rpc25-email a {
    color: #FFFFFF;
    text-decoration: underline;
}

#contact-web-container .rpc25-email{
    font-size: 25px;
    line-height: 30px;
}

#contact-mobile-container .rpc25-email{
    font-size: 20px;
    line-height: 25px;
}

#contact-mobile-container .rpc25-email a {
    font-size: 16px;
    line-height: 20px;
}

.contact-register-button {
    width: 180px;
}

.form-control {
    font-size: 0.75rem;
    height: 35px;
}

.form-select {
    font-size: 0.75rem;
}

.form-group label {
    font-size: 0.75rem;
}

.modal {
    padding-top: 25vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.rakuten-nav-logo {
    height: 1.875rem;
}

.rpc-logo {
    height: 3rem;
}

.rakuten-logo {
    height: 4rem;
}

.logo-container {
    display: flex;
    justify-content: center;
}

.logo-divider {
    height: 3rem;
    background-color: rgb(180, 180, 180);
    width: 1.5px;
    margin: 0 0.7rem;
}

/* .navbar {
    padding: 0 16px;
} */
.navbar, .nav-background {
    /* background: linear-gradient(to right, #50197B, #280C3D); */
    background: linear-gradient(270deg, #50197B 0%, #280C3D 100%);
    height: var(--navbar-height);
}

/* .navbar-collapse.collapse.show { */
.navbar-collapse {
    /* background: linear-gradient(to right, #20000F, #002236); */
    background: linear-gradient(to right, #50197B, #280C3D);
}
/* .navbar-ul {
    margin-right: 1.5rem;
} */
.nav-link {
    font-size: 18px;
    color: #FFFFFF;
    position: relative; 
    display: inline-block;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; 
    height: 2px;
    background-color: #AA69DC;
    transition: width 0.3s ease;
}
.nav-link:hover, .nav-link:focus {
    color: #FFFFFF;
}
.nav-link:hover::after {
    width: 100%;
}
.nav-item .active {
    /* font-family: "Rakuten SansUI Semibold"; */
    /* border-bottom: 4px solid #cf0254; */
}
.nav-item .active::after {
    width: 100%;
}
.navbar-collapse {
    flex-grow: 1;
}

#navbarSupportedContent {
    justify-content: flex-end;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

#RPCWebsitesDropdown, #AvatarDropdown {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 52px;
}
#RPCWebsitesDropdownButton, #AvatarDropdownButton {
    font-size: 1.125rem;
    color: #FFFFFF;
    border: none;
}

#RPCWebsitesDropdownMenu, #AvatarDropdownMenu {
    /* background: var(--rpc25-gradient-background); */
    background-color: var(--rpc25-background-color);
}

#AvatarDropdownMenu {
    right: 0;
    left: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
}

#AvatarDropdownButton {
    color: #4D1876;
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#AvatarDropdownButton::after {
    display: none;
}

.avatar-menu-item {
    color: #4D1876;
    /* transition: background-color 0.5s ease, color 0.5s ease; */
    cursor: pointer;
}

.avatar-menu-item.active, .avatar-menu-item:not(.active):hover {
    color: #4D1876;
    background-color: #FFFFFF;
    font-family: var(--rakuten-sans-bold);
}
.avatar-menu-item:not(.active):hover {
    color: #000000;
    background-color: #0000001A;
}

#countdown {
    /* margin: 32px 16px; */
    margin-top: 32px;
    margin-bottom: 32px;
}
#summary, #speakers, #agenda {
    padding-top: 32px;
    padding-bottom: 32px;
}

#speakers, #summary {
    background-color: #FAF6FD;
}

#contact {
    margin-top: 32px;
    margin-bottom: 32px;
}
#invite-buttons-header {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    width: 100%;
    margin-bottom: 32px;
}
/* #invite-btn {
    color: #FFFFFF;
    border-radius: 10px;
    height: 64px;
    padding: 16px;
    background: none;
    border: 1px solid #FFFFFF;
}
#invite-btn:hover {
    background-color: var(--rpc25-primary-color);
    border: 1px solid var(--rpc25-primary-color);
}*/
#invite-zoom-btn, #invite-socialmedia-btn {
    color: #FFFFFF;
    border-radius: 10px;
    height: 64px;
    padding: 16px;
}
#invite-zoom-btn {
    background: none;
    border: 1px solid #FFFFFF;
}
#invite-socialmedia-btn {
    background-color: var(--rpc25-primary-color);
    border: 1px solid var(--rpc25-primary-color);
}
.invite-btn-icon {
    margin-right: 16px;
}
#invite-url {
    color: var(--rpc25-primary-color);
    word-wrap: break-word;
}
#dashboard {
    width: 100%;
    height: 100%;
}
#dashboard-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: var(--rpc25-background-color); */
}
.dashboard-info-icon {
    z-index: 2;
    position: relative;
    transform: scale(0.8);
}
.dashboard-info-text {
    font-size: 20px;
    line-height: 25px;    
    margin-top: 16px;
    text-align: center;
    position: relative;    
    z-index: 2;
    /* background-color: var(--rpc25-background-color); */
}
#something-wrong-text {
    max-width: 250px;
    padding-bottom: 64px;
}
#button-pointer-web {
    position: absolute;
    right: 80px;
    top: 0;
    height: 50%;
    z-index: 1;
}
#button-pointer-mobile {
    position: absolute;
    right: 80px;
    top: 190px;
    height: 50%;
    z-index: 1;
}
.dashboard-card {
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
    padding-top: 0;
    position: relative;
    height: 100%;
}
#total-count-card {
    color: #FFFFFF;
    background-color: var(--rpc25-primary-color);
}
.dashboard-card-count {
    font-size: 40px;
    line-height: 80px;
    font-family: var(--rakuten-sans-bold);
}
.dashboard-card-title {
    font-size: 20px;
    line-height: 25px;
}
.dashboard-card-icon {
    /* position: absolute;
    top: 8px;
    right: 8px; */
}
#dashboardCanvasContainer {
    overflow-x: scroll;
    height: 360px;
    /* width: auto; */
}
#dashboard-graph-container, #admin-graphs-container {
    margin-top: 32px;
}
#admin-graphs-container {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
    margin-top: 0;
}
#doughnut-chart-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
#doughnut-chart-counts-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.doughnut-chart-count-value {
    text-align: center;
}
.doughnut-chart-count-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 6px;
}
.doughnut-chart-count-line {
    width: 4px;
    height: 50px;
    border-radius: 100px;
    display: block;
    margin-right: 8px;
}
.doughnut-chart-count-label {
    font-size: 13px;
    line-height: 22px;
    font-family: var(--rakuten-sans-light);
}
.doughnut-chart-count-value {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--rakuten-sans-semibold);
}
#doughnut-chart-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.dashboard-graph-title {
    font-size: 20px;
    line-height: 25px;
    padding-top: 16px;
    padding-bottom: 24px;
}
/* .admin-dashboard-card {
    height: 450px;
} */
#admin-graphs-container th {
    font-family: var(--rakuten-sans-bold);
    position: sticky;
    top: 0;
    z-index: 2;
    vertical-align: baseline;
}
#admin-graphs-container .table-responsive {
    overflow: scroll;
    height: 360px;
    border-top: 1px solid #D1D1D1;
}
#top-departments-table, #top-employees-table {
    table-layout: fixed;
}
.count-col {
    width: 110px;
}
.sl-col {
    width: 40px;
}
.department-col {
    width: 400px;
}
.employeename-col {
    width: 180px;
}
.employeeid-col {
    width: 120px;
}
#qrModal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 72px;
}
#qr-container {
    width: 90%;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 16px;
    padding-top: 16px;
}
#qr-container-title {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-family: var(--rakuten-sans-bold);
    margin-bottom: 16px;   
}
#qr-image-container {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}
#qr-image-container img {
    width: 100%;
}
#social-media-description {
    margin: 16px 0;
    background-color: #F4F2FC;
    border-radius: 10px;
    padding: 16px;
    color: #000000;
}
#dashboard-navbar-rpc-button {
    color: #FFFFFF;
    margin-right: 16px;
}
#dashboard-navbar-logout-button {
    cursor: pointer;
}

#blogs {
    margin-bottom: 6.25rem;
}

.card-img-top {
    height: 180px;
}


.blogs-page-heading {
    font-family: var(--rakuten-sans-semibold);
    font-size: 32px;
    line-height: 46px;
    weight:700;
    color:#000000;
    text-align:left;
    padding-bottom:1rem;
    padding-top:2rem;
}

.home-heading {
    color: #001222;
    /* font-size: 2rem;
    line-height: 2.25rem; */
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: 'Rakuten SansUI Bold';
    font-weight: 900;
}

.home-heading-underline {
    height: 1.25rem;
    width: 8.75rem;
    background: linear-gradient(to right, #40A2E3, rgba(0,0,0,0));
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.br-1 {
    height: 1em;
}

.br-2 {
    height: 2rem;
}

.br-3 {
    height: 3rem;
}

.blog-image {
    width: 100%;
    /* height: 15rem; */
    object-fit: cover;
}

.home-blog-card {
    text-align: left;
    height: 100%;
}

.blog-card-title {
    font-family: 'Rakuten SansUI Semibold';
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.75rem;
    color: #40A2E3;
    display: -webkit-box; /* Use a flexbox-like container */
    -webkit-box-orient: vertical; /* Set the box orientation to vertical */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis (...) at the end */
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    max-height: calc(1.75rem * 3); /* Ensure the height matches 3 lines */
}

.blog-card-description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: -2%;
    color: #001222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blogs-page-card-title {
    font-family: var(--rakuten-sans-bold);
    font-size: 24px;
    line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: calc(33px * 2);
}

.blogs-page-card-description {
    font-size: 20px;
    line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blogs-page-card-author {
    font-size: 20px;
    line-height: 33px;
}

.card-header {
    padding: 0;
}

.card-footer {
    background-color: #FFFFFF;
    border: none;
}

.social-media-container {
    text-align: center;
    margin-top: 1rem;
}

.social-media-icon {
    height: 2rem;
    margin: 1rem;
}

/* .footer-container {
    margin-top: 3rem;
}
*/

.footer-logo-social-container {
    /* margin: 10rem 0 6.25rem 0; */
    /* margin-bottom: 6.25rem; */
    text-align: center;
}

.footer-disclaimer-container {
    /* background-color: #F0F9FF; */
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-disclaimer {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.75rem;
}

#registration-form-content {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}
#registration-form {
    height: fit-content;
    padding: 1rem 2rem;
    /* margin-top: 6rem;
    margin-bottom: 6.25rem; */
    color: #000000;
    background-color: white;
    border: 1px solid grey;
    border-radius: 8px;
    /* width: 100%; */
}
/* :not(.form-check-label) */
#registration-form label, #registration-form input, #registration-form select {
    font-family: var(--rakuten-sans-semibold);
}
#registration-form input::placeholder {
    font-family: var(--rakuten-sans-regular);
}
#registration-form-content-title {
    font-size: 48px;
    line-height: 60px;
    font-family: var(--rakuten-sans-bold);
}
#registration-form-content-description {
    font-size: 24px;
    line-height: 30px;
}
#registration-form-video {
    width: 100%;
}
#registration-form-web-image, #registration-form-mobile-image {
    width: 100%;
}

.modal-content {
  background-color: #f8f9fa;
}

.popup-card {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

#schedule {
    background-color: rgb(245,245,245);
}

.white{
    background-color: rgb(255,255,255);
}

.rpc-email {
    color: #FFFFFF;
}

.blogs-row {
    text-align: center;
}

.theme-blue{
    background-color: #40A2E3;
}
#rpc25-gradient-background {
    background: var(--rpc25-gradient-background);
    min-height: calc(100vh - var(--navbar-height));
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* margin-bottom: 64px; */
    color: #FFFFFF;
}
#rpc25-background {
    width: 100%;
    height: 100%;
    margin: 0 12px 32px 12px;
    min-height: calc(100vh - var(--navbar-height) - 16px);
    /* height: calc(100% - 16px); */
    padding: 32px 0;
    background-color: var(--rpc25-background-color);
    border-radius: 0px 0px 25px 25px;
    display: flex;
    justify-content: center;
}
#verify-registration-container,  #registration-closed-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    padding: 72px 7%;
}
#registration-closed-container {
    max-width: 360px;
    padding: 0;
}
#verify-registration-image {
    width: 100%;
}
#verify-registration-content, #registration-closed-content {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#verify-registration-loading {
    width: 3rem; 
    height: 3rem;
    margin: 32px;
}
#verify-registration-message-title {
    font-size: 36px;
    line-height: 45px;
    font-family: var(--rakuten-sans-semibold);
    margin-top: 32px;
    margin-bottom: 16px;
}
#verify-registration-message-description {
    font-size: 24px;
    line-height: 30px;
}

.invitation-background {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--rpc25-gradient-background);
    /* background-color: #40A2E3; */
    min-height: calc(100vh - var(--navbar-height));
}
.invitation-form-container {
    width: 19rem;
    height: fit-content;
    padding: 1rem 2rem;
    background-color: white;
    border: 1px solid grey;
    border-radius: 8px;
    margin: 5rem 0;
}

.feedback-form-background {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/registration-background.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.feedback-form-container {
    height: fit-content;
    padding: 1rem 2rem;
    margin: 2rem 0.5rem;
    background-color: white;
    border: 1px solid grey;
    border-radius: 8px;
    max-width: 360px;
    color: #000000;
}

#feedbackForm p, #feedbackForm label {
    font-family: var(--rakuten-sans-bold);
    font-size: 16px;
}

#feedbackForm textarea {
    height: auto;
}

.feedback-form-btn {
    padding: 12px 32px;
    font-size: 18px;
}

.feedback-form-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: 'Rakuten SansUI Semibold';
    margin-bottom: 1.5rem;
}

.registration-form-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'Rakuten SansUI Semibold';
    margin-bottom: 1.5rem;
    text-align: center;
}

#registration-form-footer, #feedback-form-footer {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
#feedback-form-footer {
    margin-top: 1rem;
}

#invitation-form-footer {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
}

#registration-form-success, #registration-form-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#registration-form-success-message {
   color: #1D8653;
}

#registration-form-error-message, #invitation-form-error-message {
    color: #C33C54;
}

#invite-form-button, #registration-form-submit-btn {
    color: #FFFFFF;
    background-color: #6957EE;
}
#invite-form-button:disabled, #registration-form-submit-btn:disabled {
    background-color: #6957EE80;
    opacity: 50%;
}
#registration-submission {
    background-color: #FFFFFF;
    border-radius: 15px;
    width: 100%;
    max-width: 980px;
    height: fit-content;
}
#registration-submission-image-container {
    background-color: #29ABE21A;
    padding: 24px;
}
#registration-submission-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
#registration-submission-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.registration-submission-text {
    font-size: 20px;
    line-height: 25px;
}
#register-submission-close-button {
    background-color: #6957EE;
    width: 180px;
    border: none;
}

#feedback-form-error-message {
    font-size: 0.875rem;
    color: #C33C54;
    text-align: center;
}
#policyModal {
    color: #000000;
}
#privacy-policy-disclaimer {
    font-size: 0.875rem;
}
#privacy-notice-download {
    color: #139AF0;
    text-decoration: underline;
}

#disagreePolicyButton {
    color: var(--rpc25-primary-color);
    border: 1px solid var(--rpc25-primary-color);
}
#disagreePolicyButton:hover {
    color: var(--rpc25-primary-color);
    background-color: #FFFFFF;
}

.qrcode-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

#qr-link-container {
    border-radius: 12px;
    border: 1px solid #40A2E3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

#qrcode img {
    padding: 1rem;
}

#qr-link {
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    border: none;
}

.copy-link-button {
    height: 100%;
    padding: 0.5rem;
    cursor: pointer;
}

.not-found-title {
    font-size: 10rem;
    line-height: 11rem;
    color: var(--rpc25-primary-color);
}

.not-found-subtitle {
    font-size: 2.5rem;
    line-height: 3rem;
    color: var(--rpc25-primary-color);
    font-family: 'Rakuten SansUI Semibold';
}

.recaptcha-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
.g-recaptcha {
    margin-top: 1.5rem;
    transform: scale(0.65);
    transform-origin: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .btn {
        font-size: 1.125rem;
    }

    /* .navbar {
        padding: 0 24px;
    } */

    #rpc25-background {
        margin: 0 16px 32px 16px;
        padding: 32px 16px;
        min-height: calc(100vh - var(--navbar-height) - 16px);
    }
    .home-intro-mobile-container {
        margin: 0 16px 32px 16px;
        /* margin: 0 24px 48px 24px;
        padding: 48px 24px; */
    }

    #countdown {
        /* margin: 48px 24px; */
        margin-top: 48px;
        margin-bottom: 48px;
    }
    #summary, #speakers, #agenda {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    /* #who-should-attend, #contact {
        margin: 12px;
    } */
    #who-should-attend-container, #contact-mobile-container {
        padding: 32px 32px;
    }
    #contact {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    #contact-mobile-container {
        padding-bottom: 70%;
    }
    /* #contact-web-container-text {
        max-width: 658px;
    } */

    /* .speaker-text {
        padding-bottom: 32px;
    } */
    .speaker-name {
        font-size: 42px;
    }
    .speaker-role {
        font-size: 23px;
    }
    /* .coming-soon-disclaimer {
        font-size: 64px;
        line-height: 80px;
    } */

    .agenda-card-speaker-program {
        font-size: 30px;
    }

    .blogs-page-heading {
        font-size: 64px;
        line-height: 67.77px;
    }

    .form-control, .form-select {
        font-size: 1rem;
    }

    .form-group label {
        font-size: 1rem;
    }

    .home-intro-title {
        font-size: 64px;
        line-height: 80px;
    }

    #privacy-policy-disclaimer {
        font-size: 1.125rem;
    }

    #registration-form {
        padding: 2rem 3rem;
    }
    .feedback-form-container {
        max-width: 550px;
    }

    .invitation-form-container {
        width: 450px;
    }
    #registration-form-content-title {
        font-size: 64px;
        line-height: 80px;
    }
    #registration-closed-container {
        max-width: 470px;
    }
    .registration-form-title, .feedback-form-title {
        font-size: 38px;
        line-height: 100%;
        margin-bottom: 2.5rem;
    }
    .feedback-form-option {
        margin: 1rem 0;
    }

    .not-found-title {
        font-size: 12rem;
        line-height: 15rem;
    }

    .not-found-subtitle {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .g-recaptcha {
        transform: scale(1);
    }

    #feedback-form-error-message {
        font-size: 1rem
    }
    #verify-registration-image {
        width: auto;
        height: 250px;
    }
    #verify-registration-message-title {
        font-size: 48px;
        line-height: 60px;
    }
    /* .dashboard-card-count {
        font-size: 64px;
        line-height: 80px;
    } */
    /* .dashboard-card-title {
        font-size: 24px;
        line-height: 30px;
    } */
    /* .dashboard-graph-title {
        font-size: 24px;
        line-height: 28px;
    } */
    #dashboard-info {
        position: relative;
    }
    .dashboard-info-icon {
        transform: none;
    }
    #something-wrong-text {
        max-width: 400px;
        padding-bottom: 0;
    }
    /* #invite-buttons-header {
        flex-direction: row;
        justify-content: end;
        align-items: center;
    } */
    #qr-container {
        padding: 32px;
        width: 518px;
    }
    #qr-container-title {
        font-size: 48px;
        line-height: 60px;
    }
    #doughnut-chart-card {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
    #doughnut-chart-counts-container {
        width: fit-content;
        flex-direction: column;
        align-items: start;
        justify-content: end;
    }
    .doughnut-chart-count-value {
        text-align: left;
    }

    /*
    .blog-card-title {
        min-height: 84px;
    }
    */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* .navbar {
        padding: 0 32px;
    } */

    .fvh {
        height: calc(100vh - var(--navbar-height));
    }

    #rpc25-background {
        margin: 0 16px 64px 16px;
        padding: 32px 16px 64px 16px;
        min-height: calc(100vh - var(--navbar-height) - 64px);
        height: calc(100% - 64px);
    }
    .home-intro-mobile-container {
        margin: 0 16px 64px 16px;
        padding: 64px 24px;
    }

    #countdown {
        /* margin: 64px 32px; */
        margin-top: 64px;
        margin-bottom: 64px;
    }
    #summary, #speakers, #agenda {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    
    .countdown-text {
        font-size: 53px;
        line-height: 68px;
    }

    /* #who-should-attend, #contact {
        margin: 12px;
    } */
    #who-should-attend-container, #contact-web-container {
        padding: 32px 32px;
    }
    #contact {
        margin-top: 64px;
        margin-bottom: 64px;
        /* background-image: url(../images/contact-web-background.png); */
        /* background-position: center; */
    }
    /* #contact-web-container {
        padding-top: 64px;
        padding-bottom: 64px;
    } */

    /* #who-should-attend-container, #contact-web-container, #contact-mobile-container {
        padding: 48px 72px;
        margin: 0 3%;
    } */
    
    .who-should-attend-card-title {
        max-width: 250px;
    }

    /* .rpc25-title, .who-should-attend-title {
        font-size: 48px;
        line-height: 60px;
    } */

    .speaker-text {
        padding-bottom: 8px;
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, #000000 78%); */
    }
    .speaker-name {
        font-size: 36px;
    }
    .speaker-role {
        font-size: 18px;
        height: 54px;
    }

    .registration-submission-text {
        font-size: 24px;
        line-height: 30px;
    }

    .g-recaptcha {
        transform: scale(1.1);
    }

    .feedback-form-container {
        max-width: 710px;
    }
    #feedback-form-error-message {
        font-size: 1.125rem;
    }

    #invite-buttons-header {
        flex-direction: row;
        justify-content: end;
        align-items: center;
    }
    #qr-container {
        width: 600px;
    }
    #qr-container-title {
        font-size: 56px;
        line-height: 70px;
    }

    #something-wrong-text {
        max-width: 600px;
    }
    .dashboard-info-text {
        font-size: 30px;
        line-height: 37.5px;
    }

    .blog-card-title {
        height: 5.25rem;
    }

    #doughnut-chart-counts-container {
        width: 60%;
        /* flex-direction: column;
        align-items: start;
        justify-content: end; */
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* .fvh {
        height: calc(100vh - var(--navbar-height));
    }
    .navbar {
        padding: 0 96px;
    }     */
    .navbar-collapse {
        background: none;
    }
    #RPCWebsitesDropdown, #AvatarDropdown {
        height: auto;
    }
    .home-intro-mobile-container {
        /* margin: 0 32px 64px 32px; */
        margin: 0 16px 64px 16px;
        padding: 32px 32px 64px 32px;
        min-height: calc(100vh - var(--navbar-height) - 48px);
    }
    #rpc25-background {
        margin: 0 16px 48px 16px;
        /* margin: 0 16px 48px 16px; */
        padding: 32px 16px;
        min-height: calc(100vh - var(--navbar-height) - 48px);
        height: calc(100% - 48px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .rpc25-registration-background {
        min-height: calc(100vh - var(--navbar-height) - 48px);
        height: auto;
    }
    .rpc25-registration-background .container {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }

    .home-intro-title {
        font-size: 64px;
        line-height: 68px;
    }
    .home-intro-theme {
        font-size: 40px;
        line-height: 50px;
    }

    #countdown {
        /* margin: 72px 96px; */
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .countdown-text {
        font-size: 38px;
        line-height: 48px;
    }
    #summary, #speakers, #agenda {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    
    #contact {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .home-intro-content {
        max-width: 550px;
    }

    .speaker-name {
        font-size: 42px;
    }
    .speaker-role {
        font-size: 23px;
        height: 69px;
    }
    /* #who-should-attend, #contact {
        margin: 12px;
    } */
    #who-should-attend-container, #contact-web-container {
        padding: 48px 48px;
    }
    /* #contact-web-container-text {
        padding-right: 270px;
    }
    #contact-web-container {
        background-position: center;
    } */
    .rpc25-title, .who-should-attend-title {
        font-size: 64px;
        line-height: 80px;
    }
    .agenda-card {
        flex-direction: row;
        background-color: white;

    }
    .agenda-card-speaker {
        /* align-items: center; */
        margin-left: 2rem;
        margin-right: 1rem;
        width: 478px;
    }
    .agenda-card-speaker-program {
        font-size: 34px;
    }
    .agenda-card-speaker-name {
        font-size: 23px;
        line-height: 29px;
    }

    .home-heading {
        font-size: 3.75rem;
        line-height: 4.25rem;
        /* margin-top: 6rem; */
    }

    .home-heading-underline {
        margin-bottom: 3rem;
    }

    .g-recaptcha {
        transform: scale(0.85);
    }

    #registration-submission {
        /* height: 50%; */
        height: fit-content;
        width: 55%;
    }

    #registration-closed-container {
        max-width: 890px;
    }

    #verify-registration-message-title {
        font-size: 64px;
        line-height: 64px;
    }

    #qr-container {
        width: 835px;
    }
    .admin-dashboard-card {
        height: 450px;
    }
    #doughnut-chart-card {
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    #doughnut-chart-counts-container {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .doughnut-chart-count-value {
        text-align: center;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* .navbar {
        padding: 0 120px;
    } */
    #rpc25-background {
        /* margin: 0 32px 48px 32px; */
        margin: 0 16px 48px 16px;
        padding: 32px 32px 48px 32px;
        min-height: calc(100vh - var(--navbar-height) - 48px);
    }
    .home-intro-web-container {
        min-height: calc(100vh - var(--navbar-height) - 48px);
        margin: 0 16px 48px 16px;
        padding: 0 32px;
    }
   .agenda-card-speaker {
        width: 655px;
    }
    .home-intro-content {
        /* max-width: 550px; */
    }
    .g-recaptcha {
        transform: scale(0.9);
    }
    .home-intro-card-1, .home-intro-card-2, .home-intro-card-3, .home-intro-card-4 {
        width: 19.5%;
    }
    .countdown-text {
        font-size: 49px;
        line-height: 62px;
    }
    .summary-image {
        height: 338px;
    }
    .summary-image img {
        object-position: center calc(50% - 50px);
    }
    .rpc-video {
        /* height: 462px; */
        height: 100%;
    }
    .home-intro-description {
        max-width: 635px;
    }

    .speaker-text {
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000000 78%); */
    }
    .speaker-name {
        font-size: 24px;
    }
    .speaker-role {
        font-size: 14px;
        height: 42px;
    }
    .col-xl-12-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .dashboard-info-text {
        font-size: 36px;
        line-height: 45px;
    }
    #something-wrong-text {
        max-width: 720px;
    }
    /* #who-should-attend, #contact {
        margin: 12px;
    } */
    #who-should-attend-container, #contact-web-container {
        padding: 48px 48px;
    }
    #contact-web-container-text {
        padding-right: 270px;
    }
    #contact-web-container {
        background-position: center;
    }
    .dashboard-card-count {
        font-size: 36px;
        line-height: 72px;
    }
    .dashboard-card-icon {
        transform: scale(0.85);
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #rpc25-background {
        margin: 0 32px 48px 32px;
        padding: 32px 16px 48px 16px;
        min-height: calc(100vh - var(--navbar-height) - 48px);
    }
    .home-intro-web-container {
        margin: 0 32px 16px 32px;
        padding: 32px 16px;
        min-height: calc(100vh - var(--navbar-height) - 32px);
    }
    .countdown-text {
        font-size: 53px;
        line-height: 68px;
    }
    /* #who-should-attend {
        margin: 0 32px;
    } */
    .rpc-video {
        /* height: 483px; */
        height: 100%;
    }
    .summary-image {
        height: 432px;
    }
    .summary-image img {
        object-position: center calc(50% - 50px);
    }
    /* #who-should-attend, #contact {
        margin: 12px;
    } */
    #who-should-attend-container, #contact-web-container {
        padding: 64px 48px;
    }
    #contact-web-container-text {
        padding-right: 450px;
    }
    .speaker-name {
        font-size: 34px;
    }
    .speaker-role {
        font-size: 17px;
        height: 51px;
    }
   .agenda-card-speaker {
        width: 835px;
    }
    #doughnut-chart-card {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
    #doughnut-chart-counts-container {
        width: fit-content;
        flex-direction: column;
        align-items: start;
        justify-content: end;
    }
    .doughnut-chart-count-value {
        text-align: left;
    }
    .dashboard-card-count {
        font-size: 40px;
        line-height: 80px;
    }
    .dashboard-card-icon {
        transform: scale(1);
    }
}

@media (min-width: 1600px) {
    /* #who-should-attend-container, #contact-web-container, #contact-mobile-container {
        margin: 0 10%;
    } */
    #rpc25-background {
        margin: 0 48px 48px 48px;
        padding: 48px;
        min-height: calc(100vh - var(--navbar-height) - 48px);
    }
    .home-intro-web-container {
        margin: 0 48px 48px 48px;
        padding: 64px 72px;
        min-height: calc(100vh - var(--navbar-height) - 48px);
    }
    /* #who-should-attend {
        margin: 0 72px;
    } */
    #registration-form {
        padding: 2rem 5rem;
    }
    .dashboard-card-title {
        font-size: 24px;
        line-height: 30px;
    }
    .dashboard-graph-title {
        font-size: 24px;
        line-height: 28px;
    }
}


/* @media (max-width: 360px) {
    #mobile-navbar-register-button, #mobileNavbarExpandButton {
        margin-right: 8px !important;
    }
} */

#qr-image > canvas {
    width:100%;
}

.conclusion-font{
    font-family: "Rakuten SansUI Italics"
}

.no-text-decoration{
    text-decoration: none !important;
    color:#40A2E3 !important;
}
.box {
    width: 100%;
    max-width: 300px;
    border: 3px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 30px;*/
    font-weight: bold;
    color: black !important;
    background: linear-gradient(to right, #40A2E3, #ADD8E6, #FFFFFF);
    border-radius: 10px;
}

@media (min-width: 400px) and (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.9);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-link {
        font-size: 17px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .summary-card {
        font-size: 22px;
        line-height: 23px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #total-count-col {
        flex: 0 0 24.5%;
        max-width: 24.5%;
    }
    #working-professional-col {
        flex: 0 0 17%;
        max-width: 17%;
    }
    #entrepreneur-col {
        flex: 0 0 17%;
        max-width: 17%;
    }
    #academic-col {
        flex: 0 0 17%;
        max-width: 17%;
    }
    #others-col {
        flex: 0 0 24.5%;
        max-width: 24.5%;
    }
}

@media(min-width: 460px) and (max-width: 576px) {
    #something-wrong-text {
        max-width: 400px;
    }
}

@media (min-width: 1200px) and (max-width: 1427px) {
    /* .home-intro-card-1, .home-intro-card-2 {
        font-size: 18px;
    } */
    .home-intro-theme-details {
        width: 120%;  
    }
    #home-intro-card-time {
        font-size: 19px;
    }
    .home-intro-card-1:first-child {
        width: 230px;
    }
    .home-intro-card-1, .home-intro-card-2, .home-intro-card-3, .home-intro-card-4 {
        width: 19%;
    }
}