#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -16rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background: #1D1329;
    color: #F9F9F9;
}

#sidebar-wrapper .sidebar-heading {
    padding: 2.25rem;
    /*margin-top: 1rem;*/
}

#sidebar-wrapper .list-group {
    width: 13rem;
    margin-left:3rem;
    list-style: none;
    color: #F9F9F9;
    font-weight:500;
    margin-top: 3rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#navbar{
    min-height:75px;
    border-bottom: 1px solid #EAEAEA;
    background: #FFFFFF;
}

#navbarSupportedContent{
    margin-right:2rem;
}

.user-circle{
    background: #FF709B;
    border-radius: 100%;
    height:45px;
    width:45px;
    color: #FAFAFA;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display:flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.nav-item{
    padding-left: 1rem;
}

.navbar-logo{
    max-height: 65px;
}

.search-bar{
    margin-left: 2rem;
    background-origin: content-box !important;
    background-size: 20px 20px !important;
    height: 40px;
    min-width: 212px;
    padding: 15px;
    border-radius: 42px;
    border: 1px solid #E8E8E8;
}

.search-bar::placeholder{
    color: #C7C7C7;
    font-weight: 500;
    font-size: 14px;
}

.search-bar:focus{
    outline-width: 0;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.sidebar-icon{
    width:20px;
}

.list-group > li {
    margin-bottom: 1.5rem;
}

.list-group > li > a{
    color: #F9F9F9;
    font-weight: 500;
    font-size: 16px;
    vertical-align: sub;
    margin-left: 1rem;
}

h1{
    font-weight: bold !important;
    font-size: 1.75rem !important;
    color: #626262;
    display: inline;
}

.dropdown{
    display: inline-block;
}

#navbarDropdown{
    color: #A3A8AE;
    font-size: 0.875rem;
    font-weight: 500;
    margin-left:1rem;
}

.dropdown-toggle::after{
    border-top: 0.5em solid !important;
    vertical-align: baseline !important;
    border-radius: 25% !important;
}

.cms-button{
    min-height: 40px;
    background: linear-gradient(92.58deg, #AE007B 6.89%, #D1007C 99.13%);
    border-radius: 64px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #F8F8F8;
    font-weight: 500;
    font-size: 12px;
    padding-left: 2rem;
    padding-right: 2rem;
    border: none;
}

.cms-button:focus{
    outline-width: 0;
}

.cms-button:hover{
    color: #fff;
}

.cms-button.light{
    background: #EBEDEF;
    color: #A3A8AE;
}

.cms-button.header-button{
    display: inline-flex;
    vertical-align: super;
    margin-left: 2rem;
}

.preview{
    font-size: 0.5rem;
    color: #0064C0;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    vertical-align: text-top;
    font-weight: 500;
}

.preview img{
    height: 30px;
    width: 30px;
    margin-right: 0.5rem;
}

#admin-table{
    background: #FFFFFF;
    color:#A3A8AE;
    border: 1px solid #E1E1E1;
    border-collapse: separate;
    border-spacing: unset;
    border-radius: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

#admin-table th{
    font-size: 0.75rem;
    border: none;
}

#admin-table th:first-child{
    width:30rem;
}

#admin-table tbody td:first-child{
    display: flex;
    align-content: center;
    align-items: center;
}

#admin-table .thumbnail{
    height: 55px;
}

#admin-table .icon{
    width:18px;
    height:18px;
}

#admin-table tbody td{
    vertical-align: middle;
}

#admin-table input[type="checkbox"]{
    margin-right: 0.5rem;
    vertical-align: middle;
}

.headline{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.headline::placeholder{
    color: #CDCDCD;
}

.headline.sub{
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.headline:focus{
    outline-width: 0;
}

.content-box{
    border:1px solid #E8E8E8;
    border-radius:12px;
    background:#FFFFFF;
    padding:2rem;
}

.content-label{
    color: #A3A8AE;
    font-weight: 500;
    margin-top: 0.875rem;
}

.content-input{
    background: #F2F5F8;
    border-radius: 4px;
    border: none;
    width: 100%;
    padding: 0.5rem;
}

.content-input::placeholder{
    color: #A3A8AE;
}

.content-textarea{
    width:100%;
    border:1px solid #E8E8E8;
    min-height:25rem;
}

.dropzone-styling{
    width: 100%;
    border: 2px dashed #fff;
    border-radius: 12px;
    padding: 2rem;
    color: #A3A8AE;
    font-weight: bold;
    font-size:0.75rem;
    text-transform: uppercase;
    text-align:center;
}

.dropzone:hover{
    cursor: pointer;
}

.dz-max-files-reached .dropzone-styling, .dz-details, .dz-size, .dz-filename, .dz-success-mark, .dz-error-mark{
    display:none;
}

.form-label {
    font-size: 1.5rem;
}

.form-outline .form-control.form-control-lg {
    font-size: 1.5rem;
    padding-left:0;
}

.form-outline .form-control {
    padding: 0.33em 0 0 0;
    margin-top: 0.75rem;
}

.form-outline .form-control ~ .form-label {
    left: 0;
}

.form-outline .form-control ~ .form-notch .form-notch-leading {
    display: none;
}

.form-outline .form-control ~ .form-notch .form-notch-middle {
    border-top: 0;
}

.form-outline .form-control ~ .form-notch .form-notch-trailing,
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}

.conversation-list {
    list-style-type: none;
    padding: 0;
}

.conversation-list .user {
    background-color: #e6f4ff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.conversation-list .agent, .conversation-list .info {
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.conversation-list strong {
    font-weight: bold;
}


@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
        height: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -16rem;
    }
}
