:root {
    --light_grey: #F7F7F7;

  }




*, *::before, *::after{
    box-sizing: border-box; 
}

*{
    margin: 0; 
    padding: 0; 
}

ul[role='list'], ol[role='list']{
    list-style: none; 

    font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #525252;
margin-bottom: 10px;

}

ul{
    list-style: none; 
    padding: 0;
    margin: 0;

        font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #525252;
margin-bottom: 10px;

}

li{
    list-style: none; 
    padding: 0;
    margin: 0;
}

html:focus-within{
    scroll-behavior: smooth; 
}

a:not([class]){
    text-decoration-skip-ink: auto; 
}

img, picture, svg, video, canvas{
    max-width: 100%;
    height: auto; 
    vertical-align: middle; 
    font-style: italic; 
    background-repeat: no-repeat; 
    background-size: cover;
}

input, button, textarea, select{
    font: inherit; 
}

@media (prefers-reduced-motion: reduce){
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}


textarea:focus, input:focus{
    outline: none;
}


*:focus {
    outline: none;
}


*{
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif!important;
}




html, body{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth; 
    background: var(--light_grey);

    padding: 0px;
    
    
}

a{
    text-decoration: none;
}


ul {
    list-style: none;
  }

h1{
    color: #141414;
    font-size: 18px;
    margin-bottom: 10px;
}

h2{
    color: #006CF0;
    font-size: 18px;
    margin-bottom: 20px;
}

p{

font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #525252;
margin-bottom: 10px;
}

.table-container {
    width: 100%;

    
    height: 100%;    

    background: white;

    border: 1px solid #E5E5E5;

    border-radius: 5px;


    display: flex;
      flex-direction: column;

  }


.table-head-container{
    height: 52px; 
    padding-right: 15px;
    scrollbar-gutter: stable;

    background: var(--light_grey);

}

.table-body-container{
    height: calc(100% - 52px);
    
    
}


.table-container table{
    
}

table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    height: 100%;
}


.table-container table thead{
    height: 50px;



}


.table-container table tbody{

    /*
    height: calc(100% - 40px);
    */



}




th, td {
    padding: 16px 24px;
    text-align: left;
    
    vertical-align: top;
}

th {
    
    color: #737373;
    font-weight: 600;
    font-size: 12px;
}

tr{
    border-bottom: 1px solid #ddd;
}


tr:hover {
    background: var(--light_grey);
}


.deployment_row{


}

.activation_row{
    display: none;
}


/*

.checkbox_cell{
    width: 50px!important;
}


.brand_name_cell {

    width: 50%;

}


.location_name_cell{

    width: 50%;
}

.channel_cell{
    width: 200px;
}

.location_cell{
    width: 200px;
}

.status_cell{
    width: 120px;
}

*/

.bold_blue{
    color: #141414;
    font-size: 16px;
    font-weight: 500;
}

.wrap{
    max-width: 1200px;
    
    height: 100%;
    
    margin: 0 auto;
    padding: 20px;
    /*
    background: white;
    */
    position: relative;

}

select{
    
    padding: 10px 40px;
    border: solid 1px #D6D6D6;
    border-radius: 8px;
    width: 100%;




}

#deactivation_select{
    margin-bottom: 30px;

}


.flex{
    display: flex;
}

.border_r_4{
    border-radius: 12px;
}

.gap-10{
    gap: 10px;
}



#activation_page .section_top{
    background: white;
    padding: 24px;
    height: 252px;
}


#deactivation_page .section_top{
    background: white;
    padding: 24px;
    height: 305px;
}


.contact_details{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
}

.deployment_search{
    display: flex;
    border: solid 1px #E5E7EB;
    border-radius: 5px;
}


.channel_search{
    margin-bottom: 20px;
}

.search_icon_wrap{
    padding-top: 9px;
    padding-left: 15px;
}

.deployment_search_input{
    width: 340px;
    padding: 10px 20px;
    
    border: 0;
}


.channel_search_input{
    width: 100%;
    padding: 10px 20px;
    border: solid 1px #E5E7EB;
    border-radius: 4px;
}


