
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

*{
box-sizing: border-box;
}

body {
    background: #dedede;
    display: block;
    padding: 20px;
    margin: 0px;
    overflow: overlay;
	min-height:501px
}
a,h1,h2,h3,h4,h5,h6,input,label,p,button,small,select,li,textarea{
    font-family: 'Quicksand', sans-serif!important;
}	
	
    	

h1 {
	font-weight: bold;
	margin: 0;
}

h2 {
	text-align: center;
}

p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

span {
}

a {
	color: #333;
	text-decoration: none;
	margin: 0;
}

button {
    border-radius: 5px;
    background-color: #ff4b2b;
    color: #FFFFFF;
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 45px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

form {
align-items: center;
justify-content: center;
text-align: center;
margin: 0;
}
.in_notif{
    color:#017dad94; 
    font-size:13px
}
.out_notif{
    color:#0080006b; 
    font-size:13px
}
.in_notif_txt{
    font-weight: 500;
    color:#017dad94; 
    font-size:15px
}
.out_notif_txt{
    font-weight: 500;
    color:#0080006b; 
    font-size:15px
}


.signup_form,.app_form{
  background-color: transparent;
    display: block;
    padding: 5px 12%;
    text-align: center;
    margin: 10px 0;
    width: 100%;
    position: relative;

}
.signup_form input:not(.action_form_button,.days_calendar), .signup_form select, .signup_form textarea {
    background-color: #f3f3f3b5;
    border: 1px solid #0000001c;
    padding: 4px 15px;
    margin: 0 0 4px 0;
    width: 100%;
    color: gray;
    border-radius: 0;
    height: 40px;
}
.app_form textarea,.app_form input:not(.action_form_button,.days_calendar), .app_form select, .app_form textarea {
    background-color: #f3f3f3b5;
    border: 1px solid #0000001c;
    padding: 4px 15px;
    margin: 0 0 4px 0;
    width: 100%;
    color: gray;
    border-radius: 0;
    height: 40px;
}
textarea{
height: 100px!important;
}
iframe{
    border: none;
    left: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.disabled_input{
    background-color: #dbdbdb!important;
}
.sub_head{
    text-align: left;
    color: #737373;
    font-size: 20px;
    margin: 35px 0px 10px;
    padding: 13px;
    line-height: .6;
    font-weight: 400;
    display: block;
    border-radius: 0 3px 3px 0;
}
.sub_head i{
    color: #ff9900;
}
.sub_2_head{
    text-align: left;
    color: #737373;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 15px 15px 0 0;
    line-height: .6;
    font-weight: 400;
    display: block;
    border-radius: 0 3px 3px 0;
}
.sub_2_head i{
    color: #15a6dd;
    font-size: 15px;
}
.sub_info_container{
margin-left: 25px;
}
.view_page_heading{
    font-size: 18px;
    color: #5d5d5d;
    margin: 5px;
}
.view_page_text{
    font-size: 14px;
    font-weight: 500;
    color: #545454;
    padding: 5px;
    margin: 5px 0;
}
#offer_view_map {
    height: 300px;
    width: 100%;
  }
.form_calendar{
    text-align: left;
}
#images_preview_container{
    margin-top: -30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 40px;
}
#videos_preview_container {
    margin-top: 30px;
}
#images_preview_container, #videos_preview_container{
    display: block;
    width: 100%;
    text-align: left;
}
#images_preview_container img{
height: 120px;
width: auto;
padding: 2px;
box-shadow: 0px 0px 4px 1px #00000021;
margin: 5px;
border-radius: 10px;
}
#images_preview_container span i, #videos_preview_container span i{
    background: url(/media/site/close.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    box-shadow: 2px 2px 8px 1px #00000069;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
#videos_preview_container span, #images_preview_container span{
    display: inline-block;
    padding: 5px;
    }
    #videos_preview_container span{
        width: 33.33333333%;
        }
   

#vid_add label{
    float: right;
    margin-top: -39px;
    margin-right: 5px;
    background: #ff9900;
    padding: 4px 20px;
    box-shadow: 0px 0px 5px 0px #00000036;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
#vid_add input{
    display: block;
}
#videos_preview_container iframe{
   height: auto;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px #00000021;
    border: 2px solid white;
    width: 100%;

}
.actions_fixed_bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background: #ffffffd1;
    box-shadow: 0 0 8px 0 #00000040;
    z-index: 1;
    padding-left: 20%;
}
.signup_form #map {
      width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #0000001c;
    }
.os-container-add-offer{
background: transparent;
height: calc(100% - 51px)!important;
min-height: calc(100% - 51px)!important;
}
#show_selected{
    color: grey;
}
#show_selected span{
    font-size: 16px;
    color: #ff4b2b9e; 
}

