/*=====Srop Dowwn CSS=====*/
.siteDropDown {
    position: relative;
    /* padding: 5px 20px; */
  }
  .switchMainBtn {
    padding: 5px 30px;
    margin-right: 20px;
    background: #45b4e6;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
  }
  .siteDropDown .switchMainBtn p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  ul.switchMainDrpDown {
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    top: 52px;
    left: -38px;
    padding-left: 0px;
    box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
    width: 250px;
    background-color: white;
  }
  ul.switchMainDrpDown li {
    padding: 5px 10px;
    background: #fff;
    /* border-bottom: 1px solid #ddd; */
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 250px;
  }
  
  ul.switchMainDrpDown li:hover {
    background: #eee;
  }
  ul.switchMainDrpDown li:last-child {
    border: none;cursor: unset;
  }
  ul.switchMainDrpDown li:last-child:hover {
    background: #fff;
  }
  ul.switchMainDrpDown li:last-child button {
    padding: 5px 20px;
    background: #45b4e6;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 12px;
  }
  .addSiteSec {
    padding: 10px 5px;
    border: 1px solid #ddd;
    background: #e6e8e8;
    margin-top: 5px;
  }
  .addSiteSec input {
    padding: 5px;
    outline: none;
    border: none;width: 100%;
    font-size: 14px;
  }
  .addSiteSec button {
    margin-top: 10px;
  }
  .addSiteSec .delBtn {
    background: #e62222 !important;
    border-radius: 5px;
  }
  .addSiteSec .saveBtn {
    background: linear-gradient(90deg, rgba(61,14,109,1) 0%, rgba(19,58,136,1) 100%) !important;
    margin-right: 5px;
    border-radius: 5px;
  }
  