/**************************************************
* Root|Body
**************************************************/
*{
  font-family: 'Poppins', sans-serif;
}


/**************************************************
* Register|Login Page
**************************************************/

.main{
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.login-wrapper {
  background: url(../img/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.form-wrapper{
  border-radius: 19px;
  border: 2px solid #0083FD;
  background: rgba(255, 255, 255, 0.83);
  padding: 30px;
}
.form-wrapper h4{
  margin-top: 40px;
  margin-bottom: 40px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.btn-form, .btn-poll{
  border-radius: 6px;
  color: #fff;
  background-color: #ff302e;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 15px;
}
.btn-form:hover , .btn-poll:hover, .btn-form:focus, .btn-poll:focus{
  background-color: #09072E ;
  color: #fff;
}


.form-btn-wrap p > a{
  text-decoration: none;
  color: #ff302e;
}
/**************************************************
* Header Page
**************************************************/
.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 0px;
}
.btn-logout {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #ff302e;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  justify-content: center;
  transition: all ease-in .3s;
}
.btn-logout:hover, .btn-logout:focus{
  color: #fff;
  background-color: #41464b;
}
/**************************************************
* Lobyy Page
**************************************************/
.content{
  position: relative;
  height: 100vh;
  width: 100wh;
}
.image-map img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.image-links a {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.image-links a:before {
  content: '';
  background: rgb(255, 0, 0);
  border-radius: 50%;
  margin: 0px 10px;
  height: 12px;
  width: 12px;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  transform: scale(1);
  animation: pulse 1.5s infinite;
  display: inline-block;
}

@keyframes pulse {
    0% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.image-links .audi-link1 {top: 63.2%;left: 43.8%;}
.image-links .audi-link2 {top: 63.2%;left: 48.5%;}
.image-links .audi-link3 {top: 63.2%;left: 53.2%;}
.image-links .networking-link {top: 50.2%;left: 14.8%;}
.image-links .exhibiton-link {top: 50.2%;left: 82.5%;}
.image-links .game-zone-link {top: 62.2%;left: 62.2%;}
.image-links .photobooth-link {top: 62.2%;left: 34.8%;}
.image-links .helpdesk-link {top: 85%;left: 50%;}



/*******************************************
* HELPDESK
*******************************************/
#chat2 .form-control {
  border-color: transparent;
}

#chat2 .form-control:focus {
  border-color: transparent;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

/*******************************************
* NAVBAR
*******************************************/
#navbarBottom {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 999;
  background: rgb(255,48,46);
  background: linear-gradient(0deg, rgba(255,48,46,1) 0%, rgba(15,0,61,1) 100%);
  color: #000;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#navbarBottom.active {
  left: 0;
}
.navbarBottomBtn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #ff302e;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
}
.navbarBottomBtn span {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
  z-index: 98;
  border-radius: 30px;
}
.navbarBottomBtn span:before, .navbarBottomBtn span:after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #fff;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
  border-radius: 30px;
  left: 0;
}
.navbarBottomBtn span:before {
  width: 15px;
  margin: -8px 0 0 0;
}
.navbarBottomBtn span:after {
  width: 20px;
  margin: 8px 0 0 0;
}
#dismissMenubar {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #ff302e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 0px;
  display: inline-block;
  border-radius: 10px;
}

#dismissMenubar:hover {
  background: #41464b;
  color: #fff;
}
#dismissMenubar i{
  font-size: 20px;
  line-height: 35px;
}
.navbarBottom-header {
  padding: 10px 20px;
  border-bottom: .5px solid #333;
  display: flex;
  justify-content: space-between;
}
.navbarBottom-header  h3 {
font-size: 20px;
margin-bottom: 0px;
color: #ccc;
}
.navbarBottom-body {
  height: 100%;
  padding-bottom: 80px;
}
.navbarBottom-body  ul{
  padding: 15px;
}   
.navbarBottom-body ul > li > a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 10px 15px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 5px;
}
.navbarBottom-body  ul > li > a:hover, .navbarBottom-body  ul > li > a:focus {
  background-color: #fff;
  color: #0f003d;
  transition: all .3s;
}
.navbarBottom-body  ul > li > a > i{
  display: none;
}

.navbarBottom-body ul.dropdown-menu > li > a {
    background-color: #ff302e;
    padding: 5px 15px;
    border-radius: 6px;
}
.navbarBottom-body ul.dropdown-menu {
  padding: 5px 5px 0 5px;
  width: 100%;
}
/*******************************************
* Auditorium
*******************************************/
.emoticon-wrapper {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}

