body {
        background-color: #eedbda;
        font-size: 18px;
}
body, select,option, button {
	font-family:'Cairo';
    font-weight: bold;
}
fieldset {
    border-radius: 10px;
    border: 2px solid black;
}
input.masaha {
    font-family: 'Cairo';
    font-size: 14pt;
    line-height: 1.5em;
    width: 150px;
    border-radius: 7px;
}
#demo, #demo1, #demo2 {
     font-weight: bold;
     color: #e58660;
}
button.t1 {
display: inline-block;
    border-radius: 4px;
    background-color: #e58660;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 20%;
    transition: all 0.5s;
    margin: 0px;
}
mark {
    background-color: #f7fc82;
    padding: 0px 15px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #e58660; /* This is a red color */
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
 /* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: relative;
  display: inline-block;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 2px solid #e58660;
  z-index: -1;
      box-shadow: inset 1px 1px 1px #CCC;
    border-radius: 5px;
}


/* Create the checkmark
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #e58660;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
} */

/*

/* Show the checkmark when the checkbox is checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Change the background color when the checkbox is checked */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #febca2;
  border: solid black;
}

.custom-checkbox input:checked ~ .checkmark1 {
  color:#e58660;
  /*font-size: large;*/
  width: 90px;
  
}
span.checkmark1 {
    font-size:13px;
    display: table-caption;
    width: 95px;
}
p.tashteb {
    color:#e58660;
}

