body#phpbb header.mobile{
    display: block;
}
.mobileHeadWraper{
    height: 101px;
}
header.mobile{
    display: none;
    position: fixed;
    top: 0;
    background: #253e49;
    width:100%;
    font-family: "Open Sans",Sans-Serif;
    z-index: 9999;
}
header.mobile .shadowBackground{
    margin: 0;
    padding: 0;
    background-color: #000;
    opacity: 0.5;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
}
header.mobile .shadowBackgroundProfile{
    margin: 0;
    padding: 0;
    background-color: #000;
    opacity: 0.5;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}
header.mobile .dropDown .head img{
    width: 30%;
}
header.mobile .shadowBackground.active{
    display: block;
}
header.mobile .shadowBackgroundProfile.active{
    display: block;
}
header.mobile .titleItems{
    text-align: center;
    z-index: 100;
    position: relative;
    background: #14475d;
    padding: 30px 0;
}
header.mobile .menuButton{
    cursor: pointer;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 9%;
    color: #ff8b2a!important;
    font-size: 22px!important;
    line-height: 40px;
}
header.mobile .profileButton,
header.mobile .searchButton{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
    color: #ff8b2a!important;
    font-size: 36px!important;
    line-height: 32px;
}
header.mobile .profileButton .unreadMessage{
    display: inline-block;
    position: absolute;
    left: 17px;
    top: -11px;
    color: #fff;
    background: #ff8b2a;
    width: 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 26px;
    font-family: "Open Sans",Sans-Serif;
}
header.mobile .profileButton.active:before{
    content: "\e924";
}
header.mobile .searchButton.active:before{
    content: "\e970";
}
header.mobile .title{
    font-size: 25px!important;
    width: 60%;
    line-height: 42px;
    font-weight: 600;
    color: #ffffff!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
header.mobile .menuButton img{
    margin: 0 0 7px 0;
}
header.mobile .dropDown{
    z-index: 109;
    width: 528px;
    background: #22363e;
    display: block;
    position: fixed;
    overflow: auto;
    max-height: 100%;
    top: 0;
    left: 0;
    transition: left 0.2s ease-out 0.1s;
    margin: 0;
    -webkit-box-shadow: 10px 4px 22px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 4px 22px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 4px 22px -9px rgba(0,0,0,0.75);
    padding: 0;
    list-style: none;

    height: 100%;
}
header.mobile .dropDown.unActive{
    left: -1000px;
}
header.mobile .dropDown .head{
    border-bottom: none;
    background: #2a434e;
    padding: 45px 0 45px 87px;
    margin: 0;
}
header.mobile li > .closeMenuButton{
    cursor: pointer;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    color: #ff8b2a!important;
    font-size: 22px!important;
    position: absolute;
    right: 35px;
    top: 43px;
}
header.mobile .dropDown .foot{
    background:#253e49;
    padding: 30px 0 30px 52px;
    text-align: left;
    position: fixed;
    display: block;
    bottom: 0;
    width: 476px;
}

header.mobile .dropDown .foot .icons{
    display: inline-block;
    margin: 0 10px;
    width: 20px;
    height: 20px;
}
header.mobile .dropDown .foot .icons.twitter {
    background: url("/static/imgMobile/twitter-mobile@2x.png") no-repeat;
    background-size: 100%;
    width: 25px;
}
header.mobile .dropDown .foot .icons.twitter:hover {
    background: url("/static/imgMobile/twitter-mobile-hover@2x.png") no-repeat;
    background-size: 100%;
}
header.mobile .dropDown .foot .icons.facebook {
    background: url("/static/imgMobile/facebook-mobile@2x.png") no-repeat;
    background-size: 100%;
}
header.mobile .dropDown .foot .icons.facebook:hover {
    background: url("/static/imgMobile/facebook-mobile-hover@2x.png") no-repeat;
    background-size: 100%;
}
header.mobile .dropDown .foot .icons.youtube {
    background: url("/static/imgMobile/youtube-mobile@2x.png") no-repeat;
    background-size: 100%;
    width: 29px;
}
header.mobile .dropDown .foot .icons.youtube:hover {
    background: url("/static/imgMobile/youtube-mobile-hover@2x.png") no-repeat;
    background-size: 100%;
}
header.mobile .dropDown .foot .icons.instagram {
    background: url("/static/imgMobile/instagram-mobile@2x.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
}
header.mobile .dropDown .foot .icons.instagram:hover {
    background: url("/static/imgMobile/instagram-mobile-hover@2x.png") no-repeat;
    background-size: 100%;
}
header.mobile .dropDown .foot .rules{
    font-size: 24px;
    color: #ff8c2a;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    margin: 7px 0 0 6px;
    background: none;
}
header.mobile .dropDown .item{
    line-height: 60px;
    border-bottom: 1px solid #3f4b56;
    margin: 0 0 0 50px;
    text-align: left;
    padding: 10px 0 10px 10px;
    position: relative;
    cursor: pointer;
}
header.mobile .dropDown .item .icon-svg-arrow_copy{
    display: none;
    position: absolute;
    top: 9px;
    right: 32px;
    color: #fff;
    font-size: 24px;
}
header.mobile .dropDown .item:hover .icon-svg-arrow_copy{
    display: inline-block;
}
header.mobile .dropDown .item a,
header.mobile .dropDown .item > div{
    color: #ff8c2a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-family: open sans,sans-serif;
    display: inline-block;
    width: 100%;
}
header.mobile .dropDown .item:hover .itemLink{
    color: #ffffff;
}
header.mobile .dropDown .allSchools{
    display: none;
}
header.mobile .dropDown .allSchools.active{
    display: block;
    border-bottom: 1px solid #3f4b56;
    margin: 0 0 0 20px;
    padding-bottom: 5px;
}
header.mobile .dropDown #itemSchools.active{
    border-bottom: none;
}
header.mobile .dropDown #itemSchools .icon-svg-arrow_copy{
    top: 20px;
    display: block;
    transform: rotate(90deg);
    pointer-events: none;
}
header.mobile .dropDown #itemSchools.active  .icon-svg-arrow_copy{
    transform: rotate(270deg);
}
header.mobile .dropDown .allSchools a{
    padding-left: 20px;
    text-transform: initial;
    box-sizing: border-box;
    color: #ff8c2a;
    text-decoration: none;
    font-size: 15px;
    font-family: open sans, sans-serif;
    display: inline-block;
    width: 100%;
    line-height: 29px;
}
/*-Border for penultimate li element*/
header.mobile .dropDown li.item:nth-last-child(2){

    border-bottom: none;
    margin: 0 0 105px 50px;
}
header.mobile .dropDown .item .breadCrumbs a{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 23px 0;
    display: inline-block;
    max-width: 405px;
}
header.mobile .dropDown .item .breadCrumb:last-of-type a {
    color: #ffffff;
}
header.mobile .dropDown .item .breadCrumbs .breadCrumb{
    display: block;
}
header.mobile .dropDown .item .breadCrumbs .breadCrumb:hover a{
    color: #ffffff;
}
header.mobile .dropDown .item .breadCrumbs .breadCrumb:before{
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-top: 10px solid #ff8c2a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: inline-block;
    margin: 0 10px 15px 10px;
}
header.mobile .dropDown .item .breadCrumbs .breadCrumb:last-of-type:before{
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 8px solid transparent;
    display: inline-block;
    margin: 0 5px 13px 15px;
}

