﻿
gig-chat-form .header i {
    color: #FE0000;
    font-size: 15pt;
}




gig-chat-form input[type=submit] {
    background-color: #FF4E02;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}

    gig-chat-form input[type=submit]:hover {
        background-color: #FE0000;
        transition: 0.2s ease-in;
    }


gig-chat-panel .header i {
    color: #FE0000;
    font-size: 15pt;
}

gig-chat-message[agent] .message-content .chat-message {
    background-color: #FF4E02 !important;
    color: #fff !important;
    max-width: 90%;
}

gig-chat-overlay .overlay-content p {
    color: #fff;
}

gig-chat-overlay .overlay-content .button.yes {
    border-radius: 30px;
}

gig-chat-overlay .overlay-content .button.no{
    border-radius: 30px;
}

@media only screen and (min-width : 150px) {
    

    gig-chat-client #chatMaximized {
        position: fixed;
        height: 100%;
        z-index: 100000;
    }

    gig-chat-client #chatMinimized {
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 75px;
        height: 75px;
        z-index: 100;
    }



    @media only screen and (min-width : 480px) {

        gig-chat-client #chatMaximized {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
        }

        gig-chat-client #chatMinimized {
            position: fixed;
            bottom: 0px;
            right: 0px;
            width: 75px;
            height: 75px;
            z-index: 100;
        }

    }

    @media only screen and (min-width : 768px) {

        gig-chat-client {
            position: fixed;
            bottom: 0px;
            right: 10px;
            width: 400px;
            height: 600px;
            z-index: 100;
        }

            gig-chat-client #chatMinimized {
                position: fixed;
                bottom: 0px;
                right: 0px;
                width: 75px;
                height: 75px;
                z-index: 100;
            }


            gig-chat-client #chatMaximized {
                position: absolute;
                bottom: 0px;
                right: 10px;
                width: 400px;
                height: 600px;
                background-color: #404041;
                border-radius: 0px 0px 0 0;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            }

    }

    @media only screen and (min-width : 1025px) {

        gig-chat-client {
            position: fixed;
            bottom: 0px;
            right: 10px;
            width: 400px;
            height: 600px;
            z-index: 100;
        }

            gig-chat-client #chatMinimized {
                position: fixed;
                bottom: 0px;
                right: 10px;
                width: 300px;
                height: 50px;
                z-index: 100;
                background-color: #404041;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }


            gig-chat-client #chatMaximized {
                position: absolute;
                bottom: 0px;
                right: 10px;
                width: 400px;
                height: 600px;
                background-color: #404041;
                border-radius: 0px 0px 0 0;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            }
            gig-chat-client .chat-max {
                position: fixed;
                bottom: 0px;
                right: 10px;
                height: 600px;
                width: 400px;
            }

    }


    @media only screen and (min-width : 1281px) {

        gig-chat-client {
            position: fixed;
            bottom: 0px;
            right: 10px;
            width: 400px;
            height: 600px;
            z-index: 100;
        }

            gig-chat-client #chatMinimized {
                position: fixed;
                bottom: 0px;
                right: 10px;
                width: 300px;
                height: 50px;
                z-index: 100;
                background-color: #404041;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }


            gig-chat-client #chatMaximized {
                position: absolute;
                bottom:0px;
                right: 10px;
                width: 400px;
                height: 600px;
                background-color: #404041;
                border-radius: 0px 0px 0 0;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            }


            gig-chat-client .chat-max {
                position: fixed;
                bottom: 0px;
                right: 10px;
                height: 600px;
                width: 400px;
            }

    }