input,select,textarea, .action_form_button  {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 5px 0;
	width: 100%;
	color: gray;
}
input:focus, select:focus, textarea:focus  {
    outline: none !important;
}
.action_form_button  {
    border-radius: 4px;
    background-color: #ff4b2b;
    color: #FFF;
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 15px;
    margin: 8px 5px 8px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    width: auto;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
 input:focus-visible, select:focus-visible, textarea:focus-visible{
     border-color: #8c8c8c!important;
 }
textarea {
  resize: none;
}
select *{
padding-left:50px
}
header{
    height: 60px;
    display: block;
    position: relative;
    top: 0;
    background: #ffffff00;
    border-radius: 10px 10px 0 0;
    z-index: 10;
}
header .logo-mobile{
display: none;
}
header .logo_container{
    height: 100%;
    width: 20%;
    display: inline-block;
    padding: 10px 30px;
    background: #ededed;
}
header .logo_container img{
    max-width: 100%;
    max-height: 100%;
}
header .menu_container{
    background: white;
    height: 100%;
    width: calc(80% - 2px);
    float: right;
}

header .menu_container ul{
    list-style: none;
    text-align: right;
    padding: 0 50px;
    margin: 0;
    height: 100%;
    align-items: unset;
    display: inline-flex;
    float: right;
}
header .menu_container ul .manu_1{
    display: inline-flex;
    height: 100%;
    vertical-align: text-bottom;
}
header .menu_container ul .manu_1 a{
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    padding: 16px 12px 0 12px;
    position: relative;
    border-top: 4px solid white;
    font-weight: 500;
    color: #585858;
}
header .menu_container ul .manu_2 a{
    font-size: 16px;
}
header .menu_container ul li a:hover{
    color:#ff4b2b
}
header #sub_menu_1{
    display: none;
    top: 100%;
    position: absolute;
    right: 46px;
    padding: 10px 15px;
    margin: 0;
    background: white;
    height: fit-content;
    box-shadow: 1px 1px 10px 0px #00000029;
    border-top: 3px solid #ff4f2f;
}
header #sub_menu_1:hover{
display: inline-block!important;
}

#acc-menu:hover  > .sub_menu{
display: inline-block!important;
}
#add_offer_progress{
    margin: 48px 0 8px -2px;
}
.checks_div{
text-align:left;
padding-left: 10px;
}
.check_inputs_text{
    position: relative;
    top: -5px;
    left: 5px;
    line-height: 1.5;
    font-size: 13px;
}
.check_inputs{
    width: 20px!important;
    height: 20px!important;
}
.cat_all, .reg_all, .cit_all{

display:none
}
.input_labels{
    line-height: 1;
    font-size: 14px;
    display: block;
    text-align: left;
    background: #d6d6d6;
    color: #585858;
    padding: 4px 5px 3px;
    border: 1px solid #0000001c;
    border-bottom: none;
}
#add_offer_progress .progress_dots:first-child{
background: #ff4a27;
border-radius: 0;
}
#add_offer_progress .progress_dots:last-child{
border-radius: 0;
}
#add_offer_progress_text{
    display: block;
    text-align: left;
    color: #00000091;
    z-index: 1;
    position: relative;
    margin-left: 8px;
    margin-top: -35px;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 8px;
}
progress {
  -webkit-appearance: none;
}
.half_halfleft_input{
    width: 49.3%!important;
    float: left;
}
.half_halfright_input{
    width: 49.4%!important;
    float: right;
}
.half_half2_input{
    width: 59.5% !important;
    float: left;
}
.half_half2_2_input{
    width: 39.5% !important;
    float: right;
}
.colored_c1{
color:#ff4b2b
}

::-webkit-progress-bar {
   background-color: #eee;
   border-radius: 5px
}

