@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
}


/* @import url('https://fonts.googleapis.com/css?family=Nunito');
body{font-family: 'Poppins', sans-serif !important;font-size:14px;} */


/* .mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle{ */

/* position: absolute; */
/* top: 11px; */
/* right: 18px; */

/* } */


#createInvoice .mat-icon-button {
    position: absolute;
    right: 0px;
    top: 10px;
}


#createInvoice .cOptionSave {
    position: relative;
    top: 24px;
    border: 0;
    box-shadow: 0px 0px 2px 0px #0006;
}

.cInvoiceProduct {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.08), 0 7px 10px -5px rgba(56, 131, 96, 0.13);
    background-color: #54a5a4;
    padding: 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    margin: 18px 0px;
    border-bottom: 3px #40807f solid;
}



.cFormButton {
    font-size: 25px;
    margin: 2% 0% 0% 65%;
}

.cFormButton i {
    letter-spacing: 4px;
}




/**  cDefault css  **/

.cDefault {
    margin-bottom: 22px;
    position: relative;
}

#BasicInfo .cDefault {
    margin-bottom: 22px;
}

#transactionmessages .cDefault>span {

    position: absolute;
    margin-left: -49px;
    margin-top: 3px;

}

.cManikCheckboxIcon .material-icons {
    font-size: 35px;
}

.cManikCheckboxIcon .material-icons {
    font-size: 35px;
}

.cDefault input {
    border-radius: 2px;
    width: 100%;
    border: 1px #cbc7c7 solid;
    padding: 2px 5px;
    /* box-shadow: 0px 2px 1px 0px #8F8F8F; */
    /* border-bottom: 2px #cecece solid; */
}

.cDefault input[type=text],
textarea {
    width: 100%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    /* border: 1px solid #DDDDDD; */
    box-shadow: none !important;
    /* border-bottom: 2px #61abaa solid; */
    border-radius: 2px;
    font-size: 14px;
    color: #969494;
    background: #fff;
}

.cDefault input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgb(233, 233, 233);
    border-bottom: 1px solid rgb(174, 172, 172);
}

/**  END  **/




.cDefault input[type=color] {

    -webkit-appearance: none;
    padding: 0;
    border: none;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}

.cDefault input[type=color]::-webkit-color-swatch {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.cDefault input[type=color]::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 10px;
    padding: 0;
}




/* } */

.cDefault textarea {
    height: 80px !important;
}

/**  cErorr css **/
.cErorr h5 {
    color: #FF0000;
    font-size: 13px;
}

.cErorr input {
    width: 100%;
    border: 1px whitesmoke solid;
    padding: 4px;
    box-shadow: 0px 2px 1px 0px #FF0000;
}

.cErorr input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
    box-shadow: none !important;
    border-bottom: 2px #FF0000 solid;
    padding: 2px 5px;
}

.cErorr input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgb(240, 206, 206);
    border-bottom: 1px solid rgb(255, 0, 0);
}

/**  END  **/




/**  cSuccess css  **/
.cSuccess h5 {
    color: #008000;
    font-size: 13px;
}

.cSuccess input {
    width: 100%;
    border: 1px whitesmoke solid;
    padding: 4px;
    box-shadow: 0px 2px 1px 0px #008000;
}

.cSuccess input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
    box-shadow: none !important;
    /* border-bottom: 2px #ccc solid; */
    padding: 2px 5px;
}

.cSuccess input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgb(171, 254, 175);
    border-bottom: 1px solid rgb(0, 128, 0);
}

/**  END  **/



/**  cTextarea css  **/
.cTextarea textarea {
    width: 100%;
    height: 100px !important;
}

.cTextareaSuccess textarea {
    width: 100%;
    border-bottom: 2px green solid;
    height: 100px !important;
}

.cTextareaError textarea {
    width: 100%;
    border-bottom: 2px red solid;
    height: 100px !important;
}

.cTextarea h5 {
    color: #746E6E;
    font-size: 13px;
}

/**  END  **/


.cDivMenu1 {
    width: 23%;
    height: 600px;
    background-color: #54A5A4;
    position: relative;
    padding: 0px 10px 0px 7px;
    overflow-x: hidden;
    /* box-shadow: 0px 10px 10px 0px #0006; */
    z-index: 5;
}

.cDivMenu1 ul li a i:active {
    color: #000 !important;
}

.cDivMenu2 {
    overflow-x: hidden;
    height: 600px;
    background: #f0eafe;
    position: relative;
    z-index: 2;
    padding: 8px 0px 0px 0px !important;
    width: 77% !important;
}


.cDivMenu3 {
    padding: 10px;
    color: #fff;
    background: linear-gradient(60deg, #40807f, #54a5a4);
    border-bottom: 3px #4cadab solid;
    border-left: 3px #02a9ea solid !important;
}

.cDivMenu4 {

    padding: 10px;
    color: #fff;
    background: linear-gradient(60deg, #6d8685, #5e9695);
    border-bottom: 3px #489a99 solid;
    border-left: 3px #84c6e0 solid !important;

}

.cDivMenu4 p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}

.cDivMenu4 i {
    font-size: 25px;
}

.cDivMenu3 p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
    text-transform: lowercase;
}

.cDivMenu3 i {
    font-size: 25px;
}

.cDivAction {
    background-color: #f0efef;
    /* padding: 0px 0px 7px 10px; */
}

.cPopupAction {
    background-color: #f0efef;
    padding: 6px 6px 0px 10px;
    text-align: right;
}




.cDivMenu2 p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    float: left;

    position: absolute;
    left: 51px;
    white-space: nowrap;
    overflow: hidden;
    width: 135px;
    text-overflow: ellipsis;
}

.sidebar .nav {
    margin-top: 0px !important;
}

/* .sidebar .nav i{color:#fff !important;} */


.card .card-title {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif !important;
}



/** Nav css **/

.nav-tabs .nav-item .material-icons {
    margin: 0px;
    text-align: center;
    float: left !important;
    width: 100%;
}

.cHeaderDiv i {
    color: #000 !important;
}

.cHeaderDiv {
    border-left: 3px #02a9ea solid !important;
}

.cHeaderDiv img {
    border-radius: 8%;
    width: 58px;
    height: 54px;
    padding: 1px;
    margin-left: 1rem;
    box-shadow: 0px 0px 4px 0px #0000001a;
}

.navbar-wrapper img {

    width: auto;
    height: 35px;
    padding: 1px;
    margin-left: 1rem;
    border-right: 1px #dedede solid;
    padding-right: 6px;
    box-shadow: none;
    border-radius: 0px;

}


.cHeaderDiv label {
    margin-left: 8px;
    /* border-bottom: 1px #dbdbdb4d solid; */
    text-transform: capitalize;
    word-spacing: 5px;
    color: #4e4e4e;
    font-size: 17px;
    padding: 0px 0px;
    margin-top: 10px;
    font-weight: bold;

}

.cSideNav a {
    margin: 0px !important;
    padding: 0px !important;
}

.cSideNav i {
    margin: 0px !important;
    width: 50px;
}

.sidebar .logo .simple-text {
    box-shadow: 0px 0px 10px 0px #000 !important;
}


.nav-link {
    /* padding: 1rem 1rem 0rem 1rem !important; */
    width: 100%;
    float: left;
    /* padding-right: 0px !important; */
}

a .material-icons {
    margin-right: 10px;
    color: #fff;
    float: left !important;
}

.cDivMenu2 ul {
    padding: 0px !important;
    width: 99% !important;
    float: left !important;
}


.sidebar .nav i {
    float: left;
    margin-right: 15px;
    line-height: 46px !important;
    width: 45px !important;
    text-align: center !important;
    color: #a9afbb;
    background-color: #4a9593;
    margin-bottom: 12px !important;
    border-radius: 50%;
    font-size: 40px;
    height: 45px !important;
}

.sidebar .nav li .dropdown-menu a:focus,
.sidebar .nav li .dropdown-menu a:hover,
.sidebar .nav li.active>[data-toggle="collapse"],
.sidebar .nav li:hover>a {
    margin-left: 12px !important;
}



.sidebar .nav li>a:hover,
.sidebar .nav li>a:focus {
    background-color: transparent !important;
    outline: none;
    color: #000 !important;
}

.navbar.navbar-absolute {
    z-index: 99 !important;
}


.cDivMenu2 p:hover {
    border-bottom: 1px #54a5a4 solid;
    transition: all 0.5s ease-out 0s;
    padding-left: 5px;
}

/** END **/



.cInputCtr h5 {
    margin-bottom: 5px;
}



#cancelbtn {
    border: 2px solid #40807f;
    background-color: white;
    color: #54a5a4;
    padding: 6px 34px;
    font-size: 16px;
    cursor: pointer;
    float: left;
    width: 130px;
    border-radius: 50px;
    margin-top: 8px;
}

#cancelbtn:hover {
    border: 2px solid #40807f;
    background-color: #000;
    color: #fff;
}



.manik_footer {
    background-color: #40807F;
    color: #fff;
    margin-bottom: 10px;
}

.manik_footer p {
    margin: 0px;
    text-align: center;
}

.manik_footer img {
    width: 60px;
    margin-left: 22px;
}


