
/* Css para formatar segundo campo da exibição da comboo  */
.chr-combo-subtitulo {
    color: #2c3e50;        /* tom de azul/cinza discreto */
    font-size: 0.9rem;     /* levemente menor que o texto principal */
    font-weight: 500;      /* destaque sutil */
    display: inline-block; 
    text-align: left;      /* alinhado à esquerda */
    vertical-align: middle; /* alinhamento vertical no centro */
    margin-left: 4px;      /* pequeno espaço do {nome} */
}


/* tira o botão clean do combo */;
.select2-container--default .select2-selection--single .select2-selection__clear
{
    display: none;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
    display: none;
}


.tselect_disabled,.tfield_disabled,
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.tfield_disabled+.pickr>button, .tfield_disabled[widget="tpassword"]+button,.tfield_disabled+.input-group-addon,
.select2-disable+ .selection .select2-selection,
/* .select2-disable+ .selection .select2-selection__rendered, */
.tcombo_disabled, .form-control:disabled, .form-control[readonly]
{
    
    background-color: var(--field-background) !important;
    border-left: 3px solid var( --field-border-left-color) !important;
    opacity: 0.9;
    color: var(--field-disabled-text-color) !important;


}




/* Css para expandir ao focar o imput */
/* garante que a célula permita expansão */
.tfieldlist td, .tfieldlist th,
.table-responsive td, .table-responsive th {
  overflow: visible !important;
}



/* estado normal */
input.field-grow-small,
input.field-grow-medium,
input.field-grow-large {
  width: 100% !important;
  transition: width .25s ease, box-shadow .15s ease;
}

/* ao focar (small) */
input.field-grow-small:focus {
  position: relative;
  z-index: 5;
  width: 128% !important;            /* +30% */
  box-shadow: 0 0 0 2px var(--field-grow-focus-shadow);
}

/* ao focar (medium) */
input.field-grow-medium:focus {
  position: relative;
  z-index: 5;
  width: 138% !important;            /* +60% */
  box-shadow: 0 0 0 2px var(--field-grow-focus-shadow);
}

/* ao focar (large) */
input.field-grow-large:focus {
  position: relative;
  z-index: 5;
  width: 158% !important;            /* +100% */
  box-shadow: 0 0 0 2px var(--field-grow-focus-shadow);
}

/* opcional: ajuste em telas menores */
@media (max-width: 991px) {
  input.field-grow-small:focus { width: 110% !important; }
  input.field-grow-medium:focus { width: 120% !important; }
  input.field-grow-large:focus { width: 130% !important; }
}






.logo-qive {
    display: block;
    max-width: 50%;
    height: auto;
    margin: 0px auto;
    /* border-radius: 12px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
   object-fit: cover;
}



.highlight-error {
    border: 2px dashed #dc3545 !important;
    box-shadow: none !important;
}


.chr_esconde_button {
    display: none;
}

.chr_esconde_id {
    display: none;
}



.chr-button-circle {
  position: relative;
  display:inline-flex; align-items:center; justify-content:center;
  width: 44px; height: 44px; border-radius: 999px;
  background: #fff; color: #212529;
  border: 1px solid #e9ecef; box-shadow: 0 10px 24px rgba(0,0,0,.12);
  cursor: pointer;
}
.chr-button-circle .chr-badge {
  position:absolute; top:-4px; right:-4px;
  min-width: 20px; height: 20px; padding:0 6px;
  border-radius: 999px; background: #dc3545; color:#fff;
  display:inline-flex; align-items:center; justify-content:center;
  font-size: 12px; font-weight:700;
}

.chr-notif-dropdown {
  position: absolute; right: 0; top: 54px; width: 340px;
  background: #fff; border: 1px solid #e9ecef; border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  overflow: hidden; display: none; z-index: 50;
}
.chr-notif-dropdown.open { display: block; }
.chr-notif-header { font-weight: 700; padding: 12px 14px; border-bottom: 1px solid #f0f1f3; }
.chr-notif-list { max-height: 360px; overflow: auto; }
.chr-notif-item {
  display: grid; grid-template-columns: 36px 1fr; gap: 10px;
  padding: 12px 14px; border-bottom: 1px solid #f6f7f9; text-decoration: none; color: inherit;
}
.chr-notif-item:hover { background: #f8f9fa; }
.chr-notif-icon {
  width: 36px; height: 36px; border-radius: 999px;
  display:flex; align-items:center; justify-content:center;
  background:#eef2ff; color:#3b5bdb;
}
.chr-notif-title { font-weight: 600; font-size: 0.95rem; }
.chr-notif-text  { color: #6c757d; font-size: 0.9rem; margin-top: 2px; }
.chr-notif-time  { color: #6c757d; font-size: 0.82rem; margin-top: 4px; }

.chr-notif-footer { display:flex; gap:8px; padding: 10px; border-top: 1px solid #f0f1f3; background:#fafbfc; }
.chr-notif-footer a {
  flex:1; text-align:center; padding:10px 12px; border-radius:10px; text-decoration:none; font-weight:600;
  border:1px solid #e9ecef; color:#212529; background:#fff;
}
.chr-notif-footer a.chr-primary { border-color: #0b5ed7; background: #0d6efd; color:#fff; }





/* 

========================================================================================================
OFICIAL
======================================================================================================== */

 .botao-direita {
    display: flex;
    justify-content: flex-end;
    /* gap: 10px; */
    /* margin-top: 10px; */
    align-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
        
}


.body{

    font-family: var(--font-family);
    font-size: var(--font-size);
    height:100%;
    margin: 0;
    position: absolute;
    width: 100%;
    color: var(--text-color);
    background: var(--background-colors);
        
}



.custom-tooltip + .tooltip > .tooltip-inner {
    max-width: 250px;
    white-space: normal;
    text-align: left;
}


.card panel01{
    display:none;
}

.popover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}