.os-container {
	background-color: #fff;
box-shadow: 0px 0px 4px 0px #00000026;
position: relative;
overflow: hidden;
width: 768px;
max-width: 100%;
min-height: 450px;
left: calc(50% - 384px);
margin-top: 0;
}
.error_message{
width: 768px;
position: relative;
left: calc(50% - 384px);
    background: #ff0000b8;
    z-index: -1;
    margin-top: -10px;
    padding: 22px 30px 10px;
    border-radius: 0 0 8px 8px;
    max-width: 100%
}
.success_message{
width: 768px;
position: relative;
left: calc(50% - 384px);
    background: green;
    z-index: -1;
    margin-top: -10px;
    padding: 22px 30px 10px;
    border-radius: 0 0 8px 8px;
    max-width: 100%
}
.error_message p, .success_message p{
margin: 0;
color: white;
}
#logout-link{
cursor:pointer
}
.os-dash-container{
    overflow: overlay;
    overflow-x: hidden;
    width: 20%;
    height: calc(100% - 60px);
    display: inline-table;
    background: #ededed;
    position: absolute;
    scrollbar-color: #ff990047 white;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    z-index: 10000;
    padding: 0px!important;
}
.os-content-container {
    overflow: overlay;
    position: relative;
    width: calc(80% - 2px);
    transition: all 0.6s ease-in-out;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(to right, #fbfbfbf2, #fbfbfbf2), url(/media/site/bg-6.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 70px;
    height: calc(100% - 62px);
    margin-top: 2px;
    scrollbar-color: #ff990047 white;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.right_content_container{
    position: absolute;
    right: 0;
}
.os-dash-container h4{
margin: 0;
}
.os-dash-container h4 a{
    padding: 8px 20px 8px;
    font-size: 18px;
    color: #6e6e6e;
    display: block;
    margin: 0;
}
.os-dash-container h4 a:hover {
    color: white;

    background: #ff9900;
}
.os-sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
    height: auto!important;
}

.os-sign-in-container form{
	padding: 65px 50px 25px;
}

.os-os-container.os-right-panel-active .os-sign-in-container {
	transform: translateX(100%);
}
.os-container-wide {
    background-color: #fff0;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000026;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    left: 0;
    height: 100%;
    min-height: 100%;
}
.os-container-wide progress{
width: 100%;
background: #eee;
border: none;
height: 4px;
}
.os-container-wide progress::-moz-progress-bar { 
background: #ff4a27; 
border-radius: 0px;
}
.os-container-wide progress::-webkit-progress-value { 
background: #ff4a27; 
border-radius: 0px;
}
.os-container-wide progress { 
color: #ff4a27; 
border-radius: 0px;
}
.form_in_rightside{
display: inline-block;
width: 49%;
vertical-align: top;
padding-left: 5px;
text-align: left;

}
.single_task_container{
    padding: 6% 12%;
    height: calc(100% - 62px);
    margin-top: 2px;
    right: 0;
    position: absolute;
    overflow: overlay;
}
.single_task_container form{
    padding: 0;
}
.os-container-wide .multi_form_head{
    margin: 4% 0 -0px -0px!important;
    float: left;
    border-left: 3px solid #98610f;
    box-shadow: none;
}


.full_right_container{
    padding: 2% 0!important;
}
.full_right_container .messages_part:first-child{
    padding: 0;
    width: 35%;
    float: left;
    height: 100%;
    padding: 25px 3%;
}
.full_right_container .messages_part:first-child ul{
    list-style: none;
    padding: 0 0 45px 0;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 4px 0px #00000033;
    margin: 0;
    height: 100%;
    overflow: overlay;
}
.ul_label{
    padding: 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    color: #ff9900;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    background: white;
    box-shadow: 0 0 4px 0px #00000033;
}
.full_right_container .messages_part:first-child ul li{
    padding: 0px;
    border-bottom: 1px solid #0000000d;
}

.full_right_container .messages_part:first-child ul li a{
    padding: 15px;
    display: inline-block;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    color: #5a5a5a;
}
.full_right_container .messages_part:first-child ul li a:hover{
    background: #0000000d;
}
.full_right_container div:first-child ul li:last-child{
    border-bottom: none;
}
.full_right_container .messages_part:first-child ul li a:nth-child(2){
    float: right;
background: #ff9900;
color: white;
z-index: 1;
}
.full_right_container .messages_part:first-child ul li a:nth-child(3){
    float: right;
    background: #3e92ba;
    color: white;
    z-index: 1;
}

.full_right_container .messages_part:last-child{
    padding: 0;
    width: 65%;
    float: right;
}
.full_right_container h1{
    margin-left: 15px!important
}
.full_right_container .multi_form_head {
    margin: 4% 0 0px 20px!important;
    float: none!important;
}
::-webkit-scrollbar {
    width: 5px;
    border-radius: 0;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0;
  }
   
  ::-webkit-scrollbar-thumb {
    background: #5a5a5a2e; 
    border-radius: 0;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #3d3d3d2e; 
  }
