@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?77995735');
    src: url('../fonts/fontello.eot?77995735#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?77995735') format('woff'), url('../fonts/fontello.ttf?77995735') format('truetype'), url('../fonts/fontello.svg?77995735#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

body {
    padding: 0px;
    font-family: DM Sans, sans-serif;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: DM Sans, sans-serif;
}

p {
    font-family: DM Sans, sans-serif;
    color: #666666;
}

a {
    font-family: DM Sans, sans-serif !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.form-control {
    border-radius: 40px;
    padding: 10px 10px 10px 20px;
}

.form-control:focus {
    box-shadow: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 51px;
    background-color: #efeff9;
    border: 1px solid #efeff9;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 51px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 51px;
    padding-left: 15px;
}

.form-select .select2-container .select2-selection--single {
    border-radius: 40px;
    padding: 10px 10px 10px 20px;
    height: 51px;
}

.form-select :focus {
    box-shadow: none;
}

.bg-info-light {
    color: #179b9b;
    background-color: #bcf5f5;
}

.bg-success-light {
    color: #4bb300;
    background-color: #d3ffb3;
}

.bg-warning-light {
    color: #b34200;
    background-color: #ffcfb3;
}

.bg-primary-light {
    color: #04c;
    background-color: #cdf;
}

.bg-danger-light {
    color: #b30000;
    background-color: #ffb3b3;
}

.grey-bg {
    background-color: #f1f3ff;
}

.btn-primary {
    color: #fff;
    background: #0069d9;
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: translateX(0);
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border: none;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 55px;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    transform: translateX(10px);
    outline: none;
    box-shadow: none;
}

.btn-primary:before {
    content: "";
    background-color: #002b4b;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.btn-primary:hover:before,
.btn-primary:focus:before {
    transform: scaleX(1);
    transition-delay: 0s;
}

.btn-light-primary {
    background: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: translateX(0);
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    padding: 10px 35px;
    font-weight: bold;
    border-radius: 55px;
    border-color: #fff;
    color: #fff;
}

.btn-light-primary:hover,
.btn-light-primary:focus {
    color: #fff;
    transform: translateX(10px);
    outline: none;
    box-shadow: none;
    border-color: #007bff;
}

.btn-light-primary:before {
    content: "";
    background-color: #007bff;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.btn-light-primary:hover:before,
.btn-light-primary:focus:before {
    transform: scaleX(1);
    transition-delay: 0s;
}

.btn-outline-primary {
    background: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: translateX(0);
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    padding: 10px 35px;
    font-weight: bold;
    border-radius: 55px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    transform: translateX(10px);
    outline: none;
    box-shadow: none;
    border-color: #fff;
}

.btn-outline-primary:before {
    content: "";
    background-color: #002b4b;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.btn-outline-primary:hover:before,
.btn-outline-primary:focus:before {
    transform: scaleX(1);
    transition-delay: 0s;
}

.btn-sm {
    padding: 12px 30px;
}

.form-control {
    background-color: #efeff9;
    border: solid 1px #efeff9;
    border-radius: 0px;
    color: black;
    outline: none;
    box-shadow: none;
    padding: .810rem .96rem;
}

.form-control:focus {
    border-color: #007bff;
}

.min-vh-100 {
    min-height: 100vh;
}

.websiteloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(249, 249, 249, 0.90);
}

.websiteloader .loader {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: -150px;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.websiteloader .loader:before,
.websiteloader .loader:after {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 50px;
    border-style: double;
    border-color: transparent;
    border-right-color: transparent;
    border-right-color: #002b4b;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    animation: spin 1s infinite;
    animation-delay: -0.25s;
}

.websiteloader .loader:after {
    left: 0;
    border-right-color: transparent;
    border-left-color: #002b4b;
    animation: spin 1s infinite;
    animation-delay: 0;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
}

@keyframes loader_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shape1 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px) rotate(360deg);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes shape2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(50px) rotate(360deg);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes shape3 {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-50px) rotate(360deg);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes shape4 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px) rotate(360deg);
    }
    100% {
        transform: translateX(0);
    }
}

.conference-login .bg-light {
    height: 100vh;
    overflow: auto;
    scrollbar-width: thin;
    padding-top: 100px;
}

.conference-login .bg-light::-webkit-scrollbar {
    width: 5px;
    background: lightgray;
    border-radius: 10px;
}

.conference-login .bg-light::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1ex;
    background-color: gray;
}

.conference-login .form-border .form-control {
    background-color: #efeff9;
    border: solid 1px #efeff9;
    border-radius: 0px;
    color: black;
    outline: none;
    box-shadow: none;
    padding: .810rem .96rem;
}

.conference-login .form-border .form-control:focus {
    border-color: #007bff;
}

.conference-login .btn {
    padding: 0.8rem 2.6rem;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: none;
    outline: none;
}

.conference-login .carousel {
    min-height: 100vh;
}

.conference-login .carousel-item {
    height: 100vh;
}

.conference-login video {
    height: 100vh;
    object-fit: cover;
}

.carousel-indicators {
    bottom: 15%;
}

.form-title h3 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.conference-login .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.conference-login .carousel-fade .carousel-item.active,
.conference-login .carousel-fade .carousel-item-next.carousel-item-left,
.conference-login .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.conference-login .carousel-fade .active.carousel-item-left,
.conference-login .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.conference-login .carousel-fade .carousel-item-next,
.conference-login .carousel-fade .carousel-item-prev,
.conference-login .carousel-fade .carousel-item.active,
.conference-login .carousel-fade .active.carousel-item-left,
.conference-login .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.conference-login .carousel-control-next-icon,
.conference-login .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    background-size: 35%;
    background-color: #000;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.social-list li {
    display: inline-block !important;
    margin-bottom: 5px;
}

