.vfep-lastside {
    width: 21%;
    float: left;
    padding: 10px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
    margin-left: 1%;
}
.vfep-firstside {
    width: 75%;
    float: left;
}
.vfep-tabs ul.vfep-tabs-frst {
    width: 14%;
    min-height: 72%;
    display: block;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    float: left;
    margin: 0px;
    position: absolute;
    left: 0;
}
ul.vfep-tabs-frst li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #eee;
}
ul.vfep-tabs-frst li div {
    background: #fcfcfc;
    color: #000;
    padding: 8px 16px;
    border: 0;
    display: block;
    cursor: pointer;
}
.vfep-tabs {
    min-height: 299px;
    width: 100%;
    background: #fff;
    position: relative;
}
.vfep-tabs >p {
    border-bottom: 1px solid #ccd0d4;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 14px;
}
.vfep-setting-trigger {
    /* min-height: 100px; */
    padding-left: 174px;
    width: 100%;
    float: left;
}
.vfep-tabs-fr-display li {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}
.vfep-tabs-fr-display li:not(:last-child) {
    border-right: 3px solid #ccd0d4;
  }

.vfep-tabs-fr-display {
    border-bottom: 1px solid #ccd0d4;
    font-weight: bold;
    width: 78%;
}
.vfep-chektheme img {
    width: 190px;
}

.vfep-chektheme {
    width: 39%;
    float: left;
    margin-top: -18px;
}
.vfep-chektheme p {
    letter-spacing: 2px;
    font-weight: bold;
    font-style: italic;
    color: gray;
}
.vfep-settrigger:hover, .vfep-tabs-frst .tab.active .vfep-settrigger {
    background-color: #0073aa;
    color: #fff;
}
input[name="popupwithcheck"] {
    position: relative;
    left: -187px;
    top: -108px;
}

.vfep-tabs-fr-display .tab2.active{
  color: #0073aa;
}

.vfep-fullwidthinp{
  width:100%;
}
.vfep-lastside p{
  /* display: none; */
}

.newentry-vfep:before {
    content: 'New';
    background: #ffdd40;
    position: absolute;
    right: 19px;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    margin-top: -3px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 12%);
}


/* Button 14 */


.toggle-button-cover .button {
position: relative;
top: 50%;
width: 74px;
height: 36px;
margin: -20px auto 0 auto;
overflow: hidden;
border:none;
}
.toggle-button-cover .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.toggle-button-cover .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;

}
.toggle-button-cover {
    float: left;
    position: absolute;
    margin-top: -21px;
    margin-left: 94px;
}
#button-14 .knobs:before, #button-14 .knobs:after, #button-14 .knobs span:before, #button-14 .knobs span:after
{
    position: absolute;
    top: 4px;
    width: 20px;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

#button-14 .knobs:before, #button-14 .knobs:after
{
    color: #4e4e4e;
    z-index: 1;
}

#button-14 .knobs:before
{
    content: 'YES';
    left: 4px;
}

#button-14 .knobs:after
{
    content: 'NO';
    right: 4px;
}

#button-14 .knobs span
{
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#button-14 .knobs span:before
{
    left: 4px;
    top: -28px;
    background-color: #F44336;
}

#button-14 .knobs span:after
{
    top: 4px;
    left: 39px;
    background-color: #03A9F4;
}

#button-14 .knobs span:before, #button-14 .knobs span:after
{
    content: '';
    width: 23px;
    z-index: 2;
}

#button-14 .checkbox:checked + .knobs span:before
{
    top: 4px;
}

#button-14 .checkbox:checked + .knobs span:after
{
    top: -28px;
}

#button-14 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}
/* button14 end */

#closeurl {
    width: 50%;
}
.bkurlbtn {
    position: relative;
    top: -92px;
    right: -197px;
}


/* //More */

.continside1 h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
}
.continside1 {
    background-color: #ffffff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 22%);
    padding: 30px;
    text-align: center;
    margin-top: 25px;
}
