.dashboard-titlebar{
    padding: 40px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 24px;
    border-bottom: 1px solid #EBEDF0;
    flex-wrap: wrap;
}
.dashboard-titlebar .right-content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dashboard-titlebar .right-content .large-btn{
    margin-right: 20px;
}
.commercial-dashboard{
    min-width: 530px;
}
.dashboard-details{
    padding: 0 24px 40px;
}
.dashboard-details .left-col, .dashboard-details .right-col{
    padding-top: 40px;
    padding-bottom: 40px;
}
.dashboard-details .left-col{
    padding-right: 12px;
    position: relative;
}
.dashboard-details .left-col::after{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #EBEDF0;
    position: absolute;
    right: -12px;
    top: 0;
}
.dashboard-details .right-col{
    padding-left: 12px;
}
.dashboard-count-box-row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -12px 40px;    
}
.dashboard-count-box-row .count-box-col{
    width: 33.33%;
    padding: 0 12px;
}
.count-box{
    position: relative;
    padding: 35px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 0;
}
.count-box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/counter_curve.svg) no-repeat;
    background-position: right bottom;
    top: 0;
    left: 0;
    z-index: -1;
}
.count-box .count-icon{
    margin-right: 8px;
}
.count-info .count{
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    display: flex;
    align-items: flex-start;
}
.count-info .count span {
    font-size: 30px;
    line-height: 40px;
    margin-right: 2px;
}
.completed-inspection-row{
    display: flex;
    align-items: center;
    margin: 0 -12px 40px;
}
.completed-inspection-col{
    padding: 0 12px;
    width: 50%;
}
.completed-inspection-item{
    display: flex;
    align-items: flex-start;
}
.pdf-icon-wrapper{
    background: #C6CDD5;
    border-radius: 10px;
    padding: 24px 23px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.completed-inspection-info .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
}
.pending-quote-request-box{
    border: 1px solid #EEEFF2;
    border-radius: 8px;
    background: #fff;
    margin: 0 0 40px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pending-quote-request-title{
    display: flex;
    align-items: flex-start;
}
.pending-quote-request-title .loading-icon{
    margin-right: 24px;
}
.pending-quote-request-title .title-1 span{
    font-weight: 400;
}
.right-col.recent-offer .card-list{
    height: 100vh;
    overflow-y: scroll;
}
.card-list::-webkit-scrollbar{
    width: 0px;
    background: transparent;
}
.card-list li:last-child{
    margin-bottom: 0;
}
.device-inspection-tab .nav-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px;
    border-radius: 0;
    position: relative;
    transition: all .4s ease-in-out;
}
.device-inspection-tab .nav-link::after{
    content: '';
    background: url(../images/icon_forward_arrow_white.svg) no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease-in-out;
}
.device-inspection-tab .nav-link.active{
    background-color: #0070ff;
    transition: all .4s ease-in-out;
}
.device-inspection-tab .nav-link.active::after{
    opacity: 1;
    transition: all .4s ease-in-out;
}
.device-inspection-tab .nav-link.active span{
    color: #fff;
    transition: all .4s ease-in-out;
}
.device-inspection-tab .nav-link i::before{
    width: 30px;
    height: 30px;
}
.device-inspection-tab .nav-link i.hvr, .device-inspection-tab .nav-link.active i{
    display: none;
    transition: all .4s ease-in-out;
}
.device-inspection-tab .nav-link.active i.hvr{
    display: block;
    transition: all .4s ease-in-out;
}

