
#header-div{
    position: fixed;
    top: 0 !important;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 20;
    left: 0;
    border-radius: 0px 0px 20px 20px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 4px 0px #43434340;
}

.logo{
    display: flex;
    gap: 15px;
    align-items: center;
}

.logo .logo-svg svg{
    width: 110px;
    height: 30px;
}

.collapse > .gapp{
    gap: 35px;
}

.gapp .nav-item > a{
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    color: #373737;
}

.gapp .nav-item > .active {
    color: var(--primary-color);
    font-weight: 700;
}

.nav-buttons{
    gap: 10px;
    /* padding-right: 20px; */
}

.center-nav-links {
    width: 213px;
    justify-content: flex-end;
}

.nav-buttons button{
    padding: 6px 6px;
    border: none;
    width: 120px !important;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    border-radius: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-expand-md .navbar-collapse {
    gap: 20px !important;
}

.language-button{
    display: flex;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border-radius: 10px;
    padding: 4px;
}
.language-button input[type="radio"] {
    display: none;
}

.language-button input[type="radio"]:checked + label {
  color: #ffffff;
}
  
.language-button label {
    display: inline-block;
    /* background-color: #ddd; */
    /* padding: 2px 8px; */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    /* width: 200px; */
    /* height: 45px; */
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 6px;
    width: 40px;
    height: 27px;
    line-height: 10px;
}

.language-button label[for="radio1"]{
    font-size: 13px;
    /* font-weight: 600; */
}

.language-button label[for="radio2"]{
    display: flex;
    gap: 10px;
}

.language-button label[for="radio2"]{
    font-size: 13px;
    /* font-weight: 600; */
    color: #373737;
}
.dropdown-menu input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}




.language-button input[type="radio"]:checked+label {
    background-color: var(--primary-color);
}

header{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #F5F6F8;
}

.header-div{
    display: flex;
    flex-direction: column;
    width: 83%;
    margin-top: 100px;
    padding-bottom: 85px;
}

.main-content{
    width: 100%;
    display: flex;
}
.header-content{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.header-content span{
    color: #989898;
    /* font-size: 10px; */
}

.header-content h3{
    color: #585858;
    font-size: 40px;
    font-weight: 600;
    max-width: 520px;
}
.header-content h3 span{
    color: var(--primary-color);
}

.header-content .paragraphs{
    display: flex;
    flex-direction: column;
}

.header-content .paragraphs span{
    color: #565656;
    font-size: 20px;
    line-height: 32px;
    /* font-weight: 600; */
}

.header-img{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-img .header-svg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-img .header-svg img{
    width: 80%;
}

.header-div .header-form{
    /* width: fit-content; */
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 7px;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border-radius: 10px;
}
.header-form .input-svg svg{
    width: 35px;
    height: 35px;
}
.header-form input{
    width: 300px;
    border: none;
    outline: none;
    margin-left: 5px;
}
.location-svg{
    display: flex;
    align-items: center;
    padding: 8px 8px;
    background-color: #F3EFFA;
    border-radius: 50%;
}
.location-svg svg{
    width: 14px !important;
    height: 14px !important;
}
.header-form button{
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 5px 25px;
}

.setting-profile{
    display: flex;
    align-items: center;
    gap: 8px;
}
.setting-profile button{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: normal;
    /* margin-left: 10px; */

}
.setting-profile button .span{
    display: flex;
    flex-direction: column;
    line-height: 18px;
    text-align: left;
}

.setting-profile button .span span:first-of-type{
    color: #494949;
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
    word-break: break-all;
}
.setting-profile button .span span:last-of-type{
    color: #7F7F7F;
    font-weight: 600;
    font-size: 14px;
}
.user-img{
    width: 38px;
    height: 38px;
    /* border: 3px solid #2A1284; */
    border-radius: 10px;
}

.user-img img{
    width: 38px;
    height: 38px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    border: 2px solid var(--primary-color);
}

.nav-setting-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    padding: unset;
}


/* notification and profile container styles */

.notification-profile-container {
    display: flex;
    gap: 20px;
}

.notification-profile-container > .notification-container > button {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373737;
    padding: unset;
}

.notification-profile-container > .notification-container > .dropdown-menu {
    right: 0;
    left: unset;
}

.notification-svg {
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.notification-svg > svg {
    width: 100%;
    height: 100%;
}

/* notification dropdown */
.notification-dropdown-menu {
    width: 500px !important;
    max-height: 370px !important;
    min-height: 75px;
    overflow-y: auto !important;
    padding: 0px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    border: 1px solid #ECECEC !important;
    box-shadow: 0px 0px 5px 0px #00000021 !important;
    margin-top: unset !important;
    right: 0 !important;
    top: 50px !important;
    left: unset !important;
    cursor: default;
}

.notification-dropdown-menu > .dropdown-item{
    padding: 0px;
}

.notification-dropdown-menu > .dropdown-item:hover {
    background-color: unset !important;
    color: #000000 !important;
    cursor: pointer;
}

.notification-dropdown-menu > .dropdown-item > hr {
    margin: 5px;
}

.notification-dropdown-menu > .dropdown-item:last-child > hr {
    display: none;
}

.notification-dropdown-menu > .dropdown-item > .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-dropdown-menu > .dropdown-item > .header > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    cursor: default;
    color: #000000 !important;
}

.notification-dropdown-menu > .dropdown-item > .header > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: var(--primary-color);
}
.notification-dropdown-menu > .dropdown-item > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container .image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    /* max-width: 70%; */
    overflow: hidden;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info > span:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info > span:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.8px;
    text-align: left;
    color: #494949;
    word-wrap: break-word;
    white-space: pre-line;
}

