.phone_select .form-label.rd-input-label{
    left: 35px;
    z-index: 1;
}

.form-validation{
    z-index: 1;
}

.iti.iti--allow-dropdown{
    width: 100%;
}

.iti__country-list{
    z-index: 99999 !important;
}

.applicants_summary_side table th,
.applicants_summary_side table td{
    padding: 8px;
}

/* pricing table css */
.pricingTable{
    color: #fff;
    background: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 25px 30px;
    margin: 0 10px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: "";
    background: #c7493a;
    width: 93%;
    height: 220px;
    border-radius: 20px 0 100% 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    padding: 45px 10px 25px;
    margin: 0 0 15px;
}
.pricingTable .title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 5px #c7493a;
}
.pricingTable .pricing-icon{
    color: #c7493a;
    background: #fff;
    font-size: 45px;
    line-height: 110px;
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    border-radius: 100px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #999;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.pricingTable .price-value{
    color: #8b7d7d;
    font-weight: 600;
    margin: 0 0 20px;
}
.pricingTable .price-value .amount{
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 35px;
    line-height: 35px;
    opacity: 0.7;
}
.pricingTable .pricingTable-signup a{
    color: #c7493a;
    border: 1px solid #c7493a;
    background: transparent;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 3px;
    box-shadow: 0 0 11px 2px #b0d8ff inset;
}
.pricingTable.green:before,
.pricingTable.green .pricingTable-signup a{
    background: #77b852;
}
.pricingTable.green .pricing-icon,
.pricingTable.green .price-value{
    color: #77b852;
}
.pricingTable.blue:before,
.pricingTable.blue .pricingTable-signup a{
    background: #7f9bff;
}
.pricingTable.blue .pricing-icon,
.pricingTable.blue .price-value{
    color: #7f9bff;
}

.pricingTable .fa-paper-plane{
    margin-left: -12px;
}

.product-classic-2 .product-classic-title a{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.notification_badge{
    border-radius: 50%;
    top: -6px;
    left: 6px;
    position: absolute;
}
.notification_dropdown .rd-navbar-submenu-toggle{
    display: none;
}

.select2-results{
    max-height: 280px !important;
}

@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}


.email_list_title{
    display: flex;
}

.email_list_title div:first-child{
    min-width: 250px;
    margin-right: 20px;
}

.email_list_title div{
    padding: 10px 15px;
    color: #dadada;
    font-weight: bold;
    min-width: 250px;
    margin-right: 20px;
}

.email_list li{
    margin: 0 !important;
}

.email_list li a{
    background: rgba(242,245,245,0.8);
    box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
    padding: 15px;
    margin: 0 !important;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
}

.email_list li:hover{
    background-color: rgb(232 232 232 / 80%);
}

.email_list li .email{
    min-width: 250px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
}

.email_list li span:nth-child(3){
    max-width: calc(100% - 305px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.email_list li{
    position: relative;
}

.email_list li .date{
    color: #b1afaf;
    font-family: "Ubuntu Medium";
    font-size: 13px;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 18px;
    position: absolute;
    margin: auto;
}

.compose_btn{
    height: 55px;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 4px #cecece;
    min-width: 140px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 11px;
    max-width: 170px;
    transition: all .3s;
}

.compose_btn:hover{
    box-shadow: 0 0 6px #cecece;
}

.compose_btn i{
    color: #c7493a;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block;
}

.email_search_form{
    margin-top: 20px;
    display: inline-block;
    margin-left: 0px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #e9e9e9; */
    width: 100%;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #c7493a !important;
    border-color: #c7493a !important;
}

.email_search_form input{
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 170px;
}

.email_search_form button{
    max-width: 100%;
}

.email_modal_title{
    height: 56px;
    background-color: #c7493a;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

#sendEmailModal input{
    height: 45px;
    padding: 0 15px;
    z-index: 100;
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px;
    font-family: 'Ubuntu';
}

#sendEmailModal textarea{
    padding: 20px 15px 0;
    font-family: 'Ubuntu';
    border-radius: 8px;
    border: 1px solid #e2e2e2 !important;
}

.chat-history .email_detail_box{
    padding: 30px 0;
}

.chat-history .email_detail_box h1{
    font-size: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.chat-history .email_detail_box h1 span{
    font-size: 13px;
    font-family: 'Ubuntu Medium';
    margin-left: 20px;
    background-color: #cfcfcf;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
}

.chat-history .email_detail_box .body{
    margin-top: 30px;
    padding-left: 30px;
}

.chat-history .email_detail_box .body img{
    max-width: 100%;
}

.chat-header .email_option_list{
    margin-top: 30px;
    margin-left: 13px;
}

.chat-header .email_option_list li.active a{
    background-color: rgb(227 192 188 / 30%);
    border-radius: 30px;
    color: #c7493a;
    font-family: 'Ubuntu Medium';
}

.chat-header .email_option_list li.active a i{
    color: #c7493a;
}

.email_search_form .btn-primary{
    background-color: #c7493a !important;
    border-color: #c7493a !important;
}

.chat-header .email_option_list li a{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
}

.chat-header .email_option_list li a i{
    color: #767676;
    font-size: 20px;
    margin-right: 15px;
}


.modal.fade.in {
    opacity: 1 !important;
}

.modal.fade.show {
    opacity: 1 !important;
    z-index: 99999 !important;
}

.modal-backdrop.fade.show{
    z-index: 9999 !important;
}
