.font-family-pacifico {
    font-family: 'Pacifico', cursive;
}

.form-control,
.form-select
{
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
}

.selectize-input
{
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 23px !important;
    -webkit-border-radius: 23px !important;
    -moz-border-radius: 23px !important;
    padding: 9px 20px;
}

video.background
{
    /** Simulationg background-size: cover */
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body.authentication-bg {
    background-image: url(../images/background-login.jpg);
    background-size: cover;
    background-position: center;
}

.btn
{
    border-radius: 100px;
}

.form-control:focus
{
    border-color: #ff6000;
}


.card
{
    border-radius: 2.25rem;
}

.right-bar .rightbar-title
{
    background:  #EC663B !important;
}

.alert-danger
{
    text-align: left;
    line-height: 16px;
}


.invalid-feedback
{
    text-align: left;
}

.input-group
{
    border-radius: 15px;
    overflow: hidden;
}

.input-group-text
{
    border: 0px;
    background: transparent;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)
{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.zoom-photo:hover img
{
    transform: scale(25);
    z-index: 99999;
    position: absolute;
    left: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


.ribbon span
{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0 8px 0 rgba(50,58,70,.06),0 1px 0 0 rgba(50,58,70,.02);
    background: #71b6f9;
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: bold;
    letter-spacing: 6px;
}


body[data-leftbar-color="brand"] .left-side-menu
{
    background-color: #EC663B;
}

body[data-leftbar-color="gradient"] .left-side-menu
{

}

body[data-leftbar-color="brand"] .logo-box {
    background-color: black;
}

#message #message-nano-wrapper {
    top: 200px;
}

.list-inline-item .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px;
    position: absolute;
    top: 18px;
    left: 1.4em;
    z-index: 1;
}

.selectize-input {
    padding: 18px 20px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 14px 12px 14px;
}

.sortable {
    border: 4px solid #f1f1f1;
    border-radius: 18px;
}

.border-radius-0 {
    border-radius: 0px !important;
}
