@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Oswald:wght@500;600&display=swap");



* {

  box-sizing: border-box;

}



body {

  font-family: "Oswald", sans-serif;

  font-size: 18px;

  font-weight: 700;

  background-color: #fff3da;

}



.d-none{

  display: none;

}

.container {

  max-width: 1600px;

  width: 100%;

  margin: auto;

  padding: 100px 50px;

}

.row {

  display: flex;

  margin-bottom: 24px;

}



.row-date {

  font-weight: 500;

  font-size: 18px;

}



.row-day,

.top-days,

.top-years {

  font-weight: 500;

  font-size: 18px;

}


.top-years{
  font-size: 16px;
}




.top-days {

  text-align: right;

  width: 68% !important;

  margin-right: 53px;

  font-size: 16px;

}


/* .row:nth-child(1) {

  width: 100%;

  text-align: right;

} */

.cursor-pointer {

cursor: pointer;

}

.row-date:nth-child(1) {

  width: 40%;

}



.row-day:nth-child(1) {

  width: 18%;

}



.row-day:nth-child(2) {

  width: 20%;

}

.row-day:nth-child(3) {

  width: 14.1%;

}

.row-day:nth-child(4) {

  width: 14.1%;

}

.row-day:nth-child(5) {

  width: 14%;

}



.row i {

  font-size: 24px;

}



.check-icon-clock {

  color: #f30506;

}

.font-weight {

  font-weight: 600;

}

.all-checks {
  width: 35%;
}


.all-checks .first-check {

  width: 100%;

}



.second-check {

  width: 20%;

}



.row-day {

  margin-right: 0px !important;

  text-align: left;

}



.row .check-icon {

  color: #2ad02a;

}



.second-check {

  margin-right: 0px;

}


.row-last .total {
  /* margin-left: -32px; */
}

.row-last .total-text{
  white-space: nowrap;
  text-align: center;
}
.row-last .total-text.text-year{text-align: left;}
.row-date .start-action , .row-date .end-action{width: 50%;}
.row-date .start-action .btn-start-date , .row-date .end-action .btn-end-date{width: 100%;}

/* =============BUTTON============= */






.save-btn-width {

  width: 42%;

}



.save-btn .btn {

  padding: 12px 48px;

  outline: none;

  border: none;

}



.first-btn .btn:nth-child(3) {

  padding: 12px 56px;

}



.btn {

  padding: 12px 24px;

  background-color: #fff;

  box-shadow: 0px 0px 0px 2px #000;

  border: none;

  border-radius: 50px;

  text-decoration: none;

  color: #1b1b1b;

  font-weight: 400;

  transition: all 0.3s ease-in-out;

}



input[type="date"]

{

    font-size:16px;

}



.btn:hover,

.btn.active {

  background-color: #b91646;

  box-shadow: none;

  color: #fff;

}



.row-day .save-btn{

  padding: 10px 54px;

}



.first-btn:nth-child(1) {

  width: 11%;

}



.calendar-icon {

  width: 15%;

}



.row:nth-child(7) {

  display: flex;

  gap: 0px;

}



.edit .save-btn {

  margin-top: 8px !important;

  padding: 12px 54px !important;

}





.blank:nth-child(3) {

  width: 0%;

}


.row-calendar {
  flex-direction: column;
  text-align: center;

}


.calendar-headline{
  text-align: center;
  margin: 0;
}
.row-url p{margin: 0;}







/* =============BUTTON============= */



.row .terms-link:link,

.row .terms-link:visited {

  color: #1b1b1b;

  font-weight: 500;

  text-decoration: none;

  font-size: 28px;

  transition: all 0.3s ease-in-out;

  margin-top: 24px;

}



.row .terms-link:hover,

.row .terms-link:active {

  color: #358bff;

}





.row-flex {

  display: flex;

  gap: 12px;

}



.row-flex .calendar {

  margin-left: 84px ;

}



.row-flex .calendar .calendar-headline {

  text-align: left !important;

}


.row .edit-buttons .buttons{
  display: flex;
  flex-direction: row;
}

.row .edit-buttons .buttons i{
  cursor: pointer;
}


.row .all-checks {
  display: flex;
  
}


.row-url {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 10px 0px; 
  justify-content: center;
}


.row-url .url-btn{
  padding: 8px 36px;
  border-radius: 50px;
  background-color: #fff;
}


.row-url .url-input{
  padding: 16px;
    width: 50%;
    border-radius: 50px
}


