body {font-family: 'Outfit', sans-serif;color: #393939;letter-spacing: 0.05em;background-color: #efefef;}
body .navbar-default {z-index: 1000;}
h1, h2, h3, h4, h5 {font-family: "Poppins", sans-serif;}
.dropdown-menu {padding: 0px !important;}
.dropdown-menu .user-header {height: 175px;padding: 10px;text-align: center;background-color: #2A5956;width: 300px;}
.dropdown-menu .user-header img {z-index: 5;height: 90px;width: 90px;border: 3px solid;border-color: transparent;border-color: rgba(255, 255, 255, 0.2);vertical-align: middle;border-radius: 50%;}
.dropdown-menu .user-header p {z-index: 5;color: #fff;color: rgba(255, 255, 255, 0.8);font-size: 17px;margin-top: 10px;}
.modal {text-align: center;}
.modal:before {display: inline-block;vertical-align: middle;content: " ";height: 100%;}
.modal-dialog {display: inline-block;text-align: left;vertical-align: middle;width: 90%;}
.modal_header {padding: 15px;border-bottom: 1px solid #ddd;}
.modal_header h4 {height: 25px;}
.modal-body {padding: 0px !important;font-size: 13px;}
.bottomView, .detailView .row {margin: 0px;background-color: #F0F0F0;}

.bottomView .modal-header {
    background-color: #ffffff !important;
}

.border {
    border: 1px solid #dddddd;
}

.bottomBorder {
    border-bottom: 1px solid #dddddd;
}

.topBorder {
    border-top: 1px solid #dddddd;
}

.rightBorder {
    border-right: 1px solid #dddddd;
}

.leftBorder {
    border-left: 1px solid #dddddd;
}

.padd15 {
    padding: 15px;
}

.padd5 {
    padding: 5px;
}

.padd10 {
    padding: 10px;
}

.paddTop5 {
    padding-top: 5px !important;
}
.paddTop15 {
    padding-top: 15px !important;
}
.noRecord {
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
    font-size: 16px;
    color: #989898;
}

.noRecord > div {
    display: table-cell;
    vertical-align: middle
}

.paddLeft15 {
    padding-left: 15px !important;
}

.paddRight15 {
    padding-right: 15px !important;
}

.margin10 {
    margin: 5px 5px 5px 5px;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

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

.marginBottom15 {
    margin-bottom: 15px !important;
}

.marginBottom50 {
    margin-bottom: 50px !important;
}

.marginBottom45 {
    margin-bottom: 45px !important;
}

.marginRight10 {
    margin-right: 10px !important;
}

.marginRight20 {
    margin-right: 20px !important;
}

.paddBottom0 {
    padding-bottom: 0px !important;
}

p {
    font-size: 14px;
    color: #000;
}

.width50 {
    width: 50%;
}

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

.text-success {
    color: #4CAF50;
}

.text-danger {
    color: #F44336;
}

.text-gray {
    color: #999999;
}

.c-b {
    color: #000;
}

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

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

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

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.clear {
    clear: both;
}

.paddingZero {
    padding: 0px;
}

.padding-left-zero {
    padding-left: 0px;
}

.fullHeight {
    height: 100%;
}

.fullWidth {
    width: 100%;
}

.text-transaction {
    color: #808080;
}

.divider {
    margin: 10px;
    width: calc(100% - 20px);
}

.transaction-active {
    border-bottom: 2px solid #607D8B !important;
    background-color: #EEF4F7 !important;
}

.background-gray {
    background-color: #F0F0F0;
}

.modal-body .log {
    background-color: #ffffff;
}

.border-call {
    border-bottom: 1px solid #dadada;
}

.whitebox {
    background-color: #efefef;
}

.modal .row {
    margin: 0px;
}

.padding {
    padding: 15px !important;
}

.mass-problem-panel .panel-heading, .setting-panel .panel-heading {
    margin: 0px;
    padding: 15px;
}

.mass-problem-panel .row, .setting-panel .row {
    margin: 0px;
}
.padd-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padd-left-right-15 {
    padding: 0px 15px !important;
}

.padd-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.overflowHidden {
    overflow: hidden
}

.overflowAuto {
    overflow: auto
}

.borderRight {
    border-right: 1px solid #E7E7E7;
}

.height90P {
    height: calc(100% - 50px);
}

.padd-left-0 {
    padding-left: 0px;
}
.selector {
    padding: 15px 0px;
}
md-radio-group {
    border: none !important;
}
.radio {
    margin: 0px !important;
}
md-radio-button .md-label, .md-switch-thumb .md-label {
    margin-left: 5px !important;
}
.modal-content {
    border-radius: 10px;
}
md-radio-button, .md-switch-thumb {
    margin: 10px;
}
.action-button {
    margin-right: 30px;
    height: 35px !important;
    margin-top: -28px;
}
.small-fab {
    width: 40px !important;
    height: 40px !important;
    line-height: 10px !important;
}

.popup-block {
    background-color: #F0F0F0;
    padding: 15px;
    border-radius: 0px;
}
.info-block:after {
    clear: both;
    display: block;
    content: "";
}
.paddRightZero {
    padding-right: 0px;
}
.selectedQueryList {
    border-right: 2px solid #dadada;
}

.editable {
    cursor: pointer;
}

.listing {
    border: 1px solid #CACACA;
}

.listing .item {
    padding: 20px;
    border-bottom: 1px solid #CACACA;
    line-height: 0.5;
}

.modal-larg {
    width: 80% !important;
    margin: 0 auto;
}
.modal-medium {
    width: 60% !important;
    margin: 0 auto;
}

.modal-small {
    width: 45% !important;
    margin: 0 auto;
}

.modal-xs {
    width: 35% !important;
    margin: 0 auto;
}

.queryInfoSelect {
    background-color: transparent;
    box-shadow: none;
    color: #607D8B;
    font-size: 16px;
}

.modal-fix-height {
    height: 800px !important;
}

.fix-list-height {
    margin-top: 20px;
    height: 650px;
    overflow: auto
}

.info {
    background-color: #ffffff;
    padding: 10px
}

.info label {
    font-size: 15px;
    color: #000;
}

ul[datepicker-popup-wrap] {
    z-index: 100000;
}

ul[datepicker-popup-wrap] > li > div > table > tbody > tr > td > .btn, ul[datepicker-popup-wrap] > li > div > table > thead > tr > th > .btn {
    padding: 2px 3px;
    margin: 2px 3px;
    border: none;
    box-shadow: none;
}

ul[datepicker-popup-wrap] > li > div {
    padding: 5px;
}

#inline-date-picker .btn-default {
    background-color: #ffffff;
    border-color: #dddee0;
}

#inline-date-picker table {
    border-color: #FFF;
}

#inline-date-picker .btn-sm, .btn-group-sm > .btn {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

#inline-date-picker .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#inline-date-picker .btn {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

}

.customDateTimePickerDiv {
    margin-bottom: 0px;
    width: 184px;
}

.customDateTimePickerDiv.arrow_box_up:before {
    top: -16px;
    margin-top: -9px;
    left: 25px;
}

.customDateTimePickerDiv.wide {
    min-width: 385px;
    max-width: 400px;
    max-height: 310px;
}

.customDateTimePickerDiv.arrow_box_up:after {
    top: -17px;
    margin-top: -7px;
    left: 25px;
}

.dateTime-content {
    margin: 10px 0px !important;
}

.time-content .verticalAlign {
    margin-left: 15px;
    margin-top: 71px;
}

.dateTime-content .btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.arrow_box_up:after, .arrow_box_up:before, .arrow_box_left:after, .arrow_box_left:before, .arrow_box_right:after, .arrow_box_right:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_up:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 12px;
}

.arrow_box_up:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
}

.arrow_box_left:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 12px;
}

