body {
    color: #71748d;
    background-color: #efeff6 !important;
    -webkit-font-smoothing: antialiased
}

.mt-20 {
    margin-top: 50px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d405c;
    margin: 0 0 15px 0;
}

h1 {
    font-size: 34px
}

h2 {
    font-size: 28px;
    line-height: 30px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px;
    line-height: 26px
}

h5 {
    font-size: 15px;
    line-height: 26px
}

h6 {
    font-size: 12px
}

p {
    margin: 0 0 20px 0
}

p:last-child {
    margin: 0
}

a {
    color: #71748d
}

a:hover {
    color: #ff407b;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

.btn-secondary {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b
}

.btn {
    font-size: 14px;
    padding: 9px 16px;
    border-radius: 2px
}

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0;
    border-bottom: 0
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    color: #71748d;
    background-color: #dddde8;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px
}

.tab-vertical .nav-tabs .nav-link.active {
    color: #5969ff;
    background-color: #fff !important;
    border-color: transparent !important
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0 !important
}

.tab-vertical .tab-content {
    overflow: auto;
    height: 100vh;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    background: #fff;
    padding: 30px
}
.text-bold {
    font-weight: bold
}

.header {
padding-bottom: 15px;
}
.w{
    min-width: 40rem;
}