.row .terms-list {
  list-style: none;
  padding: 0px;
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}


.row .term-link:link {
  color: #444;
  line-height: 1.8;
  text-decoration: none;
  font-size: 18px;
}



.editDataInfo {
  text-align: left;
}

#editDataInfo {
  text-align: left;
}


.term-description {
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.6;
  margin-top: 12px;
}


.row-last .total {
  /* margin-left: -37px; */
    width: 25%;
}
.row.row-last{justify-content: flex-end;}


.font-weight-800 {
  font-weight: 800;
}


.deviation-border {
    width: 100%;
    border: solid 0.2px rgb(213 213 213 / 23%);;
    margin: 32px 0px;
}


.mobile-view {
  display: none;
}

.card-list{display: flex;}
.card-list .card-item{    background: rgb(255 255 255 / 33%);
  overflow: hidden;
  border-radius: 5px;
  padding: 15px;}
.card-list .card-item.date-part{width: 500px;}
.card-list .card-item.link-part{    width: 100%;
  max-width: calc(100% - 530px);
  margin-left: 30px;}
.card-list .card-item .section-title{}
.card-list .card-item .section-title{}
.card-list .card-item .save-btn{margin-top: 15px;}



/* =============RESPONSIVE============= */



@media screen and (max-width: 1600px) {

}



@media screen and (max-width: 1440px) {

  .first-btn:nth-child(1) {

    width: 14%;

  }



  .calendar-icon {

    width: 12%;

  }



  .row-flex .calendar {

    margin-left: 64px;

}

.top-days {

  text-align: right;

  width: 68% !important;

  margin-right: 30px;

  font-size: 16px;

}

.top-years {

  font-size: 16px;

}

.row-date:nth-child(1) {

  width: 36%;

}

.row-day:nth-child(2) {

  width: 23%;

}





  

}



@media screen and (max-width: 1400px) {

  .btn

   {

    padding: 12px 28px;

    background-color: #fff;

    box-shadow: 0px 0px 0px 2px #000;

    border: none;

    border-radius: 50px;

    text-decoration: none;

    color: #1b1b1b;

    font-weight: 400;

    transition: all 0.3s ease-in-out;

  }

}



@media screen and (max-width: 1366px) {

  .row-last .total {
    /* margin-left: -36px; */
    width: 17%;
}

}



@media screen and (max-width: 1280px) {

  .btn {

    padding: 12px 17px;

    background-color: #fff;

    box-shadow: 0px 0px 0px 2px #000;

    border: none;

    border-radius: 50px;

    text-decoration: none;

    color: #1b1b1b;

    font-weight: 400;

    transition: all 0.3s ease-in-out;

}



.row-date {

  font-weight: 500;

  font-size: 18px;

}

.row-day, .top-days {

  font-weight: 500;

  font-size: 16px;

}

.top-days {

  text-align: right;

  width: 66% !important;

  margin-right: 30px;

  font-size: 16px;

}



.top-years {

  font-size: 16px !important;

}



.all-checks {

  width: 39%;

}



.row i {

  font-size: 24px;

}

.row-date:nth-child(1) {

  width: 33%;

}

.row-last .total {

  margin-left: -36px;

  width: 19%;

}

.row-day .save-btn {
  padding: 14px 54px;
}

}



@media screen and (max-width: 1024px) {


  .row-date:nth-child(1) {
    width: 35%;
}

  .row-day:nth-child(2) {

    width: 24%;

}



.row-date {

  font-weight: 500;

  font-size: 15px !important;

}

.all-checks {
  width: 35%;
}



.row-day, .top-days, .top-years {

  font-weight: 500;

  font-size: 14px !important;

}



.top-days {

  /* text-align: right; */

  width: 70% !important;

  margin-right: 12px;

  /* margin-right: 37px; */

}



input[type="date"] {

  font-size: 12px;

}



.row-flex .calendar {

  margin-left: 48px;

}



.row .terms-link:link,

.row .terms-link:visited {

  color: #1b1b1b;

  font-weight: 500;

  text-decoration: none;

  font-size: 22px;

  transition: all 0.3s ease-in-out;

  margin-top: 24px;

}



  



}

