.modal-dialog-activities .modal-content {
    min-height: 650px;
    max-height: 850px;
}

.iconmenu {
    display: block !important;
}

.modal-dialog-activities #activity_details {
    max-height: 450px;
    height: 450px;
    overflow-y: auto;
}

.custom-dropzone {
    border: 1px dashed indigo;
    border-radius: 5px;
    width: 100%;
    height: 150px;
}

.dz-message {
    width: 100%;
    text-align: center;
}

.btn {
    border-radius: 5px !important;
}

.form-control {
    border-radius: 5px !important;
}

.card {
    border-radius: 8px !important;
}

.logo-gyo {
    width: 100%;
    z-index: 99;
}

.logo-gyo img {
    height: 100px;
    width: auto;
    display: block;
    margin: 3em auto;
}

.body-login {
    position: relative;
}

/* .body-login:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
} */

.az-card-signin {
    z-index: 99;
}

.az-iconbar-logo img {
    display: block;
    width: 58px;
    height: auto;
}

.az-iconbar-logo::after {
    background: transparent;
}

.logo-bar img {
    width: 170px;
    height: auto;
}

.az-iconbar-aside {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.header-course {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.header-course:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
}

.header-course-text {
    position: relative;
    color: #fff !important;
    z-index: 999;
}

.radio-color  > input { 
    display:none;
  }
  
.radio-color  > span {
    cursor:pointer;
    border:2px solid transparent;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 5px;
    margin-right: 5px;
    transition: .3s all;
}
  
  .radio-color  > input:checked + span{ 
    border: 2px solid #000;
    width: 47px;
    height: 47px;
  }