/* default cancel */
.xc-border-link {
  border: 1px solid #1e7ae2 !important;
}

.error {
  color: #c00;
}

.xc-round-circle {
  border-radius: 50% !important;
}

.close {
  right: 0;
  cursor: pointer;
  position: relative;
}

.close::before, .close::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 3px;
  top: 0;
  right: 50%;
  background-color: #bcb9b9;
  color: #fff;
}

.close:before {
  -webkit-transform: translate(50%) rotate(45deg);
      -ms-transform: translate(50%) rotate(45deg);
          transform: translate(50%) rotate(45deg);
}

.close:after {
  -webkit-transform: translate(50%) rotate(315deg);
      -ms-transform: translate(50%) rotate(315deg);
          transform: translate(50%) rotate(315deg);
}

.close::before, .close::after {
  height: 24px;
}

.circle-sm {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
}

#panel-shell {
  position: absolute;
  width: 500px;
  left: -1px;
  top: 37px;
  z-index: 1000;
}

.closeIcon {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -40px;
  background-color: rgba(216, 216, 216, 0.3);
  cursor: pointer;
}

.closeIcon::before, .closeIcon::after {
  content: "";
  position: absolute;
  height: 25px;
  width: 3px;
  top: 20%;
  right: 50%;
  background-color: #fff;
  color: #fff;
}

.closeIcon:before {
  -webkit-transform: translate(50%) rotate(45deg);
      -ms-transform: translate(50%) rotate(45deg);
          transform: translate(50%) rotate(45deg);
}

.closeIcon:after {
  -webkit-transform: translate(50%) rotate(315deg);
      -ms-transform: translate(50%) rotate(315deg);
          transform: translate(50%) rotate(315deg);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .rounded {
    border-radius: 0.25rem;
  }
  .new {
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 25px;
    padding: 2px 7px;
  }
  .user-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .user-info + div {
    max-height: 433px;
    overflow-y: scroll;
  }
  .user-star, .user-status {
    padding-top: 0.25rem !important;
  }
  .outer-circle {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
  }
  .circle-md {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
  .panel-shell {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #tab1:checked ~ section .right-tab1,
  #tab2:checked ~ section .right-tab2,
  #tab3:checked ~ section .right-tab3,
  #tab4:checked ~ section .right-tab4,
  #tab5:checked ~ section .right-tab5,
  #tab6:checked ~ section .right-tab6,
  #tab7:checked ~ section .right-tab7,
  #tab8:checked ~ section .right-tab8 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    grid-gap: 0.7rem 0.5rem;
  }
  #panel-shell {
    top: 0;
    width: 100%;
    position: fixed;
    display: none;
  }
  .tab-panel {
    border-radius: 5px;
    top: 28px;
  }
  .tab-panel section div[class^="right-tab"] {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .tab-panel section div[class^="right-tab"] > a {
    color: #333;
  }
  .tab-panel section div[class^="right-tab"] > a:focus {
    color: #9300d7 !important;
  }
}

@media (min-width: 768px) {
  .new {
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    padding: 2px 7px;
    left: calc(65px / 2 - 37px / 2);
  }
  .outer-circle {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
  }
  .circle-md {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
  }
  #tab1:checked ~ section .right-tab1,
  #tab2:checked ~ section .right-tab2,
  #tab3:checked ~ section .right-tab3,
  #tab4:checked ~ section .right-tab4,
  #tab5:checked ~ section .right-tab5,
  #tab6:checked ~ section .right-tab6,
  #tab7:checked ~ section .right-tab7,
  #tab8:checked ~ section .right-tab8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tab-panel {
    max-width: 500px;
    max-height: 300px;
  }
  .tab-panel nav ul {
    height: 298px;
  }
  .tab-panel nav ul li label {
    border-left: 1px solid #c8c8c8;
  }
  .tab-panel section div[class^="right-tab"] {
    height: 298px;
  }
  .tab-panel section div[class^="right-tab"] > a {
    color: #333;
    padding: 7px 0 0 7px;
  }
  .tab-panel section div[class^="right-tab"] > a:hover, .tab-panel section div[class^="right-tab"] > a:focus {
    color: #9300d7 !important;
  }
}

@media screen and (min-width: 0) and (max-width: 320px) {
  .user-info + div {
    max-height: 350px;
    overflow-y: scroll;
  }
}

.circle {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}

input[type=radio]::-ms-clear {
  display: none;
}

input[name=tab] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Component Needs */
.tab-panel > input,
.tab-panel section > div {
  display: none;
}

nav {
  height: auto;
  background-color: #f4f4f4;
}

/* Visual Styles */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tab-panel {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden;
}


.tab-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.tab-panel ul li label {
  float: left;
  width: 100%;
  background: #f4f4f4;
}

.tab-panel ul li label:hover {
  cursor: pointer;
  background: #fff;
  color: #9300d7;
  border-left: 3px solid #9300d7;
}

.tab-panel ul li label:active {
  background: #fff;
  color: #9300d7;
  border-left: 3px solid #9300d7;
}

.tab-panel section > div {
  height: auto;
  width: 100%;
}

.tab-panel section > div h2 {
  margin: 0;
  font-family: "Raleway";
  letter-spacing: 1px;
  color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label,
#tab4:checked ~ nav .tab4 label,
#tab5:checked ~ nav .tab5 label,
#tab6:checked ~ nav .tab6 label,
#tab7:checked ~ nav .tab7 label,
#tab8:checked ~ nav .tab8 label {
  background: white;
  color: #9300d7;
  border-left: 3px solid #9300d7;
  position: relative;
}

@media screen and (orientation: landscape) {
  .MOBILE #panel-shell {
    top: 0;
    width: 100%;
    position: fixed;
    display: none;
  }
  .MOBILE .panel-shell {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .MOBILE .tab-panel {
    top: 20px;
    overflow: unset;
  }
  .MOBILE .menu-title {
    display: block !important;
  }
  .MOBILE .user-info {
    display: none !important;
  }
  .MOBILE #panel-shell section {
    height: 302px;
    background-color: #fff;
  }
  .MOBILE section .flex-column {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .MOBILE section .p-1 {
    padding-left: 1rem !important;
  }
  .MOBILE nav label.py-3 {
    padding: 0.5rem 0 !important;
  }
  .MOBILE .xc-border-top {
    border: none !important;
  }
  .MOBILE .new {
    bottom: -8px;
    left: 14px;
  }

  .PC #panel-shell {
    top: 0;
    width: 100%;
    position: fixed;
    display: none;
  }
  .PC .panel-shell {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .PC .tab-panel {
    top: 20px;
    overflow: unset;
  }
  .PC .menu-title {
    display: block !important;
  }
  .PC .user-info {
    display: none !important;
  }
  .PC #panel-shell section {
    height: 302px;
    background-color: #fff;
  }
  .PC section .flex-column {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .PC section .p-1 {
    padding-left: 1rem !important;
  }
  .PC nav label.py-3 {
    padding: 0.5rem 0 !important;
  }
  .PC .xc-border-top {
    border: none !important;
  }
  .PC .new {
    bottom: -8px;
    left: 14px;
  }
}
/*# sourceMappingURL=tab-panel.css.map */