body {
    background-color: #EEEAF8;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    font-size: 14px;
}

.CenterContainer {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 20%;
    min-width: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;

    /* 
   
    margin: 8% auto;
    height: fit-content;

   
    min-height: 300px; */

}

/* media query for size under 1300 */
@media screen and (max-width: 1400px) {

    /* .CenterContainer{
    margin: 7% auto!important;
    } */
    body {
        overflow: visible
    }
}

@media screen and (max-width: 1000px) {

    /* .CenterContainer {
        margin: 10% auto !important;
    } */
    body {
        overflow: visible
    }
}
@media screen and (max-width: 600px) {

    /* .CenterContainer {
        margin: 10% auto !important;
    } */
    .content{
        /* min-height:690px!important; */
    }
}
@media screen and (max-width: 675px) {

    .message {
        margin-top: 0px !important;
    }

    #boxPlan {
        margin-top: 10px !important;
    }

    #greeting {
        margin-top: 0px !important;
    }

    #divider {
        margin-top: 0px !important;
    }
}

.content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    min-height: 610px;
}

#Description {
    margin-bottom: 10px;
    color: rgb(100, 99, 143);
    opacity: 0.9;
    margin-bottom: 60px;
    margin-top: 10px;
}

#LearnMoreContainer {
    margin-bottom: 30px;
    display: block;
}

.textAlignLeft {
    text-align: left;
    color: rgb(100, 99, 143);
    opacity: 0.9;
}

.floatStart {
    float: inline-start;
    background-color: white;
    color: black;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 46%;
    padding-top: 10px;
    padding-bottom: 10px;

}

.floatEnd {
    float: inline-end;
    background-color: #23002d;
    color: white;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 46%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,

.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #23002d;

}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #23002d;
}

.btn-primary:hover {
    border-color: rgb(86 54 159);
    background-color: white;
    color: black;
}

.btnX:hover {
    background-color: #23002d;
    color: #fff;
}

.btn-primary {
    border-color: rgb(86 54 159);
}

.message {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 20px;
    position: relative;
    top: 10px;
}

#PoweredBy {
    color: rgb(206, 206, 206)
}

.font20 {
    font-size: 20px;
}

.font15 {
    font-size: 15px;
}

#divider {
    margin-top: 70px;
    display: block;
}

.dividerLine {
    margin-top: 5px;
    display: block;
}

.Footer {
    margin-bottom: -30px;
}

#canalBoxLogo {
    width: 100px;
    height: 100px;
    margin-top: -15px;
    margin-left: -100px;
}

.font18 {
    font-size: 18px;
}

.leftAlign {
    text-align: left !important;
    margin-left: 20px;
    font-weight: 800;
    font-size: 16px;
    ;
}

.leftAlignplus {
    text-align: left !important;
    margin-left: 50px
}

.font16 {
    font-size: 16px;
}

.periodStyle {
    width: 50%;
}

.font14 {
    font-size: 14px;
}

.pointerMouse {
    cursor: pointer;
}