@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova.ttf');
}
*,
::after,
::before {
    box-sizing: border-box;
}


body {
    font-family: 'ProximaNova', sans-serif;
    font-size: 1rem;
    opacity: 1;
    overflow-y: scroll;
    margin: 0;
}



.montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.gradient-custom {
  background: #b47e09;
  background: -webkit-linear-gradient(to right,  rgb(180 126 9),rgb(255 255 255));
  background: linear-gradient(to right, rgb(180 126 9), rgb(255 255 255));
}
input{
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}
p{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.signup-link{
  color:  rgb(180 126 9);
}



a {
    cursor: pointer;
    text-decoration: none;
}

h2 {
    font-size: 1.75rem;
    font-weight: 600;
}

h4{
    font-size: 1.5rem;
}

.dash-name {
    color: #b37f0f;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.dash-big.btn {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 1rem 2rem;
    color: #b37f0c;
    box-shadow: 0px 0px 10px 0px #b37f0c;
    border-style: solid;
    border-width: 1px 5px 5px 1px;
    border-color: #b37f0c;
}
.dash-big.btn:hover {
    color: #fff;
    background: #b37f0c;
    border: 1px solid #b37f0c;
}

.dash_icon {
    font-size: 2rem;
}

.dash-big h3 {
    font-size: 1.5rem;
}

.submission-section .content {
    border-style: solid;
    border-width: 1px 5px 5px 1px;
    border-color: #b37f0c;
    box-shadow: 0px 0px 10px 0px #b37f0c;
    transition: background 0.3s, border 0.1s, border-radius 0.1s, box-shadow 0.1s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 35px 25px 35px 25px;
    border-radius: 30px;
}

.welcome_mess {
    font-size: 1.5rem;
    font-weight: 500;
}

li {
    list-style: none;
}

h4 {
    font-size: 2rem;
    color: var(--bs-emphasis-color);
}

hr {
  margin: 0;
}
/* Layout for admin dashboard skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    width: 100%;
    background: #f8f9fc;
}

/* Sidebar Elements Style */

.sidebar-logo {
    padding: 1.15rem;
}

.navbar{
    background-color: #fff;
}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.15rem;
    font-weight: 600;
}

.sidebar-nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

.sidebar-header {
  font-size: 1.5rem;
  padding: 1rem 1.5rem .375rem;
  font-weight: 700;
}

.sidebar-link {
  padding: 0.5rem 1.4rem;
  position: relative;
  display: block;
  font-size: 1rem;
  color: #b37f0c;
  font-weight: 500;
}

.form-group {
  margin-bottom: 1rem;
}

.btn-primary {
  background: #b37f0c;
  border-color: #b37f0c;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
}

.btn-primary:hover {
  background: #fff;
  border-color: #b37f0c;
  color: #b37f0c;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.avatar {
    height: 40px;
    width: 40px;
}

.navbar-expand .navbar-nav {
    margin-left: auto;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}




  #loader-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); 
    z-index: 1050;
  }

  #loader-overlay::after {
    content: '';
    display: block;
    width: 100px;
    height: 100px; 
    background-image: url('file:///Applications/XAMPP/xamppfiles/htdocs/laravel/notaries/public/images/loader.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .alert-success {
    background-color: #d4edda;
    color: #155724;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    text-align: center;
  }









@media (min-width:768px) {
    .content {
        max-width: auto;
        width: auto;
    }
}

.card {
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05);
    margin-bottom: 24px;
}

h2 i.fas,.fas.fa-hand-peace,.fab {
    color: #b37f0c;
    font-size: 1.5rem;
}
.dash-big:hover .fab{
    color:#fff;
}
.form-label, .form-control {
    color: #000;
    border-color: #000;
}

.form-container h4 {
    margin-bottom: 30px;
}

.form-container {
    border-style: solid;
    border-width: 1px 5px 5px 1px;
    border-color: #b37f0f;
    box-shadow: 0px 0px 10px 0px #b37f0f;
    transition: background 0.3s, border 0.1s, border-radius 0.1s, box-shadow 0.1s;
    background: #fff;
    border-radius: 30px;
}

/* Sidebar Toggle */

#sidebar.collapsed {
    margin-left: -264px;
}

.dash-big-cont {
    text-align: left;
}
.dash-big-cont p {
    margin-bottom: 0;
}
.cont-mess {
    font-size: .75rem;
    margin-bottom: 15px;
}

/* Footer and Nav */

@media (max-width:767.98px) {

    .js-sidebar {
        margin-left: -264px;
    }

    #sidebar.collapsed {
        margin-left: 0;
    }

    .navbar,
    footer {
        width: 100vw;
    }
    .dash-big h3,.btn-primary {
        font-size: 1rem;
    }
    h4{
        font-size: 1.4rem;
    }
    .submission-section .content {
        width: 100%;
    }
}
