

/* Custom CSS for setting the color of the DataTables thead */
#example thead {
    background-color: #1f4a69; /* The desired hex color */
    color: white; /* Sets the text color to white for better readability */
}

/* Optional: If you want to style the th elements individually */
#example thead th {
    background-color: #1f4a69; /* The desired hex color */
    color: white;
    border-bottom: none; /* Removes the bottom border, if desired */
    /* Additional styling properties can go here */
}
/* Custom CSS for setting the color of the DataTables thead */
#almuhasebe_standart thead {
    background-color: #1f4a69; /* The desired hex color */
    color: white; /* Sets the text color to white for better readability */
}

/* Optional: If you want to style the th elements individually */
#almuhasebe_standart thead th {
    background-color: #1f4a69; /* The desired hex color */
    color: white;
    border-bottom: none; /* Removes the bottom border, if desired */
    /* Additional styling properties can go here */
}

/* Custom CSS for aligning DataTables pagination to the right */
.dataTables_wrapper .dataTables_paginate {
    text-align: right; /* Aligns pagination to the right */
}



/* Styling for the DataTables 'entries' info */
.dataTables_wrapper .dataTables_info {
    color: #495057; /* Color for the text */
    font-size: 0.875rem; /* Adjust font size as needed */
    padding-top: 0.75rem; /* Adjust padding as needed */
}

/* Styling for DataTables pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #007bff; /* Primary color, change as needed */
    background-color: white;
    border: 1px solid #dee2e6; /* Border color */
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin-left: -1px;
    font-size: 0.875rem;
    line-height: 1.5;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    background-color: #007bff;
    border-color: #007bff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #1f4a69 !important;
    background-color: white !important;
    border-color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: white;
    background-color: #1f4a69;
    border-color: #1f4a69;
    cursor: not-allowed;
}



.bg-gradient-primary {
  background-color: #f1f1f1;
  background-image: linear-gradient(180deg,#1f4a69 10%,#015592)!important;
  background-size: cover;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1f4a69 !important;
  border-color: #f8f9fc;
}

.btn-primary:hover {

  color: #fff;
  background-color: #1f4a69 !important;
  border-color: #285f86 !important;
}

.btn-primary {
  border-radius: 10px !important;
  color: #fff;
  background-color: #285f86 !important;
  border-color: #285f86 !important;
}

.btn {
  margin: 2px !important;
  text-transform: capitalize !important;
}


.page-link.active, .active>.page-link {
  color: #fff !important;
  background: #000000 !important;
  background-color: #204a6a !important;
  border-color: #204a6a !important;
}

.page-link.disabled, .disabled>.page-link {
  color: #fff !important;
  background: #000000 !important;
  background-color: #285f8666 !important;
  border-color: #285f8666 !important;
}

.page-link {
  color: #fff !important;
  background-color: #285f86e0 !important;
  border-color: #285f86e0 !important;
}

.paginate_button.active {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}

.export-btn-pdf {
  border-radius: 10px !important;
  color: #fff;
  background-color: #A52416 !important;
  border-color: #A52416 !important;
}

.export-btn-pdf:hover {
  color: #fff;
  background-color: #6d1910 !important;
  border-color: #6d1910 !important;
}

.export-btn-pdf:not(:disabled):not(.disabled).active, .export-btn-pdf:not(:disabled):not(.disabled):active, .show > .export-btn-pdf.dropdown-toggle {
  color: #fff;
  background-color: #A52416 !important;
  border-color: #A52416 !important;
  padding: 2px !important;
  margin: 2px !important;
}

.export-btn-excel:not(:disabled):not(.disabled).active, .export-btn-excel:not(:disabled):not(.disabled):active, .show > .export-btn-excel.dropdown-toggle {
  color: #fff;
  background-color: #3C814D !important;
  border-color: #3C814D !important;
  padding: 2px !important;
  margin: 2px !important;
}

.export-btn-excel:hover {
  color: #fff;
  background-color: #0c6222  !important;
  border-color: #3C814D !important;
}

.export-btn-excel {
  border-radius: 10px !important;
  color: #fff;
  background-color: #3C814D !important;
  border-color: #3C814D !important;
}

.export-btn-word:not(:disabled):not(.disabled).active, .export-btn-word:not(:disabled):not(.disabled):active, .show > .export-btn-word.dropdown-toggle {
  color: #fff;
  background-color: #0c53bb !important;
  border-color: #0c53bb !important;
  padding: 2px !important;
  margin: 2px !important;
}

.export-btn-word:hover {
  color: #fff;
  background-color: #175abd  !important;
  border-color: #0c53bb !important;
}

.export-btn-word {
  border-radius: 10px !important;
  color: #fff;
  background-color: #0c53bb !important;
  border-color: #0c53bb !important;
}


table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
  color: #fff;
  background-color: #204a6a !important;
  border-color: #204a6a !important;
}
qz

