:root {
    --blue: #0179A8;
    --indigo: #346CB0;
    --purple: #5F4B8B;
    --pink: #B76BA3;
    --red: #EA6759;
    --orange: #EC935E;
    --yellow: #F7C46C;
    --green: #A7C796;
    --teal: #00A28A;
    --cyan: #3686A0;
    --white: #ffffff;
    --gray: #888c9b;
    --gray-dark: #222230;
    --primary: #346CB0;
    --secondary: #f6f7f9;
    --success: #00A28A;
    --info: #0179A8;
    --warning: #F7C46C;
    --danger: #FF2727;
    --light: #f6f7f9;
    --dark: #222230;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

  
h2, .h2 {
    font-size: 1.60rem;
}

.section-block {
    margin: 1rem 0.6rem;
}

.loadingoverlay {
    background-color: transparent !important;
}

.isloading .loadingoverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.has-sidebar-expand-xl .app-main>.app-footer,
.has-sidebar-expand-xl .page-inner {
    margin-left: 22.5rem;
    margin-right: unset;
}

.tab-content {
    padding: 10px 0;
}

.mt-4 {
    margin-top: 1.8rem!important;
}

.toast-close-button {
    top: 0.9rem !important;
    border: none !important;
    background: transparent !important;
}

#toast-container.toast-bottom-right,
#toast-container.toast-top-right {
    position: fixed;
    /*    z-index: -1;*/
}

.dropdown-menu-rich .dropdown-item.globalactions {
    display: block;
}

.dropdown-scroll.globalactionsscrool {
    height: auto;
}

a {
    cursor: pointer;
}

.hidden {
    display: none;
}

.required:after {
    content: "*";
}

.radio .required:after {
    content: "";
}

.menu-text {
    /* color: #95A1B5; */
    color: #000000;
}

.has-child .menu-item .menu-link {
    color: #000000 !important;
}

.stacked-menu-has-compact .has-child .menu-item .menu-link {
    color: #888c9b !important;
}

.menu-icon {
    height: 20.1px;
    width: 25.85px;
}


/*Change header height*/

.pace .pace-progress {
    top: 3rem !important;
    z-index: 0;
    background: #346cb0
    /* #ff929d; */
}

.pace .pace-activity {
    top: 4rem !important;
}

.top-bar {
    height: 2rem !important;
}

.top-bar-item {
    padding-top: 1em;
}

@media (min-width: 768px) {
    /* .app-aside-expand-md {
        top: 4.5rem !important;
    } */
}

.app-footer {
    /* background: #CC0000;
    color: #FCFCFC; */
    color: #333;
    margin: 0rem 0 0.5rem;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    opacity: 1;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
}

.login-container {
    display: flex;
    height: 100vh;
}

