
body{
    font-family: 'DM Sans' !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #161616;
}
.btn {
    font-size: 14px;
}
aside.layout-menu.menu-vertical.menu {
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.logo img {
    width: 180px;
    margin: 30px 0;
}



/* ---------**** Success Desk Style Start ****---------- */


h1{
    font-size: 40px;
    font-weight: 900;
}
h2{
    font-size: 30px;
    font-weight: 700;
}
h4{
    font-size: 20px;
    font-weight: 500;
}
.nav-header p{
    font-size: 16px;
    font-weight: 400;
}

.nav-header .wel-text{
    font-size: 20px;
    font-weight: 500;
}
.menu-bar .active {
    color: #fff !important;
    background: #2766EB !important;
}
.menu-bar .active .material-symbols-outlined {
    color: #fff !important;
}


/*------login-page-----*/

.head h1{
    font-size: 40px;
    font-weight: 900;
}

.login-box{
    background: #F8FAFD;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #D6E4FF;
}
.loge{
    background: #F8FAFD;
}
.loge-head h5{
    color: #52535A;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 10px;
}

  .login-section{
  display: flex;
  align-items: center;
  background-image: url('../img/login-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
  }
  .login-banner-bg {
    background: linear-gradient(197deg, #2766EB 0%, #56BAF1 100%), #0061FE;
    opacity: 0.8;
    height: 100vh;
    color: #fff;
  }
.display-banner p{
    font-size: 18px;
    font-weight: 500;
}
  
  .login-section .login-banner-bg img{width: 80%;}
  .login-section .loge{height: 100vh;  position: relative; }
  .login-section .loge .head{width: 65%;}
  .login-section .loge .head .loge-card .loge-head p {font-size: 12px  !important;}
  .login-section .loge .head .loge-card{
  background-color: #fff;
  border-radius: 17px;
  padding: 40px 17px;
  box-shadow: rgba(149, 157, 165, 0.2)-10px 48.59671401977539px 140px 0px ;
  min-height: 220px;}
  .login-section .loge .head .loge-card{
  color: #52535A;}
  .login-section .loge .head .loge-card .loge-form .input-group{
  border: 1px solid #D6E4FF;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  }
  .login-section .loge .head .loge-card .loge-form .input-group-text{
  color: #A1ACC8;
  background-color: #e9ecef00;
  border: 1px solid #ced4da00;
  border-radius: 0rem;
  padding: 0px 0px 0px 18px;
  }
  
  .login-section .loge .head .loge-card .loge-form .forgot a{
    color: #0d6efd;
    font-size: 12px;
    text-decoration:none !important;
  font-weight: 600;
  }
  .login-section .loge .head .loge-card .loge-form .form-control{
    background-color: #fff0;
  background-clip: padding-box;
  border: 1px solid #ced4da00;
  color: #505050;
  }
  
  .login-section .loge .head .loge-card .loge-form .form-control::placeholder{
    color: #A1ACC8;
    opacity: 1;  
    font-size: 13px; 
  }
  .login-section .loge .head .loge-card .loge-form .form-control{
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
  }
  .login-section .loge .head .loge-card .loge-form .btn,
  .login-section .loge .signup-form .btn{
    width: 100%;
    border-radius: 30px;
    height: 50px;
  }
  
  .login-section .loge .head .loge-card .signin p{
    font-weight: 500;   
    font-size: 18px;
  }
  .login-section .loge .head .loge-card .signin .login-email .microsoft-img,.gmail-img {
    border: 1px solid #D6E4FF;
    padding: 10px 0px;
    border-radius: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
   }
    .login-email a{
        text-decoration: none;
        font-weight: 400;
        color: #333 !important;
    }
    .google-login{
        margin-right: 15px;
    }
    .login-email a:hover{
        color: #0061FE !important;
      
    }
    .microsoft-img:hover{
        background: #F8FAFD;
    }
    .gmail-img:hover{
        background: #F8FAFD;
    }
  .login-section .loge .head .footer-loge h6{
    color: #52535A;
    font-size: 20px;
  }
  .login-section .loge .head .footer-loge a{
    color: #2766EB;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
  }
  .login-section .loge .head .copy-right{
    position: fixed;
    bottom: 0;
    text-align: center; 
  }
  .login-section .copy-right p{
    color: #00000057;
    font-size: 11px;
  }
  .login-section .copy-right{
    position: absolute;
    bottom: 0;
  }
  .login-box .link-log a{
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
  }
  

  
  /*------login-page-----*/
  .login-section .loge .signin-card {
    width: 70%;
  }
  .login-section .loge .signin-card .loge-card .signup-form .input-group{
    background-color: #EBF0F9;
    border: 1px solid #D6E4FF;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
  }
  .login-section .loge .signin-card .loge-card .signup-form .input-group-text{
  color: #A1ACC8;
  background-color: #e9ecef00;
  border: 1px solid #ced4da00;
  border-radius: 0rem;
  padding: 0px 0px 0px 18px;
  }
  .login-section .loge .signin-card .loge-card .signup-form .form-control{
    background-color: #fff0;
  background-clip: padding-box;
  border: 1px solid #ced4da00;
  color: #505050;
  
  
  }
  .login-section .loge .signin-card .loge-card .signup-form .form-control::placeholder{
    color: #A1ACC8;
    opacity: 1;  
    font-size: 13px; 
  }
  .login-section .loge .signin-card .loge-card .signup-form .form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
  }
  .login-section .loge .signin-card .loge-card .signup-form .form-select {
    font-size: 1rem;
    color: #212529;
    border: 1px solid #ced4da00;
    background-color: #fff0;
  }
  
  .login-section .loge .signin-card .loge-card .signup-form .state .material-symbols-outlined{
  position: absolute;
  left: 20px;
  color: #A1ACC8;
  }
  .login-section .loge .signin-card .loge-card .signup-form .state  .form-control{
  padding-right: 10px;
    padding-left: 56px; 
  } 
  .login-section .loge .signin-card .loge-card .signup-form .state  .form-control option{
  font-size: 13px;
  color: #212529;
  background-color: #EBF0F9;
  }  
  .login-section .loge .signin-card .loge-card .signup-form .state .form-control:focus {
  border-color: #86b7fe00;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
  }
  .login-section .loge .head .loge-card .loge-form,
  .login-section .loge .signin-card .loge-card .signup-form p{
  font-size: 11px;
  color: #A1ACC8;
  }
  .login-section .loge .signin-card .loge-card .signup-form .input-group .form-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  color: #A1ACC8;
  font-size: 13px;
  }
 .proj-name{
    display: inline-grid;
 }
  .proj-name a{
    font-weight: 400;
    font-size: 18px;
    color: black;
  }
  .forgot-head h5{
    font-size: 19px;
    font-weight: 500;
  }
  .forgot-head p{
    font-size: 15px;
    font-weight: 300;
  }
  .list-row{
    background: #F1F7FF;
    border-radius: 13px;
    border: 1px solid #E1E5EA;
    padding: 25px 25px;
  }
  .event-text{
    display: inline-grid;
  }
  .event-text a{
    color: #2766EB;
    font-weight: 500;
  }
  .event-text small{
    color: #84818A;
    font-size: 12px;
    font-weight: 400;
  }
  .pro-img{
    height: 40px;
    width: 40px;
  }
  small{
    color: #84818A;
    font-size: 13px;
    font-weight: 500 !important;
  }
  /* #list{
    margin-bottom: 50px;
  } */

footer{
    background: #fff;
    width: 100%;
    padding: 14px;
    position: relative;
    bottom: 0;
    right: 0;
}
footer img{
    width: 11%;
}
.content-wrapper{
    padding-bottom: 30px;
}

.menu-bar{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding-bottom: 10px;
    padding-top: 10px;
    /* z-index: 9999 !important; */
}
.logo-project img{
    height: 70px;
    width: 70px;
}
.list-row:hover{
    background: #CDE0FF;
}
.projectstatus-row{
    background: #F1F7FF;
    border-radius: 13px;
    border: 1px solid #E1E5EA;
    padding: 20px 20px;
}
.dot{
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.active-dot{
    height: 12px;
    width: 12px;
    background-color: #2766EB;
    border-radius: 50%;
    display: inline-block;
}
.pro-status h6{
    color: #84818A;
    font-size: 14px;
}

.active-project{
    color: #0061FE !important;
}
.proj-des{
    margin-top: 25px;
}
.proj-files{
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #E1E5EA;
    background: #F1F7FF;
}
.proj-files p{
    font-size: 14px;
}
.files-btn{
    border-radius: 12px;
    background: #fff;
    border: 1px solid#EBEAED;
    max-width: 300px;
    padding: 15px;
  }
.files-btn img{
    width: 40px;
}
.files-btn p{
    font-size: 14px;
}
.file-open a{
    font-size: 30px;
    font-weight: 500;
    color: #84818A;
    line-height: 0;
    margin-right: 10px;
    
}
.files-btn .fa-ellipsis{
    font-size: 19px;
}
.circle-icon{
    color:#0061FE ;
}
.event-text p{
    font-size: 14px;
    font-weight: 400;
}
.comt-txt{
    border-bottom: 1px solid #E1E5EA;
    margin-bottom: 15px;
}
.comments-sec  h6{
    font-weight: 400;
    font-size: 19px;
}
.add-circle-icon{
    color: black ;
    border: 1px solid #D6E4FF;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    
}
a:hover{
    color: #0061FE;
}
.attach-cmt{   color: #4F8CE8;border: 1px solid #4F8CE8;   padding: 5px 10px; font-size: 14px;
    border-radius: 20px;
    display: flex;}
.modal-header{
    border-bottom: none;
}
.modal-footer{
    border-top: none;
}
.modal-body{
    border: 1px solid #94A3B8;
    margin: 0px 10px 0px 10px;
    min-height: 100px;
    border-radius: 15px;
}
.modal-content{
    border-radius: 15px;
    padding: 5px 15px;
}
.modal-footer{
    justify-content: start !important;
}
.btn-modal-sub{
    background: #2766EB;
    color: #fff;
    border-radius: 10px;
    width: 100px;
    padding: 10px;
}
.btn-modal-cancel{
    border: 1px solid #cdd1d5;
    border-radius: 10px;
    color: #2766EB;
    width: 100px;
    padding: 10px;
}
.btn-modal-cancel:hover{
    background: #84818A;
    color: #fff;
    border: 1px solid #84818A;
    
}
.modal-text a{
    color: #84818A !important;
    font-weight: 500;
}
.modal-text{
    display: inline-grid;
}
.comments-drop{
    transform: translate(50px, 100px) !important;
}
ul.project-time-timeline{ padding: 20px; background: #F1F7FF;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #E1E5EA;
}
  ul.project-time-timeline li{ display: inline-block;   list-style-type: disc !important; font-size: .8rem; color: #000; margin-right: 10px; font-weight: 500;}
  ul.project-time-timeline li span{display: inline-block; width: 5px; height: 5px; background: #bbb; padding:6px; border-radius: 50%; margin: 5px 20px 20px 0px; float: left;}
  ul.project-time-timeline li:first-child span{display: none;}
  ul.project-time-timeline li.active { color: #0061FE !important;}
  ul.project-time-timeline li.active small{ color: #0061FE !important;}
  ul.project-time-timeline li.active { color: #0061FE !important;}
  ul.project-time-timeline li.active span{ background: #0061FE !important;}
  ul.project-time-timeline li small{display: block; font-size: .6rem;}
  
  .add-comment{
    display: flex;
    justify-content: end;
    align-items: center;
}
a.menu-link {
    background: #F3F6FD;
    margin: .25rem 1rem !important;
    padding: 1rem !important;
    border-radius: 10px;
    color: #7D8FB3;
    font-weight: 500;
}

a.menu-link:hover {
    background: #2766EB;
    color: #fff;
}

/* a.menu-link:hover span {
    color: #fff;
} */

span.dashboard-icon {
    color: #FDC13C;
}

span.inquires-icon {
    color: #397FE5;
}

span.project-icon {
    color: #33BFFF;
}

span.reports-icon {
    color: #29CC39;
}

span.service-icon {
    color: #6366F1;
}
span.team-icon {
    color: #FFB622;
}

span.settings-icon {
    color: #FF9243;
}
span.feedback-icon {
    color: #4785FF;
}
span.support-icon {
    color: #4785FF;
}
span.logout-icon{
    color: #E94235;
}
span.arrow-icon{
    text-align: right;
    width: 100%;
}
.danger-btn{
    background: none !important;
    color: #E94235 !important;
}
.menu-item .logout-icon:hover{
    color: #E94235 !important;
}
.navbar-nav-right.nav-header {
    background: #fff;
}

.input-group.search-sec {
    min-width: 400px;
}

.input-group.search-sec input {
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    background: #F3F6FC;
    border-color: #D6E4FF;
    border-right: 0;
}

.input-group.search-sec .input-group-text {
    background: #F3F6FC;
    border-color: #D6E4FF;
    border-radius: 50%;
    color: #93A1BE;
}

.avatar {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.avatar img {
    width: 100%;
    height: 100%;
}

button.btn.upload-btn::after {
    display: none;
}

button.btn.upload-btn {
    display: flex;
    width: 150px;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #FF6633;
    border-color: #FF6633;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.notification button.btn {
    background: #D6E4FF;
    height: 45px;
    width: 45px;
    color: #3361FF;
}

span.notfctn-no {
    background: #3361FF;
    width: 22px;
    height: 22px;
    top: 5px !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 85%;
    font-size: 11px;
}

.content-wrapper .card {
    border-color: transparent;
    border-radius: 15px;
    padding: 0 25px;
}

.dashboard-page .card.dash-subscrb {
    background: url(../img/dash-subcrib-bg.png);
    height: 230px;
}

.card.dash-subscrb .card-body img {
    width: 100%;
    max-width: 400px;
}

.dash-subscrb-text h1 {
    color: #2766EB;
    font-weight: 600;
}

.dash-subscrb-text p {
    color: #161616;
    font-size: 18px;
}

.dash-subscrb-text .btn {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    color: #2766EB;
    border: none;
    width: 150px;
    font-size: 15px;
    height: 45px;
}


.semi-donut {
    --percentage: 0;
    --fill: #ff0;
    width: 300px;
    height: 150px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

.semi-donut:after {
    content: "";
    width: 300px;
    height: 300px;
    border: 50px solid;
    border-color: rgba(253 235 199/ 100%) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
    -webkit-animation: fillAnimation 1s ease-in;
    animation: fillAnimation 1s ease-in;
}

.dash-pie {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

button.btn.btn-primary.pie-btn {
    height: 45px;
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.pie-dtls {
    text-align: center;
}
.pie-dtls p {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}
.pie-dtls span {
    font-size: 16px;
    color: #84818A;
    font-weight: 400;
}
.suggested-img img {
    width: 100%;
}
.suggested-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
}
.suggested-txt p {
    margin-bottom: 0;
    font-size: 13px;
    color: #2E2C34;
    font-weight: 500;
}
.suggested-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 152px;
}
.suggested-img img {
    max-height: 152px;
    object-fit: cover;
}
.suggested-files {
    border: 1px solid #EBEAED;
    border-radius: 5px;
    /* overflow: hidden; */
}
.Upload-files {
    align-items: center;
    display: flex;
}
.Upload-files p {
    margin-bottom: 0;
    font-size: 14px;
}
p.added-date {
    font-size: 14px;
    color: #A1ACC8;
    margin-bottom: 0;
}
p.folder-dtl {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
p.folder-dtl span {
    color: #FFA043;
}
.Upload-files img {
    width: 25px;
    margin-right: 5px;
}

/*------- inquiries style----- */


.inquires-dropdown .dropdown-toggle{
    background: none;
    border: 1px solid #D6E4FF;
    padding: 7px 18px 7px 10px;
    border-radius: 20px;
    color: #84818A;
    font-size: 14px;
    font-weight: 300;
}
.inquires-id{
    color: #4F8CE8;
    display: flex;
}
.add-inquiries{
    display: flex;
    align-items: center;
    justify-content: end;
}
.add-inquiries .material-symbols-outlined{
    font-size: 17px;
    font-weight: 500;
}
.add-inquiries a{
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.total-inquires span{
    background: red;
    color: #fff;
    padding: 3px;
}
.inq-profile-name{
    color: black !important;
}
.active-inq{
    background: #0085FF;;
    padding: 6px;
    border-radius: 50%;
    margin-left: 5px;
    color: #84818A;
    margin: 4px 4px;
    height: 5px;
    width: 5px;
}
.notactive-inq{
    background: #FF0505;
    padding: 6px;
    border-radius: 50%;
    margin-left: 5px;
    color: #84818A;
    margin: 4px 4px;
    height: 5px;
    width: 5px;
}
.active-success{
    background: #23D214;
    padding: 6px;
    border-radius: 50%;
    margin-left: 5px;
    color: #84818A;
    margin: 4px 4px;
    height: 5px;
    width: 5px;
}
.inquires-dropdown .dropdown-item{
    padding: 10px 18px;
}
.event-icon img{
    height: 50px;
    width: 50px;
}
.inq-count-sec{
    display: flex;
    justify-content: end;
    align-items: center;
}
.logo-project{
    text-align: end;
} 

/*---- end inquiries style ----*/

/*------ inquiries_details style -----*/

.inq-details-id .material-symbols-outlined{
    color: #0085FF;
}

.breadcrumb-item + .breadcrumb-item::before {

    display: inline-flex;
    padding-right: 0;
    color: #4267B2;
    content: "\f054";
    position: absolute;
    top: 186px;
    left: 374px;
    background: #4267B200;
    border: 1px solid #E4E5E800;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;

}
.inq-user img{
    height: 40px;
    width: 40px;
    position: absolute;
    top: 62px;
    left: 50px;
}
.modal-dialog{
    max-width: 690px !important;
}
.dropdown-toggle::after{
    margin-left: 45px;
}
.modal-sub{
    min-height: 50px;
    margin-bottom: 10px;
    border: 1px solid #94A3B8;
    display: flex;
    align-items: center;
}
.modal-dropdown{
    min-height: 270px;
    border-style: dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cloud-up{
    font-size: 60px !important;
    color: #94A3B8 !important;
}
.inquires-dropdown .dropdown-menu.show {
    padding:0px;
    
}
/* .inquires-dropdown .dropdown-item{
    color: #333232;
    border-bottom: 1px solid #F8F8F8;
} */
.inquires-dropdown .dropdown-menu-right{
    transform: translate(-78px, 34px) !important;
}

/*------- inquiries_details style end ------*/

/* ----- reports _page_style start ------- */


.report-row{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 12px;
    min-height: 130px;
    padding: 20px 20px;
    align-items: center;
    box-shadow: 0px 0px 50px -25px rgba(0, 0, 0, 0.50);
}
.report-wrap-text h4{
    font-weight: 400;
    font-size: 17px;
}
.report-wrap-text p{
    font-weight: 700;
    font-size: 20px;
}
.report-btn{
    border-radius: 10px;
    max-height: 37px;
}

.reports-listing .table-head{
    background: #EAF0FF;
}
.reports-listing tr{
    background: #F1F7FF;
}
.reports-table{
    border: 1px solid #f0f3f9 !important;
    border-radius: 10px;
    overflow: hidden;
    overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.listing table thead tr th {
    font-weight: 500;
    padding-bottom: 0px;
    padding: 20px 20px;
}

.report-support{
   
    background: linear-gradient(0deg, #F3F6FD 0%, #F3F6FD 100%), #FFC7C7;
    padding: 15px 0px;
    border-radius: 12px;
}
.report-support a{
    color: #2766EB;
    font-weight: 500;
}
.reports-listing .inquires-dropdown{
    display: flex;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #dceaff;
  }
  .tt{
    height: 20px;
  }
  .reports-table table tbody tr td{
    padding: 10px 10px;
  }
/*----- reports_page_style_end ------*/


/*------ Services style start --------*/

.more-service-types img{
    margin-bottom: 5px;
}
.services  .card{
    min-height: 770px;
}
.service-types{
    border-radius: 12px;
    border: 1px solid #E1E5EA;
    background: #F1F7FF;
    padding: 30px 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.service-types:hover{
    background: #CDE0FF;
}
.services-details-btn{
    text-align: end;
}
.services-details-btn button{
    border-radius: 12px;
    background: #2766EB;
    height: 39px;
}
.service-name{
    display: flex;
    align-items: center;
}
.more-service-types{
    border-radius: 12px;
    border: 1px solid #E1E5EA;
    background: #F1F7FF;
    padding: 27px;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.5s;
    min-height: 200px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.more-service-types:hover {
    transform: scale(1.05);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service-enq-btn button{
    border-radius: 10px;
    border: 1px solid #E1E5EA;
    background: #FFF;
    color: #0061FE;
    padding: 10px 25px;
}
.more-service-types h6{
    font-size: 13px;
}
.more-ser-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-view-btn{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);

}
.more-service-types:hover .service-view-btn{
    display: block;
    bottom: 20px;
    transition: transform 0.3s;
}

/*------ Services style End --------*/

/*------- team_listing style start ---------*/

.team-profile-show img{
    height: 200px;
    width: 200px;
}
.team-profile-show h6{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px !important;
}
.profile-id{
    color: #4F8CE8;
}
.address-sec p{
    color: #777;
    font-size: 16px;
}
.profile-modal .modal-content{
    padding: 0px;
}
.profile-modal .modal-header{
    padding: 20px;
}
.profile-modal .btn-close,.add-user .btn-close{
    background: url("../img/cancel.svg") center/2em auto no-repeat !important;
    
}
.profile-modal .modal-dialog{
    max-width: 500px !important;
}
.add-user-modal p{
    color: #3F4248;
}
.phone select{
    width: 130px !important;
}
.add-user-modal .form-control{
    height: 50px;
    border-radius: 8px;
    border: 1px solid #E1E5EA;
    background: #FFF;
}
.add-user-modal .form-select{
    height: 50px;
    border-radius: 8px;
    border: 1px solid #E1E5EA;
    background-color: #FFF;
    font-size: 17px;
    font-weight: 400;
    color: #6c757d;
}

.state-dropdown .dropdown-toggle{
    background: none;
    border: 1px solid #E1E5EA;
    padding: 7px 18px 7px 10px;
    border-radius: 6px;
    color: #84818A;
    font-size: 14px;
    font-weight: 300;
    margin-top: 24px;
    height: 52px;
    width: 167px;
}
.states-toggle.dropdown-toggle::after {
    margin-left: 90px !important;
}


/*------- team_listing style end ---------*/

/*------- Settings style start ---------*/

.profile-wrapper{
    position: relative;
}
.profile-cam{
    position: absolute;
    right: 0;
    top: 70%;
}
.settings-left-wrapper h5{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.settings-left-wrapper p{
    color: #84818A;
    font-size: 16px;
    font-weight: 400;
}
.file-upload{
    display: none;
}
.circle{
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.p-image {
    position: absolute;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    right: 0;
    bottom: 10px;
    background: #2766eb;
    padding: 10px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  .upload-button span{color: #fff;font-size: 20px}
  .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }
  .update-btn button{
    border-radius: 8px ;
    padding: 7px 17px;
  }
  .settings label{
    color: #84818A;
  }
  .settings .nav-pills .nav-link{
    color: #161616 !important;
  }
  .settings .nav-pills .nav-link.active{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #2766EB !important;
    text-underline-offset: 10px;
  }

/*------- Settings style end ----------*/


/*------- dashboard style stat -------*/

.close-top-btn.material-symbols-outlined{

  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0, 
  'opsz' 48 !important
}
.dashboard-news{
    background: #FFEBEB;
    border-radius: 10px;
    padding: 15px 20px;
}
.cls-btn-dashbrd{
    display: flex;
    justify-content: end;
    align-items: center;
   }
   .cls-btn-dashbrd a{
     line-height: 0;
   }
   .cls-btn-dashbrd i{
     color: #E16060; ;
     font-size: 20px;
   }
   .active-info{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 10px;
    padding: 18px;
    max-width: 320px;
    border-radius: 13px;
    background: #fff;
    min-height: 167px;
   }
    .media-sec .owl-stage-outer{
        border-top-right-radius: 20px;
        border-top-left-radius: 20px !important;
    }
    .response-body{
        margin-top: 15px;
    }
   .active-info h5{
    font-size: 20px;
   }
   .view-more-btn{
    text-align: end;
   }
   .view-more-btn a{
        color: #4785FF;
        font-weight: 500;
   }
   .active-info h3{
    font-size: 40px;
    font-weight: 500;
   }
   .update-view-btn a{
    padding: 10px 25px;
    background: #2766EB;
    color: #fff;
    border-radius: 35px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
   }
   .update-view-btn{
    text-align: end;
   }
   .inner-content-wrapper{
    padding: 25px;
   }
   .dashboard-wrapper .dashbord-inner-body.card{
    padding: 0px;
   }
.see-more-btn{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.reports-listing .inquires-dropdown.billing-report {
    display: flex;
    justify-content: end;
}
.inquires-dropdown.billing-report .dropdown-toggle{
    background: #fff;
    border: 1px solid #D6E4FF;
    padding: 7px 18px 7px 10px;
    border-radius: 20px;
    color: #84818A;
    font-size: 14px;
    font-weight: 300;
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: none !important;
}
.media-sec .owl-carousel .item{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.card-inner-img img{
    height: 30px;
    width: 30px;
    object-fit: contain;
    border-radius: 50%;
}
.card-info-wrapper{
    padding: 15px 15px 5px 15px;
   
}
.company-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.response-wrapper{
    border-top: 1px solid #DAD8D8;  
}
.response-body{
    display: flex;
    justify-content: space-between;
}
.response-inner-body{
    display: flex;
   
}
.company-text-wrapper{
    padding-left: 10px;
}
.company-text-wrapper h6{
    font-size: 15px;
    font-weight: 600;
}
.company-text-wrapper p{
    font-size: 14px;
    color: #8D8484;
}
.card-info-wrapper h5{
    font-size: 13px;
    font-weight: 500;
    height: 25px;
}
.socialmedia-icon .fa-facebook{
    font-size: 22px;
}
.media-sec .carousel-inner {
    border-radius: 20px;
}
.carousel-item img{
    object-fit: cover;
    width: auto;
    min-height: 422px;
    height: 422px;
}
.inner-btn{
    position: absolute;
    right: 35px;
    bottom: 45px;
}
.inner-btn button{
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.support-wrapper{
    background: #fff;
    border-radius: 20px;
}
.support-wrapper img{
    height: 275px;
    width: 275px;
    object-fit: contain;
}
.support-inq span{
    display: flex;
    align-items: center;
}
.support-inq span i{
    color: #3361FF;
}

.support-text{
    display: flex;
    justify-content: center;
}
.support-text h4{
    font-weight: 600;
    font-size: 25px;
}
.dashboard-wrapper .inquires-id {
    display: flex;
    align-items: center;
}
.report-icon{
    color: #0085FF;
}
.warning-icon{
    color: #FF0505;
}


/*------- dashboard style end -------*/


.dropdown.action-sec a.btn {
    background: #ffffff00;
    border: none;
}
.dropdown.action-sec a.btn.dropdown-toggle::after {
    display: none;
}
.dropdown.action-sec a.dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #52535A;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
}
.indvdl-usge-prfl h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #1A1D1F;
}
.indvdl-usge-prfl img {
    border-radius: 5px;
}
.indvdl-usge-prfl {
    display: flex;
    align-items: center;
}
.indvdl-usge-prfl p {
    margin-bottom: 0;
    color: #9A9FA5;
    font-size: 14px;
}
.indvdl-usge-graph p {
    margin-bottom: 0;
    background: #D6E4FF;
    color: #4785FF;
    font-size: 13px;
    padding: 5px 8px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 15px;
}
.indvdl-usge-graph span {
    color: #4785FF;
}
.indvdl-usge-graph {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

nav.setting-tab .nav-link {
    width: auto !important;
    padding: 15px 40px;
    color: #52535A;
    font-size: 16px;
}
nav.setting-tab {
    border-bottom: 1px solid #F8F8F8;
}
nav.setting-tab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #2766EB;
    color: #2766EB;
    font-size: 16px;
    font-weight: 600;
}
nav.setting-tab .nav-tabs .nav-link:hover, nav.setting-tab .nav-tabs .nav-link:focus {
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    color: #2766EB;
}
.settings-page .tab-content {
    padding: 1.5rem 0 !important;
}
.prfl-img {
    position: relative;
}
.prfl-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
a.add-img-btn {
    position: absolute;
    bottom: 0;
    right: 4px;
    width: 25px;
    height: 25px;
    background: #2766eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
a.add-img-btn i{
    margin-left: 1px;
}
a.btn.remove-btn {
    border: 1px solid #2766EB;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2766EB;
    margin-left: 20px;
    font-size: 14px;
}
label.form-label {
    color: #2E2C34;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.form-control {
    /* height: 45px;
    border-radius: 50px; */
    background: #F3F6FC;
    border-color: #D6E4FF;
}
select{
    font-family: 'DM Sans' !important;
}
select.form-select {
    height: 45px;
    border-radius: 50px;
    background-color: #F3F6FC;
    border-color: #D6E4FF;
}
.upgrade-plan-card {
    border: 1px solid #0d6efd;
    border-radius: 20px;
}
.upgrade-plan-card-dtls h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}
span.plan-tag {
    color: #4785FF;
    background: #D6E4FF;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}
.upgrade-plan-card-dtls p {
    color: #A1ACC8;
    font-weight: 500;
    font-size: 18px;
}
.upgrade-plan-card ul {
    list-style: none;
    /* line-height: 30px; */
    padding-left: 0;
}
.upgrade-plan-card ul li {
    color: #52535A;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.upgrade-plan-card ul li i {
    color: #4785FF;
}
.billing-sec .card {
    padding: 20px;
    border: 1px solid #F1F3F5;
    border-radius: 10px;
}
.setting-hd {
	font-size: 24px;
}
.billing-sec .card h4.setting-hd {
    font-size: 20px;
}
.adress-sec {
	padding: 15px;
	background: #F8F8F8;
	display: flex;
	width: 100%;
	justify-content: space-between;
    border-radius: 10px;
}
.adress-sec .material-symbols-outlined {
	font-size: 50px;
	margin-right: 15px;
}
.adress-sec h6 {
	margin-bottom: 5px;
	font-size: 16px;
}
.adress-sec p {
	margin-bottom: 5px;
	font-size: 13px;
}
.edit-btn {
	font-size: 18px;
}
.billing-sec .card.right-card {
	background: #F8F8F8;
}
.pay-card-sec {
	padding: 15px;
	background: #ffffff;
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-radius: 10px;
}
.pay-card-sec h6 {
	margin-bottom: 5px;
	font-size: 16px;
}
.pay-card-sec p {
	margin-bottom: 5px;
	font-size: 13px;
}
.pay-card-sec img {
	width: auto;
	height: 40px;
	margin-right: 20px;
}
.trash-btn {
	font-size: 16px;
	color: #E94235;
}
.trash-btn:hover {
	color: #cd2f24;
}

span.status-complted {
    color: #4785FF;
    background: #D6E4FF;
    font-size: 13px;
    width: 100px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-weight: 500;
}
.modal-header {
    align-items: flex-start;
}

.th-align {text-align: end;}
.listing table thead tr th {color: #161616; font-size: 16px; padding: 15px 0px 15px 10px; border: #7fffd400;}
.listing table thead tr th i {color: #84818A; font-size: 10px;}
.listing .sorting_1 {padding: 20px 7px;color: #2E2C34;display: flex; align-items: flex-start;}
/* .listing .sorting_1  span{color: #FFA043;} */
.listing table .Owner-img img{border-radius: 50%; height: 30px;}
.listing table .Owner-img{ display: flex; align-items: center; color: #84818A;}
.listing table tbody tr td{border-bottom: 1px solid #E7ECF6 !important; font-size: 14px;color: #52535A;}
.listing table tbody tr td .icon-img{height: 20px;}
.share .modal-content {border-radius: 16px; padding: 30px;}
.share .modal-header {border-bottom: 1px solid #dee2e600 !important;}
.share .modal-footer{border-top: 1px solid #dee2e600;}
.share .modal-header .modal-title {font-size: 20px;font-weight: 400;color: #161616;}
.share  .modal-body input,.field{border: 1px solid #D6E4FF;border-radius: 30px;height: 45px; padding-left: 16px;}
.share .modal-footer .close-btn {background-color: #f1f7ff;color: #4785FF;width: auto;padding: 13px 60px;border-radius: 50px;border: 1px solid #4785FF;}
.share .modal-footer .close-btn:hover{background-color: #BFBFBF; color: #333; border: 1px solid #BFBFBF;}
.share .modal-footer .share-btn{background-color: #2766EB; color: #fFF; width: auto;padding: 13px 60px; border-radius: 50px;border: 1px solid #4785FF;}
.share .modal-footer .share-btn:hover{background-color: #fff; color: #2766EB;}
.share  .modal-body .check-box .form-check .form-check-input{height: 20px; width: 20px; border-radius: 5px;}
.share  .modal-body  .comment-field{border: 1px solid #D6E4FF;border-radius: 30px;background: #F4F5F7; padding-left: 16px;}
.share .modal-body .form-dropdown {background-color: #d6e4ff; border-radius: 30px; border: 1px solid #D6E4FF; color: #4785FF; display: flex; justify-content: space-between;     width: 100px;align-items: center;}
.share .modal-body .view-details p{  color: #333; font-size: 16px;}
.share .modal-body  .copy-form{background-color: #F4F5F7; border-radius: 30px; border: 1px solid #D6E4FF; color: #333333; display: flex;     width: 60px;align-items: center;}
.table-striped > tbody > tr:nth-of-type(2n+1) {color: var(--bs-table-striped-color);background-color: #0ff0 !important;}
.listing table{border-color: #fff0;}
.share .modal-body .people-id img{  border-radius: 50%;height: 30px;}
.share .modal-body .people-id span{  font-size: 13px;padding-left: 5px;}
.share .modal-body .people-btn .btn{border-radius: 30px;padding: 2px 15px;font-size: 13px;background-color: #F3F6FC;border: 1px solid #D6E4FF; min-width: 75px;}
.share .modal-body .people-btn .btn:hover{color: #333333;}
.btn-style{height: 45px;width: 45px;display: flex;justify-content: center;align-items: center;border-radius: 50%;}
.btn-active {color: #4785FF; background-color: #fff;}
.btn-inactive {background-color: #fff0;border: 1px solid #fff;}
.file-top .sorting {height: 45px; width: 195px;}
.file-top .sorting label{border-radius: 25px 0px 0px 25px; background-color: #fff; border: 1px solid #ced4da00; padding: 0px 0px 0px 20px; font-size: 14px;}
.file-top .sorting .sort-listing{background-color: #fff; border: 1px solid #ced4da00;border-radius: 0px 25px 25px 0px; font-size: 14px;}
.file-top .folder{height: 45px;width: 185px; border-radius: 30px; background-color: #fff; color: #2766EB; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.14);}
.file-top .folder i{color: #B8CFFF; }
.listing .sorting_1 .file-icon span{color: #FFA043;}
.folder-col{color: #FFA043; padding: 40px 0px; font-size: 70px}
.list-title {color: #161616;font-size: 18px;}

.users{
    background-color: #ECECEC52;
    padding: 10px;
    border-radius: 15px;
}
.user-data {
    font-size: 12px;
  }
.user-data h5{
    font-size: 14px;
}
.user table thead tr th {
    color: #161616;
    font-size: 16px;
    padding-bottom: 20px;
    border: #7fffd400;
      border-bottom-color: rgba(127, 255, 212, 0);
  }
  .status-active {
    color: #17AF14;
    background: #C8F7D2;
    padding: 1px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
  }
  .status-inactive {
    color: #fff;
    background: #A1ACC8;
    padding: 1px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
  }
  button.btn.administrator-btn::after {
    display: none;
  }
  button.btn.administrator-btn {
    display: flex;
    width: 160px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #FFF;
    border-color: #4785FF;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    color: #4785FF;
    font-weight: 500;
    font-size: 14px;
  }
  .listing .users table thead tr th {
    color: #52535A;
    font-size: 14px;
    padding-bottom: 10px;
    border: #7fffd400;
      border-bottom-color: rgba(127, 255, 212, 0);
  }
  .invite-btn{background-color: #2766EB;
    color: #fFF;
    width: auto;
    padding: 11px 28px;
    border-radius: 50px;
    border: 1px solid #4785FF;}
.members p{
    font-size: 14px;
    color: #52535A;
}
 .trash{
    color: #E94235;
 }
 .btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, 0);}


.file-menu{
    display: flex;
list-style: none;
justify-content: end;
margin: 0;
}
.file-menu li{
    padding-left: 20px;
}


.table-responsive-stack tr {display: -webkit-box;display: -ms-flexbox; display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.empty-trash{border-radius: 25px;}
.file-top p{  color: #3F4248;font-size: 16px;}
#grid {display: none;}
.table-responsive-stack td,
.table-responsive-stack th {display:block;-ms-flex: 1 1 auto;flex: 1 1 auto;}
.table-responsive-stack .table-responsive-stack-thead {font-weight: bold; width: 116px;}


 @media (min-width: 576px){
 .modal-dialog {
   margin: 1.75rem auto;
 }
}

@media screen and (max-width: 768px) {
.table-responsive-stack tr {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: 1px solid #ccc;
display:block;
padding-bottom: 10px;
margin-bottom: 10px;
}
   /*  IE9 FIX   */
.table-responsive-stack td {
float: left\9;
width:100%;
}

.responsive-list{
position: relative;
}
.text-end.responsive-db-menu {
position: absolute;
top: -10px;
right: -14px;
}
.listing .sorting_1 {
padding: 10px 7px;
padding-top: 50px;}
}


/*-------popup-img------*/


figcaption {text-align: center;color: #2E2C34;padding: 0px 10px;margin-top: 5px;font-size: 13px;font-weight: 500;}
.listing-img  img{width: 232px;height: 155px;object-fit: cover;border-radius: 5px 5px 0px 0px;} 


/*------payment-completed----*/
.payment-completed{
display: flex;
align-items: center;
background-image: url('../img/payment.jpg');
background-size: cover;
background-repeat: no-repeat;
overflow: auto;
}
.payment-text-area{
    width: 400px;
    margin: 90px 0px;
    text-align: center;  
}
.btn-lg{background: #2766EB; border-radius: 30px;padding: 15px 60px;}

.modal-user-style{
    background-image: url('../img/modal-bg.jpg');
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto
    
}
.dashboard-guidelines h6{
font-size: 24px;
line-height: 33px;
font-weight: 600;
}
.dashboard-guidelines ul{
    padding-left: 15px;
}
.dashboard-guidelines ul li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.dashboard-guidelines ul li i{
    font-size: 7px;
    color: #b9b7b7;
    margin-right: 9px;
}
.guide-listing h5{
    font-size: 17px;   
}
.skip-btn{
    border-radius: 30px;
    padding: 3px 20px;
}
.guide-line-modal {
    padding: 20px 34px;
}
.dashboard-news a{
    color: #4785FF !important;
    font-weight: 500;
}
/*---------- end ------------*/


/* ------------------------------ Responsive ------------------------------ */

  @media (max-width: 1599px){
    .active-info{
        min-height: 176px;
    }
    .carousel-item img {
        min-height: 353px;
        height: 353px;
      }
  }
  @media (max-width: 1400px){
   
  }
  @media (max-width: 1199px){
    .proj-name a {
        font-size: 14px;
      }
      .logo-project img {
        height: 50px;
        width: 50px;
      }

      .breadcrumb-item + .breadcrumb-item::before  {
        top: 186px ;
        left: 133px ;
    }
    .inq-user img {
        height: 35px;
        width: 35px;
        top: 49px;
        left: 35px;
      }
  }
  @media (max-width: 991px){
    ul.project-time-timeline li{
        display: block;
        margin-bottom: 10px;
    }
    ul.project-time-timeline li span{
        padding: 4px;
    }
    small{
        font-size: 12px;
    }
    .event-text small{
        font-size: 11px;
    }
     /*---- services ----*/

     .service-types{
        display: block;
    }
    .service-name{
      justify-content: center;

    }
    .services-details-btn {
        margin-top: 10px;
        text-align: center;
      
    }
  }
  @media (max-width: 767px){
    .dashboard-page .card.dash-subscrb {
        height: 100%;
    }
    .th-align {
        text-align:start;
      }
      .file-menu {
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
    }

    /* inquires */
    .file-top  .head-inq{
        text-align: center !important;
    }
    .add-inquiries{
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .inq-count-sec{
        justify-content: center;
       
    }


    .breadcrumb-item + .breadcrumb-item::before {
        top: 231px;
        left: 96px;
      }
    .logo-project{
        text-align: start;
    } 

    /*------ team_listing ----*/

    .list-name{
        text-align: center !important;
    }
   .team-listing .logo-project,.team-listing .proj-name,.project-info-text{
    text-align: center !important;
    width: 100%;
   }
   .team-listing .inquires-id{
    justify-content: center;
   }
   .team-listing .joining-info{
    text-align: center;
    margin-top: 20px;
   }

 
}
  @media (max-width: 576px){
    .payment-text-area {
        width: 245px;}
    .dashboard-page .card.dash-subscrb {
        height: 100%;
    } 
    .input-group.search-sec {
        min-width: 247px;
      }
      .modal-dialog {
        max-width: 410px;
        margin: 1.75rem auto;
      }
      .reports-listing .inquires-dropdown{
        display: flex;
        justify-content: space-between;
    }

    .service-name{
        display: block;
        text-align: center;
       
    }
    .service-name h6{
        font-size: 13px;
    }
    .service-types{
        padding: 25px 10px !important;
    }
    .ser-heading{
        text-align: center;
    }
    .more-ser-head{
    display: block;
    text-align: center;
    }
    .service-enq-btn{
        margin-top: 20px;
    }
    .more-service-types{
        padding: 10px;
    }

  }

  /* ------------------------------ accept invite ------------------------------ */
  .user-invite{ width: 100%; background: url(../img/user-invite.jpg) no-repeat; height: 100vh; background-size: cover; padding-top: 2rem;}
  .user-invite .card{border-radius: 22px !important; border: none !important; }
  .user-invite .card .logo{display: block; max-width: 140px;}
  .user-invite .card img{display: block; margin: auto;}
  .user-invite .card h1{text-align: center; font-size: 1.5rem; padding-top: 20px;}
  .user-invite .card p{text-align: center;}
  .user-invite .card button{margin: auto; display: block; min-width: 260px;}
  .user-invite .card .border-btn{border: 1px solid #B8CFFF !important; background: #fff !important; color: #333;}
  @media (min-width: 1200px){
    .user-invite .card{padding: 3rem !important;}
    .user-invite{padding-top: 5rem;}
  }

  /*----- login -----*/
  
@media (max-width: 1400px) {
    .login-section .login-banner-bg p{font-size: 14px;}
  }
  
  
  @media (max-width: 1200px) { 
    .login-section .loge .head {
        width: 75%;
      }
      .top-header .header-content {
        margin-top: -60px;
  }
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    }


  }
  @media(max-width:991px){
    ul.project-time-timeline{
        text-align: start;      
    }
    .start-pro{
        margin-left: 27px;
    }
    .files-btn{
        max-width: 650px ;
    }
  }
  @media (max-width: 1000px) { 
    .login-section .loge .head {
        width: 85%;
      }
      .login-section .login-banner-bg p {
        font-size: 11px;
      }
      footer img {
        width: 20%;
      }
  }
  
  
  @media (max-width: 767.98px) { 
    .login-section .loge .head {
        width: 65%;
      }
      .login-section .display-banner{
        display: none;
      }
      .login-section .loge {
        padding-top: 50px;
        padding-bottom: 80px;
      }
     
      .comments-head{
        text-align: center;
      }
     .add-comment{
        justify-content: center;
        margin: 20px 10px;
     }
     footer img {
        width: 50% !important;
      }
  }
  
  @media (max-width: 575.98px) { 
    .login-section .loge .head {
       width: 85%;
      }
      .profile-edit {
        position: absolute;
        bottom: 50px;
        left: 47%;
      }
  }
  @media (max-width: 500px){
    .login-section .loge .head {
        width: 90%;
    }
   }
  @media (max-width: 400px){
    h4{
        font-size: 17px;
    }
  .login-section .loge .head {
   width: 93%;
  }
  .nav-header p {
    font-size: 11px;
    font-weight: 400;
  }
  .nav-header .wel-text {
    font-size: 14px;
  }
  .input-group.search-sec {
    min-width: 222px;
  }
  .file-top p {
    font-size: 13px;
  }
  .file-top{
    text-align: center !important;
  }
  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .proj-files{
    padding: 15px;
  }
  .files-btn{
    padding: 5px;
  }
  .files-btn .fa-ellipsis {
    font-size: 12px;
  }
  .files-btn img {
    width: 30px;
  }
  .proj-files p {
    font-size: 12px;
  }
  .event-text p{
    font-size: 12px;
  }
  .comments-drop {
    transform: translate(-122px, -30px) !important;
  }
  .proj-name a {
    font-size: 13px;
  }

/* inquires */
.inq-count-sec{
    display: inline-block;
    
}
.inquires-dropdown{
    margin-left: 0px !important;
    display: flex;
    justify-content: center;
    padding: 7px;

  }
  .event-text a{
    font-size: 11px;
  }
  .event-icon img {
    height: 34px;
    width: 40px;
  
  }
  .list-row{
    padding: 10px 10px;
  }

  /* inquiries details */
  .file-top .breadcrumb{
    justify-content: center;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    top: 229px;
    left: 119px;
  }
  .stand-inq-id{
    justify-content: start !important;
    margin-top: 30px;
  }
  /*-- reports--- */

  .reports-listing .inquires-dropdown{
    flex-wrap: wrap-reverse;
}
 
  }