
body{
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    background: #F3F4F4;
}
h1, h2, h3, h4, h5, h6, p, a, li, strong, div, input, textarea, select{
    font-family: 'Nunito Sans', sans-serif;
}


header#dash_header{
    height: 60px;
    background-color: #fff;
    display: flex;
    border-bottom: 1px solid #ccc;
}
header#dash_header > div{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
header#dash_header .right_hdr {
    justify-content: end;
    padding-right: 20px;
}

header#dash_header .left_hdr .page_blocks{
    background: #FB9D2F;
    height: 100%;
    width: 160px;
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
}

header#dash_header .left_hdr #allselectPages{
    opacity: 0;
    height: 0;
    visibility: hidden;
}
header#dash_header .left_hdr #allselectPages.activeToggle{
      opacity: 1;
      transition: opacity 0.6s linear;
      background-color: #fff;
     height: 90vh;
     /*overflow-y: scroll;*/
     position: absolute;
     left: 0;
     right: 0;
     width: 160px;
     top: 60px;
     bottom: 0;
     padding: 28px 0px;
     visibility: visible;
     z-index: 999;
}
header#dash_header .left_hdr #allselectPages h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;
    color: #505050;
    padding: 10px 25px 20px;
}
header#dash_header .left_hdr #allselectedPages{
     opacity: 1;
      transition: opacity 0.6s linear;
      background-color: #fff;
     height: 95vh;
     position: absolute;
     left: 0;
     right: 0;
     width: 160px;
     top: 60px;
     bottom: 0;
     padding: 28px 0px;
     visibility: visible;
     z-index: 999;  
     border-right: 1px solid #ccc;
}
header#dash_header .left_hdr #allselectedPages h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #505050;
    padding: 10px 17px 20px;
}
header#dash_header .left_hdr #allselectedPages ul{
   padding: 0;  
   list-style-type: none;
}
header#dash_header .left_hdr #allselectedPages ul li{
    display: block;
    width: 100%;
}
header#dash_header .left_hdr #allselectedPages ul li a{
    color: #505050;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 100%;
    padding: 7px 20px;
    display: block;
    /*border-bottom: 1px solid #CDCDCD;*/
}
header#dash_header .changeBtnPages{
    background: #FF6240;
    min-width: 83px;
    padding: 10px;
    height: 32px;
    background: #FF6240;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 20px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
    justify-content: center;
    margin: 30px auto 0;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.6s;
    scrollbar-width: thin;
}

header#dash_header .searchBx_lst select{
    border: none;
    background: inherit;
    margin-right: 10px;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
}



/* width */

::-webkit-scrollbar {
  width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #555; 
}
 /* Handle */
::-webkit-scrollbar-thumb {
  background: #FB9D2F; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


header#dash_header .left_hdr #allselectPages::-webkit-scrollbar {
  width: 4px;
}
/* Track */
header#dash_header .left_hdr #allselectPages::-webkit-scrollbar-track {
  background: #555; 
}
 /* Handle */
header#dash_header .left_hdr #allselectPages::-webkit-scrollbar-thumb {
  background: #FB9D2F; 
}
/* Handle on hover */
header#dash_header .left_hdr #allselectPages::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
header#dash_header .left_hdr #allselectPages.activeToggle ul#newlink{
    padding: 0;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList{
    color: #5D787A;
    font-size: 14px;
    padding: 7px 10px;
    display: flex;
    font-weight: 600;
    /*align-items: center;*/
    text-transform: capitalize;
    border-bottom: 1px solid #CDCDCD;
    position: relative;
    display: flex;
    background-color: #fff;
}

header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList input[type="text"] {
    width: 100px;
    margin-right: 2px;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5D787A;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList input:checked + label:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #F3F4F4;
    z-index: -1;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList input:checked:before {
    border: 2px solid #5D787A!important;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff!important;
    border-radius: 2px;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList input:checked:after {
    content: "\f00c";
    position: absolute;
    font: normal normal normal 9px/1 FontAwesome;
    color: #fb9d2f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList input:checked{
    z-index: 99999;
    position: relative;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList label{
    z-index: 999;
    cursor: pointer;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.active > label{
    color: #FF6240;
}
.checkboxPopupBx {
    position: absolute;
    right: -66px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 10px 0;
    top: 5px;
    z-index: 9999;
}
.checkboxPopupBx ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.checkboxPopupBx ul li {
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
    flex-direction: column;
    padding: 10px 15px;
    border-bottom: 1px solid #CDCDCD;
}
.checkboxPopupBx ul li a{
    display: flex;
    gap: 10px;
}
.checkboxPopupBx ul li svg{
    width: 20px;
}
.checkboxPopupBx ul li a{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #505050;
}
.checkboxPopupBx ul li: hover{
    background: #F3F4F4;
}

header#dash_header .left_hdr #allselectPages .btn-addPage{
    background: #FFA940;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: 130px;
    height: 32px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    justify-content: center;
    margin:40px auto 0;
    cursor: pointer;
    border: none;
    transition: all 0.6s;
}
header#dash_header .left_hdr #allselectPages .btn-addPage:hover, 
header#dash_header .left_hdr #allselectPages .btn-apply:hover, 
header#dash_header .changeBtnPages:hover{
    background-color: #000;
}
header#dash_header .left_hdr #allselectPages .btn-addPage i{
    margin-left: 8px;
}
header#dash_header .left_hdr #allselectPages .btn-apply{
    background: #FF6240;
    width: 83px;
    height: 32px;
    background: #FF6240;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    cursor: pointer;
    border: none;
     display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
    justify-content: center;
    margin: 30px auto 0;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.6s;
}

header#dash_header .page_blocks span#togglemenu_block, 
header#dash_header .page_blocks span#pageHdr_block{
 cursor: pointer;   
 display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; 
}
header#dash_header span#togglemenu_block i.fas.fa-chevron-down{
    transition: all 0.6s;
    margin-left: 7px;
}
header#dash_header span#togglemenu_block.activeArrow i.fas.fa-chevron-down {
    transform: rotate(180deg);
    transition: all 0.6s;
}

header#dash_header .form_productsBx form {
    display: flex;
    gap: 10px;
}
header#dash_header .form_productsBx form input{
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 20px;
    height: 32px;
    padding: 0 10px;
    width: 155px;
}
header#dash_header .form_productsBx {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
header#dash_header .form_productsBx span.search_projectsBx01 {
    position: relative;
}
header#dash_header .form_productsBx div#search_result_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    
}
header#dash_header .form_productsBx div#search_result_list ul{
    list-style-type: none;
    padding:10px 0;
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 99999;
    position: relative;
    min-height: 200px;
}
header#dash_header .form_productsBx div#search_result_list ul li{
    background: #F3F4F4;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #505050;
    font-weight: normal;
    font-size: 14px;
    font-family: Nunito Sans;
    cursor: pointer;
}
header#dash_header .form_productsBx .rightLngeBx{
    margin-right: 20px;
}
header#dash_header .form_productsBx form.search_projects {
    position: relative;
    margin-right: 20px;
}
header#dash_header .form_productsBx form.search_projects button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
    height: 100%;
    background: inherit;
    border: none;
}
header#dash_header .form_productsBx form.search_projects button i{
    color: #505050;
}