#deployments, #activations_list{

    border: solid 1px #E5E7EB;
    margin-bottom: 30px;
    

}


#deployments{

    height: 100%;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    

}


#activation_page .deployment_section{
    
 height: calc(100% - 252px);
  padding:15px 0px 95px 0px; 
  position: relative;

}

#deactivation_page .deployment_section{
    
    height: calc(100% - 305px);
     
     padding:15px 15px 95px 15px; 
     position: relative;
   
   }


.activations_list_section{
    margin-top: 20px;
    height: calc(100% - 80px);
}

#activations_list{
    height: calc(100% - 260px);
    overflow-y: scroll;
}

.deployment ,.activation_item{

    border-bottom: solid 2px #E5E7EB;
    padding: 20px;

    cursor: pointer;
    transition: all 0.3s ease;
    color: #6B778C;

}

.activation_item{
    gap: 20px;
}


.deployment_checkbox_outer{
    width: 20px;
}


.deployment_details_outer{
    width: calc(100% - 50px);
}




.deployment:hover{

    /*

    background: #006CF0;
    color: white;
    
    */


}


.deployment_title_outer{
    display: flex;

    gap: 10px;

}

.deployment_caret{
    width: 20px;
    height: 20px;

    transform: rotate(-90deg);

    transition: transform 0.3s ease;

}



.deployment_caret img{
    max-width: 100%;    
}


.deployment_title{
    font-size: 16px;

}





.deployment_checkbox{

}


.dc, .ac, .d_ac{
    width: 20px;
    height: 20px;
}


.activations_panel{

    width: 100%;

    margin-top: 10px;

    padding-left: 50px;


}

.activations_panel_open{
    display: table-row;
}

.rotate_90{
    transform: rotate(0deg);
    
}



.activations{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}


.activations > li{
    border: solid 1px lightgray;
    padding: 10px;
    gap: 10px;
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
}




.swap_selected{
    display: block!important;

}



.activation{
    
}

.activation > div{
    display: flex;    
}


.activation_inputs{
    display: none;
    gap: 20px;

}


.activation_inputs input{
    border: 0;
    background: #efeded;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    width: 100%;

}


.activation_inputs .bold_blue{
    padding-top: 5px;
    width: 150px;
}


.activation_inputs .sid_outer{
    flex-grow: 1;
}

.activation_inputs h4{
    margin-bottom: 10px;
}




.button_group{
    justify-content: flex-end;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.primary_button{
    padding: 10px 20px;
    font-size: 14px;
    background: #006CF0;
    color: white;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: solid 2px #006CF0;
    cursor: pointer;
    
}

.primary_button:hover{

    background: white;
    color: #006CF0;

}


.primary_button_invalid{
    padding: 10px 20px;
    background: grey;
    color: white;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: solid 2px grey;
    cursor: pointer;
}

.wrap_2_background{


    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 10;
    padding: 40px;
}


.wrap_2{
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 40px;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;

}

.main_heading_outer{
    display: flex;

}




.wrap_3_background{


    display: none;



    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 20;
    padding: 40px;
}


.wrap_3{
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 40px;
    background: white;
    position: relative;
}



.update_activation_popup_background{

/*
    display: none;

*/

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 20;
    padding: 40px;
}


.update_activation_popup{
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 40px;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;

}

.main_heading_outer {
    flex-shrink: 0; /* Don't shrink */
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #eee; /* Optional separator */
}


.popup_content {
    flex: 1; /* Take up remaining space */
    overflow-y: auto; /* Enable scrolling if content overflows */
    padding: 20px;
}

.popup_bottom{
flex-shrink: 0; /* Don't shrink */
    padding: 15px 20px 20px 20px;
    border-top: 1px solid #eee; 

}






.new_deployment_wrap_background{

/*
    display: none;
*/

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 100;
    padding: 40px;
}


.new_deployment_wrap{
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 24px;
    background: white;
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 20px;

}


#activation_confirm_list, #deployment_confirm_list{
    margin: 20px 0;
}


