:root{
    --color-1:rgba(23,48,64,1);
    --color-1-light:rgba(23,48,64,0.2);
    --color-1-xlight:rgba(23,48,64,0.1);
    --color-2:rgba(191,49,17,1);
    --color-2-light:rgba(255,110,49,1);
}

::-webkit-scrollbar {
    position:absolute;
    margin-left:-10px;
    width: 10px;
}
 
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color:rgba(0,0,0,0);
}

::-webkit-scrollbar-track:hover {
    border-radius: 10px;
    background-color:rgba(0,0,0,0.1);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color:rgba(0,0,0,0.2);
}

a {
    color:inherit !important;
}
a:hover {
    text-decoration: none !important;
}

.xf_log_bg {
    background-color:var(--color-1);
    color:white;
    font-family: 'Montserrat', sans-serif;
}

.xf_log_height {
    height:100vh;
    padding-top:20vh;
}

.xf_sign_height {
    padding-top:10vh;
}

.xf_login_logo {
    width:220px;
    margin:20px;
}

.xf_login_text {
    background-color:rgba(255,255,255,0);
    border:none;
    border-bottom:solid 2px rgba(255,255,255,0.2);
    padding:7px;
    padding-left:2px;
    padding-right:2px;
    color:white; 
    margin:5px;
    outline-color:rgba(0,0,0,0);
    transition:all 0.3s ease;
    border-radius:2px;
    width:100%;
}

.xf_login_text:hover {
    background-color:rgba(255,255,255,0.1);
    border-bottom:solid 2px rgba(255,255,255,0.3);
}

.xf_login_text:focus {
    background-color:rgba(255,255,255,0.1);
    border-bottom:solid 2px rgba(255,255,255,0.3);
}

.xf_login_text::placeholder {
    color:rgba(255,255,255,0.4);
    opacity:1;
}

.xf_login_button {
    background-color:rgba(191,49,17,1);
    border-radius:3px;
    border:none;
    border-bottom:solid rgba(115,24,16,1) 2px;
    margin:5px;
    padding:7px;
    padding-left:12px;
    padding-right:12px;
    color:white;
    font-weight:500;
    transition:all 0.1s ease;
    outline-color:rgba(0,0,0,0);
}

.xf_login_button:hover {
    background-color:rgba(211,69,37,1);
}

.xf_login_button:focus {
    margin-top:7px;
    border-bottom:solid rgba(115,24,16,1) 0px;
}

/* Customize the label (the container) */
.xf_login_ckbox {
  display: block;
  position: relative;
  padding-left: 25px;
    font-size:14px;
  cursor: pointer;
  user-select: none;
margin:5px;
    color:rgba(255,255,255,0.8);
}

/* Hide the browser's default checkbox */
.xf_login_ckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
    margin-top:1px;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: rgba(255,255,255,0.3);
    border-radius:2px;
}

/* On mouse-over, add a grey background color */
.xf_login_ckbox:hover input ~ .checkmark {
  background-color: rgba(255,255,255,0.4);
}

/* When the checkbox is checked, add a blue background */
.xf_login_ckbox input:checked ~ .checkmark {
  background-color: rgba(47,83,115,1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.xf_login_ckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.xf_login_ckbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}



a .xf_copy {
    color:white;
}

a:hover {
    color:white;
    text-decoration-color: white;
}

.xf_sign_cont {
    background-color:white;
    border-radius:30px;
    color:rgba(23,48,64,1);
    padding:40px;
    padding-left:40px !important;
    padding-right:40px !important;
    margin-bottom:200px;
}

.xf_sign_text {
    background-color:rgba(23,48,64,0);
    border:none;
    border-bottom:solid 2px rgba(23,48,64,0.5);
    padding:7px;
    padding-left:2px;
    padding-right:2px;
    color:rgba(23,48,64,1); 
    outline-color:rgba(0,0,0,0);
    transition:all 0.3s ease;
    border-radius:2px;
    width:100%;
    margin-bottom:12px;
}

.xf_sign_text:hover {
    background-color:rgba(23,48,64,0.1);
    border-bottom:solid 2px rgba(23,48,64,0.7);
}

.xf_sign_text:focus {
    background-color:rgba(23,48,64,0.1);
    border-bottom:solid 2px rgba(23,48,64,0.7);
}

.xf_sign_text::placeholder {
    color:rgba(23,48,64,0.6);
    opacity:1;
}

/* Customize the label (the container) */
.xf_sign_ckbox {
  display: block;
  position: relative;
  padding-left: 25px;
    font-size:14px;
  cursor: pointer;
  user-select: none;
    color:rgba(23,48,64,0.8);
}

/* Hide the browser's default checkbox */
.xf_sign_ckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
    margin-top:1px;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: rgba(23,48,64,0.1);
    border-radius:2px;
}

