
@font-face {
    font-family: ebrima;
    src: url('fonts/ebrima.ttf');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'ebrima';
    background: transparent !important;
}

* {
    box-sizing: border-box;
}

section {
    /* margin-left: auto;
    margin-right: auto; */
    margin-top: 25px;
    position: fixed;
    right: -35px;
    width: 230px;
    background: transparent !important;
}

li {
    text-align: center;
}

.client-logo {
    display: block;
    /* height: 41px; */
    margin-left: 8px;
}

.san-header-area {
    border-bottom: 1px solid #f1f1f5;
    /* box-shadow: 0px 0px 7px rgba(0,0,0,0.2); */
    text-align: center;
    padding: 11px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 55px;
}

.sanipdid-logo {
    float: left;
}


.minimise-icons ul li {
    display: inline-block;
    margin: 0 -13px 0 14px;
}

.san-body-area {
    margin-bottom: 0px !important;
}

    .san-body-area h4 {
        padding-top: 26px;
        text-align: center;
        font-weight: 600;
        color: #828282;
        font-size: 20px;
    }

.user-log-icon {
    height: 16px;
}

.san-footer-area {
    border-top: 1px solid #f1f1f5;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 12px;
    /* box-shadow: 0px 0px 7px rgba(0,0,0,0.2); */
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btn-lgn {
    width: 100%;
    margin-top: 10px;
    /* box-shadow: 0px 0px 7px rgba(0,0,0,0.2); */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
    border-radius: 10px;
    background: #3498db;
    border: 1px solid #3498db;
}

.inpt-cls {
    border-radius: 10px;
    min-height: 43px;
    border-top: 1px solid #f1f1f5;
    /* box-shadow: 0px 0px 7px rgba(0,0,0,0.2); */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.inpt-icon-cls {
    background: #fff;
    border-radius: 10px;
    border-top: 1px solid #f1f1f5;
    /* box-shadow: 0px 0px 7px rgba(0,0,0,0.2); */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.custom-cls label {
    font-size: 11px;
}

.footer-logo {
    max-height: 22px;
    height: auto;
}

.rememberMe-check {
    text-align: left;
}

.san-content-inside {
    box-sizing: border-box;
    /* background-image: linear-gradient( #f1f3f4 , #fff); */
    background-color: #fff;
    color: #26282a;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
    width: 165px;
    max-width: 165px;
    position: absolute;
    z-index: 1;
    border-top: 1px solid #f1f1f5;
    border-radius: 15px;
    height: 273px !important;
}


/* dial part */

.line-part {
    /* width: 60px;
    margin-left: -20%;
    margin-top: 10%; */
    /* width: 46px; */
    margin-left: -19px;
    margin-top: 20px;
}

.sanip-frm label {
    float: left;
    text-align: center !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-top: 0px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    margin-bottom: 0px !important;
    height: 19px;
    position: relative;
    color: darkgray;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #fff;
    border: 1px solid #eee;
    color: black;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.phn-css {
    margin-bottom: 4px;
    background-color: #eee;
    color: black;
    float: left;
    display: flex;
    margin-top: 1px;
    padding: 4px !important;
    font-size: 14px;
}

input:focus {
    outline: none;
}

.sanip-keyword {
    padding-top: 15px;
}

.input-keyword-btn {
    margin: 0;
    padding: 0;
}

    .input-keyword-btn li {
        display: inline-block;
        /* margin: 0 10px; */
        text-align: center;
        margin-left: 17px;
        margin-top: 2px;
    }


.keyword-input {
    background: #fff;
    border: 1px solid white;
    border-radius: 50px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
    height: 29px;
    width: 29px;
    margin-bottom: 7px;
    font-weight: 700;
    color: black;
    font-size: 15px;
    line-height: 1px;
    /* text-shadow: 1px 1px #eee; */
}

.sanip-call-btn {
    text-align: center;
    padding-top: 3px;
    position: absolute;
    bottom: 2px;
    padding: 5px;
    /* height: 60px; */
}

.sanip-footer-btns {
    /*display: flex;*/
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: inside !important;
}

    .sanip-footer-btns li {
        display: inline-block;
        /*display: block;
    margin: 0px 3px;*/
    }

.sanip-footer-fullbtns {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: inside !important;
}

    .sanip-footer-fullbtns li {
        display: inline-block;
        margin: 0px 62px;
    }

.sanip_responsebtn {
    text-align: center;
    padding-top: 15px;
}


.grn-bg {
    background: #009a35;
    width: 61px;
    margin-left: 0px;
    border-radius: 10px;
    height: 30px;
    float: left;
}

    .grn-bg img {
        height: 21px;
        margin-top: 2px;
    }

.fullwidth_red-bg {
    background: #fe0d15;
    border-radius: 10px;
    height: 30px;
    width: 61px;
    margin-left: 29px;
    margin-top: 25px;
}

    .fullwidth_red-bg img {
        height: 30px;
        margin-top: 2px;
    }


.red-bg {
    background: #fe0d15;
    /* min-width: 85px; */
    width: 61px;
    /* margin-right: 5px; */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    border-radius: 10px;
    height: 30px;
    float: right;
}

    .red-bg img {
        height: 24px;
        margin-top: 2px;
    }

button:focus {
    outline: none;
}

button {
    outline: none;
}

/* accept call */

.top-icons-inside-sanipdid {
    text-align: center;
    padding-top: 6px;
}

    .top-icons-inside-sanipdid img {
        max-height: 20px;
        padding: 0px 2px 1px 0;
    }

.sanip-number {
    height: 60px;
    padding: 2px 5px 3px 5px;
    /* text-align: center; */
}

    .sanip-number input {
        /* text-align: center; */
        /* background: #ecf7ff; */
        color: black;
        /* border: 1px solid #ecf7ff; */
        font-size: 15px;
        border-radius: 5px;
        padding-left: 6px;
        max-width: 154px;
        width: auto;
        padding-right: 25px;
        height: 32px;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
        border: none;
    }


.cross_icon {
    height: 12px;
    position: relative;
    float: right;
    right: 5px;
    top: -22px;
}


.san-dial-btns {
    background: #fff;
    width: 50px;
    padding: 2px 10px 3px 10px;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
    max-height: 35px;
    outline: none;
}

.active-btn {
    background: #3498db !important;
    width: 50px;
    padding: 2px 10px 3px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
    height: 33px;
    border: none;
    outline: none;
}

button:focus {
    outline: none;
}

.sanip-number-acceptance input {
    background: none;
    border: none;
    padding-left: 38px;
    /* text-align: center; */
    font-size: 20px;
    /* padding-top: 2px;
    margin-top: 8px; */
}

.call-second {
    text-align: center;
}

.sanip-keyword-accept {
    text-align: center;
    margin-left: 12px;
    padding-top: 2px;
    /* padding-bottom: 23px; */
}


.san-did-acceptance-btn {
    border: 1px solid darkgray;
    border-radius: 50px;
    height: 32px;
    width: 32px;
    line-height: 1px;
    background: darkgray;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
}

    .san-did-acceptance-btn img {
        max-height: 20px;
        margin-left: -1px;
    }


.top-buttuns ul li {
    display: inline-block;
    margin: 0 1px;
}

.accept-keyword-btn {
    margin: 0;
    padding: 0;
}

    .accept-keyword-btn li {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
        /* margin-left: 2px; */
        margin-right: 12px;
        /* margin: 0 27px;
  margin-left: 39px;
  margin-left: -14px; */
    }

.sanip-number-acceptance input {
    outline: none;
}

/* setting icon */

.setting-icon {
    float: right;
    margin-top: 15px;
}

    .setting-icon img {
        height: 26px;
    }

.top-buttuns ul {
    padding-left: 23px;
    margin-bottom: 7px;
}

/* auto response */

.sanip-callresponse {
    text-align: center;
}

.san-incoming-number {
    text-align: center;
    padding: 0px 3px;
}

    .san-incoming-number h5 {
        font-size: 16px;
    }

.sanip-autoresponse p {
    text-align: center !important;
}

.btn_with_dnd {
    display: flex;
    margin: 0;
    padding: 0;
}

    .btn_with_dnd li {
        display: block;
        flex: 1;
        position: relative;
        margin-left: 10px;
    }

.sanipdid-dial-btn a img {
    max-height: 19px;
    margin-top: 0px;
}


.sanipdnd_btn {
    border: 1px solid darkgray;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: block;
    background: darkgray;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.sanipdial_btn {
    background: #009a35;
    width: 54px;
    border-radius: 10px;
    height: 30px;
    display: block;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.sanipautoans_btn {
    border: 1px solid darkgray;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: block;
    background: darkgray;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}



.keyword-input:focus {
    background-color: darkgray;
    border: 1px solid darkgray;
    color: #fff;
    text-shadow: none;
}

input:focus {
    outline: none !important;
    border: none !important;
}

#display:focus {
    outline: none !important;
    border: none !important;
}

.san-did-acceptance-btn-active {
    background-color: dodgerblue;
    border: 1px solid dodgerblue;
    border-radius: 50px;
    height: 32px;
    width: 32px;
    line-height: 1px;
    line-height: 1px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
}

    .san-did-acceptance-btn-active img {
        max-height: 20px;
        margin-left: -1px;
    }

.sanipautoans_btn-active {
    background-color: #009a35;
    border: 1px solid #009a35;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: block;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.sanipdnd_btn-active {
    background-color: red;
    border: 1px solid red;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: block;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}


/*.san-did-acceptance-btn:focus {
    background-color: dodgerblue;
    border: 1px solid dodgerblue;
}

.sanipautoans_btn:focus {
    background-color: #009a35;
    border: 1px solid #009a35;
}

.sanipdnd_btn:focus {
    background-color: red;
    border: 1px solid red;
}*/

.keyword-input:focus {
    background-color: darkgray;
    border: 1px solid darkgray;
    color: #fff;
    text-shadow: none;
}


/* responsive start from here */
@media only screen and (max-width: 1024px) and (min-width: 780px) {
    /* .san-content-inside {
        width: 190px;
    } */
}


@media only screen and (max-width: 769px) and (min-width: 620px) {



    /* .input-keyword-btn li {
        padding-left: 1px !important;
    } */
}

@media only screen and (max-width: 425px) and (min-width: 376px) {

    /* .input-keyword-btn li {
        margin: 1px 10px !important;
    } */
}


@media only screen and (max-width: 375px) and (min-width: 320px) {

    /*
    .input-keyword-btn li {
        margin: 1px 10px !important;
    } */
}

/* responsive end */

.check-icon {
    right: 50px;
    position: absolute;
    top: 2px;
}

.times-icon {
    right: 20px;
    position: absolute;
    top: 2px;
}

.icon-input {
    padding-right: 60px !important;
}


@keyframes blink {
    50% {
        color: transparent
    }
}

.loader__dot {
    animation: 1s blink infinite
}

    .loader__dot:nth-child(2) {
        animation-delay: 250ms
    }

    .loader__dot:nth-child(3) {
        animation-delay: 500ms
    }


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