.popover-header {
    background: var(--table-header-background);
}



/*
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    */

  :root {
      
  --table-body-color: #6f6f6f;
  --submenu-text-hover: #ffffff;
  
  --panel-header-padding-vertical: 6px;
  --panel-header-padding-horizontal: 12px;
    
  --font-family: Arial, sans-serif; 
   /* --font-family: "Noto Sans", sans-serif; */

    

    --field-grow-focus-shadow: rgba(76, 175, 80, .25); /* verde suave */

    --joy-fontFamily-body: "Inter", var(--joy-fontFamily-fallback);
    --joy-fontFamily-display: "Inter", var(--joy-fontFamily-fallback);
    --joy-fontFamily-code: Source Code Pro, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    --joy-fontFamily-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";


      
  --border-line-menu: #ffffff63;
  --border-card-bottom: #ffffff63;
  --text-card-title: #343a40;
  --background-colors: #E9ECEF;
  --background-degrade: linear-gradient(180deg, #ffffff, #ffffff);
  
  /* fundo dos campos    */
  --field-border-left: 2px;
  --field-background : #FCFCFC;
 
  --field-border-left-color:  #fc010170;

 
  --submenu-background-color: #222834;
  --menu-user-splash-background: #222834;

  /* --panel-body-padding: 10px;
   --menu-width: 280px */
}





.header-solicitante-photo {
    width: 32px;
    height: 32px;
    border: 2px solid var(--main-color);
    border-radius: 100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-right: 8px;
}


.header-profile-32
{
    width: 32px;
    height: 32px;
    border: 2px solid var(--main-color);
    border-radius: 100px;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    margin-right: 8px;
}

/* Efeito ao passar o mouse */
.header-profile-32:hover {
    transform: scale(2); /* Aumenta a imagem em 2x (32x32 -> 64x64) */
}

.header-profile-photo40 {
    width: 40px;
    height: 40px;
    border: 2px solid var(--main-color);
    border-radius: 100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-right: 8px;
}



/* Barra Progresso na grade  */
.progress-bar, .progress
{
    border-radius: .25em; 
    /* margin-bottom: 5px; */
    height: 100%;
}



/* validação */

.validate select:invalid,
.validate input:invalid {
    border: 3px solid red
}



/* Imput Focus */

.form-control:focus, .tfield:focus {
    border-color: var(--field-focus-border-color);
    box-shadow: none;
    background: var(--field-background);
    border-radius: var(--field-border-radius);
     box-shadow: 0 0 0 2px var(--field-grow-focus-shadow);
}


/* combo focus /*
.select2-container--focus .select2-dropdown, .select2-container--focus .select2-selection, .select2-container--open .select2-dropdown, .select2-container--open .select2-selection {
    border-color: var(--field-focus-border-color) !important;
    box-shadow: 0 0 0 2px var(--field-grow-focus-shadow);
}


/* dbcombocheck */


.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: -3px;
    padding: 0;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #c6ffe5;
    padding-left: 12px;
    margin-top: 1px;
    box-shadow: 0 0 0 2px var(--field-grow-focus-shadow);
 
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
     padding: 3px;
}

