﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&display=swap');
* {
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Rosario", sans-serif;
    color: #050505;
    font-size: 15px;
    font-weight: 400;
}

input, textarea, select {
    font-family: "Rosario", sans-serif;
}

* {
    box-sizing: border-box;
}

#ddchurches {
    display: none;
}

#spanmess > img {
    background: red;
    flex-shrink: 1;
    flex-basis: auto;
    width: 150px !important;
    height: 100px !important;
}

select.form-control {
    color: #080808;
    font-size: 14px;
    height: 27px;
    padding: 3px 12px;
}

select.form-control {
    padding-right: 25px;
}

#myModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    max-width: 752px;
}

.bothead {
    /*display: none;*/
    align-items: center;
    margin-bottom: 5px;
}

    .bothead img {
        border-radius: 50%;
        border: #ccc solid 1px;
        margin-right: 5px;
    }

    .bothead a {
        font-weight: 600;
        color: #032639 !important;
    }


.live_chat {
    position: relative;
    font-family: "Rosario", sans-serif;
    width: 100%; padding-top:0px;
}
    .live_chat .chat_middle {
        -webkit-box-flex: initial;
        flex-grow: initial;
        height: 100%;
        max-height: 100%;
        /*min-height: 200px;*/
        padding: 0 10px;
        overflow: auto;
    }

#chat.botsay > h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.live_chat_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: rgb(47, 57, 65);
    height: 100%;
    width: 100%;
    max-width: 100vw;
    position: relative;
    overflow: hidden;
    padding: 15px;
    /*border: 3px solid #bb8a45;*/
    border-radius: 10px;
    /*background-color: rgb(255, 255, 255);*/
    /* box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px;
    border-radius*/: 3px;
}

.chat_head {
    /*border-bottom: #ececec solid 2px;*/
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
}

    .chat_head .suppt_name {
        /*padding: 15px 0;*/
        align-items: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /*border-bottom: 1px solid #000;*/
        /*margin-bottom: 15px;*/
    }

.suppt_name .suppt_cont {
    /*padding-left: 15px;*/
    width:100%;
}
.srch-right-bottom .select2-container {
    width: 100% !important;
}

.chat_head .suppt_name img {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}

.suppt_name .suppt_cont h3 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 600;
}

.suppt_name .suppt_cont p {
    color: #aaa;
    margin: 0;
}