.cmenu1_icon i {
    background: background rgb(68, 127, 135);
    background: -moz-linear-gradient(top, rgb(68, 127, 135) 0%, rgb(0, 163, 160) 50%, rgb(93, 183, 183) 100%);
    background: -webkit-linear-gradient(top, rgb(68, 127, 135) 0%, rgb(0, 163, 160) 50%, rgb(93, 183, 183) 100%);
    background: linear-gradient(to bottom, rgb(68, 127, 135) 0%, rgb(0, 163, 160) 50%, rgb(93, 183, 183) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#447f87', endColorstr='#5db7b7', GradientType=0);
    padding: 8px;
    width: 33px;
    text-align: center;
    color: #fff;
    margin-bottom: 18px;
    box-shadow: 0px 1px 2px 0px #0009;
}

.cmenu1_icon i:hover {
    box-shadow: none;
}

.cmenu1_icon3 {
    margin-top: 10px;
}

.cmenu1_icon3 i {
    /* border: 1px white solid; */
    padding: 8px;
    background: background rgb(68, 127, 135);
    background: -moz-linear-gradient(top, rgb(68, 127, 135) 0%, rgb(0, 163, 160) 50%, rgb(93, 183, 183) 100%);
    background: -webkit-linear-gradient(top, rgb(68, 127, 135) 0%, rgb(0, 163, 160) 50%, rgb(93, 183, 183) 100%);
    background: linear-gradient(to bottom, rgb(68, 127, 135) 0%, rgb(0, 163, 160) 50%, rgb(93, 183, 183) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#447f87', endColorstr='#5db7b7', GradientType=0);
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 1px 2px 0px #0009;
}

.cmenu1_icon3 i:hover {
    box-shadow: none;
}

.manik_header {
    background-color: #40807F;
    margin-top: 40px;
    padding: 16px;
    color: #fff;
}

.manik_header img {

    width: 120px;
    margin: 0px 0px 0px 0px;

}

.Cbussiness {
    margin: 0px;
    padding-top: 5px;
}

.Csupport i {
    font-size: 19px;
    padding-right: 2px;
}




/** mat_dropdn **/

.cMatdd_main {
    margin-bottom: 5px;
}

mat-slider[_ngcontent-c9] {
    width: 100% !important;
}

.cMatdd_main h5 {
    color: #240da2;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
}

.cDefault h5 {
    color: #240da2;
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
}


.cMatdd_main mat-select {
    border: 1px #c9c1c1 solid;
    padding: 7px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 7px;
    background-color: #fff;

}

.cMatdd_error h5 {
    font-size: 13px;
    margin-bottom: 5px;
    color: red;
}

.cMatdd_error mat-select {
    border-bottom: 2px red solid;
    padding: 5px;
}

.cMatdd_success h5 {
    font-size: 13px;
    margin-bottom: 5px;
    color: green;
}

.cMatdd_success mat-select {
    border-bottom: 2px green solid;
    padding: 5px;
}

/** END **/

/** Error Message **/
.cErrorMsg {
    color: red;
}

/** End **/




/** main logo css **/
.logoImg {
    height: 60px;
}

.logoImg img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 50px;
}

.cUpgradeImage img {
    width: 100%
}

.sidebar .logo {
    padding: 0px !important;
}

/* .sidebar .logo::after{box-shadow: 0px 2px 0px 0px #ecdada;} */
/** END **/



.cManikMap {
    width: 100%;
    float: left;
}

.cManikMap agm-map {
    height: 230px;
    width: 100%;
    padding: 3px;
    border: 1px #ccc solid;
    display: inline-table;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #0003;
}

.mapDiv agm-map {
    width: 100%;
    height: 200px;
}

.cManikMap h5 {
    color: #746E6E;
    font-size: 13px;
    margin-bottom: 5px;
}


.cSmallText {
    font-size: 8px;
}

.cCallToAction {
    background: red;
}

.cHintText label {
    font-size: 13px;
    color: #060606;
    padding: 5px 4px;
    font-weight: bold;
    background-color: #fcfcfc;
    width: 100%;
    margin-bottom: 15px;
    border: 1px #cccccc4d solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cDivMenu2 ul li {
    list-style: none;
}





/** cEntityAdd **/


.cEntityAdd li {
    list-style: none;
    height: 39px;
    padding: 2px;
    width: 40px;
}

.cEntityAdd span {
    width: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    top: -2px;
    left: 38px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.6px;
    white-space: nowrap;
    line-height: 37px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    border-radius: 5px;
    cursor: pointer;
}

.cEntityAdd a {

    display: block;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    color: #000;
}





.cFirstEntityAdd li {
    list-style: none;
    height: 59px;
    padding: 2px;
    width: 60px;
}

.cFirstEntityAdd span {
    width: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    top: 8px;
    left: 56px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.6px;
    white-space: nowrap;
    line-height: 39px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    border-radius: 5px;
    background: #f2f2f2;
    cursor: pointer;
}

.cFirstEntityAdd a {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 50%;
    text-align: center;
    padding: 17px 10px;
    color: #000;
    font-size: 20px;
}

.cFirstEntityAdd a:hover span {
    width: auto;
    padding: 0 20px;
    overflow: visible;
}

/* General hover styles */

.cEntityAdd a:hover span {
    width: auto;
    padding: 0 20px;
    overflow: visible;
}

.cEntityAdd a:hover {
    text-decoration: none;

    /* CSS outer glow with the box-shadow property */
    -moz-box-shadow: 0 0 5px #9ddff5;
    -webkit-box-shadow: 0 0 5px #9ddff5;
    box-shadow: 0 0 5px #9ddff5;
}

/* Green Button */

.cEntityAdd .cEntityAddBg {
    background-position: 0 0;
}

.cEntityAdd .cEntityAddBg:hover {
    background-position: 0 -39px;
}

.cEntityAdd .cEntityAddBg span {
    background-color: #f5f5f5;

    color: #080808;
}

.footer ul {

    background-color: white;
    box-shadow: 0px 0px 11px 0px #00000012;
    border-radius: 5px;
    border-bottom: 3px #00a9ea solid;

}


.sidebar[data-color="danger"] li.active>a {

    background-color: #205359 !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(84, 165, 164) !important;

}

/** END **/


.cBgText {
    position: absolute;
    background: #00000052;
    padding: 14px;
    color: #fff;
    top: 28px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
}

.cBgText p {
    margin-bottom: 0px;
}

.cButtonSubmit {
    padding: 0.35em 1.0em;
    border-radius: 0.12em;
    transition: all 0.2s;
    cursor: pointer;
    border: 0px;
    border-bottom: 1px #082928 solid;
    background: #54a5a4;
    color: #fff;
}

/* .cButtonSubmit:hover{ */
/* color: #ccc; */
/* background-color: #40807f; */
/* } */
/* .cButtonCancel:hover{ */
/* color: #ccc; */
/* background-color: #40807f;	 */
/* } */

.cButtonCancel {
    padding: 0.35em .99em;
    border-radius: 0.12em;
    transition: all 0.2s;
    cursor: pointer;
    border: 0px;
    border-bottom: 1px #082928 solid;
    background: #797b15;
    color: #fff;
    margin: 7px 8px 0px 0px;
}









.cButtonPopupSubmit {
    padding: 0.35em .99em;
    border-radius: 0.12em;
    transition: all 0.2s;
    cursor: pointer;
    border: 0px;
    border-bottom: 1px #082928 solid;
    background: #54a5a4;
    color: #fff;
}

/* .cButtonPopupSubmit:hover{ */
/* color: #ccc; */
/* background-color: #40807f; */
/* } */
/* .cButtonPopupCancel:hover{ */
/* color: #ccc; */
/* background-color: #40807f;	 */
/* } */

.cButtonPopupCancel {
    padding: 0.30em 1.0em;
    border-radius: 0.55em;
    transition: all 0.2s;
    background: #0520b0;
    margin: 7px 8px 0px 0px;
    color: #fff;
    border: none;
}








.cButtonCustom {
    display: inline-block;
    padding: 0.35em .99em;
    margin: 0em 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: #40807F;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
    border: 0px;
    border-bottom: 1px #082928 solid;
    color: #fff;
    background: #8b8d3f;
}

/* .cButtonCustom:hover{ */
/* color: #ccc; */
/* background-color: #40807f;	 */
/* } */

.cButtonCustomPopup {
    display: inline-block;
    padding: 0.35em .99em;
    margin: 1em 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: #40807F;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
    border: 0px;
    border-bottom: 1px #082928 solid;
    color: #fff;
    background: #8b8d3f;
}

/* .cButtonCustomPopup:hover{ */
/* color: #ccc; */
/* background-color: #40807f;	 */
/* } */



.mat-checkbox-1 {

    background-color: #fbfbfb;
    padding: 19px 20px 10px 20px;
    float: left;
    margin-top: 7px;

}


/**  Img css **/

.cImgProduct {
    background-color: #d4d4d41a;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #0003;
    margin-top: 50px;
    width: 100%;
}

.cImgProduct img {
    position: static !important;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px #0003;
}

.cHeading {
    padding-top: 9px;
    text-decoration: line-through;
}

.cImgProduct span {
    background-color: #b1a0204d;
    font-size: 13px;
    position: absolute;
    color: #000;
    font-weight: bold;
}

.cPopupMenu1 {
    height: 100%;
    background-color: #1F1F1F;
    padding: 0px 10px 0px 11px;
    box-shadow: 0px 10px 10px 0px #0006;
    z-index: 5;
    position: absolute;
    width: 66px;
    float: left;
}

.cPopupMenu1 i {
    line-height: 50px;
    width: 45px;
    text-align: center;
    background-color: #000;
    border-radius: 18%;
    height: 46px;
    color: #fff;
    margin-right: 0;
    margin-bottom: 12px;
}


.cPopupMenu1 ul {
    padding: 10px 0px 0px 0px;
    float: left;
}

.cPopupMenu1 li {
    display: inherit;
}

.cPopupMenu2 {
    height: 500px;
    background: #395F31;
    position: relative;
    z-index: 2;
    padding: 8px 0px 0px 0px !important;
    width: 71%;
    float: left;
}


.cdk-overlay-dark-backdrop {

    background: #26bcc1 !important;
    background: -moz-linear-gradient(135deg, #19aaaf 0%, #0019c9d4 100%) !important;
    background: -webkit-linear-gradient(135deg, #19aaaf 0%, #0019c9d4 100%) !important;
    background: linear-gradient(135deg, #19aaaf 0%, #0019c9d4 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26bcc1', endColorstr='#005ac9', GradientType=1) !important;
}


.cTableHeader {
    background: #3f51b5;
    color: #fff;
    padding: 10px;
}

.cPopupMenu2 ul {
    padding: 0px;
}

.cPopupMenu2 ul li {
    list-style: none;
}

.cPopupMenu2Hidden {
    display: none;
}

/**  END **/

/**Manik Loader**/






.manik-loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.manik-loader div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #48edf5;
    animation: manik-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.manik-loader div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.manik-loader div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.manik-loader div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes manik-loader {
    0% {
        top: 6px;
        height: 51px;
    }

    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}



/**END**/

.mat-checkbox {
    padding-top: 15px;
}

.manik-container {
    position: relative;
}

.manik-table-container {
    position: relative;
}

table {
    width: 100%;
}

.manik-loading-shade {
    position: absolute;
    top: 57px;
    left: 0;
    bottom: -17px;
    right: 0;
    background: rgba(84, 75, 9, 0.57);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mat-column-state {
    max-width: 64px;
}

.mat-column-created {
    max-width: 124px;
}

.manik-no-rec {
    font-size: 20px;
    line-height: 1.42857;
    color: #060606;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 0;
}

.manik-pagination {
    background-color: #efefef !important;
}



/** cManikToolTIp **/

.cManikTooltip {

    position: relative;
    display: inline-block;

}

.cManikTooltip .cManikTooltipText {
    visibility: hidden;
    width: 120px;
    background-color: #205359;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 61%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    transition: all 0.5s ease-out 0s;
    padding: 5px 10px;
    box-shadow: 0px 0px 10px 0px #00000080;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.cManikTooltip .cManikTooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.cManikTooltip:hover .cManikTooltipText {
    visibility: visible;
    opacity: 1;
}

.cManikTooltip button {
    display: contents;
}

/** END **/



.card .card-category:not([class*="text-"]) {
    color: #000 !important;
    font-size: 17px;
    text-transform: capitalize;
    word-spacing: 1px;
}





.cManik-h3 {
    font-size: 25px;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.cManik-h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    height: 4px;
    z-index: 1;
    background: #e9812a;
}

.cManik-h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 1px;
    background: #8f8f8f;
}


.cManik-h4 {
    font-size: 17px;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif !important;
}

.cManik-h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    height: 4px;
    z-index: 1;
    background: #e9812a;
}

.cManik-h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 1px;
    background: #8f8f8f;
}


.cDivWorkSpace {
    font-size: 13px;
}

.cSimpleUpload input {
    font-size: 12px;
    margin-top: 12px;
}

/* .mat-expansion-panel-header-title span { */
/* color: #f00; */
/* } */

#Branches .cDefault {
    margin-bottom: 10px;
}

.cPageDescription {

    text-align: left;
    font-size: 12px;
    padding-left: 16px;
    text-transform: capitalize;
    padding-top: 10px;
    word-spacing: 1px;
    color: #ccc;

}

.cManikLabelZero .cTooltipEditText {
    position: absolute;
    border: 0;
    background: #fff0;
    font-size: 16px;
    right: 20px;
    top: 25px;
    cursor: pointer;
    box-shadow: none;
    cursor: pointer;
}


/* .cManikPopupWidth .cTooltipEditText{ */

/* position: absolute; */
/* right: 0px; */
/* top: -25px; */
/* } */

.cManikLabelZero .cTooltipSaveText {

    position: absolute;
    right: 18px;
    top: 25px;
    border: 0;
    background: #fff0;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none;

}

.cManikLabelZero .cTooltipCancelText {
    position: absolute;
    right: 44px;
    top: 25px;
    background: #fff0;
    border: 0px;
    font-size: 17px;
    cursor: pointer;
    box-shadow: none;
}



.cManikLabelZero {
    margin: 0px;
}

.cManik-h1 {}

.cManik-h2 {}

.cManik-h3 {}

.cManik-h4 {}

.cManik-h5 {}

.cManik-h6 {}

.cTermsAndconditon div {
    line-height: 30px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    text-transform: capitalize;
}





.cDivPopupHeader {

    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.08), 0 7px 10px -5px rgba(56, 131, 96, 0.13);
    background-color: #54a5a4;
    color: #fff;
    border-bottom: 2px #298180 solid;
    padding: 8px;
    border-radius: 3px;
}

