/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.notifications {
    margin: 0;
    overflow: hidden;
    position: relative;
    margin-bottom:  -25px;
    margin-top: 0;
}

.notifications .panels .column .panel .panel-content::-webkit-scrollbar {
  width: .5em;
}

.notifications .panels .column .panel .panel-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.notifications .panels .column .panel .panel-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.notifications .panels .column .panel .panel-heading {
    background-color: #131946;
    border-radius: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 0px;
}

.notifications .panels .column .panel .panel-content {
    background-color: #131946;
    border: 1px solid #131946;
    /* min-height: 50px; */
    max-height: 1280px;
    overflow-y: auto;
    padding: 10px 25px 10px;
    color:  #fff;
}

.notifications .btn-warning, .notifications .btn-warning:hover {
    background: #131946 !important;
    border-color: #131946;
}

.notifications .panels .column .panel .panel-content .cname-and-exp-holder {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
}

.notifications .panels .column .panel .panel-content .cname-and-exp-holder .company-name {
    color: #F0C21C;
    margin-right: 12px;
    text-transform: uppercase;
}

.notifications .panels .column .panel .panel-content .notifications-wrapper {
    height:  100%;
}

.notifications .panels .column .panel .panel-content .notifications-wrapper .notification {
    margin-bottom: 5px;
}

.notifications .panels .column .panel .panel-content .notifications-wrapper .notification hr {
    border: none;
    height: 2px;
    background-color: #fff;
    margin-top: -10px;
    width: 30px;
    display: inline-block;
}

.notifications .panels .column .panel .panel-content .notifications-wrapper .content {
    text-align: center;
    font-size: 1.063rem;
    font-weight: 300;
}

.notifications .panels .column .panel .panel-content .notifications-wrapper div {
    margin-bottom:  1.2rem;
}

.notifications .panels .column .panel .panel-content .notifications-wrapper div:last-child {
    margin-bottom:  0;
}

.notifications .mb-3 {
    margin-bottom: 0.3rem;
}

.notifications .mb-5 {
    margin-bottom: 1rem;
}

.notifications .btn {
    color: #fff;
}

.notifications .edit-container {
    margin-top: -17px;
    margin-bottom: 18px;
}

.notifications hr {
    border: none;
    height: 1px;
    background-color: #d4bcbc;
}

.website-list ul.menu * {
    text-align: left !important;
}
.panel {
    border: 0px solid transparent !important;
}
