.homepageHeader {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    background-color: #121212;
    width: 100%;
    z-index: 100;
}

.homepageHeader.scrolled {
    background: unset;
    background-color: #121212;
}

.headerMenuItem {
    padding: 0 15px;
    position: relative;
    align-self: center;
    color: white;
}

.fa-clock {
    font-size: 16px;
    color: white;
    transform: translateY(5%);
    margin-right: 7px;
}

.white.currentTime {
    color: #f3f3f4;
    font-size: 14px;
    font-weight: 300;
}

.menuBtn {
    font-weight: 300;
    font-size: 14px;
    color: #f3f3f4;
    /*text-transform: uppercase;*/
}

.menuIco2 {
    font-size: 13px;
    text-align: center;
    justify-content: center;
    transform: translateY(-20%);
    position: relative;
    margin-left: 5px;
}

.flag {
    width: 27px;
    align-self: center;
    margin-right: 5px;
}

.btn.downloadBtn {
    border-right: 1.5px solid white;
    padding-right: 32px;
    /*padding: 2px 30px 2px 0px;*/
    border-radius: 0;
}

.btn {
    margin: 0;
    padding: 0;
}


/*.menuBtn i.la.la-angle-right {
    display: none;
}

.menuBtn i.la.la-angle-down {
  font-size: 10px;
  margin-top: -3px;
}*/

.menuBtn:hover, .menuBtn:focus {
    color: #64FAFF;
    /*background-color: #dedede;*/
    /*border-radius: 5px;*/
}

/*.menuSettingBtn {
  padding: 5px 0px;
}

.menuSettingBtn i {
  font-size: 25px;
  color: #121212;
  line-height: 25px;
}*/

/*.circle-icon {
    display: block;
    border: 1.5px solid #f3f3f4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 21px;
    margin-top: -3px;
}*/

/*.btn.menuBtn:hover .circle-icon, .btn.menuBtn:active .circle-icon {
    border: 1.5px solid #64FAFF;
    color: #64FAFF;
}*/

.headerMenuDropdownBox.active {
    display: block;
}

.headerMenuDropdownBox {
    display: none;
    position: absolute;
    background-color: black;
    top: 100%;
    left: 0;
    width: 170px;
    margin-top: 17px;
    animation: headerDropdownBoxFadeIn ease 0.3s forwards;
    z-index: 1;
    max-height: 100vh;
}

.headerMenuDropdownBox.right {
    display: none;
    position: absolute;
    background-color: #01677b;
    top: 100%;
    left: unset;
    right: 0;
    width: 250px;
    animation: headerDropdownBoxFadeIn ease 0.3s forwards;
    z-index: 1;
}

.headerMenuDropdownBox.active {
    display: block;
}

.menuBtn.headerMenuDropdown {
    text-transform: capitalize;
}

@keyframes headerDropdownBoxFadeIn {
    0% {
        opacity:0;
        top: 0;
        max-height: 0;
    }
    100% {
        opacity:1;
        top: 100%;
        max-height: 100vh;
    }
}

.headerMenuDropdown2.active ~ .headerMenuDropdownBox2 {
    display: block;
}

.headerMenuDropdownBox2 {
    display: none;
    position: absolute;
    background-color: #f3f3f4;
    top: 0;
    left: -250px;
    width: 250px;
    animation: headerDropdownBoxFadeIn2 ease 0.3s forwards;
    z-index: 1;
}

@keyframes headerDropdownBoxFadeIn2 {
    0% {
        opacity:0;
        left: 0;
    }
    100% {
        opacity:1;
        left: -250px;
    }
}

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

.menuDropdownBtn {
    font-weight: 300;
    font-size: 14px;
    color: #f3f3f4;
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    border-top: 1px solid #01677b;
    border-radius: 0;
}

.menuDropdownBtn:hover, .menuDropdownBtn.active {
    border-top: 1px solid #01677b;
    background-color: #01677b;
    color: #64FAFF;
}

.homepageHeaderBlackBG {
    display: none;
}

.homepageHeaderMobile {
    display: none;
}

.btn.menuDropdownBtn.changeLanguage {
    text-transform: capitalize;
}

/*side menu*/

.pageContentWrapper, .sideMenuWrapper {
    padding-top: 59px;
}

.sideMenuWrapper {
    box-shadow: none;
    background-color: white;
    border-right: 2px solid #f3f3f4;
}

.sideBarTitle {
    padding: 15px 0px 15px 20px;
    border-radius: 0;
    border-left: 5px solid transparent;
    color: #3CB6BE;
    font-size: 14px;
    font-weight: 500;
}

.sideBarItem {
    padding: 15px 0px 15px 20px;
    border-radius: 0;
    border-left: 5px solid transparent;
    color: #121212;
}

.sideBarItem:hover, .sideBarItem:focus {
    background-color: #e1e1e1;
}

.sideBarItem.active, .sideBarItem:target {
    background-color: #e1e1e1;
    border-left: 5px solid #3CB6BE;
    border-right: none;
}

.sideBarItem.active .fa, 
.sideBarItem:target .fa,
.sideBarItem.active .fas, 
.sideBarItem:target .fas {
    color: #3CB6BE;
}

