/***
* Name: LIFICS Frontend
* Auhor: Mohamed Jailam (Javaabu);
**/


/**
* TYPOGRAPHY
**/

@font-face {
    font-family: Thaana;
    src: url('../fonts/MV_Faseyha.otf');
}

@font-face {
    font-family: Thaana;
    src: url('../fonts/MV_Waheed.otf');
    font-weight: 500;
}

body {
    font-family: Thaana;
    color: #565b5f;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.en-text {
    font-family: Arial;
}


/**
* Theme Styling
 */

.theme-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #17a2b8;
    height: 100%;
    transition: background-color 0.4s ease-in-out;
}

.theme-btn i {
    color: #fff;
}

a:hover .theme-btn i:before {
    content: '\f108';
}

a:hover .theme-btn {
    background-color: #2bb85b;
}

a:hover .theme-btn:hover {
    background-color: #2db820;
}


a.card {
    display: block;
    text-decoration: none;
}

main > .container {
    padding: 60px 15px 0;
}

.footer {
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.number-icon {
    color: #fff;
    font-size: 45px;
}

    /**
    * Override
    **/
.dropdown-toggle::after {
    content: none !important;
}

.dropdown-menu {
    background-color: #37828e;
    padding: 0;
    min-width: 15rem;
}

.dropdown-menu a {
    color: #fff;
    padding: 15px 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #17a2b8;
}

.fileinput-preview > img {
    max-width: 100%;
}