.badge-danger {
  color: #fff;
  background-color: #1f4a69 !important;
}

.scroll-to-top:hover {
  background: rgb(12,15,12);
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: #b4b4b4;
  line-height: 46px;
}

.dropdown .dropdown-list .dropdown-header {
  background-color: #1f4a69 !important;
  border: 1px solid #1f4a69 !important;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
}

.bg-primary {
  background-color: #034aa6 !important;
}

.bg-success {
  background-color: #035aa6 !important;
}

.bg-warning {
  background-color: #1f4a69 !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f1f1f1;
  background-clip: border-box;
  border: 1px solid #d9d9d9;
  border-radius: .35rem;
}

.border-left-primary {
  border-left: 0.4rem solid #285f86 !important;
  border-radius:10px !important;
}

.border-left-primary {
  /*border-right: .3rem solid #0367a6!important;*/
}

.text-primary {
  color: #1f4a69!important;
}

.small {
  color: #1f4a69!important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0a0a0a!important;
}

.box-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

.imglogo {
  width: 192px;
  height: 192px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 50%;
  border: 10px solid rgb(217,217,217);
  margin-top: -20px;
}

.btn-link {
  font-weight: 400;
  color: #0c0f0c;
  text-decoration: none;
}

.btn-link:hover {
  color: #0367a6;
  text-decoration: underline;
}

.color1 {
  background-color: #626262;
}

.color2 {
  background-color: #4b4b4b;
}

.color3 {
  background-color: #252525;
}

.icotab {
  color: #aaaaaa;
}

.bg-info {
  background-color: #1f4a69 !important;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #7e7e7e;
}

.bg-pr {
  background-color: #1f4a69 !important;
}

button.snip0050 {
  border: none;
  background-color: #1f4a69 !important;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 40px;
  display: inline-block;
  text-transform: capitalize; !important;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 1em;
  outline: none;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button.snip0050:before {
  border-radius: 3px;
  content: '';
  top: 3px;
  bottom: 3px;
  left: 50%;
  right: 50%;
  position: absolute;
  background: #1f4a69;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

button.snip0050:hover, button.snip0050.hover {
  color: #ffffff;
}

button.snip0050:hover:before, button.snip0050.hover:before {
  left: 3px;
  right: 3px;
  background: #1f4a69 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

button.snip0050:active:before {
  background: #1f4a69;
}

.checkbox-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 3px solid #d9d8d8;
  transition: all 0.3s ease;
}

.checkbox:hover input ~ .checkbox-check {
  background-color: #bebdbd;
}

.checkbox input:checked ~ .checkbox-check {
  background-color: #1f4a69 !important;
  color: #fff;
}

.checkbox-check:after {
  top: -1px;
  left: 5px;
  content: "✓";
  position: absolute;
  display: none;
  font-size: 18px;
  color: #fff;
}

.copyright {
  background-color: #285f86 !important;
  height: 60px;
  /*background-image: linear-gradient(180deg,#034aa6 10%,#035aa6);*/
}

.content {
  margin: auto;
  width: 100%;
  border: none;
  color: white;
  text-align: center;
  height: inherit;
  padding-top: 15px;
/*    background: linear-gradient(180deg,#1f4a69 10%,#015592)!important;*/
}

.text {
  color: #fff;
}

a:hover {
  color: #fff;
}

.snip1473 {
  position: relative;
  font-size: 25px;
  color: #e6e6e6;
  width: 45px;
  margin: 0px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1f4a69 !important;
  border-radius: 10px !important;
}

.snip1473:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #1f4a69 !important;
  content: '';
  z-index: -1;
  border-radius: 50%;
}

.snip1473:before {
  color: #ffffff;
}

.snip1473:hover, .snip1473:active, .snip1473.hover {
  color: #f1f1f1;
}

.snip1473:hover:after, .snip1473:active:after, .snip1473.hover:after {
  border-color: #1f4a69 transparent #1f4a69 transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#timedate {
  font: small-caps lighter 43px/150% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  width: 100%;
  margin: 40px auto;
  color: #0c0f0c;
  font-size: 18px;
}

.dropbtn {
  background-color: #1f4a69 !important;
  color: white;
  padding: 3px 25px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0367a6;
  text-align: center;
  min-width: 149px;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #1f4a69 !important;
}

.dropdown:hover .dropbtn {
  background-color: #1f4a69 !important;
}

[type="file"] + label {
  background: #1f4a69 !important;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 1rem;
  outline: none;
  padding: 0.3rem 40px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}

[type="file"] + label:hover {
  background-color: #1f4a69 !important;
}

[type="file"] + label.btn-1 {
  background-color: #015592   !important;
  box-shadow: 0 6px #1f4a69 !important;
  transition: none;
}

[type="file"] + label.btn-1:hover {
  box-shadow: 0 4px #1f4a69 !important;
  top: 2px;
}

.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  height: 100px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  text-align: center;
  color: #7e7e7e;
}

