#DivFeeDetails .common_table .error {
    padding: 0;
}

.curruncyiconab {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
    font-family: var(--medium);
}


div#conditionsUSAGE {
    text-align: left;
    color: var(--grey);
    font-family: "popins_regular";
    max-height: 550px;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
div#conditionsUSAGE h3 {
    text-align: left;
    color: var(--black);
    font-family: "popins_semibold";
    font-size: 15px;

}
div#conditionsUSAGE .checkboxterms input[type=checkbox] {
    height: 25px;
    width: 25px;
    margin-top: 0;
}



div#conditionsUSAGE .checkboxterms {
    display: flex;
    align-items: center;
    background-color: #efefef;
    padding: 15px;
}
div#conditionsUSAGE .checkboxterms .textus {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
    font-family: "popins_medium";
}






/* error box section*/
span.error {
    color: red;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 15px 0;
    font-family: "popins_regular";
}
.validation-summary-errors {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    background: #ffebeb;
    border-top: 2px solid #c34242;
    position: relative;
}

.validation-summary-errors > ul {
  padding-left: 15px;
}
.validation-summary-errors > ul > li {
    font-size: 12px;
    line-height: 20px;
    color: #dc4545;
}
.close_tag {
    position: absolute;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

/* search box green */

.search-summary-result{
    background: #eff7eb;
    padding: 15px;
    margin: 8px 0;
    position: relative;
}
.search-summary-result .search_title{
    font-size: 14px;
    font-weight: 600;
}
.search-summary-result ul{
    padding-left: 20px;
    margin: 15px 0;
}
.search-summary-result .close_tag{
    position: absolute;
    top: 15px;
    right: 20px;
}
.search-summary-result .sr_field{
  font-size: 13px;
}
.search-summary-result .sr_content{
    font-weight: 600;
}

a.dropdown-item-menu {
    display: block;
    font-size: 13px;
    padding: 4px 8px;
    transition: all 0.2s ease;
}
a.dropdown-item-menu:hover {
    background-color: #f1f5f7;
}
.tag-instruction {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    font-family: "popins_regular";
}

.sub_details {
    text-align: center;
}
.sub_details .detail{
    font-size: 13px;
    padding: 0 10px;
    line-height: normal;
    color: var(--grey);
}
/* Date range piker Custom */

body .ranges li.active {
    background-color: #18486e;
    border: 1px solid #18486e;
    color: #fff;
}
body .range_inputs .applyBtn {
    background-color: #18486e;
    border: 1px solid #18486e;
    color: #fff;
}
body .ranges li{
    color: #333;
}



/* some extra css */

.no-record{
    font-size: 16px;
    line-height: 30px;
}
button.list_btn {
    font-size: 18px;
    background: transparent;
    border: 0;
    font-weight: 600;
}
button.btn.list_btn.dropdown-toggle:focus-within {
    outline: none;
    border: 0;
}
.btn:active {
    box-shadow: none;
}
.ad_options .fa-plus {
    color: #fff;
}
.dataTables_length select:focus {
    outline: none;
}
.title-section .dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 400;
}

button.btn.refresh {
    margin-left: 15px;
}
button.btn.refresh:hover i {
    color: #fff;
}
.title.ad_section {
    font-size: 16px;
    font-weight: 600;
}
.registration_part.add_data {
    margin-top: 10px;
    padding-top: 0;
}
option.op_val{
    font-size: 13px;
    line-height: normal;
    padding: 5px 0;
}
.NumberWithTime small{
    color: #979797;
    padding-left: 5px;
    display: inline-block;
}


/* single lead */
.call_details .dropdown-menu .dropdown-item{
    display: block;
    font-size: 13px;
    line-height: 26px;
}
.call_details .open>.dropdown-menu{
    border-radius: 4px;
    border: 0;
    left: 100%;
    min-width: 380px;
    padding: 10px 0;

}
.phoneList .ExtraPhone{
    font-size: 10px;
    color: #4d6ac9;
}

.SingleTab {
    background: #f5f5fb;
    margin: 5px 0;
    padding: 8px 15px;
}
.LeadName{
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}
.single_btn {
    display: inline-block;
    margin-top: 15px;
}
.single_btn a{
    font-weight: 500;
    background: #4b7c6a;
    padding: 1px 0 2px 8px;
    color: #fff;
}
span.tab_icon {
    margin-right: 10px;
}