.activated_heading_stage{

}

.pipeline_stage_Activated{
    background: #079455;
    font-size: 12px;
    color: white;
    border-radius: 11px;
    font-weight: 500;
    padding: 2px 6px;
}


.activation_title{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.activation_title_stage{
    display: flex;

    gap: 20px;
}

.select_all_bar{
    padding: 0px 30px;
    display: flex;
    gap: 20px;
    position: absolute;
    left: 0px;
    bottom: 10px;

    width: 100%;


    opacity: 1;
    transition: opacity 0.5s ease;


}


.select_all{
    width: 20px;
    height: 20px;
}

.selected_amount, .selected_amount2{
    display: flex;
    gap: 5px;
    width: 300px;
}

.select_all_menu{
    display: flex;
    gap: 20px;
    background: #D1E0FF;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    
}

.select_all_menu_hide{
    /*
    display: none;
    */
    opacity: 0;
    
}

.select_all_menu_actions{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}



.grey_btn{
    background: white;
    padding: 10px 15px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    color: #424242;

}



.menu_item{
    cursor: pointer;
    font-weight: bold;
    color: #74aaec;
    transition: all 0.3s ease;
}

.menu_item:hover{
    cursor: pointer;
    font-weight: bold;
    color: #006CF0;
}


.close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.new_deployment_remove{
    top: 4px;
    right: 4px;
}



.close img{
    max-width: 100%;
}



#ai_output{
    height: calc(100% - 175px);
}

.activation_input_section{
    height: 100%;
    overflow-y: scroll;

}

.ai_item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


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

/*

border-bottom: solid 2px #E5E7EB;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6B778C;

*/


.ai_activation_item{

    border: solid 1px #E5E7EB;
    border-radius: 5px; 
    margin-bottom: 10px; 

}


.ai_activation_title{
    display: flex;
    gap: 10px;

    padding: 10px;

}

.ai_input_wrap_outer{
    display: block;
    padding: 10px;

}

.ai_activation_name{
    color: #424242;
    
}


.ai_input_heading{
    font-weight: normal;
    width: 100%;
    margin-bottom: 5px;
    
}

.deployment_input_heading{
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 12px;
    color: #424242;
}

.new_deployment_input_wrap{
    margin-bottom: 5px;
}

input{

    width: 100%;
    border: solid 1px #D6D6D6;
    border-radius: 8px;
    padding: 10px 14px;
}

.ai_input{
    flex: 1;
}

.ai_input input{
    width: 100%;
    border: solid 1px #D6D6D6;
    border-radius: 5px;
    padding: 10px;
}


.loading_deployments{
    padding: 30px;
    color: lightgray;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}




.confirmation_modal_background{
    
    
    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 30;
    padding: 40px;

}

.confirmation_modal{
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    position: relative;
    border-radius: 5px;
    

}



.details_section{


}

.details_comments{
    margin-bottom: 20px;

}


.comments{
    width: 100%


}


.details_contact{
    margin-bottom: 10px;


}

.details_contact input{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}


.contact_name{

}

.contact_title{

}

.contact_email{

}

.contact_phone{

}


.legal_section{
    margin: 20px;

    line-height: 1.6;

    display: none;
}


.selected_text{
    line-height: 1.6;
}


.details_contact{
    
}

.details_contact input{

}


.form_label{
    margin-bottom: 5px;

    font-weight: 500;
    margin-bottom: 8px;
    font-size: 12px;
    color: #424242;
}

.required{
    color: red;
}


.legal_text_wrap{
    display: flex;
    gap: 10px;
    height: 200px;
    
}


.legal_text_checkbox{
    width: 20px;
    height: 20px;
}


.legal_text{
    overflow-y:scroll;

}


/*swap items*/

.swap_deployment_name{
    margin-bottom: 20px;

}

.swap_deployment_name_input_wrap{
    margin-bottom: 20px;

}

.swap_item{
    width: 100%;
    border: solid 1px grey;
    border-radius: 4px;
    padding: 10px;

}


