
.react-form-builder-toolbar ul li {
    position: relative;
    padding-left: 35px !important;
  }

  
  .react-form-builder-toolbar .fas::before,
  .react-form-builder-toolbar .far::before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 24px;
    background-size: cover;
  }
  
  .toolbar-header-buttons .fas::before,
  .toolbar-header-buttons .far::before,
  .edit-form .fas::before,
  .edit-form .far::before,
  .SortableItem .fas::before
  {
    content: " ";
    width: 17px;
    height: 17px;
    position: absolute;
    background-size: cover;
  }
  .image-upload-control .fas::before{
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    left: 6px;
    top: 10px;
  }
  .edit-form .dynamic-option-list .fas::before{
    content: " ";
    width: 17px;
    height: 17px;
    position: absolute;
    background-size: cover;
    top: 4px;
    left: 31%;
  }
  .fas.fa-font::before {
    background-image: url("bars.png");
  }
  .fas.fa-heading::before {
    background-image: url("header-icon.png");
  }
  .fas.fa-plus::before {
    background-image: url("number-input-icon.png");
  }
  .fas.fa-text-height::before {
    background-image: url("multi-line-icon.png");
  }
  .far.fa-dot-circle::before {
    background-image: url("radio-icon.png");
  }
  .far.fa-check-square::before {
    background-image: url("checkbox-icon.png");
  }
  .fas.fa-star::before {
    background-image: url("rating-icon.png");
  }
  .fas.fa-camera::before {
    background-image: url("camera.png");
  }
  .fas.fa-edit::before {
    background-image: url("edit-icon.png");
  }
  .fas.fa-trash::before {
    background-image: url("delete-icon.png");
  }
  .fas.fa-grip-vertical::before {
    background-image: url("grip-icon.png");
  }
  .fas.fa-times::before {
    background-image: url("cross-icon.png");
  }
  .fas.fa-copy::before {
    background-image: url("copy-icon.png");
  }
  .fas.fa-arrow-up::before {
    background-image: url("chevron-up-icon.png");
  }
  .fas.fa-arrow-down::before {
    background-image: url("chevron-down-icon.png");
  }
  .fas.fa-arrow-circle-down::before {
    background-image: url("multiple-image-icon.png");
  }
  .fas.fa-image::before {
    background-image: url("image-icon.png");
  }
  .fas.fa-card::before {
    background-image: url("image-checbox-icon.png");
  }
  .fas.fa-signature::before {
    background-image: url("signature-icon.png");
  }
  .fas.fa-minus-circle::before {
    background-image: url("radio-icon.png");
  }
  .fas.fa-plus-circle::before {
    background-image: url("pluse-icon.png");
  }

  
  .edit-form .clearfix{
      display: flex;
      justify-content: space-between;
  }

  .badge {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.358rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
  }
  .form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
  }
  .form-control {
    display: block;
    width: 100%;
    height: 2.714rem;
    padding: 0.438rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #6e6b7b;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.786rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.358rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
  }
  .btn-default {
    background-color: #ff8c00 !important;
    color: black !important;
  }
  .react-form-builder.clearfix > div {
    display: flex;
  }

  .text_color {
    color: #ff8c00 !important;
}

.btn_edit_employee {
    margin-right: -15px !important;
}

#form-builder .react-form-builder .react-form-builder-preview {
    max-height: 600px;
    padding: 20px 20px 2px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    width: 100%;
    border-radius: 0.5rem;
    overflow-y: scroll;
    min-height: 30rem;
    overflow-y: auto;
}

.card_images {
    /* margin-top: -100px !important; */
    background: linear-gradient(45deg, #ff8c00, #ff8c008a);
    height: 80px;
}

#user-profile .profile-header .profile-img-container .profile-img {
    box-shadow: none;
}

.profile_img {
    border-radius: 50% !important;
    box-shadow: 1px 1px 25px 1px #ff8c002e !important;
}

.shadow_box {
    box-shadow: 1px 1px 5px 1px #ff8c002e !important;
}

.current-orders-cards {
    display: flex !important;
    flex-direction: row !important;
    justify-content: start;
}

.rounded_profile_img {
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-page .navbars .navs-bars {
    left: 0px !important;
    width: calc(100vw - (100vw - 100%) - calc(2rem * 2) - 0px);
    max-width: 100%;
}

.cards_headers {
    background-color: #ff8c00 !important;
}

.box_shadow_none {
    box-shadow: none !important;
}

.border_lines {
    border: 1px solid #82868b52 !important;
}

.scrolls {
    position: fixed;
    width: 140px;
}

.scrolls:hover {
    overflow-y: scroll !important;
}

.chat-scroll {
    position: fixed;
    width: 140px;
}

.chat-scroll:hover {
    overflow-y: auto;
}

.group-edit-emp {
    margin-top: 8px;
}

.btn-add-emp {
    margin-top: -40px;
}

.card_headers {
    background-color: #ff8c00 !important;
    height: 80px !important;
}

.title-header {
    color: white;
    margin-top: -10px;
}

.card_view_orders {
    border: 1px solid #e5e3e3;
    box-shadow: 1px 1px 20px 1px lavender;
}

.btn_applied {
    margin-right: -20px;
}

.card_footer {
    height: 75px;
}

.text_view_orders {
    margin-top: 1px;
    font-size: 14px !important;
}

.view-orders {
    margin-top: -30px;
}

.card-add-emp {
    margin-top: 50px;
    box-shadow: 1px 1px 10px 1px #ff8c0014 !important;
}

.box_shadow {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.boxs_shadows {
    box-shadow: 1px 1px 10px 1px #ff8c0014 !important;
}

.boxs_shadows:hover {
    box-shadow: 1px 1px 10px 1px #ff8c0014 !important;
}

.order-emp-table {
    margin-top: -30px;
}

.card_bodies {
    margin-top: 0px !important;
}

.breadcrumbers {
    margin-top: 80px;
}

.imgs {
    width: 400px;
    position: absolute;
    top: calc(-40% + 35px);
    left: -50%;
    border-radius: 50%;
    transform: scale(1.2);
}

.top-70 {
    position: relative;
    top: -70px;
}

.top-100 {
    position: relative;
    top: -100px;
}

.csslider > .navigation > div {
    margin-left: 0% !important;
}

.order-emp {
    margin-top: 10px;
}

ol.breadcrumb {
    background-color: white !important;

    padding-top: 0.5rem !important;
}

.table-surveyor {
    margin-top: 10px;
}

.surveryor-content {
    margin-top: -30px;
}



.btn-emp-table {
    margin-top: -30px;
}

.table-emp {
    margin-top: 10px;
}

.Margin_Top {
    margin-top: 1.1rem;
}

.btn-profile {
    margin-top: 5px;
}

.breadcrumb li a {
    color: #ff8c00 !important;
    font-weight: inherit;
}

.custom-switch .custom-control-label::before {
    width: 40px !important;
    border-radius: 0.9rem !important;
}

.purplecolor {
    background-color: #ff8c00;
}

/* .navs-bars {
    left: 0 !important;
} */

.greycolor {
    background-color: #82868b;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff8c00 !important;
    border-color: #ff8c00 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #ff8c00 !important;
}

a.anchor {
    color: #ff8c00 !important;
}

.nav-link {
    display: block !important;
}

.button_top {
    margin-top: 100px;
}

.card_width {
    width: 1030px;
}

.card-edit-emp {
    margin-top: -30px;
    box-shadow: 1px 1px 10px 1px #ff8c0014 !important;
}

.btn-surveyor {
    margin-top: -10px;
}

.card_marg {
    margin-left: 20.3rem;
}

.btn-buttons {
    margin-right: 5px;
}

.btn-buttons-edit {
    border: 1px solid #ff8e07 !important;
    background-color: transparent;
    color: #ff8e07;

}

.btn-buttons-edit:hover {
    color: wheat !important;
}

.btn-buttons-delete:hover {
    color: wheat !important;
}

.surveryors-freelancer {
    margin-top: -30px;
}

.card-surveyor {
    margin-top: 10px;
}

.table-theme tr th {
    background-color: #82868b  !important;
    color: #212121;
}

.select-width {
    width: 450px;
}

.Employee_Designation {
    font-size: 15px;
}

.dropdown-menu.dropdown-menu-right.show {
    width: 100%;
}

.margin_left {
    margin-left: 80px !important;
}

.f_s {
    font-size: 0.9rem;
}

.table_width {
    width: 1056px;
    margin-left: 20px;
}

.content_width {
    width: 1030px;
}

.list_group {
    padding-right: inherit;
    margin-left: -1px;
}

.margin_top_list {
    margin-top: -0.1rem !important;
}

a#marg_right {
    padding: 10px;
}

.transp {
    background-color: transparent;
}

.top_marg {
    margin-top: -15px !important;
}


.containe_Full_width {
    padding-left: inherit;
    padding-right: inherit;
}

.card_feed {
    padding-left: inherit;
    padding-right: inherit;
}

.marg_left {
    margin-left: 245px !important;
    margin-top: -0px !important;
}

.button_transform {
    font-size: 12px;
    text-transform: capitalize;
}

.cards {
    margin-left: 12.1rem;
    width: 1030px;
}


.current-orders-cards .card-title {
    font-size: 14px;
    font-weight: normal;
}


.current-orders-cards .card {
    box-shadow: 4px 4px 7px #00000030!important;
}

.current-orders-cards .card:hover {
    box-shadow: 0 10px 17px #2a2e3061  !important;
}

.card-order-edit-sidebtns {
    position: absolute;
    right: 20px !important;
    top: 17px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
}

.container_fluid {
    padding-left: inherit;
    padding-right: inherit;
}

.container_width {
    padding-left: inherit;
    padding-right: inherit;
}

.bg_color {
    background-color: rgb(235, 235, 235);
    height: 655px;
}

.tables {
    --bg-opacity: 1;
    background-color: #eceff1;
    background-color: rgba(236, 239, 241, var(--bg-opacity));

}

.fonts {
    font-family: "Montserrat", Arial, sans-serif;
    width: 600px;
}

.tds {
    font-family: Montserrat, -apple-system, "Segoe UI", sans-serif;
    padding: 48px;
    text-align: center;
}

.font_family {
    font-family: "Montserrat", Arial, sans-serif;
}

.font_fam {
    font-family: "Montserrat", Arial, sans-serif;
    width: 100%;
}

.f_s {
    font-size: 1.1rem;
}

.card-width {
    margin-left: 14.3rem !important;
    width: 1030px;
}

.card-order-edit-sidebtns button {
    margin: 0 5px;
}

.text-color {
    color: #ff8c00 !important;
}

.card-order-edit-sidebtns button.btn-outline-secondary {
    border: 1px solid #ffffff !important;
    background-color: transparent;
    color: #ffffff;
    width: 35px !important;
    height: 30px !important;
    text-align: center;
    padding: 1px;
}

.card-order-edit-sidebtns button.btn-outline-secondary svg {
    margin: 0 !important;
    width: 15px;
    height: auto;
}

.current-orders-cards .card-header h4 {
    font-weight: 600;
    font-size: 21px;
    color: #505050;
    max-width: 159px;
    display: block;
    line-height: 1.4;
    width: 100%;
}

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- Reset Code --*/
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Lato", sans-serif;
    /* overflow: hidden; */
}

.marg_top {
    margin-top: -25.9rem !important;
}

.marg {
    margin-top: -5.5rem !important;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}



.text-wh {
    color: #fff;
}

.text-da {
    color: #343a40;
}

.text-li {
    color: #f8f9fa;
}

html {
    scroll-behavior: smooth;
}

/* //Reset Code */

/* bottom-to-top */
a.move-top {
    position: fixed;
    bottom: 1.5%;
    right: 2%;
    z-index: 0;
}

a.move-top span {
    color: #ff3f34;
    font-size: 30px;
}

/* //bottom-to-top */

/* header */
/* top bar */
.header-top_w3layouts {
    padding: 0 0.5em;
}

/* social icons */
.top-right-info li a {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.top-right-info li a span {
    color: #fff;
    font-size: 14px;
}

.top-right-info li p {
    margin-right: 6px;
    font-size: 16px;
}

.top-right-info li.facebook-w3 a {
    background: #3b5998;
}

.top-right-info li.twitter-w3 a {
    background: #1da1f2;
}

.top-right-info li.google-w3 a {
    background: #f44336;
}

.top-right-info li.dribble-w3 a {
    background: #ea4c89;
}

.top-right-info li {
    display: inline-block;
}

/* //social icons */
.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px;
}

#marg_left {
    margin-left: 245px !important;
}

a.login-button-2 {
    letter-spacing: 1px;
    font-size: 12px;
    background: #05c46b;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
}

.middle-flex {
    align-items: center;
}

/* //top bar */
/* header 2 */
.nav-content {
    display: flex;
    align-items: center;
}

.nav_web-dealingsls {
    margin-left: auto;
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^="drop"] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    display: inline-block;
    float: left;
}

/* Styling the links */
nav li {
    margin: 0 10px;
}

