*:focus {
    outline: none;
}

html {
    background-color: black;
}

audio, video {
    width: 100%;
    /* height: 100px; */
}

.img-attachment {
    vertical-align: top;
    height: 100%;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.main-page {
    margin-top: 130px;
    /* margin-bottom: 30px; */
}


.nav, .bg-white, #login-form, .login-box {
    box-shadow: -1px 1px 20px 2px inset rgba(0, 0, 0, 0.3) !important;
}

.nav, .card{
    box-shadow: -1px 1px 20px 2px inset rgba(0, 0, 0, 0.3);
}

.center-heading .section-title {
    padding-top: 20px;
    font-size: 45px;
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);*/
}

.select2-selection{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-selection__arrow{
    display: none;
}

label{
    width: 100%;
}

.select2-container {
    max-width: 100%;
}

.article {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 30px 30px 40px 30px;
}

.article img, .article .article-img{
    object-fit: cover;
}

.article img{
    width: 340px;
    height: 210px;
}

.article .article-img{
    width: 100%;
    height: 300px;
}

.btn-primary{
    font-size: 15px;
    border-radius: 20px;
    padding: 17px 30px;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
    border: none;
    outline: 0;
}

.text-primary {
    color: #f9a828!important;
}

#login-column{
    width: 100%;
}

.background-primary, .btn-primary, .background-primary .text-primary, .btn-primary:disabled {
    background-color: #f9a828;
}

.unread,
.background-primary:hover,
.background-white:hover,
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #f07d13;
}

.unread p,.unread h3, .unread h6,
.background-primary:hover,.background-primary:hover p, .background-primary:hover button,
.background-white:hover,.background-white:hover p, .background-white:hover h3, .background-white:hover h5, .background-white:hover h6, .background-white:hover .text-primary, .background-white:hover .user-name, .background-white:hover span,
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: white!important;
}

button {
    font-size: 15px;
    border-radius: 20px;
    padding: 17px 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
}

.help-btn {
    position: fixed;
    bottom: 0.5rem!important;
    right: 0.5rem!important;
    z-index: 1000;
}

.add-button{
    width: 190px;
}

.rounded{
    border-radius: 20px !important;
}

.text-muted {
    color: #777!important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #fff!important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f9a828;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(249 168 40);
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.avatar img {
    height: 100px;
}

.material-icons {
    line-height: 50px;
}

.send {
    font-size: 17px;
    line-height: 0px;
    padding-top: 10px;
}

.input-group-append {
    /* height: 20px; */
}

.sq-btn {
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    /* font-size: 26px; */
    font-weight: 400;
    font-size: 1rem;
    border-radius: 30px!important;
}

/* messages */

.chatlist-overflow {
    overflow-y: scroll;
    height: 60vh;
}

.shadow-15, .card, .modal-content {
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
}

.chat-user .media {
    float: left;
    max-width: 80%
}

.chat-you .media {
    float: right;
    max-width: 80%;
}

.chatlist img {
    height: 40px;
    vertical-align: top;
    width: auto;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    border-radius: 10px;
    line-height: 90px;
}

.chatlist {
    border: 0;
    margin-top: auto !important;
}

.chatlist-overflow {
    display: flex;
    flex-direction: column;
}

.chatlist li.list-group-item {
    border: none;
    padding: 10px 0;
    background: none !important;
}

.chatlist li.list-group-item .media {
    padding-left: 10px;
}

.chatlist li.list-group-item .media figure {
    margin: 0;
}

.chatlist li.list-group-item .media .media-body {
    border-radius: 0 .25rem .25rem .25rem;
    background: rgba(208, 208, 208, 0.2);
    padding: 10px 15px;
    line-height: 1.4em;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.chatlist li.list-group-item.chat-you .media {
    padding-right: 10px;
    padding-left: 0px;
}

.chatlist li.list-group-item.chat-you .media .media-body {
    background: #7979ff;
    border-radius: .25rem 0 .25rem .25rem;
    color: #ffffff;
}

.chatlist li.list-group-item.chat-you .media .media-body:before {
    background: #7979ff;
    left: auto;
    right: -5px;
}

.chatlist li.list-divider {
    padding: 0;
    list-style: none;
    margin: 10px 0 5px 0;
    height: auto;
    text-align: center;
    font-size: 16px;
}

.avatar.avatar-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.avatar img {
    vertical-align: top;
    height: 100%;
    width: 100%;
    object-fit: cover;
    line-height: 90px;
}

.card-header{
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.text-normal{
    text-transform: inherit;
}

/* lobibox */

.lobibox.lobibox-info {
    border: none;
}

.lobibox-header{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.lobibox-footer{
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.lobibox.lobibox-info .lobibox-header, .lobibox.lobibox-info .lobibox-footer {
    background-color: #f9a828!important;
    color: #343a40!important;
}


.lobibox .lobibox-btn.lobibox-btn-default {
    color: #000;
    background-color: #fff !important;
    border-color: #fff!important;
}

/* logo */

.logo img{
    width: 100px;
    margin-top: -30px;
    z-index: 10;
    position: absolute;
}

@media (min-width: 1200px) {
    .header-area .main-nav .nav {
        margin-top: 15px !important;
    }

    .section  {
        margin-top: 20px;
    }

    .section .section  {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    footer .social {
        overflow: hidden;
        margin-top: 10px;
        text-align: center;
    }

    .logo img{
        width: 70px;
        margin-top: -30px;
        z-index: 10;
        position: absolute;
    }
}