header.mobile .profileMenu{
    position: fixed;
    margin: 0;
    padding: 0;
     display: block;
    background: #ffffff;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    top: 0;
    transition: top 0.2s/*,opacity 0.3s*/ ease-out 0.1s;
    z-index: 99;
    -webkit-box-shadow: 0 10px 22px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 10px 22px -9px rgba(0,0,0,0.75);
    box-shadow: 0 10px 22px -9px rgba(0,0,0,0.75);
}

header.mobile .profileMenu .item.empty {
    height: 102px;
    padding: 0;
}

header.mobile .profileMenu.unActive{
    top: -1000%;
}
header.mobile .profileMenu .item{
    display: block;
    border-bottom: 2px solid #d9d9d9 ;
    line-height: inherit;
    padding: 24px 0;
}
header.mobile .profileMenu .item:hover{
    background: #f5f5eb;
}
header.mobile .profileMenu .item:hover > a{
    color: #ff8c2a;
    text-decoration: none;
}
header.mobile .profileMenu .item > a{
    font-size: 25px;
    color: #2062b3;
    display: block;
    padding: 0 0 0 10%;
    text-decoration: none;
    line-height: 30px;
}
header.mobile .profileMenu .item.logout a{
    color: #3c3c3c;
    line-height: 30px;
    box-sizing: border-box;
}
header.mobile .profileMenu .item.myProfile a{
    line-height: 28px;
}