.bselectcheck-container .select2-selection__choice {
    margin: -2px 0 0 -5px !important;
    border: 0 !important;
}



.tselect_disabled, .tfield_disabled, .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false], .tfield_disabled+.pickr>button, .tfield_disabled[widget="tpassword"]+button, .tfield_disabled+.input-group-addon, .select2-disable+ .selection .select2-selection, .tcombo_disabled, .form-control:disabled, .form-control[readonly] {


--    background-color: var(--field-disabled-background) !important;
--    border-color: var(--field-disabled-border) !important;
--    opacity: 1;
--    color: var(--field-disabled-text-color) !important;
}








.bContainer-fieldset .bContainer-title {
    background-image: linear-gradient(180deg, #fdfbfb, #f0f0f0);
}


 /* badge etapa cotação */
 /* VERDE */
.badge-chr01 {
    text-transform: uppercase;
    padding: 2px 8px;
    
     
    color: rgb(19, 222, 185);
    background: #e6fffa none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid #a1f2e3;
    
    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}


/* LARANJA */
.badge-chr02 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: rgb(217 146 21);
    background: rgb(254 245 229) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(255 174 31 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}

/* LILAS */
.badge-chr03 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: #5d87ff;
    
    background: rgba(93, 135, 255, 0.1) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(93 135 255 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}

/* VERMELHO */
.badge-chr04 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: rgb(250, 137, 107);
    background: #fbf2ef none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(250 137 107 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}


/* AZUL */
.badge-chr05 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: rgb(73 190 255);
    background: rgba(73, 190, 255, 0.1) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(73 190 255 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}






.right-panel > .container-part[page-name=SolicitacaoFormClonado] {
    width: 90% !important;
    background: #f0f4f9 !important;
}



#navbar-builder-top-menu-collapse, #top-menu {
    background-color: var(--background-degrade);
}







.page-title-bar {
    padding: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    border-bottom: 1px solid var(--off-white-dk);
}

.app-flash-banner {
    padding: 0 16px;
    margin-top: 12px;
}




/* buttom */
.btn.btn-default {
    background: var(--button-background);
    border: 1px solid var(--button-border); 
    color: var(--button-text-color);
  --  border-left: 1px solid var(--button-border) !important;

}
/* abas */


/* aba link active color */
.nav-tabs .nav-link:hover {
    color: var(--main-color);
}

/* aba old */
.nav-tabs .nav-link {
    border-right: 1px solid #f1f1f1 !important;
    border-top: 1px solid #f1f1f1 !important;
    border-left: 1px solid #f1f1f1e3 !important;
    background: #f1f1f169;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
       border-top: 2px solid var(--main-color) !important;
}



/* Title Modal  */

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    border-top: 1px solid var(--border-line-menu);
    background: var(--background-degrade);
    border-bottom: 1px solid var(--border-line-menu);
}




