/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

.site-content{
    min-height: 53vh;
}

.woocommerce-error .showlogin{
    display: none !important;
}
.thim-register form select {
    width: 100%;
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 20px;
    clear: both;
    display: block;
    min-height: 40px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.umova-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0000007d;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.umova-modal .modal-wrapper{
    background: #fff;
    padding: 40px 20px;
    width: 600px;
    max-width: 90%;
    position: absolute;
}
.umova-modal .modal-wrapper .close-modal{
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.umova-modal .modal-wrapper .form-group{
    display: flex;
    flex-direction: column;
}
.woocommerce-error .showlogin{
    display: none !important;
}

.umova#profile-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    padding: 0 20px;
}

#preload{
    display: none!important;
}

.umova-register-student-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.umova-register-student-wrapper input,
.umova-register-student-wrapper select{
    width: 300px;
}



.nav-tabs>li.active>.nav-link, .nav-tabs>li.active>.nav-lin:hover, .nav-tabs>li.active>.nav-lin:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>.nav-link  {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #337ab7;
    cursor: pointer;
}

.nav>li>.nav-link {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.homework-body{
    overflow: scroll;
    max-height: 600px;
}

.modal-body select{
    max-width: 100%;
}
.modal-footer{
    padding-top: 20px;
}

.delete-button {
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red!important;
}

.green-button {
    background-color: #4caf50 !important;
}

.google-meet-button{
    background-color: rgb(158, 158, 158) !important;
    font-size: 12px;
    margin-bottom: 10px;
}
.actions button {
    width: 100%;
}

.homework-body .homework-task-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



/*.dataTable {*/
/*    width: 100% !important; !* Задайте ширину, яку ви хочете *!*/
/*}*/