/*.my_title {
    position: relative;
    margin-top: 65px;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #ed3429;
}*/

.no_scroll {
    overflow: hidden;
}

.my_title {
    position: relative;
    margin-top: 65px;
    text-align: center;
    font-size: 42px !important;
    font-weight: bold;
    color: #ed3429;
}

.my_subtitle {
    text-align: center;
    font-size: 22px;
    margin-top: -9px;
}

.loader{
	margin-top: 150px;
}

#main-body{
	min-height: 550px;
}

.items{
    margin-bottom: 10px;
}

.form-style{
    /*color: rgb(250, 250, 250);*/
    border: 1px solid rgba(0, 0, 0, 0.32);
    margin-top: 50px;
    padding: 60px;
    /*margin-bottom: -100px;*/
}

.qualification{
    margin-bottom: 20px;
}


.login_div {
    text-align: center;
    margin: 0 auto;
    margin-top: 5%;
    width: 50%;
}

.input_margin {
    margin-bottom: 20px;
}

.my_btn {
    margin: 0 auto;
    background-color: #38bfe1;
    width: 150px;
    height: auto;
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    
}

.my_btn:hover {
    background-color: #62dfff;
}

.my_btn:active {
    background-color: #00adda;
}

.mask {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    opacity: 0.4;
}

.my_alert {
    position: fixed;
    left: 20%;
    width: 60%;
    background-color: white;
    z-index: 10000;
    min-height: 25%;
    height: auto;
    top: 35%;
    text-align: center;
    padding: 20px;
    padding-top: 10px;
}

#my_alert {
    display: none;
}

#alert_title {
    font-weight: bold;
    font-size: 20px;
}

#alert_msg {
    margin-top: 20px;
    margin-bottom: 25px;
}

.logout {
    color: #fcfcfc;
    cursor: pointer;
    float: right;
}

.logout:active {
    background-color: #8a2e2b;
}

.nav1 {
    position: fixed;
    width: 100%;
    top: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ee3429;
    height: 50px;
    z-index: 9000;
}

.nav1 > li {
    float: left;
    height: 100%;
    line-height: 2;
}

.nav1 > li > a {
    display: block;
    color: white;
    text-align: center;
    height: 100%;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
}

/* Change the link color to #111 (black) on hover */
.nav1 > li > a:hover {
    background-color: #ff372b;
}

.active_me {
    background-color: #a210ab;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.new_nav_bar {
    position: fixed;
    width: 100%;
    top: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    height: 50px;
    z-index: 9000;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.75);
}

.new_nav_bar > li {
    float: left;
    height: 100%;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.new_nav_bar > li > a {
    display: block;
    color: #ee3429;
    text-align: center;
    height: 100%;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
}

.new_nav_bar > li > div:first-of-type {
    width: 50%;
    height: 30px;
    position: absolute;
    bottom: 15px;
    left: 25%;
    opacity: 0;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}

/* Change the link color to #111 (black) on hover */
.new_nav_bar > li:hover {
    background-color: #f7f7f7;
}

/*.new_nav_bar > li > a:hover {
    margin-top: -10px;
}*/

/*nav animate css*/
.riseUp {
    margin-top: -15px;
}

.fadeIn {
    opacity: 1 !important;
    margin-bottom: -15px;
}

.new_nav_bar > li.tab-current::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2CC185;
    content: '';
    
    -webkit-animation-name: selectedNav; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
    animation-name: selectedNav;
    animation-duration: 0.3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes selectedNav {
    from {bottom: -4px;}
    to {bottom: 0px;}
}

/* Standard syntax */
@keyframes selectedNav {
    from {bottom: -4px;}
    to {bottom: 0px;}
}


.loading_nps {
    text-align: center;
}

.loader_text {
    text-align: center;
    font-size: 20px;
    color: black;
/*    -webkit-animation: fadeInOut 3s linear infinite;
    animation: fadeInOut 3s linear infinite;*/
}

.app_container {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_div {
    position: absolute;
    /* background-color: aqua; */
    width: 80%;
    height: 80%;
    left: 10%;
}

.team_title {
    margin-bottom: 24px;
    font-size: 18px;
}

.login_popup_content {
    position: fixed;
    left: 10%;
    width: 80%;
    background-color: white;
    z-index: 10000;
    /*min-height: 80%;*/
    height: auto;
    top: 10%;
    text-align: center;
    padding: 20px;
    padding-top: 10px;
    border-radius: 15px;
}

.popup_close_btn {
    position: relative;
    /*bottom: 10px;*/
    left: 50%;
    margin-left: -75px;
    /* margin: 0 auto; */
    background-color: #38bfe1;
    width: 150px;
    height: auto;
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 60px;    
}

.popup_close_btn:hover {
    background-color: #62dfff;
}

.popup_close_btn:active {
    background-color: #00adda;
}


.popup_text {
    margin-top: 50px;
    font-size: 30px;
    font-size: 3vw;
    color: black;
    margin-bottom: -24px;
    font-weight: bold;
}

.blue {
    color: blue !important;
}

#login_popup {
    display:none;
}

.red {
    color:red !important;
}

.market_logo {
    position: absolute;
    font-size: 10px;
    bottom: 1px;
    left: 50px;
    color: #ed3528;
    width: 157.59px;
    text-align: left;
}