/* Minification failed. Returning unminified contents.
(20,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-default-back-color'
(27,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-default-back-color'
(32,28): run-time error CSS1039: Token not allowed after unary operator: '-theme-default-back-color'
 */
body {
    background-color: #f8f8f887;
}

.bg-cover {
    background-image: url('/Images/Registration/RegistrationBanner.jpeg');
    /*background-position: 100% 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 371px;
}

.sidepanel {
    visibility: hidden;
}

.registration-description h2, .registration-description h3 {
    font-family: 'Rambla', sans-serif;
    line-height: 37px;
    color: var(--theme-default-back-color);
}

.registration-description div {
    border-left: 5px solid #efb30a;
    margin-bottom: 10px;
    padding-left: 5px;
    color: var(--theme-default-back-color);
    font-size: 18px;
}

.registration-form {
    background-color: var(--theme-default-back-color);
    padding: 20px;
    border-radius: 5px;
}

    .registration-form label {
        text-align: left !important;
    }

    .registration-form .editable-group {
        position: relative;
    }

    .registration-form .form-title {
        color: #f0ad4e;
        font-family: 'Rambla';
    }

.editable-group .floating-label {
    position: absolute;
    top: 15px;
    transition: 0.2s ease all;
    pointer-events: none;
    opacity: 0;
}

.editable-group input {
    margin-top: 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none !important;
    border-color: none !important;
}

    .editable-group input:focus + .floating-label,
    .editable-group input:not(:placeholder-shown) + .floating-label
    /*.editable-group input:not([value='']) + .floating-label */ {
        top: -10px;
        font-size: 13px;
        opacity: 1;
        border-top: none;
        border-left: none;
        border-right: none;
    }


    /* Chrome <=56, Safari < 10 */
    .editable-group input:focus::-webkit-input-placeholder {
        opacity: 0;
    }
    /* FF 4-18 */
    .editable-group input:focus:-moz-placeholder {
        opacity: 0;
    }
    /* FF 19-50 */
    .editable-group input:focus::-moz-placeholder {
        opacity: 0;
    }
    /* IE 10+ */
    .editable-group input:focus:-ms-input-placeholder {
        opacity: 0;
    }
    /* Modern Browsers */
    .editable-group input:focus::placeholder {
        opacity: 0;
    }

.registration-container {
    font-family: 'Rambla';
}

    .registration-container .registration-category-details-block {
        margin-top: 10px;
    }

        .registration-container .registration-category-details-block .registration-category-details-icon .fa {
            color: #273D62;
        }

    .registration-container .registration-category-details-block-title {
        font-size: 40px;
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .registration-container .card {
        -webkit-box-shadow: 0px -1px 8px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px -1px 8px 1px rgba(0,0,0,0.2);
        box-shadow: 0px -1px 8px 1px rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 110%;
        background-color: #fff;
        border-radius: 8px;
        height: 270px;
        padding-top: 10px;
    }

        .registration-container .card:hover {
            -webkit-box-shadow: 0px -1px 8px 7px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px -1px 8px 7px rgba(0,0,0,0.2);
            box-shadow: 0px -1px 8px 7px rgba(0,0,0,0.2);
            z-index: 2;
        }

    .registration-container .registration-category-details-title {
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 17px;
    }

    .registration-container .registration-category-details-description {
        font-size: 16px;
        line-height: 22px;
    }

.report-details {
    margin-top: 30px;
}

    .report-details .report-row {
        padding: 5px 0;
    }

    .report-details .report-category-icon div {
        background-color: #fff;
        border-radius: 50px 6px;
        text-align: center;
        color: #273D62;
        font-size: 26px;
    }

    .report-details .report-icon {
        padding-top: 5px;
        height: 170px;
    }

    .report-details .covid-19 .report-icon {
        background: url('../../../Images/Registration/Covid -19 Impact analysis Report.png') no-repeat center;
    }

    .report-details .global-report .healthcare-icon {
        background: url('../../../Images/Registration/Global Healthcare Report.png') no-repeat center;
    }

    .report-details .global-report .auto-icon {
        background: url('../../../Images/Registration/Global Auto Report.png') no-repeat center;
    }

    .report-details .global-report .fmcg-icon {
        background: url('../../../Images/Registration/Global FMCG Report.png') no-repeat center;
    }

    .report-details .global-report .ict-icon {
        background: url('../../../Images/Registration/Global ICT Report.png') no-repeat center;
    }

    .report-details .info-statics-report .report-icon {
        background: url('../../../Images/Registration/Infographics.png') no-repeat center;
    }

    .report-details .company-profile-report .report-icon {
        background: url('../../../Images/Registration/CompanyProfile.png') no-repeat center;
    }

    .report-details .report-category-title a {
        color: #ccc;
    }

    .report-details .report-category-title .small {
        font-size: 14px;
        color: #dfd8d8;
    }

    .report-details .report-category-title {
        font-size: 35px;
        font-weight: bold;
        color: #fff;
    }

    .report-details .title-row {
        position: relative;
        height: 110px;
        background-color: #273D62;
    }

        .report-details .title-row > div {
            top: 10%;
        }

.our-client-carousel .our-client img {
    max-width: 155px;
    width: 100%;
    max-height: 120px;
    -ms-filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -o-filter: grayscale(0) !important;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.card {
    text-align: center;
}

.report-details .card {
    -webkit-box-shadow: 0px -1px 8px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -1px 8px 1px rgba(0,0,0,0.2);
    box-shadow: 0px -1px 8px 1px rgba(0,0,0,0.2);
    transition: 0.3s ease all;
    width: 110%;
    background-color: #fff;
    border-radius: 8px;
    height: 380px;
    margin-top: -40px;
    padding: 22px;
    z-index: 10;
}

    .report-details .card:hover {
        -webkit-box-shadow: 0px -1px 8px 7px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px -1px 8px 7px rgba(0,0,0,0.2);
        box-shadow: 0px -1px 8px 7px rgba(0,0,0,0.2);
        z-index: 12;
        transform: scale(1.005);
        -ms-transform: scale(1.005); /* IE 9 */
        -moz-transform: scale(1.005); /* Firefox */
        -webkit-transform: scale(1.005); /* Safari and Chrome */
        -o-transform: scale(1.005); /* Opera */
    }

    .report-details .card > div {
        height: 100%;
    }

    .report-details .card .report-icon img {
        width: 130px;
    }

    .report-details .card .report-price {
        color: #f10808cc;
        position: absolute;
        bottom: 5px;
        font-weight: bold;
        font-size: 18px;
    }

        .report-details .card .report-price span {
            padding: 5px 30px;
            border-top: 1px solid #f10808cc;
        }

    .report-details .card .report-description {
        font-weight: bold;
        font-size: 18px;
        font-family: 'Rambla';
    }

    .report-details .card a {
        color: #000;
    }

        .report-details .card a:hover {
            text-decoration: none;
        }


.download-sample {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    height: 120px;
    padding-right: 0px;
    margin-top: 60px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 3px 3px 121px -54px rgba(82,82,82,1);
    -moz-box-shadow: inset 3px 3px 121px -54px rgba(82,82,82,1);
    box-shadow: inset 3px 3px 121px -54px rgba(82,82,82,1);
}

    .download-sample .report-cover {
        position: absolute;
        padding: 0;
        top: -52px;
        -webkit-box-shadow: -42px 42px 3px -39px rgba(82,82,82,1);
        -moz-box-shadow: -42px 42px 3px -39px rgba(82,82,82,1);
        box-shadow: -42px 42px 3px -39px rgba(82,82,82,1);
    }

    .download-sample .svg-container {
        margin-top: -21px;
        position: absolute;
        right: 0;
        display: flex;
    }

    .download-sample .report-title {
        line-height: 25px;
        font-size: 14px;
    }

    .download-sample .title-container {
        width: 100%;
        position: absolute;
        margin-left: 15%;
        display: flex;
    }

        .download-sample .title-container .title-text {
            line-height: 23px;
            font-weight: bold;
            color: #3f4b69;
            text-align: center;
            width: 41.66%;
        }

        .download-sample .title-container .report-title-container {
            height: 150px;
        }

        .download-sample .title-container .report-download-link-container {
            text-align: left;
            margin-top: 5px;
            width: 58.33%;
        }

            .download-sample .title-container .report-download-link-container a {
                font-size: 30px;
            }

@media(max-width: 1200px) {
    .report-details .card {
        height: 340px;
        padding: 0px;
    }

    .registration-container .card {
        height: 340px;
    }
}

@media(max-width: 992px) {
    .registration-container .card {
        width: 100%;
        margin: 5px 0;
        height: 240px;
    }

    .report-details .card {
        width: 100%;
        margin: 5px 0;
        height: 311px;
        padding: 12px;
    }

    .report-details .report-category-title {
        font-size: 25px;
        line-height: 18px;
    }

    .report-details .report-block:first-child,
    .report-details .report-block:nth-child(2) {
        margin-top: -40px;
    }
}

@media(max-width: 768px) {

    .download-sample {
        height: 270px;
    }

        .download-sample .report-cover {
            position: absolute;
            padding: 0;
            top: -52px;
        }

        .download-sample .title-container {
            width: 100%;
            margin-left: 0;
            display: block;
            top: 120px;
            padding-right: 40px;
        }

            .download-sample .title-container .title-text {
                width: 100%;
            }

            .download-sample .title-container .report-download-link-container {
                text-align: center;
                margin-top: 15px;
                width: 100%;
            }

    .report-details .card {
        margin-top: 10px;
        padding: 0;
        height: 311px;
    }

    .report-details .title-row {
        height: 120px;
    }

    .report-details .report-category-icon div {
        border-radius: 18px 0px;
        font-size: 20px;
    }

    .report-details .report-category-title {
        font-size: 20px;
        line-height: 23px;
    }

    .report-details .report-block:first-child {
        margin-top: -40px;
    }

    .report-details .report-block:nth-child(2) {
        margin-top: 0;
    }

    .report-details .title-row.large-title {
        height: 130px;
    }

    .report-details .card .report-price {
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
}

@media(max-width: 468px) {
    .registration-container .card {
        height: 340px;
    }
}

