/*
 * ******************************************************
 *  Copyright 2018 - 2021 | OCTOPOD EDU LLP, All Rights Reserved.
 *  This file is part of Octopod Preproduction.
 *  Written by : Jitendra Prajapati <jitendra@octopod.co.in>,
 *  Created on : 13/05/21, 5:05 PM
 *  ******************************************************
 */

#topnav .navigation-menu > li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.text-muted {
    text-align: justify !important;
}

.bg-auth-home {
    padding: 30px 0 !important;
}

.btn {
    padding: 4px 8px !important;
}

.list-unstyled.custom-list li {
    font-size: 13px;
}

h5.title {
    font-size: 17px !important;
}

.highlight-error {
    border-color: #ff0000;
}

.page-next-level .title {
    height: 90px !important;
    width: auto !important;
}

.razorpay-payment-button {
    border-radius: 30px !important;
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
    border-color: #2f55d4 !important;
    background-color: #2f55d4 !important;
    padding: 8px 20px;
    outline: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 600;
    border: 1px solid #2f55d4 !important;
    color: #ffffff !important;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-content {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    text-align: center;
    z-index: 100;
}

#loading-content img {
    height: 100px;
    width: 100px;
}

.hide {
    display: none;
}

.select2-selection__choice {
    font-size: 14px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right;
}

table {
    border: 2px solid #ddd;
}

.watermarkImage {
    width: 100%;
    height: 450px;
    padding: 200px;
    position: absolute;
    z-index: 1000;
    opacity: 0.1;
    top: 0;
    background-size: cover;

}

.watermarked {
    repeat: no-repeat;
    opacity: 50;
    position: absolute;
    bottom: 0;
    background-size: cover;
    display: block;
    margin: auto;
}

.footer.footer-bar {
    padding: 15px 0 !important;
}

#select2-AcademyID-container {
    border: 1px solid #dee2e6;
    font-size: 14px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 6px;
}

@media (max-width: 1025px) {
    .embed-responsive-item {
        width: 100%;
        height: 450px;
    }
}

@media (max-width: 768px) {
    .cover-user .cover-user-content {
        text-align: left !important;
    }

    .cover-user .cover-my-30 {
        margin: 30px 0;
    }

    .embed-responsive-item {
        width: 100%;
        height: 350px;
    }

    .section {
        padding: 20px 0;
    }

    .validate-application {
        width: 100%;
    }

    .bg-half {
        padding: 90px 0 20px !important;
    }
}