header.mobile .profileMenu .item:nth-child(3) a .newWrap,
header.mobile .profileMenu .item:nth-child(3) a .pms{
    display: inline-block;
    text-decoration: none;
    margin-right: -4px;
}
header.mobile .profileMenu .item:nth-child(3) a .unreadWrap
{
    color: #ff8c2a;
    line-height: 23px;
    padding-top: 6px;
    display: inline-block;
    position: relative;
    margin: 0 8px;
}
header.mobile .profileMenu .item:nth-child(3) a .unreadWrap .comma {
    position: absolute;
    left: -10px;
    color: #2062b3;
    font-weight: normal;
    bottom: -3px;
}
header.mobile .profileMenu .item:nth-child(3):hover a .unreadWrap .comma{
    color: #ff8c2a;
}
header.mobile .profileMenu .item a strong{
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}
header.mobile .profileMenu .new,
header.mobile .profileMenu .pms{
    text-decoration: none;
}

header.mobile .profileMenu .new + strong{
    color: #ff8c2a;
}
header.mobile .profileMenu .unread{
    color: #ff8c2a;


}
header.mobile .profileMenu .unread + span{

}
header.mobile .profileMenu .item.close{
    text-align: center;
    border: none;
}
header.mobile .profileMenu .item.close span{
    font-size: 30px!important;
    color: #2062b3!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}
#mobileNotify .testsSubscription {
    background: #f5f5eb;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    display: none;
    text-align: left;
}
#mobileNotify .testsSubscription h1 {
    color: #f37e1a;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    margin: 0;
}
#mobileNotify .orange-dot {
    line-height: 18px;
    padding: 0 0 0 25px;
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #2a2a2a;
}
#mobileNotify .orange-dot::before {
    content: "";
    position: absolute;
    background: #f37e1a;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 15px;
}
header.mobile .scrollbar-inner > .scroll-element.scroll-y{
    z-index: 109!important;
}
header.mobile .scroll-wrapper{
    position: fixed!important;
}
.headerControlPanel{
    display: none;
    text-align: center;
    margin: 30px 0 20px;
}
.headerControlPanel .controlPanelElement{
    display: inline-block;
    color: #2062b3;
    font-size: 16px;
    font-family: "Open Sans",Sans-Serif;
    position: relative;
    width: 210px;
    text-align: left;
    margin: 0 35px;
    text-decoration: underline;
    cursor: pointer;
    max-width: 110px;
}
.headerControlPanel .controlPanelElement .icon-svg-arrow_grey{
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 13px;
    color: #41a100;
}
header.mobile div.search{
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 45;
}
header.mobile div.search .icon-svg-arrow_forum{
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -10px 0 0;
    color: #ff8c2a;
    font-size: 12px;
    transition: transform 0.2s;
    transform: rotate(90deg);
}
header.mobile div.search span.icon-svg-arrow_forum.active{
    transition: transform 0.2s;
    transform: rotate(270deg);
}
header.mobile div.search span{
    color: #666666;
    font-size: 15px;
    position: relative;
}
header.mobile div.search .icon-svg-Search{
    font-size: 16px;
    color: #ff8c2a;
    position: absolute;
    left: -20px;
    top: 0;
}
header.mobile div.search .searchMenu{
    position: fixed;
    opacity: 0;
    margin: 0;
    padding: 0;
    display: block;
    background: #ffffff;
    width: 99%;
    top: 100%;
    transition: top 0.2s,opacity 0.2s ease-out 0.1s;
    z-index: 10;
    -webkit-box-shadow: 0 10px 22px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 10px 22px -9px rgba(0,0,0,0.75);
    box-shadow: 0 10px 22px -9px rgba(0,0,0,0.75);
}
header.mobile div.search .searchMenu{
    top: -1000%;
}
header.mobile div.search.active .searchMenu{
    top: 102px;
    width: 100%;
    opacity: 1;
}
header.mobile div.search .searchMenu .search{
    position: relative;
    display: block;
    border-bottom: 2px solid #d9d9d9 ;
    line-height: inherit;
    text-align: left;
}

