#customeP {
    display: none;
    position: fixed;
    top: 25%;
    z-index: 250;
    width: 90%;
    left: 5%;
    overflow: hidden;
    background: #fff;
    height: 180px;
    border-radius: 10px;
    padding: 2%;
}


/* font-family: "Roboto-Regular"; } */

.customePToggle {
    display: block !important;
}

#cpDate {
    float: left;
    width: 51%;
    background: #f6f6f6;
    margin-top: 0px;
    font-family: "Roboto-Regular","Arial";
    /* -webkit-appearance: none; */
    position: relative;
    margin-left: 0%;
    /* text-align: center; */
    padding: 2%;
    border-radius: 5px;
    height: 55px;
}

#cpTime {
    float: left;
    width: 47%;
    background: #f6f6f6;
    margin-top: 0px;
    font-family: "Roboto-Regular","Arial";
    position: relative;
    overflow: hidden;
    margin-left: 2%;
    padding: 2%;
    border-radius: 5px;
    height: 55px;
}

#cpDateLab {
    /* position: absolute; */
    left: 5%;
    top: 0%;
    color: #000;
    font-size: 1.2em;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: -5%;
    border-bottom: none;
    border-right: none;
    text-align: center;
    /* font-family: 'Roboto-Regular'; */
}

#cpTimeLab {
    /* position: absolute; */
    left: 1%;
    top: 0%;
    color: #000;
    font-size: 1.2em;
    width: 100%;
    border: 1px solid #000;
    border-bottom: none;
    margin-bottom: -7%;
    position: relative;
    text-align: center;
    /* font-family: 'Roboto-Regular'; */
}

#cpTimeLab i {
    position: absolute;
    right: 5%;
}

#cpTimeLab2 i {
    position: absolute;
    right: 2%;
}

#cpTimeLab2 {
    /* position: absolute; */
    left: 45%;
    top: 0%;
    color: #000;
    width: 100%;
    font-size: 1.2em;
    border: 1px solid #000;
    border-left: none;
    margin-bottom: -5%;
    border-bottom: none;
    text-align: center;
    /* font-family: 'Roboto-Regular'; */
}

#cpdText {
    color: #000;
    background: transparent;
    height: 45px;
    text-align: center;
    border: none;
    /* margin-top: 1px; */
    /* font-family: "Roboto-Regular"; */
    /* margin-left: 5%; */
    font-size: 14px;
    /* border: 1px solid #000; */
    width: 75%;
    /* border-right: none; */
    /* padding-left: 10%; */
    /* display: inline-block; */
    float: left;
    font-family: "Roboto-Regular","Arial";
    font-weight: bold;
}

#cpdText option {
    height: 35px;
    color: #fff;
    background: #000;
}

#cptText1 {
    color: #000;
    background: transparent;
    height: 45px;
    width: 30%;
    /* float: left; */
    text-align: center;
    border: none;
    /* margin-top: 1px; */
    /* font-family: "Roboto-Regular"; */
    /* margin-left: 1%; */
    font-size: 14px;
    /* border: 1px solid #000; */
    /* padding-left: 25%; */
    font-family: "Roboto-Regular","Arial";
    font-weight: bold;
    /* margin-top: -1px; */
}

#cpob {
    background-color: red;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    position: relative;
    left: 0%;
    width: 100%;
    text-align: center;
    top: 9%;
    /* left: 14.5%; */
    font-family: "Roboto-Regular","Arial";
    -webkit-appearance: none;
    font-size: 18px;
}

#cptText1 option {
    height: 35px;
    background: #fff;
}

#cptText2 {
    font-family: "Roboto-Regular","Arial";
    color: #000;
    background: transparent;
    height: 45px;
    width: 29%;
    /* float: left; */
    text-align: right;
    /* border: 1px solid #000; */
    /* margin-top: 1px; */
    /* font-family: "Roboto-Regular"; */
    /* margin-left: 12%; */
    font-size: 14px;
    /* border-left: none; */
    /* padding-left: 35%; */
    border: none;
    font-weight: bold;
    margin-top: -8px;
}

#cptText2 option {
    height: 35px;
    background: #fff;
}

#dateSelc {
    display: none;
    position: absolute;
    width: 85%;
    height: 20%;
    top: 18%;
    z-index: 1;
    left: 8%;
    color: #000;
}

#ct1 {
    width: 45%;
    float: left;
    background: transparent;
}

#ct2 {
    width: 55%;
    float: left;
    margin-left: 0%;
    background: transparent;
}

@font-face {
    font-family: "NetflixSansRegular";
    src: url("../NetflixSansRegular.ttf");
}

@font-face {
    font-family: "NetflixSansMedium";
    src: url("../NetflixSansMedium.ttf");
}

#customeP h4 {
    text-align: center;
    font-family: "Roboto-Regular","Arial";
    font-size: 18px;
    clear: both;
    margin-bottom: 5%;
    margin-top: 3%;
    /* font-weight: normal; */
}

#cpb {
    margin-left: 0%;
    overflow: hidden;
    width: 100%;
    background: transparent;
}

#cpDateLab i {
    position: absolute;
    right: 20%;
}

#cpClose {
    width: 25px;
    height: 25px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    position: absolute;
    right: 1%;
    top: 1%;
}

#cpDate label {
    width: 25%;
    float: left;
    font-family: "Roboto-Regular","Arial";
    font-size: 14px;
    padding: 0;
    margin-top: 10%;
}

#cpTime label {
    width: 30%;
    float: left;
    font-family: "Roboto-Regular","Arial";
    font-size: 14px;
    padding: 0;
    margin-top: 11%;
}

#cpTime span {
    font-family: "NetflixSansRegular";
    font-size: 18px;
}