.login-container .login {
    flex: 1;
    background: linear-gradient(rgba(204, 0, 0, 50%), rgba(204, 0, 0, 50%)), url(/img/loginbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-container .formstyle {
    overflow: auto;
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: column;
    animation-name: left;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s;
    background: #fff;
    width: 440px;
    padding: 85px 35px 35px 35px;
}

.login-container .formstyle .text-desc {
    color: #8E8E8E;
}

.login-container .formstyle h2 {
    font-weight: normal;
}

.moto {
    padding-left: 10%;
    position: absolute;
    left: 0;
    right: 0;
    top: 46.85%;
    color: #fff;
}

.moto h2,
.moto h4 {
    color: #fff;
}


/* @media (min-height: 1000px) {
    .app-footer {
        position: absolute !important;
    }
}

@media (max-height: 1000px) {
    .app-footer {
        position: relative !important;
    }
} */

.calendar-app .app-footer {
    position: relative !important;
}

.calendar-app .app-footer {
    position: relative!important;
}

.copyright {
    padding-top: 40px;
}

.pull-right {
    float: right !important;
}

.group-field {
    margin-top: -12px;
}

.changeformtick {
    margin-top: -40px;
}

.card-header-gap {
    padding-top: 15px;
    padding-left: 15px;
    text-align: left;
    letter-spacing: 0.15px;
    color: #071E4E;
    opacity: 1;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #071E4E;
}

.top-box {
    width: 180px;
    border-right: 1px solid #071E4E;
    height: 70px;
}

.page-navs-2 {
    position: relative;
    align-items: center;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(34, 34, 48, 0.1);
    z-index: 5;
}

.border-r {
    border-right: 1px solid;
}

.company-header,
.company-header-small {
    border: 1px solid rgba(20, 20, 31, .12);
    border-radius: 0.25rem;
}

.company-header .nav-tabs {
    border-bottom: none !important;
}

.text-danger {
    color: #FF2727 !important;
}

.text-info {
    color: #4B84DA !important;
}

.category-list li,
.folder-list li {
    padding: 2% 0 2% 0 !important;
    border-bottom: 0 !important;
    display: block !important;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ed5565 !important;
}

.has-error .control-label {
    color: #ed5565 !important;
}

.help-block {
    color: #FF1F1F !important;
}

.flatpickr-day {
    line-height: 24px !important;
}

.toast {
    z-index: 90000 !important;
}

.app-header {
    height: 3rem !important;
    z-index: 1000 !important;
}

.top-bar-logo {
    width: 50%;
}

.top-bar-brand {
    margin-top: 0px;
    height: 3rem;
}


/*.page-navs-2 {
    margin-top: 30px;
}

.page{
    margin-top: 30px;
}*/

.top-bar-item-icon {
    font-size: 22px;
}

.user-avatar-md {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
}

.has-eye {
    position: relative;
}

.has-eye.input-group>.close.show~.input-group-append {
    margin-right: 1.875rem;
}

.has-eye .form-control {
    padding-right: 30px;
}

.has-eye .close {
    display: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    color: #888c9b;
    z-index: 4;
    transform: translate3d(0, -50%, 0);
}

.has-eye .close:hover {
    color: #363642;
}

.has-eye .close.show {
    display: block;
}

.has-eye.has-spinner .close,
.has-eye.has-spinner .close.show {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.header-nav .nav-link {
    height: 2.7rem !important;
}

.auth-footer {
    color: white !important;
    font-weight: 100;
}

@media(min-width:1119px) {
    #task_board .tasks {
        width: 32% !important;
    }
    #task_board.board {
        overflow-x: hidden !important;
    }
}

.company-tasks .badge,
.mytasks .badge,
.reportedtasks .badge,
.alltasks .badge {
    margin-bottom: 0px !important;
}

.icon-edit {
    color: #0066FF;
}

.icon-claim {
    color: #0066FF;
}

.icon-show {
    color: #0066FF;
}

.icon-remove {
    color: red;
}

.company-page {
    background: #ffffff;
}

.collection-add-button-absolute {
    position: absolute;
    right: 1rem;
    z-index: 3;
}

.collection-add-button {
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 2rem;
    background: #346cb0;
}

.collection-add-button:hover {
    text-decoration: none;
}

.collection-remove-button {
    font-size: 20px;
}

.collection-icon {
    color: #ffffff;
}


/* .app-header-dark .btn-account.focus,
.app-header-dark .btn-account.show,
.app-header-dark .btn-account:active,
.app-header-dark .btn-account:focus,
.app-header-dark .top-bar-brand {
    background-color: #BE0404;
} */

.stacked-menu-has-collapsible .has-child>.menu-link:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='white' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E") 50% no-repeat;
    filter: brightness(0%);
}

.nav-tabs .nav-item-2 {
    margin-bottom: -1px;
    background: #CBCBCB;
    padding: 0px 7px;
    border-radius: 20px 20px 0px 0px;
    opacity: 1;
    border: 1px solid;
}

.border-bottom-2 {
    border-bottom: 1px solid;
}

.nav-link-2.active {
    color: #222230;
    background-color: transparent;
}

.nav-tabs .nav-link-2 {
    padding: 1rem;
    border-width: 0 0 3px;
}

.nav-link-2 {
    font-size: .875rem;
    outline: 0;
    color: #1E315D;
    display: block;
}

.nav-item-2.active {
    background-color: #ffffff;
}

#search_results {
    list-style-type: none;
    padding-left: 0px;
}