.mcd-menu li:hover > a {
  color: #1f4a69 !important;
}

.mcd-menu li a.active {
  position: relative;
  color: #1f4a69 !important;
  border: 0;
  border-top: 4px solid #1f4a69 !important;
  margin-top: -4px;
  box-shadow: 0 0 5px rgba(255,255,255,0.76)!important;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
}

.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  border-top: 5px solid #1f4a69 !important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.mcd-menu li ul, .mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  border-top: 4px solid #1f4a69 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  top: 130px;
  z-index: 1000;
}

.mcd-menu li ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 23%;
  border-bottom: 5px solid #1f4a69 !important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #EEE;
}

.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #1f4a69 !important;
}

.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -14px;
  border-right: 5px solid #1f4a69 !important;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mcd-menu li ul li ul li ul {
    min-width: 150px;
    left: 25px !important;
    top: 54px;
    border: 0;
    border-top: 3px solid #1f4a69 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mcd-menu li ul li ul li ul:before {
    border: 0;
    border-bottom: 5px solid #1f4a69 !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10%;
    top: -8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
    display: block;
    font-size: 10px;
    padding: 3px 0;
    position: absolute;
    top: -20px;
    left: 0;
    background: #1f4a69 !important;
    color: #FFF;
    min-width: 100%;
    text-transform: lowercase;
    font-weight: normal;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcd-menu li ul li ul li ul {
    min-width: 200px;
    border: 0;
    border-top: 3px solid #1f4a69 !important;
    left: 25px !important;
    top: 45px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcd-menu li ul li ul li ul:before {
    border: 0;
    border-bottom: 5px solid #1f4a69 !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10%;
    top: -8px;
  }
}

@media only screen and (max-width: 479px) {
  .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
    display: block;
    font-size: 10px;
    padding: 3px 0;
    position: absolute;
    top: -20px;
    left: 0;
    background: #1f4a69 !important;
    color: #FFF;
    min-width: 100%;
    text-transform: lowercase;
    font-weight: normal;
  }
}

@media only screen and (max-width: 479px) {
  .mcd-menu li ul li ul li ul {
    min-width: 160px;
    left: 25px !important;
    top: 39px;
    border: 0;
    border-top: 3px solid #1f4a69 !important;
  }
}

@media only screen and (max-width: 479px) {
  .mcd-menu li ul li ul li ul:before {
    border: 0;
    border-bottom: 5px solid #1f4a69 !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10%;
    top: -8px;
  }
}

.snip1472 {
  position: relative;
  font-size: 40px;
  color: #e6e6e6;
  width: 35px;
  margin: 0px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1472:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none !important;
  content: '';
  z-index: -1;
  border-radius: 10px !important;
  background:#2d6187;
}

.snip1472:before {
  color: #ffffff;
}

.snip1472:hover, .snip1472:active, .snip1472.hover {
  color: #ffffff;
}

.snip1472:hover:after, .snip1472:active:after, .snip1472.hover:after {
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  font-family: 'Roboto', sans-serif;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #d4d8dc;
  border: none;
  color: #1f4a69 !important;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
}