.form_in_leftside{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 5px;
    text-align: left;
}
.listing_right{
    text-align: center!important;
    padding: 0px 8%;
}
.listing_left #cat_added{
    padding: 6px;
    background: #0ba556a1;
    border: 1px solid #0000001c;
    border-bottom: none;
    margin-top: 10px;
}
.view_offer_gallery{
    /*margin-top: 50px;*/
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #00000045;
}
.top_offer_image{
    width: 100%;
    border-radius: 6px;
}
.bottom_offer_image{
    height: 130px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.top_offer_video{
    width: 100%;
    border-radius: 5px;
    height: 240px;
}
.bottom_offer_video{
    height: 120px;
    border-radius: 6px;
    margin-right: 3px;
    margin-top: 3px;
    width: 200px;
    display: inline-block;
    max-width: 100%;
}
#message_sent{
    padding: 6px;
    background: #0ba556a1;
    border: none;
    margin-top: -1px;
}
#message_deleted{
    padding: 6px;
    background: #3fcaff;
    border: none;
    margin-top: -1px;
}
.listing_left #cat_deleted{
    padding: 6px;
    background: #3fcaff;
    border: 1px solid #0000001c;
    border-bottom: none;
    margin-top: 10px;
}
.listing_right #edit_cat{
    padding: 6px;
    background: #3fcaff;
    border: 1px solid #0000001c;
    border-bottom: none;
    margin-top: 10px;
}
.listing_left #cat_added p, .listing_left #cat_deleted p, .listing_right #edit_cat p{
    margin: 0;
    color: #3e3e3e;
    font-weight: 500;
    text-align: center;
}

.listing_left select{
    display: block;
    width: 75%;
}
.listing_left input[type=submit]{
    width: 24%;
    margin: 0;
    float: right;
    margin-top: -44px;
    z-index: 10;
    height: 40px;
}
.listing_left ul{
    padding: 0px;
    max-height: 60%;
    display: block;
    overflow: overlay;
    margin: 0;
}
.listing_left li{
    list-style: none;
    padding: 5px 20px;
    border-bottom: 1px solid #d4d4d4c9;
    background: #eaeaea8c;
    font-size: 13.5px;
    color: #505050;
    font-weight: 500;
}


.listing_left #cat_added p, .listing_left #cat_deleted p, .listing_right #edit_cat p{
    margin: 0;
    color: #3e3e3e;
    font-weight: 500;
    text-align: center;
}

.listing_left select{
    display: block;
    width: 75%;
}
.listing_left input[type=submit]{
    width: 24%;
    margin: 0;
    float: right;
    margin-top: -44px;
    z-index: 10;
    height: 40px;
}
.listing_left ul{
    padding: 0px;
    max-height: 60%;
    display: block;
    overflow: overlay;
    margin: 0;
}
.listing_left li{
    list-style: none;
    padding: 5px 20px;
    border-bottom: 1px solid #d4d4d4c9;
    background: #eaeaea8c;
    font-size: 13.5px;
    color: #505050;
    font-weight: 500;
}
.category_parent{
    background: #d4d4d475!important;
    font-size: 15px!important;
    color: #404040!important;
}
.listing_right input[type=submit]{
    width: 48%;
    margin: 0;
    display: inline-block;
}
.listing_items span i{
    font-size: 12px;
    color: #bc8b60;
}
.listing_items span {
   float: right;
   margin-top: 2px;
}
.page_list_tools{
    text-align: left;
    padding: 10px 20px!important;
}
.page_list_tools button{
    padding: 7px 8px 7px;
    font-size: 13px;
    border-radius: 0;
    margin-left: 1%;
    width: 24%;
    background-color: #cacaca;
    color: #585858;
    border: 1px solid #808080a6;
    text-transform: none;
    font-weight: 400;
    margin: 0;
}


.page_list_tools input[type=checkbox]{
    display: inline-block;
    width: 15px!important;
    height: 15px!important;
    margin: 5!important;
}
.form_in_bottomside{
margin-top: 5px;
height: 380px;
}
.os-container-wide h1{
    text-align: left;
    font-size: 20px;
    color: #fbfbfb;
    z-index: 10000000;
    display: inline-block;
    font-weight: 600;
    background: #ff9900;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 6px 2px #00000026;
    margin: 4% 0 0 -20px;
}
.form_head{
    border-left: 3px solid #98610f;
    box-shadow: none!important;
    margin: 4% 0 20px 15px!important;
    float: left!important;
}
.os-sign-up-container {
	left: 0;
	width: 50%;
	opacity: 1;
	z-index: 1;
}

.os-os-container.os-right-panel-active .os-sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}
#add_offer_prev_form, #add_offer_save_form, #add_offer_submit_form, .progress_tasks:not(#offer_base_info){
display:none
}
#offer_rules_info{
    text-align: left;
}
#offer_rules_info div:not(.spacer_min,.spacer_midplus_no_border,.checks_container,.spacer_mid_no_border){
    width: 32.8%;
    display: inline-table;
    text-align: left;
    padding: 12px;
}
.checks_container{
    padding-left: 30px;
}