#service-card .card-metric {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding-bottom: 15px;
    box-shadow: 0px 2px 10px #00000029;
    text-align: none;
    height: 190px;
}

#service-card .metic-header {
    text-align: left;
    letter-spacing: NaNpx;
    color: #000000;
    opacity: 1;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
}

#service-card .metric-m {
    text-align: left;
    letter-spacing: NaNpx;
    color: #000000;
    opacity: 1;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 10px;
}

#service-card .metric-b {
    text-align: left;
    letter-spacing: NaNpx;
    color: #000000;
    opacity: 1;
    font-size: 16px;
    padding-left: 10px;
}

#crmmenu .border-bottom {
    border-bottom: 1px solid #9CA5B9 !important;
}

#crmmenu .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #222230;
    background-color: transparent;
    border-color: #FF8800;
}

#crmmenu .nav-link {
    color: #011E51;
}

@media(max-width:1200px) {
    .company-header .tile-lg {
        width: 1.5rem !important;
        height: 1.5rem !important;
        font-size: .75rem !important;
        line-height: 1.5rem !important;
    }
}

.change-password-form label{
    color: #fff !important;
}

.changepassword .change-password-form label {
    color: #363642 !important;
}

.profile-form .calendar-duration .form-group legend,
.generalsetting-form .calendar-duration .form-group legend {
    margin-bottom: -0.5rem !important;
}

#calendar .fc-basic-view .fc-body .fc-row {
    min-height: 12em !important;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 100;
    color: #FFFFFF;
}

.auth-footer-text {
    font-size: .8rem;
}

.forgotpass:hover {
    color: #FFFFFF;
}

.stacked-menu {
    padding-top: 0px !important;
}

.has-compact-menu .stacked-menu-has-compact>.menu>.menu-header {
    visibility: visible;
    opacity: 1;
    line-height: 0rem;
    overflow: visible;
    padding: 1rem 0px;
    text-align: center;
}

.nav-scroller>.nav.tab-service {
    margin-top: 5px !important;
}

.custom-dt-striped thead th {
    border: 0 !important;
    text-align: center;
}

.edit-btn:hover {
    text-decoration: none !important;
}

.cancel-btn:hover {
    text-decoration: none !important;
}

.action-btn:hover {
    text-decoration: none !important;
}


/* .company-border dd{
    border-bottom: 1px solid #eee;
    height: 36px;
}

.person-border dd {
    border-bottom: 1px solid #eee;
    height: 36px;
}

.service-border dd {
    border-bottom: 1px solid #eee;
    height: 36px;
} */


/*@media (max-height: 992px) {

.page {
    min-height: calc(100vh - 9.5rem) !important;
}


}*/

.calendar-page .flatpickr-calendar,
.calendar-page .flatpickr-current-month,
.calendar-page .flatpickr-rContainer {
    width: 100% !important;
}

.calendar-page .flatpickr-days {
    width: 100% !important;
    max-width: 100% !important;
}

.calendar-page .dayContainer {
    width: 100% !important;
    max-width: 100% !important;
}

.calendar-page .flatpickr-current-month {
    left: 0px !important;
}

.calendar-page .flatpickr-day {
    max-width: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.today,
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    border-radius: 0 !important;
}

.btn-cancel {
    color: #ffffff !important;
    background-color: #a6abbd;
    border-color: #a6abbd;
}

.btn-cancel:not(:disabled):not(.disabled).active,
.btn-cancel:not(:disabled):not(.disabled):active,
.show>.btn-cancel.dropdown-toggle {
    color: #fff;
    background-color: #73788a;
    border-color: #73788a;
}

.btn-action {
    color: #ffffff !important;
    background-color: #071E4E;
    border-color: #071E4E;
}

.btn-info {
    color: #ffffff !important;
}

.tab-service li a {
    color: #071E4E;
    font-size: 16px;
}

.tab-service li a:hover {
    text-decoration: none !important;
}

.tab-service li.active a {
    font-weight: bold;
}