.mat-dialog-container {
    padding: 0px !important;
    overflow: inherit !important;
}

.cDivPopupHeaderL-text {
    text-align: left;
    padding-top: 10px;
}

.cDivPopupHeaderR-text {
    text-align: right;
    font-size: 40px;
    padding-top: 10px;
}

.cPageHeaderText {
    text-align: center;
    float: left !important;
    width: 100%;
    letter-spacing: 1px;
}

.cSubPageHeaderText {
    text-align: center;
    float: left !important;
    width: 100%;
    letter-spacing: 1px;
}








.cUpgradeButton {

    background: #54a5a4;
    border: 0px;
    color: #fff;
    font-size: 14px;
    word-spacing: 1px;
    padding: 7px 14px;
    box-shadow: 0px 3px 10px 0px #0000001f;
    text-transform: capitalize;
    width: 100%;
    cursor: pointer;

}

.cAdHoc {
    background: red;
}

.cDivTable {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.cManikInnerCard {

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    background: #fff;
    width: 100%;
    border-radius: 6px;
    padding: 5px 0px;

}


.cOptionBuy {

    background-color: transparent;
    border: 0px;
    cursor: pointer;
    padding-top: 4px;

}


.cManikInnerCard .cOptionBuy {

    background-color: transparent;
    border: 0px;
    cursor: pointer;
    padding-top: 4px;
    position: relative;
}


.cLoginImg {
    text-align: center;
    padding: 20px;
}

.cLoginText {
    padding: 20px;
    text-align: justify;
}




.c_Manik_tile-body select {

    width: 100%;
    border: 1px #ccc solid;
    border-radius: 2px;
    padding: 6px;
    color: #000;
    font-size: 13px;

}

.c_Manik_tile {
    margin: 0px auto;
}


.cManikImageGrid img {
    box-shadow: 0px 0px 4px 0px #0000004d;
    border-radius: 4px;
    height: 100px;
    margin-left: 22px;
}






.cPopupMenu3 {

    padding: 10px;
    color: #fff;
    background: linear-gradient(60deg, #1f6027, #3e9555);
    border-bottom: 3px #4cadab solid;
    border-left: 3px #02a9ea solid !important;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 9;

}

/* .cPopupMenu2 ul li:first-child a{ */
/* background-color: #063e16 !important; */
/* box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(84, 165, 164) !important; */
/* color: #fff; */
/* padding: 16px 0px 0px 12px !important; */
/* } */

.cManikPromotion img {

    width: 100%;
    height: 400px;
    box-shadow: 4px 0px 12px 0px #00000047;

}

.cManikPromotion img:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out 0s;
}

.cManikAcceptTermLink {
    font-size: 14px;
    line-height: 18px;
}

.cTableSelectedItem {
    background-color: #ccc;
}




/**  gmailPopup  **/
.cManikProfileContainer {
    padding: 0px !important;
}

.cManikProfile {
    width: 280px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    display: table;
}

.cManikProfileImage {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: center;
}

.cManikProleLeft {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

.cManikProleLeft span {
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .54);
    color: #fff;
    left: 0;
    bottom: 0;
}

.cManikProleLeft img {
    width: 30%;
    border-radius: 100%;
    height: 70px;
    margin: 10px;
}

.cManikProfileRight {
    width: 100%;
    float: left;
    font-size: 11px;
}

.cProfileName {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: -7px;
}

.cProfileEm {

    line-height: 16px;
    margin-bottom: 12px;

}


.cGmailLink {
    text-transform: capitalize;
    margin-top: 6px;
}


.dpName {
    font-weight: bold;
    line-height: 1;
    padding-top: 7px;
}

.cManikbtn {
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    width: 100%;
    float: left;
    font-size: 13px;
}

.dpAc {
    float: left;
    background: #fbfbfb;
    padding: 4px 21px;
    border-radius: 3px;
    border: 1px #ccc solid;
    text-transform: capitalize;
    cursor: pointer;
}

.dpsign {

    float: right;
    background: #fbfbfb;
    padding: 4px 21px;
    border-radius: 3px;
    border: 1px #ccc solid;
    text-transform: capitalize;
    cursor: pointer;
}


.cIpAddress {

    line-height: 54px;
    color: #108290;

}

/**  END  **/







/*the container must LOGIN DP CSS be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #14202c;
    border-radius: 2px;
    box-shadow: 0px 1px 6px 0px #000;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: #fff0 transparent rgba(110, 131, 43, 0.4) #1d9f9600;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #0a3842;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/**  END  **/



/** img setting css **/
.cSmartMedia {
    width: 300px;
    background: #fff;
    padding: 10px;
    position: relative;
    margin: 0px auto;
    box-shadow: 0px 0px 4px 0px #0009;
}

.cPopupMainPanelExpanded .cSmartMedia {
    width: 100%;
    /* background: #e8e8e8; */
    padding: 15px;
    box-shadow: 0px 0px 4px 0px #00000038;
    border-radius: 6px;
    margin-bottom: 30px;
}


.cSmartMedia .cDivAction {

    background-color: #f0efef;
    padding: 6px 8px;
    margin-top: 12px;

}

.cSmartMediaIcon .image-upload {

    float: none;

}

.cSmartMediaIcon .image-upload i {
    box-shadow: none;
}

.cSmartMedia .cButtonSubmit {

    padding: 0.25em .66em;
    font-size: 12px;
}

.cSmartMedia .cFormInput input {
    padding: 0px;
}

.cSmartMedia video {
    width: 100%;
    height: 158px;
    box-shadow: 0px 0px 3px 0px #000c;
}

.cSmartMedia iframe {

    width: 100%;
    height: 158px;
    box-shadow: 0px 0px 3px 0px #000c;

}

.cSmartMedia .cMatdd_main mat-select {

    padding: 1px 5px !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;

}

.cSmartMediaBox {
    margin: 20px auto auto;
    display: table;
    width: 100%;
    margin: 0px;
    /* display: inline-flex; */
    position: relative;
}

.cSmartMediaImg {
    width: 100px;
    height: 100px;
    font-size: 8px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 1px dashed #eaeaea;
    padding: 17px;
    box-shadow: 0px 0px 6px 0px #0000001a;
    position: relative;

    width: 100%;
    height: auto;
    font-size: 8px;
    text-align: center;
    display: table-cell;
    border: 1px dashed #eaeaea;
    padding: 0px;
    position: relative;
    background: #e0dcdc;
}

.cSMSliderMain {
    justify-content: center;
    display: flex;
}

.cSMSlider {
    position: absolute;
    bottom: 35px;
    z-index: 99;
}

.cSmartMediaBtn {
    text-align: center;
    margin-top: 5px;
}



.cSmartMediaBg i {
    color: #000;

}

.cSmartMediaBg i:nth-child(2) {
    padding: 0px 5px;
}

.cSmartMediaSize {
    text-align: center;
    font-size: 13px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
    background: #606c88;
    /* Old browsers */
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
    /* IE6-9 */
    padding: 3px;
    width: 160px;
    margin: 0px auto;
    box-shadow: 0px 0px 3px 0px #000c;
}

.cFormArea label {
    font-size: 9px;
}

.cFormInput input {
    width: 100%;
    border: 1px whitesmoke solid;
    padding: 4px;
    border-bottom: 1px #919191 solid;
    font-size: 10px;
}

.cTextArea textarea {
    width: 100%;
    border-bottom: 1px #919191 solid;
    font-size: 10px;
}

.icon-select .selected-box {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 70px;
    height: 60px;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9;
}

.icon-select .selected-icon {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 5px;
    left: 5px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-select .component-icon {
    position: absolute;
    bottom: 5px;
    right: 4px;
}

.icon-select .box {
    position: absolute;
    top: 0px;
    left: 71px;
    margin: 0px;
    padding: 0px;
    width: 170px;
    height: 170px;
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
}

.cTransparency {
    border-bottom: 2px #53607d solid;
    font-size: 12px;
    margin-bottom: 1px;
    background-color: #f3f3f3;
    padding: 0px 10px;
    border-radius: 3px;
}

#cTransparency select {
    border: 0px;
    box-shadow: 0px 0px 2px 0px #000c;
    font-size: 12px;
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    color: #fff;
    padding: 0px 4px;
    border-radius: 2px;
}


/** END **/

#colorpickle1Icon {

    background-color: rgb(255, 140, 60);
    position: absolute;
    right: 17px;
    border: 0px;
    padding: 0px 20px;
    height: 16px;
    top: 34px;

}



