.register-container{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

div.signup-container{
    height:100%;
}

.form-register {
    width: 100%;
    max-width: 500px;
    padding: 50px 15px 15px 15px;
    margin: auto;
    z-index:9999 !important;
}

.login-video{
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}

.z-99{
    z-index:99999;
}

.left-register{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12171f+0,07080e+100 */
    background: #12171f; /* Old browsers */
    background: -moz-linear-gradient(45deg, #12171f 0%, #07080e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #12171f 0%,#07080e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #12171f 0%,#07080e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12171f', endColorstr='#07080e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    display:flex;
    -webkit-display:flex;
    color:white;
    position:fixed !important;
    height:100%;
}

.right-register{
    display:flex;
    -webkit-display:flex;
    margin-left:40%;
}

.partner-logo{
    max-width:250px;
    width:100%;
    margin-bottom:2rem;
}

.mktg-pop{
    position:absolute;
    z-index: 9999999;
    top: 10px;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    text-align:center;
}

@media only screen and (max-height: 850px), screen and (max-width: 1500px){
    .mktg-icons{
        display:none !important;
    }
}

@media only screen and (max-width: 768px){
    .left-register{
        display:none !important;
    }
    .right-register{
        margin:auto;
    }
    .form-register {
        width: 100%;
        max-width: 500px;
        padding: 0px;
        margin: auto;
        z-index:9999 !important;
    }
}

.signup-progress{
    height:5px !important;
    margin-left:20px;
    padding-right: 20px;
    margin-right: -40px;

}


.form-register .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-register .checkbox {
    font-weight: 400;
}

.react-tel-input .form-control {
    padding-left: 48px!important;
}

.campaign-left {
    padding-right: 0px!important;
}

@media(max-width: 992px) {
    .campaign-left {
        padding-right: 13px!important;
    }
}

.campaign-image {
    max-height: 241px;
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

div {
    display: block;
}

.flex-1 {
    flex: 1;
}

.height-limited {
    max-height: 350px;
    overflow-y: scroll;
}

/* table{
    display: table;
    border-spacing: 2px;
    border-color: grey;
    border-collapse: collapse;
} */

.table-responsive {
    display: block;
    width: 100%;
    overflow: auto;
    padding: 0;
}

.table {
    margin-bottom: 0px!important;
}

.text-info {
    text-transform: uppercase;
}

.w-100 {
    width: 100%!important;
}

/* .campaign-right {
    padding-left: 4px;
    margin-left: 0px!important;
} */

.badge-success {
    color: #fff;
    background-color: #28a745;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input {
    overflow: visible;
}

#campaign-tracking-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: RGBA(255, 255, 255, 0.80);
    z-index: 9;
    margin-top: -10px;
    border-radius: 4px;
}

.min-width-150 {
    min-width: 150px;
}

.tracking-link-floating {
    position: sticky;
    top: 60px;
    align-self: flex-start;
    z-index: 1;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .10);
    background: rgba(255, 255, 255, 1);
}

.max-width-100 {
    max-width: 100px;
}

.SingleCampaign .card-body {
    padding: 0;
}

/* For fadeout effect on clicking 'Build tracking link' button */

.fade-overlay-exit {
    opacity: 0.5;
    transition: all 500ms linear;
}

.fade-overlay-exit-active {
    opacity: 0.1;
}

.fade-overlay-exit-done {
    opacity: 0;
}

table#emailrules {
    table-layout: fixed;
    width: 100%!important;
}

table#emailrules td {
    width: 100%!important;
}

.rules-title {
    margin-right: -150px;
    font-weight: 600;
    font-size: 14px;
}

.form-control.iti__tel-input{
    padding-right: 50px!important;
}