/**
 * Css pour le template Moteur de recherche

 * Création: 17/04/2025
 */

#main {
    padding-top: 0px !important;
} 
.titre_page {
    color:  #ffb200;
    /*color: blue;*/
    text-align: center;
}
.aideMoteur {
    padding-top: 10px;
    width: 32px;
}
.container {
    display: flex;
    justify-content: space-between;
}
.left {
    width: 15%;
    margin-right: 20px;
    padding: 10px;
    border: 3px solid #000;
    border-radius: 10px;
    background-color: #f0dfbd40;
}
.grid-search-params {
    width: 85%;
    display: grid;
    grid-template-columns: 15% 35% 12% 12% 20%;
    grid-template-rows: auto;
    row-gap: 4px;
    padding-top: 3px;
}
.label { margin-top: 3px; }
.label-bold {
    font-weight: bolder;
}
input[name="ident"] { border: 2px solid rgb(19,11,11,0.3) !important; }
input::placeholder {
    font-style: italic;
    font-weight: 400;
    color: #030a14;
}
#label5 {
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 2px solid #000;
}
#label1 { grid-column: 1; grid-row: 1; }

#label2 { grid-column: 4; grid-row: 1; }
#label3 { grid-column: 4; grid-row: 2; }
#label4 { grid-column: 1; grid-row: 3; }
/* #label5 { grid-column: 1; grid-row: 6; } */
#label_conjoint { grid-column: 1; grid-row: 9; }
#label_mere { grid-column: 1; grid-row: 10; }
#label_parrain { grid-column: 1; grid-row: 11; }
#label_marraine { grid-column: 1; grid-row: 12; }
#tri { grid-column: 1; grid-row: 13; }
#label13 { grid-column: 4; grid-row: 9; }
#label14 { grid-column: 4; grid-row: 10;}
#label15 { grid-column: 4; grid-row: 11; }
#label16 { grid-column: 4; grid-row: 12;}

#name1 { grid-column: 2; grid-row: 1; }
#prenom1{ grid-column: 5; grid-row: 1; }
/* .input3 { grid-column: 5; grid-row: 2; } */
#prenom2 { grid-column: 5; grid-row: 2; }

#exact1 { grid-column: 3; grid-row: 1; }
#exact2 { grid-column: 3; grid-row: 9; }
#exact3 { grid-column: 3; grid-row: 10; }
#exact4 { grid-column: 3; grid-row: 11; }
#exact5 { grid-column: 3; grid-row: 12; }
#annee { grid-column: 2; grid-row: 8;}
#conjoint { grid-column: 2; grid-row: 9; }
#prenom_conjoint { grid-column: 5; grid-row: 9; }
#mere { grid-column: 2; grid-row: 10; }
#prenom_mere { grid-column: 5; grid-row: 10; }
#parrain { grid-column: 2; grid-row: 11; }
#prenom_parrain { grid-column: 5; grid-row: 11; }
#marraine { grid-column: 2; grid-row: 12; }
#prenom_marraine { grid-column: 5; grid-row: 12; }
/* .events {
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row: 6;
    display: inline-flex;
} */
#reset { 
    grid-column: 5; grid-row: 14; 
    margin-top: 10px;
}
#wrapper { grid-column: 2; grid-row: 3; }
#wrapper1 { grid-column: 1; grid-row: 5; }
#wrapper2 { grid-column-start: 2; grid-column-end: 4; grid-row: 5; }
#wrapper3 {  grid-column: 2; grid-row: 13; }
#wrapper4 { grid-column: 1; grid-row: 7;}
#wrapper5 { grid-column: 2; grid-column-end: -1; grid-row: 7; }
#btn-search { grid-column-start: 1; grid-column-end: 3; grid-row: 14 ; 
    height: 45px;  
    margin-top: 5px;  
}
#corbeille-tooltip { float: right ; }

.exact1, .exact2, .exact3, .exact4, .exact5 {
    padding-top: 0px;
    padding-left: 10px
}
.exact1 label, .exact2 label, .exact3 label, .exact4 label, .exact5 label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(19, 11, 11, .3);
    color: #000;
    border-radius: 20px;
    white-space: nowrap;
    margin: 2px 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s;
    padding: 0 8px;
    cursor: pointer;
}