.option-input:hover {
  background: rgba(200,200,200,0.6);
}

.option-input:checked {
  background: #ffffff;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: rgba(215,4,4,0.81);
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.snip1474 {
  position: relative;
  font-size: 15px;
  color: #0c0f0c;
  width: 25px;
  margin: 0px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(241,241,241);
  border-radius: 30px;
}

.snip1474:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #e5e5e5;
  content: '';
  z-index: -1;
  border-radius: 50%;
}

.snip1473:before {
  color: #f1f1f1;
}

.snip1474:hover, .snip1474:active, .snip1474.hover {
  color: #1f4a69 !important;
}

.snip1474:hover:after, .snip1474:active:after, .snip1474.hover:after {
  border-color: #1f4a69 transparent #1f4a69 transparent !important;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tab_thead_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  font-family: sans-serif;
  background-image: linear-gradient(180deg,#1f4a69 10%,#1f4a69)!important;
  color: #fff;
  -webkit-box-shadow: 0 10px 6px -6px rgba(211,211,211,0.17);
  -moz-box-shadow: 0 10px 6px -6px #969696;
  box-shadow: 0 10px 6px -6px #a0a0a0;
}

.tab_container {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  margin-top: 20px !important;
  font-family: sans-serif !important;
  background-image: linear-gradient(180deg,#1f4a69 10%,#1f4a69) !important;
  color: #fff !important;
  -webkit-box-shadow: 0 10px 6px -6px rgba(211,211,211,0.17) !important;
  -moz-box-shadow: 0 10px 6px -6px #969696 !important;
  box-shadow: 0 10px 6px -6px #a0a0a0 !important;
}

.tab_content {
  background: #fff;
  color: #000;
}

.nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  background-color: transparent;
  transition: background-color .3s 0s;
}

.nav-tabs .nav-item .nav-link {
  border: 0!important;
  color: #fff!important;
  font-weight: 500;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: hsla(0,0%,100%,.2);
  transition: background-color .3s .2s;
  border-radius: 10px;
}

.invoice footer {
  width: 100%;
  text-align: center;
  color: #777;
  border-top: 1px solid #aaa;
  padding: 8px 0;
}

.invoice table tfoot tr:last-child td {
  color: #0c0f0c;
  font-size: 1.4em;
  border-top: 1px solid #1f4a69 !important;
}

.invoice table tfoot td {
  background: 0 0;
  border-bottom: none;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px;
  font-size: 1.2em;
  border-top: 1px solid #1f4a69 !important;
}

.invoice table .total {
  background: #1f4a69 !important;
  color: #fff;
}

.invoice table .unit {
  background: #ddd;
}

.invoice {
  position: relative;
  background-color: #FFF;
  min-height: 680px;
  padding: 15px;
}

.invoice header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #0c0f0c;
}

.invoice .invoice-details .invoice-id {
  margin-top: 0;
  color: #0c0f0c;
}

.invoice main .notices {
  padding-left: 6px;
  border-left: 6px solid #1f4a69 !important;
}

.invoice table td, .invoice table th {
  padding: 15px;
  background: #eee;
  border-bottom: 1px solid #fff;
}

.invoice table td h3 {
  margin: 0;
  font-weight: 400;
  color: #0c0f0c;
  font-size: 1.2em;
}

.invoice table .no {
  color: #fff;
  font-size: 1.6em;
  background: #d0cfcf;
}




.copyright {
  background-color: #285f86; !important;
}

@media (min-width: 989px) {
  #sidebarToggle {
  
    display: none;
  }
}


#sidebarToggle {
  background-color: #1f4a69;
  width: 30px;
  height: 30px;
  border-radius: 0;
}

#sidebarToggle .ico {
  color: #f5f5f5 !important;
  display: block;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#sidebarToggle .btn:hover {
  transition: all 0.45s ease-in-out;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media (min-width: 989px) {
  .sidebar {
  
    display: none;
  }
}

@media (max-width: 990px) {
  .mcd-menu {
    display: none;
  }
}


@media (max-width:576px) {
  .sidebar {
    width: 6rem!important;
  }
}

.Lable-Association
{
font-size: 20px;
line-height: 14px;
font-weight: bold;
color: #5494af;
padding: 0 0 0 10px;
margin: 20px 0 10px;
font-family: arial;
}