.notification-dropdown-menu > .dropdown-item > div > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.notification-dropdown-menu > .dropdown-item > div > div:last-child  > span:last-child{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.8px;
    text-align: left;
    color: #313131 !important;
    top: 3px;
    position: relative;
}


.buttons > .add-show {
    border: none;
    background-color: var(--primary-color);
    padding: 9px 34px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;

}

.has_unread_indicator {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #dc3545;
    top: 2px;
    right: 0px;
    border-radius: 50%;
    color: #ffffff;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.toast-info {
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.toast-info .title{
    font-weight: 500;
    text-transform: capitalize;
}

.toast-info .body {
    font-weight: 400;
}

/* profile dropdown */

.profile-dropdown{
    padding: unset;
    border-radius: 8px;
    border: unset;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    padding: 10px !important;
    overflow: unset !important;
    min-width: unset;
    width: fit-content;
}

.profile-dropdown hr{
    padding: unset;
    margin: unset;
}

.profile-dropdown .dropdown-item {
    cursor: pointer;
    height: 30px;
    width: fit-content;
}

.profile-dropdown.show > .dropdown-item:hover span {
    color: #000000 !important;
  }

.profile-dropdown .dropdown-item span {
    font-size: 14px;
}

.profile-dropdown .dropdown-item:active,
.profile-dropdown .dropdown-item:hover {
    background-color: unset;
}

.profile-dropdown .dropdown-item:first-child {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

.profile-dropdown .dropdown-item:last-child {
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
}


.for-mobile{
    display: none;
}

.for-notification-setup{
    display: flex;
    align-items: center;
    gap: 8px;
}

.for-notification-setup .notification-svg{
    display: none;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.notification-svg .for-unread-notifications{
    width: 13px !important;
    height: 13px !important;
}

@media screen and (max-width: 768px) {
    .navbar-flex{
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse
    }

    .navbar-flex .navbar-nav{
        margin-left: unset !important;
        margin-top: 10px;
    }
    .setting-profile {
        flex-direction: row-reverse;
    }
    .notification-dropdown-menu {
        width: 432px !important;
        max-height: 340px !important;
        margin-top: unset !important;
        right: 0px !important;
        top: 50px !important;
        left: -364px !important;
    }
    .for-web{
        display: none;
    }
    .for-mobile{
        display: flex;
    }
    .for-notification-setup .notification-svg{
        display: flex;
    }
    .new-notification svg {
        width: 14px !important;
        height: 14px !important;
    }

    .collapse > .gapp {
        gap: 0px !important;
    }
    .navbar-toggler{
        padding: 3px 6px !important;
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
    .notification-svg svg {
        width: 38px !important;
        height: 38px !important;
        flex-shrink: 0;
    }
    
}


@media screen and (max-width: 450px){
    .notification-dropdown-menu > .dropdown-item > div > .image-info-container .image img{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        object-fit: cover;
    }
    .new-notification svg {
        width: 14px !important;
        height: 14px !important;
    }
    .notification-dropdown-menu {
        width: 388px !important;
        left: -310px !important;
    }
    .navbar-toggler-icon{
        width: 20px !important;
        height: 20px !important;
    }
    .navbar-expand-md{
        background-color: #F3EFFA;
    }
    .nav-buttons button {
        padding: 3px 10px 3px 10px;
        font-size: 16px;
        border-radius: 6px;
    }
    .notification-svg svg {
        width: 13px;
        height: 13px;
    }
}

@media screen and (max-width: 400px){
    .notification-dropdown-menu {
        width: 345px !important;
        left: -268px !important;
    }
    .notification-dropdown-menu > .dropdown-item > div > .image-info-container .image img {
        width: 28px;
        height: 28px;
    }
    .notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info{
        gap: 0px !important;
    }
    .notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info > span:first-child {
        font-size: 14px;
    }
    .notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info > span:last-child {
        font-size: 12px;
    }
}







/* for language translations */


[lang="ar"] {
    #header-div{
     direction: ltr;
    }
    .profile-dropdown{
        left: -20px !important;
    }
    .profile-dropdown .dropdown-item {
        width: 100%;
        justify-content: flex-end;
    }
 }