.social-list li a {
    font-size: 15px;
    font-weight: 400;
    width: 170px;
    margin: 2px 0 3px 0;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #04c;
    background-color: #cdf;
    margin: 5px;
}

.social-list li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    border-radius: 3px;
    background-color: #0069d9;
}

.social-list li a span {
    margin-right: 7px;
}

.conference-sidebar {
    width: 350px;
    background: #0069d9;
    position: fixed;
    height: 100%;
    top: 0;
    left: -350px;
    transition: left 0.5s ease;
    z-index: 100;
}

.conference-sidebar.visible {
    left: 0px;
    transition: left 0.7s ease;
}

.sticky-profile {
    padding: 15px;
    background: #002b4b;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
}

.sticky-profile .dropdown-toggle {
    font-size: 22px;
    position: absolute;
    right: 15px;
    color: #fff;
}

.sticky-profile .dropdown-menu {
    width: 240px;
}

.sticky-profile .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 15px;
}

.sticky-profile .profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.sticky-profile .profile-image i {
    position: absolute;
    color: #002b4b;
    background-color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 20px;
    padding: 4px;
    left: 42px;
    bottom: 10px;
}

.sticky-profile .profile-name {
    width: 80%;
    line-height: 17px;
}

.sticky-profile .profile-name h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.sticky-profile .profile-image img {
    width: 100%;
}

.conference-sidebar ul {
    margin: 0;
    padding: 10px 10px 170px 10px;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
}

.conference-sidebar ul::-webkit-scrollbar {
    width: 5px;
    background: #064f9f;
    border-radius: 10px;
}

.conference-sidebar .submenu{
	padding: 10px 0 0 50px;
}

.conference-sidebar .icon-caret-down {
	transition: transform 0.3s ease;
  }
  
.conference-sidebar .icon-caret-down.rotate {
	transform: rotate(180deg);
}

.conference-sidebar .submenu li{
	padding: 2px 0;
	list-style: disc;
    margin: 5px 0;
}

.conference-sidebar .submenu li a{
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.conference-sidebar ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1ex;
    background-color: #6894c4;
}

.conference-sidebar li {
    list-style: none;
    padding: 12px 25px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
}

.conference-sidebar li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-transform: initial;
    transition: 0.5s;
    font-weight: normal;
    margin-left: 10px;
}

.conference-sidebar li a:hover {
    padding-left: 15px;
}

.conference-sidebar li a i, .conference-sidebar li a img {
    font-size: 22px;
    margin-right: 15px;
}

.conference-sidebarbtn {
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 22px 15px;
    position: absolute;
    right: -90px;
    top: 20px;
    background-color: #002b4b;
    border-radius: 50%;
}

.conference-sidebarbtn span {
    background-color: white;
    height: 2px;
    display: block;
    margin-bottom: 6px;
}

.sticky-logout {
    background: #002b4b;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.sticky-logout a {
    padding: 15px;
    display: block;
    color: #fff;
}

.sticky-logout a i {
    margin-left: 0;
}

.conference-sidebarbtn span:nth-child(2) {
    width: 75%;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: unset;
    width: auto;
    margin: 10px;
}

.carousel-control-prev {
    right: 60px;
    left: auto;
}

section {
    padding: 80px 0px;
    overflow: hidden;
}

header {
    text-align: center;
    padding: 15px 0px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

header .logo img {
    width: 120px;
}


/************* START BREADCRUMB *****************/

.breadcrumb {
    width: 100%;
    background: url('../images/bg/breadcrumb-bg.jpg') !important;
    position: relative;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
}

.breadcrumb canvas {
    height: 270px;
}

.breadcrumb:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #002b4b;
    opacity: 0.85;
}

.breadcrumb h1 {
    font-size: 48px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.bread-content {
    position: absolute;
    top: 38%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: 10;
    color: #fff;
}

.bread-content ul {
    padding: 0;
    margin: 10px 0px;
}

.bread-content ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}

.bread-content ul li a {
    color: #fff;
    position: relative;
}

.bread-content ul li a:after {
    content: '>';
    position: absolute;
    right: -25px;
}

.section-after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}

.section-before {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}


/************* END BREADCRUMB *****************/


/************* START SPEAKER *****************/

.speakers {
    background-image: url(../images/bg/bg-2.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
}

.speakers:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    opacity: 0.87;
}

.sec-title {
    font-size: 40px;
    margin-top: -0.22em;
    line-height: 1.208;
    color: #002b4b;
    font-weight: 900;
}

.single-speaker {
    text-align: center;
    margin: 30px 0px;
    padding-bottom: 30px;
}

.single-speaker .speaker-thumbnail {
    margin-bottom: 30px;
    border-radius: 100%;
    position: relative;
    padding: 20px;
    display: inline-block;
    width: 85%;
    position: relative;
}

.single-speaker .speaker-thumbnail .add-people {
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    right: 18%;
    background-color: #0069d9;
    border-radius: 50%;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 5px;
    transition: 0.5s;
}

.single-speaker .speaker-thumbnail .add-people:hover {
    transform: scale(1.3);
}

.single-speaker .speaker-thumbnail .add-people a {
    color: #ffc850;
}

