

/* Custom css */
.text-right {
    text-align:right;
}
.no-border {
    border: 0 !important;
}
.bg-blue {
    background: #445EDE;
  }

  .topnav.bg-blue .navbar-nav .nav-link {
    color: #fff;
  }
  .topnav.bg-blue .navbar-nav .nav-item .nav-link.active,  .nav-item.active .dropdown-toggle {
    color: #2CEDA7 !important;
}
.auth-body-bg {
  background: #2A3042;
}
.logo-icon {
  margin: 0 auto 20px;
  text-align: center;
}
.mt--5 {
  margin-top: -15px;
}
.datepicker table tr td.day {
    cursor: pointer;
}
.datepicker table tr td span.new, .datepicker table tr td span.old, .datepicker table tr td.new, .datepicker table tr td.old, .datepicker table tr td.disabled {
    color: var(--bs-gray-500);
    opacity: .6;
}
.activity-column {
    display: flex;
    justify-content: flex-start;
    width: 200px;;
}
.activity-column span.activity-time-name {
    margin-left: 10px;
    margin-top: 10px;
}
.activity-column span.activity-time-name span:last-child:not(:empty):before {
    content: "\00a0";
    display: inline-block;
}
.d-flex-justify-space {
    display: flex!important;
    justify-content: space-between;
}
.bottom-pagination {
    width: 65%;
}
.font-size-30{
    font-size: 30px;
}

/********** Lead Edit Page Starts ***********/
.lead-actions-header .btn{
    line-height: 25px;
    padding: 0;

}
.card-body-header .select2-container--default .select2-selection--single {
    border-color: #333;
}
.card-body-header .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}
.card-body-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}
.nav-row-tabs {
    border-bottom: 1px solid #dddbdb;
    padding-bottom: 10px;
}
.nav-row-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.nav-row-actions .card-title {
    font-weight: 400;
    font-size: 13px;
}
.nav-row-actions select + .select2-container {
    width: 100% !important;
}
.nav-row-actions .select2-container--default .select2-selection--single {
    border-radius: 5px;
}
.nav-row-actions .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}
.nav-row-actions .select2-container--default .select2-selection--single .select2-selection__rendered, .nav-row-actions .select2-container .select2-selection--single {
    line-height: 35px;
    height: 35px;
    text-align: center;
}
.nav-row-actions .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.nav-row-actions .h-space-10 {
    column-gap: 10px;
}
.nav-row-actions .form-group {
    width: 160px;
}
.nav-row-tabs ul li {
    padding: 0 10px;
}
.nav-row-tabs ul li a {
    font-size: 14px;
    color: #333;
}
.nav-row-tabs ul li a.active {
    color: #556ee6;
}
.lead-edit-page .lead-dimention input {
    width: 30%;
}
.lead-edit-page .lead-expended-fields > input, .lead-expended-fields > span {
    width: 40% !important;
}
.lead-edit-page .select2-selection__rendered {
    line-height: 31px !important;
}
.lead-edit-page .select2-container .select2-selection--single {
    height: 35px !important;
}
.lead-edit-page .select2-selection__arrow {
    height: 34px !important;
}
.lead-edit-page .select2-container--default {
    margin-bottom: .5rem;
}
.lead-edit-page .sold-bucket-form {
    height: 500px;
    overflow: auto;
}
.spinner-border {
    display: none;
}
/********** Lead Edit Page Ends ***********/

.card-body-header .btn{
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    border: 0;
}
.card-body-header {
    border-bottom: 1px solid #EFF2F7;
    padding-bottom: 5px;
}
.card-footer {
    background: #fff;
}

/* Datatable search */
.dataTables_filter input {
    border-radius: 5px;
    padding: 10px 20px;
    min-width: 200px;
    border-color: #ababab;
}

/* Button style */
.btn-primary i {
    color: #fff !important;
}

/* Accordion */
.accordion-button, .accordion-button:not(.collapsed) {
    color: #204260;
    background-color: rgba(80, 165, 241, 0.25);
    border-radius: 4px !important;
    border: 1px solid #b9dbf9;
}
.accordion-collapse label {
    display: inline-block;
    padding: 0 3px;
}
.flex-2 {
    flex: 50%;
}


/* Re-Skin */

