/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Main
 ****************    
 ********************************************************************************
 ################################################################################
*/

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 767px) {
    #mobile .mView {
        position: relative;
        top: 34px;
        height: calc(100% - 76px);
        height: -moz-calc(100% - 76px);
        height: -webkit-calc(100% - 76px);
    }
}

.contentView:not(.show), .view:not(.show) {
    /*width: 100%;
    height: calc(100% - 74px);
    height: -moz-calc(100% - 74px);
    height: -webkit-calc(100% - 74px);
    overflow: auto;*/
    display: none;
}

.mViewF, .mView {
    position: absolute;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.mViewF *, .mView * {
    max-width: 100%;
}

.mViewF {
    height: 100% !important;
    padding: 2%;
    /* background: url(../img/logo.png) no-repeat center top; */
    /* padding: 170px 0px 0px 0px; */
    /* height: 95%; */
    /* padding-top: 5%; */
    font-size: 1.2em;
    text-align: center;
}

.mViewF:not(.show) {
    display: none;
}

#mobile .mView {
    /*top: 0 !important;
    height: 100% !important;*/
    display: none;
}

/*.mView {
    top: 34px;
    height: calc(100% - 76px);
    height: -moz-calc(100% - 76px);
    height: -webkit-calc(100% - 76px);
    display: none;
}*/

#defStatus {
    top: 34px
}

.modal-dialog {
    width: max-content;
    min-width: 50%;
    max-width: 90% !important;
}

#defStatus * {
    padding: .2rem .2rem !important;
}

.navMenu ul ul {
    background-color: #fafafa !important;
    border: none !important;
}

.navMenu .navbar-toggler, .navMenu ul > li {
    margin: .3rem;
    border-radius: 0.25rem;
    background-color: #e3ebf7;
}

.navMenu ul > li:hover, .navMenu ul > li.active {
    background-color: #d8dfeb;
}

.navMenu .navbar-toggler, .navMenu ul > li > a {
    color_: #285192 !important;
}

.navMenu ul > li:hover, .navMenu ul > li:hover > ul {
    display: block;
}

.navbar-nav .nav-link {
    padding-left: 0.5rem;
}