/* On mouse-over, add a grey background color */
.xf_sign_ckbox:hover input ~ .checkmark2 {
  background-color: rgba(23,48,64,0.2);
}

/* When the checkbox is checked, add a blue background */
.xf_sign_ckbox input:checked ~ .checkmark2 {
  background-color: rgba(211,69,37,1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.xf_sign_ckbox input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.xf_sign_ckbox .checkmark2:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.xf_sign_bg {
    background-color:rgba(0,0,0,0.2);
    color:white;
    font-family: 'Montserrat', sans-serif;
}



.xf_pdc_height {
    padding-top:10vh;
}

.xf-hp {
    position: fixed !important;
    background-color:rgba(23,48,64,1);
    left:0px;
    height:100vh;
    color:white;
}

.xf_menu {
    position:fixed;
    background-color:rgba(23,48,64,1);
    height:100vh;
    color:white;
    left:0px;
    top:0px;
    transition:all 0.3s ease;
    overflow:hidden;
    z-index:92;
}

.xf_content {
    position:absolute;
    background-color:rgba(255,48,64,1);
    height:100vh;
    color:white;
    right:0px;
    top:0px;
    width:95%;
    transition:all 0.3s ease;
    overflow:hidden;
}

.xf_pp {
    
    transition:all 1s ease;
    left:0px;
    position:relative;
    height:45px;
    width:45px;
    border-radius:55px;
    margin:15px;
    background-image:url('/img/logo_2_light.png');
    background-size:45px 45px;
}

.xf_logofull {
    transition:all 0.3s ease;
    left:0px;
    position:relative;
    height:45px;
    width:45px;
    margin:15px;
    background-image:url('/img/logo_3_light.png');
    background-size:auto 61px;
    background-position:-75px -17px;
    background-repeat:no-repeat;
    /*background-color:red;*/
}

.xf_version {
    transition:all 0.3s ease;
    margin:0px;
    color:rgba(255,255,255,0);
    text-align:right;
    font-size:15px;
}

.xf_logo_menu {
}

.xf_logomenu {
    position: relative;
    transition:all 0.3s ease;
    margin:10px;
    background-color:rgba(255,255,255,0);
    color:rgba(255,255,255,0.3);
    border-radius:4px;
    padding:10px;
    width:55px;
}

.xf_logomenu:hover {
    background-color:rgba(255,255,255,0.2);
    color:rgba(255,255,255,0.5);
    
}

.xf_menulabel {
    position:absolute;
    top:16px;
    left:65px;
    width:173px;
}

.xf_minilogo {
    width:29px;
    margin:3px;
    opacity:0.3;
}

.xf_menubadge {
    position: absolute;
    top:8px;
    left:35px;
    width:12px;
    height:12px;
    background-color:rgba(242,68,5,1);
    box-shadow:rgba(0,0,0,0.3) 0px 0px 8px;
    opacity:1;
    border-radius:20px;
}

#blockbg {
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.7);
    z-index:3000;
}

#blockinfo {
    
    position: absolute;
    top:70px;
    left:70px;
    right:70px;
    bottom:70px;
    background-color:rgba(255,255,255,1);
    padding-top:25vh; 
    text-align:center;
    font-size:25px;
    font-family: 'Montserrat', sans-serif;"
}

.xf_content_cropped {
    position: absolute;
    top:0px;
    left:75px;
    right:0px;
    padding:25px;
}

.xf_content_module {
    position: absolute;
    top:110px;
    left:25px;
    right:25px;
}