/* .cManikPopupWidth { */
/* width: 833px; */
/* margin: 0px auto; */
/* } */


.cPopupSidebar {
    width: 30%;
    float: left;
}

.cPopupMainPanel {
    width: 70%;
    float: left;
    overflow-y: auto;
    height: 499px;
}

.cPopupSidebarNarrow {
    width: 30%;
    float: none;
}

/* .cPopupLowerUL{background-color:red;}  */



/* .cPageDescription::before { */
/* content: "description:- "; */
/* font-weight: bold; */
/* letter-spacing: 1px; */
/* } */

.cTableHeader {
    font-family: 'Poppins', sans-serif !important;
}






/** Join 4 free **/

.cManikBusinessCat {
    width: 60%;
    margin: 40px auto;
}

.cManikBusinessWrapper {
    width: 60%;
    margin: 40px auto;
}

.cManikBusinessCat p {
    color: #000;
    padding: 10px;
    font-size: 12px;
    box-shadow: 0px 1px 1px 0px #0000001a;
}

.cManikBusinessCat i {
    width: 100%;
    font-size: 20px;
    margin-bottom: 7px;
    text-align: right;
}

.cManikHeadings {
    font-size: 20px;
    background-color: #fcfcfc;
    padding: 14px;
    border-bottom: 2px #e0e0e0 solid;
}

.cManikLineCtrl div {

    margin-bottom: 10px;
    background-color: #fcfcfc;
    padding: 14px;

}

.cManikLineCtrl p {
    color: #ccc;
    font-size: 11px;
    margin-top: 4px;
    padding-left: 16px;
}

.cManikBusinessSub {
    padding: 10px;
    background: #fcfcfc;
}

.contentWrap h1 {
    margin-bottom: 8px;
    font-size: 20px;
}

.contentWrap ul li {
    line-height: 20px;
}

/** END **/

.cManikImageList {}

.cManikImageList img {
    width: 25px;
    float: left;
    margin-right: 3px;
}

.image-upload>input {
    display: none;
}

.image-upload {

    float: right;
    border: 1px #bfbfbf solid;
    border-radius: 7px;
    position: absolute;
    width: 43px;
    height: 39px;
    padding: 0px 9px;
    right: 50px;
}

.image-upload i {
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 0px 2px 0px #0003;
    padding: 6px;
    border-radius: 2px;
}

/* .ng-untouched{padding:2px !important;}  */

.TestDealHeader {
    background: #ececec;
    padding: 0px 20px;
    color: #000;
    border-radius: 2px;
    box-shadow: 0px 1px 1px 0px #0000004d;
}

.form-check label {
    color: #000 !important;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type,
th.mat-header-cell:first-of-type {
    padding-left: 10px !important;
}



.cSmartMediaChooseIcon {
    border: 0;
    border-bottom: 2px #802d2d solid;
    font-size: 12px;
    background: linear-gradient(to right, rgb(233, 129, 42) 0%, rgb(230, 104, 83) 100%);
    border-radius: 3px;
    color: #fff;
}

.cSmartMediaIconContainer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 6px;
    background: #f9f9f9;
    border-bottom: 1px #adadad solid;
}

.cSmartMediaIcon {
    color: #000;
    background: #f3f3f3;
    padding: 0px 11px;
    border-bottom: 1px #3f2121 solid;
    margin-right: 2px;
    border-radius: 2px;
}



#sendmessage .cSimpleUpload img {
    height: 100%;
}

/* #sendmessage button{ */
/* padding: 0.35em .99em; */
/* border-radius: 0.12em; */
/* transition: all 0.2s; */
/* cursor: pointer; */
/* border: 0px; */
/* border-bottom: 1px #082928 solid; */
/* background: #54a5a4; */
/* color: #fff; */
/* margin-right: 10px; */
/* } */


#sendmessage .mat-radio-button {

    margin-left: 1px;
    padding: 3px;
    margin-bottom: 10px;
}

#sendmessage .mat-radio-button label {
    margin-bottom: 0px;
}

.cManikCheckboxIcon .material-icons {
    font-size: 35px;
}


.cDefaultDropDown {

    border: 1px #c9c1c1 solid;
    padding: 4px;
    font-size: 10px;

}


.cBuyDiv {
    box-shadow: 0px 0px 10px 0px #0000001c;
    padding: 10px;
    margin-top: 12px;
    border-radius: 5px;
}

.cBuyDiv div {
    color: #bd5b24;
    font-size: 15px;
}

.cSubSubOptions {
    height: 200px;
    overflow: auto;
    background-color: #f5f4f4;
    padding: 10px;
    box-shadow: 0px 0px 7px 0px #0003;
}