.emoticon-wrapper button {
  font-size: 24px;
  background-color: #ff302e;
  border: 1px solid #ff302e;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fff;
}
.audi-sidebar {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
.audi-sidebar button {
  font-size: 16px;
  border: 1px solid #ff302e;
  background-color: #ff302e;
  display: block;
  min-width: 150px;
  border-radius: 10px;
  padding: 12px 10px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in;
}
.video-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
}
.audi1 .video-wrapper {
  top: 44.2%;
  left: 48.4%;
  width: 28.2%;
  height: 35%;
}
.audi2 .video-wrapper {
  top: 48.8%;
  left: 50.8%;
  width: 30.4%;
  height: 37.8%;
}
.audi3 .video-wrapper {
  top: 46.5%;
  left: 49.9%;
  width: 28.4%;
  height: 36%;
}


.reaction-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.heart {
  position: absolute;
  z-index: 9;
  background: url('../img/icons/heart.png') no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: fly 4s forwards;
}
.like{
  position: absolute;
  z-index: 9;
  background: url('../img/icons/like.png') no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: fly 4s forwards;
}

@keyframes fly {
  0% {
      transform: translateY(10vh) scale(1);
      opacity: 1;
  }
  100% {
      transform: translateY(-90vh) scale(0.5);
      opacity: 0;
  }
}
/*******************************************
* Tabel Styling
*******************************************/
table tr > td, table tr > th{
  vertical-align: middle;
}


/*******************************************
* Poll Sidebar : Ask Question Sidebar
*******************************************/
.popup-sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  z-index: 999;
  background: rgb(255,48,46);
  background: linear-gradient(0deg, rgba(255,48,46,1) 0%, rgba(15,0,61,1) 100%);
  color: #000;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.popup-sidebar.active {
  right: 0;
}

.dismiss-popup-sidebar {
  width: 35px;
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  background: #ff302e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ccc;
  padding: 0px;
  display: inline-block;
  border-radius: 10px;
}

.dismiss-popup-sidebar:hover {
  background: #41464b;
  color: #fff;
}
.popup-sidebar-header {
  padding: 10px 20px;
  border-bottom: .5px solid #333;
  display: flex;
  justify-content: space-between;
}
.popup-sidebar-header  h3 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #ccc;
}
.popup-sidebar-body {
  height: 100%;
  padding-bottom: 80px;
}

.question-form{
  padding: 30px;
}
.question-form label.error{
  color: red;
}
.btn-submit{
  border-radius: 30px;
  color: #fff;
  background-color: #ff302e;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 15px;
}
.btn-submit:hover{
  color: #fff;
}
.question-result {
  padding: 30px;
  max-height: calc(100vh - 300px);
  background-color: #ddd;
}

.poll-result {
  padding: 20px;
}
.poll-progress .progress {
  position: relative;
  align-items: center;
  height: 24px;
  border-radius: 30px;
}
.poll-progress .progress:not(:last-child){
  margin-bottom: 15px;
}
.progress-bar {
  background-color: #000000;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.poll-progress .progress p {
  position: absolute;
  margin: 0;
  color: #fff;
  padding-left: 10px;
}
.poll-progress .progress span{
  position: absolute;
  right: 5px;
  color:#000;
}
.poll-progress{
  border-radius: 0px 0px 10px 10px;
}
.poll-question {
  margin-bottom: 30px;
}
.poll-question h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

