.inputTag {
    height: 75px !important;
    overflow-y: auto;
}
.chat-message-content, .gridLength {
    max-height: 280px;
    overflow-y: auto;
}
.recipients, .action {
    width: 10%;
}
.sentTime {
    width: 10%;
}
.action {
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    border-right: 1px solid #A39FC2 !important;
    border-left: 0px !important;
}
.messageTemplate {
    width: 54%;
}
ul.list-group.user-search {
    border: 2px solid #6F79D0 !important;
}
.tag-ment {
    border-bottom: 1px solid rgba(0, 0, 0, .07) !important;
    background-color: #fff !important;
    color: #000 !important;
    list-style: none;
    padding: 3px 20px;
}
.tag-ment.active {
    background-color: #6F79D0!important;
    color: #fff !important;
}
.viewModalHeight {
    max-height: 500px;
    overflow-y: auto;
}
.w-125px {
    width: 125px !important;
}
.w-5 {
    width: 5%;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-2 {
    width: 2%;
}
.w-1 {
    width: 1%;
}
.mt-n2 {
    margin-top: -0.5rem!important;
}
.container-loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background: #000;
    opacity: 0.5
}
.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
.modal-xl {
    min-width: 80%;
}
.modal-xl .custom-select {
    padding-right: 1.5rem !important;
}
.loginPageLogoSize {
    height: 50px;
}
#mceu_30 {
    display: none;
}
tags-input .host, tags-input .tags {
    box-shadow: none!important
}
.mce-primary button {
    color: #000000!important;
}
ngjs-email-builder {
    height: auto !important;
}
.email-builder-content .md-card {
    padding: 1em 1.2em !important;
    background-color: rgb(249 249 249);
}
.email-builder-content .builder {
    border: 1px solid #e6e6e6 !important;
}
.email-builder-content>:last-child {
    background: rgb(249 249 249);
}
.email-builder-content .md-btn-custom.active {
    background-color: #0062cc !important;
    border-color: #005cbf !important;
    color: #fff !important
}
.email-builder-content .md-btn.md-btn-custom.btn-save {
    color: #fff !important;
    background-color: #6DAB6A !important;
    border-color: #6DAB6A !important;
}
.email-builder-content .md-btn.md-btn-custom.btn-save.disabled {
    background-color: #ccc !important;
    color: #666 !important;
    border: 1px solid #bfbfbf !important;
}
.email-builder-content>:first-child .elements-list ul li {
    border: 1px solid #d6d6d6;
    background: #f4f5ff;
    color: #333;
    font-weight: 600;
}
.email-builder-content>:first-child .elements-list ul li span {
    font-weight: 500 !important;
}
.email-builder-content>:first-child .elements-list ul li:hover {
    background-color: #6F79D0 !important;
    border-color: #6F79D0 !important;
    color: #fff !important;
}
.email-builder-content>:first-child .elements-list ul li:hover span, .email-builder-content>:first-child .elements-list ul li:hover i {
    color: #fff !important;
}
.preview-lable-title {
    color: #0062cc;
    display: block;
}
.badge-light-grey {
    border: 1px solid rgba(120, 129, 149, 0.59);
    background-color: #EFEFEF;
}
.new-email-preview-container {
    padding: 30px;
    border: 1px solid #cfd0da;
    background: #fafafa;
    border-radius: 3px;
}
.preview-recipience {
    max-height: 62px;
    overflow-y: auto;
    border: 2px solid #DDE2EC;
    padding: 5px 10px 2px;
}
.email-builder-content .builder .email-container .builder-element>.icons-actions i.actions {
    font-size: 1.33em;
    line-height: 0.75em;
    vertical-align: -15%;
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.email-builder-content .builder .email-container .builder-element>.icons-actions i.actions.delete.material-icons::before {
    content: "\f34c";
}
.email-builder-content .builder .email-container .builder-element>.icons-actions i.actions.move.material-icons::before {
    content: "\f123";
}
.email-builder-content .builder .email-container .builder-element>.icons-actions i.actions.clone.material-icons::before {
    content: "\f190";
}
._3D0wUu7b0tyyQmB1a3Yjjs .upload-modal {
    position: fixed;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../../assets/fonts/material.woff2") format('woff2');
}
ngjs-email-builder .form-row {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
ngjs-email-builder label {
    margin-bottom: 0 !important;
}
@media (max-width: 999px) {
    .loginPageLogoSize {
        height: auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    /** Login page **/
     .login-card-layout{
         position: static;
         height: 100%;
    }
     .login-bg>.loginRow >.col{
         padding: 0;
    }
     .login-card .form-group {
         width: 95%;
    }
     .login-card-layout h1 {
         font-size: 1.6rem;
    }
     .login-card-layout p {
         font-size: 0.9rem;
    }
     .login-card-layout .carousel-indicators {
         bottom: 20px;
    }
     .login-card .logo img {
         margin-top: 0.9rem;
    }
     .login-card {
         margin-top: 15px;
         margin-bottom: 15px 
    }
     .card.login-card > .loginRow > .col-md-6{
         width: 100%;
         max-width: 100%;
         flex: 0 0 100%;
         padding-right: 0px;
    }
     .pb-md-5, .py-md-5 {
         padding-bottom: 0px!important;
    }
     .pt-md-5, .py-md-5 {
         padding-top: 20px!important;
    }
     .right-sec{
         margin-bottom: 0px !important;
         margin-top: 5px !important;
    }
     .form-group label {
         font-size: 14px;
    }
     #kc-content{
         align-self: auto;
    }
     #leftSec{
         max-width: 100%;
    }
    #leftSec {
        padding: 0px 25px !important;
    }
     #rightSec {
         padding: 0px 15px !important;
    }
     .footer-msg #kc-info-wrapper{
         border-top: 1px solid #ddd;
         width: 90%;
         margin-bottom: 25px;
    }
    .btn.btn-login-submit{
        width: 100%;
        margin-bottom: 25px !important;
    }
    .form-control {
         padding: 7px 7px;
         font-size: 15px;
     }
     #leftSec, #rightSec {
      min-height: auto;
    }
    .loginPageLogoSize {
        height: auto;
        width: 100%;
    }

    .element-wrapper .element-actions  .btn{
        margin-bottom: 5px !important;
    }
    .nav-wizard>li:not(:last-child)>a:after, .nav-wizard>li:not(:first-child)>a:before{
        display: none;
    }
    .nav-wizard>li>a{
        margin-right: 0 !important;
    }
    .nav-wizard>li>a, .nav-wizard>li:first-child>a {
        padding: 1px 7px !important;
    }
    table th.text-nowrap, table td.text-nowrap{
        white-space: normal !important;
    }
    .w-5.text-nowrap.action{
        width: auto !important;
    }
    table td{
       width: auto !important;
    }
    td.action .btn-table{
          display: block !important;
    }
}
#viewSentSmsReport_filter{
    display: block!important;
}
#viewSentSmsReport_filter{
    display: block!important;
}
.page-loading h4, .loader-overlayout h4 {
    z-index: 9999999;
    top: calc(50% - 60px);
    position: relative;
}
.ui-select-multiple.ui-select-bootstrap {
    position: relative;
    min-height:33px;
}
.ui-select-multiple input.ui-select-search {
    width: 100% !important;
    position: absolute;
}
.ui-select-match-item.btn::after{
    display: none !important;
}

.custom-tag-input tags-input .tags .tag-item{
    padding: 0 !important;
}
.custom-tag-input tags-input .tags .tag-item .tags-input{
    padding: 0.15rem 0.75rem 0.115rem !important;
    border-radius: 1.875rem;
    background-color: #6F79D0;
    border-color: #B0B3DC;
}
.custom-tag-input a.remove-button{
    font-size: 12px !important;
    vertical-align: text-top !important;
}
.status-pill.mini{
    width:4px!important;
    height:4px!important;
}