.step-custom-body {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

.steps .active+li:before,
.steps .active a {
    background-color: #346cb0
}

.steps .active:hover+li:before,
.steps .active:hover a {
    background-color: #3462b0;
}

.collapse-btn {
    text-decoration: none !important;
}

.finalize-border {
    border-left: 1px solid #DDDDDD;
}

.title-border {
    border-left: 4px solid #346cb0 !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.title-border h4 {
    margin-left: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    display: inline !important;
    font-size: 24px !important;
    color: #B0B0B0 !important;
    font-weight: normal !important;
}

#six_onboarding_six_approval_status .form-check,
#six_onboarding_six_approval_onlinestatus .form-check {
    display: inline-block !important;
    padding-right: 10px !important;
}

.competitor-tabs .nav-tabs {
    border-bottom: none;
}

.remove-button {
    color: red !important;
    margin-left: 10px !important;
}


/*base menu*/

.nav-mainmenu-header {
    /* background-color: #87daec; */
    border-bottom: 1px solid #f8f8f8;
    margin: 5px 17px 0px !important;
    padding: 0 0 !important;
}

.stacked-menu .menu-header {
    margin-top: 0rem;
}

.nav-mainemu-header-color {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.stacked-menu .menu-item.has-active>.menu-link .menu-icon {
    color: #346cb0;
}

.stacked-menu .menu-item.has-active>.menu-link .menu-icon {
    color: #346cb0;
}


/* .stacked-menu .menu-link>.menu-icon {
    color: #000000;
} */

.stacked-menu .menu-item.has-active>.menu-link .menu-text {
    color: #346cb0;
}

td.details-control {
    width: 5%;
    background: url('../img/details.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control:before {
    cursor: pointer;
    background: url('../img/details.png') no-repeat center center;
}

#SixOnboardingBeneficialOwnerType_directindirect .radio {
    margin-right: 10px !important;
    display: inline-block !important;
}

.history-changes.table-striped tbody tr:nth-child(even) {
    background-color: transparent !important;
}

.stacked-menu .menu-link:hover .menu-icon {
    color: #000000;
}

.stacked-menu .menu-item.has-open:not(.has-active)>.menu-link .menu-icon {
    color: #000000;
}

.informationneeded-top-buttons {
    display: inline-block !important;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 10px;
}

.informationneeded-top-text {
    text-align: center;
    padding-top: 7px;
    float: left;
    width: 100%;
    font-weight: 600;
}

#onboardingLinkModal .email-and-buttons input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #fff;
    border-right: none;
}

#onboardingLinkModal .email-and-buttons .link-buttons {
    float: left;
    width: 20%;
    color: white;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
}

#onboardingLinkModal .email-and-buttons .link-buttons button {
    border: 1px solid grey;
}

#onboardingLinkModal .email-and-buttons::after {
    content: "";
    clear: both;
    display: table;
}

.has-compact-menu .stacked-menu-has-compact>.menu>.menu-header .nav-mainemu-header-color {
    padding: 1rem 0 !important;
}

.tree {
    margin: 18px;
    padding: 0;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}

.tree li>div {
    background-color: #eee;
    color: #222;
    padding: 10px;
    width: 200px;
    /* text-align: center;*/
    display: inline-block;
}

.tree.cascade li {
    margin-left: 24px;
}

.tree.cascade li div {
    margin-top: 12px;
}

.tree.cascade li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade li:after {
    border-top: 1px solid #ddd;
    width: 12px;
    left: -12px;
    top: 24px;
}

.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.tree.cascade>li:first-child:before {
    top: 24px;
}

.tree.cascade>li:only-child {
    margin-left: 0;
}

.tree.cascade>li:only-child:before,
.tree.cascade>li:only-child:after {
    content: none;
}

.tree.horizontal li {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.tree.horizontal li div {
    margin: 6px 0;
}

.tree.horizontal li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.horizontal li:first-child:before {
    height: 50%;
    top: 50%;
}

.tree.horizontal li:last-child:before {
    height: 50%;
    bottom: 50%;
    top: auto;
}

.tree.horizontal li:after,
.tree.horizontal li ul:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 12px;
    top: 50%;
    left: -12px;
}

.tree.horizontal li:only-child:before {
    content: none;
}

.tree.horizontal li ul:after {
    left: 0;
}