.poll-form .form-check {
  min-height: 1.5rem;
  padding-left: 2em;
  margin-bottom: .25rem;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.poll-form .form-check .form-check-label{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  padding-left: 10px;
  cursor: pointer;
}
.poll-form .form-check-input {
  width: 1.3em;
  height: 1.3em;
  margin-top: .2em;
  border: 1px solid rgba(0,0,0,.25);
}
.poll-form .form-check:hover{
  background-color: #ddd;
  cursor: pointer;
}

.poll-form .form-check-input:checked {
  background-color: #ff302e;
  border-color: #ff302e;
}
/*******************************************
* Game Zone
*******************************************/
.image-links .gz1-link {top: 63.2%;left: 25.8%;}
.image-links .gz2-link {top: 63.2%;left: 42.5%;}
.image-links .gz3-link {top: 63.2%;left: 59.2%;}
.image-links .gz4-link {top: 63.2%;right: 19.8%;}


/**************************************************
*Sponsor Page
**************************************************/
.image-links .sponsor-link1 {top: 45%;left: 11.8%;}
.image-links .sponsor-link2 {top: 45.2%;left: 28.8%;}
.image-links .sponsor-link3 {top: 45.2%;left: 44.8%;}
.image-links .sponsor-link4 {top: 45.2%;right: 34.8%;}
.image-links .sponsor-link5 {top: 43.2%;right: 20.8%;}
.image-links .sponsor-link6 {top: 45%;right: 7%;}

.close-chat {
  position: absolute;
  right: 0px;
  top: -41px;
  background: #ff302e;
  color: #fff;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  border: 1px solid #ff302e;
  outline: none;
}



/**************************************************
*Networking Lounge Page
**************************************************/
.image-links .networking-lounge1 {top: 46%;left: 48.8%;}


/*----------------------------------------------------------------
#--------------- AGENDA TIMELINE ------------------------------------
----------------------------------------------------------------*/
.timeline {
  margin: 30px auto;
  position: relative;
  max-width: 46em;
  padding: 0;
  list-style: none;
}
.timeline:before {
background-color: #ff302e;
content: '';
margin-left: -1px;
position: absolute;
top: 0;
left: 2em;
width: 2px;
height: 100%;
}

.timeline-event {
position: relative;
}
.timeline-event:hover .timeline-event-icon {
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
background-color: #a83279;
}
.timeline-event:hover .timeline-event-thumbnail {
-moz-box-shadow: inset 40em 0 0 0 #a83279;
-webkit-box-shadow: inset 40em 0 0 0 #a83279;
box-shadow: inset 40em 0 0 0 #a83279;
}

.timeline-event-copy {
padding: 30px 0px 0px 0px;
position: relative;
top: -1.875em;
left: 4em;
width: 80%;
}
.timeline-event-copy h3 {
font-size: 26px;
}
.timeline-event-copy h4 {
font-size: 22px;
margin-bottom: 26px;
}
.timeline-event-copy strong {
font-weight: 700;
}
.timeline-event-icon {
-moz-transition: -moz-transform 0.2s ease-in;
-o-transition: -o-transform 0.2s ease-in;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #ff302e;
outline: 10px solid white;
display: block;
margin: 0.5em 0.5em 0.5em -0.5em;
position: absolute;
top: 0;
left: 2em;
width: 1em;
height: 1em;
}
.timeline-event-thumbnail {
-moz-transition: box-shadow 0.5s ease-in 0.1s;
-o-transition: box-shadow 0.5s ease-in 0.1s;
-webkit-transition: box-shadow 0.5s ease-in;
-webkit-transition-delay: 0.1s;
transition: box-shadow 0.5s ease-in 0.1s;
color: white;
font-size: 16px;
background-color: #ff302e;
-moz-box-shadow: inset 0 0 0 0em #ef795a;
-webkit-box-shadow: inset 0 0 0 0em #ef795a;
box-shadow: inset 0 0 0 0em #ef795a;
display: inline-block;
margin-bottom: 1.2em;
padding: 0.25em 1em 0.2em 1em;
}

/*----------------------------------------------------------------
#-------------------- Walkthrough --------------------------------
----------------------------------------------------------------*/
.walkthrough {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.walkthrough video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.skip-btn {
  position: absolute;
  bottom: 50px;
  right: 0px;
}
.skip-btn a{
  background-color: #ff302e;
  padding: 8px 30px;
  color: #fff;
}

/*----------------------------------------------------------------
#-------------------- Photobooth --------------------------------
----------------------------------------------------------------*/
.photobooth-popup {
  position: absolute;
  z-index: 99;
  display: inline-block;
  top: 56%;
  left: 51.8%;
  width: 9%;
  height: 11%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.photobooth-popup:before {
  content: '';
  background: rgb(255, 0, 0);
  border-radius: 50%;
  margin: 0px 10px;
  height: 12px;
  width: 12px;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  transform: scale(1);
  animation: pulse 1.5s infinite;
  display: inline-block;
  position: absolute;
  left: 39.5%;
  top: 27%;
  transform: translate(-50%, -50%);
}

.selfie-template {
  position: relative;
}
#selfie_camera {
  position: absolute;
  top: 48%;
  left: 54.2%;
  width: 38%;
  transform: translate(-50%, -50%);
}

#selfie_camera video, #selfie_camera canvas {
  width: 100%;
  object-fit: contain;
}

/*****************************************************
# CHAT APP
*******************************************************/

#chatBox .form-control {
  border-color: transparent;
  }
  
  #chatBox .form-control:focus {
  border-color: transparent;
  box-shadow: inset 0px 0px 0px 1px transparent;
  }
  
  #chatBox .divider:after,
  #chatBox .divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
  }

  .message {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-top: 10px;
}
.message.right-message{
  justify-content: end;
}
.message.left-message{
  justify-content: start;
}
.message-body .message-text {
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 10px;
  padding: 6px 6px;
  color: #fff;
}
.right-message .message-body .message-text {
  margin-right: 15px;
  background-color: #a83279;
}
.left-message .message-body .message-text {
  margin-left: 15px;
  background-color: #007bff;;
}
.right-message .message-body .message-date, .left-message .message-body .message-date{
  font-size: 12px;
  margin-bottom: 0px;
}
.left-message .message-body .message-date{
  display: flex;
  justify-content: end;
}
.left-message .avatar-initials{
  background-color: #ef795a;
}
.right-message .avatar-initials{
  background-color: #09072E;
}
.avatar-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.chat-user-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chat-user-list li{
  margin-bottom: 15px;
}
.chat-user-list li > a {
  text-decoration: none;
  color: #09072E;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-user-list li > a:hover{
  color: #ef795a;
}
.online-marker{
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-flex;
  border-radius: 50px;
}


