@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'sf-pro-disaply-regular';
    src: url('assets/fonts/SF-PRO-DISPLAY-MEDIUM.OTF') format("opentype");
}

.vertical-center {
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.top-right {
    color:#fff;
    position: absolute;
    background-color: #e1e2e8;
    padding: 0.4rem;
    padding-left: 0.7rem;
    border-top-right-radius: calc(0.8rem - 1px);
    border-bottom-left-radius: calc(0.8rem - 1px);
    font-size: 1.2rem;
    font-weight: bolder;
}

.bottom-left {
    color:#505152;
    position: absolute;
    background-color: #fff;
    padding: 0.35rem;
    left: 0rem;
    bottom: 0px;
    border-top-right-radius: calc(0.8rem - 1px);
    border-bottom-left-radius: calc(0.8rem - 1px);
    font-weight: bolder;
   
}

.bottom-position {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.btn-warning {
    color: #000000;
    background-color: #e1e2e8;
    border-color: #e1e2e8;
    border-width: 0.2rem;
    width: 60%;
    border-radius: 1.5rem;
}

.btn-warning:hover {
    color: #000;
    background-color: #e1e2e8;
    border-color: #e1e2e8;
}

.btn-check:focus+.btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #e1e2e8;
    border-color: #e1e2e8;
    box-shadow: 0 0 0 0.20rem rgba(112, 101, 69, 0.5);
}

.btn-check:checked+.btn-warning, .btn-check:active+.btn-warning, .btn-warning:active, .btn-warning.active, .show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #e1e2e8;
    border-color: #e1e2e8;
}

.btn-check:checked+.btn-warning:focus, .btn-check:active+.btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.20rem rgba(112, 101, 69, 0.5);
}

.btn-img {
    padding: 0rem;
}

.paddindg-top-6 {
    padding-top: 6rem;
}

.img-fluid1 {
    max-width: 100%;
    height: auto;
}

.card {
    border-radius: calc(1rem - 1px);
    background-color: transparent;
    border-color: #e1e2e8;
}

.card-img-top {
    border-top-right-radius: calc(0.9rem - 1px);
    border-top-left-radius: calc(0.9rem - 1px);
}

.card-footer1 {
    background-color: #6c757d;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 0 0.9rem 0.9rem;
}

.card-footer2 {
    background-color: #e1e2e8;
    border-top: 1px solid #e1e2e8;
    border-radius: 0 0 0.9rem 0.9rem;
    min-height: 2.3rem;
    height: fit-content;
    font-size: 2;
} 

.text-dark{
    color:white !important ;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.9rem - 1px) calc(0.9rem - 1px);
}

.image-radios {
    border-top-right-radius: calc(0.9rem - 1px);
    border-top-left-radius: calc(0.9rem - 1px);
    border-bottom-right-radius: calc(0.9rem - 1px);
    border-bottom-left-radius: calc(0.9rem - 1px);
}

.image-radios1 {
    border-top-right-radius: calc(0.9rem - 1px);
    border-top-left-radius: calc(0.9rem - 1px);
}

.text-orange {
    color: ##e1e2e8;
}

.img-width {
    width: 200px;
}

.img-width1 {
    width: 300px;
}
.text-muted {
    position: absolute;
    left: 0;
    bottom: 0rem;
    background-color: #e1e2e8;
    direction: ltr;
    padding: 0.5rem;
    border-top-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(0.8rem - 1px);
}

.text-right {
    color:#fff;
    margin-left: 3.4rem;
    font-size: 0.8rem;
    padding: 0.5rem;
    
}
.carousel-item{
    border-radius:15px;
}
.appbar {
    border-bottom-right-radius: calc(0.9rem - 1px);
    border-bottom-left-radius: calc(0.9rem - 1px);
    z-index: 1;
    width: 100%;
    background-color: #e1e2e8;
  }
  .footer {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    position: fixed;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    background-color: #e1e2e8;
    color: white;
    text-align: center;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
 }
  .pb-6{
     padding-bottom: 5rem;
 }
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 225px;
    top: 56px;
    min-width: 0px !important;
}
#layoutSidenav #layoutSidenav_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0 !important;
    flex-grow: 1;
    min-height: calc(100vh - 56px);
    margin-left: -225px;
}