header.mobile div.search .searchMenu .search span.icon-svg-Search_tiping_copy{
    position: absolute;
    font-size: 14px;
    color: #afaeae;
    top: 13px;
    left: 33px;
}
header.mobile div.search .searchMenu .item{
    display: block;
    border-bottom: 2px solid #d9d9d9 ;
    line-height: inherit;
    text-align: left;
}
header.mobile div.search .searchMenu .item.unActive{
    display: none;
}
header.mobile div.search .searchMenu .item:first-of-type{
    border-top: 2px solid #d9d9d9;
}
header.mobile div.search .searchMenu .item:hover{
    background: #f5f5eb;
}
header.mobile div.search .searchMenu .item:hover a{
    color: #ff8c2a;
    text-decoration: none;
}
header.mobile div.search .searchMenu .item a{
    font-size: 15px;
    color: #2062b3;
    text-decoration: underline;
    display: inline-block;
    padding: 12px 0 12px 10%;
    width: 90%;
}
header.mobile div.search .searchMenu .item a strong{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #ff8c2a;
}
header.mobile div.search .searchMenu .item.closeSearch{
    text-align: center;
    border: none;
}
header.mobile div.search .searchMenu .item.closeSearch span{
    font-size: 15px!important;
    color: #2062b3!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    padding: 12px 44%;
}
header.mobile div.search .searchMenu .item .sorry{
    padding: 0 60px;
    text-align: center;
    display: inline-block;
}
header.mobile div.search .shadowBackgroundSearch{
    margin: 0;
    padding: 0;
    background-color: #000;
    opacity: 0.5;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
header.mobile div.search .searchCont{
    z-index: 19;
    background: white;
    padding: 11px 0;
}
header.mobile div.search .shadowBackgroundSearch.active{
    display: block;
}
header.mobile .profileMenu .item a strong{
    margin: 0 -1px 0 0;
}

header.mobile #loginBox {
    overflow-x: hidden;
}
header.mobile #loginBox .loginBySocial a {
    width: 100%;
    max-width: 380px;
    height: 40px;
    box-sizing: border-box;
    display: grid;
    align-items: center;
    grid-template-columns: 40px 1fr 30px;
    justify-content: center;
    justify-items: center;
    margin: 13px auto;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}
header.mobile #loginBox .loginBySocial a.login-btn-facebook {
    background: #3975ea;
}
header.mobile #loginBox .loginBySocial a.login-btn-google {
    background: #4285f4;
}
header.mobile #loginBox .loginBySocial a.login-btn-apple {
    background: #000;
    margin-bottom: 0;
    margin-top: 20px;
}
header.mobile #loginBox .loginHeader,
header.mobile #loginBox .loginBySocial>span {
    text-align: center;
    color: #a2a1a1;
    font-size: 16px;
}
header.mobile #loginBox .loginBySocial>span {
    width: 50px;
    position: relative;
    display: block;
    margin: 0 auto;
}
header.mobile #loginBox .loginBySocial>span:after, header.mobile #loginBox .loginBySocial>span:before {
    width: 175px;
    height: 1px;
    background-color: #bfbfbf;
    content: "";
    position: absolute;
    top: 50%;
}
header.mobile #loginBox .loginBySocial>span:before {
    left: 50px;
}
header.mobile #loginBox .loginBySocial>span:after {
    right: 50px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