/*Announcement*/
#announcement div {
  position: fixed;
  top: 0;
  left: 15%;
  width: 70%;
  background: rgba(0,0,0,.5);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
}


/******************************************************
# SHARE CARD 
******************************************************/
.image-links.stall1 .sponsor-brochure-link {
  top: 55%;
  left: 39%;
}
.image-links.stall1 .sponsor-resource-link {
  top: 63%;
  left: 39%;
}
.image-links.stall1 .sponsor-chat-link {
  top: 70%;
  left: 39%;
}
.image-links.stall1 .sponsor-contact-link {
  top: 78%;
  left: 39%;
}

.image-links.stall2 .sponsor-brochure-link {
  top: 56%;
  left: 49%;
}
.image-links.stall2 .sponsor-resource-link {
  top: 63%;
  left: 49%;
}
.image-links.stall2 .sponsor-chat-link {
  top: 55.6%;
  left: 53.7%;
}
.image-links.stall2 .sponsor-contact-link {
  top: 62%;
  left: 53.8%;
}
.share-card-wrapper  .nav-pills  .nav-item{
  width: 50%;
}
.share-card-wrapper  .nav-pills .nav-link {
  background-color: #a83279;
  color: #fff;
  border: 0;
  border-radius: .25rem;
  width: 100%;
}
.share-card-wrapper .nav-pills .nav-link.active, .share-card-wrapper .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #09072E;
}
.share-card-wrapper .tab-content {
  background: transparent;
}
.share-card-list{
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
.share-card-list li{
  background-color: #09072E;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.share-card-list li:not(:last-child){
  margin-bottom: 5px;
}
.share-card-list li form{
  width: 100%;
}
.download-card-btn{
  background-color: #ff302e;
  border: 1px solid #ff302e;
  padding: 6px 15px;
  border-radius: 10px;
  color: #fff;
}
/******************************************************
# Models
******************************************************/
.modal-primary .modal-content {
  background-color: #09072E;
  color: #fff;
  border-radius: 30px;
  padding: 5px;
}
.modal-primary .modal-title{
  color: #AAABAF;
}
.modal-primary .modal-body {
  border-radius: 25px;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #444444;
}
.modal-action{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.modal-primary .modal-action .modal-close {
  border: none;
  background: transparent;
  font-size: 24px;
  color: #AAABAF;
}



.modal-secondary .modal-content {
  background-color: #fff;
  color: #fff;
  border-radius: 30px;
  padding: 5px;
}
.modal-secondary .modal-title{
  color: #ffffff;
}
.modal-secondary .modal-action .modal-close{
  border: none;
  background: transparent;
  font-size: 24px;
  color: #1b1b1b;
}
.modal-secondary .modal-body {
  border-radius: 25px;
  padding: 15px;
  background: rgb(255,48,46);
  background: linear-gradient(180deg, rgba(255,48,46,1) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid #AAABAF;
}
/******************************************************
# Brochure
******************************************************/
.brochure-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.brochure-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #AAABAF;
  color: #1b1b1b;
  border-radius: 15px;
  padding: 5px 5px 5px 15px;
}
.brochure-list li:not(:last-child){
  margin-bottom: 5px;
}
.brochure-list li a {
  background-color: #1b1b1b;
  color: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/******************************************************
# Brochure
******************************************************/
.resource-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.resource-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #AAABAF;
  color: #1b1b1b;
  border-radius: 15px;
  padding: 5px 5px 5px 15px;
}
.resource-list li:not(:last-child){
  margin-bottom: 5px;
}
.resource-list li a {
  background-color: #1b1b1b;
  color: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------------------
# --------------------------------- CHATBOX --------------------------------
--------------------------------------------------------------------------*/
.user-chatbox {
  position: absolute;
  right: 40px;
  bottom: 100px;
  transition: all 0.4s;
  border-radius: 16px;
}

.user-chatbox iframe {
  height: 450px;
  width: 350px;
  border: none; /* Remove default border */
  border-radius: 16px;
  box-shadow: none; /* Remove shadow for iframe */
}

/* Webkit Browsers */
.user-chatboxiframe::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Webkit browsers like Chrome, Safari */
}

/* Firefox */
.user-chatbox iframe {
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}
.chat-btn {
  position: absolute;
  right: 40px;
  bottom: 50px;
  cursor: pointer;
}
.chat-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  border: none
}
.chat-btn i{
  transition: all 0.4s;
}
