@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    background-color: #F8F8F8;
}

/* ----font size-------- */
.fs-12 {
    font-size: 12px;
    margin-bottom: 0px;
}

.fs-13 {
    font-size: 13px;
    margin-bottom: 0px;
}

.fs-14 {
    font-size: 14px;
    margin-bottom: 0px;
}

.fs-15 {
    font-size: 15px;
    margin-bottom: 0px;
}

.fs-16 {
    font-size: 16px;
    margin-bottom: 0px;
}

.fs-17 {
    font-size: 17px;
    margin-bottom: 0px;
}

.fs-18 {
    font-size: 18px;
    margin-bottom: 0px;
}

.fs-19 {
    font-size: 19px;
    margin-bottom: 0px;
}

.fs-20 {
    font-size: 20px;
    margin-bottom: 0px;
}

.fs-21 {
    font-size: 21px;
    margin-bottom: 0px;
}

.fs-22 {
    font-size: 22px;
    margin-bottom: 0px;
}

.fs-23 {
    font-size: 23px;
    margin-bottom: 0px;
}

.fs-24 {
    font-size: 24px;
    margin-bottom: 0px;
}

/* ----end font size-------- */

/* ----font weight-------- */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-550 {
    font-weight: 550;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/* ----end font weight-------- */

/* ----font color-------- */
.black {
    color: #171B1E;
}

/* ----end font color-------- */
.wrapper {
    background: aliceblue;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, #2A53AD 0%, #188AE2 100%) !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
}

.info p {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.cursor {
    cursor: pointer;
}

.quickActionText {
    font-size: 17.5px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    color: white !important;
}

.quickAction {
    background: linear-gradient(95.26deg, #66BC45 3.82%, #1695F6 96.18%) !important;
    height: 47px !important;
    border-radius: 17px !important;
    display: flex !important;
    justify-content: center !important;
}

.nav-pills .nav-link {
    color: #6c757d;
}

.nav-link:hover {
    color: #6c757d !important;
}

.nav-link.active:hover {
    color: white !important;
}

.nav-link.active {
    border-radius: 20px 0 0 20px !important;
}

.chart-card-header {
    color: white !important;
    background: linear-gradient(90deg, #5FB855 0%, #5FB855 0.1%, #4CACF0 100%) !important;
}

.statsView {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #171B1E;
}

.fa-bars {
    font-size: 20px;
    color: #171B1E;
}

.topMiniCardBlue {
    background: rgba(26, 150, 238, 0.16);
    border: 1px solid #2B98D6;
    box-shadow: 0px 4px 4px #2B98D6;
    border-radius: 39px;
    height: 67px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    /* justify-content: center; */
}

.topMiniCardRed {
    background: rgba(255, 91, 91, 0.16);
    border: 1px solid #FF5B5B;
    box-shadow: 0px 4px 4px rgba(255, 91, 91, 0.83);
    border-radius: 39px;
    height: 67px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 20px;
}

.topMiniCardGreen {
    background: rgba(46, 169, 75, 0.16);
    border: 1px solid #2EA94B;
    box-shadow: 0px 4px 4px #2EA94B;
    border-radius: 39px;
    height: 67px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 20px;
}

.miniCardImgWrapBlue {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #2B98D6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miniCardImgWrapRed {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #FF5B5B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miniCardImgWrapGreen {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #2EA94B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miniCardCountBlue {
    font-size: 24px;
    font-weight: 500;
    color: #2B98D6;
    height: 25px;
}

.miniCardCountRed {
    font-size: 24px;
    font-weight: 500;
    color: #FF5B5B;
    height: 25px;
}

.miniCardCountGreen {
    font-size: 24px;
    font-weight: 500;
    color: #2EA94B;
    height: 25px;
}

.miniCardText {
    font-size: 20px;
    font-weight: 500;
    color: #0F0F0F;
    margin-bottom: 0;
}

.customCol3 {
    flex: 0 0 22%;
    max-width: 22%;
}

@media (min-width: 320px) {
    .customCol3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .customCol3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.topBigCardBlue {
    background-color: #1A96EE;
    height: 138px;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.topBigCardRed {
    background-color: #FF5B5B;
    height: 138px;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.topBigCardGreen {
    background-color: #2EA94B;
    height: 138px;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.topBigCardYellow {
    background-color: #D9A016;
    height: 138px;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.topBigCardHeading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
    position: absolute;
    top: 10px;
    left: 20px;
}

.topBigCardCount {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0;
    color: white;
}

.topBigCardPeriod {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    color: white;
}

.topCardPosition {
    position: absolute;
    top: 35px;
    left: 20px;
}

.topBigCardDetail {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
    color: white;
    position: absolute;
    top: 95px;
    left: 20px;
}

.selectSms {
    color: white;
    width: 85px;
    background-color: #2EA94B;
    height: 23px;
    border: 1px solid #74D46C;
    font-size: 12px;
    font-weight: 500;
}

.cardSide {
    background-color: #EEF4FE;
}

.graphTags {
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #1A96EE;
}

.pinkTag {
    background: #FF5B5B;
}

.lightbrownTag {
    background: #D9A016;
}

.greenTag {
    background: #2EA94B;
}

.graphTabsText {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
    color: white;
}

.modalBlock {
    background: #EEF4FE;
    height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.doneModalHeader {
    background: linear-gradient(270.01deg, #275CB6 4.96%, #1A96EE 90.89%);
    border-radius: 0 10px 10px 10px;
}

.modal-backdrop {
    background-color: white;
}

.modalToggleBlock {
    padding-left: 10px;
    /* height: 33px; */
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background-color: #F4F6F9;
}

.modalTextBlock {
    margin-left: 10px;
    border-left: 5px solid white;
    padding: 10px;
    /* width: 100%;
    border: 1px solid #DCDFE2;
    display: flex;
    align-items: center;
    background-color: #F4F6F9; */
}

.modalSecondDivBox{
    background-color: #EEF4FE;
    padding: 10px 30px 10px 15px;
    margin-left: -13px;
    gap: 10px;
    display: grid;
}


/* Slider Button */

.switch {
    position: relative;
    display: inline-block;
    min-width: 36px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ABAFB3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2A53AD;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2A53AD;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -6px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Slider Button end*/

.blue-card-header {
    background: linear-gradient(90deg, #275CB6 0%, #275CB6 0.1%, #4CACF0 100%);
}

.card-title {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 18.719px;
    line-height: 25px;
    color: #FFFFFF;
}

/* -----table---- */
.table thead th:first-child,
.table tbody td:first-child {
    padding-left: 30px;
    text-align: start;
}

.table thead th:last-child,
.table tbody td:last-child {
    text-align: end;
}

.table thead th:last-child {
    padding-right: 30px;
}

.dashboard-table thead th {
    font-style: normal;
    font-weight: 550;
    font-size: 15px;
    line-height: 22px;
    color: #02013D;
    text-align: center;
}

.dashboard-table tbody td {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14.583px;
    line-height: 19px;
    vertical-align: middle;
    color: #02013D;
    vertical-align: middle;
    background: #EEF4FE;
    height: 65px;
}

.agent-td {
    background: #41AC47;
    border-radius: 25px;
    height: 22px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    width: 91.01px;
}

.close-td {
    background: #345BA8;
    border-radius: 25px;
    height: 22px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    width: 68px;
}

/* -----------end table------------- */

/* ----------media query---------- */

/* -----lg screen ------ */
@media (min-width: 481px) and (max-width : 961px) {
    .graphTabsText {
        font-size: 16px;
    }
}

/* -----lg screen ------ */
@media (min-width: 992px) and (max-width : 1200px) {
    .graphTabsText {
        font-size: 14px;
    }

    /* .signupbg-img {
        background-size: 517px 993px !important;
    } */

    .signup-text-position {
        right: 41px !important;
        top: 200px !important;
    }
}

/* -----1750 to 2150 ------ */

@media (min-width: 1750px) and (max-width : 2150px) {
    /* .signupbg-img {
        background-size: 840px 993px !important;
    } */

    .signup-img-subHeading {
        font-size: 16px !important;
    }
}

/* -----2151 to 2660 ------ */

@media (min-width: 2151px) and (max-width : 2660px) {
    /* .signupbg-img {
        background-size: 1055px 993px !important;
    } */

    .signup-img-subHeading {
        font-size: 21px !important;
    }
}

/* ---------- end media query---------- */



/* ------SignUp and login css--------- */
.signUp-bg {
    background-color: #F8F8F8;
}

.signUp-component {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.signUpLabel {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2C2C2E;
}

.signUpLabel span {
    color: #FF5B5B;
}

.signUpInputField {
    background: #F4F6F9;
    border: 1px solid #DCDFE2;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    border-radius: 2px;
}

input:focus {
    outline: none;
}

.btn-back,
.btn-next {
    background: #B9C1CA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    font-size: 20px;
    color: #FFFFFF;
    width: 100%;
}

.btn-next {
    background: #2C6CBB;
}

.signupbg-img {
    background-image: url('../img/signup-img.png');
    height: 100%;
    /* background-size: 674px 993px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.signup-img-heading {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #2A53AD;
}

.signup-img-subHeading {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 27px;
    color: #9299A2;
}

.signup-text-position {
    position: absolute;
    right: 65px;
    top: 370px;
}

.signup-link {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #2A53AD;
}

.loginHeading {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #2A53AD;
}

.login-text-position {
    position: absolute;
    top: 130px;
    left: 165px;
}

/* ------end SignUp and login css--------- */


/* Inbox page CSS */

.inboxTable thead th {
    background: #DCDFE2;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 54px;
    color: #333333;
    vertical-align: middle !important;
    text-align: start;
}

.inboxTable tbody td {
    height: 70px;
    background: #F4F6F9;
    border-top: 1px solid #DCDFE2;
    border-bottom: 1px solid #DCDFE2;
}

.inboxTable tr td:first-child,
.inboxTable tr th:first-child {
    padding-left: 40px;
}

.inboxTableCompany {
    height: 38px;
    background-color: #007BFF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatHeader {
    height: 85px;
    background: linear-gradient(270.01deg, #275CB6 4.96%, #1A96EE 90.89%);
    border-radius: 0 10px 10px 10px;
}

.iconBox {
    height: 31px;
    width: 31px;
    background: radial-gradient(70.7% 70.7% at 50% 50%, #1456BE 0%, #1456BE 0.1%, #398EEF 100%);
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.prevLead {
    height: 45px;
    background: linear-gradient(19.7deg, #66BC45 8.46%, #4CACF0 91.54%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    width: 172px;
}

.nextLead {
    background: linear-gradient(19.7deg, #153E96 8.46%, #153E96 8.55%, #4CACF0 91.54%);
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    width: 172px;
}

.chatSent {
    background: #007AFF;
    position: relative;
    border-radius: 6px;
    padding: 5px 0 0 5px;
    width: 200px;
    float: right;
    margin-right: 15px;
}

.chatSent:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #007AFF transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(180deg);
}

.chatReceived {
    background: #F2F2F7;
    position: relative;
    border-radius: 6px;
    padding: 5px 0 0 5px;
    width: 200px;
}

.chatReceived:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #F2F2F7 transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(180deg);
}

.chatSentTick {
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
}

.chatReceivedTime {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #666668;
}

.chatFooter {
    height: 206px;
    background: #2072CB;
    padding: 15px 30px 15px 30px;
}

.slctLang {
    height: 45px;
    border-radius: 10px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    width: 220px;
    padding-left: 10px;
}

.chatInput {
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    padding-left: 135px;
    padding-right: 85px;
    height: 90px;
    border: 0;
    width: 100%;
    box-shadow: inset 0px 1px 0px #E5E5EA;
}

.chatInputBox {
    margin-top: 30px;
    position: relative;
}

.plusIconBox {
    height: 60px;
    width: 60px;
    background-color: #337AC7;
    color: white;
    font-size: 48px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding-bottom: 6px;
}

.inputIconBox {
    margin-top: -75px;
    margin-left: 15px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 108px;
}

.smsSendIcon {
    float: right;
    margin-top: -45px;
    position: relative;
    margin-right: 35px;
}

.chatHeader2 {
    height: 103px;
    background: linear-gradient(114.74deg, #5EAAFC 19.35%, #5FB855 80.45%);
    border-radius: 0 10px 10px 10px;
    padding: 10px 30px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatBody2 {
    padding: 15px 20px 15px 20px;
    background: #EDEFF1;
}

.appointment {
    background: linear-gradient(0deg, #66BC45 0%, #5EB777 100%);
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    width: 172px;
    box-shadow: 0px 4px 4px #76757563;
}

.reminder {
    background: linear-gradient(0deg, #256CD9 0%, #2D7FE1 50.6%, #469CFD 100%);
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    width: 172px;
    box-shadow: 0px 4px 4px #76757563;
}

.chatBodyHead {
    background: #B9C1CA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 102px;
    padding: 10px 30px 10px 30px;
}

.dispositionDropdown {
    color: #717579;
    border: 0;
    border-radius: 15px;
    height: 43px;
    padding: 10px;
    margin-top: 5px;
}

.formColor {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px 10px;
}

.formInputFields {
    background: #F4F6F9;
    border: 1px solid #DCDFE2;
    height: 52px;
    padding: 0 20px 0 20px;
    width: 100%;
}

.updateInfoButton {
    background: #2C6CBB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    height: 70px;
    border: 0;
    color: white;
    width: 100%;
}

/* Inbox page CSS end */

/* Custom Scrollbar */

.customScroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.customScroll::-webkit-scrollbar {
    background-color: #EEF4FE;
}

.customScroll {
    scrollbar-color: #D9D9D9 #CAE9FC;
}

.customScroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #D9D9D9;
}

/* Custom Scrollbar end */

/* Compaign page CSS */

.compaignBox {
    background-color: #EEF4FE;
    border-radius: 10px;
}

.dateRangeDiv {
    height: 120px;
    background: #B9C1CA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.targetsHeader {
    height: 63px;
    background: linear-gradient(90deg, #275CB6 0%, #275CB6 0.1%, #4CACF0 100%);
    border-bottom: 4px solid #49b45e;
    display: flex;
    align-items: center;
}

.targetsBody {
    border: 2px solid #B9C1CA;
    border-radius: 0 0 10px 10px;
}

.targetsBodyDiv {
    height: 230px;
    overflow: auto;
}

.selectableTags {
    background: #F4F6F9;
    border: 1px solid #DCDFE2;
    height: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.selectableTags p {
    color: #A3A8AC;
}

.selectedTagsBody {
    background: #EEF4FE;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.selectedTags {
    background: #B9C1CA;
    height: 32px;
    width: max-content;
    color: #2A53AD;
    display: flex;
    align-items: center;
}

.deselectBtn {
    background: #2C6CBB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 0;
}

/* Compaign page CSS end*/

/* SignIn page */

.signInBg {
    background: linear-gradient(180deg, #2466C0 0%, #4CACF0 100%);
}

.signInBgImgBlock {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signInDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* SignIn page end*/