nav a {
    color: #3a3939;
    font-weight: 400;
    font-size: 12px !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 24px;
    background: #fff;
    padding: 10px;
    z-index: 9;
    border: 1px solid #e4e4e4;
    /* has to be the same number as the "line-height" of "nav a" */
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    margin: 0;
}

nav ul ul li a {
    display: block;
    font-size: 13px;
    padding: 6px 10px;
}

a.drop-text:hover {
    background: #f5f5f5;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Media Queries
--------------------------------------------- */
@media all and (max-width: 991px) {
    #logo {
        float: left;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 15px 10px;
        font-size: 15px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #eee;
        color: #111;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-bottom: 0;
        cursor: pointer;
        margin-top: 8px;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 70px;
        padding: 5px 0;
        font-weight: normal;
        font-size: 14px;
        background: transparent;
        color: #3a3939;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .toggle:hover {
        opacity: 0.8;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^="drop"]:checked + ul {
        display: block;
        padding: 15px 0;
        text-align: center;
        width: 100%;
        background: #f9f9f9;
        border: 1px solid #e2e2e2;
    }

    nav ul {
        float: right;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

   

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav .menu li {
        margin: 2px 0;
    }

    ul.menu {
        max-height: 250px;
        overflow-y: auto;
    }

    .nav-content {
        display: block;
    }
}

/* navigation scroll */
ul.menu::-webkit-scrollbar {
    width: 3px;
}

ul.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

ul.menu::-webkit-scrollbar-thumb {
    background-color: rgb(212, 212, 212);
}

/* //navigation scroll */

/* //navigation */
/* logo */


/* //logo */

/* download button */
.dwn-button span {
    font-size: 33px;
    color: #3a3939;
}

/* //download button */

/* modal */
.login {
    max-width: 500px;
    border: 1px solid #eee;
}

.login-body h5 {
    color: #000;
    font-size: 28px;
    letter-spacing: 1px;
}

p.account-w3ls a {
    color: #05c46b;
}

.form-group label {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 8px;
}

.form-group label.error {
    color: #f00;
    width: 100%;
}

button.submit {
    background: #ff3f34;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px;
    width: 100%;
    margin-top: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //modal */
/* //header 2 */

/* banner */
.baneer-w3ls {
    background: linear-gradient(to bottom, #fff, #fbfbfb);
    z-index: 1;
    position: relative;
}

/* left side text */
.banner-info_agile_w3ls {
    padding-top: 10em;
    padding-left: 5em;
}

.banner-info_agile_w3ls h5 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    letter-spacing: 3px;
}

.banner-info_agile_w3ls h3 {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 600;
}

.banner-info_agile_w3ls h3 span {
    color: #ff3f34;
}

a.button-w3ls {
    color: #615f5f;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #c1c0c0;
    display: inline-block;
    border-radius: 4px;
}

a.button-w3ls.active {
    color: #fff;
    background: #05c46b;
    border-color: #05c46b;
}

a.button-w3ls:hover {
    color: #fff;
    background: #05c46b;
    border-color: #05c46b;
}

/* //left side text */
/* right side slider */
.banner-top1,
.banner-top2,
.banner-top3 {
    min-height: 640px;
}






/* //right side slider */

/* css clider */

.cover-top-center-9 {
    min-height: 100vh;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 99;
}


.text_right {
    text-align: right;
}


h3.w3ls-title {
    font-size: 40px;
    font-weight: 600;
    color: #333;
}

h3.w3ls-title span {
    color: #ff3f34;
}

p.w3ls-title-sub {
    font-size: 22px;
    color: #353535;
    letter-spacing: 3px;
}

.right-space {
    padding-right: 15em;
}

.w3ls-bnrbtm {
    position: relative;
    z-index: 1;
    background: #fff;
}
.w3ls-bnrbtm,
.single-page,
.portfolio,
.ab-info-main,
.about-bottom {
    position: relative;
    z-index: 1;
    background: #fff;
}
/* //about */

/* services */
.middle {
    /* background: url(../assets/images/bg5.jpg) no-repeat center; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 7em;
}

.img-blog-2 {
    position: absolute;
    text-align: center;
    /* width: 100%; */
    bottom: -20%;
    animation: scale 4s linear infinite;
    left: 4%;
    right: 0;
    z-index: -1;
}

.wthree_banner_bottom_grid_right h4 a {
    font-size: 28px;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: #333;
}

@keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

@-webkit-keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

/* //slides images */

/* blog */
p.titile-para-text {
    max-width: 600px;
    font-size: 15px;
}

h5.card-title a,
h5.card-title {
    color: #1f1f1f;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.blog_w3icon span {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.card-header {
    position: relative;
}

img.img-blog {
    position: absolute;
    bottom: -20%;
    left: 6%;
}

/* //blog */

/* two grids */
.blog-sec-w3 {
    min-height: 500px;
}



.text-blog-w3 {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 10em !important;
}

.blog-sec-w3 p {
    font-size: 15px;
}

.blog-sec-w3 h4 a {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

/* //two grids */

/* newsletter */
.subscribe-main {
    position: relative;
}

img.img-fluid.sub-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.newsletter-info input[type="email"] {
    padding: 15px 20px;
    font-size: 15px;
    color: #000;
    outline: none;
    letter-spacing: 1px;
    border: none;
    border: 1px solid #c1c0c0;
    flex-basis: 75%;
    border-radius: 4px;
}

.newsletter-info button {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 14px 0;
    border: 1px solid #ff3f34;
    background: #ff3f34;
    flex-basis: 25%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
    border-radius: 4px;
}

/* //newslettr */

/* footer */
footer {
    background: #17181b;
}

h2 a.logo {
    color: #fff;
}

.btn-employee {
    float: right;
    margin-top: 102px;
    margin-right: -58px;
}

.btn-create-order-emp {
    float: right;
    margin-top: 102px;
    margin-right: -58px;
}

.table-employee {
    margin-top: 140px;
    margin-left: 201px;
    width: 1030px;
}

.btn-order-emp {
    margin-top: -60px;
}

.card-order-emp {
    margin-top: -10px !important;
}

.table-create-order-emp {
    margin-top: 140px;
    margin-left: 201px;
    width: 1030px;
}

.footer-text p,
.footer-text p a,
.contact-info p {
    color: #727377;
    font-size: 15px;
}

.footer-title h3 {
    font-size: 24px;
    color: #f3f3f3;
    letter-spacing: 1px;
}

.payment-links li {
    display: inline-block;
}

/* form */
.info-form-right input[type="text"],
.info-form-right input[type="email"],
.info-form-right textarea {
    color: #000;
    background: #f7f7f7;
    outline: none;
    font-size: 14px;
    padding: 9px;
    letter-spacing: 1px;
    border: none;
    -webkit-appearance: none;
}

.cards_branches {
    margin-top: -15px;
}

.btn_branches {
    margin-top: -55px !important;
}

.button-branches {
    margin-top: -35px !important;
}

.card-profile-col {
    margin: 0 !important;
    padding: 10px !important;
}

.card-profile {
    margin-top: 0px !important;
    padding: 28px;
}



.card_profile {
    margin-top: 10px !important;
    border: 1px solid #d8d6de;
    box-shadow: 0px 0px 25px #ff8c001a;
}

.col-p {
    margin-left: -12px !important;
    margin-top: 10px !important;
}

/* .form-business {
    border: none !important;
    border-bottom: 1px solid #d8d6de !important;
    transition: border-color 0.15s ease-in-out !important;
    box-shadow: none !important;
} */

.content-app {
    width: 100% !important;
    margin-left: -0px !important;
}

/* .form-business:focus {
     border-color: #FF8C00 !important;
} */

.rounded-image {
    border-radius: 5px;
}

.card-profile-col {
    margin-top: -56px;
    padding: 0px;
}

.row_create_survey_form {
    margin-left: 80px;
}

.order_details {
    margin-left: 5px !important;
    color: #ff8c00 !important;
    font-size: 12px !important;
}

/* .content-header-title {
    margin-left: 25px;
} */

.btn-toolbar {
    display: flex;
    justify-content: space-between;
}

.btn-default {
    background-color: #82868b !important;
    color: white !important;
}

.content-margin {
    margin-top: -120px !important;
}

.step-1 {
    color: lightgray;
    font-size: 10px !important;
}


.card_header_line {
    width: 1010px !important;
    border-bottom: 1px solid lightgray !important;
}


.card-body-profile {
    padding: 25px !important;
}

.fill-survey {
    margin-top: 10px;
}

.survey {
    margin-left: 10px;
}

.content-profile {
    margin-top: 150px;
}

.navs-bars:target {
    left: 0px !important;
}

.fileContainer .chooseFileButton {
    background-color: #ff8c00 !important;
    border-radius: 5px !important;
    box-shadow: 1px 1px 15px 1px #ff8c0054 !important;
}

.chat-border-left {
    border-left: 3px solid #ff8c00;
}

.lines {
    border-top: 1px solid rgba(211, 211, 211, 0.301);
    width: 340px;
    margin-left: 10px;
}

.arrow {
    display: block;
    float: right;
    margin-top: 0.25em;
    border-color: transparent;
    border-top-color: #d00;
    border-style: solid;
    border-width: 0.5em 0.31em 0;
    width: 0;
    height: 0;
    position: relative;
    line-height: 0;
}

.card-box {
    background-color: #f8f9fd;
    margin: 20px 10px;
    box-shadow: none !important;
    border: 2px solid #eeeeee;
    border-radius: 20px;
}

.font-text {
    font-size: 12px;
}

.avatars {
    height: 83px !important;
    /* box-shadow: 1px 1px 10px 1px #FF8C007a; */
    border: 5px solid white;
}

.active-conversations {
    margin-left: 30px;
}

.text-top-marg {
    margin-top: 10px;
}

.badge-counter {
    background-color: lightgray;
}

.arrow-left {
    border-width: 0.81em 1.5em 0.81em 0;
    border-top-color: transparent;
    border-right-color: white;
}

/* .content-prof {
    margin-top: -80px;
} */

.branches_listed {
    margin-top: -10px;
}

.breadcrunb_items {
    padding-left: 0px !important;
    margin-left: 10px !important;
}

.breadcrumb-text {
    margin-top: -5px;
}

.breadcrumbs-create-order-employee {
    margin-top: -30px;
}

.breadcrumb-wrapper {
    /* margin-top: 6px; */
}

.info-form-right textarea {
    resize: none;
    min-height: 6em;
}

button.submit-contact {
    background: #ff3f34;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 26px;
    font-size: 14px;
    display: inherit;
    margin-top: 1em;
    border-radius: 4px;
}

button.submit-contact:hover {
    opacity: 0.8;
}

/* //form */
/* copyright */
.cpy-right {
    background: #1c1d21;
}

.cpy-right p {
    letter-spacing: 1px;
    font-size: 14px;
}

.cpy-right p a {
    color: #eee;
}



/* page details */
.breadcrumb-agile {
    box-shadow: 2px 3px 12px 1px rgba(0, 0, 0, 0.15);
}

.breadcrumb li a {
    color: #ff3f34;
    font-weight: bold;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
}

/* //page details */

/* menu page */
.gallery-demo {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07),
        0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.gallery-demo:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h4.p-mask {
    color: #636363;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    padding: 14px 10px 20px;
}

h4.p-mask span {
    color: #191919;
    font-size: 24px;
}

.galler-pop-in {
    z-index: 9999;
}

.login-popup {
    z-index: 99999;
}

.login-popup-2 {
    z-index: 999999;
}

/* gallery */
/* popup */
.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    display: flex;
    align-items: center;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 500px;
    position: relative;
    margin: 5.5em auto;
    padding: 3em 2em 2em;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #7870fb;
}

/* //popup */
/* //gallery */
@media (max-width: 991px) {
    .gal-img {
        padding: 0 0.5em;
    }
}

@media (max-width: 736px) {
    .popup {
        margin: 2.5em auto;
    }

    .gal-img {
        padding: 0 1em;
    }
}

@media (max-width: 480px) {
    .popup {
        margin: 3.5em 1em;
    }
}

/* //menu page */

/* contact page */
h3.footer-title {
    color: #05c46b;
    letter-spacing: 1px;
}

h5.address {
    font-size: 21px;
    color: #1e272e;
    letter-spacing: 1px;
    font-weight: 500;
}

.address-right p a {
    color: #999;
}

.address-right p a:hover {
    color: #000;
}

.contact-agileinfo input[type="text"],
.contact-agileinfo input[type="email"],
.contact-agileinfo textarea {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 14px;
    padding: 1em;
    letter-spacing: 1px;
    border: solid 1px #ddd;
    -webkit-appearance: none;
    display: inline-block;
}

.contact-agileinfo textarea {
    resize: none;
    min-height: 13em;
}

button.submit-contact-main {
    background: #05c46b;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 50px;
    font-size: 16px;
    display: inherit;
    border-radius: 4px;
}

button.submit-contact-main:hover {
    opacity: 0.8;
}

/* map */
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    display: block;
}

/* //map */
/* //contact page */

/* about page */
h3.title-sub {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1px;
}

h3.title-sub span {
    display: block;
}

/* team */
.caption {
    text-align: center;
}

.team-text h4 a {
    font-size: 26px;
    color: #000;
    letter-spacing: 1px;
    margin: 1.2em 0 0.8em;
    font-weight: 600;
    display: inline-block;
}

.caption ul li {
    display: inline-block;
}

.caption ul li:nth-child(2) {
    margin: 0 0.3em;
}

.caption ul li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 2.2;
}