.srch-head {
    margin: 0 0 10px 0;
    text-align: center;
    background-color: #032639;
    color: #fff;
    font-size: 2rem;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

/*.live_chat .chat_middle {
    -webkit-box-flex: 2;
    flex-grow: 2;
    padding: 15px;
    height: 100%;
    overflow: auto;
}*/


.chat_msg_send {
    /*padding: 15px;*/
    position: relative;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    /*border: 1px solid #cecece;*/
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

    .chat_msg_send form {
        margin: 0;
        display: flex;
        position: relative;
    }

    .chat_msg_send textarea {
        width: 100%;
        border: 1px solid #000;
        min-height: 80px;
        border-radius: 8px;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .chat_msg_send input {
        padding: 10px;
        background-color: #f4f4f4;
        border: none;
        font-family: "Rosario", sans-serif;
        font-size: 16px;
        border-radius: 5px;
        margin-right: 10px;
        width: 100%;
        color: #151515;
    }

    .chat_msg_send button {
        font-family: "Rosario", sans-serif;
        border: none;
        /*background-color: #032639;*/
        background-image: url('../img/button-image.png');
        background-size:cover;
        background-repeat: no-repeat;
        font-weight: 500;
        font-size: 18px;
        padding: 10px;
        border-radius: 5px;
        min-width: 150px;
        color: #000;
        cursor:pointer;
    }

.chat_msg_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0 0 20px 0;
    width:100%;
}
.user.response .chat_msg_main {
    width: auto;
    /*background-color: #032639;*/
    color: #032639;
    font-size: 14px;
}
    .chat_msg_main .chat_msg {
        width:100%;
    }
    /*.chat_msg_main .chat_msg {
        border: #ececec solid 2px;
        border-radius: 20px;
        padding: 15px 25px;
    }*/
    .chat_user {
        width: 50px;
        height: 50px;
    }

.chat_msg_main img {
    object-fit: cover;
    object-position: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

.chat_msg_main .chat_msg h4 {
    margin: 0 0 8px;
    font-size: 20px;
}

.chat_msg_main .chat_msg p {
    line-height: 24px;
    margin: 0;
    color: #2c2c2c;
    font-size: 16px;
}

.chat_msg_main .chat_msg b {
    margin: 0 0 8px;
    font-size: 20px;
}

.chat_msg_main .chat_msg {
    line-height: 24px;
    margin: 0;
    color: #2c2c2c;
    font-size: 16px;
}

.chat_out .chat_user {
    margin-left: 15px;
}

.chat_in .chat_user {
    margin-right: 15px;
}

/*.chat_out .chat_msg {
    background-color: #fafafa;
}*/

.chat_in .chat_msg {
    background-color: #fafafa;
}

.chat_join {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #b6b6b6;
}

.chat_middle::-webkit-scrollbar {
    width: 8px;
}

.chat_middle::-webkit-scrollbar-thumb {
    background: #888;
}

    .chat_middle::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.user {
    display: flex;
    justify-content: flex-end;
}

    .user .chat_msg_main img {
        width: 25px;
        height: 25px;
        margin-left: 10px;
    }

    .user .chat_in {
        border: #ececec solid 1px;
        border-radius: 10px;
        padding: 5px 12px;
        color: #767676;
        font-size: 16px;
        align-items: center;
    }

    .socal a {
        display: inline-block;
        padding: 2px 15px;
        font-size: 14px;
        color: #b24e13;
        font-weight: 500;
        cursor: pointer;
    }

        .socal a.TW {
            /*background-color: #1d9bf0;*/
            color: #fff;
            border-radius: 14px;
        }

        .socal a.FB {
            /*background-color: #1877f2;*/
            color: #fff;
            margin-left: 5px;
            border-radius: 5px;
        }

        .socal a.insta {
            /*background-color: #1877f2;*/
            color: #fff;
            margin-left: 5px;
            border-radius: 5px;
        }

        .socal a.EM {
            border-right: #b24e13 solid 2px;
        }

.socal {
    margin-top: 5px;
    /*display: none;*/
}

.answer-label {
    width: auto;
    min-width: 150px;
    color: #2c2c2c ;
    font-family: "Rosario", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.srch-right-bottom {
    display: grid;
    grid-template-columns: 100%;
    gap: 5px;
}
.form-group {
    display: flex;
    /*gap: 15px;*/
    align-items: center;
    margin-bottom: 15px;
    flex-wrap:wrap;
}
    .form-group select {
        border-radius: 5px;
        /*border: 1px solid #2c2c2c !important;*/
        border: 1px solid #cecece !important;
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
.select2-container .select2-selection--single {
    height:40px;
}
.chat-middle-container {
    max-width: 1140px;
    width: 100%;
    margin: 15px auto 10px;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    padding-top: 10px;
    padding-bottom:15px;
    border: 1px solid #CECECE;
    border-width: 1px;
}
.srch-right-bottom h2 {
    margin-bottom: 0;
}
.prayer-heading {
    color: #032639;
    font-size: 20px;
    font-weight: 600;
    max-width:1140px;
    margin:auto;
    width:100%;
}
    .prayer-heading img {
        margin-right: 10px;
        vertical-align: middle;
    }
.send-prayer-top {
    display: grid;
    grid-template-columns: 45% 53%;
    gap: 2%;
}

.send-prayer-top h2 {
    margin-top:0;
}

send-prayer-right {
    display: none;
}
.send-prayer-right img {
    width: 100%;
    height: auto;
}
.send-prayer-top .need_prayer span {
    border: none;
    display: block;
    margin-bottom: 15px;
    background-color: #f4f4f4;
    padding: 15px;
    font-family: "Rosario", sans-serif;
    color: #151515;
    width: 100%;
    max-width: 350px;
    font-size: 18px;
    border-radius: 5px;
}
.chat_msg .chat-message {
    padding: 15px;
    background-color: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 15px;
}
#bothead img {
    max-width: 30px;
    vertical-align: middle;
}
#spanmess {
    /*background-color: #fadfb9;
    border-radius: 10px;
    box-shadow: 0 0 5px #b0b0b0;*/
}

@media only screen and (max-width:767px) {
    .chat_head h2 {
        font-size: 16px;
    }

    .suppt_name .suppt_cont h3 {
        font-size: 14px;
    }

    .chat_msg_main .chat_msg, .user .chat_in {
        border-radius: 10px;
        padding: 10px;
    }

    .chat_msg_main .chat_msg, .user .chat_in {
        line-height: normal;
        font-size: 13px;
    }

    .slectRel {
        font-size: 12px;
    }

    select.form-control {
        font-size: 14px;
    }

    .user .chat_msg_main img {
        width: 20px;
        height: 20px;
    }

    .socal a {
        padding: 2px 10px;
        font-size: 11px;
    }
}

@media only screen and (max-width:414px) {
    .chat_msg_send {
        flex-wrap: wrap
    }

        .chat_msg_send button {
            width: 100%;
            margin: 10px 0 0;
        }
}

#ddlreligion {
    border: 1px solid #080808;
}

@media(max-width:767px) {
    .socal a {
        float: left;
    }

    #_h#3 {
        width: 100%;
    }

   
    #myModal td [type="text"] {
        width: 160px;
        height: 30px;
        border: 1px solid #080808;
        max-width: 160px;
    }

    #myModal td textarea {
        width: 160px;
        height: 50px;
        border: 1px solid #080808;
        max-width: 160px;
    }

    #myModal td b {
        font-size: 12px;
        font-weight: 400;
    }
    
}