/* Login Screen */
.auth-body-bg {
    background: url(./../images/bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.navbar-brand-box {
    padding-top: 30px;
  }
  .vertical-menu {
    padding-top: 20px;
  }

  /* Navigation */
  #sidebar-menu ul li a {
    font-size: 15px;
  }
  body[data-sidebar=dark] #sidebar-menu ul li a, body[data-sidebar=dark] #sidebar-menu ul li a,
  body[data-sidebar=dark] #sidebar-menu ul li a i {
    color: #fff;
  }
  body[data-sidebar=dark] .mm-active .active {
    color: #9177f7 !important;
}

/* Tab */
.integration-settings .nav-link {
    color: inherit;
    padding: 0;
}
.integration-settings .nav-link h3 {
    font-size: 16px;
    color: #000C43;
}
#sidebar-menu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent;
    border: 0;
}
#sidebar-menu .nav-tabs .nav-item .nav-link {
    padding: 0;
}
.hidden {
    display: none;
}
.settings-tab {
    border: 0;
}

/* Sidebar */
body[data-sidebar=dark] .vertical-menu,
body[data-sidebar=dark] .navbar-brand-box {
    background: #2B2A3F;
}
.login-card {
    border-radius: 0;
}
.login-card .col-left {
    background: #6f6dff;
}
.login-card .img-fluid {
    width: 100%;
}
.login-card ul li {
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    display: flex;
}
.login-card ul li span {
    padding-left: 10px;
    display: block;
}
.login-card input.form-control {
    padding: 12px 24px 12px 16px;
    height: 44px;
    border: 0.554784px solid rgba(46, 56, 77, 0.6);
    border-radius: 30.1088px;
}
#password-addon {
    position: absolute;
    right: 5px;
    background: transparent;
    border: 0;
    top: 5px;
}
.login-card .input-password {
    border-radius: 30.1088px !important;
}
.login-card button[type="submit"]{
    height: 40px;
    background: linear-gradient(180deg, #6F6DFF 0%, #5F5DE1 100%);
    border-radius: 30.0933px;
}
.login-heading h3, .login-heading p {
    color: #000;
    font-size: 26px;
}
.login-heading p {
    font-size: 18px;
}
.login-card ul li i svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
}
/* Breadcrumbs */
.font-size-26 {
    font-size: 26px;
    font-weight: 400;
    color: #000C43;
}
a.btn.btn-blue {
    background: #5B59DF;
    color: #fff;
    padding: 10px;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover {
    color: #9177f7;
}

/* Main content */
.main-content {
    margin-left: 265px;
}
/* Sidebar Navigation */

.vertical-menu, .navbar-brand-box {
    width: 265px;
}

#sidebar-menu .nav-item .nav-link.active, #sidebar-menu .nav-item .nav-link.mm-active {
    background: #F7F7F7;
    color: #2A3042 !important;
    border-radius: 25px 0px 0px 25px;
}
#sidebar-menu .nav-item .nav-link.active i, #sidebar-menu .nav-item .nav-link.mm-active i {
    color: #000 !important;
}
#sidebar-menu {
    padding-left: 10px;
}
.metismenu li.nav-item {
    padding-top: 10px;
}
#sidebar-menu .nav-item .nav-link span {
    position: relative;
    z-index: 999;
}
#sidebar-menu .nav-item .nav-link.active:after, #sidebar-menu .nav-item .nav-link.mm-active:before {
    position: absolute;
    right: 0;
    top: -21px;
    content: '';
    background: url(../images/active-mm.svg) no-repeat right 0;
    height: 105px;
    width: 50px;
}
#sidebar-menu ul li a i {
    min-width: 1rem;
}
#sidebar-menu ul li a {
    padding: .625rem .9rem;
}
#sidebar-menu ul li a {
    position: unset;
}

.sidebar-enable .nav-item .nav-link.active:after, .sidebar-enable .nav-item .nav-link.mm-active:before {
    display: none;
}
.sidebar-enable #sidebar-menu .nav-item .nav-link.active, .sidebar-enable #sidebar-menu .nav-item .nav-link.mm-active {
    border-radius: 0;
}
.sidebar-enable #sidebar-menu {
    padding-left: 0;
}
body[data-sidebar=dark].sidebar-enable .vertical-menu #sidebar-menu ul li.mm-active .active i {
    color: #000 !important;
}
.sidebar-enable .navbar-brand-box {
    padding: 0 1rem;
}
.sub-menu li i {
    display: none !important;
}

