div {
    padding: 0;
    margin: 0
}

#user_adv * {
    box-sizing: border-box !important
}

.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.fade.in {
    opacity: 1
}

.modal {
    z-index: 1;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal,
.modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal .modal-backdrop {
    opacity: .3;
    background-color: #000
}

.modal .in {
    opacity: .5
}

.modal .fade {
    transition: opacity .15s linear
}

.modal-dialog {
    min-width: 850px;
    width: 800px;
    margin: 30px auto;
    position: relative;
    transform: translate(0);
    transition: transform .3s ease-out
}

.modal-content {
    height: 500px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    outline: 0;
    background-clip: padding-box
}

.modal-header {
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 4px;
    background-color: #fb8e19;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-body {
    padding: 0 60px;
    position: relative
}

.info {
    height: 290px;
    text-align: center
}

.ps__rail-x,
.ps__rail-y {
    opacity: .6;
    position: absolute
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    position: absolute
}

.ps__thumb-x {
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-y {
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}