header#dash_header .form_productsBx form.create_projects button{
    background: #FFA940;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    color: #fff;
    box-shadow: none;
    border: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-left: 16px;
    transition: all 0.6s;
}
header#dash_header .form_productsBx form.create_projects button:hover{
    background-color: #000;
}
header#dash_header div.edit_options1 {
    margin-left: 20px;
    position: relative;
    color: #505050;
}
header#dash_header div.edit_options1 > a i{
   font-size: 18px!important; 
   color: #505050!important;
}
header#dash_header div.edit_options1 > a{
   font-size: 16px; 
   color: #505050; 
}
header#dash_header div.edit_options1 > a:hover i{
    color: #FFA940;
    
}
header#dash_header div.edit_options1 ul.dropdown_options {
    position: absolute;
    width: 255px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 10px 0;
    list-style-type: none;
}
header#dash_header div.edit_options1 ul.dropdown_options li a{
    color: #505050;
    font-size: 16px;
    line-height: 100%;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
}
header#dash_header div.edit_options1 ul.dropdown_options li a:hover{
    background: #F3F4F4;
}
header#dash_header div.edit_options1 ul.dropdown_options li i{
    font-size: 16px;
     color: #505050; 
}
header#dash_header div.edit_options1 ul.dropdown_options{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.6s;
}
header#dash_header div.edit_options1 ul.dropdown_options.activeEdit{
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 99;
    top: 18px;
}
header#dash_header .right_hdr ul.right_menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    list-style-type: none;
    padding: 0;
}
header#dash_header .right_hdr ul.right_menu li{
    position: relative;
}
header#dash_header .right_hdr ul.right_menu li:before{
    content: "";
    position: absolute;

}
header#dash_header .right_hdr input {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 20px;
    height: 32px;
    padding: 0 10px;
}

header#dash_header .right_hdr ul.right_menu li a{
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: capitalize;
    color: #5D787A;
}
header#dash_header .right_hdr a#messageId_chatBx img {
    width: 24px;
}

header#dash_header .right_hdr ul.right_menu li i{
    color: #C4C4C4;
    font-size: 24px;
}
header#dash_header .right_hdr ul.right_menu > li {
    display: flex;
    align-items: center;
    gap: 8px;
}
header#dash_header .right_hdr ul.right_menu li.loginHdr{
    position: relative;
}
header#dash_header .right_hdr ul.right_menu li a:hover{
    color: #FB9D2F;
}
header#dash_header .right_hdr #login_bx{
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 320px;
    padding: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    right: 0;
    text-align: center;
    transition: all 0.6s;
}
header#dash_header .right_hdr #login_bx.activeLogin {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
header#dash_header .right_hdr #login_bx i{
    font-size: 60px;
    margin-bottom: 30px;
}
header#dash_header .right_hdr #login_bx input{
    border-radius: 0;
    border: none;
    padding:10px 0;
    border-bottom: 1px solid #CDCDCD;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    /*text-transform: capitalize;*/
    color: #5D787A;
    margin-bottom: 16px;
}
header#dash_header .right_hdr #login_bx input[type="button"]{
    width: 97px;
    height: 32px;
    left: 1678px;
    top: 295px;
    background: #FFA940;
    border-radius: 50px;
    margin-top: 30px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.6s;
    margin-left: auto;
    margin-right: auto;
}
header#dash_header .right_hdr #login_bx input[type="button"]:hover{
    background: #000;
}
header#dash_header .right_hdr #login_bx input::-webkit-input-placeholder { /* Edge */
  font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #5D787A;
}
header#dash_header .right_hdr #login_bx input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #5D787A;
}
header#dash_header .right_hdr #login_bx input::placeholder {
  font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #5D787A;
}

/**----close project--------**/
.closeProjectsBtn{
    position: relative;
}
div#closeProjectsBx{
    display: none;
    position: absolute;
    background: #fff;
    padding: 50px 40px;
    top: 60px;
    width: 320px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-align: center;
    z-index: 99;
}
div#closeProjectsBx h2{
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #5D787A;
    margin-bottom: 20px;
}

div#closeProjectsBx h2 span{
    position: relative;
    padding-bottom: 8px;
}
div#closeProjectsBx h2 span:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #CDCDCD;
    width: 100%;
}
div#closeProjectsBx input{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
}
div#closeProjectsBx button{
   background: #FFA940;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px; 
    width: 186px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    transition: all 0.6s;
}
div#closeProjectsBx button:hover{
    background: #000;
}


/**-------choose designer dropdown menu-------**/
ul.chooseDesigner { 
    height: 30px;
    width: 40px;
    border: none;
    padding: 0;
    list-style-type: none;
    box-shadow: none;
	display: flow-root;
}
ul.chooseDesigner li.init{
    position: relative;
}
ul.chooseDesigner span.chooseDesignerToolTip_bx {
     position: absolute; 
     top: unset; 
    left: -49px;
    right: 0;
    width: 0;
    background: #505050;
    color: #fff;
    bottom: -52px;
    margin: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    border-radius: 4px;
    z-index: 9;
    font-size: 12px;

}
ul.chooseDesigner:hover span.chooseDesignerToolTip_bx{
    width: 140px;
    padding: 10px;
    opacity: 1;
    visibility: visible;
}
ul.chooseDesigner span.chooseDesignerToolTip_bx:before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #505050;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -11px;
}
ul.chooseDesigner li.designerListOpt:hover + span.chooseDesignerToolTip_bx{
    display: none!important;
}

header#dash_header .right_hdr ul.chooseDesigner li { 
    padding: 3px 10px; 
    z-index: 2; 
    font-weight: bold;
    font-size: 14px;
    /*line-height: 100%;*/
    text-transform: capitalize;
    color: #5D787A;
    justify-content: space-between;
    gap: 0;
    }
header#dash_header .right_hdr ul.chooseDesigner li.designerListOpt {
    display: flex;
    justify-content: space-evenly;
    float: none!important;
    background: #fff;
    text-align: inherit;
    color: #5D787A;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 10px 10px;
    right: 179px;
}    
header#dash_header .right_hdr ul.chooseDesigner li:not(.init) { 
    float: left; 
    width: 230px; 
    display: none; 
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
}
header#dash_header .right_hdr ul.chooseDesigner li:not(.init):hover, ul li.selected:not(.init) { 
    background: #eee; 
    cursor: pointer;
}
header#dash_header .right_hdr ul.chooseDesigner li.init { 
    cursor: pointer; 
    padding: 5px 10px;
    position: relative;
    top: -2px;
}
header#dash_header .right_hdr ul.chooseDesigner li.init span{
    display: none;
}
header#dash_header .right_hdr ul.chooseDesigner li.init {
    width: 53px;
        height: 46px;
}
header#dash_header .right_hdr ul.chooseDesigner li.init a{
    display: none;
}