.swap_add_activation_button{
    width: 100%;
    display: flex;

    justify-content: flex-end;
    padding: 10px;
}

.add_activation_button{
    border: solid 1px grey;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;


}

.add_activation_button{
    border: solid 1px grey;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    

}

.swap_activations{
    display: flex;

    
    flex-direction: column;
    
    
    gap: 10px;

    padding-left: 20px;


}


.swap_activations_details{

display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
border: solid 1px grey;
border-radius: 4px;
padding: 10px;

position: relative;

}


.swap_activations_details .close {

    top: 10px;
    right: 10px;
    
}


.swap_label{
    margin-bottom: 10px;


}

.swap_item input{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.swap_activations select{
    width: 100%;
    padding: 10px;
    
}

.swap_deployment_name{
    margin-bottom: 10px;
}

.swap_dialog{
    max-height: 300px;
    /*
    height: calc(100% - 250px);
    */
    margin-bottom: 20px;


}

.swap_dialog_text{
    margin-bottom: 20px;
}

.swap_items{
    width: 100%;
    overflow-Y: scroll;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 250px;
}


.back_btn{
    color: lightgrey;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: block;
}

.back_btn:hover{
    color: grey;
}

.company_go_live_date{
    margin-bottom: 20px;
}


/*Spinner*/

/* A container that positions the two spinners on top of each other */
.spinner-wrapper {
    position: relative;
    /* Set a size that comfortably fits the larger circle */
    width: 50px;
    height: 50px;
  }
  
  /* Both spinner images share these base styles */
  .spinner {
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    filter: invert(100%) brightness(80%);

  }
  
  /* Larger circle (spin clockwise) */
  .spinner-large {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    animation-name: spin-cw; /* clockwise animation */
  }
  
  /* Smaller circle (spin counter-clockwise) */
  .spinner-small {
    width: 30px; 
    height: 30px;
    /* Position it in the center of the larger circle */
    top: 10px; 
    left: 10px;
    animation-name: spin-ccw; /* counter-clockwise animation */
  }
  
  /* Keyframes for clockwise spin */
  @keyframes spin-cw {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Keyframes for counter-clockwise spin */
  @keyframes spin-ccw {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
  }



/*Top Menu*/


.top_menu{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}


.header_menu{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}


/*Channel dump*/

.channel_dump_outer{
    cursor: pointer;
}

.channel_dump{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    
}

.channel_dump_activation_item{
    font-size: 12px;
    font-weight: 500;
    padding: 2px 6px;
    border: solid 1px #D6D6D6;
    border-radius: 11px;
    color: #424242;



}



    /*Deployment Pipeline Stages*/


    .dep2_stage{
        display: flex;
    }


    .deployment_pipeline_stage_Active{
    background: #079455;
    font-size: 12px;
    color: white;
    border-radius: 11px;
    font-weight: 500;
    padding: 2px 6px;

    }


    .deployment_pipeline_stage_New{
    background: #DC6803;
    font-size: 12px;
    color: white;
    border-radius: 11px;
    font-weight: 500;
    padding: 2px 6px;

    }


    .deployment_pipeline_stage_To{
        background: #dc0320;
        font-size: 12px;
        color: white;
        border-radius: 11px;
        font-weight: 500;
        padding: 2px 6px;
    
        }



        /*Activation Pipeline Stages*/


.activation_pipeline_pill{
    
    background: #585858;
        font-size: 12px;
        color: white;
        border-radius: 11px;
        font-weight: 500;
        padding: 2px 6px;

}



.deployment_pipeline_stage_New{
    background: #DC6803;
    font-size: 12px;
    color: white;
    border-radius: 11px;
    font-weight: 500;
    padding: 2px 6px;

    }     


.pipeline_stage_pending_deactivation{
    background: #dc0320;
        font-size: 12px;
        color: white;
        border-radius: 11px;
        font-weight: 500;
        padding: 2px 6px;
    

}

.pipeline_stage_to_be_deactivated{
    background: #dc0320;
        font-size: 12px;
        color: white;
        border-radius: 11px;
        font-weight: 500;
        padding: 2px 6px;
    

}

.pipeline_stage_deactivated{
    background: #dc0320;
        font-size: 12px;
        color: white;
        border-radius: 11px;
        font-weight: 500;
        padding: 2px 6px;
    

}

.pipeline_stage_Resolved{
    background: #079455;
    font-size: 12px;
    color: white;
    border-radius: 11px;
    font-weight: 500;
    padding: 2px 6px;

}

.pipeline_stage_Resolved{
    background: #079455;
    font-size: 12px;
    color: white;
    border-radius: 11px;
    font-weight: 500;
    padding: 2px 6px;

}

.pipeline_stage_New{
    background: #DC6803;
    font-size: 12px;
    color: white;
    border-radius: 11px;
    font-weight: 500;
    padding: 2px 6px;

}

/* deatviation confirmation dialog*/


.confirmation_details_top{
    flex: 0 0 auto;
}

.confirmation_details_content{
    flex: 1;
    overflow-y: scroll;
}

.confirmation_details_bottom{
    flex: 0 0 auto;
}


.addition_instruction_text{
    margin-top: 10px;

}

.expansion_terms{

}

.expansion_terms_list{
    list-style: auto;
}

.expansion_terms_list li{
    list-style: auto;
    margin-bottom: 5px;
    padding-left: 10px;
    margin-left: 15px;
}



/*contents page*/


.grubtech_logo{
    overflow: hidden;
    margin-bottom: 20px;
}

.grubtech_logo img{
    margin-left: -10px
}

.contents_page{
    background: white;

}

.menu_section{
    
    display: flex;
    flex-wrap: wrap; 
    margin-top: 50px;
    gap: 20px; 
}

.menu_link {
    flex: 0 0 calc(50% - 10px); 
    box-sizing: border-box; 
    text-align: center;
    padding: 1rem;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    border: solid 1px #E5E7EB;
    border-radius: 4px;
}

.menu_link:hover {
  background: #006CF0!important;
  color: white!important;
}




.phase_1_hide{

    display: none!important;

}



/*Updating properties*/


.sid_outer.saving  { opacity: 0.6; }
.sid_outer.saved   { box-shadow: 0 0 0 2px #22c55e33; }
.sid_outer.error   { box-shadow: 0 0 0 2px #ef444433; }


/*deployment table*/


.deployment_table_outer {
    /*
    margin-bottom: 30px;
    */
    padding: 25px 0;
}

.deployment_table_outer h3 {
    margin-bottom: 5px;
    padding: 0 24px;
}

.deployment_table_outer p {
    margin-bottom: 10px;
    padding: 0 24px;
}

.deployment_table_outer table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}






    .add_deployment_wrap{
        display: flex;
        justify-content: flex-end;
        
    }
    
    .new_deployments{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
        margin-bottom: 24px;
    
    }
    
    .new_deployment_item{
        position: relative;
        padding: 24px;
        border: solid 1px #D6D6D6;
        border-radius: 16px;
        
    }
    
    .add_deployment_wrap{
        margin-top: 10px;
    }
    
    
    .add_deployment{
        padding: 10px 20px;
    font-size: 14px;
        background: white;
        border: solid 1px #006CF0;
        border-radius: 8px;
        transition: all 0.3s ease;
        color: #006CF0;
        cursor: pointer;
    }
    
    .add_deployment:hover{
        background: #006CF0;
        border: solid 1px white;
        color:white;
    }




    .wrap_top_section{

        flex: 0 0 auto; /* Don't grow, don't shrink, size based on content */

    }

    .new_location_section{

        flex: 1; /* Grow to take all available space */
        overflow-y: scroll;
    }

    .new_deployment_btn_section{

        flex: 0 0 auto; /* Don't grow, don't shrink, size based on content */
    }








/* height under 700px */

 /*

@media (max-height: 699px) {

   

    .wrap{
        display: flex;
        
    }

    .section_top{
        width: 300px;
    }

   
    
}

*/