body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.topnav a.split {
  float: right;
  color: white;
}

.topnav a.split:hover {
  background-color: #ddd;
  color: black;
}


main .form {
  width: 280px;
  height: 100px;
  position: absolute;
  padding-top: 100px;
  margin-top: 30px;
  left: 30%;
  margin: -50px 0 0 -50px;
}

main .form_BUT button{
  margin-top: 10px;
  width: 280px;
  height: 45px;
}

main .call{
   padding-left: 5%;
   padding-right: 5%;
   }

main .call .inp   {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  padding-left: 5%;
  padding-right: 5%;
}


main .features{
   width: 100%;
   padding-left: 5%;
   padding-right: 5%;
   }

main .features .inp   {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  padding-left: 5%;
  padding-right: 5%;
  /*margin-top: 200 px;*/

}

.bar{
    color: gray;
    background-color: #DBFACD;
    border: 1px solid #ddd;
    margin-top: 50px;
    margin-button: 30px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 100%;
    text-align: center;
    padding-top: 12px;
}

.bar .barfirst {
  font-weight: bold;
  /*text-decoration: underline;*/
}

.bar .barsecond {
  font-weight: bold;
  color: #575E6F;
  /*text-decoration: underline;*/
}


h2 {
    color: #4878CC;
    font-size: 28px;
    font-weight: bold;

}

.report{
    margin-top: 55px;
    margin-bottom: 30px;
}

.add {
    margin-top: 150px;
}


main .table table {

  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  top: 200px;
  width: 100%;

}

