html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.breadcrumb-divider {
    --x-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.navbar-vertical-nav {
}

    .navbar-vertical-nav > .nav-item {
        margin-top: 2px;
    }

    .navbar-vertical-nav .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        white-space: nowrap;
        background-color: transparent;
        border-radius: 0.5rem;
        font-size: 0.875rem;
        font-weight: 400;
        background: none;
        border: 0;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

    .navbar-vertical-nav > .nav-item > .nav-link, .navbar-vertical-nav > .nav-link {
        padding: 0.375rem 0.5rem;
    }

    .navbar-vertical-nav .nav-link:hover, .navbar-vertical-nav .nav-link.active {
        background-color: #F5F5F5 !important;
        color: #525F7F !important;
    }

    .navbar-vertical-nav .nav-link[data-bs-toggle=collapse]:after {
        display: inline-block;
        content: "";
        background-repeat: no-repeat;
        background-size: .875rem .875rem;
        width: .875rem;
        height: .875rem;
        margin-left: auto;
        transition: all .15s ease-in-out;
    }

    .navbar-vertical-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
        color: rgb(55.8,166.2,243.8);
        transform: rotate(90deg);
    }

    .navbar-vertical-nav .nav-link[data-bs-toggle=collapse]:after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='rgba(var(--x-emphasis-color-rgb), 0.8)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }

    .navbar-vertical-nav .nav-link i, .navbar-vertical-nav .nav-link svg {
        min-width: 1.75rem;
        font-size: 1rem;
        line-height: 1.25;
    }

p.help-step {
    margin-top: 22px;
    margin-bottom: 22px;
}

.devices {
    max-width: 1140px;
    position: relative;
    overflow: hidden;
    padding: 0 .75rem 7rem;
    margin-right: -.75rem;
    margin-left: -.75rem
}

    .devices .device-mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        margin-left: 5rem;
        margin-bottom: 5rem
    }

@media (max-width:991.98px) {
    .devices .device-mobile {
        display: none
    }
}

.devices .device-browser {
    margin-left: auto;
    margin-right: 5rem
}

@media (max-width:991.98px) {
    .devices .device-mobile {
        margin-right: .5rem
    }

    .devices .device-browser {
        margin-right: auto
    }
}

.devices-shadow-none .device-browser-frame, .devices-shadow-none .device-mobile-frame {
    box-shadow: none
}

.devices-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-gap: 1rem
}

@media (max-width:991.98px) {
    .devices-wrap {
        display: none
    }
}

.devices-rotated {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
}

    .devices-rotated .devices-rotated-body {
        -webkit-transform: translate3d(15%,0,0);
        transform: translate3d(15%,0,0)
    }

.devices-top-start-50 {
    position: absolute;
    top: 0;
    left: 50%
}

.device-mobile {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 15rem;
    height: auto
}

.device-mobile-frame {
    background: #f8fafd;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189,197,209,.5),0 2rem 4rem -2rem rgba(33,50,91,.3),inset 0 -.1875rem .3125rem 0 rgba(151,164,175,.5);
    border-radius: 2rem;
    padding: .3125rem
}

.device-mobile-img {
    max-width: 100%;
    height: auto;
    border-radius: 1.6rem
}

.device-tablet {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 50rem;
    height: auto
}

.device-tablet-frame {
    background: #f8fafd;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189,197,209,.5),0 2rem 4rem -2rem rgba(33,50,91,.3),inset 0 -.1875rem .3125rem 0 rgba(151,164,175,.5);
    border-radius: 1rem;
    padding: .3125rem
}

.device-tablet-img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem
}

.device-vertical-tablet {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 30rem;
    height: auto
}

.device-vertical-tablet-frame {
    background: #f8fafd;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189,197,209,.5),0 2rem 4rem -2rem rgba(33,50,91,.3),inset 0 -.1875rem .3125rem 0 rgba(151,164,175,.5);
    border-radius: 1rem;
    padding: .3125rem
}

.device-vertical-tablet-img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem
}

.device-browser {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 50rem;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.device-browser-frame {
    background: #fff;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189,197,209,.5),0 2rem 4rem -2rem rgba(33,50,91,.3);
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.device-browser-img {
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.device-browser-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    max-width: 50rem;
    background: #fff;
    border-bottom: .0625rem solid #f1f3f8;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding: .5rem 6.5rem
}

.device-browser-header-btn-list {
    display: -ms-flexbox;
    display: flex;
    grid-gap: .25rem;
    position: absolute;
    top: calc(50% - .25rem);
    left: 1rem
}

.device-browser-header-btn-list-btn {
    width: .5rem;
    height: .5rem;
    background-color: #e7eaf3;
    border-radius: 50%
}

.device-browser-header-browser-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #677788;
    background-color: #e7eaf3;
    font-size: .5rem;
    border-radius: .125rem
}

.device-browser-lg {
    width: 60rem
}

    .device-browser-lg .device-browser-header {
        max-width: 60rem
    }