.btn-3:hover {
    background-image: linear-gradient(to right, #78ffd6 0%, #007991 51%, #78ffd6 100%);
}

/*.btn-weendu, .c-btn-weendu button {
    color: #fff;
    background-color: #00908e;
    border-color: #036361;
}

.btn-weendu:hover, .c-btn-weendu button:hover {
    background-color: #9ad4d3;
    border-color: #036361;
}

.border-weendu {
    border-color: #00908e!important;
}

.bg-weendu {
    --bs-bg-opacity: 1;
    background-color: #00908e!important;
    color: #fff;
}

.text-weendu {
    color: #00908e;
}*/

.btn-weendu, .c-btn-weendu button {
    color: #fff;
    background-color: #00a0a0;
    border-color: #008080;
}

.btn-weendu:hover, .c-btn-weendu button:hover {
    background-color: #1abcbd;
    border-color: #00a0a0;
}

.border-weendu {
    border-color: #008080!important;
}

.btn-outline-weendu {
    color: #208b8b;
    border-color: #008080;
}

.btn-check:active + .btn-outline-weendu, .btn-check:checked + .btn-outline-weendu, .btn-outline-weendu.active, .btn-outline-weendu.dropdown-toggle.show, .btn-outline-weendu:active {
    color: #fff;
    background-color: #208b8b;
    border-color: #00a0a0;
}

.bg-weendu {
    --bs-bg-opacity: 1;
    background-color: #00a0a0!important;
    color: #fff;
}

.text-weendu {
    color: #339999;
}

.logo-1 { width: 16px; height: 16px; overflow: hidden }
.logo-2 { width: 24px; height: 24px; overflow: hidden; }
.logo-3 { width: 32px; height: 32px; overflow: hidden }
.logo-4 { width: 48px; height: 48px; overflow: hidden; }
.logo-5 { width: 64px; height: 64px; overflow: hidden }
.logo-6 { width: 96px; height: 96px; overflow: hidden }
.logo-7 { width: 128px; height: 128px; overflow: hidden }
.logo-8 { width: 192px; height: 192px; overflow: hidden }
.logo-9 { width: 256px; height: 256px; overflow: hidden }

.logo-1 img, .logo-2 img, .logo-3 img, .logo-4 img {
    /*display: inline-table;*/
}

.logo-1 img, .logo-2 img, .logo-3 img, .logo-4 img, .logo-5 img, .logo-6 img, .logo-7 img, .logo-8 img, .logo-9 img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #f2f0f0;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.logo-1 img {  }
.logo-2 img { padding: 0.01rem; }
.logo-3 img { padding: 0.02rem; }
.logo-4 img { padding: 0.03rem; }
.logo-5 img { padding: 0.04rem; }
.logo-6 img { padding: 0.05rem; }
.logo-7 img { padding: 0.06rem; }
.logo-8 img { padding: 0.07rem; }
.logo-9 img { padding: 0.08rem; }

.dataTable tbody td { padding: 0 ! important; }
.dataTable tbody td .form-control, .dataTable tbody td .form-select {
    padding: 0.3rem!important;
    border-radius: 0!important;
    border-top: 0!important;
    border-left: 0!important;
    background: none;
}

.dataTable tbody tr.wrong * {
    /*color: #842029;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;*/
    
    color: #664d03;
    background-color: #fff3cd !important;
    /*border-color: #ffecb5 !important;*/
}

.dataTable tbody .state i { font-size: 1.3rem; cursor: pointer }
.dataTable tbody .state i.fa-toggle-on { color: green; }
.dataTable tbody .state i.fa-toggle-off { color: red; }
.dataTable tbody .state i.fa-toggle-off.grey { color: grey; }

.a4-ratio {
  width: 100%; /* 22.5% of the parent's width*/
  padding-bottom: 141%; /* (25% of the parent's width) * 2.25 */
  background: #fff url("//lorempixel.com/400/400");
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: cover;
  border: 0.5px solid #ddd;
}

.tab2 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tab2 td, .tab2 th {
  border: 1px solid #ddd;
  padding: 0px;
}

.tab2 tr:nth-child(even), .tab2 tr:nth-child(even) * {background-color: #f2f2f2;}

.tab2 tr:hover, .tab2 tr *:hover {background-color: #ddd;}

.tab2 th {
  padding: 6px 6px;
  background-color: #e9ecef;
}

.tab2 tbody td .form-control, .tab2 tbody td .form-select {
    background: none;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Sidebar
 ****************    
 ********************************************************************************
 ################################################################################
*/

.collapse-action {
    /*height: 30px;*/
    width: 30px;
    background: #333232;
    border-radius: 50%;
    right: -12px;
    top: 35px;
    padding: 4px 11px;
    color: white;
    cursor: pointer;
}

.b-example-divider {
  flex-shrink: 0;
  width: 0.6rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

a, .nav-link {
    cursor: pointer;
    text-decoration: none;
}

a, .nav-link, .link {
    /*color: #1ca5a5;*/
    color: #208b8b;
}

a:hover, .nav-link:hover {
    color: #208b8b;
    font-weight: bold;
}

a:visited, .nav-link:visited {
    /*color: #6c757d !important;*/
}

a.active, .nav-link.active {
    background-color: #1ca5a5 !important;
}

#sidebar .nav li a {
    padding: .3rem 1rem;
}

#sidebar .user_ {
    position: absolute;
    bottom: .3rem;
}

#webProfileMenu {
    height: 36px!important;
}

#webProfileMenu .fa {
    font-size: 24px;
}

#profileContact {
    position: relative;
}

#mobileHead, #webProfileMenu {
    width: 100%;
    height: 34px;
    padding:3px;
    background-color: #ddd;
    text-align: center;
    position: fixed;
    z-index: 9;
}

#mobileMenu {
    width: 100%; height: 42px;
    padding:3px;
    background-color: #ddd;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 9;
}

#mobileMenu_ div { margin: auto; padding: 2px 0; float: left; cursor: pointer }
#mobileMenu div div:hover{ background: #f2f2f2 }
#mobileMenu div img, #mobileMenu div a { height: 32px; margin: auto; }

#wapps {
    width: 100%;
    height: fit-content;
    padding:3px;
    background-color: #f2f0f0;
    text-align: center;
    position: fixed;
    bottom: 42px;
    display: none;
    z-index: 8;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Cover
 ****************    
 ********************************************************************************
 ################################################################################
*/

#toggleCover {
    /*height: 30px;*/
    width: 30px;
    background: #333232;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    padding: 4px 11px;
    color: white;
    cursor: pointer;
    z-index: 3;
}

#cover {
    background-color: #fafafa!important;
}

.slider {
    position: relative;
    width: 100%;
    padding-top: 20%;
    overflow: hidden;
}

.slider:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:2px;
    transform:scale(.9);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .5);
}

#sliderImg {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#sliderImg .slide img {
    width: 100%
}

