.js-fxm-custom-modal .modal-dialog .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.js-fxm-custom-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  height: 40px;
}

.js-fxm-custom-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 36px;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 675px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 480px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 340px;
  }
}

@media (min-width: 992px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 810px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 540px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 360px;
  }
}

@media (min-width: 1200px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 900px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 600px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 400px;
  }
}

.is-mobile,
.is-tablet,
.is-desktop {
  float: left;
}

@media only screen and (min-width: 992px) {
  .is-desktop {
    display: block;
  }
  .is-mobile,
  .is-tablet {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .is-tablet {
    display: block;
  }
  .is-mobile,
  .is-desktop {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .is-mobile {
    display: block;
  }
  .is-tablet,
  .is-desktop {
    display: none;
  }
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/robotoroboto-v20-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto/roboto-v20-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v20-latin-100.woff2") format("woff2"), url("../fonts/roboto/roboto-v20-latin-100.woff") format("woff"), url("../fonts/roboto/roboto-v20-latin-100.ttf") format("truetype"), url("../fonts/roboto/roboto-v20-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v20-latin-300.woff") format("woff"), url("../fonts/roboto/roboto-v20-latin-300.ttf") format("truetype"), url("../fonts/roboto/roboto-v20-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto/roboto-v20-latin-500.woff") format("woff"), url("../fonts/roboto/roboto-v20-latin-500.ttf") format("truetype"), url("../fonts/roboto/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 300;
}

iframe {
  border: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.75);
}

video {
  width: 100%;
  height: auto;
  border: 0;
}

h1 {
  font-family: Roboto;
  font-weight: 100;
}

.iframe-canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin: 0px auto;
  cursor: default;
  padding-top: 50px;
  padding-bottom: 83px;
}

.jitsi-holder {
  position: absolute;
  z-index: 110000;
  display: none;
  width: 585px;
  height: 100vh;
  right: 0;
}

@media (max-width: 991px) {
  .jitsi-holder {
    width: 100%;
  }
}

.jitsi-holder.active {
  display: block;
}

.jitsi-holder .toggle-buttons {
  position: absolute;
  bottom: 2%;
  left: -15px;
  width: 125px;
  text-align: right;
  z-index: 4;
  max-height: 120px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.jitsi-holder .toggle-buttons .btn {
  margin: 5px 0px;
}

@media (max-width: 767px) {
  .jitsi-holder .toggle-buttons {
    left: 0;
  }
}

.jitsi-holder .btn-minimize {
  display: none;
}

.jitsi-holder.is-fullscreen {
  width: 100%;
}

.jitsi-holder.is-fullscreen .toggle-buttons {
  bottom: unset;
  right: unset;
  top: 11%;
  text-align: left;
  left: 30px;
  width: 264px;
}

.jitsi-holder.is-fullscreen .btn-minimize {
  display: inline-block;
}

.jitsi-holder.is-fullscreen .btn-fullscreen {
  display: none;
}

.jitsi-holder.is-fullscreen .jitsi-iframe {
  width: 100%;
}

.jitsi-holder .jitsi-iframe {
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 585px;
  -webkit-transition: width 0.5s linear 0s;
  transition: width 0.5s linear 0s;
}

@media (max-width: 991px) {
  .jitsi-holder .jitsi-iframe {
    width: 100%;
  }
}

.jitsi-holder .iframe-holder {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .jitsi-holder .btn-minimize, .jitsi-holder .btn-fullscreen {
    display: none;
  }
}

.countdown-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1045;
  opacity: 1;
  background-color: #333;
  background-position: center;
  text-align: center;
  color: #fff;
  font-family: Roboto;
}

.countdown-container.closed {
  display: none;
  opacity: 0;
}

.box-header h1 {
  margin-top: 4%;
  font-size: 5em;
  font-weight: lighter;
}

@media (max-width: 767px) {
  .box-header h1 {
    font-size: 3em;
  }
}

.box-countdown {
  background-color: #970907;
  height: 100%;
  padding-top: 15px;
}

.box-countdown .countdown {
  position: relative;
  margin-bottom: 30px;
}

.box-countdown h5 {
  font-weight: lighter;
  text-transform: uppercase;
}