.caption ul li a i:hover {
    transform: rotateY(360deg);
    transition: 0.5s all;
}

.caption ul li a i.f1 {
    background: #3b5998;
}

.caption ul li a i.f2 {
    background: #00aced;
}

.caption ul li a i.f3 {
    background: #f44336;
}

/* //team */
/* //about page */

/* responsive */

@media (max-width: 1680px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 570px;
    }

    .banner-info_agile_w3ls {
        padding-top: 9em;
        padding-left: 3em;
    }

    .banner-info_agile_w3ls h5 {
        font-size: 22px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 54px;
    }

    .text-blog-w3 {
        padding-top: 9em !important;
    }

    .main-banner-2 {
        min-height: 250px;
    }
}

@media (max-width: 1366px) {
    .wthree-slider {
        min-height: 370px;
    }

    .right-space {
        padding-right: 7em;
    }
}

@media (max-width: 1280px) {
    .banner-info_agile_w3ls h5 {
        font-size: 20px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 50px;
    }

    .banner-info_agile_w3ls {
        padding-top: 7em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 480px;
    }

    .blog-sec-w3 {
        min-height: 440px;
    }

    .text-blog-w3 {
        padding-top: 8em !important;
    }

    .main-banner-2 {
        min-height: 200px;
    }
}

@media (max-width: 1080px) {
    .about {
        min-height: 400px;
    }

    p.w3ls-title-sub {
        font-size: 20px;
    }

    .blog-sec-w3 {
        min-height: 420px;
    }

    .text-blog-w3 {
        padding-top: 7em !important;
    }

    .wthree_banner_bottom_grid_right h4 a {
        font-size: 26px;
    }

    .img-blog-2 {
        bottom: -32%;
        left: 6%;
    }

    .middle {
        margin-bottom: 10em;
    }

    .wthree-slider {
        min-height: 320px;
    }

    img.img-fluid.sub-img {
        width: 44%;
    }

    h3.w3ls-title {
        font-size: 36px;
    }

    .newsletter-info input[type="email"] {
        padding: 16px 26px;
        font-size: 14px;
    }

    .newsletter-info input[type="submit"] {
        font-size: 15px;
        padding: 15px 0;
    }
}

@media (max-width: 1050px) {
    .banner-info_agile_w3ls h3 {
        font-size: 46px;
    }

    .banner-info_agile_w3ls h5 {
        font-size: 18px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 430px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 430px;
    }

    .banner-info_agile_w3ls {
        padding-top: 5em;
    }

    a.logo {
        font-size: 36px;
    }

    a.logo span {
        font-size: 13px;
        letter-spacing: 6px;
        top: 0;
    }

    .right-space {
        padding-right: 5em;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    .banner-info_agile_w3ls {
        padding-top: 4em;
        padding-left: 0em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 620px;
    }

    .blog-sec-w3 {
        min-height: 400px;
    }

    .text-blog-w3 {
        padding-top: 6em !important;
    }

    .middle {
        margin-bottom: 20em;
        padding-bottom: 6em !important;
    }

    .img-blog-2 {
        bottom: -44%;
        left: 6%;
    }

    .wthree-slider {
        min-height: 280px;
    }

    img.img-fluid.sub-img {
        width: 30%;
    }

    h3.w3ls-title {
        font-size: 34px;
    }
}

@media (max-width: 900px) {
    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 550px;
    }

    .right-space {
        padding-right: 3em;
    }

    .map iframe {
        min-height: 350px;
    }
}

@media (max-width: 800px) {
    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 490px;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 736px) {
    .banner-info_agile_w3ls h5 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .banner-info_agile_w3ls {
        padding-top: 3em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 440px;
    }

    .about {
        min-height: 300px;
    }

    img.img-blog {
        bottom: -15%;
    }

    h3.w3ls-title {
        font-size: 32px;
    }

    .subscribe-main {
        padding-bottom: 8em !important;
    }

    a.login-button-2 {
        padding: 10px 20px;
    }

    p {
        font-size: 15px;
    }

    ul.top-right-info p {
        font-size: 14px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 42px;
    }

    .about {
        min-height: 250px;
    }

    .main-banner-2 {
        min-height: 150px;
    }
}

@media (max-width: 667px) {
}

@media (max-width: 640px) {
    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 380px;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 568px) {
    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 350px;
    }

    .about {
        min-height: 200px;
    }

    p.w3ls-title-sub {
        font-size: 18px;
    }

    .img-blog-2 {
        bottom: -44%;
        left: 0;
    }

    img.img-fluid.sub-img {
        width: 36%;
    }

    .footer-title h3 {
        font-size: 22px;
    }

    .cpy-right p {
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .banner-info_agile_w3ls {
        padding-top: 2em;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    nav a,
    .menu .toggle {
        font-size: 13px;
    }

    h3.title-sub {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 440px) {
}

@media (max-width: 414px) {
    .caption ul li a i {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 2.4;
    }
}

@media (max-width: 384px) {
    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }

    .top-right-info li p {
        margin-right: 1px;
    }

    .middle {
        margin-bottom: 15em;
    }

    .img-blog-2 {
        bottom: -36%;
    }

    .wthree_banner_bottom_grid_right h4 a {
        font-size: 25px;
        letter-spacing: 0px;
    }
}

@media (max-width: 375px) {
    .top-right-info li a {
        margin: 0 1px;
    }

    h3.title-sub {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0px;
    }
}

@media (max-width: 320px) {
    .top-w3layouts {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .social-grid-w3 {
        max-width: 100%;
        text-align: center;
        flex: 0 0 100%;
        margin: 10px 0 0 0;
    }

    .main-banner-2 {
        min-height: 120px;
    }

    .wthree_banner_bottom_grid_right h4 a {
        font-size: 21px;
    }

    .img-blog-2 {
        bottom: -31%;
    }
}

/* //responsive */

/* .btn .feather {
    vertical-align: inherit;
    font-size: 18px;
    width: 24px;
    height: 24px;
} */

.csslider {
    position: relative;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%;
}

.csslider > ul {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider > .navigation {
    position: absolute;
    bottom: 6%;
    left: 50%;
    z-index: 99;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider > .navigation > div {
    margin-left: -100%;
}

.csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 6px;
    padding: 4px;
    background: #353535;
    border: 2px solid #353535;
}

.csslider > .navigation label:hover:after {
    opacity: 1;
}

.csslider > .navigation label:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: #ff8c00;
    border-radius: 50%;
    padding: 6px;
    opacity: 0;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider
    > input:nth-of-type(1):checked
    ~ .navigation
    label:nth-of-type(1):after,
.csslider
    > input:nth-of-type(2):checked
    ~ .navigation
    label:nth-of-type(2):after,
.csslider
    > input:nth-of-type(3):checked
    ~ .navigation
    label:nth-of-type(3):after {
    opacity: 1;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2) {
    display: block;
    left: 0;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3) {
    display: block;
    right: 0;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*#region MODULES */
/* arrows left and right */
.csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider
    > input:nth-of-type(1):checked
    ~ .navigation
    label:nth-of-type(1):after,
.csslider
    > input:nth-of-type(2):checked
    ~ .navigation
    label:nth-of-type(2):after,
.csslider
    > input:nth-of-type(3):checked
    ~ .navigation
    label:nth-of-type(3):after,
.csslider
    > input:nth-of-type(4):checked
    ~ .navigation
    label:nth-of-type(4):after,
.csslider
    > input:nth-of-type(5):checked
    ~ .navigation
    label:nth-of-type(5):after,
.csslider
    > input:nth-of-type(6):checked
    ~ .navigation
    label:nth-of-type(6):after,
.csslider
    > input:nth-of-type(7):checked
    ~ .navigation
    label:nth-of-type(7):after,
.csslider
    > input:nth-of-type(8):checked
    ~ .navigation
    label:nth-of-type(8):after,
.csslider
    > input:nth-of-type(9):checked
    ~ .navigation
    label:nth-of-type(9):after,
.csslider
    > input:nth-of-type(10):checked
    ~ .navigation
    label:nth-of-type(10):after,
.csslider
    > input:nth-of-type(11):checked
    ~ .navigation
    label:nth-of-type(11):after {
    opacity: 1;
}

.csslider > .arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 26px;
    z-index: 99;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.csslider > .arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 9px;
    box-shadow: inset 2px -2px 0 1px #304659;
    cursor: pointer;
    -moz-transition: box-shadow 0.15s, margin 0.15s;
    -o-transition: box-shadow 0.15s, margin 0.15s;
    -webkit-transition: box-shadow 0.15s, margin 0.15s;
    transition: box-shadow 0.15s, margin 0.15s;
}

.csslider > .arrows label:hover {
    margin: 0;
    opacity: 0.8;
}

.csslider > .arrows label:before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 5%;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 5%;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#slider1 {
    width: 100%;
}

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* Reset Code */



/* //Reset Code */

/* left side */
a.single-text.text-dark.font-weight-light {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.b-grid-top {
    position: relative;
}

.bottom-b-con {
    padding: 40px 0;
}

.blog_info_left_grid {
    position: relative;
    overflow: hidden;
}

.blog-grid-top img {
    width: 100%;
}

.blog_info_left_grid img {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.blog-info-middle ul li {
    display: inline-block;
}

.blog-grid-top h3,
.two-blog2 h3,
h5.card-title {
    font-size: 1.2em;
    margin: 1.2em 0 1em 0;
    font-weight: 700;
}

.blog-grid-top h3 a,
.two-blog2 h3 a,
h5.card-title a {
    color: #333333;
}

.blog-grid-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3em;
}

.blog-mid-sec {
    background: #eceff1;
    padding: 0.5em;
    margin: 1em 0;
}

button.btn.btn-primary.play.sec {
    width: 40px;
    height: 40px;
}

ul.blog-icons li {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
}

ul.blog-icons a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #8c9398;
}

ul.blog-icons i {
    color: #99d9f3;
    font-size: 1em;
    margin-bottom: 0;
}

.blog-girds-sec {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 2em;
}

.left-blog-info p.card-text {
    color: #8c9398;
}

/* //left side */

/* right side */
.tech-btm h4 {
    font-size: 1.4em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 1em;
}

.tech-btm {
    margin-bottom: 2em;
}

.tech-btm input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: 0.6em 1em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
}

.tech-btm input[type="submit"] {
    background: #343a40;
    padding: 0.7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
}

.tech-btm input[type="submit"]:hover {
    background: #28a745;
}

.widget_social li {
    display: block;
}

.widget_social li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
}

.widget_social li a:hover {
    opacity: 0.7;
    color: #fff;
}

.widget_social li a.twitter {
    background: #57baf7;
}

.widget_social li a.facebook {
    background: #3b5998;
}

.widget_social li a.dribble {
    background: #ea4c89;
}

.widget_social li a.pin {
    background: #bd081c;
}

.widget_social li a i {
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 35px;
}

.widget_social li a .count {
    padding-left: 20px;
}

.tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}

.tech-btm h5 a {
    color: #333;
}

.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
    line-height: 2.5em;
}

.text-blog-single {
    color: #53575a;
}

/* //right side */

/* //inner bg */
.demo-header {
    background: #eee;
    padding: 4px 0 15px;
}

ul.inner_breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 15px 15px 0;
    list-style: none;
    background: #eee;
}

ul.inner_breadcrumb li {
    display: inline-block;
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
}

ul.inner_breadcrumb li span {
    margin: 0 1em;
}

.inner_breadcrumb li.active a {
    color: #ff3546;
}

/*-- blog --*/
.blog-img {
    padding: 0;
}

ul.blog_list {
    margin-bottom: 1.5em;
}

.blog-bottom {
    background: #eb5273;
    padding: 2em;
    min-height: 330px;
}

.blog_info h5 a {
    font-size: 1em;
    color: #2c2d2d;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 1px;
}

.blog_info p a.user-blog {
    color: #555;
    text-transform: capitalize;
    font-size: 1em;
}

ul.blog_list li {
    display: inline-block;
    color: #212121;
    font-size: 0.9em;
}

ul.blog_list li span {
    color: #168eea;
    padding-right: 8px;
}

ul.blog_list li i {
    padding: 0 1em;
    font-style: normal;
    color: #999;
}

ul.blog_list li a {
    text-decoration: none;
    color: #212121;
}

.blog_info h5 {
    margin: 12px 0 15px;
}

