div.modal-header.modal-header-channel {
    background-color: rgb(32, 32, 32);
    display:flex;
    flex-direction:column;
    align-items:center
}

div.modal-header.modal-header-channel h5.modal-title {
    color: #fff
}
div.modal-header.modal-header-channel img {
    margin-bottom: 1rem;
    max-width: 200px;
}

div.modal-body.modal-body-channel {
    display:flex;
    flex-direction:column;
    align-items:center
}

div.modal-footer.modal-footer-channel button {
    width:25%
}

div.modal-footer.modal-footer-channel button.btn-main{
  background-color:#F79F1C;
  border-color:#F79F1C;
}

div.modal-footer.modal-footer-channel button.btn-main:hover {
    background-color:#c47405;
    border-color:#c47405;
}
