body {
  font: 90%/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica,
    Arial, sans-serif;
    box-sizing: border-box;
}

.box {
  width: 40%;
  margin: 0 auto;
  padding: 35px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  /* border: 2px solid #06D85F; */
  /* border-radius: 20px/50px; */
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
a.button:hover {
  color: #430df6;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  z-index: 1000;
}
.overlaynew {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  z-index: 1000;
}

.visibley {
  visibility: visible;
  opacity: 1;
}
.visiblen {
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.find {
  /* background-color: #430df6; */
  width: fit-content;
  /* border-radius: 10px; */
  /* float: right; */
  border: 1px solid #ffdb01;
  /* position: relative;
    left: 0px; */
  display: inline-block;
}

/* .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
} */
.popup {
  /* margin: 70px auto; */
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: absolute;
  transition: all 5s ease-in-out;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup h2 {
  margin-top: 0;
  color: #333;
  /* font-family: Tahoma, Arial, sans-serif; */
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #d8060a;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup .close_find_member {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.popup .close_find_member:hover {
  color: #d8060a;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.iframe-box {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-around;
  row-gap: 3rem;
}
.iframe-box a {
  text-decoration: none;
}

.btn-grad-open {
  background-image: linear-gradient(
    to right,
    #ff512f 0%,
    #f09819 51%,
    #ff512f 100%
  );
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad-open:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-term-head {
  background-image: linear-gradient(
    to right,
    #00008b 0%,
    #9733ee 51%,
    #da22ff 100%
  );
  margin: 10px;
  padding: 3px 30px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad-term-head:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-add-submit {
  background-image: linear-gradient(
    to right,
    #00008b 0%,
    #f4d03f 51%,
    #16a085 100%
  );
  margin: 10px;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad-add-submit:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.service-border {
  border: 2px solid white !important;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px black;
  background-image: radial-gradient( circle farthest-corner at -4% -12.9%, rgba(74,98,110,1) 0.3%, rgba(30,33,48,1) 90.2% );
}

.service-border:hover{
  box-shadow: 0px 0px 15px white;
  transform: scale(1.02);
}

         
.btn-grad-reject {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);
  /* margin: 10px; */
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad-reject:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

         
.btn-grad-approve {
  background-image: linear-gradient(to right, #134E5E 0%, #71B280  51%, #134E5E  100%);
  /* margin: 10px; */
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad-approve:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.green-status{
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  outline: none;
  width:fit-content;
  background-image: linear-gradient( 109.6deg,  rgba(61,131,97,1) 11.2%, rgba(28,103,88,1) 91.1% );
}

.red-status{
  width:fit-content;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  outline: none;
  background-image: linear-gradient( 109.6deg,  rgba(103,30,117,1) 11.2%, rgba(252,76,2,1) 91.1% );
}

.red-status:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.green-status:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}




@media screen and (max-width: 768px) {
  .iframe-box {
    grid-template-columns: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .iframe-box {
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: auto !important;
  }
  .iframe-box {
    grid-template-columns: auto;
  }
}