.exact1 label::before,
.exact2 label::before,
.exact3 label::before,
.exact4 label::before,
.exact5 label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}
.exact1 input[type="checkbox"]:checked + label::before,
.exact2 input[type="checkbox"]:checked + label::before,
.exact3 input[type="checkbox"]:checked + label::before,
.exact4 input[type="checkbox"]:checked + label::before,
.exact5 input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
}
.exact1 input[type="checkbox"]:checked + label,
.exact2 input[type="checkbox"]:checked + label,
.exact3 input[type="checkbox"]:checked + label,
.exact4 input[type="checkbox"]:checked + label,
.exact5 input[type="checkbox"]:checked + label {
    border: 1px solid #000;
    background-color: #0069d9;
    color: #fff;
}
.exact1 input[type="checkbox"],
.exact2 input[type="checkbox"],
.exact3 input[type="checkbox"],
.exact4 input[type="checkbox"],
.exact5 input[type="checkbox"] {
    /* display: absolute; */
    position: absolute;
    opacity: 0;
}
.exact1 input[type="checkbox"]:focus + label,
.exact2 input[type="checkbox"]:focus + label,
.exact3 input[type="checkbox"]:focus + label,
.exact4 input[type="checkbox"]:focus + label,
.exact5 input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
}
input[type="radio"] {
    display: none;
}

.wrapper, .wrapper3 {
    display: inline-flex;
}

.wrapper1,
.wrapper4 {
    display: block;
}

.wrapper .option,
.wrapper1 .option,
.wrapper4 .option,
.wrapper3 .option {
    background: #fff;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    margin: 0 2px 2px;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 5px;
    border: 2px solid rgb(19, 11, 11, 0.3);
    transition: all 0.3s ease;
}

.wrapper .option,
.wrapper3 .option {
    height: 100%;
    width: 100%;
}

.wrapper1 .option,
.wrapper4 .option {
    height: 32px;
    width: 80%;
}

.option .dot {
    height: 18px;
    width: 18px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.option span {
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}

.option:hover {
    background-color: #ddd;
}

input[type="radio"]:checked + .option {
    border-color: #0069d9;
    background: #0069d9;
}

input[type="radio"]:checked + .option .dot {
    background: #fff;
}

input[type="radio"]:checked + .option .dot::before {
    opacity: 1;
    transform: scale(1);
}

input[type="radio"]:checked + .option span {
    color: #fff;
}
.hidden-select {
    display: none;
}
.hidden-img {
    display: none;
}
.line1, .line2 { 
    display: inline-flex; 
    width: 100%;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    height: 34px;
}
.line1 {
    opacity: 0;
}
.line2 {
    opacity: 1;
}.line2-1 {
    width: 30%;
}
#cantons, #communes {
    width: 100%;
}
.canton {
    width: 42%;
}
.com { 
    padding-left: 10px;
    width: 42%;
}
#typeLieu {
    margin-right: 3px;
    width: 100%;
    width: auto;
}
#lieu0 {
    display: block;
    margin-left: 10px;
     width: 190px;
}
#lieu1 {
    display: none;
    margin-left: 10px;
     width: 190px;
}
#lieu2 {
    display: none;
    margin-left: 10px;
    width: 190px;
}
.btn-close, .btn-close1 {
    height: 29px;
}
img.btn_close1 {
    float: right;
    margin: -55px -55px 0 0;
    cursor: pointer; 
} 
ul.ks-cboxtags {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(19, 11, 11, .3);
    color: #000;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0;
    padding: 2px 8px;
    cursor: pointer;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    width: 100%;
}

ul.ks-cboxtags li label:disabled {
    background-color: rgba(128, 128, 128, .9);
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #000;
    background-color: #0069d9;
    color: #fff;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
}

ul.ks-cboxtags li input[type="checkbox"]:disabled + label {
    border: 1px solid rgba(139, 139, 139, .3);
    background-color: #ccc !important;
    color: #fff;
}

ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #ffb200;
}

ul.ks-cboxtags li input[type="checkbox"]:hover + label {
    /* background-color: #dedadf; */
    background-color: #0069d9;
    color: #fff;
}