header.mobile .profileMenu .item.loginForm *,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
header.mobile .profileMenu .item.loginForm *,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;}
header.mobile .profileMenu .item.loginForm ::after,::before{--tw-content:'';}
header.mobile .profileMenu .item.loginForm {background: #FFF;}
header.mobile .profileMenu .item.loginForm button{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0;}
header.mobile .profileMenu .item.loginForm button{text-transform:none;}
header.mobile .profileMenu .item.loginForm button{-webkit-appearance:button;background-color:transparent;background-image:none;}
header.mobile .profileMenu .item.loginForm p{margin:0;}
header.mobile .profileMenu .item.loginForm button{cursor:pointer;}
header.mobile .profileMenu .item.loginForm :disabled{cursor:default;}
header.mobile .profileMenu .item.loginForm  svg{display:block;vertical-align:middle;}
header.mobile .profileMenu .item.loginForm .absolute{position:absolute;}
header.mobile .profileMenu .item.loginForm .relative{position:relative;}
header.mobile .profileMenu .item.loginForm .inset-0{inset:0px;}
header.mobile .profileMenu .item.loginForm .mt-4{margin-top:1rem;}
header.mobile .profileMenu .item.loginForm .flex{display:flex;}
header.mobile .profileMenu .item.loginForm .w-full{width:100%;}
header.mobile .profileMenu .item.loginForm .max-w-\[380px\] {max-width: 380px;}
header.mobile .profileMenu .item.loginForm .cursor-pointer{cursor:pointer;}
header.mobile .profileMenu .item.loginForm .items-center{align-items:center;}
header.mobile .profileMenu .item.loginForm .justify-center{justify-content:center;}
header.mobile .profileMenu .item.loginForm .space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));}
header.mobile .profileMenu .item.loginForm .space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse));}
header.mobile .profileMenu .item.loginForm .rounded-lg{border-radius:4px;}
header.mobile .profileMenu .item.loginForm .border{border-width:1px;}
header.mobile .profileMenu .item.loginForm .border-2{border-width:2px;}
header.mobile .profileMenu .item.loginForm .border-t{border-top-width:1px;}
header.mobile .profileMenu .item.loginForm .border-\[\#14475D\]{--tw-border-opacity:1;border-color:rgb(20 71 93 / var(--tw-border-opacity, 1));}
header.mobile .profileMenu .item.loginForm .border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));}
header.mobile .profileMenu .item.loginForm .bg-\[\#FF8B2A\]{--tw-bg-opacity:1;background-color:rgb(255 139 42 / var(--tw-bg-opacity, 1));}
header.mobile .profileMenu .item.loginForm .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));}
header.mobile .profileMenu .item.loginForm .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));}
header.mobile .profileMenu .item.loginForm .p-6{padding:1.5rem;}
header.mobile .profileMenu .item.loginForm .px-2{padding-left:0.5rem;padding-right:0.5rem;}
header.mobile .profileMenu .item.loginForm .py-3{height: 40px;}
header.mobile .profileMenu .item.loginForm .text-center{text-align:center;}
header.mobile .profileMenu .item.loginForm .text-sm{font-size:0.875rem;line-height:1.25rem;}
header.mobile .profileMenu .item.loginForm .text-xl{font-size:1.25rem;line-height:1.75rem;}
header.mobile .profileMenu .item.loginForm .font-medium{font-weight:500;}
header.mobile .profileMenu .item.loginForm .text-\[\#14475D\]{--tw-text-opacity:1;color:rgb(20 71 93 / var(--tw-text-opacity, 1));}
header.mobile .profileMenu .item.loginForm .text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1));}
header.mobile .profileMenu .item.loginForm .text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));}
header.mobile .profileMenu .item.loginForm .text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));}
header.mobile .profileMenu .item.loginForm .text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));}
header.mobile .profileMenu .item.loginForm .transition-colors{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
header.mobile .profileMenu .item.loginForm .hover\:bg-\[\#e67d24\]:hover{--tw-bg-opacity:1;background-color:rgb(230 125 36 / var(--tw-bg-opacity, 1));}
header.mobile .profileMenu .item.loginForm .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));}
header.mobile .profileMenu .item.loginForm .hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1));}
header.mobile .profileMenu .item.loginForm .hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;}

@media screen and (min-width: 1024px){
    .mobileHeadWraper{
        display: none;
    }   
}
                        /*640x Header media*/
@media screen and (max-width: 1023px), screen and (max-width: 640px) {
    .dealsAnchor header.mobile,
    .dealsAnchor .headerControlPanel,
    .mobile header.mobile,
    .mobile .mobileHeadWraper,
    #phpbb .mobileHeadWraper,
    .mobile .headerControlPanel{
        display: block;
    }

    .mobile #header {
        min-width: 1290px;
        display: none;
    }
    .mobile #footerBox {
        min-width: 1290px;
        display: none;
    }
}
                        /*640x Header media END*/


                        /*320 Header media*/