.modal-content {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


/*
   Inserir CSS em formulario 
   div[page-name="CotacaoForm"] .select2-container--default .select2-selection--single .select2-selection__clear {
        display: none !important;
        }
*/


/* Borda e Sombra formulario */
.ui-widget.ui-widget-content {
    border: 1px solid var(--success) !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}




.labellinhacenter  {
    margin: 27px;
    font-weight: normal;
    font-size: 10pt;
    font-family: Helvetica, Arial, Verdana;    color: #333;
   
}



.labelprioridade {
    /* display: inline-block; */
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: white;
    padding: 0.2em 0.2em 0.2em;
}







.tbreadcrumb {
    
    width: 100%;
    padding: 2px;
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
}


.header-logo {
   -- box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid var(--border-line-menu);
}


.master-container {
    background: var(--background-colors);
 }


.container-live {
    background: var(--background-colors);
    width: 100%;
    max-width: var(--live-area-width);
    overflow-y: auto;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
}


.lblbemvindo {
   text-align: center;
}


/* Foto do Menu Login */
.splash-user-photo {
  
    width: 70px;
    height: 70px;
  
}

.splash-user-photo:hover {
    transform: scale(2);
}









.panel-title {
    color: var(--text-card-title);

}


.card-header {
    background: #f8f9fa;
    border-bottom: 1px solid var(--border-card-bottom);
}


.card.panel {

  --  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
  
}



.header-track {

    border-bottom: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
    




.cardpublic01 {
    background: red;
}



#cardpublic .card-header {
    background: red;
    color: white;
}


.cardpublic .card-header {
    background: red;
    color: white;
}

.field-empty {
    border: 1px red;
}








    


/* icone hamburguer */
@media (min-width: 992px) {
    .sidebar-mini .fixed-sidebar-mini-menu i {
        color: #000000;
    }
}



/* botão update 100% width */
div[page-name="BuilderPageBatchUpdate"] button#tbutton_action1 {
    width: 100% !important;
    height: 38px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 12px !important;
}


/* logo login */
.login-medium-logo {
       background-size: 90%;
}









.label {
	display: inline;
    padding: .2em .6em .3em;
    font-size: smaller;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


#labelaanime .label {
  color: #2196F3; /* Cor inicial */
  transition: color 0.5s ease; /* Duração, função de timing e curva de animação */
}

#labelanime .label:hover {
  color: #007bff; /* Cor final */
}



.page-link {
    color: var(--text-color-strong);
    background: white;
}



.tpagenavigation li.off a {
    color: #c9cacb;
    background: white;
    border: 1px solid var(--content-border-color);
}








.labelicon .label {
    color: #e1e1e1;
  
}

.labelicon .label:hover{
    color: #2196f3;
     background: red;
}






/* grade cabeÃ§alho  */