#line_dates {
    height: 32px;
    padding-top: 2px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    border-radius: 0.25rem;
    margin-left: 0.25rem;
    width: 100px;
}
#line_slider {
    height: 64px;
    padding-top: 5px;
}
.line-slider {
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row: 7;
    background: #fff;
    height: 55px;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
    margin-top: 0px;
    /* opacity: 0; */
}
#titlePeriod {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.ui-slider {
    margin-bottom: 2em;
    z-index: 0;
}
.ui-slider .ui-slider-handle {
    height: 2em;
}
.ui-slider-horizontal {
        height: 1.5em;
}
#custom-handle1, #custom-handle2 {
    width: 40px;
    padding-top: 3px;
    padding-left: 2px;
    margin-top: -8px;
}
.slider {
    -webkit-appearance: none;
    width: 97%;
    height: 6px;
    background: #777;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 8px;
    border-radius: 3px;
    overflow: visible !important;
}
  
.slider:hover {
    opacity: 1;
}
  
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #ffb200;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid black;
}
  
.slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #ffb200;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid black;
}
.reset {
    height: 42px;
    display: flex;
    gap: 8px;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.image-container img {
    height: 32px;

}
.image-container {
    width: 40px;
    position: relative;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}
.tooltip {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -160%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none; /* Permet de cliquer à travers le tooltip */
}
.image-container:hover .tooltip {
    opacity: 1;
}
.btn-search {
    height: 40px;
    background: linear-gradient(135deg, #d7dde3, #7a99bb);
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 6px 6px #3f536a;
    display: inline-flex;
    align-items: center;
}
.btn-search img {
    margin-right: 10px;
}
.btn-search:hover {
    background: linear-gradient(135deg, #7a99bb, #d7dde3); /* Inverse les couleurs du dégradé */
    box-shadow: 8px 8px #2c4059; /* Accentue l'effet d'ombre */
    transform: scale(1.05); /* Agrandit légèrement le bouton */
}   

.text-btn-search {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}
.flash-message {
    position: relative;
    /* top: 10px; */
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}
.flash-message.success {
    background-color: green;
}
.flash-message.warning {
    background-color: orange;
    color: blue;
}
.flash-message.error {
    background-color: red;
}
.flash-message.visible {
    visibility: visible;
    opacity: 1;
}
#resultats {
    margin-top: 15px;
    width: 100%;
    display: none;
}
button.do-pdf {
    height: 32px;
    padding: 0px 10px;
    font-weight: bold;
}
.caption-text {
    padding: 3px 10px;
    background-color: #0069d9;
    border: 1px solid #000;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 100%; 
    margin-bottom: 10px;
    margin-top: 10px;
}
.tbl-results { 
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
.thead {
    font-weight: bold;
}

.btn-th1 {
    min-width: 400px;
}
.btn-th2 {
    min-width: 300px;
}
.btn-th1, .btn-th2, .btn-th3, .btn-th4 {
    padding: 8px 5px;
    margin-bottom: 10px;
}
.th-img {
    height: 16px;
}
.input-group {
    margin-left: 3px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    height: 29px;
}
.input-group-text {
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
}
.page-item {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    /* padding: 10px; */
    /* border: 1px solid #ccc; */

    color: #fff;
	padding: .5rem 1rem;
	text-decoration: none;
	/* opacity: .8; */
    background-color: #333;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 50%;
}
.page-item.active {
    background-color: white;
    color: Black;
    opacity: 1;
}
.page-item.active:hover {
    background-color: #fff;
    color: black;
    opacity: 1;
    transform:scale(1);
}
.page-item:hover {
    color: #fff;
    opacity: 1;
    transform:scale(1.3);

}   
.naissance { background-color:  rgb(244, 200, 207); }
.mariage { background-color:  rgb(236, 230, 231); }
.publication { background-color: rgb(224, 255, 255) }
.contrat { background-color: rgb(141, 238, 238);}
.deces { background-color: rgb(190, 190, 190);}
.reconnaissance { background-color: rgb(240, 185, 240);}
.divorce { background-color: rgb(246, 246, 140);}
.evenement { background-color: rgb(144, 238, 144);}
.jugement { background-color: rgb(0, 255, 255);}
.fiche { background-color: rgb(205, 133, 63);}
.document { background-color: rgb(255, 255, 224);}

.crayon {
    padding-left: 10px;
    height: 18px;
    background-color: transparent;
}
table th { 
    font-weight: bold;
    border: 1px solid;
    background-color: #ffb200;
}
table td {
    padding-left: 5px;
    border: 1px solid #000 !important;
}
.indent {
    padding-left: 30px;
}
.formError, .formDecujus{
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 40%;  */
    height: 50%;
    /* background-color: rgba(0, 0, 0, 0.5); */
	z-index: 99999;
}
.formError {
    width: 40%;
}
.formDecujus {
    width: 50%;
}
.popup-block {
    background-color: #d5d2d1;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    border-radius: 10px;
}
.popup-block h1 {
    color: #77570d;
    margin: 0;
}
.popup-block label {
    font-weight: bold;
    color: #000;
}
.signal {text-align: center;}
#textToModify, #detailEvent {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    margin-left: 20px;
    background-color: #f7f7e1;
}
.formError label {
    font-weight: bold;
}

#correction, #nom_correcteur, #user_email {
    width: 97%;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 20px;
}
#demande, #nom_demandeur, #user_email_demandeur  {
    margin-left: 20px;
    width: 97%;
    border: 1px solid black;
    border-radius: 5px;
}
.info-decujus {
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    background-color: #f7f7e1;
    text-align: justify;
}