@media screen and (max-width: 992px) {
/* .btn-start-date{width: 50%;} */
.btn-end-date , .btn-start-date{width: 100%;}
.start-action , .end-action{width: 50% !important;}
.save-btn{width: 140px;margin-top: 10px;}
.row-last .total{width: 100% !important;text-align: left;}
.text-year , .total-text{text-align: left !important;margin-top: 10px !important;font-size: 16px !important;}
.card-list{flex-wrap: wrap;}
.card-list .card-item.date-part{width: 100%;}
.card-list .card-item.link-part{max-width: 100%;margin-top: 20px;margin-left: unset;}
.row-url{align-items: unset;}

}



@media screen and (max-width: 786px) {


  .container {


    padding: 50px 10px;
}



  .row-date {

    font-weight: 500;

    font-size: 14px;

}



.row-day, .top-days, .top-years {

  font-weight: 500;

  font-size: 14px;

}



.row i {

  font-size: 20px;

}





.total-text  {

  font-size: 14px;

}



input[type="date"] {

  font-size: 10px;

}



.btn {

  padding: 8px 10px;

  background-color: #fff;

  box-shadow: 0px 0px 0px 2px #000;

  border: none;

  border-radius: 50px;

  text-decoration: none;

  color: #1b1b1b;

  font-weight: 400;

  transition: all 0.3s ease-in-out;

}



.row-flex .calendar {

  margin-left: 44px;

}



.first-calendar,

.calendar {

  margin-top: 4px;

}



.first-check {

  width: 19%;

}



.row-day .save-btn {

  padding: 8px 36px;

  font-size: 12px;

}


}

@media screen and (max-width: 720px) {

  

  .container {

    width: 100%;

    margin: auto;

    padding: 50px 10px;

}

.row-url {

  /* flex-direction: row !important; */

}


.row .edit-buttons {
  position: absolute;
  right: 0;
  top: 67%;
}

}



@media screen and (max-width: 767px) {

  .container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 50px 10px;
}



  .row-url {

    flex-direction: column;

  }

  .row-url .url-input {

    width: 100%;

    padding: 10px 22px;

}

.row-url {

  margin: 18px 0px;

}

.row .terms-link {

  white-space: nowrap;

}

.row-url .url-btn {

  padding: 10px 22px;

}

 .row .edit-buttons {

    position: absolute;

    right: 0;

    top: 63%;
}


.row .first-check{

  margin-right: 6px;

}

.row .all-checks {

  margin-top: 6px !important;

  width: 10%;

}


.top-days {

  display: none;

}



  .row {

      margin-bottom: 24px;

      flex-wrap: wrap;

      position: relative;

  }



  


  .row .row-date {

    width: 100%;

    font-size: 16px;

  }



  .row .row-day {

    width: 100%;

    font-size: 16px;

  }



  .first-check {

    width: 0%;

}





.second-check {

 width: 50%;

}



.row-day .save-btn {

  padding: 8px 32px;

  font-size: 16px;

  margin-top: 12px;

  display: inline-block;

}



.blank {

  display:none;

}



.row .row-day-action {

  width: 70%;

  margin: 0;



}



.total-text {

  margin-left: -118px;

  font-size: 14px;

  margin-top: 10px;
}


.text-year {

    margin-top: 10px;

    margin-left: 22px;

    font-size: 14px;

}


.total {

  width: 50%;

}



.top-days {

  text-align: right;

  width: 39%;

  margin-right: 37px;

}



.row-flex .calendar {

  margin-left: -47px;

}

.all-checks{
  width: 15%;
}


.row-last .total {
  margin-left: 0px;
  width: 0%;
  text-align: right;
}

.row-url .url-btn {

  padding: 10px 22px;

  white-space: nowrap;

}

}

@media screen and (max-width: 768px) {
.row-day.row-day-action{display: none;}
.row-last .total{width: unset !important;margin-top: 10px !important;}
.row-last .total.sub-days{padding-left: 180px;}

  
  .container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 50px 10px;
}


.mobile-view {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
}



  .row-url {

    flex-direction: column;

  }

  .row-url .url-input {

    width: 100%;

    padding: 10px 22px;

}

.row-url {

  margin: 18px 0px;

}

.row .terms-link {

  white-space: nowrap;

}

.row-url .url-btn {

  padding: 10px 22px;

}

 .row .edit-buttons {

    position: absolute;

    right: 0;

    top: 63%;
}


.row .first-check{

  margin-right: 6px;
  display: flex;
  gap: 12px;
  align-items: center;

}

.row .all-checks {

  display: flex;

  flex-direction: column;
 
  gap: 6px;

  margin-top: 14px !important;

  width: 10%;

}


