body {
    /* background: radial-gradient(#fff, #cfd7dc); */
    background: #f3f5fa;
}
#player-section {
    height: 100vh;
    width: 90%;
}

#player-container {
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#credits {
    /*
    position: absolute;
    bottom: 5px;
    left: 10px;
    */
    margin:0px 0px 5px 10px;
    opacity: .6;
}
#credits:hover {
    opacity: 1;
}


#sidebar {
    height: 100vh;
    background: #fff;
    padding: 1rem 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}

.mw-60 {
    max-width: 60%;
}

#pills-tab {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-pills .nav-link {
    color: #999;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover {
    background: none;
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}


.chat-content {
    flex-grow:2;
}

.chat-send-comment {
    background: #fafcff;
}
.chat-send-comment input.form-control {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: none !important;
    background: none;
}

.chat-send-comment input.form-control:focus,
.chat-send-comment .btn:focus {
    box-shadow: none;
}

.chat-send-comment .btn {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.tab-content {
    flex-grow:2;

}

.tab-pane.active {

    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}



.ratio #promo-banner {
    all: unset;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    text-align: center;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 100;
    overflow: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.item2 {
/* flex:0 1 auto; */
flex-shrink:1;
}

.item3 {
/* flex:2 1 auto; */
flex-grow:2;
}


.login-box {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}


.customer_care_table_wrapper{
    background: #ffffff;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}