@import url(https://fonts.googleapis.com/css?family=Cairo);
body{
    font-family: Cairo;
}

.bg-strong-bliss {
     background-image:
     -webkit-gradient(linear,left top,right top,from(#ccc),
     color-stop(19%,#f0f0f0),
     color-stop(60%,#f0f0f0),
     to(#ccc))!important;
}
.metismenu-item {
     margin-top: 2px !important;
 }
 .widget-content .widget-numbers {
     font-weight: 700;
     font-size: 1.8rem;
     display: block;
 }
 .widget-content .widget-content-right {
     margin-left: auto;
 }
 .apexcharts-canvas {
     position: relative;
     user-select: none;
 }

.table th, .table td {
    vertical-align: middle;
}

tr.notAct td {
    position: relative;
    padding: 5px 10px;
}

tr.notAct td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}
.dropdown-menu {
    min-width: 150px;
}
.dropdown-menu.dropdown-menu-right .dropdown-item span{
    margin-right: 20px;
}
.dropdown-menu.dropdown-menu-left .dropdown-item span{
    margin-left: 20px;
}
.dropdown-item {
    padding: 2px 10px;
}
.dropdown-item a{
    color: #111;
    padding: 0.5rem 1rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease,color .3s ease;
    -o-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
    cursor: pointer;
}
.dropdown-item a .metismenu-icon {
    color: #3f6ad8;
    font-size: 1rem;
    width: 30px;
    text-align: center;
    opacity: .45;
    margin-left: -10px;
}
.dropdown-item a:hover {
    opacity: .9;
    color: #3f6ad8;
    text-decoration: none;
}
.dropdown-item a:hover .metismenu-icon {
    opacity: .9;
    color: #3f6ad8;
}
.btnSubmit{
    padding: 8px 30px;
    font-size: 16px;
}
.btnSearch{
    padding: 8px 20px;
    font-size: 14px;
}
.imgPrev {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
}
.ql-container{
    height: auto !important;
    min-height: 300px;
}
.delItem{
    display: inline-block;
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
}

.imagesPreview img {
    transition: transform 0.3s ease-in-out;
}
.imagesPreview img:hover {
    transform: scale(10);
}

.variantTd hr {
    margin-top: 2px;
    margin-bottom: 2px;
}
.nav{
    padding: 0;
    margin: 0;
}
.table{
    text-align: start;
}
.app-sidebar {
    width: 280px;
    transition: width 0.3s ease;
}

.app-sidebar.hidden {
    width: 0 !important;
    display: none;
}
.widget-chart .widget-chart-content {
    min-height: 100px;
    display: flex;
    justify-content: space-between; /* Center horizontally */
    align-items: center; /* Center vertically */
}
.widget-chart h5{
    text-align: center;
}
.widget-chart a{
    color: #000;
    text-decoration: none;
    transition: transform 1s ease; /* Smooth transition */
}
.widget-chart a:hover *{
    transform: scale(1.02);
}
.widget-chart .widget-subheading {
    margin: 0;
    display: block;
    opacity: .6;
}
.widget-chart .widget-numbers {
    font-weight: 700;
    font-size: 25px;
    display: block;
    line-height: 1;
    margin: 1rem auto;
    direction: ltr;
}
.formContent{
    text-align: start;
}
.app-page-title .page-title-heading {
    text-align: start;
}
.alert {
    text-align: start;
}
.hidden {
    display: none;
}
.universityData {
    display: none;
    flex-wrap: wrap;
}
.universityTitle {
    cursor: pointer;
}