header#dash_header .right_hdr ul.chooseDesigner li a#submit { z-index: 1; }

header#dash_header .right_hdr ul.chooseDesigner li img {
    width: 30px;
    height: auto;
    float: right;
    position: relative;
    top: -8px;
}
header#dash_header .right_hdr ul.chooseDesigner li.init img{
    position: static;
        width: 30px;
        height: 30px;
        border-radius: 100%;
}

/**------chat message--------**/
header#dash_header .right_hdr li.chat_mesaage{
    position: relative;
}

header#dash_header .right_hdr li.chat_mesaage .chatMsg{
    position: absolute;
    top: 45px;
    right: 0;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 483px;
    display: none;
    z-index: 9;
}

header#dash_header li.chat_mesaage .chatMsg img{
    width: 32px;
    height: 32px;
}
header#dash_header li.chat_mesaage .chatBoxArea {
    display: flex;
    gap: 8px;
    align-items: baseline;
}
header#dash_header li.chat_mesaage .chatBoxArea .checkboxText {
    max-width: 73%;
    padding: 10px;
    background: #F3F4F4;
    border-radius: 4px;
    margin-bottom: 30px;
}
header#dash_header li.chat_mesaage .chatBoxArea .checkboxText span{
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #232323;
}
header#dash_header li.chat_mesaage .chatBoxArea.rightChatArea {
    flex-direction: row-reverse;
    text-align: right;
}
.chatBoxArea_btn form {
    display: flex;
    height: 80px;
}

.chatBoxArea_btn form > div:first-child{
    width: 80%;
}
.chatBoxArea_btn form > div:last-child{
    width: 20%;
}
.chatBoxArea_btn .chatBoxArea_btn_txt textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #F3F4F4;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    resize: none;
    height: 82px!important;
}
.chatBoxArea_btn .chatBoxArea_btn_txt textarea:focus{
    outline: none;
}
.chatBoxArea_btn .chatBoxArea_btn_snd button{
    background: #FB9D2F;
    border-radius: 0px 4px 4px 0px;
    border: none;
    color: #fff;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
}
.chatBoxArea_btn .chatBoxArea_btn_snd button i{
    color: #fff!important;
    font-size: 20px!important;
    margin-bottom: 10px;
}
.chatBoxArea_btn .chatBoxArea_btn_snd button:hover{
    background: #000;
}
a#messageId_chatBx{
    position: relative;
}

a#messageId_chatBx span.messageToolTip_bx {
     position: absolute; 
     top: unset; 
    left: -178%;
    right: 0;
    width: 0;
    background: #505050;
    color: #fff;
    bottom: -52px;
    margin: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    border-radius: 4px;
    z-index: 99999;

}
a#messageId_chatBx:hover span.messageToolTip_bx{
    width: 95px;
    padding: 10px;
    opacity: 1;
    visibility: visible;
}
a#messageId_chatBx span.messageToolTip_bx:before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #505050;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -11px;
}


/**=====================Body screen======================**/
section#blockBody .container_wrap {
    display: flex;
   /* column-gap: 20px;*/
}
section#blockBody div#allPage_blocks {
      opacity: 1;
      transition: opacity 0.6s linear;
      background-color: #5D787A;
     height: 90vh;
     overflow-y: scroll;
     position: static;
     left: 0;
     right: 0;
     width: 160px;
     top: 60px;
     bottom: 0;
     padding: 28px 20px;
     visibility: visible;
     scrollbar-width: thin;
}

section#blockBody .blockBody_left #allPage_blocks h2{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}
section#blockBody .blockBody_left #allPage_blocks ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}
section#blockBody .blockBody_left #allPage_blocks ul li a{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 0;
    display: block;
}
section#blockBody .blockBody_left #allPage_blocks ul li a:hover{
    color: #FB9D2F;  
}
/* width */
section#blockBody .blockBody_left #allPage_blocks::-webkit-scrollbar {
  width: 4px;
}
/* Track */
section#blockBody .blockBody_left #allPage_blocks::-webkit-scrollbar-track {
  background: #555; 
}
 /* Handle */
section#blockBody .blockBody_left #allPage_blocks::-webkit-scrollbar-thumb {
  background: #FB9D2F; 
}
/* Handle on hover */
section#blockBody .blockBody_left #allPage_blocks::-webkit-scrollbar-thumb:hover {
  background: #555; 
}




/**------------middle section-----------------------**/
section#blockBody .container_wrap .blockBody_middle {
    width: 50%;
    border-right: 1px solid #5D787A;
    padding: 30px 20px 20px 20px;
    height: calc(var(--vh, 1vh) * 100 - 60px);
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
}
/* width */
section#blockBody .blockBody_middle::-webkit-scrollbar {
  width: 4px;
}
/* Track */
section#blockBody .blockBody_middle::-webkit-scrollbar-track {
  background: #555; 
}
 /* Handle */
section#blockBody .blockBody_middle::-webkit-scrollbar-thumb {
  background: #FB9D2F; 
}
/* Handle on hover */
section#blockBody .blockBody_middle::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

section#blockBody .blockBody_middle textarea{
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    min-height: 140px;
    color: #505050;
    font-size: 16px;
    font-weight: normal;
    border: none;
    width: 100%;
    padding: 20px 15px;
    resize: none;
}
section#blockBody .blockBody_middle textarea:focus{
    outline: none;
}
section#blockBody .blockBody_middlebx_txt{
    margin-top: 17px;
}

section#blockBody .blockBody_middlebx .middlebx_txtArea {
    display: flex;
    gap: 20px;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea > div:first-child{
    max-width: 35%;
    flex: 1 1 35%;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea > div:last-child{
    max-width: 65%;
    flex: 1 1 65%;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea {
    display: none;
    margin-bottom: 20px;
}

/**------------right section-----------------------**/
section#blockBody .container_wrap .blockBody_right{
    width: 40%;
    padding: 40px 20px 20px 20px;
}
section#blockBody .blockBody_right .contentBx_right{
    padding:0px;
    overflow: auto;
    height: 96vh;
}

section#blockBody .blockBody_right .contentBx_right h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #505050;
    margin-bottom: 24px;
}
section#blockBody .blockBody_right .contentBx_right p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #505050;
    margin-bottom: 24px;
}

.activeList{
    color: #FB9D2F!important;
}
button.projectsBtns01 {
    border: none;
    color: #fff;
    background: #FFA940;
    border-radius: 20px;
    padding: 9px 20px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.6s;
}
button.projectsBtns01:hover{
    background: #000;
}