.blog_info {
    padding: 2em;
    border: 3px solid #f5f5f5;
    background-color: #f5f5f5;
}

.blog-side.blog-top-right {
    padding-right: 0;
}

.single-left1.blog_info {
    margin: 0;
}

.blog_info p {
    margin: 0 0 1em 0;
    color: #777;
}

.card_body {
    border: 1px solid lightgrey !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

ul.blog_list li a {
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #515252;
}

.chats {
    margin-top: -10px !important;
}

.chatting {
    margin-top: 20px;
}

.chat-app-window .user-chats {
    background-color: #f8f9fd !important;
}

.chat-bubbles-icon {
    width: 50px;
}

.chat-color {
    background-color: #0d0c22 !important;
    background-image: inherit !important;
}

.chat-view:hover li {
    background-color: #f8f8f8 !important;
    border-radius: 10px !important;
}

.chat-app-top-marg {

    border-radius: 10px;

    box-shadow: 1px 1px 1px 1px #ebebeb;
}

.btn-send {
    z-index: 1;
}

.chat-view {
    background-color: #f8f9fd;
    border-radius: 10px;
    margin: 10px 5px;
}

.card_headeres {
    background-color: #82868b !important;
    border: 1px solid lightgrey !important;
}

.card_orders {
    color: white;
}

/*-single-*/
ul.list-group.single {
    color: #727373;
}

.list-view-order {
    padding: 20px;
}

ul.list-group.single .badge-primary {
    color: #fff;
    background-color: #8e9194;
}

h5.mt-0 {
    color: #343a40;
    font-size: 1.2em;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.progress {
    font-size: 0.75em;
    line-height: 8em;
    text-align: center;
    background-color: #d6d9da;
    border-radius: 0.25rem;
    margin-bottom: 1em;
}

.card-header {
    padding: 0;
    color: #0e0f10;
}

.card-header button.btn.btn-link {
    color: #555;
    font-weight: 600;
}

.single-gd form input {
    width: 100%;
}

.single-gd img {
    margin-bottom: 1em;
}

.comment-top input[type="text"],
.comment-top input[type="email"],
.comment-top textarea {
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #cacaca;
    padding: 12px;
    font-size: 15px;
    margin-bottom: 14px;
    color: #777;
    border-radius: 0px;
}

.comment-top textarea {
    min-height: 10em;
}

.comment-top button.btn.btn-primary.submit[type="submit"] {
    font-size: 16px;
    background: #05c46b;
    padding: 13px 40px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 1em !important;
    border: none;
    outline: none;
    margin: 0 auto;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.comment-top button.btn.btn-primary.submit[type="submit"]:hover {
    letter-spacing: 4px;
}

.single-gd form input[type="email"] {
    outline: none;
    padding: 12px 15px;
    font-size: 13px;
    color: #777;
    background: #ffffff;
    letter-spacing: 2px;
    border: none;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}

.single-gd form input[type="submit"] {
    background: #555;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 1em;
}

.single-gd form input[type="submit"]:hover {
    background: #080808;
}

.media-body p {
    color: #000;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 3em;
}

.comment h3,
.comment-top h4 {
    color: #555;
    font-size: 1.6em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1em;
}


.comment-top {
    margin-top: 2em;
}

.content-comp-prof {
    margin-top: 10px;
}

.profile-content {
    left: 0px;
}



.color-pro {
    /* color: #999 !important; */
}

.breadcrumbs-top {
    margin-left: 12px;
}

#form-builder .react-form-builder .react-form-builder-toolbar {
    background-color: transparent;
    margin-top: 0px;
}
.trans-back{
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: url('../../public/pdf-trans-back.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1300px;
    position: fixed;
    left: 300px;
    bottom: 10px;
    width: 80%;
    z-index: -1;
}

.view-survey .image-upload-container,
.survey-builder .image-upload-container
{
   pointer-events: none !important;
}

/* blog responsive code */
@media screen and (max-width: 1080px) {
    .blog_info p {
        line-height: 1.5;
        letter-spacing: 0.3px;
    }

    .blog_info {
        min-height: 275px;
        padding: 1em 2em;
    }

    .blog_info.blog-right {
        min-height: 305px;
        width: 100%;
    }

    a.single-text.text-dark.font-weight-light {
        font-size: 22px;
    }
}

@media screen and (max-width: 1050px) {
    .blog_info.blog-right {
        min-height: 297px;
    }

    .blog-x.br-mar {
        margin-top: 1.2em;
    }

    .blog_info.blog-right {
        min-height: 370px;
    }

    .blog_info.blog-right {
        min-height: 370px;
        width: 100%;
    }

    .blog_info.blog-right.two {
        min-height: 369px;
    }

    .single-gd h4 {
        font-size: 1em;
    }
}

@media screen and (max-width: 1024px) {
    .blog_info.blog-right {
        min-height: 372px;
    }

    .blog_info.blog-right.two {
        min-height: 373px;
    }
}

@media screen and (max-width: 991px) {
    .blog_info {
        min-height: auto;
        padding: 2em 2em;
    }

    .blog_info.blog-right {
        min-height: auto;
    }

    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
    }

    .blog_info.blog-right.two {
        min-height: auto;
    }

    .single-gd h4 {
        font-size: 1em;
    }

    .single-left {
        margin-top: 2em;
    }

    .right-blog-con {
        margin-top: 2em;
    }

    ul.blog-icons a {
        font-size: 0.8em;
    }

    .right-blog-con.left-blog-2 {
        margin: 0;
    }

    .tech-btm h5 a {
        font-size: 20px;
        line-height: 1.5;
    }

    .blog-grid-right h5 {
        margin-top: 3em;
    }
}

@media screen and (max-width: 736px) {
    .drop-zone-container .images-container .items i {
        width: max-content;
    }
    .react-star-rating,
    .react-star-rating__root.rating-editing
    {
        width: 100%;
    }

    .rating-container .rating-stars:before, .rating-container:before {
        font-size: 45PX;
    }
    
    .blog-grid-right h5 {
        margin-top: 2em;
    }

    .blog-grid-left,
    .blog-grid-right {
        padding: 0;
    }
}

@media screen and (max-width: 667px) {
    .blog-grids.row {
        padding: 0 1em;
    }

    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
        padding: 0;
    }

    .blog-sp {
        padding: 0;
    }

    .mt-3 {
        margin-top: 1em !important;
        display: block;
    }

    .single-left {
        margin-top: 2em;
        padding: 0;
    }

    .media-body {
        margin-top: 1em;
    }

    a.single-text.text-dark.font-weight-light {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .blog-sp {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .comment-top input[type="submit"] {
        width: 40%;
    }

    .media {
        display: inherit;
    }
}

@media screen and (max-width: 414px) {
    .comment-top input[type="submit"] {
        width: 45%;
    }

    .tech-btm h5 a {
        font-size: 18px;
    }

    .blog-grid-top {
        padding-bottom: 2em;
    }

    .comment-top {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 384px) {
    a.single-text.text-dark.font-weight-light {
        font-size: 20px;
    }

    li.border-bottom.mb-3.pb-3 a.text-blog-single {
        font-size: 15px;
    }

    a.single-text.text-dark.font-weight-light {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .tech-btm h5 a {
        font-size: 16px;
    }

    .comment-top textarea {
        min-height: 8em;
    }

    .comment-top button.btn.btn-primary.submit[type="submit"] {
        font-size: 15px;
        padding: 12px 40px;
        margin-top: 1em !important;
    }

    li.list-group-item.d-flex.justify-content-between.align-items-center {
        font-size: 14px;
    }

    .media-body p {
        font-size: 0.8em;
    }

    .comment-top input[type="text"],
    .comment-top input[type="email"],
    .comment-top textarea {
        font-size: 0.8em;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 320px) {
    li.border-bottom.mb-3.pb-3 a.text-blog-single {
        font-size: 13px;
    }

    .tech-btm h4 {
        font-size: 1.1em;
    }
}

/* //blog responsive code */

@media screen and (max-width: 1080px) {
    .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .csslider
        > input:nth-of-type(11):checked
        ~ .arrows
        > label:nth-of-type(10) {
        left: 4%;
    }

    .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .csslider
        > input:nth-of-type(11):checked
        ~ .arrows
        > label:nth-of-type(12) {
        right: 4%;
    }
}

@media screen and (max-width: 667px) {
    .csslider > .arrows label {
        padding: 7px;
    }
}

@media screen and (max-width: 480px) {
    .csslider > .arrows label {
        padding: 6px;
    }

    .csslider > .navigation {
        bottom: 6%;
    }
}

@media screen and (max-width: 414px) {
    .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .csslider
        > input:nth-of-type(11):checked
        ~ .arrows
        > label:nth-of-type(12) {
        right: 5%;
    }
}

@media screen and (max-width: 375px) {
    .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .csslider
        > input:nth-of-type(11):checked
        ~ .arrows
        > label:nth-of-type(12) {
        right: 6%;
    }
}

/* @media screen and (min-width: 1280px) {
    .card-employee-task {
        width: 310px !important
    }

    .mr_merchant {
        margin-left: 50px;
    }
} */

/*
@media screen and (min-width: 1024px) {
    .card-employee-task {
        width: 710px;
    }
} */

/* @media screen and (max-width: 750px) {
     .card-employee-task {
        width: 710px;
    }
} */

.contents-apps {
    margin-top: -50px;
}

.row_view_orders {
    margin-top: 10px !important;
}

.accept-view-orders {
    margin: 0 15px !important;
}

@media screen and (max-width: 990px) {
    .btn_emp_list {
        margin-top: 30px !important;
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .btn-merchant-orders {
        width: 80px !important;
    }

    .cards_top {
        margin-top: 30px;
    }

    .card-marg {
        margin-top: 10px !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .navs-links {
        display: inline !important;
        margin-left: -20px !important;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .card_Free_orders {
        margin-top: 30px;
    }

    .chats_areas {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 760px) {

    .image-upload-container .image-upload {
        width: 140px;
    }
    .btn_emp_list {
        margin-top: 30px !important;
    }
    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .navs-links {
        display: inline !important;
    }

    .cards_top {
        margin-top: 30px;
    }

    .view-orders {
        margin-top: 10px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .card_Free_orders {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .navs-links {
        display: inline !important;
    }

    #form-builder .react-form-builder .react-form-builder-toolbar h4 {
        border-color: #ff8c00 !important;
        background-color: #ff8c00 !important;
    }

    .dropdowns-links {
        float: right;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .btn_emp_list {
        margin-top: 30px !important;
    }

    .company_content {
        margin-top: 10px;
    }

    .breadcrumbs_row {
        margin-top: 10px;
    }

    .btn-buttons {
        width: 150px !important;
        font-size: 12px !important;
    }

    .card_Free_orders {
        margin-top: 30px;
    }

    /* .card-employee-task {
        width: 710px;
    } */
}

@media screen and (max-width: 560px) {
    .btn_emp_list {
        margin-top: 30px !important;
    }
    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .cards_top {
        margin-top: 30px;
    }

    .navs-links {
        display: inline !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .card_Free_orders {
        margin-top: 30px;
    }
}

@media screen and (max-width: 540px) {
    .breadcrumbs_branches {
        margin-top: 5px;
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .navs-links {
        display: inline !important;
    }

    .main-save-button {
        margin-right: 0px !important;
        margin-top: 20px !important;
    }



    .width_Create_survey {
        width: 480px;
    }
    #form-builder .react-form-builder .react-form-builder-preview {
        width: 480px;
    }

    hr {
        width: 480px;
    }

    .notify {
        margin-top: 5px;
        margin-left: -10px;
    }

    .btn_emp_list {
        margin-top: 30px !important;
    }

    /* .card-employee-task {
        width: 505px;
    } */

    .dash_merchant {
        margin-top: 40px;
    }

    .cards_top {
        margin-top: 30px;
    }

    .view-orders {
        margin-top: 10px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .card_Free_orders {
        margin-top: 30px;
    }

    .breadcrumb_Orders {
        display: flex;
        flex-direction: column;
    }

    .user_status {
        display: flex;
        flex-direction: column;
    }

    .disp_column {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .user_status {
        margin-top: 10px;
    }
}

/* @media screen and (max-width: 560px) {
    .btn_emp_list {
        margin-top: 30px;
    }
}  */

@media screen and (max-width: 411px) {
    .btn_emp_list {
        margin-top: 30px !important;
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .cards_top {
        margin-top: 30px;
    }

    .navs-links {
        display: inline !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .card_Free_orders {
        margin-top: 30px;
    }
}

@media screen and (max-width: 414px) {
    .notify {
        margin-left: -10px;
        margin-top: 5px;
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .navs-links {
        display: inline !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .breadcrumbs_branches {
        margin-top: 5px;
    }

    .main-save-button {
        margin-right: 0px !important;
    }

    .width_Create_survey {
        width: 356px;
    }


    #form-builder .react-form-builder .react-form-builder-preview {
        width: 355px;
    }

    hr {
        width: 355px;
    }

    .dash_merchant {
        margin-top: 40px;
    }

    .btn_emp_list {
        margin-top: 30px !important;
    }

    .cards_top {
        margin-top: 30px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    /* .card-employee-task {
            width: 380px;
        } */

    .card_Free_orders {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px) {
    .card-employee-task {
        width: 285px !important;
    }

    .width_Create_survey {
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .mr_merchant {
        margin-left: 25px;
    }

    .navs-links {
        display: inline !important;
    }

    .cards_top {
        margin-top: 30px;
    }

    .view-orders {
        margin-top: 10px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .card_Free_orders {
        margin-top: 30px;
    }
}

@media screen and (max-width: 360px) {
    /* .card-employee-task {
        width: 325px !important
    } */

    .chats_areas {
        margin-top: 30px !important;
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .navs-links {
        display: inline !important;
    }

    .btn_emp_list {
        margin-top: 30px !important;
    }

    .cards_top {
        margin-top: 30px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .card_Free_orders {
        margin-top: 30px;
    }
}

@media screen and (max-width: 375px) {
    .breadcrumbs_branches {
        margin-top: 0px;
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .navs-links {
        display: inline !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .notify {
        margin-left: -10px;
        margin-top: 5px;
    }

    .main-save-button {
        margin-right: 0px !important;
    }

    .width_Create_survey {
        width: 318px !important;
    }


    #form-builder .react-form-builder .react-form-builder-preview {
        width: 315px;
    }

    hr {
        width: 315px;
    }

    .cards_top {
        margin-top: 30px;
    }

    /* .card-employee-task {
        width: 340px;
    } */

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .dash_merchant {
        margin-top: 40px;
    }

    .company_content {
        margin-top: 30px;
    }

    .card_Free_orders {
        margin-top: 30px;
    }
}

@media screen and (max-width: 280px) {
    .card-employee-task {
        width: 245px !important;
    }

    .chats_areas {
        margin-top: 30px !important;
    }

    .branches_lists {
        margin-top: 40px;
    }

    .page_settings_account {
        width: 100% !important;
    }

    .navs-links {
        display: inline !important;
    }

    .view-orders {
        margin-top: 10px;
    }

    .mr_merchant {
        font-size: 8px !important;
        font-weight: bolder;
    }

    .cards_top {
        margin-top: 30px;
    }

    .company_content {
        margin-top: 30px;
    }

    .breadcrumbs_row {
        margin-top: 30px;
    }

    .notify {
        display: flex;
        align-items: center;
        position: absolute;
        top: 30%;
        left: -20%;
    }

    .card_Free_orders {
        margin-top: 30px;
    }
}

.main-menu.menu-light .navigation > li.active a span {
    color: #fff;
}

.min-85-vh {
    min-height: 85vh;
}

.min-50-vh {
    min-height: 50vh;
}

.card-create-order {
    margin-top: 10px;
}

.content-company-profile {
    /* margin-top: -50px; */
}

.card-feed {
    margin-top: -30px;
}

.card-survey {
    margin-top: -30px;
}

.card-add-branch {
    margin-top: 10px;
}

.card-otp {
    margin-top: -30px;
}

.card-profile {
    margin-top: 10px;
}

.card-bus-branch {
    margin-top: 10px;
}

.table-branch-order {
    margin-top: -30px;
}

.card-edit-emp {
    margin-top: 10px;
}

.card-edit-branch {
    margin-top: 10px;
}

.select-widths {
    width: 450px;
}

.multiSelectContainer span.chip {
    background: #ff8c00 !important;
    border-radius: 5.012px;
}

.misc-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.misc-wrapper .misc-inner {
    position: relative;
    max-width: 750px;
}

.misc-wrapper .brand-logo {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin: 0;
}

.misc-wrapper .brand-logo .brand-text {
    font-weight: 600;
}

@media (max-height: 625px) {
    .misc-wrapper .misc-inner {
        margin-top: 4rem;
    }
}

input.otp-input {
    width: 55px !important;
    height: 55px;
    font-size: 22px;
}

input.otp-input::placeholder {
    font-weight: 400;
    color: #ccc;
}

span.otp-separator {
    padding: 1px 10px;
    font-size: 21px;
    color: #c9c9c9;
}

.search-list-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 200px;
    z-index: 1;
    min-height: 1px;
    height: 100%;
}

.search-list-wrapper .search-list {
    position: absolute;
    min-width: 20%;
    max-width: 100%;
    top: 2px;
    left: 0;
    display: inline-flex;
    box-shadow: 0 17px 13px #ff8c0017;
    /* padding: 13px; */
    background: white;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.search-list-wrapper .search-list li {
    width: 100%;
    background: #ffffff;
    height: 58px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 20px;
    color: #625f6e;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 7px;
}

.search-list-wrapper .search-list li.is-selected {
    background: #fff;
    color: #82868b;
    border: 1px solid #82868b;
}

span.freelancer-selection {
    display: block;
    text-align: left;
    padding-right: 48px;
    height: 100%;
    padding-top: 11px;
}

span.freelancer-remove {
    width: 26px;
    height: 25px;
    border: 1px solid #b9b9b9;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    border-radius: 50%;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    right: 11px;
    background: #ffffff;
    bottom: 8px;
    color: #000000;
}

.is-selected span.freelancer-remove {
    display: block;
}

.selected-list {
    position: relative;
    display: block;
}

.selected-list .freelancer-selection {
    padding: 10px 48px 10px 15px;
    border: 1px solid #000000;
    border-radius: 6px;
    margin-top: 12px;
    color: black;
}

.nav-bus-prof {
    width: calc(100vw - (100vw - 100%) - calc(2rem * 2) - 0px) !important;
    left: 0 !important;
}

.btn-view-orders {
    margin-right: 0px;
    margin-top: -6px;
}

.account-settings {
    margin-left: 10px !important;
}

.search-list-wrapper .search-list li:after {
    content: "";
    display: table;
    clear: both;
}

.search-list-wrapper .search-list li:hover {
    background: #ff8c00;
    color: #fff;
}

.search-list-wrapper .search-list li:hover span.freelancer-remove {
    border-color: #fff;
}

ul.branches-list li:nth-child(2n) {
    /* margin-left: 0; */
    margin-right: 0;
}
.main-save-button {
    margin-right: 14px;
    margin-top: 8px;
}
.negotiate-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

img.register-image {
    object-fit: cover;
    height: 100%;
    filter: brightness(1.5);
    opacity: 1;
}

p.chars-length {
    position: absolute;
    bottom: 18px;
    right: 0;
    font-size: 11px;
    padding-right: 2rem;
    color: #36353d;
    font-weight: normal;
}

.order-fonts {
    font-size: 16px !important;
    font-weight: bold;
}

.avatar span {
    display: none;
}

/* react builder css */

/* .btn-toolbar a {display: none;} */

.react-form-builder .react-form-builder-preview label {
    font-size: 14px;
    /* font-weight: 700 !important; */
    display: block;
    text-align: left;
}

.react-form-builder .react-form-builder-preview .edit-form h4,
.react-form-builder .react-form-builder-preview .edit-form .dismiss-edit {
    color: #ff8c00;
    font-size: 22px;
    font-weight: 700 !important;
}

.rdw-editor-toolbar {
    display: none !important;
}

.form-place-holder {
    border: none !important;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit !important;
    font-size: 29px !important;
    font-weight: 700 !important;
}

.react-form-builder .react-form-builder-toolbar ul li{
    border: 1px solid #D6D8DC !important;
    border-radius: 4px !important;
}

.react-form-builder-toolbar h4{
    text-align: start !important;
    margin-bottom: 1rem;
    margin-top: 2rem !important; 
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
}
.react-form-builder-toolbar h4::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("./toolbar-icon.png");
    background-size: cover;
}
body[dir="ltr"] .react-form-builder-toolbar h4::after{
    right: 5px;
}
body[dir="rtl"] .react-form-builder-toolbar h4::after{
    left: 5px;
}
.react-form-builder .react-form-builder-toolbar ul li svg {
    margin-right: 8px;
    color: #000000 !important;
}

.react-form-builder .react-form-builder-toolbar ul li {
    color: #000;
}

.react-form-builder .react-form-builder-preview {
    text-align: left;
    background: #F7F7F7 !important;
    border-radius: 12px;
} 
.form-place-holder div{
    position: relative !important;
    margin-top: 350px;
    color: #000;
    font-size: 1.2rem !important;
}
.form-place-holder div::before{
    content: "";
    position: absolute;
    width: 183.9px;
    height: 183.9px;
    top: -219px;
    left: -38px;
    background-image: url("./dropzone-placeholder.png");
    background-size: cover;
}
/* react builder css end */

.company-info .card-body {
    display: flex;
    flex-wrap: wrap;
}

.company-info .card-body .mt-2 {
    min-width: 100px;
    margin-bottom: 12px !important;
    padding: 15px;
    margin-top: 0 !important;
}

.profile-title h2,
.profile-title p {
    font-size: 18px;
    color: #000000;
}

.profiles_titles {
    margin-left: 15px;
}

.color_white {
    color: #4c4c4c !important;
}

.profile-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff !important;
}

.company-info .card-body .mt-2.profile-description {
    width: 100%;
}

.company-info .card-body .mt-2.profile-description .card-text {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #36353d;
    margin-bottom: 8px;
}

.company-info .card-body h5 {
    /* font-style: italic !important; */
    font-size: 16px;
}

.company-info .card-body .card-text {
    font-size: 15px;
    font-weight: normal;
}

.company-info .card-body .mt-2.profile-description:after {
    content: "";
    display: table;
    clear: both;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    margin-top: 20px;
}

.no-order-wrap {
    min-height: 10vh;
    font-size: 30px;
    text-align: center;
    display: block;
    font-weight: 600;
    color: #52495e59;
}

p.create-order-text {
    color: #36353d;
    font-size: 16px;
    margin-top: 8px;
    font-style: italic;
    letter-spacing: 0.6px;
}
.chat-user-view {
    margin-top: 40px;
    margin-left: 4px;
}

.scrollbar {
    overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: white;
}

#style-2::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ff8c00;
}
.chat-users-list > li.active {
    background: -webkit-linear-gradient(
        332deg,
        #ff8c00,
        rgba(115, 103, 240, 0.7)
    );
    background: linear-gradient(118deg, #ff8c00, rgba(115, 103, 240, 0.7));
    box-shadow: 0 0 10px 1px rgb(115 103 240 / 70%);
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}
.user-chats {
    overflow-y: scroll;
    height: 400px;
}

.dashbord-statistics-colum {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dropdown-menu-left li {
    width: 100%;
}
.dropdown-menu-media {
    right: 0 !important;
}
.header-navbar .navbar-container .dropdown-menu-media {
    left: auto !important;
    right: 0 !important;
}
.header-navbar .navbar-container .show .dropdown-menu {
    left: auto;
}
.list-2 li:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-color: transparent #ff8c00;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    margin-right: 0.5em;
}
ul {
    list-style-type: none;
}

/* wizard less  */

.rsw-wrapper {
    min-height: 400px !important;
}

/** Progress Bar */

@keyframes stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes rainbow {
    0% {
        background-color: var(--red);
    }
    20% {
        background-color: var(--orange);
    }
    40% {
        background-color: var(--yellow);
    }
    60% {
        background-color: var(--green);
    }
    80% {
        background-color: var(--blue);
    }
    100% {
        background-color: var(--indigo);
    }
}

@keyframes grow {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.progress-wrapper {
    padding-top: 25%;
}

.progress {
    height: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 5px;
    width: 100%;
}

.progress-loaded {
    animation: grow 3s ease, stripes 1s linear infinite,
        rainbow 3s ease infinite;
}

/* nav less */

.dot {
    color: black;
    cursor: pointer;
    font-size: 36px;
    line-height: 1;
    margin: 0 15px;
    opacity: 0.4;
    text-shadow: none;
    transition: opacity 1s ease, text-shadow 1s ease;
    will-change: opacity, text-shadow;
}

.active {
    color: #494949;
    opacity: 1;
    /* text-shadow: 0 0px 5px #fcb866c2; */
}

/* transition less */

.animated {
    animation-duration: 0.8192s;
    animation-fill-mode: backwards;
    transform-style: preserve-3d;
}

/** intro */
@keyframes intro {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(0, 0, -50px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.intro {
    animation: intro 1s ease-out;
}

/** enterRight */
@keyframes enterRight {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.enterRight {
    animation-name: enterRight;
}

/** enterLeft */
@keyframes enterLeft {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.enterLeft {
    animation-name: enterLeft;
}

/** exitRight */
@keyframes exitRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: perspective(500px) translate3d(100%, 0, -100px);
    }
}

.exitRight {
    animation-name: exitRight;
}

/** exitLeft */
@keyframes exitLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: perspective(500px) translate3d(-100%, 0, -100px);
    }
}

.exitLeft {
    animation-name: exitLeft;
}

.toolbar-header-buttons .btn {
    color: #000;
}


.survey-title-info {
    margin-top: 20px;
    margin-bottom: 21px;
}

.row.survey-title-info {
}

.survey-title-info .step-counter,
.survey-title-info .step-title {
    font-size: 28px;
    font-weight: 500;
    color: #ff8c01;
    font-weight: 700;
}

.survey-title-info .step-title {
    color: #000;
    margin-left: 13px;
    line-height: 1.7;
}

.survey-title-info .step-counter {
    color: #ff8c01;
    font-weight: normal;
    padding: 2px;
    border: 1px solid #ff8c01;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.branch-actions-v {
    bottom: 4px;
    left: 13px;
}

.branch-actions-v button {
    width: 100%;
    min-width: 90px;
    padding: 10px 0;
}

.branch-location-info {
    padding-top: 4px;
}

.branch-location-info svg {
    color: black;
    margin-right: 4px;
    position: relative;
    top: 2px;
    width: 20px;
}

.branch-location-info svg + span {
    width: calc(100% - 24px);
}

.branch-location-info h5 {
    /* line-height: 1.3; */
}
.current-orders-cards .card-title {
    text-shadow: none;
}
.current-orders-cards .card-header h4 {
    max-width: 100% !important;
    font-size: 16px !important;
}
.timeline .timeline-item:after {
    content: "";
    position: relative;
    border-bottom: 2px solid #eaeaea;
    display: block;
    width: 60%;
    bottom: -14px;
}

/* .current-orders-cards a, .current-orders-cards button {
    cursor: no-drop !important;
    text-decoration: none !important;
} */

.css-1pahdxg-control:hover {
    border-color: #000 !important;
    box-shadow: none !important;
}

.css-1pahdxg-control {
    box-shadow: none !important;
    border-color: #000 !important;
}



.text_view_orders {
    color: #000;
}

.current-orders-cards .fill-survey {
    text-align: center;
    color: #000;
}

.react-form-builder-preview .form-place-holder {
    margin-bottom: 27px;
}

.react-form-builder
    .react-form-builder-preview
    .Sortable
    .rfb-item.SortableItem
    .form-group
    .label-required {
    font-size: 10px;
    font-weight: normal;
    padding: 5px 7px;
    float: right;
    position: absolute;
    right: 20px;
}

.react-form-builder .react-form-builder-preview label span {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 1px;
}

.react-form-builder
    .react-form-builder-preview
    .Sortable
    .rfb-item.SortableItem {
    border: 1px solid #b4b4b4;
    margin-bottom: 20px;
    opacity: 0.5;
}
.react-form-builder
    .react-form-builder-preview
    .Sortable
    .rfb-item.SortableItem:hover {
    opacity: 1;
    border: 1px solid #d8d8d8;
}

.react-form-builder .react-form-builder-preview h3 {
    margin-bottom: 12px;
    color: #000;
}

.react-form-builder
    .react-form-builder-preview
    .Sortable
    .rfb-item
    .toolbar-header {
    margin: 5px 0 25px;
}

.react-form-builder
    .react-form-builder-preview
    .Sortable
    .rfb-item
    .toolbar-header
    span.badge {
    background: #ff8c00;
    font-size: 11px;
}

.element-not-found {
    position: absolute;
    top: 10px;
    padding: 4px 14px;
    border-radius: 6px;
}
.btn-en {
    margin: 0px 5px;
}

.form-group.input-loader {
    position: relative;
}

.form-group.input-loader span.spinner-border {
    position: absolute;
    right: 0.8rem;
    bottom: 1.7rem;
    zoom: 1.1;
}
.header-navbar.navbar-shadow,
.card,
.vertical-layout.vertical-menu-modern .main-menu {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%) !important;
}
ul.branches-list li {
    margin-right: 0.9rem;
    width: 49.3%;
}
ul.branches-list li img {
    object-fit: cover;
}
.current-orders-cards textarea {
    text-align: right;
    width: 100%;
}
.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

@media (max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}

/*  Examples Section */

.examples {
    max-width: 700px;
    background-color: #fff;
    margin: 0 auto 75px;
    padding: 30px 50px;
    color: #4c4e56;
}

.examples-note {
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.payment-card-images {
    height: 100px;
    width: 90px;
    margin: 0 20px;
}

img#mada.payment-card-images {
    zoom: 1.1;
}
.order-summary-col {
    padding-top: 5px;
}
.current-orders-cards .card-header h6 {
    color: #ffffff;
}
.recent-employees {
    height: fit-content;
}
.order-card {
    padding: 5px 0px;
    margin: 0px 5px;
    border: 1px solid #ff8f08;
    border-radius: 5px;
    text-align: center;
    width: 100px;
    position: relative;
}
.order-card-images {
    height: auto;
    object-fit: contain;
    width: 24px;
}

.order-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.order-cards {
    align-items: center;
}
.order-card:hover {
    background: #ff8f08;
    color: white !important;
}
.order-active-btn {
    background: #ff8f08;
    color: white !important;
}

.justify-content-evenly {
    justify-content: space-evenly;
}


.order-link{
    margin: 8px 0px;
}

.order-link svg {
    zoom: 1.5 !important;
}
.timeline {

    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: transparent;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 22px 7px;
    list-style: none;
    text-align: left;


}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    /* font-weight: 600; */
    font-size: 18px;
    /* margin-bottom: 10px; */
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.drop-zone-container .images-container .items .dropzone-preview-image{
    width: 400px !important;
    height: 100%;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -220px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-item:nth-of-type(odd) {
    float: right;
}

.timeline-block-item:nth-of-type(even) {
    float: left;
    direction: rtl;
}

.marker-1 {
    width: 16px;
    height: 16px;
    border-radius: 50% !important;
    border: 2px solid #f5f7fa;
    background: #ff9009;
    margin-top: 10px;
    z-index: 2;
}

.timeline-content-1 {
    width: 95%;
    padding: 0 15px;
    color: #666;
}

.timeline-content-1 h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
}

.timeline-content-1 span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content-1 p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}

.container-timeline {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

.card-header-custom {
    background: #ff9009 !important;
}
.card-header-custom h4 {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .container-timeline:before {
        left: 8px;
        width: 2px;
    }
    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }
    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}
.container-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #ccd1d9;
    z-index: 1;
}

.justify-content-evenly {
    justify-content: space-evenly;
}


.order-link,
.order-link:hover {
    color: #ffffff;
}
.order-link svg {
    zoom: 2.5;
}
.react-form-builder .react-form-builder-toolbar {
    bottom: 0px !important;
}

.btn-create-survey-form {
    margin-right: 15px ;
}
.modern-nav-toggle .feather-disc {
    color: #ff8c01;
}

.custom-head-btn .feather.feather-disc {
    display: none !important;
}
.custom-head-btn .feather.feather-circle {
    display: block !important;
}
html .content.app-content {
    padding: calc(4rem + 2.45rem + 1.3rem) 2rem 0;
}

.company_content {
    /* padding: calc(4rem + 4.45rem + 1.3rem) 2rem 0 !important; */
}

.badge {
    white-space: normal !important;
}
.chats {
    height: calc(
        100vh - calc(calc(2rem * 1) + 4.45rem + 3.35rem + 1.3rem + 0rem)
    ) !important;
}
.main-menu.menu-light .navigation li span {
    padding: 10px 0px !important;
    font-weight: 600;
    font-size: 14px;
}
.order-card-images-active img {
    filter: brightness(0) invert(1);
}
.breadcrumb-chevron li {
    padding: 13px 19px !important;
    font-size: 13px;
    margin: 30px 5px;
}
.react-form-builder-form .rfb-item {
}

div#builder-bar {
    position: relative;
}
.builder-previous-button {
    bottom: 0;
    position: absolute;

}
.builder-previous-button-2{
    bottom: 42px;
    position: absolute;
    left: 14px;
}
.mobile-lang-btn .btn-outline-primary,
.mobile-lang-btn .btn-primary {
    border: none !important;
    border-radius: 5px !important;
}
.mobile-lang-btn .btn-outline-primary {
    color: #82868b;
}
.mobile-lang-btn .btn-primary {
    background: #ffffff !important;
    color: #ff8c00 !important;
}

.mobile-lang-btn .btn-en,
.mobile-lang-btn .btn-ar {
    margin: 0px 0px !important;
}

.mobile-lang-btn {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 5px;
}
.mobile-lang-btn span{
    padding: 0 5px;
}
/* .mobile-lang-btn .btn-ar::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #82868b;
    position: absolute;
    transform: translateX(14px);
    top: 5px;
} */

.mobile-lang-btn .btn-sm {
    padding: 0.486rem 1.1rem !important;
}

.nav-tabs .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(255 140 0 / 6%) !important;
    border-radius: 5px;
}

.nav.nav-tabs.nav-fill li.nav-item {
    padding: 8px;
}
.custom-create-order,
.select-create-orders-emp {
    background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23d8d6de' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 1rem center/161px 10px no-repeat
}

.custom-create-branch-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px 6px;
    padding: 8px 10px;
    font-size: 10px;
}
.create-order .nav-tabs .nav-link.active {
    position: relative;
    color: #ffffff !important;
    background: #ff8c00 !important;
    border-radius: 5px;
}
.create-order .nav-tabs .nav-link {
    background: #6e6b7b;
    color: #ffffff;
    border-radius: 5px;
}
.nav-tabs li.nav-item {
    padding: 8px;
}
span.react-star-rating__root.rating-disabled {
    position: relative;
}
span.react-star-rating__root.rating-disabled:before {content: "";position: absolute;background: rgb(255 0 0 / 0%);top: 0;left: 0;width: 100%;height: 100%;z-index: 1;cursor: default;}


.read-only-ration > div{
    justify-content: center;
}
.read-only-ration{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 0px;
}

.read-only-ration > span{
    padding: 0px 8px;
}
.rating-td{
    padding: 0 18px !important;
}
.web-view .flex_view_orders .current-orders-cards li{
    padding: 14px 20px !important;
    margin: 6px 5px !important;
}
.flex_view_orders .current-orders-cards li{
    padding: 14px 20px !important;
    margin: 0px 5px !important;
}
#rating-card {
    max-width: 418px;
    margin: 0 auto;
    border: 1px solid #ababab;
    box-shadow: 0 15px 24px 0 rgb(34 41 47 / 10%) !important;
}

.short-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 251px;
}
.current-orders-cards .badge{
    font-size: 12px !important;
}
#demo-bar{
    position: relative;
}
.web-view-filled-freelancer #demo-bar{
    position: initial !important;
}

span.chat-order-name {
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
    padding: 9px 9px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.chat-proposals-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.chat-orders-list > li {
    flex-direction: column;
    border: none !important;
    border-radius: 0 !important;
}

button.proposal-btn {
    display: flex;
    justify-content: start;
    text-align: left;
    padding: 9px 9px;
    flex-wrap: wrap;
    background: #fff;
    width: 100%;
    border-radius: 11px;
    border: none;
    border-bottom: 1px solid;
    border: 1px solid #ffa02c47 !important;
    background: #ffb15214 !important;
}

.chat-proposals-list > li {
    padding: 1px !important;
    border: none !IMPORTANT;
}

.chat-proposals-list.selected {
    display: flex !important;

}


.chat-proposals-list li{
    background: transparent !important;
}
button.proposal-btn:hover{
    background-color: rgb(255 140 0 / 36%) !important;
}

button.proposal-btn.active {
    color: #fff;
    background: #ff8c00 !important;
}

button.proposal-btn.active * {
    color: #fff;
}
.chat-application .sidebar-content .chat-user-list-wrapper li.chat-order-btn.selected{
    color: #fff;
    background: #ff8c00 !important;
}
.chat-application .sidebar-content .chat-user-list-wrapper li.chat-order-btn.selected:hover{
    color: #fff;
    background: #ff8c00 !important;
}
.chat-order-btn.selected *{
    color: #fff;
}
.profile_container .fas, .profile_container .fab{
    zoom: 1.8;
}

.star-rating{
    display: flex;
    justify-content: center;
}
.card-header{
    width: 100% !important;
}
/* .item img{
	display: block;
	width: 100%;
	height: auto;
} */



.view-orders .far,.view-orders .fab,.view-orders .fas{
    font-size: 23px !important;
    margin: 0px 7px;

}
.card .user-card{
    border: 1px solid #e3e3e3;
}
.avatar .avatar-content svg{
  zoom: 1.2;
}
.media {
    align-items: center !important;
}
.survey-btns {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-toolbar{
    margin: 0 104px;
}
.survey-perform-btn a {
    margin: 0px 2px;
}
.user-avatar-section img{
    border-radius: 50%;
    object-fit: cover;
}
.transaction-item .avatar .avatar-content{
    padding: 0 !important;
}

.avatar img {
    object-fit: cover !important;
}
.profile-description .card-text{
    white-space: pre;
}
.emp-upload-img img {
    width: 109px;
    border-radius: 50% !important;
    height: 101px;
    object-fit: cover;
}
.survey-perform-text a{
   font-size: 12px;
}
.btn-ViewPerformedSurvey{
    margin: 5px 0px;
}
.position-back-relative {
    position: relative;
    left: 0;
    top: -37px;
}
/* .breadcrumbs-branches-list{
    padding: 5px 0px !important;
} */
.btn-branch-table{
    display: flex;
}
.card-sub-text{
    font-size: 12px !important;
    font-weight: 700 !important;
}
.design-planning{
    border-radius:0 !important;
    border-left: 2px solid #ff8c00 !important;
    text-align: left !important;
}
.navigation-main .nav-item a{
    border-bottom: 3px solid #ff8c00 !important;
}
.main-menu.menu-light .navigation > li.active > a {
    border-radius:0 !important;
}
.web-view-filled-survey .btn-toolbar {
    margin: 0 !important;

}
.web-view .btn-toolbar,.web-view-filled-freelancer .btn-toolbar{
    display: flex !important;

}
.web-view .btn-toolbar button,.web-view-filled-freelancer .btn-toolbar button{
    float: right;
}
img {
    object-fit: cover !important;
}
.card .custom-card{
    box-shadow: none !important;
}
.bordered-avatar{
    border: 1px solid #ff8c00 !important;
}
.avatar-content-custom{
     width: 32px !important;
     height: 32px !important;
     padding: 0px !important;
}
.btn-outline-secondary-custom {
    margin: 5px 0px !important;
    border-radius: 100px 100px 100px 100px !important;
}
.web-view .react-form-builder-form .btn-toolbar{
    margin: 0;
    width: 100%;
    background: transparent !important;
}
.web-view #builder-bar{
    position: initial !important;
}
.survey-images-preview{
    width: 300px ;
    margin: 20px 0px;
    display: block !important;
    cursor: pointer;
    }

    .survey-no-images-preview{
        width: 100px ;
        margin: 20px 0px;
    }
.create-order .custom-control-label::after {
    position: relative;
}
.create-order .custom-radio .custom-control-label{
    font-weight: 600;
}
.recurring-btn{
    font-size: 19px;
}
.recurring-btn-remove{
    font-size: 16px;
}
.btn-toolbar{
    justify-content: end !important;
}
.p-20{
    padding: 20px;}

.chart-row{
    margin-bottom: 20px !important;
}

.dashboard-chart g  rect{
    fill:#ffa451 !important;
}
.chat-section{
    height: 400px;
    overflow-y: auto;
}
.web-view-mobile .btn-toolbar{
    margin: auto !important;
}
.disable-btn{
    pointer-events: none;
    opacity: 0 !important;
}
.survay-pdf .btn-toolbar,.survay-pdf .survey-status-btns{
    display: none !important;
}
.react-star-rating{
    direction: ltr !important;
}

.main-dropzone {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    border-width: 2px;
    border-radius: 2px;
    border-color: #ff8c00;
    border-style: dashed;
    background-color: #fafafa;
    color: #bdbdbd;
    outline: none;
    transition: border .24s ease-in-out;
}
.drop-zone-container{
    display: flex;
    flex-direction: column;
}
.drop-zone-container .images-container .items{
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 13px;
    width: 100%;
}
.drop-zone-container .dropzone-preview-image{
 cursor: pointer;
}
.drop-zone-container .images-container .items i{
   padding: 20px;
   text-align: right;
   cursor: pointer !important;
   color: red;
}
.drop-zone-container .images-container .items .dropzone-preview-image{
    width: 250px;
    /* height: 150px; */
    /* border-radius: 20px; */
}
.drop-zone-container.image-label-container .images-container .items .dropzone-preview-image{
    width: 180px;
    /* height: 150px; */
    /* border-radius: 20px; */
}
.drop-zone-container .input-group{
    cursor: pointer !important;
}
.drop-zone-container  .uploadFile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 38px;
    background-color: white;
    border: 1px solid grey;
    border-radius: 5px;
    color: grey;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
    position: relative;
    resize: none;
    margin: 10px 0px;
    cursor: pointer !important;
}
.drop-zone-container .uploadFile [type="file"] {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
}
.dropzone-preview-image{
    display: block !important;
    width: 300px;
}

.breadcrumb-chevron{
    flex-wrap: wrap;
}

.image-label-container .uploadFile{
    display: flex !important;
}
.feelancer-fill-survay .dropzone-input-group-checkbox .checkbox-label-text{
    display: flex !important;
}
.feelancer-fill-survay .image-label-container .fa-trash,
.feelancer-fill-survay .image-label-container .dropzone-input-group,
.feelancer-fill-survay .main-image-label-container .image-upload-control,
.feelancer-fill-survay .dropzone-input-group-checkbox .uploadFile,
.feelancer-fill-survay .dropzone-input-group-checkbox .checkbox-label,
.checkbox-label-text
{
    display: none !important;
}
.feelancer-fill-survay .main-image-label-container{
   pointer-events: none !important;
}
.checkbox-label{
    pointer-events: all !important;
    cursor: pointer !important;
}
.checkbox-label-container{
    display: flex;
    align-items: center;
    gap: 5px;
}
/* .image-checkbox-container.drop-zone-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
} */

.feelancer-fill-survay .image-checkbox-container.drop-zone-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}
.feelancer-fill-survay .image-checkbox-container.drop-zone-container .images-container .custom-control.custom-checkbox{
    cursor: pointer;
}
.drop-zone-container-checkbox{
    flex-direction: row !important;
}
.image-checbox-label.checked{
    border: 3px solid darkorange;
    padding: 2px;
}
.image-checbox-label{
    padding: 5px;
}
.create-survey-container .custom-control-label,
.create-survey-container .image-checbox-label
{
    pointer-events: none !important;
}
.create-survey-container  .dropzone-input-group-checkbox{
   max-width: 60%;
}

.create-survey-container  .drop-zone-container .images-container .items i {
    padding: 20px;
    text-align: center;
    cursor: pointer !important;
    color: red;
}
.form-group:has(> #page-break-before-element) {
    display: none !important;
  }
.video-delete-btn{
    position: absolute;
    top: -25px;
    border: 1px solid #ff9f43 !important;
    background: #ff57221f;
    border-radius: 50px;
    padding: 6px;
    color: #ff9f43;
    font-size: 12px;
    cursor: pointer;
}
.info-tooltip{
    border: 1px solid;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.cursor-pointer{
    cursor: pointer;
}
.survey-tooltip-container{
    margin-bottom: 8px;
    gap: 5px;
}
.ai-survey-form .col-md-9.react-form-builder-preview{
    max-width: 68% !important;
}
 .ai-survey-form .col-md-3.react-form-builder-toolbar{
    max-width: 100% !important;
    flex-grow: 1;
}
body[dir="ltr"] .ai-survey-form .col-md-3.react-form-builder-toolbar{
    padding-right: 0 !important;
}
body[dir="rtl"] .ai-survey-form .col-md-3.react-form-builder-toolbar{
    padding-left: 0 !important;
} 
.custom-card .btn-secondary {
    border-radius: 20px;
}
.ai-question-text textarea.form-control{
    line-height: 2.5rem;
}
.main-save-button hr {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.view_map_modal > div > div:nth-child(2){
    height: 280px !important;
}
.order-steps .timeline-item.inactive .timeline-point.timeline-point-indicator{
    background-color: #9E9E9E !important;
}
.map-range-slider .form-group{
    margin: 0;
}
.signature-placholder,.signature-image-container{
    width: 250px;
    height: 150px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%) !important;
}
.signature-image-container{
    padding: 5px 10px;
}
.signature-image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.signature-line{
    width: 250px;
    border-bottom: 2px solid;
    margin: 10px 0px;
}
.signature-label{
    margin: 10px 10px;
}
.react-form-builder-preview .btn-create-signature-modal{
        display: none;
}

.sign-container .modal-body,.sigPadContainer,.sign-body{
    padding: 0 !important;
}
.sign-body{
    padding: 0 !important;
}
.multiSelectContainer span.chip {
    margin-bottom: 0 !important;
}
.delete-button-contianer button{
    padding: 5px 10px;
}
.delete-button-contianer button i{
    position: relative;
    zoom: 1.2;
}
.edit-and-download-container{
    gap:5px;
}
.edit-and-download-container .btn-primary,.edit-and-download-container .btn-dark {
    width: 130px !important;
}
.edit-and-download-container .btn-dark {
    border-radius: 100px 100px 100px 100px;
    background-image: linear-gradient(180deg,#727272 0%,#3f3f3f 100%);
}
.link-map{
    text-decoration: underline !important;
    cursor: pointer;
    color: #ff900b;
}
.map-live-card
{direction: ltr !important;}

.timeline-item h3{
    width: 200px;
}
.map-live-card .gm-style .gm-style-iw-tc::after {
    top: -49px !important;
}
.map-live-card .gm-style .gm-style-iw-c {
    top: -48px !important;
}
.feelancer-fill-survay .progress-bar {
    height: 19px !important;
    border: 2px solid #b9babb;
    position: relative;
    top: 1px;
    border-radius: 20px;
}
.feelancer-fill-survay .progress{
    width: 200px;
    border-radius: 20px;
    height: 23px !important;

    border: 1px solid;
    margin: 0;
}

.score-unfilled-pdf .main-heading h1 {
    color: #ED7925;
    font-size: 40.5px;
    font-weight: 500;
}
.score-unfilled-pdf .main-heading h2{
    font-size: 30px;
    font-weight: 600;
  }
.score-unfilled-pdf .react-form-builder-form .rfb-item {
    border: 1px solid #d3d1d1;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px 0px;
}
.score-unfilled-pdf .form-control:disabled,.score-unfilled-pdf .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    border: 1px solid transparent;
}
.score-unfilled-pdf .card{
    box-shadow:none
}
.khafy-info-head{
    background-color: #e2e2e236!important;
    margin: 30px 0px;
    padding: 10px 10px !important;
}

.khafy-info-head h3{
    color: #ED7925;
    font-size: 21px;
    font-weight: 600;
}
.khafy-info-head h2{
    font-size: 21px;
    font-weight: 600;
    color: #808285;
}
.khafy-info {
    margin: 10px 0px;
    padding: 6px 10px;
    border: 1px solid #d0d4d4;
    border-radius: 10px;

}
.khafy-info h4{
    font-size: 21px;
    font-weight: 400;
}
 /* Add a page break before the element */
 .page-break-before {
    page-break-before: always;
}

/* Add a page break after the element */
.page-break-after {
    page-break-after: always;
}
.gap-10{
    gap: 10px;
}
.score-unfilled-pdf .footer{
    margin-top: 170px;
}


.print-container {
    page-break-inside: avoid;
}
.footer .social-icons i{
    font-size: 20px;
    border: 1px solid #e78235;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #e78235;
    align-items: center;
    display: flex;
    justify-content: center;

}

.tiktok-icon{
    font-size: 20px;
    border: 1px solid #e78235;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #e78235;
    align-items: center;
    display: flex;
    justify-content: center;
}
.social-icon-devider{
    position: relative;
}
.social-icon-devider::after{
    content: "";
    position: absolute;
    width: 2px;
    background-color: black;
    top: -17px;
    height: 36px;
}

.inner-info{
    color: #6c6c6c !important;
}
.chart-container,.chart-container-score{
    width: 80%;
}
.chart-info-container{
        width: 80%;
}
.chart-container rect{
    fill: none ;
}
.graph-persentage{
    margin-left: 60px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
}
/* .graph-persentage::before{
    content: "----->";
    position: absolute;
    left: -59px;
    color: #b7b6be;
} */
.score-unfilled-pdf .custom-control-label{
    color: #000 !important;
}
.question_score{
    display: none;
}
.score-unfilled-pdf .question_score{
    display: block !important;
}

.score-unfilled-pdf .progress-value{
    color: white;
    position: absolute;
    z-index: 2;
    top: -25px;
    font-weight: 800;
    width: 100px;
    height: 12px;
    align-items: center;
    text-shadow: 1px 1.7px black;
    font-size: 14px;
}
body[dir="ltr"] .score-unfilled-pdf .progress-value{
    right: 57px;
}
body[dir="rtl"] .score-unfilled-pdf .progress-value{
    left: 57px;
}
.score-unfilled-pdf .question_score_points{
    position: absolute;
    right: 60px;
    top: 13px;
    font-weight: 600;
}
.heading-score {
    font-size: 16px;
    font-weight: 600;
    color: #808285;
}
.web-perfomed-survey .main-dropzone{
    pointer-events: none !important;
}
.react-form-builder-preview .main-dropzone{
    pointer-events: none !important;
}
.score-unfilled-pdf h1,.score-unfilled-pdf h2,.score-unfilled-pdf h3,.score-unfilled-pdf h4,.score-unfilled-pdf span{
    font-family: "Poppins", sans-serif;
}
.font-ar-head{
    font-family: "Noto Kufi Arabic", sans-serif !important;
}
.score-unfilled-pdf .SortableItem.rfb-item .image-upload-container,
.performed-survey .image-upload-container
{
    display: none !important;
}
.score-unfilled-pdf .react-form-builder-form .rfb-item .bold

{
    font-weight: 600 !important;
    font-size: 18px;
    color: #808285;
}
.score-unfilled-pdf .SortableItem.rfb-item h3{
    font-size: 18px;
    font-weight: 400;
}
.score-unfilled-pdf .SortableItem.rfb-item .main-image-label-container h3 {
    font-size: 18px;
    font-weight: 400;
}
.score-unfilled-pdf .react-form-builder-form .react-star-rating span{
    font-size: 37.5px !important;
}
.score-unfilled-pdf .react-form-builder-form label
{
    font-size: 18px !important;
    font-weight: 400 !important;
}
.score-unfilled-pdf .react-form-builder-form .replaced-text,
.score-unfilled-pdf .react-form-builder-form .drop-zone-img-text
{
    font-size: 18px !important;
    line-height: 1.5;
}
.score-unfilled-pdf .react-form-builder-form label span{
    font-size: 18px !important;
    font-weight: 600 !important;
}
.score-unfilled-pdf .SortableItem.rfb-item .main-image-label-container h3{
    font-weight: 600 !important;
    font-size: 18px !important;
}
.score-unfilled-pdf .drop-zone-container .images-container .items{
    width: 100% !important;
    max-width: 900px !important;
}
.score-unfilled-pdf .drop-zone-container:not(.drop-zone-container-checkbox) .dropzone-preview-image {
    width: 100% !important;
    border-radius: 20px;
    max-width: 900px;
}
.font-ar-head{
    font-size: 27px !important;
    font-weight: 400 !important;
}
.graph-persentage-value{
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}
.score-unfilled-pdf .main-dropzone{
    display: none !important;
}

.score-unfilled-pdf .dropzone-preview-image {
    width: 100% !important;
    border-radius: 20px;
    /* height: 150px; */
    /* border-radius: 20px; */
}
.score-unfilled-pdf .survey-images-preview,
.score-unfilled-pdf .compressed-image
{
    width: 100% !important;
    max-width: 900px;
    border-radius: 20px;
}
.score-unfilled-pdf .dropzone-preview-image img{
    border-radius: 20px;
}
.score-unfilled-pdf  .image-checbox-label.checked {

    border-radius: 20px;
}
.graph-info-container{
    width: 450px;
}
.score-unfilled-pdf input.form-control{
    font-size: 18px;
}
.score-unfilled-pdf .question_score{
    display: flex !important;
    direction: ltr;
}
.score-unfilled-pdf .question_score{
    position: absolute;
    top: 13px;
    font-weight: 600;
    padding: 7px 14px;
    background: #f07d2a17;
    border-radius: 5px;
    color: #f07d2ab5;
    border: 1px solid #ED7925;
    font-size: 13px !important;
}
body[dir="ltr"] .score-unfilled-pdf .question_score{
    right: 12px;
}
body[dir="rtl"] .score-unfilled-pdf .question_score{
    left: 12px;
}
body[dir="rtl"] .score-unfilled-pdf label,
body[dir="rtl"] .custom-control
body[dir="rtl"] .main-image-label-container
body[dir="rtl"] p,
body[dir="rtl"]
{
    text-align: right !important;
}  
body[dir="rtl"] .react-form-builder-form .custom-control label{
    padding: 0px 37px;
  
}
body[dir="rtl"] .react-form-builder-form .custom-control label::after,
body[dir="rtl"] .react-form-builder-form .custom-control label::before
{
    right: 0.5rem !important;
    left: auto;
}
.score-unfilled-pdf .SortableItem.rfb-item .form-group > label,
.score-unfilled-pdf .SortableItem.rfb-item .main-image-label-container
{
    width: 900px;
}
.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.gallery-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.image-gallery img{
    cursor: pointer !important;
}
.image-gallery img:hover{
    border:3px solid #ED7925;
}
.form-actions a{
    color: #6e6b7b !important;
}
.score-unfilled-pdf .SortableItem.rfb-item .image-upload-container{
    display: none !important;
}
.score-unfilled-pdf .SortableItem.rfb-item textarea{
    resize: none; /* Prevent resizing */
}

.SortableItem.rfb-item textarea{
    min-height: 10rem;
}
h5.audio-file-counter {
    font-size: 17px;
    font-weight: 600;
}

h5.audio-file-date {
    color: #ff8e06;
}

span.audio-file-title {
    color: #000;
}

span.audio-file-timer {
    color: gray;
    margin-bottom: 12px;
}
.audio-player{
    width: 100%;
}
.timeline-card-body{
    max-height: 349px;
    overflow-y: auto;
}
.audio-card-body{
    max-height: 450px;
    overflow-y: auto;
}
.search-input-container{
    width: 300px;
    margin-bottom: 18px;
    margin-left: auto;
}
.chart-container-score svg > rect{
    fill: none !important;
}
body[dir='ltr'] .chart-container-score > div{
    margin: auto;
}
.performer-card,.performer-card .card-body{
    cursor: pointer !important;
}
.performer-card.selected-freelancer{
    border: 1px solid #ff951e;
}
.performer-card label{
 position: relative;
}
.performer-card .check-icon{
    color: #ff951e;
    position: absolute;
    top: 49px;
    right: 35px;
    display: none;
}
.performer-card.selected-freelancer .check-icon{
    display: block !important;
}
.gap-10{
    gap: 10px;
}
.custom-card-alert{
    box-shadow: none !important;
    border: 1px solid !important;
}
.freelancer_cancel_request_container .feather-info{
    zoom: 1.9;
}
.freelancer_cancel_request_container .reason-title{
    margin-bottom: 9px;
    font-size: 16px;
}
.freelancer_cancel_request_container .reason-date{
    font-size: 16px;
    color: #ff951e;
}
.freelancer_cancel_request_container .alert-heading{
    font-size: 1.4rem;
}
.btn-secondary.btn-lg{
    border-radius: 100px 100px 100px 100px;
}
textarea{
    resize: none;
    height: 150px;
}
.custom-select.select2{
    padding: 0;
    border: none;
}
.react-datepicker-wrapper{
    width: 100%;
}
.card-congratulation-medal button{
    pointer-events: none;
}
.builder-previous-button{
    border-radius: 100px 100px 100px 100px;
    background-image: linear-gradient(180deg,#727272 0%,#3f3f3f 100%);
}
.web-app-view-order .react-form-builder-form .btn-toolbar{
    margin: 0;
}
.btn-secondary{
    border-radius: 100px;
}
.other-freelancer-notify {
    padding: 10px 20px;
    text-align: center;
    background: #ff980029;
    border-radius: 5px;
}
body[dir="ltr"] .chart-container-score svg > rect,body[dir="ltr"] .chart-container-score svg > g{
    transform: translateX(6%) !important;
}
body[dir="rtl"] .chart-container-score svg > rect,body[dir="rtl"] .chart-container-score svg > g{
    transform: translateX(-6%) !important;
}
.btn-view-form-pdf {
    color: #6e6b7b;
}
.btn-view-form-pdf:hover {
    color: #92909c;
}
.table td.fit, .table th.fit{white-space: nowrap;width: 1%;}
.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    user-select: none;
}
.btn-show-titles i{
    font-size: 14px;
    margin: 0 5px;
}
.SortableItem.rfb-item textarea {
    min-height: 10rem;
  
}
.drop-zone-container .images-container .items {
    display: flex;
}
.web-view .react-form-builder-form .btn-toolbar {
    margin-top: 50px !important;
}
.btn-primary {
  color: black !important;
  border-radius: 5px;
  background: #ff8d06;
  border: none !important;
  font-weight: 600 !important;
  font-size: 15px;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active {
  color: black !important;
  border-radius: 5px;
  background: #ff9800;
  border: none !important;
  box-shadow: none !important;
}
.edit-form h4.float-left{
    width: 95% !important;
}
.select-step-number{
    height: 100% !important; 
}
.dynamic-options-actions-buttons .btn-success{
    background: #2E8868;
    position: relative;
}
.dynamic-options-actions-buttons .btn-danger{
    background: #C3302D;
    position: relative;
}
.react-form-builder .react-form-builder-preview .edit-form .dynamic-option-list ul li input {
    margin-right: 40px;
}

.select-step-number{
    background-color: #FEECD5 !important;
}
body[dir="rtl"] .react-form-builder-toolbar .fas::before, 
body[dir="rtl"] .react-form-builder-toolbar .far::before {
    top: 11px;
    right: 24px;
    left: auto;
}
body[dir="rtl"] .react-form-builder .react-form-builder-toolbar ul li{
    text-align: right !important;
}
body[dir="rtl"] .react-form-builder-toolbar ul li {
    padding-right: 35px !important;
    padding-left: 0px !important;
}
.react-form-builder .react-form-builder-preview{
    min-height: 30rem !important;
}
/* .rdw-editor-main {
    height: 100% !important;
    max-height: 150px;
} */
body[dir="rtl"] .fas.fa-times::before {
    right: 37px;
}
body[dir="rtl"] .edit-form h4{
    flex-grow: 1;
}
.edit-form{
  height: 100vh;
}
.image-upload-control .btn{
    position: relative;
}
.image-upload-control .btn-default {
    background-color: #ff8c00 !important;
    color: black !important;
    padding: 12px 20px 12px 32px !important;
}
.sigPadContainer canvas{
    margin: 20px auto;
    border:1px solid black;
    background-color: #fafafa
}
.web-view-filled .image-upload-control{
    cursor: pointer !important;
}
.survay-pdf.feelancer-fill-survay .image-upload-container > div,
.view-survey .image-upload-container > div
{
    display: none !important;
}
/* Full-page overlay */

/* Progress bar */
#progressBar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 30px;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}

#progressBar div {
    height: 30px;
    width: 100%;
    background-color: #ff8c00;
    text-align: center; /* Center the text (if any) inside the bar */
    line-height: 30px; /* Line height matches bar height */
    color: black; /* White text color */
    border-radius: 5px; /* Match parent border radius */
}
.score-unfilled-pdf .progress-value {
    top: -23px;
}
/* Add a page break before the element */
.page-break-before {
    page-break-before: always;
}

/* Add a page break after the element */
.page-break-after {
    page-break-after: always;
}

body[dir="rtl"] .react-form-builder .react-form-builder-preview label {
    font-size: 14px;
    display: block;
    text-align: right !important;
    width: max-content;
}

body[dir="rtl"] .react-form-builder .dynamic-option-list {
    text-align: right !important;
}

body[dir="rtl"] .react-form-builder .react-form-builder-preview .edit-form .dynamic-option-list ul li input.form-control {
    width: 100% !important;
}

.chart-container-score svg{
    overflow : visible !important;
}
.web-view:not(.web-view-fill):not(.admin-web-view) .image-upload-container .image-upload,
.web-view:not(.web-view-fill):not(.admin-web-view)  .main-dropzone {
    pointer-events: none !important;
}

body[dir="rtl"] .survey-builder .react-form-builder .react-form-builder-preview label {
    width: 100% !important;
}
body[dir="rtl"] .react-form-builder .react-form-builder-preview label {
    font-size: 14px;
    display: block;
    text-align: right !important;
    width: max-content;
}


body[dir="rtl"] .react-form-builder .dynamic-option-list {
    text-align: right !important;
}

body[dir="rtl"] .react-form-builder .react-form-builder-preview .edit-form .dynamic-option-list ul li input.form-control {
    width: 100% !important;
}

body[dir="rtl"] .image-upload-container .image-upload-control {
    right: 0;
}

.chart-container-score svg{
    overflow : visible !important;
}

.react-star-rating{
    width: max-content;
}
@media print {
    @page {
        margin: 0;
        margin-top: 20px;
        overflow: visible;
      }
      .btn-print-report{
        display: none !important;
    }
        .chart-container-score{
            width: 70% !important;
        }
     body[dir="ltr"] .print-container{
        padding-right: 50px;
      }
     body[dir="ltr"] .first-page-content{
        max-width: 1100px;
     }
      body[dir="rtl"] .print-container{
        padding-right: auto !important;
        padding-left: 50px !important;
      }
      body {
         margin: 0.6cm;
        background-color: transparent !important;
        margin-top: 20px;
      }

    .SortableItem.rfb-item{
        page-break-inside: avoid;
    }

    .main-header{
        margin-top: -10px;
    }

   .main-heading{
    margin-top: 30px;
   }

   .score-unfilled-pdf .SortableItem.rfb-item .form-group > label,
   .score-unfilled-pdf .SortableItem.rfb-item .main-image-label-container
   {
            width: 800px !important;
   }
   .score-unfilled-pdf .card {
        box-shadow: none !important;
        background-color: transparent !important;
    }

    .pdf-content{
        margin-top: 50px !important;
    }


       .print-container {
        page-break-inside: avoid !important;
    }
   .score-unfilled-pdf .footer{
        margin-top: 140px;
    }


.score-unfilled-pdf .progress-value{
    top: -26px;
    font-size: 15px;
}
.graph-info-container{
    width: 400px;
}
  }