.ComunInfoBox:last-child {
    border-right: none;
}
.counsellorname {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "popins_semibold";
}
.course_part span.email,.course_part span.call {
    display: block;
    font-family: "popins_medium";
    color: #646464;
}
.contentareapartscroll{
    margin-left: auto;
}
.leftimagesidebar {
    position: fixed;
    top: 10px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 90px 0 0;
    
}
/* .NoticeBar-inner{
    background: #fff;
    padding: 15px;
    border: 1px solid #fb4f4a;
} */
.section_Boxtitle {
    font-size: 14px;
    margin-bottom: 15px;
    color: #4172ff;
    font-weight: 500;
}
span.setting i{
    font-size: 15px;
    color: #ccc;
}


.CourceName a {
    font-size: 14px;
    color: #000;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-family: "popins_semibold";
}
.AppDetail {
    margin-right: 15px;
    padding: 3px 0;
}

.minHeight_250 {
    min-height: 250px;
}   
.text_area{
    min-height: 80px;
}
.modal-header {
    position: sticky;
    padding: 15px;
    background: #000;
    color: #fff;
    top: 0;
    z-index: 1;
}
.text_area{
    border: 1px solid #f3f6f9;
    background: #F3F6F9;
    height: 34px;
    width: 100%;
}
.single_btn .fas {
    margin-left: 6px;
    padding: 5px;
    background: #eaeaed;
    color: #535e81;
    font-size: 12px;
    transition: all 0.2s ease;
}
.single_btn .fas:hover {
    background: #ebebeb;
    color: #2f395a;
}
.TB_DottedBorder{
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0 7px;
}
.text_area:focus{
   outline: none;
}
.single_item {
    padding: 6px 15px;
}
.history_line {
    position: relative;
    font-size: 18px;
    color: #f1547e;
}
.history_line::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 100%;
    height: 25px;
    width: 1px;
    background: #ccc;
}

span.alphabet_icon {
    font-size: 16px;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}


.text-blue{
    font-size: 14px;
    color: #4172ff;
    font-weight: 500;
}
.text-orange{
    font-size: 14px;
    color: #FFA800;
    font-weight: 500;
}
.text-green{
    font-size: 14px;
    color: #21a171;
    font-weight: 500;
}

.FieldName {
    font-size: 13px;
    color: #5e71ab;
    width: 60%;
    font-weight: 500;
}
.FieldDetail {
    font-size: 12px;
    width: 40%;
    text-align: right;
}

.CourceItem{
    margin-bottom: 5px;
    margin-right: 5px;
}
span.ProcessPercentage {
    font-family: "popins_medium";
}
span.SubText {
    font-size: 11px;
    line-height: 15px;
    color: #B5B5C3;
    display: block;
    margin: 7px 0 0;
}
.AppDetail .name {
    color: #333;
    margin-right: 5px;
    font-size: 13px;
    font-family: "popins_semibold";
}
.CourceName {
    font-family: "popins_medium";
    color: #6993ff;
}
.AppDetail .Info{
    color: #7a7a7a;
    font-family: "popins_regular";
}
span.tagline {
    display: block;
    font-size: 12px;
    color: #818181;
    font-weight: 400;
}
.section_Title {
    font-size: 14px;
    color: #2b4289;
    font-family: "popins_semibold";
}

a.InfoItem {
    background-color: #F3F6F9;
    padding: 0px 12px;
    color: #6993FF;
    transition: all 0.2s ease;
    display: flex;
    line-height: 40px;
    border-radius: 5px;
    font-family: "popins_semibold";
}
a.InfoItem:hover {
    background: #f1f1f1;
}
a.InfoItem:focus {
    text-decoration: none;
}
 span.Singleicon {
    min-width: 16px;
}
.BackToIcon .fas{
    color: #fff;
}

.main-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
}
body .main-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
body .main-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #fff transparent;
}

input.search_field {
    color: #fff;
    border: 1px solid #fff;
    height: 30px;
    padding: 0 40px 0 12px;
    width: 280px;
    background-color: transparent;
    background-image: url(../images/search_bar.png);
    background-repeat: no-repeat;
    background-position: 95%;
}
input.search_field_dark {
    color: #333;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 40px 0 12px;
    width: 280px;
    background-color: transparent;
    background-image: url(../images/search_bar_dark.png);
    background-repeat: no-repeat;
    background-position: 95%;
}
input.search_field::placeholder {
    color: #fff;
}
input.search_field:focus,
input.search_field_dark:focus {
    outline: none;
}
label.menu_label {
    font-weight: 500;
    color: #fff;
    font-family: var(--medium);
}
.fa-child:before,.fa-address-book:before,.fa-tasks:before {
    color: #4d6ac9;
}
.task_done {
    text-decoration: line-through;
    background: #f5fff6;
}
.phoneList {
    cursor: pointer;
    font-family: "popins_medium";
    font-size: 10px;
    color: #4d6ac9;
}
.phoneList + .dropdown-menu {
    position: absolute;
    left: 90%;
}
.phoneList + .dropdown-menu .dropdown-item{
    display: flex;
    padding: 4px 10px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f3f3f3;
    align-items: center;
    justify-content: space-between;
    font-family: "popins_semibold";
}
.phoneList + .dropdown-menu .dropdown-item:hover{
    background-color: #f3f6f9;
}
.phoneList .fa-angle-down{
    color: #4d6ac9;
}
.PriorityIcons img {
    width: 100%;
}
.priority_icons{
    width: 17px;
}
.Modify_ab{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    background: #f4f4ff;
    padding: 3px 8px;
    color: #5576df;
    transition: all 0.2s ease;
    border-radius: 4px;
    font-family: "popins_medium";
}

