@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body{
    background-color: #ebebeb;
}
.login-area{
    border: 1px rgba(0, 0, 0, 0.245) solid;
    padding: 80px 100px !important;
    border-radius: 18px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: -30px;
    width: 200px;
    transform: translateX(-50%);
  }

.wrapper {
    display: flex;
    flex-direction: row;
}

a {
    text-decoration: none !important;
    color: white;
    font-family: 'Montserrat', sans-serif;

}

a:hover {
    color: white;
}

.sidebar {
    height: 100vh;
    width: 250px;
    border-right: 1px black solid;
    background-color: #34495E;
    position: fixed;
}

.sidebar .sidebar-logo {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .sidebar-logo img {
    width: 170px;
    height: 45%;
}

.sidebar .send-sms {
    margin-top: 10px;
}

.sidebar .send-sms a,
.sidebar .register a,
.sidebar .logout a,
.sidebar .list a,
.sidebar .status a {
    width: 100%;
    height: 45px;
    line-height: 43px;
    padding: 0 0 0 10px;
    font-size: 16px;
    border: 1px black solid;
    margin: 5px 0;
    color: #fff;
    transition: all 300ms ease-in-out;

}

.sidebar .send-sms a:hover,
.sidebar .register a:hover,
.sidebar .logout a:hover,
.sidebar .list a:hover,
.sidebar .status a:hover {
    background-color: #293c4e;
    color: #fff;
    transition: all 3   00ms ease-in-out;

}

.sidebar a {
    display: inline-block;
}

.sidebar i {
    font-size: 16px;
    margin: 0 7px;
    color: #fff;
}

.copyright {
    text-align: center;
    color: white;
    margin-top: 30px;

}

.main-area {
    width: calc(100vw - 270px);
    height: 100vh;
    padding: 100px 20px !important;
    text-align: center;
    height: 100%;
    min-height: 100vh;
}

.main-area {
    text-align: center;    background-color: #ebebeb;
    position: relative;
    left: 250px;
}

.main-area .title {
    margin-bottom: 50px;
}

form .form-row {
    margin-bottom: 20px;
}
th,td,tr{
    border: 1px black solid;
}
a i {
    color: black;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 100% !important;
}

.fail-pass{
    float: right;
    background: red;
    padding: 5px 10px;
    margin: 7px;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}

/* .menu-head {
    position: fixed;
    top: 0;
    border: 1px solid black;
    width: 100vw;
    height: 75px;
    left: 250px;
} */

.slide-toggle {
    position: fixed;
    top: 0;
    left: 250px;
    padding: 20px;
    font-size: 22px;
    cursor: pointer;
}

.show {
    display: none;
}

@media (min-width: 992px) {
    .slide-toggle {
        display: none;
    }
    
}
