*{
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: 'Poppins', sans-serif;
}
ul,ol,li,dl,dt,dd {
    font-family: 'Poppins', sans-serif;
}
body{
    background: url(../image/bg.png);
    background-repeat: repeat;
}
.fw-1{
    font-weight: 500;
}
.fw-2{
    font-weight: 600;
}
.fw-3{
    font-weight: 700;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}

.fs-20{
    font-size: 20px;
}

.fs-22{
    font-size: 22px;
}

.fs-24{
    font-size: 24px;
}
.color-primery{
	color: #f58634;
}
.theme-btn-danger{
    background-color: #f00;
}
.theme-btn-danger:hover {
    background-color: #261d1e;
}
.btn-warning{
    background-color: #f58634;
    border: 0px;
}
.btn-warning:hover{
	background-color: #261d1e;
	 color: #f8f8f8;
}
.theme-border-primery{
    border-top: 2px #f58634 solid;
}

/*Login Page*/
.login-main:after {
    background: #f58634;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    content: "";
    z-index: -1;
}
.login-page{
    display: flex;
    height: 100vh;
    align-self: center;
    justify-items: center;
    align-items: center;
}
.login-logo {
    background: #f58634;
    height: 450px;
    display: flex;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
}
.login-logo img {
    max-width: 100%;
    padding: 10px;
    width: 350px;
}
.login-page .card-body {
    padding: 40px 65px 40px 65px;
    height: 450px;
}
.main-login-form .form-check {
    padding-left: 0px;
    border-bottom: 1px #ddd solid;
    padding: 15px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
}
.main-login-form input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #f58634;
}

.main-login-form input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #f58634;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ffffff;
    outline: 2px #f58634 solid;
}
.loign-button button {
    border: 2px #f58634  solid;
    border-radius: 20px;
    color: #f58634;
}
.loign-button button:hover {
    border: 2px #fff  solid;
    color: #fff;
    background: #222;
}
.login-page .card {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.otp-section {
    position: relative;
}
.otp-section label {
    position: absolute;
    top: 7px;
    left: 10px;
}
.otp-section input {
    padding-left: 30px;
    border: 1px #f58634 solid;
}
/*Login Page*/

/*OTP*/
#verify_section{
    display: none;
}
.passcode-wrapper {
    display: flex;
    width: auto;
    margin: 0 auto;
}
.passcode-wrapper input {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 5px;
  text-align: center;
  border: 1px solid gray;
  border-radius: 5px;
  -moz-appearance: textfield;
}
.passcode-wrapper input:last-child {
  margin-right: 0;
}
.passcode-wrapper input::-webkit-inner-spin-button, .passcode-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.passcode-wrapper input:focus, .passcode-wrapper input.focus {
  border-color: #f58634;
  outline: none;
  box-shadow: none;
}

/*OTP*/

/*Navigation*/
.header-section {
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 0px;
}
.header-section .navbar-brand{
    width: 250px;
}
.header-section .navbar-brand img{
    width: 100%;
}
.welcome-login ul{
    list-style: none;
    margin-bottom: 0px;
}
.welcome-login ul li span{
    color: #f58634;
}
.welcome-login ul li {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}
.welcome-login ul li img {
    width: 30px;
    background: #f58634;
    padding: 5px;
    border-radius: 50%;
}
.logout-section i {
    font-size: 55px;
    color: #f58634;
    margin-bottom: 8px;
}
.logout-section{
    padding: 25px;
}
#logout .modal-dialog{
    margin-top: 100px !important;
}
/*Navigation*/

/*Working Summery*/