.table thead th {
font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    font-weight: 600;
    padding: 8px;
    padding-left: 6px;
    /* border-bottom: 2px solid #e8e8e8 !important; */
    background: #fafafa;
    background-image: linear-gradient(180deg, #fdfbfb, #f0f0f0);
}



    
/* grade detail  */
.table-bordered td, .table-bordered th {
    border: 1px solid #e9ebec;
    padding-left: 7px;   

}




/* label convert maiusculo 
label {
    text-transform: uppercase;
}
*/



.table.table>tbody>tr>td.tdatagrid_cell.action {
    padding-left: 13px;
    padding-right: 13px;
    border-left: 1px solid #eee;
}



.table td, .table th {
    padding: 8px;
    padding-left: 7px;
}





/*#builder-layout  button:not(.beditorcss).pcr-button {*/
/*    background: #AF5555 !important;*/
/*    margin-top: 0px !important;*/
/*    margin-right: 0px !important;*/
/*    margin-bottom: 0px !important;*/
/*    margin-left: 0px !important;*/
/*    padding-top: 1.81671px !important;*/
/*    padding-right: 1.81671px !important;*/
/*    padding-bottom: 1.81671px !important;*/
/*    padding-left: 1.81671px !important;*/
/*    box-shadow: none !important;*/
/*    color: #ffffff !important;*/
/*    font-size: 14px !important;*/
/*    font-weight: 400 !important;*/
/*    font-style: normal !important;*/
/*    text-decoration-line: none !important;*/
/*    text-align: center !important;*/
/*    border-top-style: solid !important;*/
/*    border-right-style: solid !important;*/
/*    border-bottom-style: solid !important;*/
/*    border-left-style: none !important;*/
/*    border-color: #222834 !important;*/
/*    border-top-width: 1px !important;*/
/*    border-right-width: 1px !important;*/
/*    border-bottom-width: 1px !important;*/
/*    border-left-width: 0px !important;*/
/*    border-top-right-radius: 4px !important;*/
/*    border-top-left-radius: 0px !important;*/
/*    border-bottom-right-radius: 4px !important;*/
/*    border-bottom-left-radius: 0px !important;*/
/*}*/














/*#builder-layout  button:not(.beditorcss).pcr-button.clear {*/
/*    background: #FE000047 !important;*/
/*    margin-top: 0px !important;*/
/*    margin-right: 0px !important;*/
/*    margin-bottom: 0px !important;*/
/*    margin-left: 0px !important;*/
/*    padding-top: 7px !important;*/
/*    padding-right: 7px !important;*/
/*    padding-bottom: 7px !important;*/
/*    padding-left: 7px !important;*/
/*    box-shadow: none !important;*/
/*    color: rgba(0, 0, 0, 0.15) !important;*/
/*    font-size: 14px !important;*/
/*    font-weight: 400 !important;*/
/*    font-style: normal !important;*/
/*    text-decoration-line: none !important;*/
/*    text-align: center !important;*/
/*    border-top-style: solid !important;*/
/*    border-right-style: solid !important;*/
/*    border-bottom-style: solid !important;*/
/*    border-left-style: none !important;*/
/*    border-color: rgba(34, 40, 52, 0.37) rgba(34, 40, 52, 0.37) rgba(34, 40, 52, 0.37) rgba(0, 0, 0, 0.15) !important;*/
/*    border-top-width: 1px !important;*/
/*    border-right-width: 1px !important;*/
/*    border-bottom-width: 1px !important;*/
/*    border-left-width: 0px !important;*/
/*    border-top-right-radius: 4px !important;*/
/*    border-top-left-radius: 0px !important;*/
/*    border-bottom-right-radius: 4px !important;*/
/*    border-bottom-left-radius: 0px !important;*/
/*}*/





/*#builder-layout  input:not(.beditorcss).pcr-save {*/
/*    background: #ef4648 !important;*/
/*    margin-top: 7.875px !important;*/
/*    margin-right: 0px !important;*/
/*    margin-bottom: 0px !important;*/
/*    margin-left: 2.1px !important;*/
/*    padding-top: 0px !important;*/
/*    padding-right: 13px !important;*/
/*    padding-bottom: 0px !important;*/
/*    padding-left: 13px !important;*/
/*    box-shadow: 0px 2.55631px 0px 0px #4285f4 !important;*/
/*    color: #ffffff !important;*/
/*    font-size: 10.5px !important;*/
/*    font-weight: 400 !important;*/
/*    font-style: normal !important;*/
/*    text-decoration-line: none !important;*/
/*    text-align: center !important;*/
/*    border-top-style: none !important;*/
/*    border-right-style: none !important;*/
/*    border-bottom-style: none !important;*/
/*    border-left-style: none !important;*/
/*    border-color: #ffffff !important;*/
/*    border-top-width: 0px !important;*/
/*    border-right-width: 0px !important;*/
/*    border-bottom-width: 0px !important;*/
/*    border-left-width: 0px !important;*/
/*    border-top-right-radius: 4px !important;*/
/*    border-top-left-radius: 4px !important;*/
/*    border-bottom-right-radius: 4px !important;*/
/*    border-bottom-left-radius: 4px !important;*/
/*}*/


/*#builder-layout  body:not(.beditorcss).builder-template-layout.sidebar-mini {*/
/*    background: #662C2C !important;*/
/*    margin-top: 0px !important;*/
/*    margin-right: 0px !important;*/
/*    margin-bottom: 0px !important;*/
/*    margin-left: 0px !important;*/
/*    padding-top: 0px !important;*/
/*    padding-right: 0px !important;*/
/*    padding-bottom: 0px !important;*/
/*    padding-left: 0px !important;*/
/*    box-shadow: none !important;*/
/*    color: #616776 !important;*/
/*    font-size: 14px !important;*/
/*    font-weight: 400 !important;*/
/*    font-style: normal !important;*/
/*    text-decoration-line: none !important;*/
/*    text-align: left !important;*/
/*    border-top-style: none !important;*/
/*    border-right-style: none !important;*/
/*    border-bottom-style: none !important;*/
/*    border-left-style: none !important;*/
/*    border-color: #616776 !important;*/
/*    border-top-width: 0px !important;*/
/*    border-right-width: 0px !important;*/
/*    border-bottom-width: 0px !important;*/
/*    border-left-width: 0px !important;*/
/*    border-top-right-radius: 0px !important;*/
/*    border-top-left-radius: 0px !important;*/
/*    border-bottom-right-radius: 0px !important;*/
/*    border-bottom-left-radius: 0px !important;*/
/*}*/


