
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
    font-family: "Montserrat", sans-serif;
    height: 100%;
    margin: 0;
}
body, .content-wrapper {
    overflow-x: initial!important; 
}
#main {
    height: 84.3vh!important;
}
h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 30px;
    margin-left: 20px;
}
.circle {
    background-color: rgba(88, 63, 63, 0.5); 
    /* opacity: 0.9; */
    /* width: 100%; */
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    right: 100px;
    /* position: absolute; */
}
.nav-item .nav-link {
    font-family: 'Montserrat'!important;
}
.square {
    background-color: rgba(255, 51, 51, 0.9); 
    width: 50px;
    margin: 0 auto;
    height: 50px;
}
.square1 {
    background-color: rgba(255, 51, 51, 0.3); 
    width: 90px;
    top:0;
    height: 90px;
    position: absolute;
    z-index: -1;
    left: 40px;
}
.pulse {
    background-color: rgba(255, 0, 0, 0.6);
    width: calc(100% - 30px);
    height: 80px;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: -10px;
    z-index: -1;
}

.e-form {
    background-color: transparent;
    /* border: 1px solid #000; */
    /* box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.02) !important; */
    padding: 20px;
    border-radius: 5px;
}

.form-group label[for="loginform-email"],
.form-group label[for="loginform-password"] {
    display: none;
}
input[type="checkbox"]#loginform-rememberme:checked + label::before {
    background-color: #dc3545;
    border-color: #dc3545;
}

input[type="checkbox"]#loginform-rememberme + label::before {
    border-color: #dc3545;
}


input#loginform-email:focus {
    background-color: white !important; 
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom: 3px solid #ce1d3f;
    transition: border-bottom 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="email"]:focus {
    border-bottom: 1px solid #ce1d3f;
    background-color: transparent!important;

}

.navbar-nav .nav-item-level-1 a[href="/"] {
    display: none;
}
.fixed-top {
    position: initial;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="password"]::placeholder,
.form-group input[type="email"]::placeholder {
    color: #000;
    font-weight: 600;
}

.form-group button[type="submit"] {
 
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
}

.form-group a {
    color: #007bff;
    text-decoration: none;
}
.form-control:focus {
   background-color: aqua;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #ce1d3f;
}
.form-group a:hover {
    text-decoration: underline;
}
.help-block-error, .help-block {
    color: #ce1d3f;
    text-align: start;
    font-weight: 500;
}

@media (max-width: 767.98px) { 
    #main {
        height: 100%!important;
    }
    .border-right {
        border-right: 0!important;
    }
    
 }
 .account-wrapper {
    margin-top: 5rem;
}
.vertical-center  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    height: 100vh; 
}
.jum {
    position: relative;
    background-image: url('https://opescmsphp8.cdin.ro/uploads/images/contextual4.webp');
    color: #fff;
    height: 100vh!important;
    padding: 0!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff5252;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden; 
    font-size: 16px;
}
.btn:hover {
    background-color: #ff0000;
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: scale(0);
    pointer-events: none; 
}

.btn span {
    position: relative;
    z-index: 1;
}

#main-navbar {
    border-bottom: 5px solid rgba(255, 0, 0, 1);
    display: none;
}

#header {
height: 0px;
}
footer {
    display: none;
}

.full-page {
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.slide-in-down {
    animation: slideInDown 2s ease-in-out;
}

.account-sidebar {
    background-color: #fff;
    border-radius: 10px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.account-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-sidebar ul li {
    margin: 0;
}

.account-sidebar ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.account-sidebar ul li a.active {
    background-color: #ff5252!important;
    color: #fff;
}

.account-sidebar ul li a:hover {
    background-color: #f0f0f0; 
    color: #333;
}

.card {
    border: none;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2);

}
.card-footer {
    background-color: #fff;
    border-top: none;
}
