/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mb-0less {
    margin-bottom: 0.5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt--20 {
    margin-top: -20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mri-5 {
    margin-right: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-0 {
    margin-left: 0;
}

.pad-0 {
    padding: 0;
}

.pad-12 {
    padding: 12px;
}

.pad-10 {
    padding: 10px
}

.pt-10 {
    padding-top: 10px;
}

.auto {
    margin: 0 auto;
}

.width-full {
    width: 100% !important;
}
.text-capitalize{
    text-transform: capitalize !important;
}
.bo-top-0{
    border-top: none !important;
}
.login-btn {
    color: #000;
    border: 1px solid #1e9ff2;
}

.login-btn:hover,
.login-btn a:hover {

    color: #000 !important;
    background-color: #1e9ff2;
    border-color: #1e9ff2;
    width: 100%;
}

.login-btn a {
    color: #000;
}

.login-btn a:hover {
    color: #000;
}

.row-bg {
    background: #f4f5fa;
}

.card-title {
    color: #1e9ff2;
}
.table-link{
    color: #626e82;
    font-size: 14px;
}
/*
form label{
    color: #bfbfbf !important;
}
*/
/*-------------------------------*/
/*          ADD NOTES            */
/*-------------------------------*/

.comment-content {
    width: 100%;
    padding: 10px;
    min-height: 80px;
    outline: none;
    background: #f9f9f9;
    border-radius: 0px 0px 5px 5px;
}

.comment-post {
    background-color: yellow;
    width: 40%;
    display: none;
}

.comment-post i {
    padding: 0 0px 0px 10px;
}

/*
.content {
    width: 100%;
}
*/

.username {
    color: #1e9ff2;
}

.comments {
    width: 100%;

}

.insert-text {
    position: relative;
    margin: 10px 0px 30px 0px;
}

.list-comments {
    margin-top: 30px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}

.list-comments > div {
    padding: 10px 0px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    overflow-wrap: break-word;
}

.list-reply {
    margin-left: 10%;
    padding: 0px 20px 0px;
    width: 100%;
    border: none;
    overflow-wrap: break-word;
    border-left: 1px solid #dfdfdf;
}

.comment-content:focus {
    background: #fff;
}

/*-------------------------------*/
/*       HIDE AND SHOW           */
/*-------------------------------*/

.mydiv-content {
    width: 100%;
    padding-top: 25px;
    /*
    background-color: #fff;
    position: relative;
    top: -60px;
*/
}

/*-------------------------------*/
.btn-start-call {
    padding: 0.75rem 1rem;
    background: #28d094;
    color: #fff;
    font-size: 14px;
}

.btn-start-call:hover {
    padding: 0.75rem 1rem;
    background: #28d094;
    color: #fff;
    font-size: 14px;
}

.border-1px {
    border: 1px solid #ddd;
}



/*-------------------------------*/
/*      BUTTON DISBALED            */
/*-------------------------------*/


.theButton {
    display: inline-block;
    width: 540px;
    margin: 20px 0 10px;
    padding: 12px;
    background-color: #b6adb4;
    border-radius: 2px;
    border: 0px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    cursor: pointer;
}

.theButton:disabled {
    display: inline-block;
    width: 540px;
    margin: 20px 0 10px;
    padding: 12px;
    background-color: #b6adb4 !important;
    border-radius: 2px;
    border: 0px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    opacity: 0.5;
    cursor: no-drop;
}

/*-------------------------------*/
/*     TAG BUTTON            */
/*-------------------------------*/
.tag-btn {
    background: #ddd;
    padding: 5px 10px;
    color: #000;
    font-size: 12px;
}

/*-------------------------------*/
/*     WIZARD STEPS            */
/*-------------------------------*/
#msform {
    text-align: right;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*
 .fit-image {
            width: 100%;
            object-fit: cover
        }
.card {
            z-index: 0;
            border: none;
            position: relative
        }
*/
#msform fieldset:not(:first-of-type) {
    display: none
}

/*-------------------------*/
/*     EDIT FORM           */
/*--------------------------*/
form.is-readonly .btn-save {
    display: none;
}

form.is-readonly input[disabled],
form.is-readonly textarea[disabled],
form.is-readonly select[disabled],input[type="file"]  {
    cursor: text;
    background-color: #fff;
    border-color: transparent;
    outline-color: transparent;
    box-shadow: none;
}

form.is-editing .btn-edit {
    display: none;
}

.styled-select select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

/*----------------------------*/
.nav.nav-tabs.nav-underline .nav-item a.nav-link {
    color: #000 ;
}

.nav.nav-tabs.nav-underline   {
    color: #0d8bdd !important;
   
}
.nav-item a.nav-link.active{
    color: #fff !important;
     background: #1e9ff2 !important;
}

.table th,
.table td {
    padding: 0.5rem 2rem;
}

.box {
    color: #fff;
    display: none;

}

.yeschildren {
    font-size: 14px;
    color: #000;
}

.nochildren {
    display: none;
}

/*
    .green{ background: #228B22; }
    .blue{ background: #0000ff; }
*/

.bt-1 {
    border-top: 1px solid #E4E5EC;
    width: 100%;
}

.none {
    display: none;
}

.nav-half {
    width: 50%;
    text-align: center;
}

.text-blue {
    color: #1e9ff2;
}
.text-black{
    color: #000;
}
.text-grey{
    color: #333;
}
.b {
    font-weight: 600;
}

.font-12 {
    font-size: 12px;
}

.font-24 {
    font-size: 24px;
    font-weight: 600;
}

.kanban-count {
    position: relative;
    top: -35px;
}

.table-hieght-scroll {
    max-height: 275px;
    overflow-y: scroll;
}

.apexcharts-toolbar {
    display: none !important;
}

.steps {
    display: none !important;
}
.table-btn{
    width: 100%;
    border: none;
}
.table-btn:hover, table-btn:active, table-btn:visited{
    width: 100%;
    border: none !important;
    outline: none !important;
    opacity: 0.8;
}
.table-btn:focus{
    width: 100%;
    border: none !important;
    outline: none !important;
    opacity: 0.8;
}
.height-132 {
    height: 132px !important;
}

.bg-gold {
    background: #FFD700;
}

.bg-magenta {
    background: #633974;
}

.bg-yellow {
    background: #FFC300;
}
.bg-green {
    background: #00cc44;
}

.bg-dark-blue {
    background: #1B2631;
}

.bg-meroon {
    background: #D81B60;
}

.bg-white {
    background: #fff;
}

.br-0 {
    border:none !important;

}

/*====  PHONE RINGING ======*/


.Phone {
    position: relative;
    display: block;
    margin: 0;
    width: 32px;
    height: 32px;
    font-size: 32px;
    background-color: #7cbf47;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(124, 191, 71, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
    top:-49px;
    left: 10px;
}

.Phone::before,
.Phone::after {
    position: absolute;
    content: "";
}

.Phone::before {
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
    -webkit-animation: phone-outer 3600ms infinite;
    animation: phone-outer 3600ms infinite;
}

.Phone.is-animating::before {
    -webkit-animation: phone-inner 4000ms infinite;
    animation: phone-inner 4000ms infinite;
}

.Phone.is-animating::after {
    -webkit-animation: phone-icon 5000ms infinite;
    animation: phone-icon 5000ms infinite;
}

@-webkit-keyframes phone-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(21, 100, 153, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(37, 105, 15, 0.2), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(37, 105, 15, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(37, 105, 15, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(21, 100, 153, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(37, 105, 15, 0.2), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(37, 105, 15, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(37, 105, 15, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@-webkit-keyframes phone-icon {
    0% {
        transform: translate3d(0em, 0, 0);
    }

    2% {
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0em, 0, 0);
    }

    2% {
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

.bg-dark-red {
    background: #cc0000;
}
.bg-light-red {
    background: #ff8080;
}
.bg-orange {
    background: #ff6600;
}
.bg-golden {
    background: #FFD700;
}


/*Custom CSS in telecaller lead page - START*/
.btn-interested {
            color: #ffff;
            background-color: #267349;
            border-color: #6b6f82;
        }

        .btn-interested:hover, .btn-interested:active, .btn-interested:focus{
            background-color: #39ac6d;
            color: #ffff;
            text-decoration: none;
        }
        .btn-not-interested {
            color: #ffff;
            background-color: #cc0000;
            border-color: #6b6f82;
        }

        .btn-not-interested:hover,.btn-not-interested:active,.btn-not-interested:focus {
            background-color: #ff1a1a;
            color: #ffff;
            text-decoration: none;
        }
        .btn {
            display: inline-block;
            padding: 10px;
            position: relative;
            text-align: center;
            margin: 2%:
        }
        .toaster-msg {
            display: none;
            position: absolute;
            top: -25px;
            z-index: 1;
            width: calc(100% - 45px);

        }

        input[type="radio"].toggle {
            display: none;

            &+label {
                cursor: pointer;
                min-width: 60px;

                &:hover {
                    background: #090707;
                    color: #E12427;
                }

                &:after {
                    background: #1a1a1a;
                    color: #E12427;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
                    width: 100%;
                    z-index: -1;
                }
            }

            &.toggle-left+label {
                border-right: 0;

                &:after {
                    left: 100%
                }
            }

            &.toggle-right+label {
                margin-left: -5px;

                &:after {
                    left: -100%;
                }
            }

            &:checked+label {
                cursor: default;
                color: #F1272B;
                background: #0F0E0E;

                &:after {
                    left: 0;
                    background: #0F0E0E;
                    color: #FB0004;
                }
            }
        }


        .nav-half-sec {
            width: 45%;
            text-align: center;
        }
        .call-margin {
            margin: 0px 0px 20px 0px;
        }
        .call-ul-justify {
            justify-content: space-between;
        }
        .theButton:disabled {
            color: green !important;
            font-weight: bold;
        }

        .radio-group label {
            overflow: hidden;

        }

        .radio-group input {
            /* This is on purpose for accessibility. Using display: hidden is evil.
    This makes things keyboard friendly right out tha box! */
            color: #F1272B;
            height: 1px;
            width: 1px;
            position: absolute;
            top: -20px;
        }

        .radio-group .not-active {
            color: #3276b1;
            background-color: #EC2529;
        }



        #show-me {
            display: none;
        }
/*Custom CSS in telecaller lead page - START*/
/*----------------------------------------*/

form .error {
    color: #ff0000;
    }