body{
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  line-height: 1;
  letter-spacing: 0.5px;
}

.push_notification {
    position: relative;
    padding: 40px 0px;
}
.push_notification h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 800;
}
.push_notification .tab-content {
    position: relative;
    padding: 35px 0px;
}
.push_notification .tab-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.nav-tabs {
    border-bottom: 1px solid #ededed;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 15px;
    padding: 12px 8px;
    margin-right: 30px;
    color: #5a5a5a;
    border-bottom: 3px solid transparent;
        font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #351f64;
    background-color: #fff;
    border-color: #351f64;
}
.push_notification_form input.form-control, .push_notification_form textarea.form-control {
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #999;
    box-shadow: none;
    color: #666;
}
.push_notification_form input.form-control {
    height: 44px;
}
.push_notification_form input.form-control::-webkit-input-placeholder,
.push_notification_form textarea.form-control::-webkit-input-placeholder { /* Edge */
  color: #999;
}

.push_notification_form input.form-control:-ms-input-placeholder,
.push_notification_form textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.push_notification_form input.form-control::placeholder,
.push_notification_form textarea.form-control::placeholder {
  color: #999;
}
.push_notification_form .form-group {
    margin-bottom: 20px;
}
.push_notification_form .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
        display: block;
}
span.estarik {
    color: #ef2b2b;
    margin-left: 2px;
}
.push_notification_form input.form-control:focus, .push_notification_form textarea.form-control:focus {
    background: #f7f7f7;
}
.custom_btn {
    background: #351f64;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    min-width: 180px;
    transition: all 0.3s;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 12%) !important;
    border-radius: 6px;
    font-size: 15px;
    height: 44px;
}
.custom_btn:hover{
  color: #fff;
}

.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 0;
  width: 450px;
  position: relative;
  border-radius: 3px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
    cursor: pointer;
    background: #f7f7f7;
    padding: 0px 10px;
    border-radius: 4px;
    margin-right: 8px;
    border: 1px solid #e9e9e9;
    min-width: 200px;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #666;
}

.file-input:hover > .button {
  background: #351f64;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
  font-size: 15px;
}

.file-input.-chosen > .label {
  opacity: 1;
}