/**================================ RTL mode=================================**/
body.bodylangauge.option-no-02 {
    direction: rtl;
}
body.bodylangauge.option-no-02 header#dash_header span#togglemenu_block i.fas.fa-chevron-down{
    margin-right: 7px;
    margin-left: inherit;
}
body.bodylangauge.option-no-02 header#dash_header .form_productsBx form.search_projects button{
    right: inherit;
        left: 10px;
}
body.bodylangauge.option-no-02 header#dash_header .right_hdr ul.chooseDesigner li img{
    margin-left: 9px;
}
body.bodylangauge.option-no-02 header#dash_header .right_hdr ul.chooseDesigner li.init img{
    margin-left: 0;
}
body.bodylangauge.option-no-02 section#blockBody .container_wrap .blockBody_middle{
    padding: 30px 0px 0 20px;
    border-left: 1px solid #5D787A;
    border-right: none;
}
body.bodylangauge.option-no-02 header#dash_header .searchBx_lst select{
    margin-right: 0;
}
body.bodylangauge.option-no-02 header#dash_header .form_productsBx form.search_projects{
    margin-right: 0;
    margin-left: 20px;
}
body.bodylangauge.option-no-02 header#dash_header .right_hdr{
    padding-right: 0;
    padding-left: 20px;
}
body.bodylangauge.option-no-02 header#dash_header .right_hdr li.chat_mesaage .chatMsg{
    left: 0;
    right: inherit;
}
body.bodylangauge.option-no-02 header#dash_header .right_hdr #login_bx{
    left: 0;
    right: inherit; 
}
body.bodylangauge.option-no-02 header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList input[type="text"] + div {
    margin-left: 65px;
    margin-right: 0!important;
}


/**=================================================== Login desiger===========================================**/

section#loginTheme header{
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 5%;
    justify-content: end;
}
section#loginTheme header .loginTheme_login{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
section#loginTheme header .loginTheme_login span{
    text-transform: capitalize;
    color: #5D787A;
    font-weight: bold;
    font-size: 14px;
    font-family: Nunito Sans;
    line-height: 100%;
}
section#loginTheme header .loginTheme_login i{
    color: #C4C4C4;
    font-size: 24px;
}
section#loginTheme {
    width: 100%;
    height: 100vh;
}
div#login_bxTheme {
    position: absolute;
    background: #fff;
    max-width: 400px;
    height: 277px;
    padding: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
div#login_bxTheme form {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 100%;
}
div#login_bxTheme li.designerListOpt {
    display: none;
    background: rgb(255, 255, 255);
    z-index: 99999;
    position: relative;
    padding: 0px;
    margin: 0px;
}
div#login_bxTheme ul.chooseDesigner {
    border-top: 1px solid #CDCDCD;
    padding: 12px 0;
}
div#login_bxTheme li.designerListOpt img{
    float: right;
}

/**==========================================Designer dashboard=========================**/


header.designerDash ul.chooseDesigner li.init{
    justify-content: center!important;
    gap: 20px!important;
}
header.designerDash a#taskManager_bx {
    text-transform: uppercase!important;
}
header.designerDash .right_hdr .search_projects input{
        width: 244px;
}
header.designerDash .right_hdr ul.right_menu li{
    position: relative;
}
/*header.designerDash .right_hdr ul.right_menu li:before{
    content: "";
    position: absolute;
    top: 10px;
    right: 3px;
    background: red;
    width: 1px;
    height: 80%;
}*/

.designerDash ul.list-usernameBX.designerListOpt {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CDCDCD;
    display: flex;
    flex-direction: column;
}
.designerDash  #login_form_data input#user_pass {
    margin-top: 15px;
}
.designerDash ul.list-usernameBX.designerListOpt li[style="display: list-item;"]{
    padding-top: 10px;
    padding-bottom: 10px;
}

.designerDashBody .blockBody_middle .middlebx_txtImg {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 1 1 100%;
    gap: 20px;
}
.designerDashBody .blockBody_middle .middlebx_txtImg img{
    cursor: move;
}
.designerDashBody .blockBody_middle .middlebx_txtImg span {
    max-width: calc(100% / 2 - 10px);
}
.designerDashBody .blockBody_middlebx .middlebx_txtArea > div:last-child{
    max-width: 100%!important;
}

div#printThemes {
    border: 4px dashed #ccc;
    position: relative;
    background: #fff;
    padding-bottom: 40vh;
    /*z-index: -1*/;
    height: 80vh!important;
}
/*div#printThemes:before {
    content: "Drag design Here !";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    top: 0;
    font-weight: 600;
    font-size: 30px;
    color: #ccc;
}
*/

.designerDash li.manager_profile img {
    border-radius: 100%;
    width: 26px;
    border: 1px solid #ccc;
}

div#printThemes span img{
    cursor: s-resize;
}
form#login_form_data .designerListOpt {
    position: relative;
    border-radius: 0;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #CDCDCD;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #5D787A;
    margin-bottom: 16px;
    text-align: left;
}
div#chooseUser_nameMainBx {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #efefef;
    margin-top: 10px;
}
div#chooseUser_nameMainBx img{
    width: 25px;
}
div#chooseUser_nameMainBx li{
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
    margin-bottom: 10px;
    justify-content: space-between;
    cursor: pointer;
}
form#login_form_data {
    display: flex;
    flex-direction: column;
}


/**===========================New task==========================**/

#newTaskTheme{
   position: absolute;
   top: 100px;
   width: 990px;
   background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px; 
    display: block;
    left: 20%;
    z-index: 99;
}
#newTaskTheme .hdrTaskTheme01{
    display: flex;
    justify-content: space-between;
    padding:22px 40px;
}
div#newTaskThememovediv {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fa9929;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    top: -13px;
    right: -10px;
    cursor: move;
    display: none;
}

#newTaskTheme .hdrTaskTheme01 h2{
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
}
#newTaskTheme .hdrTaskTheme01 a#closeTask01{
    color: #505050;
    font-family: 'Nunito Sans', sans-serif!important;
    font-weight: 800;
    font-size: 16px;
}
#newTaskTheme .tastContentBx{
    padding: 26px 40px 16px;
    border-top:1px solid #DCDCDC;
    scrollbar-width: thin;
    overflow: auto;
    height: 500px;
}
#newTaskTheme .hdrTaskTheme02 {
    display: flex;
    padding: 0 40px 22px;
}
#newTaskTheme .hdrTaskTheme02 > div{
    flex: 1 1 50%;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
}
#newTaskTheme .hdrTaskTheme02 select{
    background: #FFFFFF;
    border: 1px solid #505050;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 3px 10px;
    width: 200px;
    height: 32px;
}
#newTaskTheme .hdrTaskTheme02 select option{
    border-width:1px 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    padding: 10px;
}
#newTaskTheme .hdrTaskTheme02 .pagesBx02Rgt span{
    color: red;
}

#newTaskTheme .hdrTaskTheme02 .pagesBx02Rgt {
    text-align: right;
}