@media(max-width:575px) {
    .socal a {
        font-size: 9px;
    }

    #myvoiceModal .modal-content {
        width: 100%;
        max-width: calc(100% - 20px);
    }

        #myvoiceModal .modal-content .modal-body {
            padding-left: 0px;
            padding-right: 0px;
        }
}

@media(max-width:340px) {
    .socal a.EM {
        clear: left;
        margin-top: 10px;
    }

        .socal a.EM + a.SMS {
            margin-top: 10px;
        }
}

#emailsend {
    border: 1px solid #080808;
    padding: 6px 10px;
    width: 90px;
    color: #080808;
    border-radius: 4px;
}

/*.need_prayer {
    font-size: 16px;
    background: #fafafa;
    padding: 12px 15px;
    border-radius: 10px;
    margin: -10px -15px;
}*/

    .need_prayer span {
        background: #ff4f4f4;
        border-radius: 10px;
        padding: 10px 15px;
        display: block;
        /*border: #ececec solid 2px;*/
        color: #767676;
        margin-bottom: 10px;
    }

@media(max-width:1199px) {
    .form-group {flex-wrap: wrap;}
    .answer-label {width:100%;}
    
}

    @media(max-width:991px) {
        .srch-right-bottom {
            grid-template-columns: 100%;
            gap: 5px 10px;
        }
    }

@media(max-width:767px) {
    .suppt_name {
        flex-wrap: wrap;
    }
    .srch-left, .suppt_cont {
        width: 100%;
    }
    .send-prayer-top {
        grid-template-columns: 100%;
    }
    .form-group {
        width: 100%;
    }
    span.select2 {
        width: 100% !important;
    }
    .suppt_name .suppt_cont {
        /*padding:15px 0;*/
    }
}
.chat-middle-container::-webkit-scrollbar {
    width: 5px;
}

.chat-middle-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-middle-container::-webkit-scrollbar-thumb {
    background: #888;
}

    .chat-middle-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #222 transparent transparent transparent;
}