.cSubSubOptions mat-list-option {
    height: 38px !important;
    font-size: 14px !important;
    color: #d23707 !important;
    border-bottom: 1px #dedddd dotted;
}

.cManikSearch {
    position: absolute;
    right: 30px;
    top: 12px;
    width: 30%;
}

.cGridList {
    margin-top: 20px;
}

.cEntityAddZero .cEntityAdd {
    padding: 0px;
    position: relative;
    left: -29px;
}

.cHeader {
    display: inline;
}


.manik-loader {
    position: relative !important;
}

.cManikDnDPresetContainer {
    border: solid 1px #ccc;
    border-radius: 4px;
    text-align: center
}

.cManikDnDPlaceholder {
    border: solid 1px #ccc;
    border-radius: 4px;
    min-height: 60px;
}

.cSocialBrandingInfo {
    text-align: center;
}

.cSocialBrandingInfo img {
    width: auto;
}

.cSocialBrandingInfo p {
    margin-top: 14px;
    box-shadow: 0px 0px 10px 0px #00000026;
    padding: 10px;
}

/* .cSocialBrandingInfo button{float:right} */


.cManikDnDBox {
    padding: 20px 10px;
    border-bottom: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    background: white;
    font-size: 14px;
}



.cManikDnDList {
    border: solid 1px #ccc;
    min-height: 60px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}


.cSimpleUpload img {
    width: 80%;
}

.cInvoicePay img {
    width: 150px;
    box-shadow: 0px 0px 10px 0px #00000012;
    padding: 10px;
    margin-right: 12px;
}

.cInvoicePay span {

    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px #e2d20f solid;

}

.cInvoicePayMobile {

    width: 100%;
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: bold;

}

.cInvoicePayEmail {

    width: 100%;
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: bold;

}

.card-avatar {
    max-width: 200px !important;
    max-height: 200px !important;
}

.card-profile .card-avatar img {
    width: auto !important;
    height: auto !important;
}

.cInvContactName {

    text-transform: capitalize;
    font-size: 16px;
    color: #147b1c;
    font-weight: bold;
    margin-bottom: 0px;

}

.cInvCompanyName {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.cInvPhone {
    font-weight: bold;
    margin-bottom: 0px;
}

.cInvUserEmail {
    font-weight: bold;
    margin-bottom: 0px;
}

.cInvDesignation {
    font-weight: bold;
    margin-bottom: 0px;
}


.cInvUserInfo img {
    width: 100%;
    border-radius: 100%;
    height: 135px;
    box-shadow: 0px 1px 10px 0px #0003;
}




.cMargin {
    margin-bottom: 45px;
}

.termsvideo iframe {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 7px 0px #000;
    border: 1px black solid;
    padding: 2px;
    border-radius: 2px;
}

.termsvideo1 iframe {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 7px 0px #000;
    border: 1px black solid;
    padding: 2px;
    border-radius: 2px;
}

.termsvideo {
    margin-top: 18px;
}

.termsvideo1 {
    margin-top: 18px;
}

.cManikPromotion {
    margin-top: 22px;

}






.cDivPopupHeaderR-text {
    cursor: pointer;
}

.cManikAutoComplete {

    padding-left: 0;
    box-shadow: 0px 0px 8px 0px #0000007d;
    line-height: 40px;
    width: 100%;
    text-indent: 23px;

}

.cSelect {
    padding: 2px 10px;
}

.cManikAutoComplete li {
    list-style: none;
}

.cManikAutoComplete li:hover {
    background: rgba(0, 0, 0, .04);
    transition: all 0.5s ease-out 0s;
    cursor: pointer;
}

.mat-select-value-text {
    font-size: 14px;
}

#Settings .cDefault {
    margin-bottom: 22px;
}

.cManikActionSeparatorDiv {
    height: 20px;
}

#slider-buttons-left {
    left: -23px !important;
    top: 36px !important;
    color: 000 !important;
    color: #001dff !important;
    text-shadow: 1px 2px #fff;
}

#slider-buttons-right {
    right: -80px !important;
    top: 36px !important;
    color: 000 !important;
    color: #001dff !important;
    text-shadow: 1px 2px #fff;
}


.image-cropper {
    cursor: pointer;
}

.image-cropper img {

    cursor: pointer;
    box-shadow: 0px 0px 1px 0px #907878;
    width: 60px;
    height: 48px;
    margin: 0px 3px !important;
    border: 2px #ffffff solid;
}

.overlay-right {
    width: 0rem !important;
}

.overlay-left {
    width: 0rem !important;
}

.cManikCompact .cDefault {
    margin-bottom: 6px;
}



.cSMSliderMain #container {
    /* overflow: hidden !important; */
    height: 88px;
}

#container {
    overflow: inherit !important;
}


#container .image-cropper {
    overflow: hidden !important;
}

.contentLeft {
    margin: 20px auto;
    text-align: center;
    text-transform: capitalize;
    padding: 50px 0px;
    box-shadow: 0px 3px 11px 0px #00000017;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
}

.contentLeft i {

    font-size: 30px;
    margin-bottom: 12px;
}

.contentLeft:hover {
    transition: all 0.5s ease-out 0s;
    box-shadow: none;
    color: #ccc;
    border-bottom: 1px #1846ad14 solid;
}

.feePlan p {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
}

.feePlan input {
    font-size: 13px;
    padding: 7px 10px;
    border: 1px #efefef solid;
    width: 100%;
}

.feePlan {

    box-shadow: 0px 3px 11px 0px #00000017;
    padding: 30px;
    margin-top: 15px;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #00000042;
    border-radius: 10px;
}

.feePlan:hover {

    transition: all 0.5s ease-out 0s;
    box-shadow: none;
    border-bottom: 1px #1846ad14 solid;
}

.contentLeft img {
    width: 12%;
    margin-bottom: 8px;
}

.freePlanBg {
    background-color: #091195;
    padding: 20px 0px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 11px 0px #0000007d;


}

.freePlanBg img {
    width: 12%;
}

/* .feePlan table, td, th {   */
/* border: 1px solid #ddd; */
/* text-align: left; */
/* } */

.feePlan table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 35px;
}

.feePlan th,
td {
    padding: 15px;
    font-family: 'Poppins', sans-serif !important;
    color: #d43a17;
}

.empayButton {
    width: 223px;
    background-color: #010a56;
    color: #fff;
    padding: 7px 0px;
    cursor: pointer;
    border-radius: 3px;
    border-bottom: 2px #01085b solid;
    margin: 0px auto;
    font-family: 'Poppins', sans-serif !important;
    line-height: 50px;
}

.empayButton img {

    width: 35px;
    margin-right: 9px;
    background: white;
    padding: 2px;
    height: 45px;
    border-radius: 4px;
}

.tdBgColor {

    background: #dbdbdb;
    background: -moz-linear-gradient(left, #dbdbdb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #ffffff 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#ffffff', GradientType=1);
    box-shadow: 0px 10px 10px 0px #0000004f;
}

.tableHeader {
    text-align: center;
    padding: 20px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif !important;
    background: linear-gradient(to bottom, rgb(64, 67, 150) 0%, rgba(1, 15, 71, 1) 95%, rgba(1, 3, 58, 1) 95%);
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 2px 10px 0px #000000bf;
    position: relative;

}

.tableFooter {
    text-align: center;
    /* border: 1px #eaeaea solid; */
    /* padding: 10px; */

}



.feePlan:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-left: 120px solid #ab350833;
    border-bottom: 65px solid transparent;
    position: absolute;
    top: 209px;
}





.contentLeft {
    position: relative;
    top: 100px;
    text-align: center;
    text-transform: capitalize;
    padding: 20px 0px;
    box-shadow: 0px 3px 11px 0px #00000017;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
    margin: 0px 0px;
    float: left;
    width: 143px;
}

.contentLeft:hover {
    transition: all 0.5s ease-out 0s;
    box-shadow: none;
    color: #ccc;
    border: 0px;
}