.hdrTaskTheme01.maximizeBx {
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 0!important;
}
.hdrTaskTheme01.maximizeBx span.buttons {
    /*background: #ffa940;*/
    width: 120px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    gap: 4px;
    flex-direction: column;
}
.hdrTaskTheme01.maximizeBx span.buttons > span {
    flex: 1 1 auto;
    background: #fc9e2c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fcae4f;
    color: #fff;
}
.fixedProjectsBx {
    position: fixed;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 450px;
    background: #fff;
    box-shadow: 0px 3px 1px 0 #000;
}
.fixedProjectsBx .tastContentBx_blocks01{
    gap: 0;
}
.fixedProjectsBx .pagesBx02Lft select#changePageId{
    width: 130px;
}
#newTaskTheme .hdrTaskTheme01 span.buttons{
    display: flex;
    gap: 4px;
}
.fixedProjectsBx .hdrTaskTheme01 {
    align-items: center!important;
}
.fixedProjectsBx .tastContentBx_content{
    max-width: 100%!important;
}
.fixedProjectsBx .tastContentBx_content p{
    min-height: auto!important;
}
.fixedProjectsBx .tastContentBx_img{
   max-width: 100%!important; 
   font-weight: 700;
    text-align: center;
}
div#newTaskTheme div#view_block_section .tastContentBx_blocks01 > div {
    flex: 1;
}
div#newTaskTheme .fixedProjectsBx div#view_block_section .tastContentBx_blocks01 > div{
    flex: 1 1 100%;
}
.dropSelectBx_body div#select_lang input.multiple_lang {
    height: auto;
}
#newTaskTheme .hdrTaskTheme01 span.buttons span {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tastContentBx__mainRevw p{
    background: #FBFCFC;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 4px;
    height: 140px;
    padding: 15px;
    color: #505050;
    font-size: 16px;
    line-height: 130%;
}
.tastContentBx_blocks01{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.tastContentBx_blocks01 .tastContentBx_img{
    max-width: 35%;
}
.tastContentBx_blocks01 .tastContentBx_img img{
    width: 100%;
    height: auto;
}
.tastContentBx_blocks01 .tastContentBx_content{
    max-width: 65%;
}
.tastContentBx_blocks01 .tastContentBx_content p{
    font-size: 16px;
    line-height: 130%;
    color: #505050;
    background: #FBFCFC;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 143px;
    width: 100%;
    padding: 10px 15px;
}
.tastContentBx_blocks01 > div{
    flex: 1 1 auto;
}
.language_dropSelect{
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: capitalize;
    color: #5D787A;
}
.language_dropSelect {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  text-transform: capitalize;
  color: #5D787A;
  margin: 0 0 0 20px;
}
.language_dropSelect .dropSelectBx_body > div{
    width: 100%;
    display: block;
}
.language_dropSelect .dropSelectBx_body > div > span{
    display: flex;
    padding: 6px 20px;
    align-items: center;
}
.language_dropSelect .dropSelectBx_body > div > span:hover{
    background: #F3F4F4;
}
.language_dropSelect .dropSelectBx_body > div > span label {
    font-weight: 500;
}

#create_projects .form_groups { display: flex; align-items: center; }
.language_dropSelect .dropSelectBx_body {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 8px 0;
    width: 160px;
    top: 50px;
    position: absolute;
    display: none;
    z-index: 999;
}

/*.designerDash ul.chooseDesigner{
    width: auto;
}*/
header.designerDash div.form_productsBx{
    padding: 0!important;
}
header.designerDash div.form_productsBx form.search_projects {
    position: relative;
    margin-right: 0!important;
}
header.designerDash span.ProjectsMenus {
   font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: capitalize;
    color: #5D787A;
}



.sidenav_pro {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 0px 3px 0px #ccc;
    z-index: 999999;
}

.sidenav_pro a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav_pro a:hover {
  color: #f1f1f1;
}

.sidenav_pro .closebtn_pro {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  line-height: 20px;
}

.tabProjectsMenu {
  font-family: arial, sans-serif;
}
.tabProjectsMenu .tabsMenu {
  border-bottom: 1px solid #DCDCDC;
  width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}
.tabProjectsMenu .tabsMenu .tabMenu {
  float: left;
  background: white;
  color: #777777;
  height: 31px;
  margin: 2px 8px 0;
  padding: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}
.tabProjectsMenu .tabsMenu .tabMenu.active {
  color: #dd4b39;
}
.tabProjectsMenu .panelsProjects .panelProject {
  padding: 20px 20px;
  display: none;
}
.tabProjectsMenu .panelsProjects .panelProject:first-child {
  display: block;
}
span.ttl_sidenav_pro {
    position: absolute;
    top: 23px;
    left: 32px;
    font-weight: 600;
}

.tabProjectsMenuSearch .form_groups {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabProjectsMenuSearch .form_groups > * {
    flex: 1 1 auto;
}
.tabProjectsMenuSearch input.form_controls{
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px;
    height: 32px;
}
.tabProjectsMenuSearch button{
    flex: 1 1 90px;
    border-radius: 20px;
    height: 32px;
    max-width: 90px;
    position: absolute;
    right: 31px;
    border: none;
    background: inherit;
}

ul.tabProjectsLists{
    list-style-type: none;
    margin-top: 20px;
    padding: 0 0 0 6px;
}

ul.tabProjectsLists li a{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
    padding: 5px 10px;
}
ul.tabProjectsLists li{
    display: flex;
    align-items: center;
}
ul.tabProjectsLists li > *{
    flex: inherit;
}
ul.tabProjectsLists li a:hover{
    color: #EF4D56;
}
header .editWebsitePg {
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
  
}
header .editWebsitePg span{
    font-weight: bold;
font-size: 14px;
line-height: 100%;
/* identical to box height, or 16px */

text-transform: uppercase;

color: #505050;  
}

header .editWebsitePg svg {
    width: 15px;
}

.share_projects_file{
    position: relative;
}

a#shareIdProjects {
    background: #FFA940;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    margin-right: 10px;
}
#shareProjects_popup{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 492px;
    min-height: 202px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
}
#shareProjects_popup .share_hdng h3{
    text-transform: capitalize;
    color: #505050;
    font-family: 'Nunito Sans';
    font-weight: 600;
    padding: 15px 30px;
    border-bottom: 1px solid #DCDCDC;
}

#shareProjects_popup form.shareMailForm{
    display: flex;
    padding: 20px 30px;
    gap: 10px;
    border-bottom: 1px solid #CDCDCD;
}
#shareProjects_popup form.shareMailForm input{
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 20px;
    flex: 1 1 auto;
    height: 32px;
    padding: 0 10px;
    width: 155px;
}
#shareProjects_popup form.shareMailForm input[type="submit"]{
    background: #FFA940;
    border-radius: 20px;
    color: #fff;  
    max-width: 70px;
    border: none; 
    transition: all 0.6s;
    cursor: pointer;
}
#shareProjects_popup form.shareMailForm input[type="submit"]:hover{
   background-color: #000;
}
#shareProjects_popup .share_all_btn{
    display: flex;
    gap: 10px;
    padding: 20px 30px;
}
#shareProjects_popup .share_all_btn button{
    width: 129px;
    height: 32px;
    background: #FFA940;
    border-radius: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.6s;
    cursor: pointer;
    height: 32px;
    padding: 0 10px;
}
#shareProjects_popup .share_all_btn button i{
    margin-right: 6px;
}
#shareProjects_popup .share_all_btn button:hover{
    background-color: #000;
}