@media screen and (min-width: 1px){
    .mobileHeadWraper,
    header.mobile{
        height: 66px;
    }
    header.mobile .titleItems{
        padding: 10px 0;
    }
    header.mobile .title{
        font-size: 17px!important;
        line-height: 27px;
    }
    header.mobile .menuButton{
        font-size: 14px!important;
        line-height: 46px;
    }
    header.mobile .profileButton,
    header.mobile .searchButton{
        font-size: 21px!important;
        line-height: 42px;
        padding: 0 6px;
    }
    header.mobile .profileButton .unreadMessage{
        left: 11px;
        top: 6px;
        width: 15px;
        font-size: 10px;
        line-height: 13px;
    }
    header.mobile .dropDown{
        width: 75%;
        max-height: 100%;
    }
    header.mobile .dropDown .head{
        padding: 25px 0 25px 30px;
    }
    header.mobile .dropDown .head img{
        width: 100px;
    }
    header.mobile .dropDown .item{
        line-height: 29px;
        padding: 5px 0 5px 10px;
        margin: 0 0 0 20px;
    }
    header.mobile .dropDown li.item:nth-last-child(2){
        margin: 0 0 105px 20px;
    }
    header.mobile .dropDown .item a,
    header.mobile .dropDown .item > div{
        font-size: 15px;
    }
    header.mobile .dropDown .foot{
        padding: 20px 0 20px 15px;
        box-sizing: border-box;
        width: 75%;
    }
    header.mobile .dropDown .foot .rules {
        font-size: 12px;
        padding: 0 0 0 6px;
        line-height: 24px;
        margin: 11px 0 0 5px;
    }
    header.mobile .dropDown .foot a img{
        margin: 10px 3px 0 0;
        width: 10%;
        vertical-align: middle;
        max-width: 26px;
    }
    header.mobile .dropDown .item:hover:before{
        top: 7px;
    }
    header.mobile li > .closeMenuButton {
        right: 0;
        top: 26px;
        font-size: 14px!important;
    }
    header.mobile .dropDown .head .closeMenuButton > img{
        width: 23px;
        position: relative;
    }
    header.mobile .dropDown .item .breadCrumbs a{
        font-size: 12px;
        max-width: 165px;
        line-height: 25px;
        margin: 0 0 5px 0;
    }
    header.mobile .dropDown .item .breadCrumbs .breadCrumb:before{
        border-top: 7px solid #ff8c2a;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        margin: 0 5px 3px 10px;
    }
    header.mobile .dropDown .item .breadCrumbs .breadCrumb:last-of-type:before{
        border-top: 5px solid transparent;
        border-left: 7px solid #ffffff;
        border-bottom: 5px solid transparent;
        display: inline-block;
        margin: 0 3px 3px 10px;
    }
    header.mobile .profileMenu .item{
        padding: 6px 0;
        position: relative;
    }
    header.mobile .profileMenu .item > a,
    header.mobile .profileMenu .item > a span{
        font-size: 15px;
        vertical-align: middle;
    }
    header.mobile .profileMenu .item a span{
        display: inline-block;
    }
    header.mobile .profileMenu .item a .sameIcon {
        margin-right: 4px;
        width: 21px;
        text-align: center;
        height: auto;
        max-height: 30px;
        box-sizing: border-box;
    }
    header.mobile .profileMenu .item.logout a .sameIcon,
    header.mobile .profileMenu .item.NewNotify a .sameIcon{
        vertical-align: baseline;
    }
    header.mobile .profileMenu .item.privateMsg a .sameIcon{
        vertical-align: bottom;
    }
    header.mobile .profileMenu .item a .sameIcon .icon-svg-Global_notifications_copy{
        font-size: 18px;
    }
    header.mobile .profileMenu .item a .sameIcon .icon-svg-contact-us{
        margin-top: 0;
        display: block;
    }
    header.mobile .profileMenu .item a .sameIcon .icon-svg-profile_menu-copy{
        font-size: 19px;
        color: #2062b3;
        display: block;
        margin-top: 0;
    }
    header.mobile .profileMenu .item a .sameIcon .icon-svg-workbook-blue {
        color: #2062b3;
        font-size: 19px;
        margin-bottom: 3px;
    }
    header.mobile .profileMenu .item a .sameIcon .icon-svg-logout{
        font-size: 19px;
    }
    header.mobile .profileMenu .item a strong{
        font-size: 18px;
        padding: 0 5px 0 0;
        margin: 0;
    }

    header.mobile .profileMenu .item:nth-child(3) a .unreadWrap {
        color: #ff8c2a;
        border-bottom: none;
        line-height: 14px;
        position: relative;
    }
    header.mobile .profileMenu .item:nth-child(3) a .unreadWrap b.comma {
        position: absolute;
        left: -9px;
        top: 8px;
        color: #2062b3;
        font-size: 20px;
    }
    header.mobile .profileMenu .item:nth-child(3) a .newWrap, header.mobile .profileMenu .item:nth-child(3) a .pms {
        border: none;
        line-height: 14px;
    }
    header.mobile .profileMenu .item.close span{
        font-size: 18px!important;
    }
    header.mobile .scrollbar-inner > .scroll-element.scroll-y{
        right: 5px;
        width: 6px;
    }
    header.mobile .dropDown .item .icon-svg-arrow_copy{
        top: 50%;
        margin: -14px 0 0 0;
        right: 15px;
        font-size: 13px;
    }
    .headerControlPanel{
        margin: 0 0 -8px;
    }
    .headerControlPanel .controlPanelElement{
        font-size: 12px;
        line-height: 15px;
        width: 80px;
        margin: 0 25px;
    }
    .headerControlPanel .controlPanelElement .icon-svg-arrow_grey{
        top: 8px;
        left: -18px;
        font-size: 9px;
    }
    header.mobile div.search.active .searchMenu{
        top: 66px;
    }
    header.mobile .profileMenu .item.empty {
        height: 66px;
        padding: 0;
    }
}
                        /*320 Header media END*/


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
    header.mobile .dropDown .foot{
        width: 100%;
        position: static;
    }
    header.mobile .dropDown li:nth-last-child(2){
        margin: 0 0 120px 20px;
    }
}}