.arrow_box_left:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ccc;
    border-width: 13px
}

.arrow_box_right:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 12px;
}

.arrow_box_right:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #ccc;
    border-width: 13px
}
.dropDownBtn {
    background-color: transparent;
    box-shadow: none;
    padding-left: 0px;
    color:#6a7076;
    letter-spacing: 0.05em;
}

.dropDownBtn .caret {
    margin-left: 5px;
    position: absolute;
    top: 17px;
    right: 2px;
}

::-webkit-scrollbar {width: 2px;}
::-webkit-scrollbar-track {width: 2px;}
::-webkit-scrollbar-thumb {background-color: rgb(213 70 6);}
::-webkit-scrollbar-thumb:hover {background-color: rgb(213 70 6);}

.text-bold {
    font-weight: bold;
}

.treeViewOfUL {
    max-height: 300px;
    overflow: auto;
    min-width: 200px;
}

.treeViewOfUL li {
    line-height: 23px;
}

.detailViewSelect {
    margin-left: 20px;
}

.tab-title {
    color: #000 !important;
    font-size: 16px;
    font-weight: bold !important;
}

.md-header-items-container {
    border-bottom: 1px solid #dddee0;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-t--5 {
    margin-top: -5px;
}
.m-t-0 {
    margin-top: 0;
}

.m-t-2 {
    margin-top: 2px;
}

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

.m-t-25 {
    margin-top: 25px;
}

