/*!
Theme Name: moot_mrp
Author: Allen
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moot_mrp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
  font-family: "Nunito Sans", sans-serif;

}

.flex {
  display: flex;
}

.moot-tab {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
}

select {
  color: #000;
}

@font-face {
    font-family: Roboto;
    src: url( assets/fonts/Roboto-Regular.ttf );
}

@font-face {
    font-family: Roboto-Medium;
    src: url( assets/fonts/Roboto-Medium.ttf );
}

@font-face {
    font-family: Alaska;
    src: url( assets/fonts/Alaska.woff2 );
}

@font-face {
    font-family: Alaska-ETBold;
    src: url( assets/fonts/AlasTrial-ExtraBold.otf );
}



.inner article {
    max-width: 1080px;
    margin: 85px auto 0;
    padding: 18px 18px 50px;
}

.body-container {
    padding-top: 91px;
}

header {
    height: 90px;
    padding: 0;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #e3e5e4;
    z-index: 101;
    width: 100%;
    background-color: #fff;
}
.header-inner {
    display: flex;
    position: relative;
    padding: 9px;
    width: 100%;
    height: 31px;
}

.header-inner .header-logo {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.header-inner .header-logo a.logo {
    height: 100%;
    width: auto;
}

.header-inner .header-logo a.logo img {
    width: 100%;
    height: 100%;
}

.header-inner .header-menu  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.header-inner .header-menu img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.header-inner .header-menu .menu-title {
    font-size: 14px;
}


.header-inner .header-actions {
    position: absolute;
    height: 100%;
    right: 25px;
    display: flex;
    align-items: center;
    top: 0;
}
.header-inner .header-actions ul.header-list-action {
    display: flex;
    list-style: none;
    margin: 0;
    height: 100%;
}

.header-inner .header-actions ul.header-list-action li {
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header-inner .header-actions ul.header-list-action li.hd-search {
    display: flex;
    align-items: center;
    background: #f3f4f4;
    border-radius: 20px;
    overflow: hidden;
    margin: 9px 0;
    justify-content: center;
}


.header-inner .header-actions ul.header-list-action li.hd-login img {
    width: 20px;
    height: 20px;
}

.header-inner .header-actions ul.header-list-action li.hd-search img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.header-inner .header-actions ul.header-list-action li.hd-language {
    display: flex;
    align-items: center;
    position: relative;
}

.header-inner .header-actions ul.header-list-action li.hd-language img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

/* .header-inner .header-actions ul.header-list-action li.hd-language::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-bottom: 4px;
} */

.header-inner .header-actions ul.header-list-action li.hd-language:hover::after {
  transform: rotate(225deg);
}

.header-inner .header-actions ul.header-list-action li.hd-join a {
    color: #E62728;
}



.vc_tta-tabs.in-view .tf_aus_tab_list {
    top: 50px;
}

.text-sm {
    font-size: 14px;
}

.font-alaska {
    font-family: Alaska, Nunito Sans, sans-serif;
}

.no-wrap {
    white-space: nowrap;
}


#gt_float_wrapper .gt_float_switcher {
    font-family: Nunito Sans, sans-serif;
    font-size: 15px;
    border-radius: 0;
    color: #555;
    display: inline-block;
    line-height: 150%;
    box-shadow: none;
    background: transparent;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px;
}

#gt_float_wrapper .gt_float_switcher .gt_options a {
  padding: auto;
  width: 90px;

}


#gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
  max-height: auto;
  background-color: #fff;
}

/* Member Area page profile completion percentage Wheel Style */

.wrapperWheel {
	display: flex;
	align-items: center;
}

.wheel-container {
	position: relative;
	width: 240px;
	height: 240px;
}

.wheel {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ddd;
	transition: 0.6s ease;
	position: relative;
}

/* Donut hole */
.wheel::after {
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	background: white;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.center-text-wheel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-weight: bold;
}

.legendWheel {
	margin-left: 40px;
}

.legendWheel div {
	display: flex;
	align-items: center;
	margin: 6px 0;
}

.boxWheel {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.trp-shortcode-switcher__wrapper {

}

/* // End of Member Area page profile completion percentage Wheel Style */

@media only screen and (max-width: 768px) {
  .header-inner .header-actions ul.header-list-action {
    /* display: none; */
  }

  .header-inner .header-logo-new {
    width: calc( 100% - 18px )!important;
  }

  body {
    overflow: hidden;
  }
  
  header  {
    padding: 0;
  }

  .header-inner .header-actions {
    right: 2px;
  }

  .header-inner .header-actions ul.header-list-action li.hd-search {
    background-color: #fff;
  }

  .header-inner .header-actions ul.header-list-action li.hd-search .menu-list-title {
    display: none;
  }
  

  .header-inner .header-actions ul.header-list-action li {
    padding: 6px
  }

  .header-inner .header-actions ul.header-list-action li.hd-language img {
    display: none;
  }

  /* .header-inner .header-actions ul.header-list-action li.hd-join {
    display: none;
  } */

  /* .header-inner .header-actions ul.header-list-action li.hd-language::after {
    margin-bottom: 4px;
  } */

  .header-inner .header-actions ul.header-list-action li.hd-login {
    padding-right: 6px;
  }

  .trp-shortcode-arrow {
    display: none;
  }

  .header-inner .header-actions ul.header-list-action li.hd-login a.mobile-display {
    display: flex;
  }

  
}