.single-speaker .speaker-thumbnail .speaker-img {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.single-speaker .speaker-details {}

.single-speaker .speaker-details .readmore {
    color: #002b4b;
    padding: 7px 18px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 12px;
    font-weight: bold;
}

.single-speaker .speaker-details .readmore:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #0069d9;
    margin: 0px auto;
    right: 0;
    left: 0;
    top: -7px;
    background-image: linear-gradient(to right top, #051937, #004d7a, #0069d9, #0069d9, #0069d9);
}

.single-speaker .speaker-details .speaker-name-link .speaker-name {
    font-size: 24px;
    color: #002b4b;
    transition: all 0.3s linear;
    font-weight: bold;
    margin-bottom: 5px;
}

.single-speaker .speaker-details .speaker-designation {
    color: #666666;
}

.single-speaker .speaker-thumbnail:after {
    content: '';
    height: 100%;
    width: 100%;
    border: 2px solid #0069d9;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.single-speaker:hover .speaker-thumbnail:after {
    border-style: dashed;
    animation: circle 12s linear infinite;
}

@keyframes circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.modal-box .show-modal {
    color: #fff;
    background: linear-gradient(45deg, #41e07e, #7ad65c);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    border-radius: 50px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}

.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}

.modal-backdrop.in {
    opacity: 0;
}

.modal.in .modal-dialog {
    transform: scale(1);
}

.modal-box .modal-dialog .modal-content {
    text-align: center;
    border: none;
    border-radius: 50px;
}

.modal-box .modal-dialog .modal-content .close {
    color: #e7e7e7;
    font-size: 35px;
    font-weight: 600;
    text-shadow: none;
    line-height: 12px;
    height: 17px;
    width: 17px;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background-color: #002b4b;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 20px 0 40px;
}

.modal-box .modal-dialog .modal-content .close span {
    position: relative;
    top: -3px;
    right: -3px;
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 40px 15px 30px !important;
}

.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #fff;
    background: #0069d9;
    font-size: 100px;
    width: 170px;
    height: 170px;
    margin: 0 auto 30px;
    border-radius: 100%;
}

.modal-box .modal-dialog .modal-content .modal-body .icon img {
    width: 100%;
    border-radius: 100%;
    border: solid 2px #0069d9;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #002b4b;
}

.speakers-details-image {
    border-radius: 50%;
    overflow: hidden;
}

.speakers-details-image img {
    border-radius: 50%;
    width: 100%;
}

.speakers-details-content h3 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #002b4b;
    font-weight: bold;
}

.speakers-details-content span {
    font-style: 16px;
    color: #0069d9;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.speakers-details-content .details-info {
    margin-top: 30px;
    padding-left: 0;
    margin-bottom: 0;
}

.speakers-details-content .details-info li {
    list-style-type: none;
    font-size: 18px;
    color: #576671;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.speakers-details-content .details-info li a {
    color: #576671;
}

.speakers-details-content .details-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #0069d9;
    font-size: 25px;
}

.speakers-details-content .details-info li:last-child {
    margin-bottom: 0;
}

.speakers-details-content .details-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 35px;
}

.speakers-details-content .details-social li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
}

.speakers-details-content .details-social li:last-child {
    margin-right: 0;
}

.speakers-details-content .details-social li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #0069d9;
    color: #0069d9;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.speakers-details-content .details-social li i:hover {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/************* END SPEAKER *****************/


/************* START EXHIBITORS *****************/

.exhibitors {
    overflow: inherit;
}

.search-box {
    margin-bottom: 30px;
}

.search-box .btn {
    padding: 10px 22px;
    font-size: 20px;
}

.search-box .form-control {
    border-radius: 50px;
}

.search-box .btn:hover,
.search-box .btn:focus {
    transform: none;
    outline: none;
}

.sticky-sidebar-inner {
    margin-bottom: 30px;
}

.sticky-sidebar-inner ul {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 0;
    border-radius: 25px;
}

.sticky-sidebar-inner ul li.alfabetic-letter {
    margin-bottom: 10px;
    color: #002b4b;
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    border: none;
}

.sticky-sidebar-inner ul li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    line-height: normal;
}

.sticky-sidebar-inner ul li a {
    list-style: none;
    color: #002b4b;
    display: block;
    font-weight: 500;
}

.exhibitor {
    background: #fff;
    text-align: center;
    padding: 25px 10px 70px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
    width: 100%;
}

.exhibitor:before {
    content: "";
    background: #0069D9;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.exhibitor .exhibitor-image {
    color: #0D132B;
    background: #fff;
    width: 125px;
    height: 125px;
    margin: 0 auto 30px;
    border-radius: 50%;
    position: relative;
}

.exhibitor .exhibitor-details {
    position: relative;
}

.exhibitor .add-people {
    position: absolute;
    right: 10px;
    top: 10px;
}

.exhibitor .add-people a {
    font-size: 25px;
    color: #ffc850;
}

.exhibitor .exhibitor-image img {
    width: 100%;
    border-radius: 100%;
}

.exhibitor .exhibitor-image:after {
    content: '';
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.1);
    border-right-color: transparent;
    border-top-color: transparent;
    transform: rotate(-45deg);
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
}

.exhibitor .title {
    font-size: 24px;
    color: #002b4b;
    margin: 0 0 5px;
    font-weight: bold;
}

.exhibitor .post {
    color: #666666;
    display: block;
    width: 100%;
}

.exhibitor .readmore {
    color: #002b4b;
    padding: 7px 18px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin-top: 12px;
    font-weight: bold;
}

.exhibitor .readmore:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #0069d9;
    background-image: none;
    margin: 0px auto;
    right: 0;
    left: 0;
    top: -7px;
    background-image: linear-gradient(to right top, #051937, #004d7a, #0069d9, #0069d9, #0069d9);
}

.exhibitors-alfabet-strip {
    margin-bottom: 30px;
    border-radius: 15px;
    color: #002b4b;
    font-size: 25px;
    font-weight: bold;
}

.agenda.exhibitors .nav-pills .nav-item {
    width: 20%;
}

.agenda.exhibitors .nav-pills .nav-item .nav-link {
    font-size: 40px;
    align-items: center;
}

.agenda.exhibitors .nav-pills .nav-item .nav-link i {
    margin: 0;
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    margin-bottom: 30px;
    max-width: 100%;
}

.flip-box {}

