/** Шрифт */
@font-face {
    font-family: 'CyrillicOld';
    src: url(../font/GothamPro/GothamPro.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'CentSchbook';
    src: url(../font/CentSchbook/CentSchbook.ttf);
    font-weight: normal;
}

/** Body */
html {
    height: 100%;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: .875rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.65;
}

body i, .likes, .dislikes {
    font-family: "Font Awesome 5 Free";
}

body::-webkit-scrollbar {
    width: .8em;
}

body::-webkit-scrollbar-track {
    background: #505050;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 20px;
    border: 3px solid #505050;
}

body a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

body a:hover, .powered a:hover {
    color: rgb(108 108 108 / 55%);
}

body a:hover {
    text-decoration: none;
}

main {
    display: flex;
    column-gap: 20px;
    flex-direction: row;
}

#toTop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100%;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px; /* отступ кнопки от нижнего края страницы*/
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}

/** Навигационное меню */
.navbar-brand:hover {
    color: #1cbc9a;
}

.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand strong {
    color: #0f9d58;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #3394e6;
    vertical-align: middle;
}

.brand-font {
    font-family: 'CentSchbook', sans-serif;
}

.textin {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#result-registration span li {
    padding: 10px;
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#result-registration span[style="color:green;"] {
    padding: 10px;
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#result-registration span li {
    list-style-type: none;
}

.title-block {
    width: 100%;
}

/** Поиск */
.search {
    /*width: 50rem !important;*/
    height: auto !important;
    padding: .375rem 0.75rem !important;
}

/** Логин */
.dropdown-item:hover {
    color: rgba(255, 255, 255, 0.55);;
    background-color: transparent;
}

/** Контент */
.main {
    flex: 1 0 auto;
}

.main {
    display: flex;
    column-gap: 20px;
    flex-direction: row;
}

.pagination div a:hover, .pagination a:hover {
    z-index: 2;
    color: #3c3c3c;
    background-color: #e9ecef;
    border-color: #dee2e6;
    border-radius: 0.375rem;
}

.pagination span {
    color: #6c757d;
    pointer-events: none;
    border-radius: 0.375rem;
}

.pagination div span {
    z-index: 3;
    color: #fff;
    background-color: #3c3c3c;
    border: none;
    border-radius: 0.375rem;
}

.nav_ext {
    z-index: 0 !important;
    color: #6c757d !important;
    background-color: transparent !important;
}

.bd-example .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.pagination span, .pagination div, .pagination div a, .pagination a {
    padding: .375rem .75rem;
    text-decoration: none;
}

.short {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

.bd-example {
    grid-column: 1/-1;
    position: relative;
    padding: 1rem;
    margin: 1rem -0.75rem 0;
    width: 100%;
}

menu {
    width: 25%;
}

main {
    width: 100%;
}

.main-title, .author, .title-comment {
    font-weight: bold;
    font-size: xx-large;
    font-variant: all-petite-caps;
    border-bottom: 1px dashed #ffffff;
}

.relative {
    position: relative;
}

.navbar-height {
    max-height: 50px;
}

.nav-avatar {
    height: 32px;
    border-radius: 50%;
}

.login {
    color: rgba(255, 255, 255, 0.55) !important;
}

.form-login {
    width: 300px;
}

#dle-comments-form {
    width: 100%;
}

.bb-editor {
    color: #000000;
}

/** Боковое меню */
.menu-head, .menu-item-title, .related-title, .pm-title {
    font-weight: bold;
    font-size: xx-large;
    font-variant: all-petite-caps;
    border-bottom: 1px dashed #ffffff;
}

.menu-item {
    padding-left: 0;
}

.social {
    background-color: transparent;
    color: #9d9d9d;
}

.social:hover {
    color: #ffffff;
}

.menu-item-body a {
    text-decoration: none;
    color: #9d9d9d;
}

.menu-item-body span {
    float: right;
    color: #ffffff;
}

.menu-item-title {
    font-size: x-large;
}

.menu-item-body {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
    font-size: smaller;
}

.menu-body {
    margin-left: 1em;
}

.card-other-short {
    min-width: 50px;
    max-width: 200px;
    min-height: 250px;
}

.card-other-img-top {
    width: 100%;
    height: 250px;
}

.mr-0 {
    margin-right: 0;
}

/** Краткая новость */
.card {
    border: none;
}

.card-short {
    width: 250px;
}

.card-body {
    background-color: #212529;
}

.card-body a:hover, #dropmenudiv a:hover, #searchsuggestions a:hover {
    color: #6b7280;
}

.image {
    max-height: 370px;
}

.image:hover {
    opacity: .7;
}

.card-img-top {
    height: 370px;
}

.status, .mpaa, .tip {
    position: absolute;
}

.status {
    top: 0;
    right: 0;
}