/* ============== Create Quote Requests Steps ============ */
.create-quote-request{
    height: 100vh;
}
.create-quote-request.hight-auto{
    height: auto;
    min-height: 100vh;
}
.quote-request-step-header{
    padding: 34px 0 0;
}
.quote-request-step-header .border-right{
    position: relative;
    margin-right: 40px;
}
.quote-request-step-header .border-right::after{
    content: '';
    position: absolute;
    right: -20px;
    width: 1px;
    height: 100%;
    background: #EEEFF2;
}
.quote-request-step-header .steps-row{
    margin: 24px -4px 0;
}
.quote-request-step-header .steps-col{
    padding: 0 4px;
    width: 20%;
}
.quote-request-step-header .steps-col .border-btm{
    display: block;
    width: 100%;
    height: 1px;
    background: #EEEFF2;
}
.quote-request-step-header .steps-col .border-btm.active{
    height: 4px;
    background: #36E1B3;
}
.request-step-list .list-item{
    padding-bottom: 25px;
    padding-right: 34px;
    position: relative;
    z-index: 0;
}
.request-step-list .list-item::after{
    content: '';
    width: 1px;
    height: 100%;
    background: #EEEFF2;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.request-step-list .list-item:first-child:after{
    height: 80%;
}
.request-step-list .list-item:last-child:after{
    height: 30%;
    bottom: initial;
    top: 0;
}
.request-step-list .list-item::before{
    content: '';
    width: 16px;
    height: 16px;
    background: #EEEFF2;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: -8px;
    top: 24px;
}
.request-step-list .list-item.active::before{
    width: 30px;
    height: 30px;
    background: #fff;
    right: -14px;
    top: 17px;
    border: 10px solid #36E1B3;
}
.request-step-list .list-item.passed::before{
    width: 30px;
    height: 30px;
    background-color: #36E1B3;
    background-image: url(../images/icon_check_white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    right: -14px;
    top: 17px;
}
.request-step-list .request-step-link{
    position: relative;
    display: flex;
    align-items: center;
    padding: 17px 16px;
}
.request-step-list .list-item.active .request-step-link{
    background: #FDFEFF;
    border: 1px solid #D1E5FF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
}
.request-step-list .list-item.active .request-step-link span{
    color: #172B4D;
}
.request-step-list .list-item.active .request-step-link::before, .request-step-list .list-item.active .request-step-link::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.request-step-list .list-item.active .request-step-link::after{
	border-left-color: #fff;
	border-width: 9px;
	margin-top: -9px;
}
.request-step-list .list-item.active .request-step-link::before{
	border-left-color: #D1E5FF;
	border-width: 10px;
	margin-top: -10px;
}
.request-step-list .request-step-link i{
    margin-right: 10px;
}
.request-step-list .list-item i.hvr, .request-step-list .list-item.active i{
    display: none;
}
.request-step-list .list-item.active i.hvr{
    display: block;
}
.request-step-content{
    padding: 17px 0 17px 60px;
}
.request-step-content .choose-service-type,.request-step-content .choose-payment-pref{
    position: relative;
    background: #FEFEFF;
    border: 1px solid #EEEFF2;
    border-radius: 6px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose-service-type-label,.select-card-row .select-card-col .checkbox-card-label, .choose-sys-device-label, .request-step-content .choose-payment-pref-label{
    width: 100%;
    cursor: pointer;
}
.choose-service-type-label input[type="radio"], .checkbox-card-label input[type="checkbox"], .choose-property-type-label input[type="radio"], .choose-sys-device-label input[type="checkbox"], .choose-payment-pref-label input[type="radio"]{
    position: absolute;
    opacity: 0;
}
.choose-service-type .dummy-radio, .choose-property-type .dummy-radio, .choose-payment-pref .dummy-radio{
    display: block;
    width: 24px;
    height: 24px;
    background: #FAFBFC;
    border: 1px solid #D1E5FF;
    border-radius: 100%;
    cursor: pointer;
}
.choose-service-type-label input[type="radio"]:checked + .choose-service-type, .choose-property-type-label input[type="radio"]:checked + .choose-property-type, .choose-payment-pref-label input[type="radio"]:checked + .choose-payment-pref {
    border-color: #A7CEFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.03);
}
.choose-sys-device-label input[type="checkbox"]:checked + .choose-sys-device{
    border-color: #A7CEFF;
}
.choose-service-type-label input[type="radio"]:checked + .choose-service-type .dummy-radio,.choose-property-type-label input[type="radio"]:checked + .choose-property-type .dummy-radio, .choose-payment-pref-label input[type="radio"]:checked + .choose-payment-pref .dummy-radio{
    border: 7px solid #0070ff;
}
.choose-service-type-label input[type="radio"]:checked + .choose-service-type p,  .choose-sys-device-label input[type="checkbox"]:checked + .choose-sys-device p, .choose-payment-pref-label input[type="radio"]:checked + .choose-payment-pref p{
    color: #172B4D;
}
.requeste-steps-block .breadcrumb .title-4{
    line-height: 24px;
}
.white-box{
    padding: 20px 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
    height: calc(100vh - 230px);
}
.white-box .white-box-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #F6F8FA;
}
.white-box .white-box-body{
    height: calc(100% - 88px);
    overflow-y: auto;
}
.create-quote-request.terms .white-box{
    height: calc(100vh - 340px);
}
.create-quote-request.terms .white-box .white-box-body{
    height: calc(100% - 69px);
}
.white-box .white-box-body::-webkit-scrollbar{
    width: 0;
}
.select-card-row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.select-card-row .select-card-col{
    width: 33.33%;
    padding: 0 12px;
}
.checkbox-card-label .checkbox-card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 54px 20px 30px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all .4s ease-in-out;
}
.checkbox-card-label .checkbox-card:hover{
    background: #FFFFFF;
    border-color:#A7CEFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    transition: all .4s ease-in-out;
}
.checkbox-card-label .checkbox-card .dummy-checkbox, .choose-sys-device .dummy-checkbox{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    border: 1px solid #C6CDD5;
    background: #FAFBFC;
    border-radius: 4px;
}
.checkbox-card-label input[type="checkbox"]:checked + .checkbox-card{
    background: #FFFFFF;
    border-color:#A7CEFF;
}
.checkbox-card-label input[type="checkbox"]:checked + .checkbox-card .dummy-checkbox, .choose-sys-device-label input[type="checkbox"]:checked + .choose-sys-device .dummy-checkbox{
    background-color: #0070ff;
    border: 1px solid #0070ff;
    background-image: url(../images/icon_check_box_right.svg);
    background-repeat: no-repeat;
    background-size: 22px 12px;
    background-position: center;
    transition: none;
}
.days-chacklist{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.days-chacklist li{
    margin-right: 50px;
}
.choose-property-type-label,.request-step-content .choose-payment-pref-label{
    max-width: 404px;
    display: block;
}
.choose-property-type-label .dummy-radio{
    position: absolute;
    top: 30px;
    right: 30px;
}
.choose-property-type-label .choose-property-type{
    position: relative;
    background: #FEFEFF;
    border: 1px solid #EEEFF2;
    border-radius: 6px;
    padding: 30px;
}
.choose-property-type-label .choose-property-type p{
    max-width: 300px;
}
a.add-new-property{
    padding: 16px;
    max-width: 404px;
    border-radius: 6px;
    border: 1px solid #D1E5FF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
}
.choose-sys-device{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: #FEFEFF;
    border: 1px solid #EEEFF2;
    border-radius: 6px;
    padding: 30px;
    transition: all .4s ease-in-out;
}
.choose-sys-device img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.choose-sys-device i.hvr, .choose-sys-device:hover i, .choose-sys-device-label input[type="checkbox"]:checked + .choose-sys-device i{
    display: none;
    transition: all .4s ease-in-out;
}
.choose-sys-device:hover{
    border: 1px solid #D1E5FF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    transition: all .4s ease-in-out;
}
.choose-sys-device .dummy-checkbox{
    position: static;
}
.choose-sys-device-label input[type="checkbox"]:checked + .choose-sys-device .if-no{
    display: block;
 }
.choose-sys-device i::before{
    width: 30px;
    height: 30px;
}
.choose-sys-device:hover i.hvr, .choose-sys-device-label input[type="checkbox"]:checked + .choose-sys-device i.hvr{
    display: block;
    transition: all .4s ease-in-out;
}
.request-inspection-detail{
    display: flex;
    align-items: stretch;
    height: 100%;
}
.request-inspection-detail .left-bar{
    width: 25%;
    background: #F4F9FF;
    overflow: hidden;
    overflow-y: auto;
}
.request-inspection-detail .right-content{
    width: 75%;
    overflow: hidden;
    overflow-y: auto;
}
.request-inspection-detail .tab-content{
    padding: 30px 40px;
}
.toggle-switch-block{
    padding: 20px;
    border: 1px solid #EEEFF2;
    border-radius: 4px;
}
.switch-block .swich-toggle{
    display: flex;
    align-items: center;
    gap : 14px;
}
.switch-block .swich-toggle input[type="checkbox"]:checked ~ p{
    color: #172B4D;
}
.toggle-switch-block .toggle-block{
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #F6F8FA;
    display: none;
}
.sys-device-range-block{
    padding-top: 25px;
}
.device-range-row{
    display: flex;
    align-items: center;
    margin: 0 -12px;
}
.device-range-row .small-col{
    padding: 0 12px;
    width: 25%;
    display: flex;
    align-items: center;
    gap: 12px;
}
.device-range-row .middle-col{
    padding: 0 12px;
    width: 50%;
}
.range-container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.range-container output{
    background: #FAFBFC;
    border: 1px solid #DFE1E6;
    border-radius: 3px;
    padding: 12px 15px;
    text-align: right;
    min-width: 80px;
    font-size: 14px;
    line-height: 17px;
    color: #7A869A;
}
.range-container input[type=range] {
    width: 100%;
    height: 2px;
    padding: 0;
}
.range-values{
    max-width: 233px;
    margin-left: auto;
    margin-right: 50px;
}
.range-container button {
    flex: 0 0 auto;
    background: transparent;
    font-size: 30px;
    color: #0070ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 10px;
    border: 0;
}
.choose-payment-pref .if-no, .choose-sys-device .if-no{
    display: none;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #F6F8FA;
}
.checkbox-card-label.other{
    position: relative;
}
.checkbox-card-label.other .if-no{
    display: none;
    position: absolute;    
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 4%);
}
.choose-payment-pref-label input[type="radio"]:checked + .choose-payment-pref .if-no{
    display: block;
}
.checkbox-card-label.other input[type="checkbox"]:checked ~ .if-no{
    display: block;
}
.request-step-content .white-card{
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.request-step-content .white-card h5{
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.request-step-content .white-card p{
    max-width: 407px;
    text-align: center;
}
.toggle-block .custom-daterange-picker, .toggle-block .custom-daterange-picker input{
    height: 100%;
}
.minus span, .plus span{display: none;}

/* ==================== Manage Teams ========================*/
.dashboard-titlebar.manage-teams-titlebar {
    padding-bottom: 0;
}
.manage-teams-titlebar .nav-tabs {
    border: none;
}
.manage-teams-titlebar .nav-tabs .nav-item{
    margin: 0 30px;
}
.manage-teams-titlebar .nav-tabs .nav-item:first-child{
    margin-left: 0;
}
.manage-teams-titlebar .nav-tabs .nav-item:last-child{
    margin-right: 0;
}
.manage-teams-titlebar .nav-tabs .nav-item:first-child .nav-link{
    padding-left: 0;
}
.manage-teams-titlebar .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    padding: 17px 0;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
}
.manage-teams-titlebar .nav-tabs .nav-link:hover, .manage-teams-titlebar .nav-tabs .nav-link.active {
    background: transparent;
    color: #172b4d;
    border-color: #0070ff;
    transition: all 0.4s ease-in-out;
}
.manage-teams-titlebar a {
    margin-bottom: 20px;
}
.manage-teams-filter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.table-count-filter-manage {
    display: flex;
    align-items: center;
}
.filter_col {
    width: 20%;
}
.filter_col_search {
    width: 65%;
}
.filter_col_select {
    width: 15%;
}
.filter_col_search input[type="search"] {
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 50px;
}
.group-card {
    height: 100%;
    margin: 0;
}
.group-card-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.user-group-image img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border: 1px solid #E0E0E0;
    border-radius: 100%;
}
.dot_button {
    position: absolute;
    top: 0;
    right: -7px;
}
.group-card .group-card-detail-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 10px;
    border-top: 1px solid #EBEDF0;
}
.group_card_button {
    padding: 9px 20px 10px;
}
.user_details_titlebar {
	padding-bottom: 20px;
}
.dashboard-details.pt-40 {
	padding-top: 40px;
}
.user_heading {
	width: 50%
}
.user_buttons {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.dashboard-details .user-group-left {
    position: relative;
    padding-right: 12px;
}
.dashboard-details .user-group-left:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #EBEDF0;
    position: absolute;
    right: -12px;
    top: 0;
}
.user_detail_form {
	border: 0;
}
.user_detail_form p {
    font-weight: 500;
}
.users_groups {
	border-top: 1px solid #EBEDF0;
}
.group_user_table {
	border: 1px solid #DFE1E6;
	border-radius: 5px;
	padding: 20px 0 10px;
    max-width: 721px;
}
.user_table_top {
	display: flex;
	align-items: center;
	padding: 0 30px 20px 20px;
}
.table-pill {
    padding: 6px 15px;
    background: #EEEFF2;
    border-radius: 30px;
    font-size: 14px;
    line-height: 17px;
    color: #172B4D;
    margin-left: 12px;
}
.user_table_top a {
    margin-left: auto;
}
.user_table_buttom table {
    table-layout: fixed;
    -webkit-table-layout: fixed;
    -moz-table-layout: fixed;
}
.user_table_buttom table thead {
	background-color: #FFFFFF;
    border-top: 1px solid #DFE1E6;
    position: relative;
}
.user_table_buttom table td:nth-child(2), th:nth-child(2) {
    min-width: 208px;
}
.user_table_buttom table td:nth-child(3), th:nth-child(3) {
    min-width: 378px;
}
.user_table_buttom table td:nth-child(4), th:nth-child(4) {
    min-width: 70px;
}
.user_table_buttom table thead tr {
    display: block;
    position: relative;
}
.user_table_buttom table tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 305px;
    -webkit-display: block;
    -webkit-overflow: auto;
    -webkit-width: 100%;
    -webkit-height: 305px;
    -moz-display: block;
    -moz-overflow: auto;
    -moz-width: 100%;
    -moz-height: 305px;
}
.action-list {
    min-width: 199px;
}
.group_user_table p {
	margin: 0;
}
.recent_group {
	padding-left: 12px;
}
.card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.group-card-detail-list li {
	padding-bottom: 22px;
}
.group-card-detail-list li:last-child {
	padding-bottom: 0;
}
.group-card-detail-list li span {
	padding-right: 60px;
	white-space: nowrap;
}
.group-card-detail-list li:last-child span {
	padding-right: 30px;
}
.user_permissions {
    border-top: 1px solid #EBEDF0;
}
.property_profile_card {
    border: 1px solid #DFE1E6;
    border-radius: 5px;
}
.property_profile_card label {
    padding-left: 14px;
}
.property_profile_head {
    padding: 20px 21px 17px 
}
.property_profile_body {
    padding: 31px 56px 30px 21px; 
}
.property_profile_body ul li:last-child {
    display: flex;
    align-items: center;
}
.property_profile_body ul li label {
    padding-left: 12px;
}
.property_profile_types {
    margin-left: 90px;
}
.property_profile_types span {
    padding-right: 50px;
}
.property_profile_types span:last-child {
    padding-right: 0;
}
.property_profile_types span label {
    padding-left: 10px;
}
.quote_profile_body {
    padding: 31px 56px 30px 21px; 
}
.quote_profile_body li label {
    padding-left: 12px;
}
.quote_profile_body ul li:first-child {
    display: flex;
    align-items: baseline;
}
.quote_profile_types {
    margin-left: 120px;
}
.quote_profile_types span {
    padding-right: 46px;
}
.quote_profile_types span:last-child {
    padding-right: 0;
    display: block;
}
.service_profile_body {
    padding: 31px 56px 30px 21px; 
}
.service_profile_body li label {
    padding-left: 12px;
}
/* ======================= Property Listing ============================= */
.offer-card{
    height: 100%;
    margin: 0;
}
.offer-card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.offer-card .offer-detail-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
    border-bottom: 1px solid #D9DFE5;
}

