::selection {
    background: rgba(255, 213, 79, 0.65);
}

body {
    background-color: #fafafa;
}

.green-btn {
    background-color: #239900;
}

.red-btn {
    background-color: #ff0000;
}

.red {
    color: #ff0000;
}

.btnNoBg {
    background: none;
    border: none;
}

.bg-opancity {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    opacity: 0.3;
    z-index: 1000;
    visibility: hidden;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}


/* Header */

.nav-link-important {
    color: black !important;
}

.Header-navbar p,
.Header-navbar a {
    margin: 0 auto;
    z-index: 1000;
    color: black;
}

.Header-navbar {
    padding: 0.5rem;
}

.navbar-body {
    display: flex;
    justify-content: space-between;
}

.navbar .container-fluid .Header-logo {
    margin-left: 2.5rem;
    z-index: 1000;
    width: 6rem;
}

.offcanvas .offcanvas-body .Header-right-itemes {
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

.offcanvas .offcanvas-body .Header-right-itemes-more img {
    margin-left: 0.5rem;
}


/* .offcanvas .offcanvas-body .nav-item .nav-icons{
    margin-left: ;
} */

.offcanvas .offcanvas-body .right-nav {
    display: flex;
    align-items: center;
}

.offcanvas .offcanvas-body .right-nav .navbar-nav .dropdown-menu {
    width: 30rem;
    overflow-x: auto;
    padding: 1rem 0.5rem;
}

.offcanvas .offcanvas-body .right-nav .navbar-nav .dropdown-menu li {
    margin: 0;
    display: flex;
}

.offcanvas .offcanvas-body .right-nav .navbar-nav .dropdown-menu .inner-nav-itemes p {
    color: #58a5fb;
    font-weight: 500;
}

.offcanvas .offcanvas-body .right-nav .navbar-nav .dropdown-menu .inner-nav-itemes .nav-inner-blue-hr {
    color: #58a5fb;
    border: 1px solid;
    opacity: 1;
}

.offcanvas .offcanvas-body .right-nav .navbar-nav .dropdown-menu .inner-nav-itemes img {
    width: 1.5rem;
}

.offcanvas .offcanvas-body .right-nav .navbar-nav .dropdown-menu .inner-nav-itemes a {
    text-align: end;
    margin: 0;
}

.offcanvas .offcanvas-body .right-nav .navbar-nav .dropdown-menu .inner-nav-itemes {
    padding-right: 1rem;
}

.offcanvas .offcanvas-body .nav-p {
    font-weight: 400;
}

.offcanvas .offcanvas-body a {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.offcanvas .offcanvas-body .nav-item a:hover {
    font-weight: bold;
}

.offcanvas .offcanvas-body .nav-item a::after {
    font-weight: bold;
}

.offcanvas .offcanvas-body .left-nav .Header-nav-phone .nav-phone-icon {
    margin-left: 0.5rem;
}

.offcanvas .offcanvas-body .left-nav .vl {
    border-left: 4px solid black;
    height: 3rem;
    border-radius: 20rem;
    margin: auto 2rem;
}

.offcanvas .offcanvas-body .left-nav .sign-in-up .sign-in-botton {
    margin-left: 0.5rem;
}

.offcanvas .offcanvas-body .left-nav .sign-in-up .sign-in-up-botton {
    padding: 0.375rem 1rem;
    font-size: 1.1rem;
}

.left-nav {
    display: flex;
}

.left-nav .sign-in-up .sign-in-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-nav .sign-in-up a {
    font-size: 0.9rem;
    font-weight: 400;
}

.left-nav .sign-in-up a:hover {
    font-weight: bold;
}

.left-nav .sign-in-up .sign-in-header .Authentication-header {
    display: flex;
    align-items: center;
}

.left-nav .sign-in-up .sign-in-header .Authentication-header a {
    padding: 0.5rem;
}

.left-nav .sign-in-up .sign-in-header .Authentication-header img {
    width: 2rem;
}

.left-nav .sign-in-up .sign-in-header .profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.5rem;
}

.left-nav .sign-in-up .sign-in-header .profile-header a {
    padding: 0.2rem 0.5rem;
}

.left-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav-phone {
    display: flex;
}

.offcanvas .offcanvas-body .side-nav-phone {
    display: none;
}

.left-nav .sign-in-up .sign-in-header .identified {
    display: flex;
    flex-direction: column;
}

.left-nav .sign-in-up .sign-in-header .identified p {
    font-size: 0.8rem;
}

.left-nav .sign-in-up .sign-in-header .identified .exit-identified {
    display: flex;
    justify-content: right;
    margin-top: 0.5rem;
}

.left-nav .sign-in-up .sign-in-header .identified .exit-identified a {
    margin: 0 0.5rem 0 0;
    text-decoration: none;
    color: #ff0000;
}


/* Main  */

.MainBody .title-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.MainBody .title-main img {
    width: 400px;
}


/* Copy Right*/

.copyRight {
    display: flex;
    justify-content: center;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus .uneditable-input:focus {
    border-color: rgba(255, 193, 7, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 193, 7, 0.6);
    outline: 0 none;
    transition: all 0.3s;
}

input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #fd7e14;
}

input[type="radio"]:checked {
    background-color: #ffc107;
    border: 1px solid #fd7e14;
}