.working-summery {
    position: relative;
    padding: 45px 0px;

}
.card.working-section {
    background: #f58634;
    transition: .5s;
    border: 0;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
}
.working-section .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card.working-section:hover{
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
}
.card.working-section .working-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    transition: .5s;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.card.working-section .working-icon img{
    width: 100%;
}
.card.working-section p{
    color: #fff;
}
.card.working-section h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.close_btn {
    width: auto;
    background: #f58634;
    color: #fff;
    border: 0;
    padding: 8px 12px;
    border-radius: 16px;
}
.about-overlay {
    position: absolute;
    bottom: 0;
    right: 0px;
    background-image: url(../image/test-bg3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    transform: rotate(180deg);
    height: 25%;
    opacity: 0.2;
}
.blue{
    background-color: #4286f4 !important;
}
.red{
    background-color: #e3190a !important
}
.green{
    background-color: #34a953 !important
}
/*Working Summery*/
/*Dashboard*/

.h-section-04 {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    background-color: #d9f4f9;
    padding: 150px 0px;
    background: url(../image/customer-network-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading {
    position: relative;
    z-index: 9;
}
.heading a{
    color: #f58634;
}
.h-section-04::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: #f58634eb;
}
.customer-network .card {
    transition: 0.5s;
    position: relative;
   cursor: pointer;
}
.customer-network .card-body{

}
.customer-network img {
    width: 48px;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 6px;
}
.customer-network .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: -7px;
}
.customer-network .card-body p{
    font-size: 14px;
}
.customer-network a{
    text-decoration: none;
    color: #222;
}

/*Dashboard*/

/*Enquiry*/
.enquiry-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f58634;
}
.enquiry-tab .nav-link {
    color: #222;
}
.enquiry-main {
    background: #dfecff;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.enquiry-icon p {
    position: relative;
    padding-left: 45px;
    margin-bottom: 0;
}
.enquiry-icon p span {
    position: absolute;
    left: 0;
    top: 4px;
    background: #d5d5d5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    border: 2px #fff solid;
    font-size: 20px;
    font-weight: 600;
}
.enquiry-details{
    background: #dfecff;
    padding: 20px;
    border-radius: 10px;
}
.enquiry-table td{
    text-align: right;
}
.search-btn {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.search-btn input[type=text] {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #f58634;
    float: left;
    width: 35%;
    background: #f1f1f1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.search-btn input:focus{
    outline: none;
}
.search-btn button {
    float: left;
    width: 8%;
    padding: 10px;
    background: #f58634;
    color: white;
    font-size: 15px;
    border: 1px solid #f58634;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.search-btn button:hover {
  background: #f58634;
}

.search-btn::after {
  content: "";
  clear: both;
  display: table;
}
.enquiry-details-pupup .btn2 {
    background: #f58634;
    color: #fff;
    border: 0;
    padding: 5px 12px;
    border-radius: 6px;
}
.theme-top-border-primery {
    border-top: 2px #f58634 solid;
}
.btn1 {
    border: 0px;
    background: transparent;
    margin: 0px 0px 0px 15px;
    font-size: 16px;
    font-weight: 500;
}
.btn2 {
    background: #f58634;
    color: #fff;
    border: 0;
    padding: 5px 12px;
    border-radius: 6px;
}
.change{
    word-wrap: normal;
    width: 100%;
    border: 1px #f58634 solid;
    padding: 6px;
    border-radius: 8px;
}
.change:focus-visible{
    outline: none;
}
.enquiry_main{
    cursor: pointer;
}

.enquiry_main_win{
    cursor: pointer;
}
.enquiry_details_win{
    display: none;
}
.enquiry_main_lost{
    cursor: pointer;
}
.enquiry_details_lost{
    display: none;
}
.form-check{
    padding-left: 0px !important;
}
/*Enquiry*/

/*Chat*/
.posts {
  clear: both;
  list-style: none;
  padding-left: 0;
  width: 100%;
  text-align: left;
}
.posts li {
    background-color: #fff;
    border: 1.5px solid #d8d8d8;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    min-height: 42px;
    box-shadow: 0px 5px 4px #e3e3e3;
}
.chat-section .form-group{
    float: left;
    width: 90%;
}
.chat-section .form-group textarea{
    border: 1px #f58634 solid;
}
.chat-section a {
    display: inline-block;
    color: #ffffff;
    background: #f58634;
    text-decoration: none;
    vertical-align: sub;
    float: right;
    padding: 5px 15px;
    border-radius: 6px;
    border: 0px;
}
.chat-section a:hover{
   background: #f58634; 
}
.chat-section a:focus{
   background: #f58634; 
}
.chat-section .btn.disabled{
     color: #ffffff;
    background: #f58634;
    border: 0px;
}
.chat-section .btn:focus-visible{
    background: #f58634;
}
.chat-section img{
    width: 30px;
    padding: 8px;
}
/*Chat*/

/*Change Status*/
/*.red{ background: #ff0000; }
.green{ background: #00ff00; }
.blue{ background: #0000ff; }*/
/*Changes Status*/
/*Folllow Up*/
.folllow_up .row{
    align-items: center;
}
.follow_up_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 290px;
    flex-direction: column;
    position: relative;
}
.follow_up_icon:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    border-left: 2px #105f93 dashed;
    z-index: -1;
}
.follow-icon i {
    background: #105f93;
    color: #fff;
    width: 50px;
    height:50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.follow-timing p {
    background: #f58634;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 12px;
}
.follow-timing p span {
    display: block;
    line-height: 0;
}
.follow_up_remark_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.follow-footer {
    border-top: 1px #ddd dashed;
}
.btn-delete {
    background: #f53d06;
    color: #fff;
    font-size: 14px;
     padding: 7px 12px;
}
.folllow_up .edit {
    background: #288a27;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 6px;
    margin-right: 10px;
    display: inline-block;
}
.upcoming_tab .follow-timing p {
    background: #898989;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 12px;
}
.upcoming_up_icon {
    height: 650px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.upcoming_up_icon:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    border-left: 2px #105f93 dashed;
    z-index: -1;
}
/*Folllow Up*/

/*Add Follow Up*/
.add-folloup-popup {
    background: #f58634;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.add-folloup-popup {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(245 134 52);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.add-folloup-form input {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px #f58634 solid;
    position: relative;
}
.add-folloup-form input::placeholder{
    color: #222;
}
.add-folloup-form input:focus-visible{
    outline: 0px;
}
.add-folloup-form select {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px #f58634 solid;
}
.add-folloup-form select:focus-visible{
    outline: 0px;
}
.add-folloup-form textarea {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px #f58634 solid;
}
.add-folloup-form textarea::placeholder{
    color: #222;
}
.add-folloup-form textarea:focus-visible{
    outline: 0px;
}
.save_btn{
    background: #f58634;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

/*Add Follow Up*/
.add-folloup-form {
    position: relative;
}
.basic-destails-content{
    margin-bottom: 10px;
}
.basic-destails-content h6{
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.basic-destails-content p{
    color: #222;
    font-size: 14px;
}
.logs_box {
    height: 352px;
    overflow-y: scroll;
}
.followup-main-tab {
    height: 400px;
    overflow-y: scroll;
}
.box_3{
    display: none;
    margin-top: 20px;
}
.qualified select{
    width: 100%;
}
.change_status_option {
    display: flex;
    justify-content: space-between;
}
.calendar-change{
    position: relative;
}
.calendar-change .ri-calendar-2-fill {
    position: absolute;
    top: 8px;
    right: 10px;
}
.counter_icon img{
        position: relative;
}
.counter_icon span {
    position: absolute;
    top: 5px;
    right: 45px;
    width: 20px;
    height: 20px;
    background: #f00;
    color: #fff;
    z-index: 9;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
}
.enquiry-page-followup{
    margin-right: 25px;
}


/* 14-4-25 */
.social-link-div {
    padding: 0px !important;
    display: flex;
    text-align: center;
    justify-content: end;

}

.social-link-div p {
    width: 40px;

}

.social-link-div p a {
    color: black;
    text-decoration: none;
    font-size: 1.2rem;
}

.add-enquiry-main {
    background-color: #6c757d17;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.205);
    border-top: 4px solid orange;
    margin: 10px 0%;
    padding: 20px;

}

.add-enquiry-main form section textarea {
    width: 100%;
}

.add-enquiry-main form section input {
    width: 100%;
}

.add-enquiry-main form section select {
    width: 100%;
}

.add-enquiry-main form section {
    display: grid;
    grid-template-columns: 1fr;
}


.form__label {
    left: 10px;
    top: -10px;
    background: linear-gradient(#ffffff00 50%, white 50%);
    position: absolute;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.form__group {
    position: relative;
    margin-top: 10px;
}

.uploadimg-mobile-view .form__group {
    grid-row-start: 2;
    width: 100%;

}

.form__input {
    position: realtive;
    display: block;
    width: 100%;
    outline: none;
    /*background: transparent; */
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 3px;
    box-shadow: none !important;
}

.form__input:focus {
    border: 1px solid #f07c00;
}


/* 15-4-25 */

.timer-div {
    z-index: 1000;
    padding: 5px;
    background-color: rgb(233, 233, 233);

    width: 250px;
    height: 300px;
    display: none;
    justify-items: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 10px;

}

.timer-div.active {
    display: grid;
}

.timer-div .timer-numberbtn {

    border-radius: 50%;
    display: grid;
    align-content: center;
    border: none;
    width: 30px;
    height: 30px;
    color: black;

    background-color: white;
    box-shadow: 0px 0px 0px #00000000, inset 1px 1px 5px rgba(0, 0, 0, 0.212);
    cursor: pointer;
    position: absolute;
    text-align: center;
}

#timer-div .timer-numberbtn:hover {
    background-color: #c57000;
    color: white;
}

#timer-div .timer-numberbtn:focus {
    background-color: #c57000;
    color: white;
}

#timer-div #timer-hourclock {
    box-shadow: 1px 1px 5px #00000063, inset 1px 1px 5px rgba(0, 0, 0, 0.212);
    position: relative;
    border: 5px solid #ffffff;

    display: grid;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;

}

#timer-div #timer-minclock {

    position: relative;
    border: 5px solid #ffffff;
    box-shadow: 1px 1px 5px #00000063, inset 1px 1px 5px rgba(0, 0, 0, 0.212);
    display: none;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;



}

.timer-input-div {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.timer-input-div input {
    width: 100%;
    padding: 5px;
    text-align: center;

    border-radius: 5px;
    border: none;
    width: 90%;
    cursor: pointer;
    background-color: white;
}

.timer-input-div select {
    cursor: pointer;
    width: 100%;
    padding: 5px;
    text-align: center;

    border-radius: 5px;
    border: none;
    width: 90%;
    margin: 0px;
    background-color: white;
}

.timer-footer-div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.timer-footer-div a {
    padding: 4px;
    border: none;
    border-radius: 5px;
    width: 90%;
    cursor: pointer;
    text-align: center;

}

.timer-footer-div #setclocktimebtn {
    background-color: rgb(97, 97, 97);
    color: white;
}

.add-folloup-form .calender-icon {
    position: absolute !important;
    top: 4% !important;
    right: 4%;
}