.mpaa {
    bottom: 0;
    left: 0;
}

.tip {
    top: 0;
    left: 0;
}

.likes, .dislikes {
    padding: 10px;
}

.likes span, .dislikes span {
    padding: 10px;
}

.dislikes {
    color: #ce0012;
}

.dislikes:before {
    content: "\f165";
}

.likes {
    color: #00c851;
}

.likes:before {
    content: "\f164";
}

.title {
    font-weight: 900;
}

.year, .episodes-aired {
    font-size: .7rem;
    margin-top: 10px;
}

.category-short, .category-full, .other-link {
    color: transparent;
}

.mr-10 {
    margin-right: 10px;
}

/** Полная новость */
.bg-full, #dlemasscomments, form[name="registration"] {
    background-color: #202020 !important;
}

@media (min-width: 300px) {
    .information {
        display: flex;
        row-gap: 20px;
        flex-direction: column;
    }

    .search {
        width: 25rem;
    }

    recension {
        width: 100%;
    }
}

.file-box {
    color: #000000;
}

@media (min-width: 1370px) {
    .information {
        display: flex;
        column-gap: 20px;
        flex-direction: row;
    }
}

@media (min-width: 1600px) {
    .search {
        width: 45rem;
    }

    recension {
        width: 600px;
    }
}

.img-fluid {
    border-radius: 0.5rem !important;
}

.banner-sticky {
    position: sticky;
    top: calc(70px + 2rem);
    max-width: fit-content;
}

.banner {
    max-width: 250px;
}

.content, .alert, #fullsearch {
    width: 100%;
}

.review-title, .review-count, .tile-show, .admin-card .img {
    display: flex;
    justify-content: space-between;
}

.tile-show div {
    padding: 3px;
}

.outline-white {
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
    padding: 10px;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.info {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}

.info-tech, .info-synopsis, .recent-form, .info-staff, .info-review, .info-staff, .registration, .static, .bg-pm, .search-form {
    border-radius: 0.5rem;
    padding: 10px;
}

.bg-info-tech, .bg-recent, #dropmenudiv, #dle-comments-list, .bg-profile, .ui-dialog, .registration, .static, .bg-pm, #searchsuggestions, .search-form {
    background-color: #3A3A3A;
}

.pm-message {
    width: 100%;
}

.qq-uploader .info {
    display: block;
    row-gap: 10px;
    flex-direction: column;
}

.uploadedfile a:nth-of-type(1) {
    padding: 5px;
    border-radius: 25px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.uploadedfile {
    background-color: #3f414b;
}

.uploadedfile {
    height: 200px;
}

.ui-dialog-titlebar-close span {
    color: #ffffff;
}

.rating-full {
    margin-bottom: 0 !important;
}

.rating-full {
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    background: #000000b8;
    height: 2rem;
}

.poster {
    position: relative;
    cursor: default;
}

.rating-full a, .rating-comments a {
    width: 50%;
    height: inherit;
    display: block;
    position: relative;
    float: left;
    text-decoration: none;
}

.rating-full a span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.1rem 0.4rem;
}

.rating-full a:nth-of-type(1) > span:before {
    content: "\f164";
}

.rating-full a:nth-of-type(2) > span:before {
    content: "\f165";
}

form[name="registration"] {
    padding: 10px;
    width: 100%;
}

.table-transparent {
    background-color: transparent;
    color: #ffffff;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.btn-trailer {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

trailer img, player img {
    width: 600px;
}

.relation {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(50px, 120px)) !important;
    grid-column-gap: 10px;
    font-size: smaller;
}

.chronology, .franshise {
    grid-template-columns: max-content auto;
}

.card-img-related {
    height: 100%;
}

.card-related-img-top {
    width: 100%;
    height: 11rem;
}

.rating-full a:nth-of-type(1) {
    color: #00c851;
}

.rating-full a:nth-of-type(1):hover {
    color: #ffffff;
    background: #00c851;
}

.favor-add > a {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: '';
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.favor-add > a {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;

}

.favor-add > a:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.rating-full a:nth-of-type(2) {
    color: #ce0012;
}

.rating-full a:nth-of-type(2):hover {
    color: #ffffff;
    background: #ce0012;
}

.favor a:before {
    content: "\f004";
}

/** Комментарии */
.avatar {
    padding: 15px;
    border-right: 3px solid #838787;
}

.avatar img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.rating-comments {
    font-family: "Font Awesome 5 Free";
    display: flex;
    align-items: baseline;
}

.rating-comments a:nth-of-type(1):hover, .rating-comments a:nth-of-type(1), .rating-comments a:nth-of-type(2):hover, .rating-comments a:nth-of-type(2) {
    border-radius: 50%;
}

.rating-comments a span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.1rem 0.4rem;
}