@media only screen and (min-width: 1500px){
    header#dash_header .right_hdr ul.right_menu{
            gap: 18px!important;
    }
}


/**updated css**/
ul#newlink button.rename_update {
    width: 28px;
    height: 28px;
    background: #FFA940;
    border-radius: 20px;
    color: #fff;
    border: none;
    font-size: 12px;
    margin-left: 3px;
}
header#dash_header .left_hdr #allselectPages.activeToggle li.checkboxList.rename_page label, 
header#dash_header .left_hdr #allselectPages.activeToggle li.checkboxList.new_page label  {
    padding: 2px 5px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
        min-width: 100px;
}
header#dash_header .left_hdr #allselectPages.activeToggle li.checkboxList.new_page.active label{
    border: none;
    padding: 0;
    min-width: auto;
}

header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.new_page label{
    border: none;
    padding: 0;
    color: #FF6240;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.active + .checkboxList.new_page label{
    border: none;
    padding: 0;
    color: #FF6240;
}

header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.new_sub_page{
    display: block;
    width: 100%;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList ul.sub_page{
    list-style-type: none;
    padding: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10px;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList ul.sub_page ul.sub_page {
    padding-left: 4px;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList ul.sub_page:before {
    content: "";
    position: absolute;
   left: -36px;
    right: -10px;
    height: 1px;
    background: #CDCDCD;
    top: 5px;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList ul.sub_page > li {
    flex: 1 1 auto;
    display: flex;
    border: none;
    padding: 0;
    position: relative;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList ul.sub_page > li label{
    border: 1px solid #CDCDCD;
    padding: 2px 5px;
     min-width: 80px;
     margin-left: 15px;
}

header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList ul.sub_page > li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
   /* bottom: 0;*/
    display: flex;
    align-items: center;
    width: 10px;
    height: 10px;
    background-image: url(../images/submenu_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
header#dash_header .left_hdr #allselectedPages ul ul li.selected_page_list{
    position: relative;
    padding-left: 20px;
    border-top: 1px solid #CDCDCD;
    border-bottom: none;
}
header#dash_header .left_hdr #allselectedPages ul ul li.selected_page_list:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 10px;
    height: 10px;
    background-image: url(../images/submenu_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
header#dash_header .left_hdr #allselectedPages ul li.selected_page_list ul{
    padding-left: 0px;
}
header#dash_header .left_hdr #allselectedPages ul > li.selected_page_list{
    border-bottom: 1px solid #CDCDCD;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.active {
    display: flex;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.active ul.sub_page > li label{
    border: none;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.active.rename_page label{
    border: none;
    padding: 0;
    color: #FF6240;
}
header#dash_header .left_hdr #allselectedPages ul li.selected_page_list{
    position: relative;
}
header#dash_header .left_hdr #allselectedPages ul li.selected_page_list:hover{
    background: #F3F4F4;
}
header#dash_header .left_hdr #allselectedPages ul li.selected_page_list:hover span.dlt_crt_page{
    display: block;
}
header#dash_header .left_hdr #allselectedPages ul li.selected_page_list span.dlt_crt_page{
   position: absolute;
   right: 10px;
   top: 3px;
   bottom: 0; 
   display: none;
   cursor: pointer;
}
header#dash_header .left_hdr #allselectedPages ul li.selected_page_list span.dlt_crt_page i{
    color: #000;
    font-size: 12px;
}
div#showpage_home div.middlebx_txtArea {
    position: relative;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea .middlebx_txtImg{
    position: relative;
}

section#blockBody .blockBody_middlebx .middlebx_txtArea .middlebx_txtImg a {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 2px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    display: none;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea:hover .middlebx_txtImg a{
    display: flex;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea .middlebx_txtImg a i{
    color: #505050;
    display: none;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea:hover .middlebx_txtImg a i{
   display: flex;  
}
section#blockBody .blockBody_middlebx .middlebx_txtArea .middlebx_txtImg:before{
    content: "\f07d";
    position: absolute;
    left: 20px;
    top: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 2px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    display: none;
    color: #505050;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea:hover .middlebx_txtImg:before{
    display: flex;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea:hover{
    cursor: n-resize;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea:hover a{
    display: flex;
}
section#blockBody .blockBody_middlebx .middlebx_txtArea .middlebx_txtImg{
    display: flex;
    align-items: center;
    background: #fff;
    padding:8px;
}
header#dash_header .left_hdr #allselectedPages ul li.selected_page_list.active a{
    color: #FF6240;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.sub_menu{
    display: flex;
    flex-direction: column;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.sub_menu > label{
    float: left;
    width:  initial;
    color: #FF6240;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.new_sub_page > label, 
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.sub_menu > label{
    color: inherit!important;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.sub_menu.active > label{
    color: #FF6240!important;
}
header#dash_header .left_hdr #allselectPages.activeToggle .checkboxList.sub_menu ul.sub_page li.checkboxList.active label{
    border: none;
}
header#dash_header .right_hdr ul.chooseDesigner li.init:before {
    content: "Choose Designer";
    position: absolute;
    width: 120px;
    background: #505050;
    color: #fff;
    padding: 8px;
   
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 45px;
    left: -30px;
    right: 0;
    margin: auto;
    display: none;
    border-radius: 5px;
}
header#dash_header.customerDashBody .right_hdr ul.chooseDesigner li.init:before {
   content: "Choose Manager"; 
}
.managerDashBody header#dash_header .right_hdr ul.chooseDesigner li.init:before{
    content: "Choose Designer"; 
}
header#dash_header .right_hdr ul.chooseDesigner li.init:hover:before{
     display: flex;
}
header#dash_header .right_hdr ul.chooseDesigner li.init:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #505050;
    display: none;
    margin: auto;
}
header#dash_header .right_hdr ul.chooseDesigner li.init:hover:after{
    display: flex;
}
a#messageId_chatBx:before{
    content: "Message";
    position: absolute;
    width: 80px;
    background: #505050;
    color: #fff;
    padding: 8px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    top: 45px;
    left: -30px;
    right: 0;
    margin: auto;
    display: none;
    border-radius: 5px;
}
a#messageId_chatBx:hover:before{
    display: flex;
}
a#messageId_chatBx:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #505050;
    display: none;
    margin: auto;
}
a#messageId_chatBx:hover:after{
    display: flex;
}
form#login_form_data span.selectBx_imput {
    display: block;
    position: relative;
    width: 100%;
}
form#login_form_data span.selectBx_imput input{
    width: 100%;
}
form#login_form_data span.selectBx_imput i{
    font-size: 20px!important;
    position: absolute;
    right: 0;
}
form#login_form_data span.selectBx_imput img{
    font-size: 20px!important;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