#offer_rules_info div input{
    width: 20px;
    height: 20px;
    margin: 2px 8px 0 0;
    cursor: pointer;
}
#offer_rules_info div label{
    vertical-align: top;
    color: #212121;
}
#offer_rules_info div p{
    margin: 10px 0 0;
    color: #4a4a4a;
}
.guests_select{
    width: 30%!important;
}
.spacer_min{
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0;
}
.spacer_midplus_no_border{
    margin: 20px 0;
}
.spacer_mid_no_border{
    margin: 40px 0;
}
.progress_tasks{
    margin: -20px 0 0 0;
    background: #ffffffc9;
    padding: 0 20px 20px;
    box-shadow: 0px 0px 4px 0px #00000026;
}
.view_offer{
    padding: 0 20px 0px!important;
    display:block!important;
}

.multi_tasks{
    margin: 0!important;
    padding: 20px!important;
}
.form_calendar .days_calendar{
    display: inline-block;
    width: 13.7%!important;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    margin: 2px 0!important;
    padding: 12px 2px!important;
    font-weight: 600;
    background-color: #0ba556;
    color: white;
    opacity: .9;
}


.sub_head span{
    color:#ff4a27;
    font-size: 22px;
}
.listing_left .listing_items{
    background: whitesmoke;
    padding: 0px;    
    text-align: left;
    border-bottom: none;
}
.listing_left .listing_items .sub_head{
    margin: 5px 10px 40px!important;
}
.listing_items li h4{
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 3px;
    font-weight: 500;
}
.listing_items li h4 a{
    display: none;
    color: #bc8b60;
    padding-left: 8px;
}
.listing_left .listing_items li input[type="checkbox"]{
    display: inline-block;
    width: 15px!important;
    height: 15px!important;
    margin: 5!important;
}
@keyframes show {
	0%, 49.99% {
		opacity:1;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.os-overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.os-container.os-right-panel-active .os-overlay-container{
	transform: translateX(-100%);
}

.os-overlay {
	background: #FF416C;
	background: #ff9900;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.os-container.os-right-panel-active .os-overlay {
  	transform: translateX(50%);
}

.os-overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.os-overlay-left {
	transform: translateX(-20%);
}

.os-container.os-right-panel-active .os-overlay-left {
	transform: translateX(0);
}

.os-overlay-right {
	right: 0;
	transform: translateX(0);
}

.os-container.os-right-panel-active .os-overlay-right {
	transform: translateX(20%);
}

.os-social-container {
	margin: 20px 0;
}

.os-social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

footer {
    background-color: #654877;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: relative;
    margin-top: 1px;
    padding: 20px;
	display: none;
}
footer div{
    display: inline-block;
    width: 50%;
}

footer p {
    margin: 0;
}

footer i {
    color:#fb4b63;
}

footer a {
    color: #fb4b63;
    text-decoration: none;
}
.os-wrapper{
  display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 0px 15px;
    width: 320px;
    margin-left: -18px;
    margin-bottom: 10px;
}
.os-wrapper .os-option{
  background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 4px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}
.os-wrapper .os-option .os-dot{
  height: 15px;
    width: 15px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.os-wrapper .os-option .os-dot::before{
  position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: #ff4b2b;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
.os-login-page h1{
font-size: 40px;
line-height: 40px;
}
.os-signup-page h1{
font-size:30px
}
input[type="radio"]{
  display: none;
}
#os-option-1:checked:checked ~ .os-option-1,
#os-option-2:checked:checked ~ .os-option-2{
    border-color: #ff4b2b;
    background: #ff4b2b;
}
#os-option-1:checked:checked ~ .os-option-1 .os-dot,
#os-option-2:checked:checked ~ .os-option-2 .os-dot{
  background: #fff;
}
#os-option-1:checked:checked ~ .os-option-1 .os-dot::before,
#os-option-2:checked:checked ~ .os-option-2 .os-dot::before{
  opacity: 1;
  transform: scale(1);
}
.os-wrapper .os-option span{
  font-size: 15px;
    color: #808080;
}
#os-option-1:checked:checked ~ .os-option-1 span,
#os-option-2:checked:checked ~ .os-option-2 span{
  color: #fff;
}