#sliderNav {
    position: relative;
    display: block;
    bottom: 12px;
    margin: auto;
    width: 250px;
    height: 16px;
    text-align: center;
}
#sliderNav div {
    width: 16px;
    height: 16px;
    position: relative;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #FFF;
    box-shadow: -1px 1px 10px #FFF;
    opacity: 0.3;
    cursor: pointer;
}
#sliderNav div:hover { opacity: 0.8; }
#sliderNav div.current { opacity: 1; }

.cover_logo_ {
  width: 128px;
  height: 128px;
  margin: -75px 3% 0% 3%;
  position: relative;
  cursor: pointer;
  float: left;
  border-radius: 50%;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: white;
  background-color: #00908e;
  border-color: #f9f9f9;
  overflow: hidden;
}

.slide{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slide img{
    width: 100%;
}

.cover_logo{
    width:128px;
    height:128px;
    margin: -75px 3% 0% 3%;
    position: relative;
    cursor: pointer;
    float: left;
    border-radius:50%;
    border:1px solid;
    /*border-color: white;
    background-color: #00908e;*/
    border-color: #f9f9f9;
    overflow: hidden;
}

.cover_logo img{
    width:100%;
}

.cover_info .content{
    margin:-55px 7px 0 160px;
    /*position: relative;
    top: -55px;
    left: 160px;
    min-height: 50px;*/
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Activities
 ****************    
 ********************************************************************************
 ################################################################################
*/

.post_text, .post_media, .post_comment {
    margin: 20px 0 0 70px;
}

#mobileContent .post_text, #mobileContent .post_media, #mobileContent .post_comment {
    margin: 0;
}

.post {
    display: flow-root;
    margin-bottom: 20px;
}

.post_media {
    background: #333;
    padding: 5px;
    border-radius: 10px;
}

.post_media img {
    display: block;
    margin: auto;
    border-radius: 6px;
}

.postc_row {
    min-height: 40px;
}

.postc_ct {
    float: left;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    background: white;
}

.post_comment textarea {
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    height: 35px;
    float: left;
    margin-right: 10px;
    border-radius: 16px;
}

#timeshot .tsView {
    height: calc(100% - 42px) !important;
    /*max-height: calc(100% - 42px) !important;*/
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Status
 ****************    
 ********************************************************************************
 ################################################################################
*/

#addStatus {
    margin-top: -21px;
    font-size: 20px;
    margin-left: 25px;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Messenger
 ****************    
 ********************************************************************************
 ################################################################################
*/

#messenger .chatHeader{ display: flow-root; }

#messenger .chatHeader, #messenger .chatContent {
    padding: 5px;
}

#messenger .chatSection:not(.chatMessages) { display: none }

_#messenger .chatSection {
    width: 100%;
    height:calc(100% - 50px); height:-moz-calc(100% - 50px); height:-webkit-calc(100% - 50px);
}

#messenger .menu-dropdwon {
    background: white;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: absolute;
    right: 5px;
}

#messenger .menu-dropdwon li {
    color: #2B6D89;
    cursor: pointer;
    padding: 3px 5px;
}

#messenger .menu-dropdwon li:hover {
    background: #8998a5;
    color: white;
}

#messenger textarea {
    margin-right: 10px;
    border-radius: 16px;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#messenger .chatFooter textarea {
    /*width: calc(100% - 74px); width: -moz-calc(100% - 74px); width: -webkit-calc(100% - 74px);*/
    height: 35px;
    float: left;
}

#messenger #chat .container, #messenger .chat{ height: 100% }

#messenger .chatContent{
    overflow: auto; 
    /*height:calc(100% - 92px); height:-moz-calc(100% - 92px); height:-webkit-calc(100% - 92px);*/
    height:calc(100% - 45px); height:-moz-calc(100% - 45px); height:-webkit-calc(100% - 45px);
}

#messenger .msgRow {
    width: 100%;
    margin: 10px 0px;
    display: inline-block;
}

#messenger .msgContent {
    padding: 5px;
    border: 1px solid;
    border-radius: 7px;
    background: white;
    max-width: 80%;
    overflow: hidden;
}

#messenger .msgIn .msgContent {
    float: left;
    border-color: #cae3fd;
    background: #f7fafd;
}

#messenger .msgOut .msgContent {
    float: right;
    border-color: #c3fdd0;
    background: #f8fff9;
}

#messenger .msgIn .logo-4 {
    float: left;
    margin-right: 5px !important;
}

#messenger .msgOut .logo-4 {
    float: right !important;
    margin-right: 0px !important;
    margin-left: 5px;
}

#messenger .chatFooter {
    min-height: 42px;
    padding: 3px;
    background-color: #f5f5f5;
}

