body {
    margin-top: 0em;
}

.alert {
    border: 1px solid rgb(236, 255, 154);
    padding: 6px;
    background-color: green;
}
.alert-info {
    background-color: #d9edf7;
}
.alert-success {
    background-color: #dff0d8;
}
.alert-warning {
    background-color: #fcf8e3;
}

body {
  background-color: #fdfdfd;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #77808c;
}

.triggers {
  display: flex;
  align-items: center;
  margin-top: 60px;
  flex-direction: column;
}

.triggers label {
  cursor: pointer;
  height: 43px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #3a4047;
  border: 2px solid #3a4047;
  border-radius: 21.5px;
  box-sizing: border-box;
  margin-top: 15px;
}

/** START POPUP CSS **/

.vcms__popup-check {
  display: none;
}

.vcms__popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.25s ease-in-out;
  transition-delay: 0.65s, 0.2s;
}

.vcms__popup-check:checked + .vcms__popup {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s;
}

.vcms__popup .inner {
  width: 540px;
  max-width: 95%;
  border-radius: 20px;
  box-shadow: 0 9px 23px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 100px;
  opacity: 0;
  transition: margin-bottom 0.4s cubic-bezier(0.42, 0.72, 0.37, 1.31),
    opacity 0.25s ease-in-out;
  transition-delay: 0s, 0s;
}

.vcms__popup-check:checked + .vcms__popup .inner {
  transition-delay: 0.15s, 0.15s;
  margin-bottom: 0;
  opacity: 1;
}

.vcms__popup .inner .header1 {
  padding: 20px 25px 13px;
  font-size: 28px;
  color: #fff;
  background-color: #89e289;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.vcms__popup .inner .txt {
  line-height: 27px;
  padding: 20px 25px;
  max-height: calc(100vh - 260px);
  overflow: auto;
}


.paragraph {
font-size: 15px;
font-weight: 550;
}









.vcms__popup .inner .footer {
  box-sizing: border-box;
  padding: 15px 25px 20px;
  border-top: 1px solid #efefef;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.vcms__popup .inner .footer .btn {
  height: 43px;
  width: 156px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a4047;
  text-decoration: none;
  font-size: 13px;
  border: 2px solid #3a4047;
  border-radius: 21.5px;
  box-sizing: border-box;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}



.close1{
    
    
      border: 2px solid #549af0;
     color: #549af0;
     padding: 5px;
     border-radius: 4px;
 text-decoration: none;
     background-color: white;

    
    
    
    
}







.vcms__popup .inner .footer .close {

  display: flex;
  align-items: center;
  justify-content: center;
  
  text-decoration: none;
  font-size: 13px;
  
  
  margin-left: 7px;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.15s ease-in-out;



  width: 125px;
  
  border: 2px solid rgb(0, 255, 255);
 
  height: 40px;
  border-radius: 49px;
  color: rgb(141, 141, 141);
  text-transform: uppercase;
  margin: 10px 0;
  transition: 0.5s;
}

.vcms__popup .inner .footer .btn:hover,
.vcms__popup .inner .footer .close:hover {
  background-color: white;
  border:inset 2px #59fce6;
  color:#9a9c9a;
}

.profilepicture1{

width: 120px;
height: 120px;
border: 2px solid;
border-radius: 50%;
margin-top: -45px;


}