.feePlans p {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.contentLeft img {
    width: 30%;
    margin-bottom: 8px;
}

.feePlans {
    background-image: url(phoneImg.png);
    height: 573px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    margin: 0px auto;
}

.imgpay {
    position: relative;
    top: 75px;
    width: 130px;
    padding-top: 48px;
    left: 60px;
}

.imgpay img {
    width: 125%;
}

.footerText {
    position: relative;
    bottom: 85px;
    width: 100%;
    text-align: center;
    left: 3px;
    font-size: 10px;
}



.cDotViolet {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cDotIndigo {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cDotBlue {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cDotGreen {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cDotYellow {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cDotOrange {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cDotRed {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cDotBlack {
    background: #296564;
    width: 100%;
    border: 0px;
    padding: 5px 0px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #000;
}

.cUpgradeBlink {
    animation: blinkingText 1.09s infinite;
    font-size: 7px;
    position: relative;
    top: 0px;
    right: 0px;
    text-shadow: 0px 0px 3px #fff;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: red;
    }

    50% {
        color: blue;
    }

    99% {
        color: green;
    }

    100% {
        color: yellow;
    }
}

.Manik_Iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    padding: 10px 20px;
}

.Manik_Content {
    padding: 0px !important;
}

.mat-subheader {
    cursor: pointer;
}

.MatListHeightAuto {
    height: auto !important;
}

#cMatGridTile .mat-grid-tile .mat-figure {
    justify-content: left !important;
    margin: 0 13px !important;
}

.cXLicon {
    font-size: 150px !important;
}

.cAlignCenter {
    text-align: center;
}

.cCursorPointer {
    cursor: pointer;
}


.divScrollbar {

    height: 590px;
    float: left;
    width: 100%;
    overflow: auto;
}

.cTableDragDrop td.mat-cell:last-of-type,
td.mat-footer-cell:last-of-type,
th.mat-header-cell:last-of-type {

    cursor: move;
}


.cTableDragDrop td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type,
th.mat-header-cell:first-of-type {

    cursor: move;
}





.main-panel .navbar {

    /* background: rgb(1,10,51); */
    /* background: -moz-linear-gradient(top, rgba(1,10,51,1) 0%, rgba(2,9,112,1) 99%); */
    /* background: -webkit-linear-gradient(top, rgba(1,10,51,1) 0%,rgba(2,9,112,1) 99%); */
    /* background: linear-gradient(to bottom, rgba(1,10,51,1) 0%,rgba(2,9,112,1) 99%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010a33', endColorstr='#020970',GradientType=0 ); */

    background-color: #041a79 !important;

}



.cDivMenu2 .cManikDashboardMenuText {
    line-height: 17px;
    text-align: center;
    float: left;
    width: 100%;
    position: static;
}



.cButtonCustomNavbar {

    /* background: linear-gradient(to bottom, rgb(178, 46, 74) 0%,rgb(109, 13, 13) 99%); */
    padding: 6px 11px 2px;
    /* box-shadow: 0px 3px 6px 0px #01083542; */
    /* margin: 0px 15px; */
    border: 1px #fff solid;
    border-radius: 6px;
    background: #e8e7e8;
}

.cManikNavbarButtonDiv:first-child button {

    margin-left: 15px;
}

.cManikNavbarButtonDiv:first-child i {

    position: relative;
    top: 3px;
}

.cManikNavbarButtonDiv {
    font-family: 'Poppins', sans-serif !important;
}

.cManikNavbarButtonDiv a {
    color: #b5b5b5;
    font-size: 13px;
}

.cManikNavbarButtonDiv i {
    color: #b5b5b5 !important;
    font-size: 15px;
}





.cTDragDropBox {
    padding: 20px 10px;
    border-bottom: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    font-size: 14px;

    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to right, #eaeaea 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
}


.cEditMenu {

    position: absolute;
    right: 0;
    float: right;
    top: -24px;
}


.cTableDragDrop {
    max-width: 100%;
    border: solid 1px #ccc;
    min-height: 60px;
    display: block;
    background: white;
    border-radius: 4px;
    margin-left: 70px;
    /* height: 565px; */
    overflow: hidden;
}




.cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
        0 8px 10px 1px rgba(0, 0, 0, 0.14),
        0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cTDragDropBox:last-child {
    border: none;
}

.cTableDragDrop.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cTDragDropPlaceHolder {
    background: #ccc;
    border: dotted 3px #999;
    min-height: 60px;
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}



.cManikUneditableText {
    position: absolute;
    top: 24px;
    left: 8px;
}


#DOMAINNAME {
    text-indent: 45px;
}


#SocialMedia .cManikUneditableText {

    position: absolute;
    top: 4px;
    left: 8px;

}

#FACEBOOK {
    text-indent: 160px;
}

#INSTAGRAM {
    text-indent: 165px;
}

#LINKEDIN {
    text-indent: 155px;
}

#TWITTER {
    text-indent: 145px;
}

#WHATSAPP {
    text-indent: 160px;
}


.cManikDashboardHelp {

    padding: 30px;
    box-shadow: 0px 0px 10px 0px #00000047;
    border-radius: 9px;
    text-align: center;

    /* background-image: url(http://resources.manikworks.com/portal/empay/youtubesectionimage.jpg ); */
    /* background-size: cover; */
    /* background-position: 100%; */
    /* height: 499px; */
}

.cManikDashboardHelp iframe {

    padding: 10px;
    box-shadow: 0px 4px 10px 0px #00000073;
    background-color: #ebebeb;
    width: 60%;
    height: 340px;

}

.empaytab {
    padding: 0 !important;
    box-shadow: 0px 0px 4px 0px #000;

    width: 98px;
    height: 69px;
    margin-right: 12px !important;
}





.sidebar .sidebar-background {
    background: #1f1f1f;
}

.sidebar .sidebar-background:after {

    background: #1f1f1f !important;
}



.modal-backdrop {
    background-color: #000000ad !important;
}

.cMenuEdit1 {

    position: absolute;
    top: -34px;
    right: 30px;
}


.cTDragDropBox .cDefault {
    margin-bottom: 0px;
}


/* .cPopupMainPanelExpanded .col-lg-2{text-align:right;} */



.cManikPageBuilderElementContainer {
    /* width: 100%; */
    max-width: 100%;
    /* margin: 0 25px 25px 0; */
    /* display: inline-block; */
    vertical-align: top;
}

.cManikPageBuilderEditContainer {

    border: dotted !important;
    border-width: 1px !important;
}


.cManikPageBuilderList {
    border: solid 1px #ccc;
    min-height: 60px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}

.cManikPageBuilderListEmpty {
    width: 100%;
    max-width: 100%;
    border: solid 1px #ccc;
    /* min-height: 60px; */
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
}

.cManikPageBuilderListHorizontal {
    width: 100%;
    max-width: 100%;
    border: solid 1px #ccc;
    min-height: 60px;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
}

.cManikPageBuilderBox {
    /* padding: 20px 10px;  */
    border-bottom: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    font-size: 14px;
}

.cManikPageBuilderBox img {
    width: 100%;
}

.cManikPageBuilderDragHandle {
    position: relative;
    color: #ccc;
    cursor: move;
    width: 20px;
    height: 20px;
    float: right;
    font-size: 18px;
}

.cElementToolbarRow {
    /* position: absolute;
width: 93%; */
    text-align: left;
    background: white;
}

.cElementToolbar {
    /* position: absolute;
width: 93%; */
    text-align: left;
    width: 100%;
}

.cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-placeholder {
    opacity: 0;
}

.cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cManikPageBuilderBox:last-child {
    border: none;
}

.cManikPageBuilderList.cdk-drop-list-dragging .cManikPageBuilderBox:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cManikPageBuilderPopupContainer {
    padding: 0px !important;
}

.cManikPageBuilderInlineEditor {

    width: 410px;
    /* margin: 12px 28px; */
    top: 60px !important;
    right: 0;
    position: fixed;
    z-index: 1000;
}

.cManikPageBuilderInlineEditor .basic-tools {
    padding: 0px !important;
}

.cManikPageBuilderInlinePopup {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #00000080;
    border-radius: 8px;
    padding: 18px 18px 18px 18px;
    text-align: left;
    background: white url(http://resources.manikworks.com/portal/empay/arches.png);
    height: 520px;
    overflow: auto;
}

.cManikPageBuilderInlinePopup .angular-editor {
    clear: both !important;
}

.cManikPageBuilderInlinePopupContainer {
    padding: 0px !important;
}

.cManikPageBuilderDrawer {
    width: 17%;
}




.cManikPageBuilderList {

    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 0px;
}

.cManikPageBuilderList li {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3em .1em;
    border: 1px solid #bfbfbf;
    margin-bottom: 6px;
    border-radius: 3px;
    max-width: calc(33% - 3px);
    flex: 1 1 50%;
    box-sizing: border-box;
    word-wrap: break-word;
    cursor: move;
    transition: all .2s ease-in-out;
}

.cPageBuilderToolbarHBg1 li:last-child {
    border: 1px solid #bfbfbf;
}

.cManikPageBuilderBox:last-child {
    border: 1px solid #bfbfbf;
}

.cManikPageBuilderList i {

    font-size: 2em;
    color: #4d4d4d !important;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.cManikPageBuilderList span {

    font-weight: 100;
    color: #000 !important;
    font-size: 73%;
    float: left;
    width: 100%;
    text-align: center;
}

.cPBBox25I {

    display: grid;
    border: 1px #bfbfbf dotted;
    font-size: 10px !important;
    padding: 1px;
}

.cPBBox25 {
    padding: 1px !important;
}

.cManikPageBuilderList li {
    display: block;
    overflow: hidden;
}

.cPBBox100I {
    border: 1px #bfbfbf dotted;
}

.cPBBox50I {
    border: 1px #bfbfbf dotted;
}

.cPBBox50 {
    padding: 0px !important;
}

.cPBBox66I {
    border: 1px #bfbfbf dotted;
}

.cPBBox33 {
    padding: 0px !important;
}

.cPBBox33I {
    border: 1px #bfbfbf dotted;
}

.cPBBox33I {
    border: 1px #bfbfbf dotted;
}

.cPBBox66 {
    padding-right: 0px;
}


.cPageBuilderToolbarV {
    margin: 0px;
    padding: 0px;
}

.cPageBuilderToolbarV li {
    height: 37px;
    padding: 5px;
}

.cPageBuilderToolbarV li:hover {
    height: auto;
    padding: 5px;
}

.cPageBuilderCanvasContainer {
    padding: 0px;
    margin: 0px;
}



.cPageBuilderToolbarHUL {
    padding: 0;
    position: absolute;
    top: 0px;
    left: 72px;
}

.cPageBuilderToolbarHUL li {
    float: left;
}

.cPageBuilderToolbarH .cPageBuilderToolbarHUL {
    display: none;
}

.cPageBuilderToolbarH:hover .cPageBuilderToolbarHUL {
    display: block !important;
}

.cPageBuilderToolbarH li {

    height: 38px;
    width: 48px;
    padding: 5px 0px;
}

.cManikPageBuilderCanvas {
    border: 1px #ccc solid;
}

.cAddSection {
    height: auto;
    width: auto;
    padding-left: 26px;
}

.cManikPageBuilderCanvasRow {
    border: 1px #e8e8e8 solid;
}


.cManikPageBuilderCanvasRow .cPageBuildDP {
    opacity: 0.2;
}

.cManikPageBuilderCanvasRow:hover .cPageBuildDP {
    opacity: 9;
    transition: all 0.5s ease-out 0s;
}


.cManikPageBuilderCanvasColumn .cPageBuildDright {
    opacity: 0.2;
    transition: all 0.5s ease-out 0s;
}

.cManikPageBuilderCanvasColumn:hover .cPageBuildDright {
    opacity: 9;
    transition: all 0.5s ease-out 0s;
}


#iManikPageBuilderEdit {

    background-color: #e42056;
    border: 0px;
    padding: 3px 20px;
    border-radius: 4px;
    color: #fff;
}