form#login_form_data{
    position: relative;
    padding-top: 40px;
}

ul.list-usernameBX{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CDCDCD;
    display: flex;
    flex-direction: column;
   
}
ul.list-usernameBX li { 
    padding: 0px 0px; 
    z-index: 2; 
    color: #5D787A;
    margin-bottom: 0px;
     font-weight: bold;
    font-size: 14px;
    display: flex;
    position: relative;
    width: 100%;
    }
ul.list-usernameBX li:not(.init) { 
    float: left; 
    width: 100%; 
    display: none; 
    background: #fff; }

ul.list-usernameBX li:not(.init):hover, 
ul.list-usernameBX li.selected:not(.init) {
    background: #fff; 
}

ul.list-usernameBX li { 
    padding: 5px; 
    z-index: 2; 
}
ul.list-usernameBX li img {
    width: 24px!important;
    height: 24px!important;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 2px;
}

ul.list-usernameBX li:not(.init) { 
    float: left; 
    width: 100%;
    display: none; 
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor: pointer;
}

ul.list-usernameBX li.init {
 cursor: pointer; 
    padding-left: 0;
    }

 ul.list-usernameBX li.usernamelist_1{
    display: none;
 }

  ul.list-usernameBX li[style="display: list-item;"]{
    display: flex!important;
    width: 100%;
 }
 ul.list-usernameBX li:last-child{
    border-bottom: 1px solid #ccc;
 }

 header#dash_header .right_hdr ul.right_menu li.loginHdr img {
    margin-left: 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
/**delete bx**/
.deleteMenuBxShowhide{
    position: absolute;
    width: 270px;
    height: 124px;

    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
        text-align: center;
    padding: 20px 0;
}
.deleteMenuBxShowhide h2{
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #232323;
}
.deleteMenuBxShowhide span {
    display: flex;
    justify-content: space-evenly;
}
.deleteMenuBxShowhide span button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 30px;
    width: 104px;
    height: 32px;
    background: #FB9D2F;
    border-radius: 50px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: all 0.6s;
}
.deleteMenuBxShowhide span button:last-child{
    border: 1px solid #DCDCDC;
    background: #fff;
    text-transform: capitalize;
    color: #505050;
    font-weight: 700;
    font-family: 'Nunito Sans';
    font-size: 14px;
}
.deleteMenuBxShowhide span button:hover{
    background-color: #000;
    color: #fff;
}

/**save popup projects**/
#create_projects, .create_projects {
    position: relative;
    display: flex;
    align-items: center;
}
#saveProjectsPopup02{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}
#saveProjectsPopup02 .hdr_saveprjt{
    border-bottom: 1px solid #DCDCDC;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 40px;

}
#saveProjectsPopup02 .hdr_saveprjt h2{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
}
#saveProjectsPopup02 .body_saveprjt{
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 40px;
    height: 400px;
    overflow: auto;
}
#saveProjectsPopup02 .body_saveprjt span{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
}
#saveProjectsPopup02 .ftr_saveprjt {
    border-top: 1px solid #DCDCDC;
    padding: 25px 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#saveProjectsPopup02 .ftr_saveprjt input{
       width: 100%!important;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 15px;
}
#saveProjectsPopup02 .ftr_saveprjt span.btn-saveprojects {
    display: flex;
    justify-content: end;
    gap: 15px;
}
#saveProjectsPopup02 div.ftr_saveprjt button{
    border-radius: 20px;
    min-width: 80px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: 1px solid #FFA940;
    margin: 0!important;
    width: auto!important;
    background: #FFA940;
    cursor: pointer;
}
#saveProjectsPopup02 div.ftr_saveprjt button:last-child{
    color: #505050!important;
    background-color: #fff!important;
    border: 1px solid #FFA940!important;
}

/**=========================================designer dashboard==================================================
=============================================================================================================**/

.designerDashBody .blockBody_middlebx_txt .middlebx_txtArea div.middlebx_txtImg{
   flex: 1 1 100%;
   max-width: 100%;
}
.designerDashBody .blockBody_middle .middlebx_txtImg span{
  max-width: calc(100% / 2 - 10px);
}
section#blockBody .blockBody_middlebx .middlebx_txtArea .middlebx_txtImg{
   align-items: flex-start;
}
section#blockBody.designerDashBody .blockBody_middle .middlebx_txtImg span img{
    width: 100%;
}
section#blockBody.designerDashBody .blockBody_middlebx .middlebx_txtArea .middlebx_txtImg{
    background-color: inherit!important;
}
section#blockBody.designerDashBody div#printThemes span img {
    cursor: s-resize;
    width: 100%;
}

/**=========================================manager dashboard==================================================
=============================================================================================================**/

.managerDashBody header#dash_header .form_productsBx form input{
    width: 245px;
}
.managerDashBody section#blockBody .container_wrap .blockBody_right .contentBx_right.primitive_crt_page {
    background: #fff;
    padding: 8px;
}
.managerDashBody li.customer_user029 {
    position: relative;
    gap: 0!important;
}
.managerDashBody li.customer_user029 ul{
    padding: 24px 0;
    list-style-type: none;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    min-width: 300px;




}
.managerlist_ul{
    height: 450px;
    overflow: auto;
}
.managerDashBody .btn_opn_projetc ul {
    box-shadow: none!important;
    padding: 0!important;
    flex-direction: row;
    display: flex;
    width: 100%;
    
}
.managerDashBody .btn_opn_projetc ul li{
    border: none!important;
}
.managerDashBody .btn_opn_projetc ul li:hover{
    background-color: inherit!important;
}
.managerDashBody .btn_opn_projetc ul > li{
    flex: 1 1 50%;
    max-width: 50%;
}
.managerDashBody li.customer_user029 span.customer_userSBx {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 14px;
    color: #505050;
    cursor: pointer;
    transition: all 0.6s;
}
.managerDashBody li.customer_user029 span.customer_userSBx:hover{
    background: #FF6240;
    color: #fff;
}
.managerDashBody li.customer_user029 ul li{
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        border-bottom: 1px solid #dedddd;
}
.managerDashBody li.customer_user029 ul li span{
    color: #5D787A;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: capitalize;
}
.managerDashBody li.customer_user029 ul li img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.managerDashBody li.customer_user029 ul li:hover{
    background-color: #F3F4F4;
    cursor: pointer;
}
.managerDashBody li.customer_user029 .customer_userSBx_list{
    position: relative;
    position: absolute;
    right: 0;
    width: 211px;
     top: 65px;
     z-index: 9;
}
/*.managerDashBody li.customer_user029 .customer_userSBx_opnprjt{
   background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 4px;
    min-width: 320px;
    padding: 30px 34px;
    position: relative;
    bottom: -20px;
    top: unset;
    left: -52px;
    right: 0;
    display: none;
}*/
.managerDashBody li.customer_user029 .customer_userSBx_opnprjt {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 4px;
    width: 304px;
    padding: 30px 34px;
    position: absolute;
    bottom: -20px;
    top: 79px;
    left: unset;
    right: 0;
    display: none;
    overflow: hidden;
    height: 200px;
    z-index: 9;
}
.managerDashBody section#blockBody .blockBody_right .contentBx_right h2{
    text-align: center;
}
.managerDashBody li.customer_user029 .customer_userSBx_opnprjt h2{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #5D787A;
    margin-bottom: 40px;
}
.managerDashBody li.customer_user029 .customer_userSBx_opnprjt h2 span{
   padding:5px 15px; 
   position: relative;
}
.managerDashBody li.customer_user029 .customer_userSBx_opnprjt h2 span:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #CDCDCD;
}
.managerDashBody li.customer_user029 .customer_userSBx_opnprjt input{
    width: 100%;
}

