
.navbar-brand {
    font-size: 20px;
    font-family: sans-serif;
}


.navbar-nav .nav-link {
    padding-left: 1px;
    padding-right: 1px;
}

.wrap {
    padding-top: 4.5rem!important;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
    padding-bottom: 3rem!important;
}

footer {
    padding: 0px 0px 0px 0px;
    background-color: #f8f9fa!important;
    margin: 0px;
    z-index: 888!important;
    font-size: 13px;
}

.fa {
    padding: 20px;
    font-size: 23px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.5;
    text-decoration: none;
}

/***sidebar****/
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #f8f9fa;
    color: #7c7c7c;
    transition: all 0.3s;
    position: fixed;
    margin-left: 0px;
    top: 56px;
    z-index: 999;
    padding-top: 50px;
    height: 100%;
}

.sidebar-active {
    margin-left: -250px!important;
}

.sidebar .profile_image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
}


.sidebar a {
    color: #7c7c7c;
    display: block;
    width: 100%;
    line-height: 60px;
    text-decoration: none;
    padding-left: 40px;
    box-sizing: border-box;
    transition: 0.5s;

}

.sidebar a:hover {
    background: #19B3D3;
}

.sidebar i {
    padding-right: 10px;
}

/****/
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}


#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

/***dashboard***/
.container {
    padding-left: 14rem;
    transition: all 0.3s;
}


a:link {
    text-decoration: none;
}

.order-card {
    color: rgb(255, 255, 255);
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.card {

    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: 1px solid black;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}
.card a {
    color: #ffffff;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}
header {
    left: 0px;
    right: 0px;
}

/***button***/

.btn-outline-success {
    border-radius: 20px !important;
    border: 2px solid rgb(140, 243, 146);
    color: #9e9e9e!important;;
}

.btn-outline-success:hover {
    color: #fff !important
}

.btn-outline-success:active,
.btn-outline-success.active {
    box-shadow: none !important;
    outline: none !important
}


input[type="submit"] {
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 14px 40px;
    outline: none;
    color: #9e9e9e;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer
}

input[type="submit"]:hover {
    background: #2ecc71
}


/***quize view**/
.form-check {
    margin-top: 10px;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.form-check input {
    padding: 8px;
}
/***questions table***/
#question-table span {
    padding: 5px;
    background-color: #aed9fb;
}

.question-content {
    max-width:200px;
}
