body {
    background-color: #efefef;
}

.logoimg {
    width: 154px;
}

.navbar-collapse {
    border-radius: 8px;
    padding: 13px 16px;
    text-align: right;
}

.rtl-dir {
    direction: rtl;
}

.btnactive {
    background: #6ebe45;
    border: none;
    box-shadow: 0 0 6px #6ebe4585;
    color: white;
    width: 30%;
    transition: all 0.5s;
    margin: auto;
}

.btnactive:hover {

    color: white;
    width: 50%;
}

.frminput {
    padding: 25px;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0 0 10px #d5d5d5;
    margin-top: 75px;

}

.frminput input,
.frminput select {
    background: #eaeaea;
    border: none;

}

.content-box {
    margin-top: 50px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 10px #d5d5d5;
    direction: ltr;
}
footer{
    background: #6ebe45;
    color: white;
    padding: 15px;
    text-align: center;
    direction: rtl;
            position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.frmlogin{
        max-width: 40%;
    margin: auto;
    margin-top: 58px;
}
.titlelogin{
        margin-top: 100px;
}
.result{
        border-radius: 9px;
    margin-top: 40px;
}
.ql-direction-rtl{
    direction:rtl;
}
.ql-align-right{
    text-align:right;
}

@media (max-width:991px) {
    .navbar-collapse {
        background: #cfd0d2;
        position: absolute;
        width: 90%;
        right: 5%;
        top: 128px;

    }

    .btnactive {

        width: 50%;

    }

    .btnactive:hover {

        width: 80%;
    }
    .frmlogin{
        max-width: 80%;
    margin: auto;
    margin-top: 58px;
}
}
@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }
}
.dropdown-item{
    direction:rtl;
    text-align:right;
}