.os-dash-container i{
    color: #b47921de;
}
.os-dash-container ul:not(.sub_ul_left_dash) {
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0px 0px 0px 0;
    list-style: none;
    width: 100%;
    padding-right: 0;
    height: 100%;
}

  .os-dash-container ul li {
    font: 16px sans-serif;
    display: block;
    margin-right: 0px;
    position: relative;
    padding: 12px 20px;
    background: #ededed;;
    cursor: pointer;
    border-bottom: 1px solid;
    border-color: #dddddd;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 500;
    color: #585858;
}
  
  .os-dash-container ul li:hover {
    background: #dbdbdb;
    color: #ffffff;
  }
  .os-dash-container ul li:hover i{
    color: #484848!important;
  }
  .os-dash-container ul li ul {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 30px;
    width: max-content;
    z-index: 1000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .os-dash-container ul li ul li { 
    background: #f5f5f5;
    display: block;
    color: #131313;
    font-size: 14px;
    border: none;
  }
  .os-dash-container ul li ul li:hover { 
    background: #dbdbdb;
    color: #af7113;
}
.os-dash-container ul li ul li a:hover { 
    color: #0e0e0e;
}
.os-dash-container ul li ul li a { 
    color: #2d2d2d;
}
  .os-dash-container ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 6px 1px #00000038;
    border-left: 3px solid #d6b787;
}

.right_dashboard_admin .top_dashboard{
    height: 35%;
    padding: 10px;
    background: white;
    min-height: 200px;
}

