.faq-title {
    letter-spacing: normal !important;
}

.modal-banner {
    border-radius: 5px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px 0;
    margin-bottom: 20px;
}

.carrier-type-banner {
    border-radius: 5px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px 0;
    margin-bottom: 20px;
}

.btn.carrier-cancel:not(.btn-outline) {
    color: #FFF;
    background-color: #717171;
    border-color: #717171;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.toast {
    opacity: 1 !important;
}

#toast-container .toast{
    background-image: none !important;
}

#toast-container .toast-error{
    background-color: #a73a3a !important;
}

#toast-container > div{
    width: 400px !important;
    padding-left: 15px !important;
}

.gov-declare {
    margin-top: 20px;
    text-align: center;
}

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

.company-info {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #e1293d;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 40px;
}

.company-intro {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-cat {
    font-weight: bold;
}

.company-detail {
    margin-bottom: 2px;
}

.sidenav-close {
    cursor: pointer;
    font-size: 28px;
}

.sidenav {
    color: #8f92a1;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000000;
    top: 0;
    right: 0;
    background-color: #242c34;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    text-decoration: none;
    color: #8f92a1;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #e1293d;
}

.login {
    background-color: #a73a3a !important;
}

.login .content .input-icon {
    border-left: 2px solid #009444 !important;
}

.login .content .register-form .form-actions {
    padding-bottom: 25px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.underline {
    text-decoration: underline;
}

.margin-top-5 {
    margin-top: 5px;
}

.panel-custom {
    padding: 15px;
    background-color: #F6C1C6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.rate
{
    font-size: 35px;
}

.rate-base-layer
{
    color: #aaa;
}

.rate-hover-layer
{
    color: #a73a3a;
}

.rate-select-layer
{
    color: #a73a3a;
}

.error {
    background-color: #a73a3a !important;
    color: #ffffff;
}

.error .content {
    color: #000000;
    margin: 30px auto;
    background-color: #ffffff;
    width: 360px;
    padding: 20px;
    border-radius: 7px;
}

@media (max-width: 480px) {
    .error .content {
      width: 280px; 
    }
}

table tr td {
    vertical-align: middle !important;
}

table thead tr th {
    text-align: center !important;
    font-size: 12px !important;
}

.label-inner {
    background-color: #552782;
}

.label-outer {
    background-color: #9f224e;
}

mark {
    padding: 0;
}

.report-6 {
    height: 400px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.tips {
    font-size: 12px;
}

.mt-clipboard-container .mt-clipboard {
    margin: 0;
}

.italic {
    font-style: italic;
}

.label-express {
    background-color: #f4645f;
}

.label-savings {
    background-color: #598e40;
}

.hr {
    margin: 5px 0;
}

#tickets-search .data .portlet {
    cursor: pointer;
}

#tickets-search .data .selected {
    border: 1px solid #e1293d;
    cursor: default;
}

#issues-search .data .portlet {
    cursor: pointer;
}

#issues-search .data .selected {
    border: 1px solid #e1293d;
    cursor: default;
}

.ntime {
    font-size: 11px;
}

.unread {
    background-color: #f9e8e8;
}

.label-white {
    color: #000000;
    border: 1px solid #000000;
    font-weight: bold;
}

.label-red {
    color: #e1293d;
    border: 1px solid #e1293d;
    font-weight: bold;
}

.label-blue {
    color: #3598dc;
    border: 1px solid #3598dc;
    font-weight: bold;
}

.label-orange {
    background-color: #ff5722;
}

.label-green {
    background-color: #009444;
}

.profile-usertitle-job {
    color: #e1293d;
}

.tt-suggestion {
    line-height: 20px;
}

.tt-hint, .tt-input {
    color: #555;
}

.table>tbody>tr.active>td {
    background: #f7dfdf !important;
}

.help-block {
    color: #e1293d;
    font-size: 12px;
}

.label-mc {
    background-color: #e1293d;
}

.label-vip {
    background-color: #000;
    cursor: pointer;
}

.label-pro {
    background-color: #a73a3a;
    cursor: pointer;
}

.label-super {
    background-color: #009444;
    cursor: pointer;
}

.label-smart {
    background-color: #3FA9FF;
    cursor: pointer;
}

.install-app {
    background-color: #f9e8e8;
    border: 1px solid #a73a3a;
    border-radius: 4px;
    color: #a73a3a;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 100000000;
}

.ba {
    background-color: #f9e8e8;
    border: 1px solid #a73a3a;
    border-radius: 4px;
    color: #a73a3a;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
}

.login .content .select2-container {
    border-left: 0 !important;
}

.pointer {
    cursor: pointer;
}

.show-phone {
    text-decoration: underline;
    cursor: pointer;
}

#operations_report a:hover {
    color: #e1293d !important;
}

.pulse {
    width: 8px;
    height: 8px;
    background-color: #e1293d;
    border-radius: 4px;
    margin-right: 3px;
}

.icon-live {
    animation: redPulse 1.5s infinite, fadeInOut 3s 1;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes fadeInOut {
    from { opacity: 0.0; }
    25% { opacity: 1.0; }
    75% { opacity: 1.0; }
    to { opacity: 0.0; }
}

@keyframes redPulse {
    from {
        background-color: #bc330d;
        -webkit-box-shadow: 0 0 7px #a73a3a;
    }
    50% {
        background-color: #e33100;
        -webkit-box-shadow: 0 0 14px #e33100;
    }
    to {
        background-color: #bc330d;
        -webkit-box-shadow: 0 0 7px #a73a3a;
    }
}

.sweet-overlay {
    z-index: 1500000000 !important;
}

.sweet-alert {
    z-index: 2000000000 !important;
}

.label-error {
    background-color: #39B6B1;
}

.btn.orange:not(.btn-outline) {
    color: #FFF;
    background-color: #ff5722;
    border-color: #ff5722;
}