.tree.horizontal>li:only-child {
    margin-left: 0;
}

.tree.horizontal>li:only-child:before,
.tree.horizontal>li:only-child:after {
    content: none;
}

.tree.vertical {
    display: flex;
}

.tree.vertical ul {
    display: flex;
    justify-content: center;
}

.tree.vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tree.vertical li div {
    margin: 12px 6px;
}

.tree.vertical li:before {
    border-left: 1px solid #ddd;
    height: 12px;
    width: 0;
    top: 0;
}

.tree.vertical li:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 100%;
}

.tree.vertical li:first-child:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 50%;
    left: 50%;
}

.tree.vertical li:last-child:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 50%;
    right: 50%;
}

.tree.vertical li:only-child:after {
    content: none;
}

.tree.vertical li ul:before {
    border-left: 1px solid #ddd;
    height: 12px;
    width: 0;
    top: -12px;
}

.tree.vertical>li:only-child:before,
.tree.vertical>li:only-child:after {
    content: none;
}

.select2-container--focus .select2-selection--single {
    border: none !important;
    box-shadow: none !important;
}

.select2-container,
.select2-container:active,
.select2-container:focus,
.select2-container--open {
    box-shadow: inset 0 1px 0 0 rgb(34 34 48 / 5%) !important;
    backface-visibility: hidden !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #363642 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #c6c9d5 !important;
    border-radius: 0.25rem !important;
    /*    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;*/
    height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.select2-selection.select2-selection--single {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
}

.select2-dropdown--below {
    box-shadow: 0 0 0 1px rgb(20 20 31 / 5%), 0 2px 7px 1px rgb(20 20 31 / 16%) !important;
    border: none !important;
    margin-top: 5px !important;
    max-height: 250px;
    overflow-y: auto;
}

.select2-search__field {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363642;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c6c9d5;
    border-radius: 0.25rem;
    /*    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.select2-search__field:focus,
.select2-search__field:active {
    border: none !important;
}


/*.bootstrap-select.select2-autocomplete .dropdown-menu{
    max-height: 250px!important;
}*/

#bs-select-55 {
    max-height: 250px !important;
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 1.25em !important;
}

.dropdown-menu .status {
    padding: 0.75em;
}

fieldset.well {
    overflow-x: unset;
    overflow-y: unset;
}

.profile_details_cont {
    overflow-x: auto;
}

.lost-circle {
    border: 10px solid lightcoral;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.lost-circle p,
.gained-circle p {
    margin: 0px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

.gained-circle {
    border: 10px solid lightgreen;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 400;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.segraphs.card-fluid {
    height: 95%;
}

.project-manager .tag-list li a {
    font-size: 10px;
    background-color: white;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

.project-manager>ul.tag-list li {
    list-style: none;
    float: left;
}

.conversation-message {
    width: 100%;
}

.list-group-item {
    border-color: #ecedf1;
}


/* .company-border .col-md-4{
    border-bottom: 1px solid #eee;
} */

.task-issue {
    list-style: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

iframe[name="merchantimportiframe"] {
    height: 650px!important;
    width: 100%!important;
    border-color: #eee!important;
    border-width: 1px 1px!important;
    border-style: solid!important;
}

iframe[name="transactionuploadiframe"] {
    height: 650px!important;
    width: 100%!important;
    border-color: #eee!important;
    border-width: 1px 1px!important;
    border-style: solid!important;
}

#dtTransaction .dataTables_info {
    clear: both!important;
    position: absolute;
    bottom: 55px;
}

#dtTransaction .dataTables_length,
#dtTransaction .dataTables_paginate {
    text-align: right;
    float: right;
}

.has-compact-menu .menu-text.submenu {
    color: #95A1B5!important;
}

.notifications-page-sidebar {
    z-index: 1!important;
}

.badge-zeroactual {
    color: #ffffff;
    background-color: #80BCD3;
}

.badge-ongoing {
    color: #ffffff;
    background-color: #346CB0;
}

.badge-achieved {
    color: #ffffff;
    background-color: #00A28A;
}

.badge-profileop {
    color: #ffffff;
    background-color: #e8e82e;
}

.badge-noopportunity {
    color: #ffffff;
    background-color: #222230;
}

.badge-misaleading {
    color: #ffffff;
    background-color: #F4B13C;
}

.badge-lost {
    color: #ffffff;
    background-color: #B76BA3;
}

#dtinbox .unread {
    background-color: #ebe9e9cc !important;
}

input :read-only {
    cursor: not-allowed!important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1!important;
}
.flatpickr-input[readonly] {
    background-color: #fff;
}
.flatpickr-input:disabled{
    background-color: #e9ecef;
    cursor:default !important;
}
.filter-bar {
    padding-left: 0px !important;
}

.unread>td>a {
    font-weight: 600;
}

.btn-account {
    padding: 0 0.5rem!important;
}

#tab-comments .conversation-message {
    width: auto!important;
}

#tab-comments .conversations {
    padding: 15px;
    height: 400px;
    overflow-y: auto;
}

#tab-comments .conversation-outbound .conversation-message-text {
    color: #363642!important;
    background-color: #ecedef!important;
}