.SigninBox {
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.SigninBox a{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.SigninBox a:hover{
    color: rgb(233, 233, 233);
}


.NoticeBar-inner .alert-text {
    color: #455179;
    font-family: "popins_medium";
}
.NoticeBar-inner .alert-text a{
    color: #5371f7;
    font-weight: 500;
}
.LeadNametitle{
    padding: 0 20px;
    color: #fff;
}



.field_items .single_field {
    background: #e3e3f7;
    margin: 6px 15px;
    padding: 15px;
    width: calc((100% - 150px)/5);
}
.field_items .single_field .Field_name {
    font-family: "popins_medium";
}
.field_items .single_field .toggle-group .btn {
   font-size: 0;
   border-radius: 0 !important;
}
a.Tableicon {
    color: #4d6ac9;
    font-size: 16px;
}

.num_icon{
    background: #000;
}
.textarea_field{
    width: 100%;
}
.tabs_items .tablinks {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    margin-right: 15px;
    padding-bottom: 20px;
    font-weight: 500;
}
.tabs_items .tablinks:hover {
    color: #4172ff;
    border-bottom: 2px solid #4172ff;
}
.tabs_items {
    border-bottom: 1px solid #ECF0F3;
}
.tabs_items .tablinks.active {
    color: #4172ff;
    border-bottom: 2px solid #4172ff;
}

.info_part .Singleicon{
    margin-right: 5px;
}
.draggable-item{
    margin-bottom: 30px;
}

.field_items a.delete_header {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.Field_title_name {
    font-size: 20px;
    font-weight: 600;
}
.CheckLines .checkboxName{
    margin-left: 10px;
    font-size: 14px;
}
.CheckLines input[type="checkbox"]{
   margin: 0;
   height: 16px;
   width: 16px;
}
.SelectallFields input[type="checkbox"] {
    margin: 2px 0 0 10px;
    height: 16px;
    width: 16px;
}
.SubtitleMain{
    font-size: 16px;
    font-weight: 500;
}
span.Number_icon {
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}
.address{
    line-height: 30px;
}

.EmailName{
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "popins_medium";
    color: #646464;
}
body .tooltip .tooltip-inner{
    max-width: 100%;
}

.NumberWithTime .EmailListSingle{
    font-family: "popins_semibold";
}
.PhoneNumber {
    margin-right: 5px;
    font-family: "popins_medium";
    color: #646464;
}
.specialnote input[type=checkbox]{
    margin-top: 0;
    margin-right: 8px;
}

@media screen and (max-width: 1440px) {
    .phoneList {
        font-size: 11px;
    }
   
    .CourseModify{
        font-size: 9px;
        padding: 2px 3px;
    }
    .btnCrm_grey {
        padding: 3px 8px;
    }
    .btnCrm_blue {
        padding: 4px 8px;
    }
   
    .Counsilorname{
        font-size: 12px;
    }
    .EmailName {
        width: 120px;
    }
}
@media screen and (max-width: 1199px) {
    .contentareapartscroll {
        margin-left: auto;
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 991px) {
    .process {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contentareapartscroll {
        width: 100%;
    }
    .leftimagesidebar{
        display: none;
    }
    .call_details .open>.dropdown-menu {
        min-width: 100%;
        padding: 10px;
        left: 0;
    }
    .call_details .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #ccc;
        font-family: "popins_semibold";
    }
}
@media screen and (max-width: 420px) {
    .common_table td {
        font-size: 11px;
        padding: 8px;
    }
    .tag_green,.tag_blue,.tag_red,.tag_grey,.tag_yellow {
        font-size: 11px;
    }
    .btnCrm_blue,.btnCrm_green,.btnCrm_pink,.btnCrm_grey,.btnCrm_light {
        font-size: 12px;
    }
}