.signup-page
{
    width: 90%;
    margin: auto;
    margin-top: 15px;
    align-items: center;
}

.iq-top-navbar {
    padding: 0;
    min-height: 73px;
    position: fixed;
    top: 0;
    left: 3em;
    right: 3em;
    width: calc(100% - 6em);
    display: inline-block;
    z-index: 99;
    background: var(--iq-body-bg);
    margin: 0;
    transition: all 0.45s ease 0s;
    border-radius: 0 0 15px 15px;
}

.content-page {
    margin-left: 0px;
    overflow: hidden;
    padding: 120px 3em 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.iq-footer {
    margin-left: 0px;
}

ul#topbar-data-icon {
    margin: 0 10px 0;
}

.navbar-collapse {
    top:75px;
}

.navbar-menu-button {
    margin-top:30px;
    line-height: 24px;
    color: var(--iq-primary);
    background: var(--iq-bg-light-color);
    border: none;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 24px;
}


.iq-top-navbar .navbar-toggler, .iq-top-navbar .iq-navbar-custom .iq-menu-bt {
    top: 18px;
}

.content-page, body.sidebar-main .content-page {
    padding: 120px 0 0;
    margin-left: 0;
}

body.sidebar-main .iq-top-navbar {
    width: auto;
    left:1em;
    right:1em;
}

body.two-sidebar.sidebar-main .content-page, body.sidebar-main .iq-footer {
    margin-left: 0;
}


.select2-container {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single{
    border:none;
}

.profile-img-edit{
    position: relative;
   overflow: hidden;
}

.profile-pic{
    position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.ui-pnotify{
    top:100px;
}

.add-button{
    width: 100%;
    position: fixed;
    bottom:5px;
    padding: 1em 1em;
    z-index: 100;
}

.iq-float-menu{
    z-index:200;
}

.img-fluid{
    object-fit: cover;
}

.height-150{
    height:150px !important;
}

.danger{
    color:var(--iq-danger);
}

#loading-feed, #no-more-feed{
    display:none;
}
