body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #91bd09;
    box-shadow: inset 0 0 6px #91bd09;
}

body::-webkit-scrollbar-thumb {
    background-color: #91bd09;
}

body {
    background-size: cover;
    background-position: bottom;
    background: linear-gradient(to top, #cfcfcf 0%, #fff0 100%);
}

::-moz-selection {
    background: #f34423 !important;
    color: white;
}

::selection {
    background: #f34423 !important;
    color: white;
}

h1 {
    /* font-family: 'Itim', cursive !important; */
    font-family: ubuntu, sans-serif !important;
}

p {
    font-family: 'Montserrat', sans-serif;
}

a {
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none !important;
    border-bottom: none !important;
}

.custom-nav {
    background: #2fa1d6;
}

.custom-nav .nav-item {
    padding: 0px 20px;
}

.custom-nav .nav-item a.active {
    color: #fff !important;
    font-weight: 800;
}

.custom-nav .nav-item a {
    color: #ffffffd9 !important;
}

#footer {
    position: fixed;
    bottom: 0;
    padding-bottom: 4px;
    width: 100%;
    left: 0;
    margin: auto;
    background: #2fa1d6;
    color: #fff;
    font-size: 11px;
    z-index: 20;
}

#content {
    min-height: calc(100vh - 160px);
}

.custom-buttons .button {
    /* max-width: 90%; */
    margin: auto;
    padding: 10px 15px;
    font-size: 20px;
    /* font-family: 'Itim', cursive !important; */
}

#header {
    height: auto;
    display: flex;
    align-items: center;
}

#header a.color-green {
    color: #91bd09;
}

#landing_page .thread-body h1 {
    color: #2fafef;
}

#landing_page .landing {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#container {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.ticket-form {
    padding: 0px;
}

.ticket-form h1 {
    color: #2fafef;
}

.blue.button {
    background-color: #2fafef !important;
    color: #fff !important;
}

.green.button {
    color: #fff !important;
}

.custom-container {
    width: 66.66667%;
    margin: auto;
    padding: 20px 20px 0px 20px;
    background: #fff;
}

.custom-container .login-box {
    padding-right: 50px;
    width: 100%;
    display: block;
}

.custom-container .blue.button {
    padding: 8px 25px !important;
    border-radius: 0px;
    border: none;
    transition-duration: .3s;
}

.custom-container .blue.button:hover {
    opacity: .5;
}

h1 {
    color: #2fafef;
}

#msg_notice {
    margin: 0;
    padding: 20px 35px 39px 36px;
    height: 16px;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 10px;
    border: 1px solid #00aa00c2;
    font-weight: 600;
    color: #2fa1d6;
    background: url(../images/icons/ok.png) 10px 56% no-repeat #e0ffe0;
}

#clientLogin {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 0px !important;
}

.myinput {
    width: 100% !important;
    margin: 5px 0px 25px !important;
    border-radius: 0px !important;
    padding: 10px !important;
}

.tickettable .form-header-hide,
.tickettable hr.hide,
.tickettable label br,
.tickettable td input[size="5"] {
    display: none!important;
}

.tickettable td label {
    display: block;
    width: 100%;
    font-weight: 700
}

.tickettable td label>span,
.tickettable td input,
.tickettable td select {
    display: inline-block;
    float: left;
}

.tickettable td input,
.tickettable td select {
    width: 100%
}

.tickettable td label>span {
    width: 20%;
}

.tickettable td input {
    margin-bottom: 0
}

.tickettable tbody td,
table tbody th {
    padding: .4rem .525rem .525rem .525rem;
    vertical-align: top;
    border: 1px solid #e4e4e4;
    font-size: .9rem;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>);
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#reply {
    background: #c3d9fe !important;
}

#reply h2 {
    color: #2fa1d6;
    font-weight: 700;
    font-size: 25px;
}

#msg_error {
    margin: 0;
    padding: 20px 35px 39px 36px;
    height: 16px;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2fa1d6;
}

#ticketForm>table {
    table-layout: fixed;
    width: 100%;
}