main {
    min-height: 60vh;
}

body {
    background-image: -webkit-linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(12, 12, 12) 100%);
}

.pull-right {
    float: right;
}

.dlg-page-container {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.modal-content .dlg-page-container {
    max-width: none;
    margin: 0;
}

.dlg-head h2 {
    background: #232426;
    padding: 26px 20px 26px 25px;
    min-height: 73px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.dlg-content {
    border: 1px solid #2b2b2b;
    background: #141518;
    border-radius: 0.3rem;
}

.dlg-body {
    padding: 40px 30px 55px;
}

.form-group, .checkbox {
    margin-bottom: 16px;
}

input[type=text],
input[type=password],
input[type=text]:focus,
input[type=password]:focus
{
    background: #212224;
    border: 2px solid #323232;
    border-radius: 5px;
    padding: 17px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0;
}

textarea:focus {
    background: #212224 !important;
    color: white !important;
    outline: none !important;
}

label {
    margin-bottom: 4px;
    margin-left: 5px;

    font-size: 16px;
}

form .btn,
.dlg-body .btn {
    margin: 0 auto;
    min-width: 180px;
}

.header-account-select .dropdown-toggle::after {
    display: none !important;
}

.header-account-select button i {
    font-size: 26px;
    margin-left: 10px;
}

.dlg-body p {
    color: white;
}

.trailer-container iframe {
    width: 100%;
}

.movie-management {
    padding: 20px;
}

.movie-management p {
    color: white;
}

.movie-management-content {
    padding: 20px;
}

.ticket-header-item a {
    display: inline-block !important;
    margin-left: 40px;
}

.ticket-header-item .material-icons {
    position: absolute;
    top: 30px;
    left: -11px;
}

.movie-search-cat .cat-item .cat-bg::before {
    opacity: .61 !important;
}

.movie-search-cat .cat-item:hover .cat-bg::before {
    opacity: .41 !important;
}

.navigation .input-group input {
    padding: 8px 12px;
}

.navigation .input-group button {
    padding: 6px 12px;
}

.navigation form {
    display: inline-block;
    margin-top: 21px;
}

.input-group .btn {
    min-width: 0;
}

.btn {
    border-radius: 4px;
}

.btn-icon {
    padding: 12px 20px;
    line-height: 0;
}

.btn .material-icons {
    vertical-align: text-bottom;
}

.share-container {

}
.share-container-options {

}
.share-option {
    display: inline-block;
    text-align: center;
    padding: 4px;
}

.share-option p {
    margin: 0;
}

.share-option .material-icons,
.share-option img {
    background-color: yellow;
    color: black;
    padding: 12px;
    border-radius: 4px;
    font-size: 32px;
}

.share-option img {
    width: 56px;
}

.comment {
    margin-bottom: 16px;
    margin-top: 10px
}

.comment p {
    margin-bottom: 2px;
}

.comment-date {
    color: #ccc;
    font-size: 12px;
    margin-left: 8px;
}

.comment-profile-picture {
    float: left;
    width: 40px;
    height: 40px;
    display: inline-block;

    margin-top: 2px;
    margin-right: 6px;
}
.comment-profile-picture .material-icons {
    font-size: 38px;
}

.comment-content {
    margin-left: 48px;
}

.btn-show-replies {
    border: 1px solid #ebd90b;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 3px;
    border-radius: 4px;
}

.btn-reply {
    margin-right: 10px;
}

.btn-vote {
    vertical-align: middle;
    margin-right: 10px;
}