/* Dashboard */
.lead-status-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin: 0;
    padding: 0;
}
.lead-status-widget .item {
    background: #F6F5FF;
    padding: 10px;
    border-radius: 3px;
}
.lead-status-widget p {
    margin-bottom: 5px;
}
.lead-status-widget .avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    overflow: hidden;
}
.bg-orange {
    background: #FF9800;
}
.bg-blue {
    background: #2B46C8;
}
.bg-sblue {
    background: #0EA5E9;
}
.bg-green {
    background: #17D69F;
}
.lead-status-widget .avatar-title {
    background: inherit !important;
}

.widget-calendar input[type=checkbox].tui-full-calendar-checkbox-round+span {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 8px;
    border: 2px solid;
    background: transparent;
}
.widget-calendar input[type=checkbox].tui-full-calendar-checkbox-round {
    display: none;
}

.fc-daygrid-dot-event .fc-event-title {
    /*display: none;*/
    font-size: 8px;
    text-align: left;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    max-height: 15px;
}
.fc .fc-daygrid-day-frame {
    height: 30px;
}
.fc-scrollgrid-sync-table {

}
.widget-calendar .fc-toolbar-chunk button.fc-button {
    background: transparent !important;
    color: #333;
    border: 0;
}

/* Right Sidebar */
.task-bar-enabled .main-content, .task-bar-enabled .main-content {
    margin-right: 0;
}
.mm-sidebar-right {
        width: 0;
        z-index: 1001;
        background: #fff;
        bottom: 0;
        margin-top: 0;
        position: fixed;
        top: 70px;
        -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
}
.task-bar-enabled .mm-sidebar-right {
    width: 350px;
    background: #fff !important;

}
.page-content {
    display: flex;
}
.mm-sidebar-right {
    padding: 0 !important;
}

.task-bar-enabled .main-content {
    margin-right: 350px;
}
.mm-sidebar-right {
    right: 0;
}
.grid-col-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin: 0;
    padding: 0;
}
.mm-sidebar-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mm-sidebar-right .item {
    background: #F8F8FF;
    padding: 20px;
}
.mm-sidebar-right .item label {
    margin-bottom: 2px;
}
.task-bar-toggle i {
    font-size: 18px;
    color: #6f6dff;
}
#activity i {
    font-size: 16px;
}

@media (max-width: 992px) {
    .task-bar-enabled .main-content {
        margin-right:0 ;
    }
    .navbar-brand-box {
        width: auto;
    }
    .mm-sidebar-right {
        width: 0;
        display: none;
    }
    .navbar-brand-box {
        padding-top: 0;
    }
    .navbar-brand-box .logo img {
        max-width: 42px;
    }
}
@media (max-width: 420px) {
    .lead-status-widget p {
        font-size: 12px;
    }
    .lead-status-widget .font-size-24 {
        font-size: 18px !important;
    }
    .lead-status-widget .avatar-sm {
        height: 2rem;
        width: 2rem;
    }

}
@media (max-width: 575.98px) {
    .widget-calendar .fc-toolbar {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .nav-row-tabs ul li a {
        font-size: 12px;
    }
    .nav-row-actions .form-group {
        width: 100%;
    }
    #team-selectbox, #lead-assignment {
        width: 100%;
    }
    .nav-row-actions .form-group {
        width: 100%;
        margin-bottom: 10px;
    }
    .btn-addlead, .btn-reset{
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .btn-addlead {
        padding: 10px;
    }
    .btn-reset{
        margin-top: 10px;
    }
}
@media (max-width: 768px) {

}
.navbar-brand-box a svg{
    width: 100%;
}

/** CSS for call widgets starts **/
.calling-pop-up {
    background-color: #4B49CE;
    border-radius: 8px;
    padding: 8px;
    max-width: 312px;
    width: 100%;
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    text-align: center;
    min-height: 174px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .calling-pop-up .top-icon {
    display: flex;
    justify-content: space-between;
  }
  .calling-pop-up .right-icon {
    display: flex;
    gap: 10px;
  }
  .calling-pop-up .calling-one {
    color: #F9F9F9;
    font-size: 14px;
    font-weight: 500;
  }
  .calling-pop-up .calling-two {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
  }
  .calling-pop-up .calling-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 50px;
  }
  .calling-pop-up .calling-btn .call-icons {
    background: #27D476;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calling-pop-up .calling-btn .hang-icon {
    background: #EC1515;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calling-widget {
    margin-right: 20px;
  }
  /** CSS for call widgets ends **/
