@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
      font-family: "Montserrat", sans-serif;
}

.container{
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.site-header{
    height: 100px;
    overflow: hidden;
    padding: 10px 0;
     background-color: #06283a;
     border-bottom: 2px solid #fff;
     display: flex;
     align-items: center;
}

.logo a{
    display: flex;
    width: 150px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.logo a img{
    display: inline-block;
    height: auto;
    width: 150px;
}

.t-center{
    text-align: center;
}

.uvod{
    background-color: #06283a;
    color: #fff;
    padding: 80px 0;
}

.uvod p a{
    color: #fff;
}

h1{
    margin: 20px 0;
    font-size: 28px;
}

h3{
    font-size: 16.38px;
}
p{
    margin: 16.38px 0;
}

.btns{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

#aplicant1{
       font-size: 18px;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background: #385362;
    color: #fff;
    border: none;
    font-weight: 600;
    width: 46%;
    border-radius: 5px;
    transition: all ease-in-out .3s;
    transition-timing-function: ease-in;
    cursor: pointer;
    overflow: hidden;
}

.form-section{
    padding: 0 0;
    background-image: url(../images/conference-image.png);
    background-size: cover;
    transition: .3s ease-out;
    overflow: hidden;
    max-height: 0;
}

.form-section .container{
    padding: 50px 85px;
    background-color: #fff;
    color: black;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.form-section .container h2{
    margin-bottom: 40px;
}

.form-section form input{
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 17px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    border: 1px solid #79CBD6;
    margin-bottom: 20px;
}

.form-section input[type=checkbox]{
    width: auto;
    padding: 0;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 1px;
      position: relative;
  z-index: 5;
    -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}

.form-section form div{
    display: flex;
}

.form-section label{
    font-size: 12px;
    font-weight: 700;
    color: #555555;
}


input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

.form-section form [type=submit]{
        font-size: 14px;
    margin-top: 70px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    background: #385362;
    color: #fff;
    border: none;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    transition: all ease-in-out .3s;
    transition-timing-function: ease-in;
    cursor: pointer;
    overflow: hidden;
}

.form-section form [type=submit]:hover{
    background-color: #002137;
}

.site-footer .top{
    padding-top: 50px;
}

.site-footer .top .container{
   background: linear-gradient(90deg, rgb(2 28 47) 0%, rgb(1 37 57) 24%, rgb(10 42 60) 100%);
   display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    border-radius: 5px;
    height: 180px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.site-footer .top p{display: flex; align-items: center;}

.site-footer .top p span{display: inline-block; font-size: 32px; margin-right: 15px; color: #a9b9c3;}
.site-footer .top p img{
    display: block;
    margin-right: 10px;
}

.site-footer .top p a{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-right: 10px;
}

.site-footer .top p a img{
    display: block;
    width: 50px;
    height: auto;
    margin: auto;
}

.site-footer .bottom{
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: bottom;
    min-height: 310px;
    padding-top: 60px;
}

.site-footer .bottom .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-footer .bottom .container img{
    margin-bottom: 10px;
}

.site-footer .bottom .container p{
    color: #777777;
    font-size: 15px;
}


#preloader{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    z-index: 5;
}

.login-page{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #e9ecef;
}

.login-box{
    width: 360px;
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    border-top: 3px solid #007bff;
    margin: auto;
    background-color: #fff;
}

.login-box h1{
    margin: 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 12px 20px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 17px;
    color: #777;
}

.login-box form{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    color: #666;
    padding: 20px;
}

.input-group{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1rem;
     border: 1px solid #ced4da;
      border-radius: .25rem;
}
.input-group-append {
    margin-left: -1px;
    display: flex;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777;;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
   
   
}

.input-group input{
    width: 100%;
    border: none;
    outline: none;
    padding: 6px 12px;
    font-size: 1rem;
}

.input-group.last{
    justify-content: space-between;
    border: none;
}

.input-group.last .check-wrap{    
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 60%;
}

.input-group.last .check-wrap input[type=checkbox]{
    border: 1px solid #777;
    width: 13px;
    height: 13px;
    padding: 0;
    margin-right: 5px;
     -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}

.input-group.last input[type=submit]{
    flex: 0 0 35%;
    background-color: #007bff;
    color: #fff;
    padding: .375rem .75rem;
    cursor: pointer;
}


.dashboard{
    background-color: #454d55;
}

.dashboard .site-header{
    display: none;
}

.dashboard .site-footer{
    display: none;
}

.adminPage{
    display: flex;
}

.adminPage .sidebar{
    background-color: #343a40;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    transition: .3s;
    height: 100vh;
    width: 4.6rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 8px;
    padding-left: 8px;
    position: relative;
    z-index: 1;
}

.adminPage .sidebar ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.adminPage .sidebar ul li:nth-child(2){
    display: none;
    color: #ced4da;
    padding: .5rem 1rem;
    font-size: 14px;
}

.adminPage .sidebar ul li button{
    display: block;
    color: #ced4da;
    font-size: 15px;
    padding: .5rem 1rem;
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    text-decoration: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
    width: 100%;
}

.adminPage .sidebar button span{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
   
    overflow: hidden;
     max-width: 0;
    transition: .3s;
}


.adminPage .sidebar.active{
    width: 250px;
}

.adminPage .sidebar.active button span{
     margin-left: 10px;
    max-width: 250px;
}

.adminPage .sidebar.active ul li:nth-child(2){
    display: block;
}

.adminPage .sidebar button.active{
    background-color: #4689c7;
}

.adminPage .sidebar.active button:hover{
    background-color: #454d55;
}

.adminPage main{
    flex: 1;
}

.admin-header{
    height: 57px;
     background-color: #343a40;
     padding: 8px;
     display: flex;
     align-items: center;
     justify-content: space-between;     
}

.admin-header i{
    cursor: pointer;
    color: #ced4da;
    transition: .3s;
}

.admin-header i:hover{
    color: #fff;
}

.admin-header ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.admin-header ul li a{
    color: #ced4da;
    text-decoration: none;
    transition: .2s;
}

.admin-header ul li a:hover{
    color: #fff;
}

.admin-header ul li:last-child{
    margin-left: 20px;
}

.adminPage main article{
    padding-left: 20px;
}

.dash h2{
  color: #ced4da;
  font-size: 28.8px;
  font-weight: 400;
  padding: 15px 8px;
}

.dash .flex{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px 8px;
}

.dash .left, .dash .right{
    flex: 0 0 48%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    padding-bottom: 15px;
    color: #fff;
    border-radius: 5px;
}

.dash h3{
    font-size: 35px;
}

.dash .left i, .dash .right i{
    position: absolute;
    font-size: 70px;
    right: 20px;
    top: 20px;
    color: #454d55;
}

.dash .left button i, .dash .right button i{
    position: static;
    font-size: 16px;
    color: #fff;
}

.dash .left{
    background-color: #77CA89;
}

.dash .right{
    background-color: #90b3d3
}

.dash .left button, .dash .right button{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .15);
    border: none;
    outline: none;
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
}

.usersTable h2, .apsTable h2{
    padding: 15px 8px;
    color: #ced4da;
    font-weight: 400;
    font-size: 28.8px;
}

.apsTable>div, .usersTable>div{
    padding: 7.5px;
    background-color: #343a40;
    color: #ced4da !important;
}

table td, table th{
    color: #ced4da;
}

.apsTable > div, .usersTable > div{
    border-radius: 7px;
    padding: 15px;
    width: 99%;
}

table th{
    border-color: #ced4da !important;
}
table tr{
    border-bottom: 1px solid #ced4da !important;
}
table td{
    border-right: 1px solid #ced4da;
}

table tr td:first-child{
    border-left: 1px solid #ced4da;
}

.sorting:before{
    display: inline-block;
    margin-bottom: 2px;
}


.btn{
    display:inline-block;
    padding:10px 15px;
    background:#385362;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    margin-right:10px;
    font-weight:600;
}
.btn:hover{ background:#002137; }