#tab-comments .message-body {
    padding: 0rem 1rem!important;
}

.ms-container {
    width: 100%!important;
}

.form-check .required:after {
    content: "";
}

.multiselect-box select {
    height: 9em!important;
}

.multiselect-box button {
    height: 30px;
    width: 30px;
}

#multiselect_move_up,
#multiselect_move_down {
    height: 20px;
    width: 20px;
    padding: 1px 2px;
}

.auth-floated .auth-announcement {
    padding: 6rem 1rem;
}

.auth-floated .announcement-body {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.auth-floated .announcement-title {
    text-align: left;
    color: #fff;
    font-weight: 350;
}

.auth-form h2 {
    font-weight: 300;
    font-size: 32px;
    color: #000000;
}

.auth-form h4 {
    font-weight: 300;
    color: #000000;
}

.auth-form h3 {
    font-weight: 300;
    font-size: 32px;
    color: #969696;
}

.auth-floated .auth-form {
    text-align: left;
}

.auth-floated .auth-form .btn-primary {
    padding: 0.375rem 1.375rem;
    border-radius: 0px;
}

.auth-floated .auth-form .btn-link {
    color: #ccc;
}

.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 5px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 46px;
    display: inline-block;
    margin-top: 5px;
}

.modal-confirm .icon-box.danger i {
    color: #f15e5e;
}

.modal-confirm .icon-box.confirm i {
    color: #f7c46c;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.modal-confirm .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-confirm {
    background: #00a28a;
}

.modal-confirm .btn-confirm:hover,
.modal-confirm .btn-confirm:focus {
    background: #007c69;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

table.table-no-top-border tbody tr:first-child td, table.table-no-top-border tbody tr:first-child th {
    border-top:none;
}

label.two-factor-options {
    width: 100%!important;
}
.two-factor-options .option-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.two-factor-options .option {
    border: 1px solid #ccc;
    border-radius: .3rem;
    padding: 15px;
    display: flex;
    align-items: center;
    background: white;
    cursor: pointer;
    transition: box-shadow 0.3s, border-color 0.3s;
    position: relative;
}
.two-factor-options input[type="radio"],.two-factor-options .form-check {
    display: none;
}
.two-factor-options .icon {
    font-size: 24px;
    margin-right: 15px;
    color: #666;
}
.two-factor-options .option-content {
    display: flex;
    flex-direction: column;
}
.two-factor-options .option-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.two-factor-options .option-description {
    color: #666;
    font-size: 14px;
}
.two-factor-options .option.selected{
    box-shadow: 0 0 0 3px #30619F;
    border-color: #30619F;
}
.two-factor-title{
    font-size: 28px;
}

.code-input {
    margin-left: 5px;
    font-size: 1.5em;
    width: 1em;
    text-align: center;
    flex: 1 0 1em;
    border: 1px solid #e5e6e7;
    padding: 6px 12px;
}

#dashboard_datepicker{
    display: inline!important;
}

.dashboard-analitics-data .card-metric .metric-label{
    text-align:left!important;
}

.uppercase-text {
    text-transform: uppercase!important;
}