/* Custom CSS */
:root {
    --animate-delay: 10s;
    font-family: 'Cairo', sans-serif;
}

.jumbotron {
    background-image: url(https://via.placeholder.com/1200x600);
    background-size: cover;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

footer {
    margin-top: 50px;

}

body {
    font-family: 'Cairo', sans-serif;
}

.container {
    font-family: 'Cairo', sans-serif;
}

#verticalbar {
    height: 40px;
    width: 1px;
    background: #97a2b0;
}

.textColor {
    color: #047e16;
    font-weight: bolder;
}

.searchInput {
    width: 320px;
    border-radius: 10px;
    border: none;
    padding-top: 14px;
    padding-bottom: 4px;
    border: 1px solid #d5d6d6;
}

.searchInput:focus-visible {
    outline: none;
}

.blacktxet {
    color: #000;
}

input.searchInput::placeholder {
    vertical-align: middle;
}

.searchImg {
    top: 13px;
    right: 290px;
}

.changeWidth {
    width: 36px;
}

.iconChange:after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.iconChange:hover::after {
    width: 100%;
    background:#54ff00;
    border-radius: 20px;
}

.iconHeight {
    height: 22px;
    width: 22px;
}

.iconChange:hover a {
    color: #000000;
}

.iconChange .iconHeight {
    transition: all 500ms;
}

.iconChange i::before {
    width: inherit !important;
    height: inherit !important;
}

.iconChange:hover .iconHeight {
    transform: translateX(180%);
    transform-origin: right;
    transition: transform 500ms ease-in-out;
}

.smallFont {
    font-size: 15px;
    font-family: 'Cairo', sans-serif;
}

#hostBtn {
    align-items: center;
    justify-content: space-between;
    width: auto;
    background-color:#34f2bf;
    color: #000;
    background: linear-gradient(to left, #34f2bf 50%, #02e46e 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

#hostBtn:hover {
    background-position: left;
}

#loginBtn {
    align-items: center;
    justify-content: space-between;
    width: 74px;
    color: #000;
    background-size: 200%;
    transition: 0.5s ease-out;
}

#loginBtn:hover {
    background-position: left;
}

#iconContainer {
    border-radius: 99px;
    width: 40px;
    height: 40px;
    /* background-color: #00000038; */
    /* backdrop-filter: blur(6px); */
    border: 1px solid #07ff7e;
    
}

.imageuser {
    height: 185px;
    border-radius: 121px;
    border: 3px solid #00ed7e;
    
}

.extraSmallFont {
    font-size: 12px;
    border-bottom: 2px solid transparent;
    font-family: 'Cairo', sans-serif;
}

#secondNav {
    background: #ffffff41;
    z-index: 2;
    border-radius: 40px;
    backdrop-filter: blur(26px);
    opacity: 1.8;
}

#onenav {
    position: sticky;
    right: 0px;
    left: 0px;
    top: 0px;
    background-color: #ffffff41;
    z-index: 2;
    border-radius: 90px;
    backdrop-filter: blur(26px);
    opacity: 1.8;
}

@media screen and (max-width: 1400px) {
    .brand {
        font-size: 18px;
        font-family: 'Cairo', sans-serif;
    }

    .brandSubHeading {
        font-size: 12px;
        font-family: 'Cairo', sans-serif;
    }

    .searchInput {
        width: 280px;
    }

    .iconHeight {
        height: 20px;
        width: 20px;
    }

    .searchImg {
        top: 12px;
        right: 250px;
    }
}

/* body */
#bodyContent {
    min-height: calc(100vh - 77px)
}

.maintextColor {
    color: #05c85b;
    font-family: 'Cairo', sans-serif;
}

.horizontalBar {
    max-width: 200px;
    height: 2px;
    background: #34f274;
}

.extraSmallFont.active {
    border-bottom: 2px solid #14ffa5;
}

ion-icon {
    --ionicon-stroke-width: 16px;
}

.dropdown-menu {
    display: none;
    /* يتم إخفاء القائمة المنسدلة افتراضيًا */
    position: absolute;
    z-index: 1;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background-color: #eee;
}

.dropdown-toggle::after {
    display: none;
}

.Product:hover {
    animation: pulse;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}

.title {
    display: none;
    font-family: 'Cairo', sans-serif;
}

.title {
    display: block;
    animation: jackInTheBox;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
    animation-delay: 2.5s;
}

.fade-left {
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft;
    animation-fill-mode: forwards;
}

.logo i::before {
    width: 35px !important;
    height: 35px !important;
    margin-left: 5px !important;
    color: #41ff76;
}

.footer-basic {
    padding: 40px 0;
    background-color: #ffffff;
    color:#10ff84;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social>a:hover {
    opacity: 0.9;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

.dropdown-menu {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin: 0;
}

.navbar li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(90deg);
}

.dropdown-toggle {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cardf:hover {
    animation: pulse;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
    background-color: #00fcdb;
    color: #000;
}

.bi {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentcolor;
}

.bd-gutter {
    --bs-gutter-x: 3rem;
}

.dropdown-menu-end {
    --bs-dropdown-min-width: 8rem !important;
    padding: 4px !important;
}

.dropdown-menu .dropdown-item {
    border-radius: 0.25rem !important;
}

.dropdown-item {
    border-radius: 0.25rem !important;
}

.mode {
    justify-content: space-between;
    flex-direction: row-reverse;
}

.form-control:focus {
    box-shadow: none !important;
    border: 2px solid #00fc88 !important;
}

.Notification.unread {
    height: 4.5rem;
    border-right: 5px solid #07ff82 !important;

}

.Notification:hover {
    background-color: #55555562;
    animation: pulse;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
}

.Notificationimg {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 88px;
    margin: 5px;
    /*box-shadow: 0px 0px 3px 3px #ffc107;*/
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #000;
    border: 2px solid #9d9d9d;
}

.Notificationi {
    width: 2rem;
    height: 2rem;
    border-radius: 88px;
    margin: 5px;
    box-shadow: 0px 0px 1px 0px #07ffbe
}

.iconnot {
    height: 22px;
    width: 22px;
}

@media (max-width: 576px) {
    .contents {
        display: contents !important;
    }

    .bg-balance {
        background-color: #14ffb5 !important;
        border-radius: 10px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000 !important;
        height: 10rem !important;

    }
}

option {
    padding: 1px;
    text-align: center;
    border-radius: 9px;
    background-color: hsla(51, 5%, 29%, 0.415) !important;
    margin: 10px;
}