.top-days {

  display: none;

}



  .row {

      margin-bottom: 24px;

      flex-wrap: wrap;

      position: relative;

  }



  


  .row .row-date {

    width: 100%;

    font-size: 16px;

  }



  .row .row-day {

    width: 100%;

    font-size: 16px;

    margin-top: 6px;
  }



  .first-check {

    width: 0%;

}





.second-check {

 width: 50%;

}



.row-day .save-btn {

  padding: 8px 32px;

  font-size: 16px;

  margin-top: 12px;

  display: inline-block;

}



.blank {

  display:none;

}



.row .row-day-action {

  width: 70%;

  margin: 0;



}



.total-text {

  margin-left: -118px;

  font-size: 14px;

  margin-top: 10px;
}


.text-year {

    margin-top: 10px;

    margin-left: 22px;

    font-size: 14px;

}


.total {

  width: 50%;

}



.top-days {

  text-align: right;

  width: 39%;

  margin-right: 37px;

}



.row-flex .calendar {

  margin-left: -47px;

}

.all-checks{
  width: 15%;
}


.row-last .total {
  margin-left: 0px;
  width: 0%;
  text-align: right;
}

.row-url .url-btn {

  padding: 10px 22px;

  white-space: nowrap;
}

.first-check-flex-none {
  flex: auto;
}

}




@media screen and (max-width: 575px) {

  .container {

    padding: 50px 10px;
}



  .row-date {

    font-weight: 500;

    font-size: 12px;

}



.row-day, .top-days, .top-years {

  font-weight: 500;

  font-size: 12px;

}

.total-text {

  font-size: 12px;

  margin-top: 10px;

  margin-left: 0px;
    
}


.text-year {

  margin-top: 30px;

}


.total {

  width: 50%;

}

.row-last .total {
  margin-left: 0px;
  width: 0%;
  text-align: right;
}

}



@media screen and (max-width: 480px) {

.btn-end-date , .btn-start-date{width: 100%;}
.start-action , .end-action{width: 50% !important;}
.save-btn{width: 140px;margin-top: 10px;}
.row-last .total{width: 100% !important;text-align: left;padding-left: 0 !important;}
.text-year , .total-text{text-align: left !important;margin-top: 10px !important;font-size: 16px !important;}

  .all-checks .first-check {
    width: 52%;
}

.container {

  padding: 50px 10px;

}

}



@media screen and (max-width: 414px) {

}



@media screen and (max-width: 375px) {


  .container {
   
    padding: 50px 10px;

}


  .row-url {

    flex-direction: column;

  }

  .row-url .url-input {

    width: 100%;

    padding: 10px 22px;

}

.row-url {

  margin: 18px 0px;

}

.row .terms-link {

  white-space: nowrap;

}


.row-url .url-btn {

  padding: 10px 22px;

}

 .row .edit-buttons {

    position: absolute;

    right: 0;

    top: 66%;

}

.row .first-check{

  margin-right: 6px;

}

.row .all-checks {

  margin-top: 6px !important;

}


.top-days {

  display: none;

}



  .row {

      margin-bottom: 24px;

      flex-wrap: wrap;

      position: relative;

  }



  


  .row .row-date {

    width: 100%;

    font-size: 12px;

    margin-bottom: 10px;

  }



  .row .row-day {

    width: 100%;

    font-size: 12px;

    margin-bottom: 10px;

  }



  .first-check {

    width: 0%;

}





.second-check {

 width: 50%;

}



.row-day .save-btn {

  padding: 8px 32px;

  font-size: 12px;

  margin-top: 12px;

  display: inline-block;

}



.blank {

  display:none;

}



.row .row-day-action {

  width: 42%;

  margin: 0;

}



.total-text {

  font-size: 12px;

  margin-top: 10px;

  margin-left: 0px;
    
}


.text-year {

  margin-top: 30px;

}


.total {

  width: 50%;

}

.row-last .total {
  margin-left: 0px;
  width: 0%;
  text-align: right;
}



.top-days {

  text-align: right;

  width: 39%;

  margin-right: 37px;

}



.row-flex .calendar {

  margin-left: -47px;

}

.all-checks{
  width: 15%;
}




.row .row-day {

  margin-bottom: 6px;

}

.row .row-date {

  margin-bottom: 6px;

}


/* 
.chartDiv svg {
  width: 375px !important;
} */

}





.edit {

  margin-right:10px;

}


