/* CSS */
::selection{
    background-color:#000;
}
html,body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: #343a40;
    color: #e5e9ec;
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
    color: #e5e9ec;
}
a:hover{
    text-decoration: none;
    color: #e5e9ec;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0px;
    margin: 0px;
}
header, section, footer {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.rootpage{ 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rootpage .container .row{ 
    display: flex;
    justify-content: center;
    align-items: center;
}
.rootpage .rootpagein{ 
    position: relative;
    float: left;
    height: auto;
    background-color: rgb(0 0 0 / 0.24);
    box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 18%);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 15px;
    padding: 0px;
    overflow: hidden;
}
.rootpage .rootpagein .rootpage-de{ 
    position: relative;
    float: left;
    height: 695px;
}
.rootpage .rootpagein .rootpage-left{ 
    padding: 35px;
}
.rootpage .rootpagein .rootpage-left .appicon{ 
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rootpage .rootpagein .rootpage-left .appicon img{ 
    height: 116px;
}
.rootpage .rootpagein .rootpage-left .pagetitle{ 
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
.rootpage .rootpagein .rootpage-left .loginform{ 
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 25px;
}
.rootpage .rootpagein .rootpage-left .loginform .form-group{ 
    margin-bottom: 60px;
}
.rootpage .rootpagein .rootpage-left .loginform .form-group label{ 
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}
.rootpage .rootpagein .rootpage-left .loginform .form-group input{
    position: relative;
    float: left;
    width: 100%;
    height: 43px;
    background: transparent;
    border-radius: 0px;
    border: 1px solid rgb(255 255 255 / 0.25);
    outline: none;
    color: #e5e9ec;
    transition: all linear 0.1s;
}
.rootpage .rootpagein .rootpage-left .loginform .form-group input::placeholder {
    color: rgb(255 255 255 / 0.25);
    opacity: 1;
}
.rootpage .rootpagein .rootpage-left .loginform .form-group input:focus{
    outline: none;
    box-shadow: none;
}
.rootpage .rootpagein .rootpage-left .loginform button{
    position: relative;
    float: left;
    width: 100%;
    height: 43px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid rgb(255 255 255 / 0.25);
    color: #e5e9ec;
    margin-top: 25px;
}
.rootpage .rootpagein .rootpage-left .loginform button:focus{
    outline: none;
    box-shadow: none;
}
.rootpage .rootpagein .rootpage-right{ 
    background-image: url(../files/site/loginbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
}
.rootpage .rootpagein .rootpage-left .login-signuplink{ 
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    border-top: 1px solid rgb(255 255 255 / 0.25);
    padding-top: 15px;
}

.gunceldurumin{
    position: relative;
    float: left;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gunceldurumin .title{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}
.gunceldurumin .durum_items{
    position: relative;
    float: left;
    height: auto;
}
.gunceldurumin .durum_items .durum_item{
    position: relative;
    float: left;
    height: auto;
    margin-bottom: 10px;
}
.gunceldurumin .durum_items .durum_item .title{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    background-color: #27ae60;
}
.gunceldurumin .durum_items .durum_item .detail{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #2ecc71;
}
.gunceldurumin .durum_items .durum_item .detail ul{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.gunceldurumin .durum_items .durum_item .detail ul li{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    list-style-type: none;
    display: block;
    padding: 10px;
}