main .table table, td, th {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

main .table tr:nth-child(even){background-color: #F2F2F2;}

main .table tr:hover {background-color: #ddd;}

main .table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #71A16E;
  color: white;
}

main .col1 {
  color: #2E63DC;
  font-weight: bold;
}

main .col2 {
  color: #DD841F;
  font-weight: bold;
}

main .col3 {
  color: #DF4B2A;
  font-weight: bold;
}

main .paginator{
  margin-top: 10px;
  margin-left: 80%;
}

main .Prev {
  color: #3351AA;
  font-weight: 500;
  }

main .Next {
  color: #C28013;
  font-weight: 500;
  }

main .Page {
  color: green;
  font-weight: 600;
  }



/*
tr:last-child {
  text-transform: uppercase;
  font-weight: bold;
  color: #397A37;
}
*/
.count {
  margin-top: 20px;
  margin-left: 5%;
  color: #397A37;
  align: right;
  font-size: 18px;
  }

.count_val{
  font-weight: bold;
  }



form .dform{
  margin-top: 50px;
  margin-left: -100%;
  width: 200px;
}

main .filtr{
  overflow-x:auto;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin-right: 5%;
  margin-left: 5%;
}

main .filtr_form{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 35px;
  width: 100%;
  padding: 2px;
  padding-left: 5%;
  padding-right: 5%;
}



main .button {
    margin-top: 18px;
    margin-bottom: 30px;
    background-color: white; /* Green */
    border: 2px solid #4CAF50;
    color: black;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 2%;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
}

main .button:hover {
    background-color: #4CAF50;
    color: white;
}

main .filtr_form_call{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 30px;
  width: 100%;
  padding: 2px;
  padding-left: 5%;
  padding-right: 5%;
}


main .button_1 {
    background-color: white; /* Green */
    border: 2px solid #4CAF50;
    color: black;
    padding: 6px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 25%;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
}

main .button_1:hover {
    background-color: #4CAF50;
    color: white;
}

main .filtrations {
    margin-left: 5%;
    margin-right: 5%;
    padding: 6px 28px;
    font-size: 18px;
    color: black;
    background-color: white;
    border: 2px solid #71A16E;
    border-radius: 6px;
    }

main .stat_table table {
  overflow-x:auto;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

main .stat_table table, td, th {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;

}

main .stat_table tr:nth-child(even){background-color: #F2F2F2;}

main .stat_table tr:hover {background-color: #ddd;}

main .stat_table th {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #6B9765;
  color: white;
}

main .filtrations_2 {
    margin-left: 5%;
    margin-right: 5%;
    padding: 6px 28px;
    font-size: 18px;
    color: black;
    background-color: white;
    border: 2px solid #71A16E;
    border-radius: 6px;
    }

main .c-table__calendar {
        width: 100%
    }

main .c-table__heading {
    padding: 20px 0 16px !important
}

main .c-table__container {
    padding: 12px 0 24px;
    margin-bottom: 12px;
    max-width: calc(100vw - 32px);
    overflow-x: auto
}

main .c-table__container::-webkit-scrollbar {
    height: 2px
}

main .c-table__container::-webkit-scrollbar-track {
    background: #d6d9df
}

main .c-table__container::-webkit-scrollbar-thumb {
    background: #0b0b1e
}

main .c-table__transparent th,.c-table__transparent td {
    min-width: 190px;
    padding: 12px;
    border: 1px solid #d6d9df
}

main .c-table__transparent th {
    font-weight: 700
}

main .c-table__transparent td.c-table__inside table tr:not(:last-child) td {
    border-bottom: 1px solid #d6d9df
}

main .c-table__grey th,.c-table__grey td {
    min-width: 190px;
    padding: 12px;
    border: 1px solid #fff
}

main .c-table__grey th {
    background-color: #e2e7e7;
    font-weight: 700
}

main .c-table__grey td {
    background-color: #f3f7f7
}

main .c-table__grey td.c-table__inside table tr:not(:last-child) td {
    border-bottom: 1px solid #fff
}

main td.c-table__inside {
    padding: 0
}

main td.c-table__inside table td {
    border: 0px
}




main .c-table__calendar th,.c-table__calendar td {
    min-width: 46px;
    min-height: 52px;
    vertical-align: middle
}

main .c-table__calendar th:first-child,.c-table__calendar td:first-child {
    padding: 12px
}

main .c-table__calendar th {
    background-color: #fff;
    border: 2px solid #fff
}

main .c-table__calendar td {
    background-color: #f3f7f7;
    border: 2px solid #fff
}

main .c-table__calendar td.c-table__calendar-cell-filled {
    background: #1BA259;
    color: #fff
}
main .c-table__calendar td.c-table__calendar-subheader {
    background: #fff;
    border-right: 2px solid #e2e7e7
}

main .c-table__calendar .c-table__calendar-subheader2 {
    background: #f3f7f7;
    border: 2px solid #fff
}

main .c-table__calendar .c-table__calendar-cell2 {
    background: #e2e7e7;
    border: 2px solid #fff
}

main .c-table__calendar-cell__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px
}

main .sup-list {
    font-size: 16px
}

main .sup-list li {
    margin-bottom: 5px
}

main .sup-list li:last-child {
    margin-bottom: 0
}


main .c-table__container {
    padding: 12px 0 24px;
    margin-bottom: 12px;
    max-width: calc(100vw - 32px);
    overflow-x: auto
}

main .c-table__container::-webkit-scrollbar {
    height: 2px
}

main .c-table__container::-webkit-scrollbar-track {
    background: #d6d9df
}

main .c-table__container::-webkit-scrollbar-thumb {
    background: #0b0b1e
}

main .calen {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

main ul {
    list-style: none;
    }

main .form_2 {
  width: 280px;
  height: 50px;
  position: absolute;
  padding-top: 100px;
  margin-top: 30px;
  left: 30%;
  margin: -50px 0 0 -50px;
}

.countrez {
  margin-top: 20px;
  margin-left: 5%;
  color: red;
  align: right;
  font-size: 18px;
  }

.switch-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.switch-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.3s;
    text-decoration: none;
}

.switch-button:hover {
    background-color: #45a049;
}

.switch-button.active {
    background-color: gray;
    cursor: not-allowed;
    pointer-events: none;
}
