/**
 * This file is for your custom CSS.
 * This file is not modified or overwritten during upgrades
 */
/*.ipsNavBar_primary > ul, .ipsNavBar_secondary {
 padding:0 15px; 
}*/
@media screen and (max-width: 979px){
    #elGuestTerms {
      z-index:7000!important 
  	}
}
#elSiteTitle {
  color: var(--theme-brand_primary); 
}
{{if theme.vala_sidebar}}
@media screen and (max-width: 1450px) and (min-width:980px) {
	.ipsLayout_container {
      padding-left:60px!important;
      padding-right:60px!important;
	}
}
{{endif}}
#ipsLayout_body{
  margin: var(--secondary-navigation--height) auto;
}
#elCreateNew_menu:hover  {
  
 display:block!important; 
}
#userBarOnNavbar ul {
 text-align:right; 
}

.ipsLayout_container {
   
    /*padding: 0 0;*/
}
.ipsBox {
 /*background-color:black!important; */
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}

.rounded {
  border-radius: 0.25rem
}

.border-t {
  border-top-width: 1px
}

.block {
  display: block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.font-medium {
  font-weight: 500
}

.font-bold {
  font-weight: 700
}

.h-8 {
  height: 2rem
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.m-auto {
  margin: auto
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mr-2 {
  margin-right: 0.5rem
}

.mr-4 {
  margin-right: 1rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.ml-auto {
  margin-left: auto
}

.max-w-6xl {
  max-width: 72rem
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-5 {
  padding: 1.25rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pt-10 {
  padding-top: 2.5rem
}

* {
  --tw-shadow: 0 0 #0000
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}

.fill-current {
  fill: currentColor
}

.text-center {
  text-align: center
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}

.uppercase {
  text-transform: uppercase
}

.tracking-wide {
  letter-spacing: 0.025em
}

.w-6 {
  width: 1.5rem
}

.w-8 {
  width: 2rem
}

.w-1\/2 {
  width: 50%
}

.w-full {
  width: 100%
}

.duration-700 {
  transition-duration: 700ms
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

@media (min-width: 640px) {
  .sm\:mt-10 {
    margin-top: 2.5rem
  }

  .sm\:w-4\/12 {
    width: 33.333333%
  }
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .md\:flex-auto {
    flex: 1 1 auto
  }

  .md\:w-3\/12 {
    width: 25%
  }
}

@media (min-width: 1024px) {
  .lg\:inline-flex {
    display: inline-flex
  }

  .lg\:hidden {
    display: none
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:items-center {
    align-items: center
  }

  .lg\:flex-grow {
    flex-grow: 1
  }

  .lg\:h-auto {
    height: auto
  }

  .lg\:ml-auto {
    margin-left: auto
  }

  .lg\:w-auto {
    width: auto
  }
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}

[data-placeholder]::after {
        content: " ";
        box-shadow: 0 0 50px 9px rgba(254,254,254);
        position: absolute;
        top: 0;
        left: -100%;
        height: 100%; 
        animation: load 1s infinite;
    }
    @keyframes load {
        0%{ left: -100%}
        100%{ left: 150%}
    }

html {
    {{if !theme.vala_sidebar_default}}
      --vala_sidebar_icon:{theme="vala_sidebar_icon"};
      --vala_sidebar_bghover:{theme="vala_sidebar_bghover"};
      --vala_sidebar_iconhover:{theme="vala_sidebar_iconhover"};
      --vala_sidebar_bg:{theme="vala_sidebar_bg"};
    {{else}}
      --vala_sidebar_icon:rgba( var(--theme-main_nav_font), 0.7 );
      --vala_sidebar_iconhover:rgb( var(--theme-main_nav_font) );
      --vala_sidebar_bghover:rgba( var(--theme-main_nav_font),.15 );
      --vala_sidebar_bg: rgb(var(--theme-main_nav));
    {{endif}}
  
    {{if !theme.vala_footer_default_color}}
      --vala_footer_menu_title_color:{theme="vala_footer_menu_title_color"};
      --vala_footer_menu_link_color:{theme="vala_footer_menu_link_color"};
      --vala_footer_hover_link:{theme="vala_footer_hover_link"};
      --vala_footer_hover_text_color:{theme="vala_footer_hover_text_color"};
    {{else}}
      --vala_footer_menu_title_color:rgb( var(--theme-main_nav_font) );
      --vala_footer_menu_link_color:rgb( var(--theme-main_nav_font) );
      --vala_footer_hover_link:rgb( var(--theme-main_nav_font) );
      --vala_footer_hover_text_color: rgb( var(--theme-main_nav_font) );
    {{endif}}
}




  #elMobileDrawer .elMobileDrawer__user {
      display: flex!important;
      flex-direction: column!important;
  }


#elUserNav_mobile {
    text-align: center;
    padding: 30px 0 5px;
    width: 100%;
}

#elMobileDrawer {
 /*z-index:8000!important; */
}

html[dir="ltr"] #elMobileDrawer .ipsDrawer_menu .ipsDrawer_close {
    left: 0;
}

html[dir="rtl"] #elMobileDrawer .ipsDrawer_menu .ipsDrawer_close {
    right: 0;
}