@media not all and (min-resolution:.001dpcm) { @media {
    header.mobile .dropDown .foot{
        width: 100%;
        position: static;
    }
    header.mobile .dropDown li:nth-last-child(2){
        margin: 0 0 120px 20px;
    }
}}

    /*SMART BANNER*/
body .smartbanner *{
    text-shadow: none;
    font-family: open sans,Sans-Serif;
}
body .smartbanner-container:before{
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
body .smartbanner{
    box-shadow: none;
    background: #ffffff;
    position: fixed;
    z-index: 100;
}
body.mobile .smartbanner{
    top: 66px;
}
body .smartbanner-container{
    height: 82px;
}
body .smartbanner .smartbanner-info .smartbanner-title{
    font-size: 17px;
    color: #2a2a2a;
    font-weight: 600;
}

body .smartbanner .smartbanner-info{
    position: relative;
    top: -4px;
    left: -3px;
}
body .smartbanner .smartbanner-info div,
body .smartbanner .smartbanner-info span{
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    padding-top: 2px;
}
body .smartbanner .smartbanner-info div {
    padding: 1px 0;
}
body .smartbanner .smartbanner-close{
    vertical-align: top;
    background: none;
    text-shadow: none;
    box-shadow: none;
    margin: 9px 7px 0 8px;
    text-decoration: none;
}
body .smartbanner .smartbanner-button,
body .smartbanner .smartbanner-button-text,
body .smartbanner .smartbanner-button-text:hover{
    text-align: center;
    padding: 2px 10px 2px 10px;
    box-shadow: none;
    background: #f9861b;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 4px;
    text-transform: capitalize;
    text-shadow: none;
}
body .smartbanner .smartbanner-button{
    padding: 0;
    text-decoration: none;
    right: 11px;
    top: -7px;
}
    /*SMART BANNER END*/


    /*NOTIFICATIONS*/

#mobileNotify .notification_group_content {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 67px;
    background: white;
    overflow: auto;
    height: -moz-calc(100%);
    height: -webkit-calc(100%);
    height: calc(100%);
}


#mobileNotify .notification_group_count:before {
    left: -7px;
    top: 0;
    width: 7px;
    height: 15px;
}
#mobileNotify .notification_group_count:after {
    right: -8px;
    top: 0;
    width: 8px;
    height: 15px;
}