.box-countdown p {
  font-size: 5em;
  display: inline-block;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .box-countdown p {
    font-size: 3em;
  }
}

.box-countdown p span {
  position: absolute;
  font-size: 0.3em;
  bottom: -20px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.box-countdown p:not(:last-child)::after {
  content: ":";
  font-size: 1em;
  right: 0;
  position: absolute;
  display: inline-block;
}

.btn-custom {
  background-color: rgba(231, 222, 222, 0.466);
  border: solid 1px white;
  border-radius: 20px;
}

.btn-custom .icon-row {
  display: inline-block;
  width: 25px;
  height: 27px;
  vertical-align: middle;
  margin: auto;
  margin-left: 10px;
}

.icon-row {
  display: block;
  width: 51px;
  height: 56px;
  margin: 15px auto;
  background-image: url("../images/icons/2_03.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 1;
  background-color: #333;
  background-image: url("../images/landingbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding-top: 5%;
}

.splash.closed {
  display: none;
  opacity: 0;
}

.splash span {
  font-size: 1.5em;
  letter-spacing: 3px;
}

.splash h1 {
  font-size: 5em;
  font-family: Roboto;
  font-weight: 100;
  letter-spacing: 15px;
}

@media (max-width: 767px) {
  .splash h1 {
    font-size: 2.5em;
  }
}

.splash .enter-booth {
  display: block;
  width: 51px;
  height: 56px;
  margin: 15px auto;
  background-image: url("../images/icons/2_03.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.fade-out {
  opacity: 0;
  -webkit-animation: fadeOut 1s ease-in forwards;
          animation: fadeOut 1s ease-in forwards;
}

.box-room-activity {
  position: absolute;
  width: 400px;
  height: 100%;
  max-height: 315px;
  z-index: 1;
  bottom: 23%;
  left: 20px;
}

.list-room {
  padding-top: 20px;
  padding-left: 0;
}

.list-room .item-room {
  margin: 10px 0;
  color: white;
  list-style-type: none;
}

.list-room .item-room .room-active {
  background: #970907;
  height: 50px;
  width: 100%;
  max-width: 200px;
  display: inline-block;
}

.list-room .item-room .room-active p {
  line-height: 3;
  display: inline-block;
}

.list-room .item-room i.fas, .list-room .item-room [data-fa-i2svg] {
  font-size: 50px;
}

.list-room .item-room i.fas.fa-user-tie, .list-room .item-room [data-fa-i2svg].fa-user-tie {
  padding: 10px;
  float: left;
}

.list-room .item-room i.fas.fa-star, .list-room .item-room [data-fa-i2svg].fa-star {
  margin-top: 10px;
  padding: 5px;
  font-size: 30px;
  float: left;
}

.box-btn-room {
  position: absolute;
  color: white;
  width: 150px;
  height: auto;
  z-index: 1;
  bottom: 17.5%;
  left: -27px;
}

@media screen and (max-width: 991px) {
  .box-btn-room {
    left: 0;
  }
}

.room-notif {
  width: 100px;
  margin: auto 10 [x];
  display: inline-block;
  background: #00bfb6;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-family: arial;
  position: relative;
}

.room-notif:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 6px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 6px solid #00bfb6;
  border-bottom: 10px solid transparent;
  left: 10px;
  bottom: -14px;
}

.rating {
  float: right;
  width: 100px;
}

.exhibition-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  opacity: 1;
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  overflow-y: auto;
}

.container-layout {
  width: 100%;
}

.container-layout h1 {
  color: #fff;
  font-family: Roboto;
  font-weight: lighter;
  font-size: 3em;
}

.container-layout[order-by="planning"] .box-items .item {
  width: 350px;
  background-color: #f7f7f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-layout[order-by="planning"] .box-items .item {
    width: 340px;
  }
}

.container-layout[order-by="planning"] .box-items .item img {
  max-height: 100%;
  width: auto;
}

.container-layout[order-by="companies"] .box-items .item {
  width: 220px;
  background-color: #f7f7f7;
}

.btn.btn-layouting, .btn.btn-close {
  margin-top: 20px;
  float: right;
  background-color: #202020;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.btn-layouting:hover, .btn.btn-layouting:active, .btn.btn-layouting:focus, .btn.btn-close:hover, .btn.btn-close:active, .btn.btn-close:focus {
  color: #737373;
}

.btn.btn-interactive-default {
  background: #202020;
  border-radius: 18px;
  color: #fff;
  padding-left: 30px;
  padding: 10px 30px;
}

.btn.btn-interactive-default:hover {
  background: #970907;
}

.btn.btn-close {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.btn.btn-room {
  border-radius: 30px;
  padding: 9px 14px;
  color: white;
  background-color: brown;
}

.js-group-meet .toggle-buttons {
  top: 12%;
  left: -140px;
  width: 140px;
}

@media (max-width: 767px) {
  .js-group-meet .toggle-buttons {
    left: 0;
    width: 60px;
  }
}

@media (max-width: 767px) {
  .js-group-meet .btn span {
    display: none;
  }
}

.js-group-meet .btn.btn-interactive-default {
  background: #970907;
  border-radius: 0;
  color: #fff;
  padding: 10px 30px;
  margin-top: 5px;
  width: 140px;
}

@media (max-width: 767px) {
  .js-group-meet .btn.btn-interactive-default {
    width: 60px;
    padding: 10px 15px;
  }
}

.js-group-meet .btn.btn-interactive-default:hover {
  background: #800604;
}

.js-jitsi .btn.btn-interactive-default {
  border-radius: 0;
  background: #970907;
}

.js-jitsi .btn.btn-interactive-default:hover {
  background: #800604;
}

.box-items {
  overflow-x: auto;
}

.box-items .item {
  background-color: #737373;
  width: 220px;
  height: 220px;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.box-items .item:hover {
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 100px #000000;
          box-shadow: 0px 0px 100px #000000;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.box-items .item:hover a .img-stand {
  opacity: 0;
}

.box-items .item:hover a .img-logo {
  top: -220px;
  opacity: 1;
}

.box-items .item a .img-stand {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.box-items .item a .img-logo {
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
  opacity: 0;
  top: 0;
  position: relative;
}

.top-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 0 15px;
}

.top-header h1 {
  margin: 5px 0;
}

@media (max-width: 767px) {
  .top-header h1 {
    font-size: 24px;
    margin: 12px 0 0;
  }
}

@media (max-width: 767px) {
  .top-header .top-logo {
    position: absolute;
    top: 0;
  }
}

.main-menu {
  top: 2%;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

.indexContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.popup-html {
  display: none;
  width: 38%;
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  z-index: 3;
  margin: 0 auto;
  background: #333333;
  border-radius: 15px;
  color: #fff;
  max-width: 730px;
}

@media (max-width: 767px) {
  .popup-html {
    width: 99%;
    top: 5%;
  }
}

.popup-html img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 720px;
}

.popup-html .top-holder {
  background-color: #737373;
  padding: 5px 15px;
  width: 100%;
  position: relative;
  margin: 30px 0 15px;
}

.popup-html h3 {
  margin: 0;
}

.popup-html .btn-close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 9px;
  color: #fff;
}

.popup-html .popup-content {
  padding: 15px;
}

.popup-html .image-slider {
  margin: 0px auto;
}

.popup-html .image-slider p {
  margin: 15px 0;
}

.sticky-left {
  padding: 30px;
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  width: 300px;
  position: fixed;
  background: #353535;
  border-radius: 0 10px 10px 0;
  left: -300px;
  top: 20%;
  z-index: 2;
}

.sticky-left.active {
  left: 0px;
}

.sticky-left.active .sticky-button {
  background: url("../images/icons/icons-sprite.png") no-repeat 0 -6px;
}

@media (max-width: 1199px) {
  .sticky-left {
    top: 20%;
  }
}

.sticky-left ul {
  padding-left: 0;
  margin-top: 15px;
}

.sticky-left ul li {
  margin-bottom: 5px;
}

.sticky-left ul li a {
  color: #fff;
  font-family: Roboto;
  font-weight: 300;
}

.extra-buttons {
  position: absolute;
  left: 0;
  bottom: 37%;
  width: 200px;
  z-index: 2;
}

.extra-buttons a {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 10px 15px;
}

.sticky-button {
  width: 32px;
  height: 62px;
  background: url("../images/icons/icons-sprite.png") no-repeat 0 -77px;
  position: absolute;
  right: -32px;
  bottom: 40%;
}

.sticky-button:active, .sticky-button:focus {
  outline: none;
}

.meeting-buttons {
  display: none;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 35%;
  margin: 0px auto;
  text-align: center;
  z-index: 4;
}

@media (max-width: 1023px) {
  .meeting-buttons {
    width: 100%;
    bottom: 20%;
  }
}

.meeting {
  z-index: 3;
}

.exit-meeting {
  position: absolute;
  bottom: 2%;
  z-index: 4;
  margin: 0px auto;
  display: block;
  width: 120px;
  right: 585px;
}

.exit-meeting .btn {
  margin: 0;
}

@media (max-width: 1023px) {
  .exit-meeting {
    width: 100%;
  }
  .exit-meeting .btn {
    display: none !important;
  }
}

.meeting-room_status {
  display: none;
}

.popup-quiz {
  top: unset;
  bottom: 20%;
}

.popup-quiz .btn {
  text-align: center;
}

.popup-quiz .answer-buttons {
  width: 100%;
  display: block;
  text-align: center;
}

.popup-quiz .incorrect {
  text-align: center;
}

.js-rewards {
  display: none;
  position: fixed;
  -webkit-transition: all cubic-bezier(0.11, 0.85, 0.73, 0.21) 0.35s;
  transition: all cubic-bezier(0.11, 0.85, 0.73, 0.21) 0.35s;
  z-index: 1000;
}

.js-rewards.active .rewards-inner {
  width: 100px;
}

.js-rewards .rewards-inner {
  -webkit-transition: all cubic-bezier(0.11, 0.85, 0.73, 0.21) 0.35s;
  transition: all cubic-bezier(0.11, 0.85, 0.73, 0.21) 0.35s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.js-rewards .rewards-inner img {
  -webkit-transition: all cubic-bezier(0.11, 0.85, 0.73, 0.21) 0.35s;
  transition: all cubic-bezier(0.11, 0.85, 0.73, 0.21) 0.35s;
  width: 100%;
}

.js-rewards .rewards-inner.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-replay-box {
  display: none;
}

.bottom-layout {
  width: 100%;
  min-height: 50px;
  position: absolute;
  bottom: 0;
}

.bottom-layout .navbar-collapse {
  text-align: center;
}

.bottom-layout .navbar-nav {
  float: left;
  margin: 0px auto;
}

@media (max-width: 991px) {
  .bottom-layout .navbar-nav {
    float: none;
  }
}

.bottom-menu {
  background: #000;
}

.footer {
  background: #737373;
  color: #fff;
  padding: 5px 15px;
}

.footer p {
  margin: 0;
  font-size: 14px;
}

.btn {
  padding: 15px 20px;
  margin: 0 30px;
}

@media (max-width: 991px) {
  .btn {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .btn {
    margin: 5px;
    padding: 10px 15px;
  }
}

.btn-primary {
  border-radius: 30px;
  background-color: #373737;
  border: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #970907;
  border: 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #800604;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #800604;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
  background-color: #800604;
  border-radius: 15px;
  border-color: transparent;
}

.navbar {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}

.modal-main-content {
  text-align: center;
  padding-top: 5%;
}

.modal-main-content > p {
  font-size: 24px;
}

@media (max-width: 767px) {
  #bottom-menu .navbar-header {
    text-align: center;
  }
  #bottom-menu .navbar-header > button {
    display: inline;
    float: none;
    margin-right: 0;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: flat;
          transform-style: flat;
}

.slick-next {
  right: 10%;
}

.slick-prev {
  left: 10%;
  z-index: 2;
}

.at-custom-sidebar .at4-share-count-container {
  color: #000 !important;
}

.at-custom-sidebar {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 75px !important;
  padding: 15px 10px;
}

.at-custom-sidebar .at-share-btn {
  margin: 5px 0;
}

.at-custom-sidebar.atss-right {
  border-radius: 15px 0 0 15px !important;
}
/*# sourceMappingURL=style.css.map */