﻿.masthead {
    height: 70vh;
    min-height: 500px;
    background-image: url(../images/banner-bg.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    box-shadow: 0px -5px 30px #8e8e8e17 inset;
}

.banner-title h3 {
    text-align: left;
    font-weight: bold;
    font-size: 3rem;
    line-height: 24px;
    color: #0c39a1;
    padding-bottom: 15px;
}

.banner-sub-title {
    font-size: 1.8rem;
    line-height: 30px;
    color: #f28001;
    margin: 0;
    font-weight: 700;
    padding: 0;
}

.title-color-primary {
    color: #0c39a1;
}

.title-border-primary {
    height: 5px;
    width: 10%;
    background-color: #f6980c;
}

input[type=file] {
    max-width: 100% !important;
    width: 100% !important;
    /*background-color: transparent !important;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    color: #000 !important;
}

.custom-field {
    position: relative;
    font-size: 14px;
    border-top: 20px solid transparent;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

    .custom-field input, .custom-field textarea {
        border: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #f2f2f2;
        padding: 8px;
        border-radius: 3px;
        width: 250px;
        outline: none;
        font-size: 0.75rem;
        padding-left: 4px;
    }

    .custom-field .placeholder {
        position: absolute;
        left: 0;
        width: calc(100% - (8px * 2));
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        top: 22px;
        line-height: 118%;
        transform: translateY(-50%);
        color: #aaa;
        transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
    }

    .custom-field input.dirty + .placeholder,
    .custom-field input:focus + .placeholder,
    .custom-field input:not(:placeholder-shown) + .placeholder,
    .custom-field textarea.dirty + .placeholder,
    .custom-field textarea:focus + .placeholder,
    .custom-field textarea:not(:placeholder-shown) + .placeholder {
        top: -10px;
        font-size: 10px;
        color: #222;
    }

    .custom-field .error-message {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 8px;
        font-size: 12px;
        background: #d30909;
        color: #fff;
        height: 24px;
    }

        .custom-field .error-message:empty {
            opacity: 0;
        }



    .custom-field.one input, .custom-field.one textarea {
        background: #fff;
        border-bottom: 2px solid #ddd;
        transition: border-color 0.3s ease;
        width: 100%;
    }

        .custom-field.one input + .placeholder, .custom-field.one textarea + .placeholder {
            left: 0px;
            padding: 0 5px;
        }

        .custom-field.one input.dirty,
        .custom-field.one input:not(:placeholder-shown),
        .custom-field.one input:focus,
        .custom-field.one textarea.dirty,
        .custom-field.one textarea:not(:placeholder-shown),
        .custom-field.one textarea:focus {
            border-color: #222;
            transition-delay: 0.1s;
        }

            .custom-field.one input.dirty + .placeholder,
            .custom-field.one input:not(:placeholder-shown) + .placeholder,
            .custom-field.one input:focus + .placeholder,
            .custom-field.one textarea.dirty + .placeholder,
            .custom-field.one textarea:not(:placeholder-shown) + .placeholder,
            .custom-field.one textarea:focus + .placeholder {
                top: 0;
                font-size: 10px;
                color: #222;
                background: transparent;
                width: auto;
            }

.custom-form-title-1 {
    background-image: url(../images/brush-stroke-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -5px;
    padding-left: 30px;
    margin-left: -15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .custom-form-title-1 h2 {
        color: #0c39a1;
        font-weight: 600;
        letter-spacing: 1px;
        text-shadow: 0px 2px 1px rgb(79 79 79 / 27%);
    }

.custom-form-title-2 {
    background-image: url(../images/brush-stroke-2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -5px;
    padding-left: 30px;
    margin-left: -15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .custom-form-title-2 h2 {
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        text-shadow: 0px 2px 1px rgb(79 79 79 / 27%);
    }

.custom-form-title-3 {
    background-image: url(../images/brush-stroke-3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -5px;
    padding-left: 30px;
    margin-left: -15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .custom-form-title-3 h2 {
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        text-shadow: 0px 2px 1px rgb(79 79 79 / 27%);
    }

.artwork-card {
    box-shadow: 0px 8px 10px #00000021;
    border: none;
    border-top: 8px solid #3e0bce;
    background-image: url(../images/artwork-card-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding-bottom: 15%;
    border-image: linear-gradient(to left, #3acfd5 0%, #7891de 100%) 1;
}

select {
    text-transform: none;
    padding: 8px;
    border: none;
    border-bottom: 2px solid #ddd;
    font-size: 0.75rem;
    width: 100%;
    padding-left: 2px;
    color: #333333;
}

.form-label {
    font-size: 0.75rem;
}

.artwork-add-card {
    box-shadow: 0px 8px 10px #00000021;
    border: none;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

    .artwork-add-card .card-body a {
        display: block;
        height: 100%;
        width: 100%;
        border: 6px double #c4c4c4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #b0b0b0;
    }

        .artwork-add-card .card-body a i {
            font-size: 5rem;
            color: #b0b0b0;
        }

        .artwork-add-card .card-body a span {
            font-size: 1rem;
            font-weight: 700;
            color: #b0b0b0;
        }

.custom-file-upload {
    font-size: 0.65rem;
    border: 1px solid #c9c9c9;
    padding: 8px;
    width: 73%;
}

.add-img-btn {
    background: linear-gradient(to left, #3acfd5 0%, #7891de 100%);
    margin-left: 10px;
    font-size: 0.75rem;
    padding: 12px 20px;
    border: none;
    font-weight: 400;
}

.img-panel {
    height: auto;
    width: 200px;
    object-fit: contain;
}

.artwork-img-container {
    border: 1px solid gray;
    padding: 5px;
}

.artwork-img-remove {
    position: absolute;
    top: -8%;
    right: 3%;
    font-size: 1.3rem;
    line-height: 0;
}

    .artwork-img-remove i, .artwork-remove i {
        background: #fff;
        border-radius: 50%;
    }


.artwork-remove {
    position: absolute;
    top: -2%;
    right: 0%;
    font-size: 2rem;
    line-height: 0;
    z-index: 2;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #0c39a1;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.radio-button-container table tr td {
    padding-right: 10px;
}

/*.checkbox-group {
    display: block;
    margin-bottom: 15px;
}

    .checkbox-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .checkbox-group label {
        position: relative;
        cursor: pointer;
    }

        .checkbox-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0c39a1;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .checkbox-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #0c39a1;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }*/

.checkbox-group input {
    margin-right: 10px;
}

.send-otp-btn {
    background: linear-gradient(to left, #3acfd5 0%, #7891de 100%);
    margin-left: 10px;
    font-size: 0.75rem;
    padding: 8px 20px;
    border: none;
    font-weight: 400;
}

.submit-btn {
    background: linear-gradient(to top, #13ae2c 0%, #41cb24 100%);
    border: none;
    box-shadow: 0px 4px 5px #7a7a7a54;
}



.loader-wrapper {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #f8f8f85c;
    backdrop-filter: blur(6px);
}


.loader-img {
    height: 100px !important;
    width: auto;
}

.popupBackground {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 555;
    width: 100%;
    height: 100vh;
    background: rgb(229 238 255 / 67%);
    backdrop-filter: blur(6px);
}

.popup {
    width: 30% !important;
}

.modal-header {
    background-color: #0c39a1 !important;
    padding: 10px;
}

    .modal-header button {
        color: #fff !important;
    }

.modal-title {
    color: white !important;
}


.popup-btn-primary {
    background: linear-gradient(to left, #3acfd5 0%, #7891de 100%) !important;
    border: none !important;
    font-size: 0.8rem;
    padding: 6px 20px;
}

.popup-btn-danger {
    background: linear-gradient(to top, #d53a3a 0%, #de7878 100%) !important;
    border: none !important;
    font-size: 0.8rem;
    padding: 6px 20px;
}


.modal-content {
    border: 0;
    box-shadow: 0 15px 20px 4px #33333330;
}

.custom-field.one i {
    font-size: 1.2rem;
    position: absolute;
    top: 35%;
    right: 3%;
}

.reset-mobile-btn {
    background: linear-gradient(to left, #ffda0a 0%, #ff7e00 100%);
    margin-left: 10px;
    font-size: 0.75rem;
    padding: 8px 20px;
    border: none;
    font-weight: 400;
    color: white;
    text-shadow: 0px 1px 2px #33333361;
}

.otp-label {
    font-size: 0.8rem;
    color: #747474;
}


.custom-field input:disabled, textarea:disabled, select:disabled {
    background-color: #f7f7f7 !important;
    cursor: not-allowed !important;
}

.badge {
    font-weight: 700;
    color: white;
    padding: 4px 10px 4px 10px;
    line-height: 14px;
}

.artwork-badge {
    position: absolute;
    right: 4%;
    top: 2%;
    border-radius: 30px;
}

.badge-danger {
    background-color: #fee6ea !important;
    color: #f72b50 !important;
}

.badge-warning {
    background-color: #ffe9d5 !important;
    color: #eb801d !important;
}

.badge-secondary {
    background-color: #d9f6f3 !important;
    color: #145650 !important;
}

.badge-primary {
    background-color: #d9e5f6 !important;
    color: #2f78b0 !important;
}

.badge-success {
    background-color: #e7fbe6 !important;
    color: #2be326 !important;
}


.otp-note{
    position: absolute;
    font-size: 0.6rem;
    color: red;
    bottom: -25px;
}



/* Mobile Portrait */
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .img-logo {
        max-width: 100% !important;
        height: 55px !important;
        width: auto !important;
    }

    .logo {
        float: none !important;
    }

    .header {
        padding: 12px 5px !important;
        box-shadow: 0 0 10px rgb(188 188 188) !important;
        margin-bottom: 0 !important;
        height: 80px !important;
        position: relative;
        z-index: 4;
        background-size: 40%;
        background-image: url(../images/headercard-bg.jpg) !important;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .masthead {
        height: 20vh !important;
        min-height: 180px !important;
        background-image: url(../images/banner-bg.jpg) !important;
        background-size: contain !important;
        background-position: 85px !important;
        background-repeat: no-repeat !important;
        box-shadow: 0px -5px 30px #8e8e8e17 inset !important;
    }

        .masthead .container-fluid {
            padding-left: 1rem !important;
        }

    .banner-title h3 {
        text-align: left !important;
        font-weight: bold !important;
        font-size: 1.5rem !important;
        line-height: 24px !important;
        color: #0c39a1 !important;
        padding-bottom: 5px !important;
    }

    .banner-sub-title {
        font-size: 1.2rem !important;
        line-height: 30px !important;
        color: #f28001 !important;
        margin: 0 !important;
        font-weight: 700 !important;
        padding: 0 !important;
    }

    .title-color-primary {
        font-size: 1rem !important;
    }

    .custom-form-title-1, .custom-form-title-2, .custom-form-title-3 {
        height: 85px !important;
    }

        .custom-form-title-1 h2, .custom-form-title-2 h2, .custom-form-title-3 h2 {
            font-size: 0.9rem !important;
        }

    .container {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }

    textarea {
        min-height: 100px !important;
    }

    .artwork-add-card .card-body a i {
        font-size: 3rem !important;
        margin: 20px 0 !important;
    }

    .artwork-add-card .card-body a span {
        margin-bottom: 15px !important;
    }

    .custom-file-upload {
        font-size: 0.55rem !important;
        padding: 5px !important;
        width: 60% !important;
    }

    .add-img-btn {
        font-size: 0.6rem !important;
        padding: 8px 10px !important;
    }

    h3 {
        font-size: 14px !important;
    }

    .custom-field .placeholder {
        white-space: normal !important;
    }

    .copyright p {
        font-size: 13px !important;
        padding-top: 10px !important;
    }

    .footer {
        padding-top: 10px !important;
    }

    .copyright {
        margin-top: 35px !important;
        padding-bottom: 10px !important;
    }


    .loader-img {
        height: 80px !important;
        width: auto;
    }

    .popup {
        width: 75% !important;
    }

    .checkbox-group {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .checkbox-group label {
            font-size: 0.85rem;
        }
}

/* Mobile Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    /* Styles for mobile devices in landscape mode */
    .popup {
        width: 75% !important;
    }

    .checkbox-group {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .checkbox-group label {
            font-size: 0.85rem;
        }
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .custom-file-upload {
        width: 60% !important;
    }

    .container {
        padding: 0 7%;
    }

    .img-logo {
        height: 70px !important;
        margin-top: 10px !important;
        display: block !important;
    }


    .header {
        padding: 12px 5px !important;
        box-shadow: 0 0 10px rgb(188 188 188) !important;
        margin-bottom: 0 !important;
        height: 110px !important;
        position: relative;
        z-index: 4 !important;
        background-size: 40%;
        background-image: url(../images/headercard-bg.jpg) !important;
        background-position: bottom right;
        background-repeat: no-repeat;
        box-shadow: 0px 5px 20px #3333332e;
    }

    .masthead {
        height: 20vh;
        min-height: 100px;
        background-image: url(../images/banner-bg.jpg);
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        box-shadow: 0px -5px 30px #8e8e8e17 inset;
    }

    .banner-title h3 {
        font-size: 2.5rem !important;
    }


    .loader-img {
        height: 200px !important;
        width: auto;
    }

    .popup {
        width: 75% !important;
    }
}

/* Tablet Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .header {
        width: 100%;
        background: #ffffff;
        height: 110px;
        padding: 20px 30px;
        position: absolute;
        z-index: 4 !important;
        background-size: 40%;
        background-image: url(../images/headercard-bg.jpg) !important;
        background-position: bottom right;
        background-repeat: no-repeat;
        box-shadow: 0px 5px 20px #3333332e;
    }

    .masthead {
        height: 68vh;
        min-height: 200px;
        background-image: url(../images/banner-bg.jpg);
        background-size: contain;
        background-position: 200PX;
        background-repeat: no-repeat;
        box-shadow: 0px -5px 30px #8e8e8e17 inset;
    }

    .popup {
        width: 75% !important;
    }
}


@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .header {
        width: 100%;
        background: #ffffff;
        height: 110px;
        padding: 20px 30px;
        position: absolute;
        z-index: 4 !important;
        background-size: 40%;
        background-image: url(../images/headercard-bg.jpg) !important;
        background-position: bottom right;
        background-repeat: no-repeat;
        box-shadow: 0px 5px 20px #3333332e;
    }

    .masthead {
        height: 56vh;
        min-height: 200px;
        background-image: url(../images/banner-bg.jpg);
        background-size: contain;
        background-position: 200PX;
        background-repeat: no-repeat;
        box-shadow: 0px -5px 30px #8e8e8e17 inset;
    }


    .loader-img {
        height: 200px !important;
        width: auto;
    }

    .popup {
        width: 75% !important;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .header {
        width: 100%;
        background: #ffffff;
        height: 110px;
        padding: 20px 30px;
        position: absolute;
        z-index: 4 !important;
        background-size: 40%;
        background-image: url(../images/headercard-bg.jpg) !important;
        background-position: bottom right;
        background-repeat: no-repeat;
        box-shadow: 0px 5px 20px #3333332e;
    }

    .masthead {
        height: 56vh;
        min-height: 200px;
        background-image: url(../images/banner-bg.jpg);
        background-size: contain;
        background-position: 200PX;
        background-repeat: no-repeat;
        box-shadow: 0px -5px 30px #8e8e8e17 inset;
    }

    .popup {
        width: 75% !important;
    }
}


.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
    100% {
        -webkit-transform: scale(2) rotate(360deg);
    }

    0% {
        -webkit-transform: scale(2);
    }
}


