 .kpi-panel {
     text-align: center;
     padding: 10px;
 }

 .kpi-title {
     font-weight: bold;
     margin-bottom: 10px;
     text-align: center;
 }

 .kpi-value {
     font-size: 24px;
     margin-bottom: 5px;
 }

 .kpi-delta {
     display: inline-block;
     /* Faz o fundo se ajustar ao conteúdo */
     padding: 4px 12px;
     margin-top: 10px;
     font-weight: bold;
     font-size: 14px;

     /* Cor padrão (neutra/cinza, estilo .btn-default do BS3) */
     color: #333;
     background-color: #fff;
     border: 1px solid #ccc;

     /* O "relevo" que você pediu */
     border-radius: 4px;
     /* Bordas arredondadas padrão do BS3 */
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
 }

 /* Estilo POSITIVO (verde, estilo .btn-success do BS3) */
 .kpi-delta.delta-positivo {
     color: #fff;
     background-color: #5cb85c;
     border-color: #4cae4c;
 }

 /* Estilo NEGATIVO (vermelho, estilo .btn-danger do BS3) */
 .kpi-delta.delta-negativo {
     color: #fff;
     background-color: #d9534f;
     border-color: #d43f3a;
 }

 body>.app-overlay {
     position: fixed;
 }

 footer {
     position: relative;
 }

 span.form-control-static::before {
     padding-left: 5px;
 }

 span.round-tab {
     background: #fff;
     border-radius: 50%;
     border: 1px solid #ddd;
     color: #0e214b;
     display: inline-block;
     font-size: 16px;
     font-weight: 500;
     height: 30px;
     left: 0;
     line-height: 30px;
     position: absolute;
     text-align: center;
     width: 30px;
     z-index: 2;
 }

 span.round-tab i {
     color: #555555;
 }

 table.dataTable.table td,
 table.dataTable.table th {
     vertical-align: middle;
 }

 #itens-modal .subtotal,
 .totais span {
     font-size: 1.2em;
     font-weight: bold;
 }

 #navbar-menu .navbar-right {
     text-align: right;
 }

 .ajs-input {
     width: 100%;
 }

 .ajuda {
     font-weight: 600;
 }

 .ajuda .active {
     border-left: 1px solid #3287b2;
 }

 .ajuda .nav {
     margin-left: 25px;
 }

 .alert {
     margin-bottom: 2px;
     position: relative;
 }

 .alert-upgrade .content {
     align-items: center;
     display: flex;
     font-size: 1.3em;
     margin: 0 auto;
     width: max-content;
 }

 .alert-upgrade .fa {
     font-size: 3em;
 }

 .alert-upgrade p {
     margin: 0px 15px;
     width: -webkit-fill-available;
 }

 .app-overlay {
     align-items: center;
     background: rgba(0, 0, 0, 0.7);
     color: #FFF;
     display: flex;
     font-size: 1.5em;
     height: 100%;
     justify-content: center;
     left: 0;
     position: fixed;
     text-align: center;
     text-shadow: 0 0 10px #FFF;
     top: 0;
     width: 100%;
     z-index: 9999;
 }

 .auth-box .logo {
     margin: 0 auto;
     position: relative;
 }

 .badge.coordenadas-navegador .fa,
 .badge.info-map .fa,
 .badge.usar-endereco .fa {
     border-right: 1px solid #cccccc;
     margin-right: 2px;
     padding-right: 4px;
 }

 .blink {
     animation: blink 2s linear infinite;
 }

 .border-bottom {
     border-bottom: 1px solid #eee;
     padding-bottom: 9px;
 }

 .br-1 {
     border-radius: 10px;
     border: 1px solid #AAA;
 }

 .br-4 {
     border-radius: 10px;
     border: 4px solid #AAA;
 }

 .border-bottom {
     border-bottom: 1px solid #eee;
     padding-bottom: 9px;
 }

 .btn-circle {
     -webkit-box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
     border-radius: 50% !important;
     box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
     height: 60px;
     line-height: 0.8em;
     outline: 0;
     padding: 0;
     width: 60px;
 }

 .btn-circle span {
     display: none;
     font-size: 14px;
     font-weight: normal;
 }

 .btn-circle:hover {
     border-radius: 50px !important;
     width: 200px;
 }

 .btn-circle:hover span {
     display: inline;
 }

 .btn-group.no-float .badge {
     font-size: 0.75em;
 }

 .btn-wpp {
     -webkit-box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
     border-radius: 50% !important;
     box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
     line-height: 0.8em;
 }

 .circle {
     background-color: #ed8d8d;
     border-radius: 50%;
     color: #fff;
     height: 100px;
     line-height: 100px;
     width: 100px;
     z-index: 2;
 }

 .btn-group .dropdown-menu {
     padding: 0;
 }

 .btn-group .dropdown-menu .btn-link {
     border-width: 0 !important;
     box-shadow: none;
     color: inherit;
     padding: 5px 20px;
     width: 100%;
 }

 .btn-group .dropdown-menu .btn-link:hover {
     background-color: #f5f5f5;
     color: #262626;
     text-decoration: none;
 }

 .btn-group.no-float .badge {
     font-size: 0.75em;
 }

 .center-div {
     display: flex;
     justify-content: center;
 }

 .centered {
     text-align: center;
 }

 .centered>div {
     display: inline-block;
     float: none;
 }

 .componente-content {
     max-height: 350px;
     overflow: auto;
 }

 .componente-content .componente-label {
     position: relative !important;
     width: 100%;
 }

 .componente-content .componente-label,
 .componente-content input,
 .componente-content select,
 .componente-content textarea {
     width: 100%;
 }

 .componente-content textarea {
     resize: none;
 }

 .componente-item-remover {
     position: absolute;
     right: 5px;
     top: 5px;
 }

 .componente-list {
     height: 150px;
     overflow: auto;
 }

 .connecting-line {
     background: #e0e0e0;
     content: " ";
     height: 2px;
     left: 0;
     margin: 0 auto;
     position: absolute;
     right: 0;
     top: 50%;
     width: 75%;
     z-index: 1;
 }

 .cursor-pointer {
     cursor: pointer;
 }

 .dataTable .btn {
     font-size: 14px;
     line-height: 1.5;
     padding: 2px 10px;
 }

 .dataTables_processing {
     position: absolute;
     text-align: center;
     width: 100%;
 }

 .dt-toolbar-footer .dataTables_info {
     line-height: 2em;
     padding-top: 0 !important;
     text-align: center;
     white-space: nowrap;
 }

 .file-upload .message,
 .file-upload .preview {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: contain;
     display: inline-block;
     height: 6em;
     overflow: auto;
     vertical-align: middle;
     width: 100%;
     word-wrap: break-word;
 }

 .file-upload .message {
     height: auto;
 }

 .flash-messenger {
     padding-left: 22px;
     position: relative;
 }

 .flash-messenger .close {
     position: absolute;
     right: 8px;
     top: 30%;
 }

 .flash-messenger .fa {
     left: 3px;
     position: absolute;
     top: 35%;
 }

 .form-control-static {
     overflow-wrap: break-word;
 }

 .form-check {
     margin-right: 10px;
 }

 .form-control.select2-container,
 .form-group .select2-container {
     border: 0px;
     height: auto;
     padding: 0px;
     width: 100% !important;
 }

 .form-group label.form-check-label {
     font-weight: normal;
 }

 .form-group.has-error {
     position: relative;
 }

 .form-group.has-error .select2-choice,
 .form-group.has-error .select2-choices {
     border-color: #b94a48;
 }

 .grid-first_step-2 {
     -ms-grid-rows: auto;
     margin-bottom: 0;
     padding-left: 10px;
     padding-right: 10px;
     text-align: center;
     width: 100%;
 }

 .grid-first_step-2:hover {
     border-width: 2px;
 }

 .form-group>label {
     font-weight: bold;
 }

 .has-error .help-block {
     display: none;
     left: 0px;
     margin: 0px;
     position: absolute;
     top: 100%;
     width: 100%;
 }

 .imagem-cap {
     height: auto;
     max-width: 200px;
 }

 .how-it-works.row .col-2 {
     align-self: stretch;
 }

 .how-it-works.row .col-2.bottom::after {
     height: 50%;
     left: 50%;
     top: 50%;
 }

 .how-it-works.row .col-2.full-left::after {
     height: 100%;
     left: 50%;
 }

 .how-it-works.row .col-2.full-right::after,
 .how-it-works.row .col-2.full::after {
     height: 100%;
     left: calc(50% - 3px);
 }

 .how-it-works.row .col-2.top::after {
     height: 50%;
     left: 50%;
     top: 0;
 }

 .how-it-works.row .col-2::after {
     border-left: 3px solid #ed8d8d;
     content: "";
     position: absolute;
     z-index: 1;
 }

 .image-2 {
     border-radius: 15px;
     border: 1px solid #fff;
     cursor: pointer;
     height: 100px;
     max-width: none;
     padding: 20px;
     width: auto;
 }

 .image-banners {
     border-radius: 15px;
     border: 1px solid #fff;
     cursor: pointer;
     display: inline-block;
     height: 120px;
     margin: 0 5px;
     max-width: 100%;
     padding: 20px;
     width: 45%;
 }

 .image-banners h2 {
     font-family: Roboto, sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 24px;
     margin-bottom: 0;
     margin-top: 10px;
 }

 .image-banners img {
     border: 0;
     display: inline-block;
     max-width: 100%;
     vertical-align: middle;
 }

 .image-banners.active {
     border-width: 3px;
 }

 .image-banners.active h2 {
     font-weight: bold;
 }

 .img-fluid {
     height: auto;
     margin: 0 auto;
     max-width: 100%;
 }

 .jkanban {
     overflow: auto;
     width: 100%;
 }

 .jkanban .kanban-board .kanban-drag {
     margin-top: 0px;
 }

 .jkanban::-webkit-scrollbar,
 .kanban-drag::-webkit-scrollbar {
     -webkit-appearance: none;
     height: 8px;
     width: 8px;
 }

 .jkanban::-webkit-scrollbar-thumb,
 .kanban-drag::-webkit-scrollbar-thumb {
     background-color: rgba(0, 0, 0, .5);
     box-shadow: 0 0 1px rgba(255, 255, 255, .5);
 }

 .m-0 {
     margin: 0;
 }

 .m-5p {
     margin: 5px;
 }

 .ml-1 {
     margin-left: 1em;
 }

 .ml-2 {
     margin-left: 2em;
 }

 .mlr-2 {
     margin-left: 2em;
 }

 .mais-chat-btn.circle {
     display: flex;
 }

 .mais-chat-new-contact>mais-chat-small,
 .mais-chat-new-contact>small {
     display: none;
 }

 .modal {
     padding: 0 !important;
     text-align: center;
 }

 .modal-dialog {
     display: inline-block;
     max-width: -webkit-fill-available;
     text-align: left;
     vertical-align: middle;
 }

 .modal-header .close {
     position: absolute;
     right: 15px;
     top: 15px;
 }

 .modal-open .modal {
     background-color: rgba(0, 0, 0, 0.5);
 }

 .modal-xl {
     width: 71%;
 }

 .modal:before {
     content: '';
     display: inline-block;
     height: 100%;
     margin-right: -4px;
     vertical-align: middle;
 }

 .my-1 {
     margin: 0.5rem;
 }

 .my-2 {
     margin-bottom: 2px;
     margin-top: 2px;
 }

 .my-3 {
     margin-bottom: 3px;
     margin-top: 3px;
 }

 .nav-scroll {
     border-bottom-width: 0;
     display: inline-flex;
     flex-direction: row;
     height: 50px;
     overflow-x: auto;
     overflow-y: hidden;
     width: 100%;
 }

 .nav-scroll li {
     z-index: +1;
 }

 .nav-scroll li a {
     padding: 8px 10px;
     width: max-content;
 }

 .nav-tabs.nav-scroll a:hover,
 .nav-tabs.nav-scroll a:focus {
     padding-bottom: 4px;
 }

 .nav-scroll li.active a {
     border-color: #ddd;
     border-bottom: 1px solid transparent;
     padding-bottom: 6px !important;
 }

 .nav-scroll-content h3 {
     margin-top: 0;
 }

 .nav-scroll:after {
     border: 1px solid #ddd;
     content: ' ';
     display: table;
     height: 0px;
     left: 0;
     position: absolute;
     top: 35px;
     width: 100%;
     z-index: 0;
 }

 .nav-tabs.nav-scroll .nav-link:focus,
 .nav-tabs.nav-scroll .nav-link:hover {
     border-color: #ddd;
     border-bottom-color: transparent;
 }

 .navbar-avatar {
     background-position: center center;
     background-size: cover;
     border-radius: 50%;
     border: 1px solid;
     display: inline-block;
     height: 20px;
     margin: 0;
     overflow: hidden;
     padding: 0;
     position: relative;
     vertical-align: middle;
     width: 20px;
 }

 .navbar-btn .visible-xs .img-responsive {
     height: auto;
     max-height: 25px;
 }

 .navbar-default .brand {
     padding: 15px;
 }

 .navbar-default .brand img {
     height: auto;
     max-height: 40px;
 }

 .negativo {
     color: #ff0000;
 }

 .notificacao-conteudo td,
 .notificacao-conteudo th {
     padding: 5px;
 }

 .notificacao-link.tem-notificacao .fa {
     animation: blinker 2s linear infinite;
     color: #00aaff;
 }

 .p-0 {
     padding: 0 !important;
 }

 .p-1 {
     padding: 0.25rem !important;
 }

 .p-2 {
     padding: 0.5rem !important;
 }

 .panel .table>tbody>tr>td:last-child,
 .panel .table>tbody>tr>th:last-child,
 .panel .table>tfoot>tr>td:last-child,
 .panel .table>tfoot>tr>th:last-child,
 .panel .table>thead>tr>td:last-child,
 .panel .table>thead>tr>th:last-child {
     padding-left: 10px;
 }

 .pb-0 {
     padding-bottom: 0 !important;
 }

 .pb-1 {
     padding-bottom: 0.5em !important;
 }

 .pd-tp {
     margin-top: 10px;
 }

 .pd-tp15 {
     margin-top: 15px;
 }

 .ph-0 {
     padding-bottom: 0 !important;
     padding-top: 0 !important;
 }

 .ph-1 {
     padding-bottom: 0.5em !important;
     padding-top: 0.5em !important;
 }

 .pl-0 {
     padding-left: 0 !important;
 }

 .pl-1 {
     padding-left: 0.5em !important;
 }

 .positivo {
     color: #1b6b32;
 }

 .pr-0 {
     padding-right: 0 !important;
 }

 .pr-1 {
     padding-right: 0.5em !important;
 }

 .pt-0 {
     padding-top: 0 !important;
 }

 .pt-1 {
     padding-top: 0.5em !important;
 }

 .pt-10 {
     padding-top: 10px;
 }

 .pw-0 {
     padding-left: 0 !important;
     padding-right: 0 !important;
 }

 .pw-1 {
     padding-left: 0.5em !important;
     padding-right: 0.5em !important;
 }

 .px-1 {
     padding-left: 0.5em !important;
     padding-right: 0.5em !important;
 }

 .richText .richText-help {
     display: none !important;
 }

 .select2-container .select2-choice .select2-arrow b {
     background-position-y: 5px;
 }

 .select2-container .select2-choice,
 .select2-container .select2-choice>.select2-chosen {
     height: 34px;
     line-height: 34px;
 }

 .select2-container.select2-allowclear .select2-choice abbr:before {
     color: #000;
     font-size: 15px;
     left: -5px;
     position: relative;
 }

 .select2-hidden-accessible {
     display: none;
 }

 .sidebar li a {
     padding: 10px;
 }

 .sidebar .nav li a {
     padding: 10px;
 }

 .sidebar .nav .nav {
     padding-left: 20px;
 }

 .sidebar .nav .nav li a {
     padding: 10px;
 }

 .sidebar-scroll {
     padding-top: 10px;
 }

 .star-rating {
     font-size: 1.25em;
     line-height: 32px;
 }

 .star-rating .fa {
     font-size: 15px;
 }

 .star-rating .fa-star {
     color: yellow;
 }

 .star-rating .fa-times-circle,
 .star-rating .fa-times-circle-o {
     color: red;
 }

 .t-0-8 {
     font-size: 0.8em;
 }

 .t-0-9 {
     font-size: 0.9em;
 }

 .tab-pane {
     padding-top: 5px;
 }

 .text-xs-center {
     text-align: center;
 }

 .text-xs-justify {
     text-align: justify;
 }

 .text-xs-left {
     text-align: left;
 }

 .text-xs-right {
     text-align: right;
 }

 .timeline .col-2 {
     display: flex;
     overflow: hidden;
 }

 .timeline .corner {
     border-radius: 15px;
     border: 3px solid #ed8d8d;
     position: relative;
     width: 100%;
 }

 .timeline .left-bottom {
     left: -50%;
     top: calc(50% - 3px);
 }

 .timeline .right-bottom {
     left: 50%;
     top: calc(50% - 3px);
 }

 .timeline .top-left {
     left: -50%;
     top: -50%;
 }

 .timeline .top-right {
     left: 50%;
     top: -50%;
 }

 .timeline div {
     height: 40px;
     padding: 0;
 }

 .timeline hr {
     border-top: 3px solid #ed8d8d;
     margin: 0;
     position: relative;
     top: 17px;
 }

 .toaster .close {
     background: #000;
     border-radius: 50%;
     color: #DDD;
     font-size: 14px;
     font-weight: normal;
     height: 20px;
     padding: 2px;
     position: absolute;
     right: -5px;
     top: -10px;
     width: 20px;
 }

 .totais {
     font-size: 1em;
 }

 .totais .total {
     font-size: 1.2em;
 }

 .totais b {
     font-weight: 600;
 }

 .totais span {
     margin: 0 5px;
 }

 .tox-statusbar__branding,
 .tox-tbtn[title="Ajuda"] {
     display: none !important;
 }

 .ui-autocomplete {
     z-index: 9999;
 }

 .ui-datepicker {
     z-index: 9999 !important;
 }

 .wizard .nav-tabs {
     border-bottom-color: transparent;
     margin-bottom: 0;
     position: relative;
 }

 .wizard .nav-tabs>li {
     width: 25%;
 }

 .wizard .nav-tabs>li a {
     background-color: transparent;
     border-radius: 100%;
     height: 30px;
     margin: 20px auto;
     padding: 0;
     position: relative;
     top: 0;
     width: 30px;
 }

 .wizard .nav-tabs>li a i {
     color: #000;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
     font-weight: 700;
     left: 50%;
     position: absolute;
     top: -15px;
     transform: translate(-50%, -50%);
     white-space: nowrap;
 }

 .wizard .nav-tabs>li a:hover {
     background: transparent;
 }

 .wizard .nav-tabs>li.active>a i {
     color: #3287b2;
 }

 .wizard .nav-tabs>li.active>a,
 .wizard .nav-tabs>li.active>a:focus,
 .wizard .nav-tabs>li.active>a:hover {
     border-bottom-color: transparent;
     border: 0;
     color: #555555;
     cursor: default;
 }

 .wizard .tab-pane {
     padding-top: 20px;
     position: relative;
 }

 .wizard h3 {
     margin-top: 0;
 }

 .wizard li.active span.round-tab {
     background: #3287b2;
     border-color: #3287b2;
     color: #fff;
 }

 .wizard li.active span.round-tab i {
     color: #3287b2;
 }

 .wizard li:after {
     border-bottom-color: red;
     border: 5px solid transparent;
     bottom: 0px;
     content: " ";
     left: 46%;
     margin: 0 auto;
     opacity: 0;
     position: absolute;
     transition: 0.1s ease-in-out;
 }

 .wizard>div.wizard-inner {
     position: relative;
 }

 .whatsapp-bubble {
     bottom: 60px;
     position: fixed;
     right: 60px;
     z-index: 999;
 }

 .wm-100 {
     max-width: 100%;
 }

 .assinatura-container {
     display: flex;
     justify-content: space-between;
     margin-bottom: 20px;
 }

 .assinatura-wrapper {
     border: 1px solid #DDDDDD;
     position: relative;
     display: inline-block;
     width: 48%;
     height: 200px;
     background-color: #f8f9fa;
     border-radius: 5px;
     -moz-user-select: none;
     -webkit-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 .assinatura-body {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border-radius: 4px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
 }

 .assinatura-wrapper {
     width: 100%;
     height: 200px;
     background-color: #f8f9fa;
     border: 1px solid #ced4da;
     border-radius: 5px;
 }

 canvas {
     width: 100%;
     height: 100%;
 }

 .progress-container {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .progresso {
     margin-left: 10px;
 }

 #expandButton {
     background-color: #007bff;
     color: white;
     border: none;
     padding: 8px 16px;
     font-size: 14px;
     border-radius: 5px;
     transition: all 0.3s ease;
     margin: 0 auto;
     display: block;
 }

 #expandButton:hover {
     background-color: #0056b3;
     cursor: pointer;
 }

 #expandButton:active {
     transform: scale(0.95);
 }

 #warning-message {
     margin-top: 15px;
     margin-bottom: 15px;
     padding: 10px;
     border: 1px solid #f0ad4e;
     background-color: #fcf8e3;
     color: #8a6d3b;
     border-radius: 5px;
     font-size: 14px;
     text-align: center;
 }

 #table-propriedade_processing {
     top: 350px;
 }

 @keyframes blinker {
     50% {
         opacity: 0;
     }
 }

 @keyframes blink {
     50% {
         border-style: dashed;
     }
 }

 @media (max-width: 1024px) {
     .select2-drop.select2-drop-active {
         border-top: 1px solid #5897fb !important;
         height: 600px !important;
         position: fixed;
         top: 30px !important;
     }

     .select2-drop.select2-drop-active:after {
         background: #5897fb;
         border-radius: 0;
         color: #FFF;
         content: "\00D7";
         cursor: pointer;
         display: block;
         font-size: 1.2em;
         font-weight: 300;
         height: 25px;
         line-height: 25px;
         position: absolute;
         right: 0;
         text-align: center;
         top: -27px;
         width: 25px;
         z-index: 99999;
     }

     .select2-results {
         max-height: 590px !important;
     }

     .select2-with-searchbox .select2-results {
         max-height: 550px !important;
     }
 }

 @media (max-width: 767px) {
     .metric {
         min-height: 160px;
         position: relative;
     }

     .metric .icon {
         clear: both;
         display: block;
         float: none;
         margin: 0 auto;
         text-align: center;
     }

     .metric p {
         text-align: center;
     }

     .modal-xl {
         width: 98%;
     }

     .my-xs-0 {
         margin-bottom: 0;
         margin-top: 0;
     }

     .my-xs-1 {
         margin-bottom: 1rem;
         margin-top: 1rem;
     }

     .my-xs-2 {
         margin-bottom: 2rem;
         margin-top: 2rem;
     }

     .text-xs-center {
         text-align: center;
     }

     .text-xs-justify {
         text-align: justify;
     }

     .text-xs-left {
         text-align: left;
     }

     .text-xs-right {
         text-align: right;
     }

     .wizard .nav-tabs>li a i {
         display: none;
     }
 }

 @media (max-width: 768px) {
     .modal-dialog {
         min-width: 90vw;
     }
 }

 @media (min-width: 1200px) {
     .my-lg-0 {
         margin-bottom: 0;
         margin-top: 0;
     }

     .my-lg-1 {
         margin-bottom: 1rem;
         margin-top: 1rem;
     }

     .my-lg-2 {
         margin-bottom: 2rem;
         margin-top: 2rem;
     }

     .text-lg-center {
         text-align: center;
     }

     .text-lg-justify {
         text-align: justify;
     }

     .text-lg-left {
         text-align: left;
     }

     .text-lg-right {
         text-align: right;
     }
 }

 @media (min-width: 768px) {
     .modal-xl {
         width: 90%;
     }

     .text-sm-center {
         text-align: center;
     }

     .text-sm-justify {
         text-align: justify;
     }

     .text-sm-left {
         text-align: left;
     }

     .text-sm-right {
         text-align: right;
     }
 }

 @media (min-width: 768px) and (max-width: 991px) {
     .my-sm-0 {
         margin-bottom: 0;
         margin-top: 0;
     }

     .my-sm-1 {
         margin-bottom: 1rem;
         margin-top: 1rem;
     }

     .my-sm-2 {
         margin-bottom: 2rem;
         margin-top: 2rem;
     }

     .text-sm-center {
         text-align: center;
     }

     .text-sm-justify {
         text-align: justify;
     }

     .text-sm-left {
         text-align: left;
     }

     .text-sm-right {
         text-align: right;
     }
 }

 @media (min-width: 992px) {
     .modal-lg {
         max-width: 1200px;
         width: 90%;
     }

     .text-md-center {
         text-align: center;
     }

     .text-md-justify {
         text-align: justify;
     }

     .text-md-left {
         text-align: left;
     }

     .text-md-right {
         text-align: right;
     }
 }

 @media (min-width: 992px) and (max-width: 1199px) {
     .my-md-0 {
         margin-bottom: 0;
         margin-top: 0;
     }

     .my-md-1 {
         margin-bottom: 1rem;
         margin-top: 1rem;
     }

     .my-md-2 {
         margin-bottom: 2rem;
         margin-top: 2rem;
     }

     .text-md-center {
         text-align: center;
     }

     .text-md-justify {
         text-align: justify;
     }

     .text-md-left {
         text-align: left;
     }

     .text-md-right {
         text-align: right;
     }
 }

 @media screen and (max-width: 900px) {
     #navbar-menu .dropdown-menu {
         background-color: #ffffff;
         left: -100px;
         position: absolute;
         width: 100px;
     }

     #navbar-menu .navbar-nav>li {
         display: inline-block;
         padding: 0px;
         text-align: right;
         width: auto;
     }

     #wrapper #sidebar-nav,
     #wrapper .main {
         padding-top: 65px;
     }

     .btn-group.no-float {
         margin-bottom: 1em;
         margin-top: 1em;
     }

     .btn-group.no-float .btn,
     .btn-group.no-float .btn-group {
         float: none;
     }

     .btn-toggle-fullwidth {
         padding: 10px !important;
     }

     .navbar-btn {
         float: left;
         padding: 0;
     }

     .navbar-nav>li>a {
         padding: 10px;
     }
 }