#messenger .chat_txt {
    /*width: 80%;
    max-width: 100%;
    overflow: hidden;*/
    max-width: 90%;
    border: 1px solid #dfdfdf;
    border: 1px solid rgba(0, 0, 0, .18);
    border-bottom-color: rgba(0, 0, 0, .29);
    text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
    border-radius: 7px;
    padding: 7px;
    margin: 7px;
    display: inline-flex;
    overflow: auto;
}

#messenger .chat_img{ width: auto; height: auto; /*max-width: 100%;*/ }

#messenger .chat_txt_0 {
    float: left;
    background-color: #dbedfe;
    background-image: -webkit-gradient(linear, center bottom, center top, from(#c7defe), to(#e7f1fe));
    background-image: -webkit-linear-gradient(bottom, #c7defe, #e7f1fe);
}

#messenger .chat_txt_1 {
    float: right;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, center bottom, center top, from(#f2f2f2), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f2f2f2, #fff);
}

#messenger .send_chat_btn, #messenger .join_btn{ width: 24px }

#messenger .join_section{ min-width: 150px; min-height: 40px; position: absolute; right: 10px; bottom: 30px; 
    background: grey;
    border-radius: 10px;
    padding: 5px; display: none }

#messenger .join_item{ margin: 2px 5px }

#messenger .file_icon{ margin-right: 10px }

#messenger .chat_video_wrapp, #messenger .chat_video, #messenger .chat_video_thumb_img{ width: 100%; }
#messenger .chat_video_wrapp{ background: #333; text-align: center }
#messenger .chat_video_wrapp, #messenger .chat_video_thumb{  }
#messenger .chat_play_btn{ width: 90px; height: 90px; margin: 10px 50px; }

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Space
 ****************    
 ********************************************************************************
 ################################################################################
*/

.space_title {
  font-weight: 800;
  font-size: 2.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #339999;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Cropper
 ****************    
 ********************************************************************************
 ################################################################################
*/

.fmPreview {
    min-width: 256px;
    min-height: 256px;
    max-height: 512px;
}

.fmPreview .image {
    width: 100%;
    height: 100%;
}

.fmPreview .cropper-img {
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.fmPreview .cropper-img img {
    max-width: 100%;
    max-height: 100%;
}

.fmPreview .cropper-box {
    display: block;
    position: absolute;
    width: 256px;
    height: 256px;
    outline: 3px solid #39f;
    outline-color: rgb(51, 153, 255);
    outline-color: rgba(51, 153, 255, 75%);
    overflow: hidden;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Anime JS
 ****************    
 ********************************************************************************
 ################################################################################
*/

.animeT6 {
  position: relative;
}

.animeT6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.animeT6 .letter {
  display: inline-block;
  line-height: 1em;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Sound Wave Animation
 ****************    
 ********************************************************************************
 ################################################################################
*/

.animation-container {
  width: 300%;
  height: 10px;
  margin: auto;
}

.sound-container {
  position: relative;
  width: 50px;
  height: 100%;
  display: inline-block;
  margin-left: 4px;
}

.animation-container .sound-container > div {
  position: relative;
  height: 100%;
  width: 10px;
  background: #540D6E;
  display: inline-block;
  animation: wave 3s infinite ease-in-out;
  -webkit-animation: wave 3s infinite ease-in-out;
}

.animation-container .sound-container .rect-2 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animation-container .sound-container .rect-3 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animation-container .sound-container .rect-4 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animation-container .sound-container .rect-5 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animation-container .sound-container .rect-6 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

@keyframes wave {
  0%, 100% {
    transform: scaleY(1);
    background: #008DD5;
  }
  16.67% {
    transform: scaleY(3);
    background: #FFF38E;
  }
  33.33% {
    transform: scaleY(1);
    background: #FF8C42;
  }
  50% {
    transform: scaleY(3);
    background: #FF514F;
  }
  66.67% {
    transform: scaleY(1);
    background: #B0228C;
  }
  83.34% {
    transform: scaleY(3);
    background: #7DDF64;
  }
}

.paused {
   -ms-animation-play-state:paused;
   -o-animation-play-state:paused;
   -moz-animation-play-state:paused;
   -webkit-animation-play-state:paused;
  animation-play-state: paused;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Fusion CSS
 ****************    
 ********************************************************************************
 ################################################################################
*/

.hide { visibility: hidden; }
.d-hide, .d-off, .off { display: none; }

.cursor-p, .cursor-pointer { cursor: pointer; }

.atc { text-align: center }

.ahc, .ah-c, ah-center, .align-h-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.avc, .av-c, .av-center, .align-v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aac, .aa-c, .ahv-c, .aa-center, .ahv-center, .align-hv-center, .align-all-center {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fit-content-x *, .fit-content * { max-width: 100% !important; }
.fit-content-y *, .fit-content * { max-height: 100% !important; }

.fill-container-x, .fill-container { width: 100% !important; }
.fill-container-y, .fill-container { height: 100% !important; }

.ms-2r { margin-left: 2rem; }
.ms-4r { margin-left: 4rem; }
.ms-6r { margin-left: 6rem; }
.ms-8r { margin-left: 8rem; }
.ms-10r { margin-left: 10rem; }

.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.5rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.5rem !important; }
.mt-n5 { margin-top: -3rem !important; }

.d-grid-container {
    display: grid;
    align-items: center; 
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
}

.d-flow-root {
  display: flow-root;
}

.fs-7 { font-size: .9rem; }
.fs-8 { font-size: .8rem; }
.fs-9 { font-size: .7rem; }
.fs-10 { font-size: .6rem; }
.fs-11 { font-size: .5rem; }

.overflow-x-auto, .oflowx-auto, .overfx-auto { overflow-x: auto!important; }
.overflow-x-scroll, .oflowx-scroll, .overfx-scroll { overflow-x: scroll!important; }
.overflow-x-hide, .oflowx-hide, .overfx-hide { overflow-x: hidden!important; }
.overflow-y-auto, .oflowy-auto, .overfy-auto { overflow-y: auto!important; }
.overflow-y-scroll, .oflowy-scroll, .overfy-scroll { overflow-y: scroll!important; }
.overflow-y-hide, .oflowy-hide, .overfy-hide { overflow-y: hidden!important; }

.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.squareContent {
    position: absolute;
    width: 100%;
    height: 100%;
}

.squareContent * {
    max-width: 100%;
    max-height: 100%;
}

.bg-size-contain {
    background-size: contain;
}

.z-index-n5 { z-index: -5 }
.z-index-n4 { z-index: -4 }
.z-index-n3 { z-index: -3 }
.z-index-n2 { z-index: -2 }
.z-index-n1 { z-index: -1 }
.z-index-1 { z-index: 1 }
.z-index-2 { z-index: 2 }
.z-index-3 { z-index: 3 }
.z-index-4 { z-index: 4 }
.z-index-5 { z-index: 5 }

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: .75rem; }
.rounded-6 { border-radius: 1rem; }
.rounded-7 { border-radius: 1.5rem; }

/*
################################################################################
********************************************************************************
****************
****************            Background
****************    
********************************************************************************
################################################################################
*/

.bg-black   { background-color: #000000!important; }
.bg-black-2 { background-color: #101010!important; }
.bg-black-3 { background-color: #202020!important; }
.bg-black-4 { background-color: #303030!important; }
.bg-black-5 { background-color: #404040!important; }
.bg-black-6 { background-color: #505050!important; }
.bg-black-7 { background-color: #606060!important; }
.bg-black-8 { background-color: #707070!important; }
.bg-black-9 { background-color: #808080!important; }

.bg-grey   { background-color: #909090!important; }
.bg-grey-2 { background-color: #A0A0A0!important; }
.bg-grey-3 { background-color: #A9A9A9!important; }
.bg-grey-4 { background-color: #B8B8B8!important; }
.bg-grey-5 { background-color: #C0C0C0!important; }
.bg-grey-6 { background-color: #D0D0D0!important; }
.bg-grey-7 { background-color: #D8D8D8!important; }
.bg-grey-8 { background-color: #E0E0E0!important; }
.bg-grey-9 { background-color: #F0F0F0!important; }

.bg-light-9 { background-color: #f5f5f5!important; }
.bg-light-8 { background-color: #f5f6f7!important; }
.bg-light-7 { background-color: #f7f7f7!important; }
.bg-light-6 { background-color: #f9f8f7!important; }
.bg-light-5 { background-color: #f7f8f9!important; }
.bg-light-4 { background-color: #f9f9f9!important; }
.bg-light-3 { background-color: #fafafa!important; }
.bg-light-2 { background-color: #fafbfc!important; }
.bg-light   { background-color: #fcfcfc!important; }

.bg-white-9 { background-color: #fdfdfd!important; }
.bg-white-8 { background-color: #fdfdfe!important; }
.bg-white-7 { background-color: #fdfefe!important; }
.bg-white-6 { background-color: #fffdfe!important; }
.bg-white-5 { background-color: #fdfeff!important; }
.bg-white-4 { background-color: #fefefe!important; }
.bg-white-3 { background-color: #fefeff!important; }
.bg-white-2 { background-color: #feffff!important; }
.bg-white   { background-color: #ffffff!important; }