.sideBarText {
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.btn [class*=" fa-"], {
     font-size: 18px; 
     text-align: center;
}

/*.sideBarIcon i {
    color: #848E9C;
}

.sideBarIcon i.active {
}*/

.seperator {
    background-color: #f3f3f3;
    height: 11px;
    width: 100%;
}

.sideBarMenuDropdownItem {
    padding: 15px 0px 15px 20px;
    color: #474C50;
    font-size: 14px;
    font-weight: 400;
    background-color: #eee;
}

.sideBarMenuDropdownItem.changeLanguage {
    text-transform: capitalize;
}

/*referral modal*/

.iconQRposition {
    top: 17%;
    left: 0;
}

img.iconQR {
    width: 50px;
    height: 50px;
    background-color: transparent;
}

.formDesign {
    background-color: #F3F3F4;
    color: #01677b;
    border-color: #e1e1e1;
    font-size: 12px;
}

.line {
    background-color: transparent;
    height: 1px;
    width: 20px;
}

.socialMediaText {
    color: #121212;
    font-size: 12px;
    text-align: center;
}

.socialMediaText:before, .socialMediaText:after {
    content: "";
    height: 1px;
    background-color: #ccc;
    width: 165px;
    position: absolute;
    top: 50%;
}

.socialMediaText:before {
    left: 0;
}

.socialMediaText:after {
    right: 0;
}

.qrModal > * > .modal-content {
    margin-top: 13%;
}

.copiedMsg {
    padding-top: 5px;
    font-size: 14px;
    color: green;
    font-weight: 400;
}

.userSidebarWrapper {
    display: none;
}

.pcNoneOnly {
    display: none;
}

@media (max-width: 990px) {

    .homepageHeader {
        display: none;
    }

    .customLogo {
        width: 100%;
    }

    .pageContentWrapper, .sideMenuWrapper {
        padding-top: 0;
    }

    .menuDropdownBtn:hover {
        background-color: unset;
        color: #f3f3f4;
        border-radius: unset;
    }

    .menuBtn {
        width: 100%;
        text-align: left;
    }

    .menuBtn i {
        font-size: 10px!important;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        transition: all .5s ease;
    }

    .menuBtn.active {
        color: #64FAFF;
    }

    .menuBtn.active i {
        transform: rotate(90deg);
    }

    .headerMenuDropdown2 i {
        font-size: 10px!important;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        transition: all .5s ease;
    }

    .headerMenuDropdown2.active {
        color: #64FAFF;
    }

    .headerMenuDropdown2.active i {
        transform: rotate(90deg);
    }

    .homepageHeader {
        width: 250px;
        position: fixed;
        top: 0;
        left: -260px;
        bottom: 0;
        background: unset;
        background-color: #121212;
        padding-top: 50px;
        overflow-y: auto;
        transition: all .5s ease;
    }

    .homepageHeader.active {
        left: 0;
    }

    .headerMenuDropdown ~ .headerMenuDropdownBox {
        animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        right: unset;
        width: 100%;
        overflow: hidden;
        transition: max-height .5s ease;
        max-height: 0;
        padding-left: 15px;
    }  

    .headerMenuDropdown.active ~ .headerMenuDropdownBox {
        max-height: 100vh;
    }

    .headerMenuDropdown2 ~ .headerMenuDropdownBox2 {
        animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        left: unset;
        width: 100%;
        overflow: hidden;
        transition: max-height .5s ease;
        max-height: 0;
    }  

    .headerMenuDropdown2.active ~ .headerMenuDropdownBox2 {
        max-height: 100vh;
    }

    .headerMenuClose {
        display: block;
        position: absolute;
        top: 10px;
        right: 0px;
        color: #6c6e86;
        font-size: 15px;
    }

    .headerUserBtn, .mobileSideBarBtn {
        position: relative;
        align-self: center;
        color: white;
        font-size: 18px;
    }

    .homepageHeaderBlackBG, .homepageHeaderBlackBG2 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0,0.5);
        z-index: 99;
    }

    .headerUserBtn.active ~ .homepageHeaderBlackBG {
        display: block;
    }

    .mobileSideBarBtn.active ~ .homepageHeaderBlackBG2 {
        display: block;
    }

    .homepageHeaderMobile {
        display: block;
        background-color: #121212;
        padding: 10px 0px;
        position: relative;
    }

    .userSidebarWrapper {
        display: block;
    }

    .sidebarMenuWrapper, .userSidebarWrapper {
        position: fixed;
        right: -250px;
        top: 0;
        bottom: 0;
        background: #fff;
        transition: right .3s;
        z-index: 101;
        overflow-y: scroll;
        width: 230px;
    }

    .sidebarMenuWrapper.active, .userSidebarWrapper.active {
        right: 0;
    }

    .mobileMenuClose {
        position: absolute;
        left: 15px;
        top: 15px;
        font-size: 18px;
        color: white;
    }

    .socialMediaText:before, .socialMediaText:after {
        width: 76px;
    }

    .flag {
        width: 20px; 
        align-self: center;
        margin-right: 10px; 
    }

    .sideBarItem {
        border-right: none;
    }

    .sideBarDropdownArrow {
        margin-top: -4px;
    }

    .qrModal > * > .modal-content {
        margin-top: 4%;
    }

    .pcNoneOnly {
        display: block;
    }

    .sideBarText {
        width: 145px;
    }

}

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {
    
    .ipadViewNone {
        display: none;
    }

    /*.sideBarItem {
        padding: 15px 0px 15px 10px;
    }*/

    /*.sideBarIcon {
        margin-right: 7px;
    }*/

    .customLogo {
        width: 100px;
    }
}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {

    .col-lg-2.ipadproOnly {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }

    .col-lg-10.ipadproOnly {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }
}