#mobileNotify .countBox,
#mobileNotify .notification_group_count,
.profileMenu .message_group_count{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ff8b2a;
}
#mobileNotify .notification_group_count {
    display: none;
}
#mobileNotify .NewNotify{
    position: relative;
}
#mobileNotify .NewNotify.new:before,
.profileMenu .privateMsg.new:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff8b2a;
    left: 15px;
    top: 50%;
    margin: -3px 0 0 0;
}

#mobileNotify .testsSubscription{
    background: #f5f5eb;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    display: none;
    text-align: left;
}


#mobileNotify .testsSubscription h1{
    color: #f37e1a;
    font-size: 15px;
    font-weight: 600;
    padding-top:10px;
    padding-bottom: 5px;
    text-align: center;
    margin: 0;
}

#mobileNotify .orange-dot{
    line-height: 18px;
    padding: 0 0 0 25px;
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #2a2a2a;
}

#mobileNotify .orange-dot::before {
    content: "";
    position: absolute;
    background: #f37e1a;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 15px;
}


.profileMenu .groupHeader h3{
    color: #1057ae;
    font-size: 14px;
    font-weight: 700!important;
    margin: 4px 0;
}
.profileMenu .groupFooter > a{
    display: inline-block;
    text-align: center;
    color: #2062b3;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    padding: 6px 0;
}
.profileMenu .groupFooter{
    text-align: center;
    border-top: 1px solid #d0d0c5;
    box-shadow: 0 0 6px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 6px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 6px rgba(50, 50, 50, 0.75);
}
.profileMenu .groupFooter > a.readMark{
    width: 62%;
    border-right: 1px solid #d0d0c5;
}
.profileMenu .groupFooter > a.close{
    width: 34%;
}
.profileMenu .noteItem{
    box-sizing: border-box;
    padding: 1px 0 1px 55px;
    position: relative;
    border-bottom: 1px solid #d0d0c5;
}
.profileMenu .noteItem.unread{
    background: #e5e5d7;
    position: relative;
}
.profileMenu .noteItem.unread:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2062b3;
    left: 10px;
    top: 27px;
}
.profileMenu .noteItem .noteImage{
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 19px;
}
.profileMenu .noteItem .noteImage .icon-svg-notification{
    font-size: 28px;
    color: #2062b3;
}
.profileMenu .noteItem > h1{
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
}
.profileMenu .noteItem > p br{
    display: none;
}
.profileMenu .noteItem > p,
.profileMenu .noteItem > p > a{
    color: #4a4a4a;
    font-size: 12px;
    text-decoration: none;
}
.profileMenu .noteItem .notificationTime{
    display: block;
    font-size: 10px;
    color: #666666;
}
.profileMenu .noteItem > p > a{
    border-top: 1px solid #d0d0c5;
    display: block;
    padding: 4px 0;
}
.profileMenu .noteItem.privateMsg > p{
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 5px;
    line-height: 15px;
    padding-top: 4px;
    margin-bottom: 3px;
}
.profileMenu .noteItem .notifyDateTimeCreate{
    display: block;
    font-size: 10px;
    color: #666666;
    line-height: 12px;
    margin: 0 0 12px 0;
}
.profileMenu .noteItem .firstLink a:nth-last-child(n-1){
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    border-top: 1px solid #d0d0c5;
    padding: 4px 0;
}
.profileMenu .noteItem .firstLink a:first-child{
    border: none;
    padding: 0;
    width: auto;
    height: 22px;
    display: inline-block;
}
    /*NOTIFICATIONS END*/

.darkTheme header.mobile .profileMenu,
.darkTheme header.mobile .profileMenu .item:hover {
  background: #22343E;
}

.darkTheme header.mobile .profileMenu .item > a,
.darkTheme.mobile .profileMenu .item a .sameIcon .icon-svg-profile_menu-copy,
.darkTheme.mobile .profileMenu .item a .sameIcon .icon-svg-workbook-blue {
 color: #F0A168;
}

.darkTheme.mobile header.mobile .profileMenu .item.logout a,
.darkTheme.mobile header.mobile .profileMenu .item.close span {
  color: #FFFFFf!important;
  opacity: 0.8;
}

.darkTheme.mobile #mobileNotify .countBox,
.darkTheme.mobile #mobileNotify .countBox span {
  color: #FFFFFf;
}