/*================ Start Email Prefrences & View Profil Style =================*/
.profile-detail{
    display: flex;
    align-items: flex-start;
    gap: 30px
}
.profile-detail .user-profile{
    width: 88px;
    height: 88px;
    border-radius: 100%;
    position: relative;
}
.profile-detail .user-profile .upload-user-profile{
    position: absolute;
    right: -5px;
    bottom: -5px;
    border: 0.5px solid #C6CDD5;
    background: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0;
}
.profile-detail .user-profile img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.profile-detail .user-info p{
    margin-bottom: 5px;
}
.profile-detail .user-info p:last-child{
    margin-bottom: 0;
}
.profile-detail .user-info .userID{
    margin-right: 20px;
}
.profile-detail .user-info .user-name{
    font-size: 30px;
    line-height: 36px;
}
.password-security-block{
    border-top: 1px solid #EBEDF0;
}
.password-security-block h6{
    font-weight: 400;
}
.password-security-block .text-link{
    text-decoration: underline;
}
.viewbtn{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.email-box{
    border: 1px solid #EBEDF0;
    border-radius: 4px;
    padding: 20px 30px;
}
.user-edit-details .list-group{
    border-radius: 4px;
}
.parent-switch {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 10px;
    align-items: center;
    border-color: #EBEDF0;
}
.parent-switch label{
    margin-bottom: 0;
}
.card-box{
    position: relative;
    border: 1px solid #DFE1E6;
    border-radius: 4px;
    padding: 25px 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}
.card-box:hover{
    border: 1px solid #0070FF;
    background: #F3F8FF;
}
.card-box.active{
    border: 1px solid #0070FF;
    background: #F3F8FF;
}
.card-box .deleticon{
    position: absolute;
    top: 15px;
    right: 23px;
}
.paymenttext{
    display: flex;
    gap: 12px;
}
.dashboard-details .cardborder{
    border-bottom: 1px solid #EBEDF0;
}
.card-details {
    padding: 0px 24px 40px;
}
.card-details .cardbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*================ End Email Prefrences & View Profil Style =================*/

/*================ Transaction History ================*/

.table-count-filter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.transaction-col-search {
    width: 50%;
}

.transaction-col-select {
    width: 20%;
}

.transaction-col-date {
    min-width: 293px;
}

.transaction-col-clear {
    min-width: 85px;
}

.table-block table thead th:nth-child(2), th:nth-child(3), th:nth-child(4) {
    min-width: 0;
}

.table-block table thead th:nth-child(6) {
    min-width: 330px;
} 

/*================ Contact Start ================*/

.contact-title .left-content h6 {
    font-weight: 400;
}
.contact-details p {
    font-size: 18px;
    padding-top: 26px;
}
.send-email-editor {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background: #FEFEFF;
    padding: 23px 22px 20px 32px;
    /*min-height: 560px;*/
}
.email-subject {
    font-size: 18px;
    line-height: 28px;
    border: 0;
    border-bottom: 1px solid #EBEDF0;
    border-radius: 0;
    padding: 0 0 24px 0;
}
.ql-snow.ql-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding-top: 24px;
    border-top: 1px solid #EBEDF0;
}
.ql-snow a {
    padding: 10px;
}
.email-button {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ql-snow.ql-toolbar .ql-format-group {
    display: flex;
    align-items: center;
}
.ql-snow.ql-toolbar .ql-format-button {
    width: 38px;
    height: 38px;
    margin-right: 14px;
    display: flex;
    align-items:  center;
    justify-content: center;
    border: 1px solid #F3F8FF;
    border-radius: 6px;
    background-color: #FFFFFF;
    transition: 0.5s;
}
.ql-snow.ql-toolbar .ql-format-button:hover {
    background-color: #F3F8FF;
    transition: 0.5s;
}
.ql-snow.ql-toolbar .ql-format-button.ql-active {
    background-color: #F1F4FA;
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold, .ql-snow.ql-toolbar .ql-format-button.ql-italic {
    background-image: none;
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active, .ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active {
    background-image: none;
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold:hover, .ql-snow.ql-toolbar .ql-format-button.ql-italic:hover {
    background-image: none !important;
}
.ql-editor i {
    display: inline;
}
.ql-editor i:before {
    display: none;
}
.ql-format-group .selectCF {
    max-width: 58px;
}
.ql-format-group .selectCF .titleCF {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    width: 58px !important;
    height: 38px;
    padding: 7px;
    background: #FFFFFF !important;
    color: #172B4D !important;
    border: 1px solid #F3F8FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.ql-format-group .selectCF li ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 7px;
}
.ql-format-group .selectCF li ul li:hover, .selectCF .selected {
  background: #F3F8FF;
}
.ql-format-group .selectCF .titleCF:after {
    right: 0;
}
.text-trans option span {
	font-size: 13px;
} 
.contact-details .ql-container {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7A869A;
    height: 397px;
    padding: 20px 0;
}
.send-email-editor .ql-snow.ql-toolbar .ql-format-button.file-attachment {
  width: 100%;
}

/*================ Quote History ================*/
.transaction-col-select .select2-container {
	width: 100% !important;
}

.table-block-quote table thead th:nth-child(6) {
	min-width: 0;
}

/*================ Quote Drafts ================*/
.drafts-card .offer-card-header .left-content span {
	padding-bottom: 6px;
}
.quote-drafts-card {
	display: flex;
	flex-wrap: wrap;
   gap: 30px;
}
.drafts-card {
	width: 30%;
}
.loading-icon-grey {
	background: #EEEFF2;
}
.offer-card-body {
	margin-top: 12px;
}
.next-step {
	border: 1px solid #EEEFF2;
	border-radius: 8px;
	padding: 21px 20px 23px;
}
.next-step p {
	font-weight: 600;
}
.next-step p span {
	font-weight: 400;
}

/*================ Request Detail Page Start ================*/

.dashboard-titlebar .row{
    width: 100%;
    margin: 0;
}
.dashboard-titlebar .lead-detail-title-col{
    width: 27%;
    padding: 0 12px;
}
.dashboard-titlebar .lead-detail-col:nth-child(2){
    width: 11%;
}
.dashboard-titlebar .lead-detail-col{
    width: 15%;
    padding: 0 12px;
}
.dashboard-titlebar .button-col{
    width: 47%;
    padding: 0 12px;
}
/*================ Tabs ================*/
.profile-tabs.nav-pills .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 4px;
    margin-right: 10px;
    transition: all .4s ease-in-out;
}
.profile-tabs.nav-pills .nav-link i{
    margin-right: 10px;
}
.profile-tabs.nav-pills .nav-link:hover, .profile-tabs.nav-pills .nav-link.active{
    background: #F1F4FA;
    color: #172B4D;
    transition: all .4s ease-in-out;
}
.profile-tabs.nav-pills .nav-link:hover span, .profile-tabs.nav-pills .nav-link.active span{
    color: #172B4D;
}
.profile-tabs.nav-pills .nav-link i.hvr, .profile-tabs.nav-pills .nav-link:hover i, .profile-tabs.nav-pills .nav-link.active i{
    display: none;
    transition: all .4s ease-in-out;
}
.profile-tabs.nav-pills .nav-link:hover i.hvr, .profile-tabs.nav-pills .nav-link.active i.hvr{
    display: block;
    transition: all .4s ease-in-out;
}
.text-pill{
    padding: 3px 14px;
    border-radius: 4px;
    display: inline-block;
}
.border-bottom{
    border-bottom: 1px solid #EBEDF0 !important;
}
.service-types, .service-types li {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    flex-wrap: wrap;
}
.service-types li {
    padding: 15px 20px;
    border-radius: 4px;
    grid-gap: 0px;
    flex-wrap: nowrap;
}
.service-types li i {
    margin-right: 10px;
}
.border-box{
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.border-box .info{
    gap: 20px;
}
.border-box li{
    display: flex;
    align-items: center;
    gap: 60px;
}
.border-box li > .check-group{
    min-width: 75px;
}
.pdf-block{
    border: .5px dashed #7A869A;
    border-radius: 6px;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.pdf-block .icon-pdf-red::before{
    width: 15px;
    height: 16px;
}
.device-infobox-list .list-item{
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    max-width: 615px;
}
.device-infobox-list .list-item .item-header{
    padding: 20px;
}
.device-infobox-list .list-item .item-body{
    padding: 24px;
}
.device-infobox-list .list-item li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #7A869A;
}
.device-infobox-list .device-list span{
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-tabs.nav-pills {flex-wrap: nowrap;  overflow-y: hidden;}

.profile-tabs.nav-pills li {flex-shrink: 0;}

/*================ Quote Request Start ================*/

.dashboard-row {
	align-items: stretch;
}
.left-column {
	padding: 35px 16px 40px 0;
	position: relative;
}
.left-column::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	right: -12px;
	height: 100%;
	width: 1px;
	background: #EBEDF0;
}
.left-column-titlebar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left-column-titlebar .nav-tabs .nav-item{
   margin: 0 40px;
}
.left-column-titlebar .nav-tabs .nav-link {
   padding: 5px 0 10px;
}
.left-column-titlebar a {
   margin-bottom: 0;
}
.right-column {
	padding-left: 18px;
}
.right-column h6 {
	font-weight: 400;
}
.right-column .card-list {
   height: calc(100vh - 145px);
   overflow-y: scroll;
}
.request-cards {
	margin-top: 25px;
}
.request-card {
	height: 100%;
	margin-bottom: 0;
}
.request-card-header p {
	line-height: 24px;
	margin-top: 6px;
}
.request-card .request-card-detail-list li {
	display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 17px 0;
	border-bottom: 1px solid #D9DFE5;
}
.request-card-button {
	padding: 10px 20px 11px;
}
.card .pill-red {
	padding: 2px 8px 3px;
   background: #DE350B;
   border-radius: 7px;
   font-weight: 700;
	font-size: 12px;
	line-height: 15px;
   color: #FFFFFF;
}

/*================ Quote Request Offers ================*/

.offers-detail-title-col {
	width: 27%;
}
.offers-detail-col {
	width: 15%;
}
.offers-detail-col:nth-child(3) {
	width: 9%;
}
.offers-button-col {
	width: 33%;
}
.offers-button-col a:first-child {
	margin-right: 20px;
}
.offers-card {
	padding: 26px 26px 33px;
	border-radius: 10px;
}
.offers-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EEEFF2;
	padding-bottom: 25px;
}
.offers-card-header-left p {
	padding-bottom: 6px;
}
.offers-card-header-right h6 {
	padding-bottom: 5px;
}
.price {
   font-weight: 400;
   display: flex;
   align-items: flex-start;
   justify-content: flex-end;
}
.price span {
   font-size: 14px;
   line-height: 20px;
   margin: 1px 2px 0 0;
}
.offers-card-body {
	padding: 25px 0;
   border-bottom: 1px solid #EEEFF2;
}
.offers-card-details li {
   display: flex;
   padding-top: 35px;
}
.offers-card-details li:first-child {
   padding-top: 25px;
}
.offers-card-details li > p {
   width: 34%;
   text-transform: uppercase;
}
.license p {
   display: flex;
   align-items: center;
}
.license p i {
	padding-right: 8px;
}
.offers-card-details li .value {
   display: flex;
   align-items: center;
}
.offers-card-details li .value p {
	padding-left: 6px;
}
.counter-block {
    flex-direction: column;
    border-top: 1px solid #EEEFF2;
    margin-top: 25px;
}
.counter-offer {
    padding-top: 25px;
}
.counter-offer p {
    width: 40%;
}
.counter-offer .left-content, .counter-offer .right-content {
    width: 40%;
}
.counter-offer .left-content p, .counter-offer .right-content p {
    width: 100%;
}
.small-btn.bg-green {
   background: #3EBB89;
   border-color: #3EBB89; 
}
.offers-card-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px; 
	padding-top: 25px;
}
.offers-card-buttons button {
	position: relative;
	margin-right: 20px;
}
.offers-card-buttons button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -21px;
	width: 1px;
	height: 52px;
	background: #E0E0E0; 
	transform: translateY(-50%);
}
.request-row {
	column-count: 2;
	column-gap: 24px;
    break-inside: avoid-column;
    page-break-inside: avoid;
}
.request-col{
    display: inline-block;
    width: 100%;
}

/*================ Service Jobs Current ================*/
.current-titlebar {
   border: 0;
   padding-bottom: 30px;   
}
.current-card-header .left-content a {
   padding-bottom: 5px;
}
.current-detail-list li {
   display: flex;
   align-items: center;
}
.current-detail-list li:last-child {
   border-bottom: 1px solid #EEEFF2;
}
.current-detail-list li p {
   width: 34%;
}
.current-card-button {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-wrap: wrap;
}
.current-card-button a:first-child {
	padding-bottom: 5px;
}
.current-card-button a:last-child {
   margin-left: 20px;
}

/*================ Current Inspections Details Page ================*/
.dashboard-titlebar .job-detail-title-col {
   width: 27%;
   padding: 0 12px;
}
.dashboard-titlebar .job-detail-col {
   width: 13%;
}
.dashboard-titlebar .job-col {
   width: 60%;
}

/*================ Completed Service Jobs ================*/
.completed-card .current-card-header {
	position: relative;
}
.completed-card .current-card-header span {
	margin-bottom: 5px;
}
.card-error {
	position: absolute;
	top: 0;
	right: 0;
}
.completed-card .current-card-footer {
	flex-wrap: wrap;
}
.card-amount li {
	display: flex;
	align-items: center;
}
.card-amount li p {
	min-width: 190px;
}
.card-amount li:last-child span {
	color: #E98282;
}
.completed-card-button {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.completed-card-button a:first-child {
	padding: 9px 20px 10px;
}
.green-button {
	color: #3EBB89;
	border-color: #3EBB89;
}

.reported-card-button a:first-child {
    padding: 7px 20px;
}

/*================ Service Jobs History ================*/
.history-title {
    padding-bottom: 30px;
}
.history-title .left-content h6 {
    font-weight: 400;
}
.history-details {
    padding-top: 30px;
}
.history-col-search {
    width: 65%;
}
.history-col-select {
    width: 18%;
}
.rate-review {
    grid-gap: 4px;
}
.rate-review .icon-star-fill:before {
    width: 17px;
    height: 17px;
}
.pdf-view {
    grid-gap: 10px;
}
.pdf-view .icon-pdf-red:before {
    width: 15px;
    height: 16px;
}

/*================ Responsive Media Query Style =================*/
/* ===========================
    MEDIA :: 1399px as per bootstrap
================================*/
@media only screen and (max-width: 1699px) {
    .card-amount li {justify-content: space-between;}
	.card-amount {width: 100%;}
	.completed-card-button {flex-direction: row; justify-content: space-between; width: 100%;}
}
@media only screen and (max-width: 1399px){
    .count-box{padding: 12px 25px;}
    .count-box i::before{width: 70px; height: 70px;}
    .count-info .count{font-size: 40px; line-height: 50px;}
    .dashboard-details .left-col{border-bottom: 1px solid #EBEDF0; padding-right: 0;}
    .dashboard-details .left-col::after{display: none;}
    .right-col.recent-offer .card-list{display: flex; align-items: stretch; margin: 0 -12px; height: auto; overflow-y: hidden;}
    .right-col.recent-offer .card-list .card {width: 100%; margin: 0 12px;min-width: 45%;}
    .request-step-list .request-step-link span{font-size: 17px; line-height: 26px;}
    .commercial-dashboard{min-width: 360px;}
    .parent-switch {padding: 15px 15px 10px;}
    .viewbtn {justify-content: start;}
    .recent_group .card-list{display: flex; align-items: stretch; margin: 0 -12px; height: auto; overflow-y: hidden;}
    .recent_group .card-list .card {width: 100%; margin: 0 12px;min-width: 45%;}
    .dashboard-details .user-group-left {height: auto;}
    .dashboard-details .user-group-left:after {display: none;}
    .table-count-filter {flex-wrap: wrap;}
    .transaction-col-search {width: 100%;}
    .transaction-col-select, .transaction-col-date {width: 40%;}
    .dashboard-titlebar .lead-detail-title-col h4 {font-size: 24px; line-height: 30px;}
    .drafts-card {width: 40%;}
    .right-column .card-list {display: flex; align-items: stretch; margin: 0 -12px; height: auto; overflow-y: hidden;}
    .right-column .card-list .card {width: 100%; margin: 0 12px; min-width: 45%;}
    .left-column {padding-right: 0}
    .left-column::before {height: 1px; width: 100%;}
    .request-row {column-count: 1;}
    .request-col {width: 100%;}
    .current-detail-list li p {width: 50%;}
    .current-card-button {flex-direction: column; align-items: flex-end;}
    .current-card-button a:first-child {padding-bottom: 5px; margin-right: 0;}
    .completed-card-button {flex-direction: column; align-items: flex-end; width: 48%;}
    .card-amount {width: 48%;}
    .completed-card .current-card-footer {flex-wrap: wrap;}
    .history-col-search {width: 100%;}
    .history-col-select {width: 40%;}
}

/* ===========================
    MEDIA :: 1200px
================================*/
@media only screen and (max-width: 1199px){
    .dashboard-titlebar,.pending-quote-request-box{flex-direction: column; align-items: flex-start; gap: 20px;}
    .right-col.recent-offer .card-list .card{min-width: 60%;}
    .count-box{padding: 12px 16px;}
    .count-box i::before{width: 50px; height: 50px;}
    .count-info .count{font-size: 30px; line-height: 40px;}
    .pdf-icon-wrapper{padding: 20px;}
    .request-step-content{padding: 17px 0 17px 20px;}
    .create-quote-request{height: auto; min-height: 100vh;}
    .white-box .row{margin-left: -12px; margin-right: -12px;}
    .commercial-dashboard{min-width: auto;}
    .table-count-filter-manage {flex-wrap: wrap;}
    .filter_col_search {width: 100%; margin: 0; padding-bottom: 20px;}
    .filter_col_select {width: 50%; margin: 0; padding-right: 20px;}
    .filter_col_date {width: 50%;}
    .manage-teams-titlebar {flex-direction: row; align-items: center;}
    .user_details_titlebar {flex-direction: row; align-items: center; gap: 0;}
    .property_profile_body ul li:last-child {justify-content: space-between;}
    .property_profile_types {margin: 0;}
    .quote_profile_types {margin: 0;}
    .quote_profile_body ul li:first-child {justify-content: space-between;}
    .dashboard-titlebar .lead-detail-title-col{width: 50%; margin-bottom: 15px;}
    .dashboard-titlebar .lead-detail-col,.dashboard-titlebar .lead-detail-col:nth-child(2){width: 25%; margin-bottom: 15px;}
    .profile-tabs.nav-pills .nav-link{padding: 13px 15px;}
    .profile-tabs.nav-pills .nav-link i{margin-right: 8px;}
    .dashboard-titlebar .button-col {width: 100%;}
    .profile-tabs.nav-pills .nav-link {padding: 13px 15px;}
    .profile-tabs.nav-pills .nav-link i {margin-right: 8px;}
    .offers-detail-title-col {width: 100%;}
    .offers-detail-col {width: 33.33%; padding-top: 20px;}
    .offers-detail-col:nth-child(3) {width: 33.33%;}
    .offers-button-col {width: 100%; padding-top: 20px; padding-left: 0;}
    .dashboard-titlebar .job-col {width: 100%;}
    .dashboard-titlebar .job-detail-title-col {width: 50%;margin-bottom: 15px;}
    .dashboard-titlebar .job-detail-col {width: 50%;margin-bottom: 15px;}
    .current-card-button {flex-direction: row; align-items: center;}
    .current-card-button a:first-child {padding-bottom: 0;}
}

/* ===========================
    MEDIA :: 991px
================================*/
@media only screen and (max-width: 991px){
    .request-step-list .request-step-link{padding: 12px;}
    .request-step-content .choose-service-type, .request-step-content .choose-payment-pref,.choose-property-type-label .choose-property-type,.choose-sys-device{padding: 20px;}
    .checkbox-card-label .checkbox-card{padding: 30px 20px 20px;}
    .checkbox-card-label .checkbox-card i::before{width: 40px; height: 40px;}
    .checkbox-card-label .checkbox-card .dummy-checkbox, .choose-sys-device .dummy-checkbox{top: 16px; right: 20px;}
    .days-chacklist{gap: 20px;}
    .days-chacklist li{margin-right: 20px;}
    .request-inspection-detail{flex-direction: column; height: auto;}
    .request-inspection-detail .left-bar, .request-inspection-detail .right-content{width: 100%;}
    .request-inspection-detail .left-bar{overflow-y: hidden;}
    .device-inspection-tab{flex-direction: row !important; flex-wrap: nowrap; overflow-x: auto;}
    .device-inspection-tab .nav-link{white-space: nowrap; padding: 12px 16px;}
    .device-inspection-tab .nav-link.active::after{display: none;}
    .device-inspection-tab .nav-link i::before{width: 20px; height: 20px;}
    .device-range-row{flex-wrap: wrap;}
    .device-range-row .small-col{width: 50%;}
    .device-range-row .small-col:first-child{width: 100%; margin-bottom: 15px;}
    .minus, .plus{position: relative;}
    .minus span, .plus span{display: block; font-size: 12px; color: #7A869A; position: absolute; top: -20px; left: 0; right: 0;}
    .request-inspection-detail .tab-content{padding: 20px 24px;} 
    .profile-detail .user-info .user-name{font-size: 24px; line-height: 30px;}
    .profile-detail .user-info p.mb-4{margin-bottom: 6px !important;}
    .recent_group {padding-left: 0;}
    .quote_profile_body span {display: block;}
    .property_profile_types span {padding-right: 20px;}
    .drafts-card {width: 60%;}
}

/* ===========================
    MEDIA :: 767px
================================*/
@media only screen and (max-width: 767px){
    .dashboard-count-box-row .count-box-col{width: 50%; padding: 0 12px 24px;}
    .dashboard-count-box-row{margin-bottom: 26px;}
    .count-box{flex-direction: row;}
    .count-box .count-info{display: block;}
    .completed-inspection-info .title{font-size: 18px; line-height: 22px;}
    .pdf-icon-wrapper{padding: 15px;}
    .right-col.recent-offer .card-list .card{min-width: 80%;}
    .icon-pdf-white::before{width: 30px; height: 40px;}
    .create-quote-request{padding-bottom: 70px;}
    .request-step-content{padding-left: 0;}
    .request-step-list{display: flex; align-items: center; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px;}
    .request-step-list .list-item{padding: 40px 0 0;}
    .request-step-list .list-item::after{width: 100%; height: 1px; bottom: inherit; top: 14px;}
    .request-step-list .list-item:first-child:after{height: 1px; width: 50%;}
    .request-step-list .list-item:last-child:after{height: 1px; width: 50%; top: 14px; left: 0;}
    .request-step-list .list-item::before, .request-step-list .list-item.active::before{left: 50%; top: 7px; transform: translateX(-50%);}
    .request-step-list .list-item.passed::before,.request-step-list .list-item.active::before{top: 0;}
    .request-step-list .list-item .request-step-link span{font-size: 14px; line-height: 17px;}
    .request-step-list .request-step-link{padding: 8px 10px; white-space: nowrap; margin: 0 8px; border: 1px solid transparent;}
    .request-step-list .list-item.active .request-step-link::before, .request-step-list .list-item.active .request-step-link::after{left: 50%; transform: translateX(-50%); top: 0;}
    .request-step-list .list-item.active .request-step-link::before{margin-top: -20px; border-left-color: transparent; border-bottom-color: #D1E5FF;}
    .request-step-list .list-item.active .request-step-link::after{margin-top: -18px;border-left-color: transparent; border-bottom-color: #fff;}
    .choose-property-type-label .dummy-radio{top: 20px; right: 20px;}
    .create-quote-request .white-box,.create-quote-request .white-box .white-box-body{height: auto;}
    .request-step-content .white-card h5{font-size: 24px; line-height: 28px;}
    .checkbox-card-label .checkbox-card{padding: 20px;}
    .checkbox-card-label .checkbox-card p{margin-bottom: 0;}
    .checkbox-card-label .checkbox-card i::before{width: 30px; height: 30px;}
    .checkbox-card-label .checkbox-card .dummy-checkbox{width: 18px; height: 18px;}
    .checkbox-card-label input[type="checkbox"]:checked + .checkbox-card .dummy-checkbox{background-size: 14px;}
    .white-box{padding: 20px;}
    .device-range-row .middle-col{width: 70%;}
    .device-range-row .small-col{width: 30%;}
    .dashboard-titlebar{padding: 24px 0;}
    .manage-teams-titlebar .nav-tabs .nav-link {font-size: 20px;line-height: 28px;}
    .manage-teams-titlebar a svg {width: 15px;height: 15px;}
    .group-card-header img {width: 80px;height: 80px;}
    .manage-teams-titlebar .nav-tabs .nav-item{margin: 0 15px;}
    .manage-teams-titlebar a {margin-bottom: 0;}
    .profile-detail .user-profile{width: 70px; height: 70px;}
    .group_user_table {max-width: 592px;}
    .user_table_buttom table td:nth-child(2), th:nth-child(2) {min-width: 208px;}
    .user_table_buttom table td:nth-child(3), th:nth-child(3) {min-width: 268px;}
    .recent_group .card-list .card {min-width: 60%;}
    .property_profile_types span {padding-right: 10px;}
    .ql-container {height: 300px !important;}
    .dashboard-titlebar .button-col {padding: 0;}
    .dashboard-titlebar .lead-detail-title-col {width: 100%; padding: 0;}
    .dashboard-titlebar .lead-detail-col, .dashboard-titlebar .lead-detail-col:nth-child(2) {width: 50%; padding: 0;}
    .service-types li {padding: 12px;}
    .right-column .card-list .card {min-width: 60%;}
    .offers-detail-col {width: 100%; padding-left: 0}
    .offers-detail-col:nth-child(3) {width: 100%;}
    .dashboard-titlebar .job-col {padding-left: 0;}
    .counter-offer p {width: 50%;}
    .counter-offer .left-content, .counter-offer .right-content {width: 50%;}
}	

/* ===========================
    MEDIA :: 640px
================================*/
@media only screen and (max-width: 640px){
    .dashboard-titlebar .right-content,.completed-inspection-row{flex-direction: column; align-items: flex-start; gap: 15px;}
    .completed-inspection-col{width: 100%;}
    .right-col.recent-offer .card-list .card{min-width: 90%;}
    .dashboard-titlebar{margin: 0 12px;}
    .dashboard-details{padding: 0 12px 30px;}
    .request-step-list .list-item.active::before{top: 4px; width: 20px; height: 20px; border-width: 5px;}
    .request-step-list .list-item.passed::before{top: 4px; width: 20px; height: 20px; background-size: 15px;}
    .choose-service-type .dummy-radio, .choose-property-type .dummy-radio, .choose-payment-pref .dummy-radio{width: 18px; height: 18px; min-width: 7px;}
    .choose-service-type-label input[type="radio"]:checked + .choose-service-type .dummy-radio, .choose-property-type-label input[type="radio"]:checked + .choose-property-type .dummy-radio, .choose-payment-pref-label input[type="radio"]:checked + .choose-payment-pref .dummy-radio{border-width: 5px;}
    .request-step-list .request-step-link i{margin-right: 5px;}
    .request-step-list .request-step-link i::before {width: 18px; height: 18px;}
    .request-step-list .request-step-link{margin: 0 8px;}
    .quote-request-step-header .border-right{margin-right: 20px;}
    .quote-request-step-header .border-right::after{right: -11px;}
    .request-step-content .choose-service-type, .request-step-content .choose-payment-pref, .choose-property-type-label .choose-property-type,.choose-sys-device{padding: 12px; gap: 5px;}
    .quote-request-step-header{padding-top: 24px;}
    .choose-property-type-label .dummy-radio{top: 12px; right: 12px;}
    a.add-new-property{padding: 12px;}
    a.add-new-property i::before{width: 18px; height: 18px;}
    .choose-sys-device .dummy-checkbox{width: 20px; height: 20px;}
    .choose-sys-device-label input[type="checkbox"]:checked + .choose-sys-device .dummy-checkbox{background-size: 12px;}
    .white-box{padding: 12px;}
    .white-box .white-box-header{padding-bottom: 12px;}
    .request-step-content .white-card{padding: 30px;}
    .request-step-content .white-card h5{margin-top: 10px;}
    .checkbox-card-label .checkbox-card{padding: 12px;}
    .checkbox-card-label .checkbox-card .dummy-checkbox{top: 12px; right: 12px;}
    .checkbox-card-label .checkbox-card i::before{width: 20px; height: 20px;}
    .device-range-row .small-col{width: 100%; margin-top: 15px;}
    .device-range-row .middle-col{width: 100%;}
    .dashboard-details .left-col, .dashboard-details .right-col{padding-top: 24px;padding-bottom: 24px;}
    .filter_col_select {width: 100%; padding-bottom: 20px;}
    .filter_col_date {width: 100%;}
    .manage-teams-titlebar .nav-tabs .nav-link {padding: 10px 0;}
    .filter_col_select {padding-right: 0;}
    .profile-detail .user-info .user-name{font-size: 20px; line-height: 26px;}
    .profile-detail .user-profile{width: 60px; height: 60px;}
    .form_input {width: 100%;}
    .property_profile_types span {display: block;}
    .property_profile_body {padding: 20px;}
    .property_profile_body ul li:last-child {align-items: baseline;}
    .quote_profile_body {padding: 20px;}
    .transaction-col-select, .transaction-col-date {width: 100%;}
    .transaction-col-search {padding: 0;}
    .ql-snow.ql-toolbar {flex-direction: column;align-items: start;}
    .email-button {padding-top: 24px;}
    .profile-tabs.nav-pills .nav-link, .pdf-block{padding: 12px;}
    .device-infobox-list .list-item .item-header, .device-infobox-list .list-item .item-body, .border-box{padding: 15px;}
    .profile-tabs.nav-pills .nav-link i::before, .service-types li i::before, .device-infobox-list .device-list i::before{width: 20px; height: 20px;}   
    .dashboard-titlebar .lead-detail-title-col h4 {font-size: 22px;}
    .dashboard-details.pt-40 {padding-top:30px;}
    .drafts-card {width: 100%;}
    .offers-card-buttons {gap: 10px;}
    .offers-card-buttons button {margin-right: 10px;}
    .offers-card-buttons button::after {right: -11px;}
    .card-amount {width: 100%;}
    .completed-card-button {flex-direction: row;justify-content: space-between;width: 100%;}
    .history-col-select {width: 100%;}
    .quote-drafts-card {gap: 20px;}
}

/* ===========================
    MEDIA :: 480px
================================*/
@media only screen and (max-width: 480px){
    .dashboard-count-box-row .count-box-col{width: 100%;}
    .count-box{padding: 16px; flex-direction: row; align-items: center;}
    .count-box .count-info{display: block;}
    .pending-quote-request-box{padding: 15px;}
    .pending-quote-request-title .loading-icon{margin-right: 12px;}
    .right-col.recent-offer .card-list .card{min-width: 92%;}
    .pdf-icon-wrapper{padding: 10px;}
    .create-quote-request{padding-bottom: 50px;}
    .choose-property-type-label .choose-property-type p{max-width: 230px;}
    .choose-sys-device i::before{width: 20px; height: 20px;}
    .select-card-row .select-card-col{width: 50%;}
    .days-chacklist{gap: 16px;}
    .days-chacklist li{margin-right: 0;}
    .request-inspection-detail .tab-content{padding: 20px 12px;}
    .range-container output{min-width: 62px;text-align: center;}
    .manage-teams-titlebar {flex-direction: column-reverse; align-items: flex-start;}
    .manage-teams-titlebar .nav-tabs .nav-item{margin: 0 10px;}
    .manage-teams-titlebar .nav-tabs .nav-link {font-size: 16px;line-height: 24px;}
    .card-box{margin-top: 20px;}
    .profile-detail{gap: 10px;}
    .profile-detail .user-profile{width: 50px; height: 50px; min-width: 50px;}
    .user_details_titlebar {flex-direction: column; align-items: flex-start; gap: 20px;}
    .user_buttons {width: 100%; justify-content: flex-start;}
    .user_table_top {align-items: flex-start; flex-direction: column; gap: 20px;}
    .user_table_top a {margin: 0;}
    .table-pill {margin: 0;}
    .recent_group .card-list .card {min-width: 80%;}
    .quote_profile_body ul li:first-child {flex-direction: column;}
    .quote_profile_body span:first-child {padding-top: 20px;}
    .quote_profile_types {margin-left: 30px;}
    .ql-snow.ql-toolbar .ql-format-button {margin-right: 5px;}
    .device-infobox-list .list-item .item-header, .device-infobox-list .list-item .item-body, .border-box{padding: 12px;}
    .dashboard-titlebar .lead-detail-col, .dashboard-titlebar .lead-detail-col:nth-child(2){width: 100%;}
    .border-box li{flex-wrap: wrap; gap: 10px;}
    .border-box .info{gap: 10px;}
    .device-infobox-list .device-list span{gap: 6px;}
    .dashboard-titlebar .lead-detail-title-col h4 {font-size: 20px;}
    .right-column .card-list .card {min-width: 100%;}
    .offers-card {padding: 20px;}
    .offers-card-details li {flex-direction: column; padding-top: 20px;}
    .offers-card-details li > p {padding-bottom: 10px;width: 100%;}
    .offers-card-buttons button::after {display: none;}
    .offers-card-buttons button {margin-right: 0;}
    .offers-card-buttons {flex-wrap: wrap;justify-content: space-between;}
    .offers-card-buttons a:last-child {width: 100%;}
    .current-card-button {flex-direction: column;align-items: flex-end; text-align: right; width: 100%;}
    .current-card-button a:first-child {margin-right: 0; margin-bottom: 5px;}
    .dashboard-titlebar .job-detail-title-col {width: 100%;}
    .dashboard-titlebar .job-detail-col {width: 100%; padding-left: 0;}
    .dashboard-titlebar .job-col a:first-child {margin-bottom: 12px;}
    .completed-card-button {flex-direction: column; align-items: center;}
    .completed-card-button a:first-child {width: 100%;}
    .offers-card-body {padding: 20px 0;}
    .counter-offer {flex-direction: column; padding-top: 20px;}
    .counter-offer .left-content, .counter-offer .right-content {width: 100%;}
    .counter-offer .left-content {margin-bottom: 20px;}
}

@media only screen and (max-width: 366px){
    .accept-finish-btn{margin-top: 10px;}
}
