﻿@font-face {
    font-family: "Scene";
    src: url("../fonts/AM149___.ttf");
}

body {
    padding: 0;
    margin: 0;
    background-color: whitesmoke;
    font-family: 'Scene', sans-serif !important;
    font-size: 16px;
}

.bg-aramex-red {
    background-color: #dc291e;
}

.divMainSideMenu {
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: white;
    text-decoration: none;
    font-size: 16px;
}

    .divMainSideMenu:hover {
        border-bottom-color: lightgray;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        background-color: white;
        background-color: whitesmoke;
        color: red;
        text-decoration: none;
    }

    .divMainSideMenu:hover a{
        cursor: pointer;
        color: red;
        text-decoration: none;
    }

    .divMainSideMenu a {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .divMainSideMenu a:hover {
        color: red;
        text-decoration: none;
        cursor: pointer;

    }

    .mainDivMenuAHref {
        text-decoration: none;
    }
.btnCustom {
    background-color: #dc291e;
    opacity:85%;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    height:40px;
    width:100px;
}

    .btnCustom:hover {
        background-color: #a4150d;
    }

.btn {
    background-color: #dc291e;
    border-color: #dc291e;
}

    .btn:hover {
        background-color: #a4150d;
        border-color: #a4150d;
    }

    .btn:focus {
        background-color: #a4150d;
        border-color: #a4150d;
        box-shadow:none;
    }


.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

    .center .form-floating {
        padding: 5px;
    }


.user-options {
    float: right;
    width: 70%;
    text-align: right;
    padding: 0px 45px 0px 0px;
}
.user-options a {
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
}
.user-profile-icon {
    cursor: pointer;
}
.user-profile-icon .fa-solid {
    padding: 0px 10px 0px 11px;
    color: #dc291e;
    cursor: pointer;
}
.user-profile-icon .user-icon {
    padding: 5px 49px 0px 0px;
    width: 30px;
    height: 46px;
    text-align: center;
    float: right;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 1px 1px 1px #0a0a0a;
}
.user-profile-icon .profile-options {
    position: absolute;
    right: 2%;
    top: 69%;
    background: #dc291e;
    text-align: left;
    font-size: 13px;
    display: none;
    box-shadow: 1px 1px 1px #ad1212;
    border-radius: 5px;
    cursor: pointer;
}
.user-profile-icon .profile-options .profile-otions-container {
    display: inline-grid;
}
.profile-otions-container .fa-solid {
    padding: 10px !important;
    color: #ffffff;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}