#iManikPageBuilderPreview {

    background-color: #0875b5;
    border: 0px;
    padding: 3px 20px;
    border-radius: 4px;
    color: #fff;
}

#iManikPageBuilderSave {

    background-color: #dc3f03;
    border: 0px;
    padding: 3px 20px;
    border-radius: 4px;
    color: #fff;
}








.cButtonDP {
    color: #e6723b;
    padding: 1px 12px;
    font-size: 18px;
    background-color: transparent;
    border: 1px #c37d62 solid;
    border-radius: 4px;
}

.cPageBuildDP {
    display: inline-block;
    position: absolute;
    right: -40px;
    margin-top: 0px;
}

.cPageBuildDP-content {
    display: none;
    position: absolute;
    width: 42px;
    z-index: 1;
    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to right, #eaeaea 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
    border: 1px #d6d6d6 solid;
    margin-top: -2px;
}

.cPageBuildDP-content span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.cPageBuildDP:hover .cPageBuildDP-content {
    display: block;
    position: relative;
}





.cButtonDright {
    color: #485efb;
    padding: 0px 10px;
    background-color: transparent;
    border: 1px #6c85ff solid;
    font-size: 12px;
    border-radius: 5px;
}

.cPageBuildDright {
    position: relative;
    display: inline-block;
    z-index: 100;
    /* display:none; */
}

/* .cManikPageBuilderCanvasColumn:hover .cPageBuildDright{display:block;} */


/* .cPageBuiderDrawerToggle{display:block !important;} */
/* .cPageBuiderContainerMenu{display:block !important;} */


.cPageBuildDright-content {
    visibility: hidden;
    position: absolute;
    width: 10px;
    z-index: 1;
    top: 0px;
    left: 33px;
    background: #ccc;
    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to right, #eaeaea 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
    border: 1px #d6d6d6 solid;
    /* transition-duration: 5s; */
    transition: width 1s;
    -webkit-transition: width 1s;
}

.cPageBuildDright-content span {
    color: black;
    padding: 3px 16px;
    text-decoration: none;
    display: inline;
}

.cPageBuildDright:hover .cPageBuildDright-content {
    visibility: visible;
    width: 145px;
    height: 26px;
}



#iPageBuilder .cManikPBFEC button {
    transform: translate3d(0px, 0px, 0px) !important;
}

#iPageBuilder .cManikPBFEC label {
    transform: translate3d(0px, 0px, 0px) !important;
}

#iPageBuilder .cManikPBFEC input {
    transform: translate3d(0px, 0px, 0px) !important;
}

#iPageBuilder .cManikPBFEC img {
    transform: translate3d(0px, 0px, 0px) !important;
}

#iPageBuilder .cManikPBFEC hr {
    transform: translate3d(0px, 0px, 0px) !important;
}

#iPageBuilder .cManikPBFEC textarea {
    transform: translate3d(0px, 0px, 0px) !important;
}

#iPageBuilder .cManikPBFEC a {
    transform: translate3d(0px, 0px, 0px) !important;
}

#iPageBuilder .cManikPBFEC select {
    transform: translate3d(0px, 0px, 0px) !important;
}



.cManikFloatingElementContainer {

    display: inline-block;
}

.cManikPageBuilderListEmpty {
    border: 0px;
}

.cManikPageBuilderDrawerContainer {

    overflow: auto !important;
    height: 75%;
    position: absolute !important;
    width: 90%;
}


.cPageBuilderContainter {
    width: 100%;
    float: left;
}

.cDragArea {
    width: 40%;
    float: left;
}

.cDropArea {
    width: 60%;
    float: left;
}





.cManikPageBuilderBackendPopup {

    width: 96%;
    height: 90%;
    max-width: 96% !important;
}

.cManikPageBuilderDrawerContent {
    margin-left: 209px !important;
}

app-page-builder-backend-entry .cDivPopupHeader {

    margin-bottom: 0px;
    padding: 0px 0px;
    position: relative;
    border: 0px;
    text-align: center;
    color: #000;
    background: none;
    box-shadow: none;
}

.cDivPopupHeaderR-textPB {

    position: absolute;
    right: -19px;
    top: -26px;
    font-size: 50px;
    cursor: pointer;
    color: #b3b3b3;
}

.cPageBuilderRowDrag {

    width: 80%;
    float: left;
    display: table;
    border-radius: 5px;
    background-color: #c1c1c1;
    margin: 3px 0px;
    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to right, #eaeaea 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
    border: 1px #d6d6d6 solid;
    font-size: 14px;
}

.cPageBuilderRowPreview {

    float: left;
    width: 85% !important;
    text-align: left !important;
    padding-left: 12px;
}

.cPageBuilderRowHandle {

    width: 12% !important;
    font-size: 8px !important;
    position: relative;
    right: -36px;
    top: 2px;

    transition: transform .2s;
    width: 20px;
    height: 20px;
}

.cPageBuilderRowHandle:hover {

    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}


.cPageBuilderRowHandle i {

    background-color: #e4e4e4;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    border-radius: 3px;
    text-align: center;
    cursor: move;
    color: #000 !important;
    font-size: 13px;
}

.cManikPageBuilderElementPalette {

    width: 95%;
}

.cManikPageBuilderElementPalette span {
    line-height: 17px;
}

app-page-builder-backend-entry .mat-horizontal-content-container {
    margin-top: 30px;
}

.cManikPageBuilderEmptyText {

    font-size: 12px;
    color: #bdbdbd;
    padding-left: 8px;
    padding-top: 2px;
}

.cManikPageBuilderCanvasContainer {
    width: 95.5%;
}


.cManikPageBuilderActionDiv {

    position: absolute;
    right: 86px;
    z-index: 9;
}

.mat-drawer-side {
    border: 0px !important;
}

.cManikULDropdown {

    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 0px;
    max-height: 100px;
    overflow: auto;
}

.cManikULDropdown li {

    background-color: #f7f6f6;
    border-bottom: 1px #ded6d6 solid;
    font-size: 10px;
    list-style: none;
    padding: 2px 8px;
    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to right, #eaeaea 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
    cursor: pointer;
}

.cManikPageBuilderInlinePopup .cMatdd_main mat-select {
    padding: 0px 10px !important;
}

.cManikPageBuilderInlinePopup h5 {
    font-size: 10px !important;
}

.cManikPageBuilderInlinePopup .mat-select-value-text {
    font-size: 11px !important;
}

.cManikPageBuilderInlinePopup input {
    height: 27px;
}





.cManikTextEditing:hover {
    background-color: #19a4c34f
}

.cManikTextEditing button {
    text-align: center;
    display: table;
    margin: 0px auto;
    position: absolute;
    top: 9px;
    display: none;
    font-size: 20px;
    border-radius: 50%;
    border: 0px;
    background: #00000059;
    color: #fff;
    padding: 13px 17px
}

.cManikTextEditing:hover button {
    display: block;
    cursor: pointer
}

.cManikTextEditing {
    justify-content: center;
    display: flex;
    position: relative
}



.cShowEditButton {
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex
}

.cShowEditButton button {
    display: none;
    position: absolute;
    top: 0px
}

.cShowEditButton:hover button {
    display: block
}

.cShowEditButton:hover button {
    display: block;
    background-color: #0000006b;
    border: 0px;
    color: #fff;
    font-size: 20px;
    padding: 12px 15px;
    border-radius: 50%;
    cursor: pointer
}

.cShowEditButton i {
    font-family: FontAwesome !important;
}

.cManikPageBuilderEditorTabs li a {
    color: #000 !important;
}

.cManikPageBuilderEditorTabs .active {
    background-color: transparent !important;
}

#iPageBuilderControl {
    background-color: transparent !important;
}



.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:hover {

    color: #000 !important;
}

.cCreateCustomText {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
}

.cManikPageBuilderEditorTabText {
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
}

.cSmartMediaImg img {
    width: 100% !important;
    height: 280px !important;
    border-radius: 7px;
    object-fit: contain;
}