.xf_content_date {
    position: fixed;
    color:var(--color-1);
    padding-top:63px;
    padding-right:28px;
    padding-right:28px;
    padding-bottom:18px;
    top:0px;
    right:0px;
    left:75px;
    
    text-align:right;
    background-color:white;
    z-index:90;
}

.xf_display_time {
    position: absolute;
    right:-1px;
    top:25px; 
    right:25px; 
    padding:0px;
    border:none;
    background-color:rgba(0,0,0,0);
    font-size:30px;
    color:var(--color-1);
    font-weight: 600;
}

.xf_default_padding {
    padding:25px;
}







.xf-icons {
    margin:0px;
}

.xf_module {
    border:none;
    height:calc(100vh - 100px - 25px);
}



.xf_pop_up_back {
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.4);
    z-index:95;
    
    align-items: center;
    justify-content: center;
    grid-template-columns:auto;
    display:grid;
    text-align: center !important;
    overflow-y: scroll;
}

.xf_pop_up_box {
    position: relative;
    background-color:rgba(230,230,230,1);
    margin:50px;
    padding:25px;
    text-align: left !important;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 5px;
}

.xf_pop_up_box_title {
    position: absolute;
    top:0px;
    height:10px;
    background-color:var(--color-2); 
    left:0px;
    right:0px;
}

.xf_pop_up_box_close {
    position: absolute;
    right:25px;
    top:25px;
}

.xf_module_item {
    width:100px;
    height:100px;
    display: inline-block;
    position: relative;
    background-color:rgba(210,210,210,1);
    border-radius:5px;
    margin:3px;
}

.xf_module_item_logo {
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    font-size:40px;
    padding-top:12px;
    text-align: center;
}

.xf_module_item_label {
    position: absolute;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:15px;
    font-size:14px;
    font-weight:600;
    text-align:center;
}



.xf_pop_up_side_box {
    left:calc(100% + 10px);
    position: absolute;
    top:0px;
    bottom:0px;
    width:300px;
    padding:25px;
    background-color:rgba(230,230,230,1);
    box-shadow: rgba(0,0,0,0.3) 0px 0px 5px;
}

.xf_pop_up_box_more {
    position: absolute;
    right:25px;
    top:50px;
}

.xf_attachement_section {
    border-bottom:rgba(0,0,0,0.2) 1px solid;
    padding-top:10px;
    padding-bottom:10px;
}

.xf_mod_title {
    position: absolute;
    font-size:30px;
    top:28px;
    left:25px;
}

.xf_interact_pop {
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.3);
    z-index: 100;
}

.xf_plan_feed {
    position: absolute;
    top:0px;
    right:0px;
    border:solid 1px black;
    display: inline-flex;
    flex-wrap:wrap; 
    width:350px;
    aspect-ratio:1356/2732;
    vertical-align: top;
    
}

.xf_plan_feed_square {
    position: relative;
    flex:0 0 calc((100% / 3) - 1px);
    height:100px;
    background-color:rgba(200,200,200,1);
    margin:0.5px;
    background-size: cover;
    background-position: center center;
}

.xf_plan_bin_element {
    position: relative;
    width:150px;
    height:150px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.xf_plan_bin {
    display: inline-flex;
    flex-wrap: wrap;
    border:solid 1px black;
    width:500px; 
    vertical-align: top;
}

.xf_pfs_sel {
    background-color:red;
}

.xf_plan_feed_skin {
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-image: url('/modules/plan/media/iphone.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.xf_pfd_top {
    max-width:100%;
}

.xf_plan_customer_tab {
    position: relative;
    background-color:rgba(230,230,230,1);
    margin:5px;
    border-radius:10px;
    width:450px;
    height:120px;
    display: inline-flex;
    vertical-align: top;
}

.xf_plan_cus_pp {
    position: absolute;
    width:80px;
    height:80px;
    border-radius:50px;
    background-color:rgba(170,170,170,1);
    top:20px;
    left:20px;
}

.xf_plan_cus_name {
    font-weight: 600;
    
}

.xf_plan_cus_infos {
    left:120px;
    top:0px;
    bottom:0px;
    right:0px;
    position: absolute;
    display: flex;    
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.xf_plan_cus_date {
    font-size:0.85em;
}

.xf_plan_cus_next {
    font-size:0.85em;
}