.right_dashboard_admin{
    flex-direction: column;
    width: calc(80% - 2px);
    transition: all 0.6s ease-in-out;
    display: grid;
    align-items: flex-start;
    background: linear-gradient(to right, #fbfbfbf2, #fbfbfbf2), url(/media/site/bg-6.jpg) no-repeat top center;
    background-size: cover;
    height: calc(100% - 62px);
    margin-top: 2px;
    scrollbar-color: #ff990047 white;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    padding: 0;
    overflow: overlay;
    position: absolute;
    right: 0;
}
.right_dashboard_admin .top_dashboard, .right_dashboard_admin .bottom_dashboard{
    width: 100%;
    background: #ffffff00;
}
.right_dashboard_admin .top_dashboard .infos_box_dashboard{
    width: calc(33.33333333% - 7px);
    height: 100%;
    position: relative;
    float: left;
    border-radius: 6px;
    margin-right: 10px;
}
.top_dashboard .infos_box_dashboard h2{
    font-size: 2.1em;
    padding: 10px;
    margin: 0;
    color: white;
    font-family: 'Dosis', sans-serif!important;
    font-weight: 500;
}
.top_dashboard .infos_box_dashboard h3{
    margin: 0;
    padding: 5px 5% 0;
    color: #fffffff2;
    font-size: 1em;
    text-align: right;
    font-weight: 400;
}
.top_dashboard .infos_box_dashboard h3 span{
    
    font-size: 1em;
    font-weight: 400;
}
.top_dashboard .infos_box_dashboard h3 span{
    float: left;
}
.top_dashboard .infos_box_dashboard h3 span i{
    color: #f3f3f3;
}
.right_dashboard_admin .top_dashboard .infos_box_dashboard:first-child{
    background: #ff4a27;
    border-left: none;
}
.right_dashboard_admin .top_dashboard .infos_box_dashboard:nth-child(2){
    background: #333333;
}
.right_dashboard_admin .top_dashboard .infos_box_dashboard:last-child{
    background: #333;
    margin-right: 0px;
}
.right_dashboard_admin .top_dashboard .infos_box_dashboard:nth-child(2) .bganimated li{
    background: rgb(255,255,255,0.02);
}

.right_dashboard_admin .top_dashboard .infos_box_dashboard:last-child .bganimated li{
    background: rgb(255,255,255,0.02);
}
.right_dashboard_admin .top_dashboard .infos_box_dashboard:nth-child(2) h3 i{
    color: #ff99009c;
}

.right_dashboard_admin .top_dashboard .infos_box_dashboard:last-child h3 i{
    color: #ff99009c;
}
.right_dashboard_admin .bottom_dashboard{
    height: 60%;
    padding: 10px;
    min-height: 311px;
    margin-top: 20px;
    align-self: flex-end;
    display: inline-block;
    position: relative;
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard{
    width: calc(33.33333333% - 7px);
    height: 100%;
    position: relative;
    float: left;
    border-radius: 6px;
    margin-right: 10px;
    background: #ffffffd9;
    box-shadow: 0px 0px 4px 1px #00000026;
    scrollbar-color: #ff990047 white;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.bottom_dashboard .infos_box_dashboard h2{
    font-size: 1.1em;
    padding: 4px 10px;
    margin: 0 0 0 10px;
    color: #af7113;
    font-family: 'Dosis', sans-serif!important;
    font-weight: 500;
    margin-top: -20px;
    text-align: left;
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #00000038;
    z-index: 2;
    position: relative;
}
.bottom_dashboard .infos_box_dashboard h2 img{
    width: 16px;
}
.infos_box_dashboard img{
    width: 16px;
}
.bottom_dashboard .infos_box_dashboard h3{
    margin: 0;
    padding: 5px 5% 0;
    color: #fffffff2;
    font-size: 1em;
    text-align: right;
    font-weight: 400;
}
.bottom_dashboard .infos_box_dashboard h3 span{
    
    font-size: 1em;
    font-weight: 400;
}
.bottom_dashboard .infos_box_dashboard h3 span{
    float: left;
}
.bottom_dashboard .infos_box_dashboard h3 span i{
    color: #333333d9
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard:first-child{
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard:nth-child(2){
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard:last-child{
    margin-right: 0px;
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard:nth-child(2) .bganimated li{
    background: rgb(255,255,255,0.02);
}

.right_dashboard_admin .bottom_dashboard .infos_box_dashboard:last-child .bganimated li{
    background: rgb(255,255,255,0.02);
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard:nth-child(2) h3 i{
    color: #ff99009c;
}

.right_dashboard_admin .bottom_dashboard .infos_box_dashboard:last-child h3 i{
    color: #ff99009c;
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard ul{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: overlay;
    position: relative;
    max-height: calc(100% - 50px);
    margin-top: -15px;
    padding-bottom: 30px;
    padding-top: 20px;
    border-radius: 6px;
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard ul li{
    line-height: 1.6;
    font-size: 15px;
    padding: 6px 25px;
    background: #dedede00;
    border-bottom: 2px solid #3333330f;
    color: #5d5d5d;
    z-index: -1;
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard ul li a{
    display: block;
}
.list_head {
}
.items_list .list_head li:first-child{
    margin-top: 0px;
    padding-top: 6px!important;
    background: #bbbbbb!important;
    color: #3e3e3ee0!important;
    font-size: 13px!important;
    font-weight: 500;
    border-top: 1px solid #0000003b;
    border-bottom: 1px solid #0000003b;
}

.text_all_list{
    height: 32px!important;
    width: 75%!important;
    margin:0!important;
}
/*.right_dashboard_admin .bottom_dashboard .infos_box_dashboard ul li:first-child *{
    color: #eeeeee!important;
    font-size: 16px!important;
    font-weight: 600;
}*/

/*.right_dashboard_admin .bottom_dashboard .infos_box_dashboard ul li span{
    font-size: 14px;
    color: #b37920;
    float: right;
}*/
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard .list_head li:first-child {
    margin-top: 0px;
    padding-top: 15px!important;
    border-top: none!important;
}
.right_dashboard_admin .bottom_dashboard .infos_box_dashboard .list_head{
    padding-bottom: 0;
    height: 60px;
    padding-top: 0;
    z-index: 1;
    overflow: hidden;
}

.right_dashboard_admin .bottom_dashboard .infos_box_dashboard a:not(.dash_list_link){
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #5a5a5a;
    padding: 8px 5px;
    text-align: center;
    box-shadow: 0px -3px 4px -3px #0000008f;
    border-radius: 0 0 6px 6px;
    color: #ffffff;
}
.dash_list_link img{
    width: 16px;
    vertical-align: text-bottom;
}
.list_user_row{
    padding: 10px!important;
    width: 100%;
    position: absolute!important;
    bottom: 45px;
    border-top: 1px solid white;
    text-align: center;
}
.list_user_disconnect{
    width: 100%;
    color: #000000a6!important;
    border-bottom: none!important;
    position: absolute!important;
    bottom: 0;
}
.list_user_disconnect i{
    color:#000000a6!important;
}
.list_user_disconnect:hover{
    
    background: #da9e46!important;
    
}

.list_user_row span{
    padding: 15px;
    display: inline-block;
    font-size: 15px;
}
.list_user_row span:first-child{
    background: transparent;
    color: #000000c9!important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 60%;
}

.list_user_row span:last-child{
    background: transparent;
    color: #af7113;
    border-left: 1px solid #dddddd;
    width: 40%;
}
#message_view{
    width: 100%;
    background: #ededede8;
    position: absolute;
    float: right;
    right: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    margin-top: -8%;
    text-align: center;
    display: none;
    bottom: 0;
}
#message_view .cont{
    width: 60%!important;
    display: inline-block;
    float: none!important;
    height: max-content;
    top: 10%;
    position: relative!important;
    box-shadow: 0 0 6px 1px #00000042;
    border-radius: 10px;
    background: #ffffffe0!important;
}    
#message_view form{
    padding: 2%;
}   

#message_view_select {
    margin: 8% 0;
    padding: 2% 3% 2% 6%;
    font-size: 20px;
    color: #585858e8;
    text-align: left;
    line-height: 1.7;
    display: inline-block;
    background: #ffffffbf;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 0 2px 0px #0000002e;
}
 #message_view_select a{
    color: #ff4a27;
 }

 #message_view_select i{
    font-size: 35px;
    color: #b98539;
    margin-left: -15px;
 }    
 #message_view_static {
    text-align: center;
    padding: 25px 0;
 }
#message_view_static .message_content_container {
   display: none;
   margin: 0 8% 1%;
   padding: 5px;
   border-radius: 5px;
}
#message_view_static div i{
    float: right;
    margin: 7px 8px;
    font-size: 20px;
    cursor: pointer;
    color: #ba883e;
}
#message_view_static div label{
    padding: 10px;
    display: block;
    text-align: left;
    background: #ff9900;
    font-size: 16px;
    color: #ffffffed;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    border-bottom: 3px solid #98610f00;
    line-height: 1.8;
}