.managerDashBody li.customer_user029 ul.list-mngrp.customerListOpt, 
.managerDashBody li.customer_user029 ul.list-operator.customerListOpt {
    padding: 0;
    margin-top: 30px;
    box-shadow: none;
   
}
.managerDashBody li.customer_user029 ul.list-operator.customerListOpt{
    margin-top: 0!important;
}
.managerDashBody li.customer_user029 ul.list-mngrp.customerListOpt li{
    padding: 10px 0px!important; 
}
.managerDashBody li.customer_user029 ul.list-mngrp.customerListOpt li.usernamelist_1, 
.managerDashBody li.customer_user029 ul.list-operator.customerListOpt li.usernamelist_2{
     border-bottom: 1px solid #CDCDCD;
      padding: 10px 0px;
      display: none;
}
.managerDashBody li.customer_user029 ul.list-mngrp.customerListOpt li.usernamelist_1[style="display: list-item;"], 
.managerDashBody li.customer_user029 ul.list-operator.customerListOpt li.usernamelist_2[style="display: list-item;"]{
    display: flex!important;
    width: 100%;
 }
.managerDashBody li.customer_user029 ul.list-mngrp.customerListOpt li.initmngr{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.managerDashBody li.customer_user029 ul.list-operator.customerListOpt li.initopt{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.managerDashBody li.customer_user029 ul.list-mngrp.customerListOpt li img, 
.managerDashBody li.customer_user029 ul.list-operator.customerListOpt li img{
    width: 25px!important;
    height: 25px!important;
}
.managerDashBody .btn_opn_projetc{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}
.managerDashBody .btn_opn_projetc a{
    width: 186px;
    height: 32px;
    background: #FFA940;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 14px */

    text-align: center;
    text-transform: capitalize;

    
}
.managerDashBody .btn_opn_projetc a.btn_opn_projetcOPN{
    color: #FFFFFF!important;
}
.managerDashBody .btn_opn_projetc a.btn_opn_projetcCNC{
    color: #5D787A;
    background: #FFFFFF;
    border: 1px solid #FFA940;
}
.managerDashBody li.customer_user029 ul.list-mngrp.customerListOpt li.init{
    border-bottom: 1px solid #ccc;
}
.managerDashBody header#dash_header div.edit_options1 ul.dropdown_options{
        width: 220px;
}


/**notification waves**/
.managerDashBody header#dash_header .notification_well i{
    color: #505050!important;
}
.managerDashBody header#dash_header .notification_well{
    position: relative;
}
.managerDashBody .notification_well span.wave_msg {
    position: absolute;
    z-index: 999;
    right: 2px;
    top: 0;
}
.managerDashBody .notification_well span.wave_msg .waveswell {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF6240;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -10px;
  bottom: -10px;
  z-index: -1;
   -webkit-animation: waveswell 3s ease-in-out infinite;
  animation: waveswell 3s ease-in-out infinite;
}
        
.managerDashBody .notification_well span.wave_msg .wavewell-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.managerDashBody .notification_well span.wave_msg .wavewell-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.managerDashBody .notification_well span.wave_msg .wavewell-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waveswell {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

div.saveTemplate_bx{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 400px;
    position: absolute;
    top: 50px;
    z-index: 99;
}
div.saveTemplate_bx .saveTemplate_hdr{
    padding: 22px 40px;
    border-bottom: 1px solid #DCDCDC;
}
div.saveTemplate_bx .saveTemplate_hdr h2{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
}
div.saveTemplate_bx .saveTemplate_mdl{
    padding: 22px 40px;
    border-bottom: 1px solid #DCDCDC;
}
div.saveTemplate_bx .saveTemplate_mdl .folderListSave{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
div.saveTemplate_bx .saveTemplate_mdl .folderListSave a{
    flex: 1 1 31%;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
div.saveTemplate_bx .saveTemplate_mdl .folderListSave a i {
    color: #555555!important;
    font-size: 18px!important;
}
div.saveTemplate_bx .saveTemplate_mdl .folderListSave a span{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
}
div.saveTemplate_bx .saveTemplate_ftr{
    padding: 22px 40px;
    border-bottom: 1px solid #DCDCDC;
}
div.saveTemplate_bx .saveTemplate_ftr p input{
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 10px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
    width: 100%;
    min-height: 40px;
}
div.saveTemplate_bx .saveTemplate_ftr .saveTemplate_btnFtrBx {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin: 10px 0;
}
div.saveTemplate_bx .saveTemplate_ftr .saveTemplate_btnFtrBx a{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    border-radius: 20px;
    background: #FFA940;
    color: #fff!important;
    border: 2px solid #FFA940;
    padding-left: 20px;
    padding-right: 20px;
}
div.saveTemplate_bx .saveTemplate_ftr .saveTemplate_btnFtrBx a:last-child{
    color: #505050!important;
    background-color: #fff!important;
}
div.saveTemplate_bx .saveTemplate_mdl .saveTemplate_listing a{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #505050;
    margin-bottom: 12px;
    width: 100%;
    display: block;
    text-align: left!important;
}

ul.brief_wrapSec{
    list-style-type: none;
    padding: 0;
}
ul.brief_wrapSec li p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #232323!important;
    margin-bottom: 24px!important;
}
.chooseDesignerManager li.designerListOpt img {
    border: 2px solid green;
    border-radius: 100%;
}
.chooseDesignerManager li.designerListOpt.busy img {
    border: 2px solid #FFA940;
    border-radius: 100%;

}
/**
 * Box model adjustments
 
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



html {
  font-size: 100%;
  overflow-y: scroll; /* 1 */
  min-height: 100%;
}


body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;   /* 1 */
  line-height: 1.5; /* 2 */
  color: #444;
}

/* Page wrapper */
.wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center;
}

/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.333;
  text-rendering: optimizeLegibility;
}

/**
 * Modals ($modals)
 */


.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.dis{
    color : green;
    font-style: italic;
    opacity: 0.6;
    
}

.modal-1 {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal-1.is-visible {
    visibility: visible;
}

.modal-1-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-1.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-1-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-1.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-1-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-1-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.scroller_bx_div{
    height: 500px;
    overflow: auto;
}
