﻿ .model_header_color

{
    color: #353935;
    word-break: break-word;
    font-size: 18px;
}

.task_details .InActive p {
    color: #9a9faa;
    font-weight: 500;
}

.task_details .Assigned p {
    color: orange;
    font-weight: 500;
}

.task_details .In p {
    color: lightblue;
    font-weight: 500;
}

.task_details .Called p {
    color: navy;
    font-weight: 500;
}

.task_details .Dormant p {
    color: lightcoral;
    font-weight: 500;
}

.task_details .Quote p {
    color: palevioletred;
    font-weight: 500;
}

.task_details .Converted p {
    color: lightgreen;
    font-weight: 500;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 150px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-right: 45px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.LocationPlace {
    position: absolute;
    background-color: black;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    top: auto;
    z-index: 2;
    right:0;
    bottom: 48px;
    width: 270px;
}

.Location-section p {
    font-size: 11px;
    line-height: 18px;
    left: 0;
}

.Location-section .address {
    display: -webkit-box;
    height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}



.LocationPlace:after {
    content: " ";
    position: absolute;
    right: 14px;
    bottom: -5px;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: none;
}

.modal-content1 {
    position: relative;
    width: 550px;
    height: 400px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.btn-info1 {
    color: black;
    background-color: #fff;
    border-color: #fff;
}



#map {
    height: 400px;
    width: 100%;
}



.task-view-details .ok_btn {
    margin-top: -0px;
    border-radius: 2px;
    background-color: #c3002f;
    border: none;
    margin-left: 660px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 12px 40px;
}

.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    /*background-color: transparent;*/
    cursor: pointer;
}

.notes-container {
    margin-top: 1rem;
}

    .notes-container label {
        display: block;
        margin-bottom: 0.5rem;
    }

    .notes-container textarea {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }


.otp-body {
    display: none;
    text-align: center;
    /*margin-bottom: 5rem;*/
}

.otp-body .sub-line {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #9A9FAA;
}

.otp-body h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.666667px;
    color: #10131F;
}


.otp-body .otp-form .input-section {
    /*margin: 4rem 0rem;*/
}

    .otp-body .otp-form .input-section div {
        display: flex;
        flex-wrap: nowrap;
        /*gap: 20px;*/
    }

.otp-body .otp-form .footer-section {
    /*margin: 3rem 0rem;*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    /*line-height: 18px;*/
    text-align: center;
    color: #888888;
}

    .otp-body .otp-form .footer-section a {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        /*line-height: 18px;*/
        color: #C3002F;
        cursor: pointer;
    }

    .otp-body .otp-form .input-section input {
        width: 25%;
        border: none;
        /*border-bottom: 1px solid #9A9FAA;*/
        font-style: normal;
        /*font-weight: 500;
        font-size: 18px;
        line-height: 22px;*/
        display: flex;
        align-items: center;
        text-align: center;
        color: #1D2536;
        outline: none;
        /*border-radius: 0;*/
        padding: 4px;
        background: #eee;
        /* line-height: 1; */
        height: 30px;
    }
.otpinputouter {
    border-radius: 4px;
    border: solid 1px #5d5d5d;
    padding: 5px;
    gap: 10px;
}
.btnverify {
    background: #4bae4f;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    text-transform: capitalize;
    cursor:pointer;
}
.sectleadform .enquiry-form-footer {
    
}