.buttons {
    margin-left: 20px;
    margin-top: 10px;
}    
.foto, .foto_off  {
    height: 30px;
    text-align: center;
}
.foto:hover {
    height: 35px;
}
#id2329 {
    display: none;
    margin-top: 5px;;
}
.tblphotos {
    width:  100% !important;
    border-collapse: collapse;
}
.tblphotos th {
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.tblphotos caption {
    background-color: #ffb200;
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid blue;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;  
}
.tblphotos label {
    text-align: right;
}
.tblphotos td { 
    padding: 0px;
    /* border: transparent !important; */
}
#acte_photo1, #acte_photo2, #acte_photo3 {
    height: 50px;
    width: 100%;
}
#num_photo1, #num_photo2, #num_photo3 {
    height: 50px;
}
#ref_photo1, #ref_photo2, #ref_photo3 {
    height: 50px;
    resize: none;

}
#delete1, #delete2, #delete3 {
    margin-top: 5px;
    margin-left: 20px;
    display: none;
}
#message {
    width: 100%;
}
 #customConfirm, #customConfirm1, #customConfirm2 {
    /* display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e7e2dd;
    color: white;
    padding: 20px;
    border: 2px solid #737166;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(100, 95, 95, 0.1);
    z-index: 1000; */
}
#customConfirm button {
    margin: 5px;
    padding: 5px 10px;
}
#customConfirm1 button {
    margin: 5px;
    padding: 5px 10px;
}   
.btnPhoto {
    margin-bottom: 5px;
}
.modal {
    display: none; /* caché par défaut */
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    /* overflow: scroll; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.modal-content {
    width: 800px;
    top: 28%;
    left: 15%;
    position: relative;
    padding: 20px;
    background-color: #ccc;
    border-radius: 20px !important;
    border: 8px solid #a1a693 !important;
}
.modal-confirm-adhesion {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 40%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

/* Styles for the modal content box */
.modal-confirm-content {
    background-color: #fefefe;
    margin: auto; /* Center the modal content */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px; /* Max width for larger screens */
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: relative; /* Needed for absolute positioning of close button */
}
.identite {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    height: 50px;
}
.close2 {
    color: #000;
    float: right;
}
.button-container { 
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.button-container a {
   flex: 1;
   margin: 0 5px;
}
#pagination {
    display: flex;
    justify-content: center;
    background: #333;
	padding: 1rem;
	margin-bottom: 1rem;
}
.confirm-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
    text-align: center;
}
.confirm-dialog p {
    margin: 0 0 10px;
}
.confirm-dialog button {
    margin: 0 10px;
}
.confirm-dialog h2 {
    font-weight: 500;
}
.btn-3d, .btn-3d-small {
    font-size: 14px;
    color: #000;
    background: linear-gradient(135deg, #d7dde3, #7a99bb);
    border: none;
    border-radius: 8px;
    box-shadow: 6px 6px #3f536a;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    width: auto;
    margin-right: 10px;
}
.btn-3d {
    margin-top: 10px;
    padding: 10px 10px;
}
.btn-3d-small {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 8px ;
}
.btn-3d:hover, .btn-3d-small:hover {
    background: linear-gradient(135deg, #7a99bb, #d7dde3); /* Inverse les couleurs du dégradé */
    box-shadow: 8 8px #2c4059; /* Accentue l'effet d'ombre */
    transform: scale(1.05); /* Agrandit légèrement le bouton */
}
.btn-3d:active {
    box-shadow: 3px 3px #003f8a;
    transform: translateY(3px);
}
.small {
        margin-top: 5px;
        padding: 5px 10px;
        margin-bottom: 5px;
    }