.rating-comments a:nth-of-type(1), .rating-comments a:nth-of-type(2) {
    height: 22px;
    width: 22px;
}

.rating-full a:nth-of-type(1), .favor-add > a, .rating-comments a:nth-of-type(1) {
    color: #00c851;
}

.rating-full a:nth-of-type(2), .favor-del > a, .rating-comments a:nth-of-type(2) {
    color: #ce0012;
}

.rating-comments a:nth-of-type(2):hover, .rating-comments a:nth-of-type(1):hover {
    color: #ffffff;
}

.rating-comments a:nth-of-type(1) > span:before {
    content: '\f067';
    margin-right: 3px;
}

.rating-comments a:nth-of-type(2) > span:before {
    content: '\f068';
    margin-left: 3px;
}

.user-comments {
    font-size: 15px;
    padding: 10px;
    display: flex;
}

.user-comments span {
    padding: 10px;
}

.title_quote {
    border-bottom: 1px solid #6a6a6a !important;
}

.title_quote, .quote {
    padding: 2% 4%;
    background: #2c2c2c;
    border: none;
}

.comm, .comment-instrument {
    display: flex;
}

.comment-instrument a {
    padding: 10px;
}

.signature {

}

.rating-full a, .rating-comments a {
    width: 50%;
    height: inherit;
    display: block;
    position: relative;
    float: left;
    text-decoration: none;
}

.info th {
    white-space: nowrap;
}

#dlemasscomments, .comments {
    width: 100%;
    padding: 10px;
}

/** Категории */
.category-short a, .category-full a, .other-link a {
    margin-top: 0.25rem !important;
}

.category-short a, .category-full a, .other-link a, .favor-del > a, .edit > a, .ui-dialog-buttonset button, .btn-green {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: '';
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.category-short a, .category-full a, .other-link a, .favor-del > a, .edit > a {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}

.ui-dialog-buttonset button:nth-child(1) {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.ui-dialog-buttonset button:nth-child(2), .btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.ui-dialog-buttonset button:nth-child(2):hover, .btn-green {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.ui-dialog-buttonset button:nth-child(1):hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.category-short a:hover, .category-full a:hover, .other-link a:hover, .favor-del > a:hover, .edit > a:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.ui-dialog-buttonset {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.ui-dialog-buttonset {
    border-radius: 0.375rem;
}

.ui-dialog-buttonset {
    margin: 0.25rem 0.125rem;
}

.ui-dialog-buttonset > :last-child {
    margin-bottom: 0;
}

.category-short a, .category-short a:hover, .category-full a, .category-full a:hover, .other-link a, .other-link a:hover, .btn-cat, .btn-cat:hover {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: .7rem;
}

input[type="submit"] {
    background-color: #008000;
}

form[name="registration"] input[type="button"] {
    background-color: red;
}

.favor-del > a, .favor-add > a {
    --bs-btn-font-family: "Font Awesome 5 Free";
    display: flex;
    position: relative;
    padding: 0 1rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: .7rem;
}

/** Профиль */
#userinfo {
    width: 100%;
}

#userinfo .bg-full {
    padding: 10px;
}

.user-prof {
    margin-bottom: 20px;
}

.up-first {
    padding: 30px 170px 0 150px;
    position: relative;
    background-color: #8f95a3;
    color: #ffffff;
    height: 100px;
    z-index: 20;
}

.up-first h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff;
}

.up-first > * {
    position: relative;
    z-index: 10;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.up-group span {
    font-size: 12px;
    color: #ffffff !important;
    font-weight: 700;
}

.up-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute !important;
    left: 30px;
    bottom: -30px;
    padding: 0;
}

.up-second {
    height: 100px;
    padding: 20px 30px 20px 150px;
}

.fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.up-third {
    padding: 10px 0;
}

.up-third li {
    padding: 15px 20px;
    display: block;
}

.up-edit {
    padding: 20px;
    text-align: center;
}

.up-edit a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-wrap {
    padding: 10px;
    background-color: transparent;
    background-position: top;
    border-radius: 6px;
    border: 1px #424242 solid;
}

.form-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.form-wrap > div, .form-vote > div {
    margin-bottom: 20px;
}

.form-item {
    margin-bottom: 20px;
    padding-left: 200px;
    position: relative;
}

.form-item > label {
    display: block;
    float: left;
    width: 200px;
    margin-left: -200px;
    padding-top: 10px;
}

.form-item > input[type="text"], .form-item > input[type="password"], .form-item > input[type="file"] {
    float: left;
    max-width: 600px;
}

.form-item > input[type="text"], .form-item > input[type="password"], .form-item > input[type="file"] {
    float: left;
    max-width: 600px;
}

select {
    margin-bottom: 10px;
    width: 100%;
}

select[multiple="multiple"] {
    background-image: none;
}

.timezoneselect, select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}