
@media only screen and (max-width: 768px) {
    html body .content .content-wrapper {
        padding: 1rem 1rem 0;
    }
    .media-list .media {
        padding: 1rem 0.5rem;
    }
}

form label {
    color: #2b335e
}

form .form-group {
    margin-bottom: 1.5rem
}

form .form-control {
    border: 1px solid #cacfe7;
    color: #3b4781
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
	border: 1px solid #cacfe7 !important;
}


.tox-tinymce {
	border: 1px solid #cacfe7 !important;
    border-radius: .25rem !important;
}
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary:first-of-type {
	border-top:0 !important;
}

form .form-section {
    color: #2c343b;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E5EC
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.25em + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #4e5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #babfc7;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group label {
    padding: 0rem;
    margin-left: 0rem;
	margin-bottom: .5rem;
}

.media-list .media .media-body {
	overflow-x:hidden;
}

.media-list .media .media-body p {
    margin-bottom:0.5rem;
}


.navbar-container .search-input .input {
    margin-top:15px;
    color: #333 !important;
}

.navbar-container .search-input .input::placeholder {
    color: #999 !important;
}

@media only screen and (min-width: 768px) {
    .main-menu.menu-fixed {
        position: fixed;
        height: 100% !important;
        margin-top: -5rem;
        /*height: calc(100% - 5rem);*/
        z-index:2000;
    }
}

.material-vertical-layout .main-menu .user-profile .user-info .user-img {
    border: 3px solid #FFFFFF;
    width:auto;
    max-width: 170px;
    height:auto;
    max-height: 105px;
    margin-bottom: 0.5rem;
    background:white;
    border-radius: 4px;
    padding:4px;
}

.main-menu.menu-light .navigation li a {
    color: #222;
}

.tox-fullscreen .tox.tox-tinymce.tox-fullscreen {
    z-index: 12000 !important;
}
.tox-silver-sink {
    z-index: 13000 !important;
}

.avatar i {
    width: 15px;
    height: 15px;
}

.btn-secondary {
    border-color: #0e5e88 !important;
    background-color: #0e5e88 !important;
    color: #FFF;
}

.btn-secondary:hover {
    border-color: #0b4462 !important;
    background-color: #0b4462 !important;
    color: #FFF !important;
}

.tooltip {
    max-width:250px;
    margin-right:0;
}

/* Estiliza o scrollbar da tabela */
.table-responsive::-webkit-scrollbar {
    height: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #7e7e7e; /* Cor do scrollbar */
    border-radius: 10px; /* Borda do scrollbar */
}

.table-responsive::-webkit-scrollbar-track {
    background-color: rgb(224, 224, 224); /* Cor de fundo do scrollbar */
}

/* Estiliza o scrollbar lateral do navegador */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #adadad; /* Cor do scrollbar lateral */
    border-radius: 10px; /* Borda do scrollbar lateral */
}

body::-webkit-scrollbar-track {
    background-color: rgb(224, 224, 224); /* Cor de fundo do scrollbar lateral */
}

/* Lista de arquivos das respostas dos tickets */
.file-list {
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}

.file-item {
    margin: 0 10px 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    min-width: 120px;
}

.file-item a {
    text-decoration: none;
    color: #333;
}

.file-icon {
    margin-right: 10px;
}