.cSMActionButtons {
    position: absolute;
    right: 0px;
    background: #2b2ea557;
    padding: 10px;
    height: 100%;
    z-index: 9;
}

.cSMActionButtons div {
    font-size: 20px;
    background: #2e3192;
    padding: 8px 15px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 11px 0px #000000ad;
    cursor: pointer;
    width: 43px;
    height: 41px;
}

.cSMActionButtons div:hover {
    background: #dc8323;

    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease-out 0s;

}

.cSMActionButtons label {
    margin-bottom: 0px;
    cursor: pointer;
    margin-bottom: 0px;
    width: 43px;
    height: 25px;
    position: relative;
    left: -15px;
    top: -1px;
}

.cSMActionButtons span {
    font-size: 15px;
    color: #ffffff;
}

.cSMUpload input {
    display: none;
}


.cPatternDD {
    width: 180px;
    height: 320px;
    overflow: auto;
    left: 134px !important;
    top: -70px !important;
    box-shadow: 0px 0px 5px 0px #000 !important;
    background: white !important;
}

.cSMSliderMain .cSMAddNew {
    position: absolute;
    bottom: 63px;
    z-index: 99;
    margin-left: 116px;
}

.cAdd {

    margin: 0px 0px -9px;
    border-radius: 0%;
    padding: 12px 15px;
    width: 33px;
    background-color: #2e3192;
    color: #fff;
    text-align: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    border: 0px;
}

#grid {
    grid-column-gap: 0px !important;
    height: 88px !important;
    top: -108px !important;
    grid-template-rows: 90px !important;
    justify-content: center;
    display: flex;
    grid-template-columns: repeat(8, 1fr) !important;
}


#iPageBuilder .cManikPBFEC button {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}

#iPageBuilder .cManikPBFEC label {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}

#iPageBuilder .cManikPBFEC input {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}

#iPageBuilder .cManikPBFEC img {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}

#iPageBuilder .cManikPBFEC hr {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}

#iPageBuilder .cManikPBFEC textarea {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}

#iPageBuilder .cManikPBFEC a {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}

#iPageBuilder .cManikPBFEC select {
    top: 0px !important;
    left: 0px !important;
    position: static !important;
}







.cManikSmartButtonLayoutWrapper {
    width: 400px;
    margin: 10px auto;
    background: #f7f7f7;
    text-align: center;
    border: 4px #f1f1f1 solid;
    position: relative;
}

.cManikSmartButtonWrapper1 {}

.cManikSmartButtonWrapper2 {
    text-align: left;
    padding: 10px;
}

.ver01 {
    border: 0px;
    padding: 0px;
    background: #fff;
    width: 35px;
    height: 20px;
}

.ver005Text {
    border: 0px;
    border-bottom: 2px #bbb solid;
    width: 100%;
}

.cManikSmartButtonBehaviour {
    border-bottom: 1px #ccc solid;
}

.cManikActionButton1 {
    font-weight: normal;
}

.cManikSmartButtonNavigate {
    margin: 20px 0px;
}

.cManikSmartButtonNavigate input {

    padding: 3px 0px;
    border-radius: 3px;
    border: 1px #c4c4c4 solid;
    text-indent: 4px;
    width: 100%;
    font-size: 12px;
}

.cManikSmartButtonSelectInputType {
    height: 25px;
    padding: 0px;
    font-size: 12px;
    margin-top: 10px;
}

.cManikSmartDropdwonSelector {
    height: 25px;
    padding: 0px;
    font-size: 12px;
    margin-top: 20px;
}

.cManikSmartBgColor {
    font-size: 13px;
    font-weight: normal;
    position: relative;
    top: -7px;
}

.advanceHeader {
    margin-top: 20px;
}

.cManikFinishButton {
    position: absolute;
    top: 70px;
    right: -250px;
    background: #f7f7f7;
    padding: 20px;
    border: 2px #e6e6e6 solid;
}

.cManikSmartSetButton {
    position: absolute;
    top: 200px;
    right: -250px;
    background: #f7f7f7;
    padding: 20px;
    border: 2px #e6e6e6 solid;
}

.cManikFinishButton .cManikSmartButtonBehaviour {
    margin-bottom: 20px;
}

.cManikSmartWrapSendButton {

    background: #ff006a;
    border: 0px;
    color: #fff;
    padding: 7px 40px;
    border-radius: 5px;
}

.cManikSmartWrapSaveButton {
    background: green;
    border: 0px;
    color: #fff;
    padding: 3px 20px 6px;
    border-radius: 3px;
}

.cManikSmartSaveButton {
    margin-top: 20px;
}

.cManikSmartSelectIcon {
    margin-top: 10px;
}


.cManikSmartColorPicker input[type=color] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}

.cManikSmartColorPicker input[type=color]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.cManikSmartColorPicker input[type=color]::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 50%;
    padding: 0;
    outline: none;
    cursor: pointer;
}



.ace-nav {
    margin-left: 15px;
}

.cButtonCustomNavbarImg {

    border: 0px;
    padding: 2px 9px 5px;
    border-radius: 5px;
    position: relative;
    top: -3px;
    width: 39px;
    height: 32px;
}

.cManikNavbarButtonDiv .cButtonCustomNavbarImg img {

    width: 21px;
    height: 21px;
    border: 0px;
}



#iUserProfileUpload {
    background: #fff;
    height: 39px;
    padding: 0px 10px;
    float: left;
    width: 100%;
    position: absolute;
    right: -13px;
}


.timepicker {
    width: 400px !important;
}

.timepicker-dial__control {
    width: 70px !important;
}

.timepicker__header {
    background-color: #1f2228 !important;
}

.timepicker-button {
    color: #e45410 !important;
}



















@media all and (max-width:30em) {

    .cButtonSubmit {
        display: block;
    }
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-width:1025px) and (max-width:1199px) {}

@media only screen and (min-width:1024px) and (max-width:1149px) {}

@media only screen and (min-width:768px) and (max-width:1023px) {

    .sidebar .nav li:first-child>a {
        margin: 0px !important;
        padding: 0px !important;
    }

}

@media only screen and (min-width:480px) and (max-width:767px) {

    .sidebar .nav li:first-child>a {
        margin: 0px !important;
        padding: 0px !important;
    }

}

@media only screen and (min-width:240px) and (max-width:479px) {

    .sidebar .nav li:first-child>a {
        margin: 0px !important;
        padding: 0px !important;
    }

}



.manik-button-loader {
    display: inline-block;
    position: relative;
    height: 18px;
    padding: 1.35em 2.5em;
    border-radius: 0.55em;
    transition: all 6.2s;
    border: 0px;
    background: #0a13b7;
    color: #fff;
    top: 15px;
}

.manik-button-loader div {
    position: absolute;
    top: 13px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.manik-button-loader div:nth-child(1) {
    left: 6px;
    animation: manik-button-loader1 0.6s infinite;
}

.manik-button-loader div:nth-child(2) {
    left: 6px;
    animation: manik-button-loader2 0.6s infinite;
}

.manik-button-loader div:nth-child(3) {
    left: 26px;
    animation: manik-button-loader2 0.6s infinite;
}

.manik-button-loader div:nth-child(4) {
    left: 45px;
    animation: manik-button-loader3 0.6s infinite;
}

@keyframes manik-button-loader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes manik-button-loader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes manik-button-loader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}




.cShiftTime .mat-select {
    width: 33%;
}

.cPulseGrid img {
    width: 100%;
    padding: 5px;
    border: 1px #ccc solid;
    margin-top: 12px;
}

.cPulseGrid iframe {
    width: 100%;
    padding: 5px;
    border: 1px #ccc solid;
    margin-top: 12px;
    float: left;
}

.cPulseHeader {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
}

.cHeaderDiv .bussiness_heder {

    /* width: 170px; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    float: left;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    position: absolute;
    top: 0px;
    left: 57px;
    margin-top: 12px;
    color: #4e4e4e !important;
    letter-spacing: 0px;
}

#iPoweredByText p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.sidebar .logo p {

    float: none;
    font-size: 20px;
    margin: 10px;
    color: #fff;
    line-height: 0px !important;
    position: absolute;
    bottom: 0px;
    font-size: 8px !important;
    color: #828282;
    right: 0px;
}



.cPatternDD .dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 0, 0, 0.4) !important;
    background-color: #ffffff !important;
    color: #000 !important;
}


.cLargeIcon {
    text-align: right;
}

.cLargeIcon i {
    color: #24008a !important;
    font-size: 40px;
    width: 40px;
    text-align: center;
}

.cParentDiv {
    margin-left: -10px;
    height: 100%;
    font-size: 12px;
}

.mat-radio-outer-circle {
    height: 15px !important;
    width: 15px !important;
}

.mat-radio-inner-circle {
    height: 15px !important;
    width: 15px !important;
}

.cManikCheckboxIcon {
    position: relative;
    left: -7px;
    top: -4px;
}

.cPaymentDetails-cHighlightTxt {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding: 4px 20px;
    display: inline-block;
    background: #e9812a;
}

.cPaymentDetails {
    border: 1px solid #c6d6e4;
    padding: 5%;
    border-radius: 4px;
}

.cPaymentDetails p i {}

.cPaymentDetails h6 {
    font-size: 16px !important;
}