﻿.modalFifty .modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modalFifty .modal-dialog {
    width: 85%;
    max-width: 480px;
    margin: 1rem auto;
    pointer-events: none;
    position: relative
}

.modalFifty .modal-dialog--centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

@media (min-width:768px) {
    .modalFifty .modal-dialog--centered {
        min-height: calc(100% - 2rem)
    }
}

.modalFifty .common-image img {
    width: 280px;
    height: 280px
}

.modalFifty .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffcb09;
    background: url(../../Images/ShriramFifty/background.png) no-repeat;
    background-clip: padding-box;
    border-radius: 24px;
    outline: 0
}

.modalFifty .modal-close {
    width: 24px;
    height: 24px;
    background: url(../../Images/ShriramFifty/close.svg) 50%/100% no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 99
}

.modalFifty .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 15px;
    text-align: center
}

    .modalFifty .modal-body p {
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        padding-top: 15px;
        color: #000
    }

@media (min-width:768px) {
    .modalFifty .modal-body {
        padding: 40px
    }
}

@media (min-width:1680px) {
    .modalFifty .modal-body {
        padding: 45px
    }

    .modalFifty .modal-dialog--small {
        max-width: 580px;
        height: 580px
    }
}

.modalFifty .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modalFifty .modal-backdrop.fade {
        opacity: 0
    }

    .modalFifty .modal-backdrop.show {
        opacity: .5
    }

.modalFifty .modal-open {
    overflow: hidden;
    padding-right: 15px
}

.modalFifty .modal-dialog--video .modal-content {
    background: transparent
}

.modalFifty .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

.modalFifty .modal.show .modal-dialog {
    transform: none
}

.desk-block {
    display: none
}

@media (min-width:768px) {
    .modalFifty .modal-dialog--small {
        max-width: 480px
    }

    .desk-block {
        display: block
    }
}
