@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

#notification{
    position: relative;
    right:8px;
    top:-7px;
    font-size:10px; 
    color:#fff;
    z-index:1;
}

.navbar .navbar-brand-wrapper .navbar-brand img{
    height: 40px;
    width: 200px;
}
.CustLoginTitle{
    text-align: center;
    font-weight: bold;
}
.customCard{
    border-radius: 5px;
}
.customCard .customCard-body{
    padding:0;
    
}

.customCardOne{
    display:flex;
}
.samCardOne{
    width:55%;
    font-family: 'Merriweather', serif;
    color:black;
    padding:12px 5px;
}
.samCardTwo{
    width:45%;
    color:black;
    font-size: 75px;
    padding:4px 15px;
    opacity: .7;
}
.customCardTwo{
    background: #e4e6f6;
    text-align: center;  
}
.custLink{
    width:100%;
    color: black;
    opacity: .8;
    display: inline-block;
    text-decoration: none !important;
    padding-top:2px;
}
.custLink:hover{
    opacity: 1;
    color: black;
}

.customEye{
    float: right;
    margin: -27px 11px;
    cursor: pointer;
    position: relative;
}
.customEyeClose{
    float: right;
    margin: -27px 11px;
    cursor: pointer;
    visibility: hidden;
    position: relative;
}

.customEyeC{
    float: right;
    margin: -34px 11px;
    cursor: pointer;
    font-size:17px; 
    position: relative;
}
.customEyeCloseC{
    float: right;
    margin: -34px 11px;
    font-size:17px;
    cursor: pointer;
    display: none;
    position: relative;
}

.custMt-3{
    display: none;
}

.custIcon-inbox{
    transform: rotate(90deg);
}

.dropdown-item{
    cursor: pointer;
}
.profileCard{
    width: 100%;
    border-radius: 5px;
}
.profileCardBody{
    display: flex;
}
.profileCardBody-one{
    /* border: 1px solid blue; */
    width: 30%;
    position: relative;
}
.BodyOneSectionT{
    margin:0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}
.customPswBtn{
    margin-bottom: 40px    ;
}
.BodyOneSection{
    margin:0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.profile-image{
    border: 1px solid #e4e6f6;
    width:80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -10%);
    overflow: hidden;
}
.profileImgView{
    width:80px;
    height: 80px;
}
.userName, .userDesignation{
    margin-top:8px;
}
.customField{
    text-align: right;
}
.customMDI{
    font-size: 18px;
    float: left;
}
.custom-field-Name{
    float: left;
    margin:2px 5px;
}
.custmData{
    margin-top:2px;
}

.profileCardBody-two{
    width: 70%;
    position: relative;
}
.BodyTwoSection{
    padding-left:40px;
    margin:0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.CustActive{
    color: #59DE81
}
.CustInactive{
    color: red;
}
.swal2-cancel{
    margin-right: 10px;
}
.LogoView{
    width: 100px;
    height: 100px;
}
.LogoViewSetting{
    width: 300px;
    height: 100%;
}
#changeLogo{
    margin-left:80px;
}

.custColSm{
    padding-top: 12px;
}
#addCmsPage, #addCatPage, #addPlanPage, #addMethodPage{
    float:right;
}
.customGallay{
    cursor: none;
}
.customGallay:hover{
    background-color: transparent;
}
.CustomList{
    margin:30px 0px 0px 0px;
    padding:0;
    list-style-type: none;
    display: inline-block;
}
.CustomList li{
    margin:0;
    padding:0px 5px;
    float: left;
    text-align: center;
}

.peopleImg{
    width:40px;
    height:40px;
}
.peopleImgView{
    width:40px;
    height:40px;
}

.eventImg{
    width:150px;
    height:80px;
    border-radius: 5px;
}
.eventImgView{
    width:150px;
    height:80px;
    cursor: pointer;
}
.CustImageBox{
    border: 1px solid #e4e6f6;
    position: absolute;
    width: 70%;
    height: 70%;
    left:22%;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.CustImageBox_Sbu{
    width: 100%;
    height: 100%;
}
.CustImageBox-title{
    background: white;
    height: 8%;
    padding:9px 8px;
    border-bottom: 1px solid #e4e6f6;
}
.customTitle-Name{
    font-size: 16px;
    position: relative;
    top:4px;
}
.CustImageBox-body{
    width: 100%;
    height: 92%;
}
.ImgboxView{
    width: 100%;
    height: 100%;
}
.titleClose{
    float: right;
    font-size: 25px;
    cursor: pointer;
}
.goalDes{
    padding-top: 90px;
}
.CustUpcome{
    color:#00E0E0;
}
.CustComplete{
    color: #007bff;
}



/*toggle button*/

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dc3545;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 10px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2ab934;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
  }
  
  /*------ ADDED CSS ---------*/
  .on
  {
    display: none;
  }
  
  .on{
       left: 30%;
  }
  
  .off{
       right: -14%;
  }
  .on, .off
  {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    font-size: 12px;
  }
  
  input:checked+ .slider .on
  {display: block;}
  
  input:checked + .slider .off
  {display: none;}
  
  /*--------- END --------*/
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 14px;
  }
  
  .slider.round:before {
    border-radius: 50%;}
  
       /*....End....