#message_view_static div label .label_role{
    padding: 3px 5px;
    margin: 6px;
    background: #ffffffbd;
    color: #525252;
    border-radius: 5px;
}
#message_view_static div label .label_name{
    color: #3e3e3e;
}

#message_view_static div h5{
    margin: 0;
    background: #ff99007d;
    padding: 10px 20px;
    color: #585858;
    position: relative;
    font-size: 14px;
    border-radius: 0 0 5px 5px;
}
#message_view_static .txt_container {
    display: block;
    margin: 0;
    background: #ffffff;
}
#message_view_static .txt_container div{
    text-align: right;
}

.message_content_container{
    padding: 0;
    background: white;
    box-shadow: 0 0 3px 0px #0000003d;
}
#message_view_static div p{
    margin: 0;
    padding: 5px 20px 20px;
    color: #333333f0;
    height: auto;
    overflow: overlay;
    font-size: 16px;
    font-weight: 400;
    min-height: 46%;
}
#message_view_static .message_head{
    margin: 2px 0;
    padding: 10px 20px;
    background: #ffffff;
    color: #585858;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    font-weight: 500;
}
.send_message_button{
    padding: 8px 12px;
    background: #ff4a27;
    color: white;
    border-radius: 5px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
.del_message_button {
    padding: 8px 12px;
    background: #3e3e3e;
    color: white;
    border-radius: 5px;
    margin: 0 5px 0;
    display: inline-block;
    cursor: pointer;
}
.new_message_cont{
    text-align: center;
    margin-top: -46px;
    padding: 5px;
    position: relative;
}
.new_message_cont a{
    box-shadow: 0 0 3px 0px #0000003d;
    width: 100%;
}
#messages_list_ul .notSeen{
    background: url(/media/site/newmessage.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: 100% 0;
}

.bganimated{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.bganimated li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    border-radius: 50%;
}

.bganimated li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.bganimated li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.bganimated li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.bganimated li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.bganimated li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.bganimated li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.bganimated li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.bganimated li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.bganimated li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.bganimated li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
.hiddenpartsTo{
display: none;
}
.hiddenParts{
    height: 45%;
    width: 99%;
    z-index: 100000;
    display: block;
}
.hiddenParts h4{
    text-align: left;
    padding: 0px 0 0 30px;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 10px 10px
}
.hiddenParts h4 span{
    font-size: 18px;
    font-weight: 400;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
@media only screen and (min-width: 1400px) {
    .right_dashboard_admin .top_dashboard{
        box-shadow: 0 0 6px 0 #b9b9b9;
        height: 30%;
        padding: 10px;
        background: white;
        min-height: 250px;
    }
   
    .right_dashboard_admin .bottom_dashboard {
        min-height: 421px;
    }
    .top_dashboard .infos_box_dashboard h2{
        font-size: 2.5em;
    padding: 10px 10px 20px;
    margin: 0;
    color: white;
    }
    .top_dashboard .infos_box_dashboard h3{
        margin: 0;
        padding: 5px 5% 0 5%;
        color: #fffffff2;
        font-size: 1.3em;
        text-align: right;
    }
  }
@media only screen and (max-width: 1400px) {
    .single_task_container {
        padding: 0 6% 5%;
        height: calc(100% - 62px);
        margin-top: 2px;
    }
    .listing_right {
        padding: 0px 6%;
    }
    .signup_form, .app_form {
        padding: 5px 6%; 
    }
  }
  
.mobile_dash{
		display:none
	}
	.desk_dash{
		display:inline-table
	}