.flip-box-front {
    background-image: url(../images/lobby-bg.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    background-color: #002b4b;
    padding: 50px;
}

.document-box .flip-box-front {
    background-image: url(../images/lobby-bg.png);
}

.flip-box-header {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.flip-box p {
    font-size: 20px;
    line-height: 1.5em;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    width: 50%;
}

.video-modal .close {
    position: absolute;
    right: 0;
    top: -25px;
    padding: 0;
    color: #fff;
    opacity: 1;
    width: 35px;
    margin: 0 0 -10px auto;
}

.document-modal .close {
    padding: 10px;
    color: #fff;
    opacity: 1;
    width: 35px;
    margin: 0 0 10px auto;
}

.contact-details {
    padding-left: 30px;
    margin-bottom: 30px;
}

.contact-details .card {
    border: none;
    padding: 30px 30px 30px 80px;
    background-color: #f7f7f7;
    background-image: url(../images/bg/contact-card.jpg);
    background-attachment: fixed;
    position: relative;
    border-radius: 15px;
}

.contact-details .card:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0069d9;
    opacity: 0.9;
    border-radius: 15px;
}

.contact-details .card-icon {
    width: 100px;
    height: 100px;
    background-color: #0069d9;
    border-radius: 50%;
    position: absolute;
    left: -45px;
    text-align: center;
    font-size: 55px;
    line-height: 95px;
    border: solid 5px #fff;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.contact-details .card-icon i {
    color: #fff;
}

.contact-details .card-content {
    position: relative;
}

.contact-details .card-content h4 {
    color: #fff;
    font-weight: 200;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-details .card-content h3 {
    color: #fff;
    font-weight: bold;
}

.contact-details .card-content i {
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.contact-details .card-content p a {
    color: #fff;
    text-decoration: underline;
}

.social {
    float: none;
    margin: 0;
}

.social ul {
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.social ul li {
    list-style: none;
    margin: 0 8px 8px 0;
    border: none;
}

.social ul li:nth-last-child(1) {
    margin: 0;
}

.social ul li a {
    width: 85px;
    height: 85px;
    color: #006ce8;
    display: inline-block;
    font-size: 40px;
    line-height: 5pc;
    border: 2px solid #147bf2;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}

.social ul li a:hover {
    background-color: #007bff;
    color: #fff;
}


/************* END EXHIBITORS *****************/


/************* START Footer *****************/

footer {
    padding: 80px 0px;
    background: url('../images/footer-bg.jpg');
    position: relative;
    overflow: hidden;
}

footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002b4b;
    opacity: 0.90;
}

.footer-logo img {
    width: 200px;
}

.conference-manager img {
    width: 250px;
}

footer h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    list-style: none;
    margin-bottom: 15px;
}

.footer-links ul li a {
    color: #fff;
}

.icon-dotted-world {
    position: absolute;
    right: -50px;
    top: -50px;
    max-width: 330px;
    opacity: 0.40;
}


/************* END Footer *****************/


/************* START SPONSOR *****************/

.sponsors {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sponsors .col {
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
    border: solid 1px aliceblue;
    transition: 0.5s;
}

.sponsors .sponsor-title {
    color: #000;
    font-weight: bold;
    margin: 0;
    text-align: center;
    display: block;
    padding: 5px;
    font-weight: bold;
}

.sponsors img {
    width: 80%;
}

.sponsors .col:hover {
    box-shadow: none;
}


/************* END SPONSOR *****************/


/************* START ABOUT *****************/

.info-media-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-top: 1px solid #faf0ed;
    border-bottom: 1px solid #faf0ed;
    padding: 23px 0;
    margin-bottom: 40px;
}

.info-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    width: 100%;
}

.info-media_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #cdf;
    color: #002b4b;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
}

.info-media_icon img {
    width: 50%;
}

.info-media_title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.speakers-four_pattern {
    position: absolute;
    right: -540px;
    top: 0;
    width: 1081px;
    height: 1081px;
    background-repeat: no-repeat;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.counter-section {
    background-image: url(../images/bg/counter-bg.jpg);
    position: relative;
    background-attachment: fixed;
}

.counter-section:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0069d9;
    opacity: 0.9;
}

.counter-section .counter-block {
    text-align: center;
}

.counter-section .counter-block .counter-icon {
    width: 65px;
    margin: 0 auto 15px;
}

.counter-section .counter-block .counter-text h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.counter-section .counter-block .counter-text p {
    color: #fff;
    font-size: 23px;
    margin: 0;
}

.counter-section .counter-block .counter-icon img {
    width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.quick-facts .col-lg-4 {
    display: flex;
}

.quick-facts .card {
    padding: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    transition: 0.5s;
}

.quick-facts .card:hover {
    background-color: #0069d9;
}

.quick-facts .card:hover h3 {
    color: #fff;
    transform: scale(1.2);
}

.quick-facts .card:hover p {
    color: #fff;
    transform: scale(1.1);
}

.quick-facts .card h3 {
    display: block;
    font-weight: bold;
    font-size: 48px;
    transition: 0.5s;
}

.quick-facts .card p {
    margin: 0;
    transition: 0.5s;
}


/************* END ABOUT *****************/


/************* START COMMITTEE *****************/

.committee-title {
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
    border: solid 1px aliceblue;
    transition: 0.5s;
    font-weight: bold;
}


/************* END COMMITTEE *****************/


/********* START AGENDA PAGE *************/

.agenda .nav .nav-pills {
    width: 100%;
    display: flex;
}

.agenda .nav-pills .nav-item {
    width: 25%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.agenda .nav-pills .nav-link {
    font-size: 20px;
    font-weight: 700;
    border: 1.4px solid #e9edf4;
    color: #212529;
    padding: 10px 15px;
    width: 100%;
    margin-right: 15px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6fb;
}

.agenda .nav-pills .nav-link span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    background: #cdf;
    border-radius: 15px;
    padding: 1px 10px;
}

.agenda .nav-pills .nav-link.active {
    border: 1px dashed #007bff;
    color: #fff;
    background-color: #007bff;
}

.agenda .nav-pills .nav-link.active span{
    color: #212529;
}

.session-heading {
    padding: 20px;
    background: #002b4b;
    border-radius: 15px;
    position: relative;
}

.session-heading h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.session-heading .add-people {
    position: absolute;
    top: 50%;
    right: 5px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.session-heading .add-people a {
    font-size: 28px;
    color: #fff;
}

.session-heading .add-people a i {
    margin: 0;
    transition: 0.5s;
}

.session-heading .add-people a i:hover {
    transform: scale(1.3);
}

.talk-heading {
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
    background: #007bff;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.talk-heading h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.talk-heading .add-people {
    position: absolute;
    top: 50%;
    right: 5px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.talk-heading .add-people a {
    font-size: 28px;
    color: #fff;
}

.talk-heading .add-people a i {
    margin: 0;
}

.talk-no {
    margin-bottom: 20px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
}

.routine-content {
    margin: 30px 0px;
}

.routine-content .routine-detail {
    border-radius: 25px;
    background-color: #f6f6fb;
    overflow: hidden;
    margin-bottom: 20px;
}

.routine-content .routine-detail:last-child {
    margin-bottom: 0;
}

.routine-content .routine-detail:nth-child(even) .time-detail {
    background-color: rgba(250, 3, 104, 0.7);
}

.routine-content .routine-detail .time-detail {
	margin-bottom: 20px;
    width: 100%;
    display: grid;
    gap: 16px;
}

.routine-content.talk-content .routine-detail .time-detail {
    background-color: #007bff;
}

.routine-content.talk-content .routine-detail .routine-description {
    padding: 40px 0px 0 0;
}

.routine-content .routine-detail .time-detail .time-title {
    position: relative;
	display: flex;
    align-items: center;
}

.routine-content .routine-detail .time-detail .time-title:last-child {
    border: none;
}

.routine-content .routine-detail .time-detail .time-title i {
    font-size: 16px;
    margin-right: 10px;
    transition: 0.5s;
    width: 35px;
    height: 35px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.routine-content .routine-detail .routine-description {
    padding: 30px;
    gap: 32px;
}

.routine-content .routine-detail .routine-description .routine-left{
    width: 25%;
}

.routine-content .routine-detail .routine-description .routine-right{
    width: 75%;
}

.routine-content .routine-detail .routine-description .ch-paragraph {
    margin-bottom: 30px;
}

.routine-content .routine-detail .lecture-image {
    display: flex;
    align-items: center;
}

.routine-content .routine-detail .lecture-image .author-img {
    margin: 10px;
    border-radius: 50%;
    text-align: center;
    height: 60px;
    width: 60px;
    overflow: hidden;
}

.peoples {
    gap: 16px;
    align-items: start;
}

.peoples ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
    list-style: none;
}

.peoples ul li a {
    
    display: flex;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 15px;
}

.peoples ul li img {
    margin-right: 10px;
    width: 40px;
    border-radius: 50%;
}


/********* END AGENDA PAGE *************/


/********* START CALL FOR ABSTRACT PAGE *************/

.important-guidlines {
    background-image: url(../images/map-bg.png);
    background-size: contain;
}

.abstract-topics .col-lg-3 {
    display: flex;
}

.abstract-topics .card {
    width: 100%;
    text-align: center;
}

.submission-rules {
    background-image: url(../images/map-bg.png);
    background-size: contain;
}

.submission-rules h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.submission-rules .card {
    margin-bottom: 30px;
}

.submission-rules table tr td {
    padding: 30px 20px;
}

.selection-criteria .col-lg-6 {
    display: flex;
}

.selection-criteria .card {
    width: 100%;
}

.selection-criteria .card h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.selection-criteria .card span {
    background: #0069d9;
    padding: 8px 15px;
    border-radius: 20px;
    color: #fff;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.selection-criteria .card-body {
    padding: 30px;
}


/********* END CALL FOR ABSTRACT PAGE *************/


/********* START REGISTRATION PAGE *************/

.registration-fees {
    background-image: url(../images/bg/counter-bg.jpg);
    position: relative;
    background-attachment: fixed;
}

.registration-fees:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0069d9;
    opacity: 0.9;
}

.registration-fees table tr td {
    padding: 20px;
}


/********* END REGISTRATION PAGE *************/


/************* START CONTACT *****************/

.contact .col-lg-6 {
    padding: 0 35px;
}

.contact .card {
    border: none;
    padding: 50px 30px 50px 130px;
    background-color: #f7f7f7;
    background-image: url(../images/bg/contact-card.jpg);
    background-attachment: fixed;
    position: relative;
    border-radius: 15px;
}

.contact .card:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0069d9;
    opacity: 0.9;
    border-radius: 15px;
}

.contact .card-icon {
    width: 150px;
    height: 150px;
    background-color: #0069d9;
    border-radius: 50%;
    position: absolute;
    left: -45px;
    text-align: center;
    font-size: 70px;
    line-height: 125px;
    border: solid 10px #fff;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.contact .card-icon i {
    color: #fff;
}

.contact .card-content {
    position: relative;
}

.contact .card-content h4 {
    color: #fff;
    font-weight: 200;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact .card-content h3 {
    color: #fff;
    font-weight: bold;
}

.contact .card-content i {
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.contact .card-content p a {
    color: #fff;
    text-decoration: underline;
}


/************* END CONTACT *****************/


/************* START AFTER LOGIN PAGES CSS *****************/

.lobby {
    height: 100vh;
}

.hall {
    height: 100vh;
}

.video-section {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 75%;
    width: 50%;
}


/************* END AFTER LOGIN PAGES CSS *****************/

.slider {
    width: 100%;
    margin: 0;
}

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-current {
    opacity: 1;
}

.slick-track {
    margin: unset;
}

.slick-prev {
    left: auto;
    right: 55px;
}

.slick-next {
    right: 20px;
}

.slick-prev,
.slick-next {
    top: -45px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.slick-next:before {
    content: '\F138';
    font-family: bootstrap-icons;
}

.slick-prev:before {
    content: '\F12F';
    font-family: bootstrap-icons;
}

.lightbox {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.lightbox .lightbox-content {
    padding: 15px;
}

.lightbox-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.lightbox .gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #002b4b;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 1;
}

.lightbox:hover .gallery-overlay {
    opacity: 0.8;
    visibility: visible;
}

.lightbox:hover .gallery-img img {
    transform: scale(1.1);
}

.lightbox .gallery-icon {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.lightbox .gallery-icon {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.lightbox:hover .gallery-icon {
    opacity: 1;
    visibility: visible;
}

.timer {
    border-radius: 10px;
    position: sticky;
    bottom: 0px;
    text-align: center;
	background: white;
	padding: 10px;
}

.countdown {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown li {
    list-style: none;
    text-align: center;
    padding: 18px 20px;
    background-color: #efeff9;
    margin: 0 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: solid 1px #0069d9;
}

.countdown li span {
    font-weight: 700;
    font-size: 32px;
    color: #002b4b;
    line-height: 1;
}

.countdown p {
    font-size: 13px;
    color: #0069d9;
    margin-bottom: 0;
}

#logincarousel .carousel-caption {
    text-align: right;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#logincarousel .carousel-caption h2 {
    font-size: 80px;
    font-weight: bold;
}

#logincarousel .carousel-caption h2 span {
    color: #8fe2f9
}

#logincarousel .carousel-caption ul {
    padding: 0;
}

#logincarousel .carousel-caption ul li {
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    float: right;
    list-style: none;
}

#logincarousel .carousel-caption ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #fff;
    left: 12px;
    right: 12px;
    top: 13px;
}

#logincarousel .carousel-caption ul li:before:last-child {
    content: none;
}

.file-upload {
    width: 100%;
    position: relative;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.image-title, .image-title-cover {
    display: none;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content, .file-upload-content-cover {
    display: none;
    text-align: center;
}

.file-upload-input, .file-upload-input-cover {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap, .image-upload-wrap-cover {
    margin-top: 5px;
    border: 1px dashed #6c757d;
    position: relative;
    transition: 0.5s;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #0069D9;
    border: 1px dashed #ffffff;
}

.image-dropping,
.image-upload-wrap:hover .drag-text h3 {
    color: #fff;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    padding: 60px 0;
    font-size: 16px;
    color: #6c757d;
}

.file-upload-image {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.remove-image {
    margin: 0;
    color: #fff;
    background: #002b4b;
    border: none;
    padding: 10px;
    border-radius: 50%;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 13px;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.language-select {
    position: absolute;
    right: 30px;
    top: 30px;
}

.customize_sidebar.innerlogin .dropdown-menu a {
    color: #212529 !important;
}

.language-select select.form-control:not([size]):not([multiple]) {
    padding: 4px 10px;
    border-radius: 55px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.talk-chat {
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    right: 20px;
    background-color: #002b4b;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 28px;
    z-index: 99;
    animation: pulse-chat 1.2s infinite;
}

@keyframes pulse-chat {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 105, 217, 0.8);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(0, 105, 217, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 105, 217, 0);
    }
}

.sidebar-wrapper {
    top: 0;
    margin-right: -40%;
    right: 0;
    width: 40%;
    background: rgb(0, 0, 0, 0.9);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 110;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.sidebar-wrapper.active {
    right: 40%;
    width: 40%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.sidebar-wrapper .chat-close {
    position: absolute;
    z-index: 10;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    background: #f5f5f5;
}

.chat-toggle {}

.chat-toggle .message-alert {
    animation: blinker 1s linear infinite;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: -2px;
    left: 0;
    height: 12px;
    width: 12px;
    background: #F00;
    border-radius: 50%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 100vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 55px 15px 15px 15px;
    border-right: 1.5px solid #ccc;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-content .modal-body {
    overflow: auto;
    scrollbar-width: thin;
}

.chat-area .modal-content .modal-body::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: lightgray;
}

.chat-area .modal-content .modal-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    background: gray;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.chat-area .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #efeff9;
    background-clip: padding-box;
    border: 1px solid #efeff9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px 0px 0px 50px;
    height: 45px;
}

.chat-area .search {
    width: 75px;
    background: #0069d9;
    padding: 8px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    height: 45px;
    font-size: 20px;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list .chatterer {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: block;
    float: left;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chat-list p {
    color: #343434;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.chat-list .message-alert {
    animation: blinker 1s linear infinite;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 2px;
    height: 8px;
    width: 8px;
    background: #F00;
    border-radius: 50%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    background: #efeff9;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
    display: inherit;
    position: inherit;
    float: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
    white-space: inherit;
    display: block;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
    text-align: right;
}


/*.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}*/

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 8px 20px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}


/*.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 20px 12px;
    border-color: transparent transparent #0069d9 transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}*/

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 8px 20px;
    background: #0069d9;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    text-align: left;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-left: 0;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px;
    background: #efeff9;
}

.send-box .form-control {
    display: block;
    width: 70%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #002b4b;
    padding: 12px 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 30%;
    margin-left: 1%;
    cursor: pointer;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.chat-profile {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    float: left;
}

.postercategory-card h4 {
    color: #ffffff;
}


/* sdfdsf */

.card.postercategory-card {
    padding: 40px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: none;
    background-image: url(../images/card_bg.png);
    background-color: #0069d9;
    border-radius: 15px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.card.postercategory-card:hover {
    transform: translate(0, 10px);
}

.poster-preview .lightbox-img {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.poster-preview .lightbox {
    margin: 10px 0 0 0;
}

.poster-preview img {
    width: 100%;
}


/*********** OLD PORTAL CSS **********/

.wrapper_registration #sticky-sidebar {
    position: absolute;
}

.wrapper_registration #main_panel.col-lg-9 {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}

.wrapper_registration .btn_success,
.wrapper_registration .btn {
    border: none;
    border-radius: 40px;
}

.modal#payment_popup_modal {
    z-index: 1050;
}

.modal-backdrop {
    z-index: 1040
}

#registrationStepFromOverView .step-name-title a {}


/*********** OLD PORTAL CSS **********/


/*********** OLD PORTAL CSS **********/

.questionstext {
    float: right !important;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 8px 20px;
    background: #efeff9;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
}

.answertext {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 8px 20px;
    background: #0069d9;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 10px;
    text-align: left;
    float: left !important;
}

.question-row {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f8f9fa;
}

.success-message {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px 50px;
    z-index: 20;
}

.success-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.success-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.success-content h3 {
    color: rgb(0, 128, 0);
    font-weight: bold;
}

.session-heading .removestar_agenda i {
    color: #ffc850 !important;
}

.time-detail .removestar_agendatalk i {
    color: #ffc850 !important;
}


.Coming-soon-heading{
  font-size: 40px;
  font-weight: 600;
  color: #002b4b;
}
.Coming-soon-peragraf{
  font-size: 25px;
  font-weight: 300;
  color: #002b4b;
  margin: 0;
}

.countdown {
  position: relative;
  display: flex;
  pointer-events: none;
  user-select: none;
  color: var(--color-1);  
  justify-content: center;
  align-items: center;
}

.countdown > h1 {
  font-size: 1.5em;
  letter-spacing: -0.05em;
  color: #2a2a2a;
}
.countdown > p {
  color: #8a8a8a;
}

.countdown > p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 2em;
}

.countdown > time {
  font-family: Abel;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 2em;
}

.countdown__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.countdown__el {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  position: relative;
}
.countdown__time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 95px;
  width: 110px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.countdown__time .count {
  background: var(--background-count);
  color: #fff;
  display: block;
  font-size: 40px;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: #002b4b;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}

.countdown__time .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.countdown__time .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.1),
    transparent
  );
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #fff;
  /*border-bottom: 1px solid #000;*/
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown__el .countdown__label {
  font-size: 25px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  top: 95px;
  width: 100%;
}

/* Animation start */
.count.currtime.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.count.nexttime.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.flip .count.currtime.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.flip .count.nexttime.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


.social-media li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
.social-media li a  {
   font-size: 18px;
  width: 42px;
  height: 42px;
  background-color: transparent;
  border: solid 2px #0069d9;
  padding: 4px;
  border-radius: 50%;
  display: inline-block;
  color: #000;
  text-align: center;
  transition: 0.5s;;
}
.social-media li img :hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.bg{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.heading td strong{
	font-size: 22px;
}
.sent-email-listing table tr td{
	vertical-align: middle;
	padding: 10px;
}
.sent-email-listing table {
  margin-bottom: 0;
}

.tagify--noTags.required {
    border: 1px solid red;
}

._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0 20px 20px 20px;
    width: 100%;
    text-align: center;
    border-bottom: solid 4px #0069d9;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: bold;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}


.success-animation { margin:10px 0 20px 0;}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

select.form-control:not([size]):not([multiple]){
	height: calc(3.25rem + 2px);
  	border-radius: 5px;
}

.myCertificate form .row{
	margin-bottom:40px;
}

.myCertificate h5{
	font-weight: bold;
}

.myCertificate form .row:last-child{
	margin-bottom:0;
}

.myCertificate .btn{
	margin-top: 30px;
}

.radio-list {
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
  margin: 0;
  row-gap: 20px;
}

.radio-button{
    position: relative;
}

.radio-button input[type=radio]{
    margin: auto;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-button label{
    font-size: 17px;
    font-weight: 500;
    padding: 0 0 0 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
	margin: 0;
}

.radio-button label:before,
.radio-button label:after{
    content: "";
    background: #e1e6ff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .4s;
}

.radio-button input[type=radio]:checked+label:before{ background: #09589a; }

.radio-button input[type=radio]:checked+label:after{
    background: #fff;
    transform: translateY(-50%) scale(0.5);
}

.radio-button input[type=radio]:checked + label {
    color: #09589a; /* New color when selected */
}

.checkbox-list {
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 50px;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 20px;
}

.checkbox-button {
    position: relative;
}

.checkbox-button input[type=checkbox] {
    margin: auto;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-button label {
    font-size: 17px;
    font-weight: 500;
    padding: 0 0 0 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0;
}

.checkbox-button label:before,
.checkbox-button label:after {
    content: "";
    background: #e1e6ff;
    width: 28px;
    height: 28px;
    border-radius: 4px; /* Change from circle to square for checkboxes */
    transform: translateY(-50%);
    position: absolute;    
    left: 0;
    transition: all .4s;
}

.checkbox-button input[type=checkbox]:checked + label:before {
    background: #09589a;
}

.checkbox-button input[type=checkbox]:checked + label:after {
    background: #fff;
    transform: translateY(-50%) scale(0.6);
    clip-path: polygon(14% 44%, 32% 62%, 72% 22%, 82% 32%, 32% 82%, 4% 54%);
	margin-top: 13px;
	margin-left: 2px
}

.checkbox-button input[type=checkbox]:checked + label {
    color: #09589a; /* New color when selected */
}

#dataCertificateEvaluationMessage {
  text-align: center;
  font-size: 20px;
  color: red;
  padding-top: 20px;
  margin-bottom: 0;
}

#downloadCertificateEvaluationMessage{
  text-align: center;
  font-size: 30px;
  color: green;
  padding-top: 20px;
  margin-bottom: 0;
}



/********************************************/


.meeting-list .card{
	border-radius: 15px;
}
.meeting-list .card .card-body h4{
	margin-bottom: 35px;
}
.meeting-list ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.meeting-list ul li{
	list-style: none;
	display: flex;
	align-items: start;
}

.meeting-list ul li .meetinglabel{
	color: #cac4c4;
	min-width: 20%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.meeting-list ul li .meetingcontent{
	min-width: 80%;
}

.meeting-list ul li .meetinglabel i{
	font-size: 20px;
}

.meeting-list .meeting-textarea{
	resize: none;
	scrollbar-width: thin;
	min-height: 51px;
} 

.timeslots{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.timeslots .slot{
	background-color: #efeff9 !important;
  	border-color: #efeff9 !important;
}

.timeslots .slot:hover{
	background-color: #efeff9 !important;
  	border-color: #efeff9 !important;
}

.timeslots .slot.selected{
	background-color: #0069d9 !important;
	border-color: #0069d9 !important;
	color: #fff !important;
}

.schedule-tab .nav-tabs{
    border-bottom:0px;
	flex-direction: unset;
	gap:0;
	justify-content: center;
	margin-bottom:25px;
}
.schedule-tab .nav-tabs li{
    border-right:1px solid #ddd;
}
.schedule-tab .nav-tabs li:last-child{
    border-right:0px solid #ddd;
}
.schedule-tab .nav-tabs li:first-child a{
    border-left:1px solid #ddd;
}
.schedule-tab .nav-tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #868686;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    margin-right: -1px;
    padding: 8px 20px; /* Updated padding */
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.schedule-tab .nav-tabs li:first-child a{
    border-radius: 20px 0 0 20px;
}
.schedule-tab .nav-tabs li:last-child a{
    border-radius: 0 20px 20px 0;
    border-right:1px solid #d3d3d3;
}
.schedule-tab .nav-tabs li a:hover{
    background:#eee;
}
.schedule-tab .nav-tabs li a:hover:before{
    border-left: 15px solid #eee;
}
.schedule-tab .nav-tabs li.active a:after,
.schedule-tab .nav-tabs li a:after{
    content:"";
    border-left: 17px solid #002b4b;
    border-top: calc(50% - 8.5px) solid transparent; /* Dynamic top */
    border-bottom: calc(50% - 8.5px) solid transparent; /* Dynamic bottom */
    position: absolute;
    top: 0;
    right: -17px;
    z-index:1;
}
.schedule-tab .nav-tabs li a:after{
    border-left: 17px solid #d3d3d3;
}
.schedule-tab .nav-tabs li.active a:before{
    border-left: 17px solid #002b4b;
}
.schedule-tab .nav-tabs li a:before{
    border-bottom: calc(50% - 7.5px) solid rgba(0, 0, 0, 0); /* Dynamic bottom */
    border-left: 15px solid #fff;
    border-top: calc(50% - 7.5px) solid rgba(0, 0, 0, 0); /* Dynamic top */
    content: "";
    position: absolute;
    right: -15px;
    top: 2px;
    z-index: 2;
}
.schedule-tab .nav-tabs li.active > a,
.schedule-tab .nav-tabs > li.active > a:focus,
.schedule-tab .nav-tabs > li.active > a:hover {
    border: none;
    color: #fff;
    background: #002b4b;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.schedule-tab .nav-tabs li a input[type="radio"] {
    margin-right: 10px;
    accent-color: #002b4b; /* Custom radio button color */
    cursor: pointer;
    transform: scale(1.2); /* Slightly larger size */
}
.schedule-tab .nav-tabs li a span {
    width:25px;
	height: 25px;
	border: solid 2px #ccc;
	border-radius: 50%;
	margin-right: 10px;
	position:relative;
}
.schedule-tab .nav-tabs li.active a span{
	border-color: #87DB6A;
	background-color: #87DB6A;
}
.schedule-tab .nav-tabs li.active a span::after{
	content: '';
	position: absolute;
	width: 2px;
	height: 7px;
	background-color: #ffffff;
	transform: rotate(-49deg);
	top: 10px;
	left: 6px;
}
.schedule-tab .nav-tabs li.active a span::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	background-color: #ffffff;
	transform: rotate(35deg);
	top: 4px;
	left: 12px;
}
.schedule-tab .nav-tabs li.active a input[type="radio"]:checked + span {
    color: #fff; /* Ensure text matches active background */
}

.schedule-tab .nav-tabs li:last-child.active a:after,
.schedule-tab .nav-tabs li:last-child a:after{
    border: none;
}
.schedule-tab .nav-tabs li:last-child a:after,
.schedule-tab .nav-tabs li:last-child a:hover:before,
.schedule-tab .nav-tabs li:last-child.active a:before,
.schedule-tab .nav-tabs li:last-child a:before{
    border-left: none;
}
.schedule-tab .schedule-tab-content{
    margin-top:2%;
    font-size: 14px;
    border: 1px solid #fff;
}

#background_videoplaybutton{
	position: fixed;
	bottom: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.5);
	width: 50px;
	height: 50px;
	border-radius: 15px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#background_videoplaybutton .videosoundonoff{
	line-height: 0;
}

.speakers-details-area .single-speaker ul{
	padding:0;
	margin: 0;
	padding-top:30px;
	display: flex;
	justify-content: center;
	gap:10px;
}
.speakers-details-area .single-speaker ul li{
	list-style: none;
}

.speakers-details-area .single-speaker ul li a{
	font-size: 24px;
	background: #007bff;
	width: 40px;
	height: 40px;
	text-align: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
}

.speakers-details-area .speaker-thumbnail{
	padding: 0;
	margin: 0 auto;
}

.speakers-details-area .single-speaker .speaker-thumbnail .add-people{
	position: unset;
}