.m-t-10 {
    margin-top: 10px;
}
.m-t-50 {
    margin-top: 50px;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.f-b {
    font-weight: bold;
}

.o-a {
    overflow: auto;
}

.t-21_i {
    top: 21px !important;
}

.m-0 {
    margin: 0;
}
.m-0-a {
    margin: 0 auto;
}
.m-0i {
    margin: 0!important;
}

.m-l-0 {
    margin-left: 0;
}
.m-l-5 {
    margin-left: 5px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-2 {
    margin-left: 2px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-r-0 {
    padding-right: 0;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-25 {
    padding-right: 25px;
}

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

.p-l-5 {
    padding-left: 5px;
}
.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.f-w-n {
    font-weight: normal;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-l-8 {
    margin-left: 8px;
}

.m-t-8 {
    margin-top: 8px;
}

.tineMceEditor {
    height: calc(100% - 110px);
    -webkit-height: calc(100% - 110px);
    -moz-height: calc(100% - 110px);
}

.customSearch {
    position: absolute;
    top: 6px;
    left: 0px;
    font-size: 20px;
    color: #627F8C;

}

.p-r {
    position: relative;
}

.md-list-item-edit {
    background-color: #F0F0F0 !important;
    padding: 15px 0px;
    border-right: 0px !important;
    border-radius: 3px;
}

.md-list-item-content-edit {
    padding: 15px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-bottom: 1px solid rgb(218, 218, 218);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    border-top: 0px none;
}
.profileLi {
    background-image: url(../images/bg.png);
    background-size: cover;
    display: inline-block;
    height: 100%;
}

.profileDiv {
    padding: 14px 20px 10px 20px;
    width: 250px;
    height: 100%;
}
.profileDiv .name-div{
    display: table;height: 37px;padding-left: 10px;width: 140px;
}
.profileDiv .name-div>span{
    display: table-cell;vertical-align: middle;
}

.navbar-brand img{
    max-height: 55px;top: 10px;left: 5px;z-index: 999;padding-bottom: 5px;padding-left: 15px;
}
.profileImage {
    float: left;
    display: inline-block;
    margin-top: -5px;
}

.currentUserProfile.arrow_box_up:before {
    top: -16px;
    margin-top: -9px;
    left: 30px;
}

.currentUserProfile.arrow_box_up:after {
    top: -17px;
    margin-top: -7px;
    left: 30px;
}
.f-w-600 {
    font-weight: 600 !important;
}
.p-r {
    position: relative;
}

.transactionsFilter {
    position: absolute;
    width: 100%;
}

.transactionsFilter.ng-enter,
.transactionsFilter.ng-leave {
    -webkit-transition: 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}

.transactionsFilter.ng-enter.ng-enter-active,
.transactionsFilter.ng-leave {
    opacity: 1;
}
.transactionsFilter.ng-leave.ng-leave-active,
.transactionsFilter.ng-enter {
    opacity: 0;
}

.border-right {
    border-right: 1px solid #eaebec !important;
}
.border-left {
    border-left: 1px solid #eaebec !important;
}
.border-bottom {
    border-bottom: 1px solid #eaebec !important;
}
.border-top {
    border-top: 1px solid #eaebec;
}

.transaction-filter-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.transactionsListWithFil {
    margin-top: 210px;
    height: calc(100% - 210px);
}

.customListWithFil {
    margin-top: 135px;
    height: calc(100% - 135px);
}

.filterBlock {
    height: 70px;
}

.transactionStatusUl {
    right: 0px;
    left: -90px;
}

.t-t-c {
    text-transform: capitalize;
}

.transactionListWithPage {
    height: calc(100% - 45px);
}


.red {
    background-color: #929DA3 !important;
    color: #fff !important;
}

.d-b {
    display: block;
}

.d-b-i {
    display: block !important;
}

.v-h {
    visibility: hidden;
}


.d-i-b {
    display: inline-block;
}

.f-13 {
    font-size: 13px !important;
}

.note {
    background-size: cover;
    display: inline-block;
    color: #333;
    height: 100%;
}

.p-t-b-5 {
    padding: 5px 0px;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-l-r-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.p-l-10 {
    padding-left: 10px;
}

.p-a {
    position: absolute;
}

.t-10 {
    top: 10px;
}

.rollOverCont.arrow_box_left:after {
    top: calc(40% - 1px);
    left: -24px;
}

.rollOverCont.arrow_box_left:before {
    top: calc(40% - 2px);
    left: -28px;
    border-right-color: #607D8B;
}

.m-t-b-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.rollover-label {
    font-size: 15px !important;
    text-transform: uppercase;
}

.m-b-3 {
    margin-bottom: 3px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-12 {
    font-size: 12px;
}
.f-s-11 {
    font-size: 11px;
}
.f-s-10 {
    font-size: 10px;
}

.m-t-6 {
    margin-top: 6px;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-16 {
    font-size: 16px;
}

.t-caret {
    position: absolute;
    top: 15px;
    right: 2px;
}

.show-f-l {
    font-size: 11px !important;
    margin-bottom: 0px;
}

a.disabled-li,
a.disabled-li:visited,
a.disabled-li:active,
a.disabled-li:hover {
    color: #aaa !important;
    cursor: not-allowed;
    background: #FFF !important;
}

.v-a-m {
    vertical-align: middle !important;

}

.b-0 {
    border: 0px;
}

.d-n {
    display: none !important;
}

.t-t-l {
    text-transform: lowercase;
}

.t-t-c {
    text-transform: capitalize;
}

.f-s-14 {
    font-size: 14px;
}

.m-r-3 {
    margin-right: 3px;
}
.treeViewOfUL .fixedSearchBar {
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}
.h-50{height: 50px;}
.editBtn{padding: 3px 10px;font-size: 15px;color: #666;float: right;}
.o-x-h{overflow-x: hidden;}

.v-align {
    vertical-align: middle;
    height: 100%;
    display: table;

}

.v-align > div {
    display: table-cell;
    vertical-align: middle
}

md-toast{
    z-index: 5000000;
}

.d-i {
    display:inline;
}
.p-o-imp{padding: 0!important;}
.w-60{width: 60px;}
.w-65{width: 65px;}
.h-20{height: 20px;}
.h-60{height: 60px;}

.header-label{
    font-size:14px;
    margin-left: 10px;
}
.header-content{
    font-size:14px;
    font-weight: bold;
    margin-right: 10px;
}

.contactCard .name{
    font-size: 16px;
}

.contactCard .number{
    font-size: 18px;
}
.detailTableOfRecord{border: #CFCFCF solid 1px;}
.detailTableOfRecord tr th, .detailTableOfRecord tr td{padding: 5px;}

.lightGreyBackground{
    background: #e7e8ea;
}
.daterangepicker.dropdown-menu.single.opensright.show-calendar .row{margin: 0px;}
.daterangepicker.dropdown-menu.single.opensright.show-calendar .row .ranges {width: 100%;padding-bottom: 17px;}
.daterangepicker.dropdown-menu.show-calendar.openscenter .row .ranges {margin-right: 8px;padding-bottom: 4px;}
.h-100per-75p{height: calc(100% - 75px);}
.h-100per-150p{height: calc(100% - 150px);}
.h-100per-230p{height: calc(100% - 230px);}
.h-100per-300p{height: calc(100% - 300px);}
.h-100per-321p{height: calc(100% - 321px);}
.w-110p{width: 110px;}
.h-140p{height: 140px;}
.h-200{height: 200px;}
.h-230p{height: 230px;}
.h-280p{height: 280px;}
.h-300p{height: 300px;}

.profileTable{padding: 10px}

/*LEAD DETAIL PAGE*/
.user-div{border-bottom: 1px solid #dbd0d0;padding: 15px;}
.user-type{position: absolute;left:0;top:-7px; width: 100%;}
.user-type > span{width: 84px;background: white;padding-left: 21px;font-size: 10px;}
.vinay-div{border: 1px solid;border-radius: 54px;position: relative;}
.vinay-div img{margin-top: 9px;margin-right: 5px;}
.user-name{display: table;height: 37px;padding-left: 10px;width: 140px;}
.user-name > span{display: table-cell;vertical-align: middle;}

.no-follow-up{margin-top: 15px;font-size: 22px;color: #d9d9d9;text-align: center;}
.follow-up-list-title{font-size: 20px;font-weight: 900;color: #858383;padding-left: 5px;padding-bottom: 10px;border-bottom: 1px solid #cccccc;}
.follow-up-list-main-div{max-height: 527px;overflow: auto;border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}

.container{margin-top:100px}
.counter-box{display: block;border-radius: 15px;background: #ffffff;padding: 15px 15px 15px;text-align: center;border: 1px solid #e7e8ea;}
.counter-box p{margin:5px 0 0;padding:0;color:#535353;font-size:15px;font-weight:500}
.counter-box i{font-size:45px;margin:0 0 15px;color:#d2d2d2}
.counter{display:block;font-size:25px;font-weight:700;color:#090909;line-height:28px}
.counter-box.colored{background:#3acf87}
.counter-box.colored i,.counter-box.colored p,.counter-box.colored.counter{color:#fff}

.menu-ui{border-left: 1px solid #dadee2;}
.menu-ui .menu-name{border-bottom: 1px solid #f1e9e9;margin: 15px;}
.menu-ui .widget-flat{background: #d2edef;border-radius: 10px;color: rgb(213 70 6);}
.menu-ui .widget-flat:hover{background: #d5d8da;}
.menu-ui .widget-flat .sub-menu{padding: 10px 30px;}
.menu-ui .widget-flat .sub-menu img{float: left;}
.menu-ui .widget-flat .sub-menu b{padding-left: 15px;font-size: 13px;}
.currentUserProfile a:hover{background-color: rgb(6 6 6 / 10%) !important;color: black;}
.show-response{background-color:#ecf0f4;}

.flip-card {background-color: transparent;width: 300px;height: 200px;border: 1px solid #f1f1f1;perspective: 1000px;}
.flip-card-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.8s;transform-style: preserve-3d;}
.flip-card:hover .flip-card-inner {transform: rotateY(180deg);}
.flip-card-front, .flip-card-back {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;cursor: pointer;} 
.flip-card-front {background-color: #fff;color: black;}
.flip-card-back {color: white;transform: rotateY(180deg);}
.flip-card-front .border-secondary .card-header{font-size: 15px;font-weight: bold;}
.flip-card-back .respone{word-break: break-word;padding-left: 5px;padding-right: 5px;font-size: 12px;}
.flip-card-back .header{font-size: 15px;font-weight: bold;}

.panel .list-group-item .item-content{height: 80px;padding: 10px 15px;}
.panel .list-group-item>.badge {position: absolute;right: 0;bottom: 0;border-radius: 0;font-size: 13px;font-weight: 200;}
.panel .list-group-item img {width: 100%;height: 200px;}

.end-section{border-bottom: 1px solid #e3e2de;line-height: 25px;padding-top: 5px;}

.notification-count{border: 1px solid #ffffff;border-radius: 50%;text-align: center;font-size: 10px;background: rgb(213 70 6);color: #ffffff;height: 30px;width: 30px;line-height: 30px;}
.completed-task{text-decoration: line-through;color: #9c9ea0;}

.site-visit .select-tr{background: rgb(213 70 6);color: white;}
.sp-project span{padding: 4px 10px 2px;background: #d9f3f6;color: rgb(213 70 6);}

.dashboardChart{display: flex;display: -webkit-flex;}

.p-5{padding: 5px;}
.margin15{margin: 0px 15px 0px 15px;}
.dashboard .title{font-size: 20px;color: #272727;background: transparent;font-weight: 600;}
.dashboard .select-title{border: 1px solid rgb(213 70 6);color: #f9f9f9;background: rgb(213 70 6);}

.dashboard .box .title h4{font-size: 20px;color: #272727;font-weight: 600;}
.dashboard .box .title p{font-size: 14px;color: #989898;padding-bottom: 0;}

.dashboard .lead-box.total{background-color: #ebfdff;}
.dashboard .lead-box.total h1{color: rgb(213 70 6);}
.dashboard .lead-box.new{background-color: #f1f5ff;}
.dashboard .lead-box.new h1{color: #4a7ee5;}
.dashboard .lead-box.initial{background-color: #fff6ee;}
.dashboard .lead-box.initial h1{color: #fcac5d;}
.dashboard .lead-box h1{font-size: 35px;font-weight: 600;}
.dashboard .lead-box p{font-size: 14px;color: #292929;padding-bottom: 0 !important;}

.dashboard .rat-box{text-align: center;margin: 0 15px;}
.dashboard .rat-box h4{font-size: 32px;font-weight: 500;line-height: 1.25;color: #ff6868;}
.dashboard .rat-box h4.sucess{color: #8bc764;}
.dashboard .rat-box p{font-size: 14px;line-height: 1.29;color: #272727;}

.dashboard .box button{background-color: transparent;margin: 0 10px;font-size: 13px;color: #989898;padding: 5px 10px;border-radius: 18px;border: solid 1px #dcdcdc;}
.dashboard .box .selected{color: rgb(213 70 6);border-color: rgb(213 70 6);}
/*.dashboard .right-side button{background-color: transparent;margin: 0 10px;font-size: 13px;color: #989898;padding: 5px 10px;border-radius: 18px;border: solid 1px #dcdcdc;}*/
.dashboard .box button.all{border: none; font-size: 14px;line-height: 1.29;color: rgb(213 70 6);}




.dashboard .lead-resource .main-title{font-size: 12px;font-weight: 600;padding-left: 7px;}
.dashboard .lead-resource .count{font-size: 12px;color: black;}
.dashboard .lead-resource .count-lable{font-size: 11px;color: #989ca0;float: left;padding-top: 2px}
.dashboard .lead-block .title{padding: 10px 0px 10px 0px;border-bottom: 1px solid rgb(213 70 6);}
.dashboard .lead-block .lead-block{padding: 10px 0px 10px 0px;border-bottom: 1px solid rgb(213 70 6);}
.dashboard .lead-block .count{font-size: 15px;font-weight: 800;}
.dashboard .lead-block .pending-lead-count{font-size: 11px;color: #e87e04;padding-left: 10px;}
.dashboard .lead-block .count-lable{font-size: 11px;color: #989ca0;padding-top: 2px;}
.dashboard .project-analysis .redhighligth{background-color: #e4f9ff;}
.dashboard .project-analysis .count{font-size: 15px;font-weight: 800;}
.dashboard .project-analysis .count-lable{font-size: 11px;color: #989ca0;float: left;padding-top: 2px}
.dashboard .project-analysis .redhighligth .count-lable{font-size: 11px;color: #F44336;float: left;padding-top: 2px}
.dashboard .sp-analysis .redhighligth{background-color: #e4f9ff;}
.dashboard .sp-analysis .count{font-size: 20px;font-weight: 800;}
.dashboard .sp-analysis .count-lable{font-size: 15px;color: #989ca0;float: left;padding-top: 2px}
.dashboard .sp-analysis .redhighligth .count-lable{font-size: 11px;color: #F44336;float: left;padding-top: 2px}
.dashboard .sp-analysis .redhighligth .count-lable{font-size: 11px;color: #F44336;float: left;padding-top: 2px}
.dashboard .crm-menu .count{font-size: 15px;font-weight: 800;}
.dashboard .crm-menu .count-lable{font-size: 13px;color: #989ca0;float: left;padding-top: 2px}
.dashboard .crm-menu img{width: 80px;}
.dashboard .crm-menu .whitebox{border-radius: 15px;border: 1px solid #e4e4e4;padding: 25px;}
.dashboard .crm-menu .whitebox .count:before {content: ' ';background: rgb(213 70 6);display: inline-block;position: absolute;left: 0px;width: 3px;height: 20px;z-index: 400;}

.border-0{border: 0 !important;}
.table-font{font-size: 13px;}
.table-font thead{background: #efefef;color: #060606;font-weight: 700;}
.btn-new{color: rgb(213 70 6) !important;background-color: #fff;border-color: #d2edef;}
.filter-border{border: 1px solid #d5d5d5;border-radius: 8px;padding: 2px 10px 2px 10px;background-color: #fff;}
.modal-body label{color: #81888e;}
.modal-title{font-size: 15px;}
.modal-header{padding: 40px 25px 25px 30px;border: 0;}
.modal-footer{padding: 15px 5px 15px 15px;border: 0;}
.btn-filter{color: rgba(0, 0, 0, 0.87) !important;background-color: #ffffff;border-color: #dddee0;}
.btn-filter:hover{color: rgb(213 70 6);background-color: #ffffff;border-color: rgb(213 70 6);}
.btn-selected-filter{color: rgb(255 255 255) !important;background-color: rgb(213 70 6);border-color: rgb(213 70 6);}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

.selected-menu a{border-bottom: 2px solid #ffffff;color: white;background-color: rgb(213 70 6);font-weight: bold;}
.selected-menu a span{border-bottom: 2px solid #bfe1e1;padding-bottom: 5px;}
.select-sub-menu a{border-bottom: 2px solid rgb(213 70 6);color: rgb(213 70 6);font-weight: bold;}
@media (max-width: 768px) {
    .dashboardChart {display: initial !important;}
}
.dashboard-selected-filter{color: #0c71ca;background: aliceblue;}
.card-img-top{max-width: 85px;width: 55%;}


/*NEW DASHBOARD*/
/* #header
================================================== */
.dashboard .lead-box{
    border-radius: 16px;
    /*border: solid 1px #dbdbdb;*/
    background-color: #fff;
    padding: 20px 5px 20px;
    margin-bottom: 30px;
}
.dashboard .lead-box h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.21;
    color: #242424;
    padding-bottom: 5px; 
}
.dashboard .lead-box .total-lead{
    border-radius: 100px;
    border: solid 20px rgb(213 70 6);
    background-color: #fff;
    padding: 38px 0px 38px 0px;
    text-align: center;
    width: 166px;
}
.dashboard .lead-box .total-lead p{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    color: #888;
    padding-bottom: 0px;
}
.dashboard .lead-box .total-lead h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.17;
    color: #242424;
}
.dashboard .lead-box .user-data{
    display: flex;
    justify-content: space-between;
}
.dashboard .lead-box .user-data P{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.21;
    color: #888;
    padding-bottom: 0px;
}
.dashboard .lead-box .user-data h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.17;
    color: #242424;
    text-align: end;
}
.dashboard .lead-box p{
    font-size: 13px;
    line-height: 1.23;
    color: #888;
    padding-bottom: 55px;
}
.dashboard .box{
    border-radius: 16px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    padding: 20px 20px 0px;
    /*margin-bottom: 30px;*/
}
.dashboard .box img{
    padding-bottom: 15px;
}
.dashboard .box h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    color: #242424;
    padding-bottom: 30px;
}
.dashboard .box .user-data{
    display: flex;
    justify-content: space-between;
}
.dashboard .box P{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.21;
    color: #888;
}
.dashboard .box h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.17;
    color: #242424;
    text-align: end;
}
.dashboard .trending-box{
    border-radius: 16px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    padding: 30px 30px 20px;
}
.dashboard .trending-box h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.21;
    color: #242424;
    /*padding-bottom: 20px;*/
}

.dashboard .trending-box table tr{
    border-bottom: solid 1px #dbdbdb;
}
.dashboard .trending-box table tr:last-child{
    border-bottom: none;
}
.dashboard .trending-box table tr td{
    font-size: 12px;
    line-height: 1.21;
    color: #242424;
    width: 88%;
    padding: 11px 0;
}
.dashboard .trending-box table tr td.heading{
    color: #888;
}
.dashboard .trending-box table tr td.end{
    text-align: end;
}

.login h1{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.46;
    color: #fff;
}
.login h1 span{
    font-weight: 700;
}
.login .login-img{
    position: absolute;
    bottom: 0;

}
.floating-label {
    position: relative;
    margin-bottom: 20px;
}
.floating-input, .floating-select {
    font-size: 16px;
    padding: 2px 17px 2px 17px;
    display: block;
    width: 100%;
    height: 48px;
    background: #fff; 
    color: #262626;
    font-weight: 500;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.login .floating-select{
    background: #fff url(/app/common/assets/images/select-down.png) no-repeat right 0.9rem center;
    appearance: none;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
}
.floating-input:disabled{
    background-color: #fff6bd;
}
.floating-label label {
    color: #989898;
    font-size: 15px;
    position: absolute;
    pointer-events: none;
    top: 13px;
    left: 20px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -9px;
    font-size: 12px;
    color: #989898;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
    margin-top: 0; 
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -9px;
    font-size: 12px;
    color: #989898;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;

}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%; 
}
.floating-textarea {
    min-height: 80px;
    max-height: 120px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
/* highlighter */
.highlight {
    /*    position: absolute;
        height: 50%;
        width: 100%;
        top: 15%;
        left: 0;
    opacity: 0.5;*/
    pointer-events: none;
    color: rgb(1 109 119) !important;
    font-weight: 600;
}
/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; 
}
.calendly-badge-widget{
    display: inline-table !important;
}
.login button{
    background-color: #989898 !important;
}
.btn.btn-primary:hover:not(.btn-active){
    background-color: rgb(213 70 6) !important;
}
.login a.link-primary{
    color: rgb(213 70 6) !important;
}
.login h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    text-align: left;
    color: rgb(213 70 6);
}

#sidebar.active {
    min-width: 270px;
    max-width: 270px;
}
#sidebar {
    position: relative;
    min-width: 80px;
    max-width: 80px;
    padding: 20px 25px;
    background: rgb(213 70 6);
    color: #fff;
    min-height: 100vh;
}
#sidebar .accordion .point a.title{
    font-size: 15px;
    line-height: 1.27;
    text-align: left;
    color: #fff;
    display: flex;
    padding: 10px 0; 
}
#sidebar:hover{
    min-width: 270px;
    max-width: 270px;
}
#sidebar.active .point a.sub-menu{
    display: block;
}
#sidebar.hover .point a.sub-menu{
    display: block;
}
#sidebar .point a.sub-menu{
    display: block;
    font-size: 15px;
    line-height: 1.27;
    text-align: left;
    color: #fff;
    padding-left: 15px;
    margin: 5px 0 15px;
    display: none;
}
#sidebar button.toggle-btn{
    border: none;
    background-color: transparent;
}
#sidebar.active .accordion .point a.title{
    font-size: 15px;
    line-height: 1.27;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: end;
    padding: 12px 0;
}
#sidebar.active .accordion .point a span.menu-title{
    display: block;
}
#sidebar:hover .accordion .point a span.menu-title{
    display: block;
}
#sidebar .accordion .point a span.menu-title{
    display: none;
}
#sidebar.active .accordion .point .header .icon:after {
    content: url(/app/common/assets/images/dashboard/dropdown.png);
    float: right;
    display: block;
}
#sidebar:hover .accordion .point .header .icon:after {
    content: url(/app/common/assets/images/dashboard/dropdown.png);
    float: right;
    display: block;
}
#sidebar .accordion .point .header .icon:after {
    content: url(/app/common/assets/images/dashboard/dropdown.png);
    float: right;
    display: none;
}

#sidebar.active .logo h4{
    display: block;
}
#sidebar:hover .logo h4{
    display: block;
}
#sidebar .logo h4{
    display: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.29;
    color:#fff;
    margin-bottom: 0px;
}
#sidebar.active .logo h6{
    display: none;
}
#sidebar:hover .logo h6{
    display: none;
}
#sidebar .logo h6{
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #fff;
    margin-bottom: 0px;
}
#sidebar.active .toggle-btn{
    display: block;
}
#sidebar:hover .toggle-btn{
    display: block;
}
#sidebar .toggle-btn{
    display: none;
}
#sidebar .accordion .point a span.menu-title{
    padding-left: 10px;
}
#sidebar .accordion .point a span.img-box{
    width: 20px;
    height: 20px;
}
#sidebar .accordion .point a{
    opacity: 1;
    font-weight: 400;
}
#sidebar .accordion .point a:hover{
    opacity: 1;
    font-weight: 800;
}
#content{
    width: 100%;
}
#content .container{
    margin:  0;
}
#content .navbar{
    height: 66px !important;
    margin: 0 0 5px;
    padding: 15px 38px 18px 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
#content .navbar .navbar-brand{
    min-height: auto !important;
    padding: 0;
}
#content .navbar .navbar-brand h6{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.46;
    color: #272727;
    margin-bottom: 0;
} 
#content .navbar .navbar-brand h6 span{
    font-weight: 600;
} 
.navbar-brand{
    height: auto !important;
    padding: 0;
}
.navbar-expand-md .navbar-collapse{
    justify-content: end;
}
.navbar .navbar-nav a.nav-link.profile{
    background: url(/app/common/assets/images/dashboard/account.png) 0px;
    background-repeat: no-repeat;
}
.navbar-collapse{
    padding: 0;
}

.navbar .navbar-nav a.nav-link.profile h6{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.27;
    color: #272727;
    margin-left: 42px;
}
.navbar .navbar-nav a.nav-link.profile p{
    margin: 0;
    font-size: 13px;
    line-height: 1.23;
    color: #989898;
    margin-left: 42px;
}
.panel-heading{
    padding:0 15px !important;
    margin-bottom: 20px!important;
}
.panel-heading .title{
    font-size: 20px!important;
    font-weight: 600;
    line-height: 1.5;
    color: #272727;
    padding: 0;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon){
    padding: 8px 0;
}
.btn-group-sm>.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon), .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm{
    padding: 12px 15px;
}
.dropDownBtn .caret {
    margin-left: 5px;
    position: absolute;
    top: 17px;
    right: 2px;
}
.md-input{
    height: 37px;
}
.btn.btn-reset{
    background-color: #fff;
    color: red !important;
    font-weight: 600;
}
.btn.btn-create{
    background-color: #fff3c7;
    color: rgb(213 70 6) !important;
    font-weight: 600;
}
.md-list-item-content .col-sm-3{
    padding-right: 0;
}
.md-list-item-content .col-sm-4{
    padding-right: 0;
}
.panel-path p span{
    color: rgb(213 70 6);
}
.record-count{
    padding: 5px 17px;
    color: rgb(213 70 6);
    font-size: 14px;
    font-weight: 500;
}
.record-list{
    padding: 15px;   
}
.md-list{
    margin: 0 15px;
}
td span.status-1,.status-1{
    font-size: 13px;
    line-height: 1.23;
    color: #008744;
    padding: 4px 10px 4px 11px;
    border-radius: 12px;
    background-color: #e6ffe9;
}
td span.status-2,.status-2{
    font-size: 13px;
    line-height: 1.23;
    color: rgb(244, 67, 54);
    padding: 4px 10px 4px 11px;
    border-radius: 12px;
    background-color: #ffe2e6;
}
p-t-25{
    padding-top: 25px;
}
.p-b-40{
    padding-bottom: 40px;
}
footer{
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.27;
    color: #272727;
}
footer span{
    font-weight: 600;
}
.modal.fade:not(.show){
    opacity: unset;
}
.modal{
    overflow-x: auto;
    overflow-y: auto;
}
.modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    /*width: 350px;*/
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
}
.floating-label label.fix{
    top: -9px;
    font-size: 12px;
    color: #989898;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
    margin-top: 0;
}
.modal button.add-btn{
    width: 100%;
    border-radius: 8px;
    background-color: rgb(213 70 6);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    border: none;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 20px;
}
.modal{
    box-shadow: none !important;
}
.modal-body{
    box-shadow: none !important;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-header .modal-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #272727;
    /*    padding: 40px 26px 25px;*/
}
.modal .modal-header button{
    border: none;
    background-color: transparent;

}
@media (min-width: 576px) {
    .modal {
        box-shadow: none !important;
    }
}
.list-inline{
    margin-left: 0;
}
.p-r-25{
    padding-right: 25px;
}
.p-l-25{
    padding-left: 25px;
}
.user-info{
    font-size: 10px;
    font-weight: 600;
    color: rgb(213 70 6);
}
@media (min-width: 576px) {
    .delete.modal .modal-dialog {
        width: 450px !important;
        margin: 1.75rem auto !important;
        max-width: 100% !important;
    }
}
.delete.modal .modal-footer{
    justify-content: center;
}
.delete.modal button.add-btn{
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    max-width: 150px;
    width: 100%;
    margin-bottom: 0;
}
.delete.modal button.close-btn{
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #515151;
    padding: 8px 15px;
    max-width: 150px;
    width: 100%;
    background-color: #dcdcdc;
    border-radius: 8px;
    border: none;
    margin-bottom: 0px;
}
.delete.modal{
    bottom: auto;
    height: auto;
}
/*.modal-dialog-centered{
   min-height: calc(100% - 1rem) !important;
}*/
.delete.modal .modal-dialog {
    position: relative; 
    right: 0;
    margin: auto;
    /*width: 350px;*/ 
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
}

.qs .widget-flat{text-align: center;background: aliceblue;padding: 30px 15px;margin-right: 10px;border-radius: 15px;}
.campaign .sp-list{border: 1px solid #f1ecec;padding: 15px;border-radius: 15px;margin-bottom: 10px;margin-left: 20px;}

md-autocomplete .md-input{
    border: 0px solid #dadada !important;
    padding: 10px !important;
}
.modal-body md-autocomplete .md-input {
    border: 1px solid #dadada !important;
    padding: 10px !important;
}
.danger-btn{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.dash-box{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 24px 34px;
    margin-bottom: 24px;
}
.dash-box h6{
    color: #23292F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 0px 0px 10px;
}
.dash-box h3{
    color: #23292F;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px; 
    margin-bottom: 0;
}
.dash-box p{
    color: #637787;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
}
.dash-box h4{
    color: #23292F;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 15px;
}
.dash-box tr{
    border-bottom: 1px dashed #D6DCE1;
}
.dash-box tr td{
    color: #637787;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 0;
}
.dash-box tr td.bold{
    font-weight: 700;
}
.dash-box.pro-stage table tr td{
    color: #23292F;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.dash-box.pro-stage table tr td:first-child{
    color: #637787;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}
.dash-box.pro-stage table tr td:last-child{
    font-weight: 700;
}

.dash-box .success-ratio {
    background-color: #00961f;
    padding: 2px 5px;
    color: white;
    font-size: 16px;
}
.dash-box .confirm-ratio {
    background-color: #00961f;
    padding:5px 5px;
    color: white;
    font-size: 12px;
}
.dash-box .hold-ratio {
    background-color: #939593;
    padding: 5px 5px;
    color: white;
    font-size: 12px;
}
.dash-box .lost-ratio {
    background-color: #e32b2b;
    padding: 5px 5px;
    color: white;
    font-size: 11px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 180px;
}
.required {
    color: red;
}
.stage-done-icon{
    padding-left: 5px;
    width: 16px;
}
.bgi-size-cover {
  background: url("/app/common/assets/images/fizzyfox/ab-back.png") no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  margin: 0;
}

@media print {
    .new {
        page-break-before: always;
    }
}