#panel {
}

.grecaptcha-badge {
    visibility: hidden;
}

.brand-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    /*border: 1x solid transparent;*/
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 0.4rem;
    overflow: hidden;
    transition: .3s;
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.fs-smaller {
    font-size: .8rem;
}

.brand-dark-grey-bg {
    background-color: #333333;
}
.brand-light-grey-bg {    
	background-color: #dfdfdf;
}
.brand-super-light-grey-bg {
    background-color: #f2f2f2 !important;
}
.brand-hard-grey-text {
    color: #5c5a5a;
}
.brand-medium-grey-text {    
	color: #9d9d9d91;
}
.brand-orange-color {
    color: #ff8141;
}
.brand-orange-bg {
    background-color: #ff8141;
}
button.brand-orange-bg:hover{
    background-color: #f26720;
}
.brand-gray-bg {
    background-color: #e0e0e0;
}
.brand-outline-white {    
    border: 1px solid #ffffff !important;
}
button.brand-outline-white {
    color:white;
}
button.brand-outline-white:hover{
    background-color: white;
    color:#ff8141;
}
.active-outline-white {
    background-color: white!important;
    color:#ff8141!important;
}
.brand-outline-gray {    
    border: 1px solid #999999 !important;
}
.brand-outline-orange {
    border: 3px solid #ff8141 !important;
}
.border-radius-8-px {
    border-radius: 8px;
}

.menu-left-part li {
    margin-left: 10px;
}
/*.menu-hr {
    border-bottom: 1px solid #00000026;
}*/
.brand-text-gray {
    color: #666666;
}
button.brand-outline-gray:hover {
    background-color: #999999;
    color: white !important;
}
.menu-item-flex-baseline {
    display: flex;
    align-items: baseline;
}
.menu-item-flex-baseline i {
    font-size: .8rem;
}
.root-item-selected {
    color: #ff8141!important;
}
.brand-footer {
    padding: 50px 10px;
    font-size: .9rem;
}
.white-bg{
    background-color: white!important;
}
.text-brand-orange{
    color: #ff8141 !important; 
}
@media(max-width: 600px) {
    .mobile-center {
        text-align: center;
    }
    .text-desctop-right {

    }
    .mobile-mt-30 {
        margin-top: 30px;
    }
}
@media(min-width: 601px) {
    .text-desctop-right {
        text-align: right;
    }
}
.brand-footer a {
    /*text-decoration: none;*/
    color: #a6adb8;
}
.brand-footer a:hover {
    color: white;
}
.bg-main-banner {
    /* height: 300px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: .4rem;
    padding: 32px 50px!important;
    overflow: hidden;
}
.bg-main-banner p {
    position: relative;
    z-index: 1;
}
/* ============cookie */
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 1%;
    max-width: 60%;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999;
}



  #cookie_note p{
    margin: 0;
    font-size: 1rem;
    text-align: left;
    color: black;
  }
  
  .padding-r-10{
    padding: 10px;
  }
  .pos-bott{
    bottom: 10px;
  }
  @media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
  }
  
  @media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
  }
  /* ========= */
@media(min-width: 993px) {
	.bottom-tlgm{
		top: 11.3rem;
	}
	.bottom-tlgm2{
		display:none;
	}
}
@media(max-width: 992px) {
	.bottom-tlgm{
		display:none;
	}
}
@media(max-width: 768px) {
    .bg-main-banner {
        padding: 32px 18px!important;        
    }
}
.running-string {
    overflow: hidden;
    border-radius: .4rem;    
}
.running-string nobr {
    line-height: 70px;
}
.ws-normal {
    white-space: normal;
}
.big-button {
    padding: 14px 100px;
    font-size: 25px;
}


.brand-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200%;
    background: linear-gradient(94.8deg, #802FB9, #E34335, #802FB9);
    transition: 0.8s cubic-bezier(0.27, 0, 0.15, 1);
}
.brand-button:hover {
    box-shadow: 15px 15px 35px rgba(254, 61, 52, 0.15), 0 -10px 35px rgba(2, 150, 190, 0.1), 0 10px 35px rgba(121, 38, 184, 0.1);
}
.brand-button:hover:before {
    left: -100%;
}

.brand-button span {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    transition: .3s;
}
.brand-button:hover span {
    transform: scale(1.05);
}