﻿
.ui-autocomplete {
    z-index: 9999;
}

.myprofile-home {
    display: none;
}

.scroll_hide {
    overflow-y: hidden;
}

/*New scrollbar starts */
#tc-scrollBar.more-width {
    position: relative;
    margin-right: -5px;
}

#tc-scrollBar::-webkit-scrollbar-thumb {
    background: rgb(169, 169, 169);
    border-radius: 25px;
}

#tc-scrollBar::-webkit-scrollbar {
    width: 10px
}

#tc-scrollBar::-webkit-scrollbar-track {
    background: rgb(243, 243, 243);
}

#tc-scrollBar.more-width::-webkit-scrollbar {
    width: 15px
}

/*White Labeling styles start here*/

.ml-39{
    margin-left:39%!important;
}
.ml-25_prcnt{
    margin-left:25%!important;
}
.mt--22{
    margin-top:-22px
}
.max-w-150{
    max-width:150px;
}
.m-20-0-10-0{
    margin: 20px 0px 10px 0px
}
.m-10-0{
    margin:10px 0;
}
.max-w-522{
    max-width:522px;
}
.mt-231{
    margin-top:231px;
}