* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

*:focus {
    outline: none;
}

body {
    height: 100vh;
    background: #fff;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/public/images/bgDman2.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}

body {
    height: 100vh;
    background: #fff;
}

input {
    width: 100%;
}

.clearbg::before {
    background-image:none
}

.title {
    text-align: right;
    font-size: 1.8rem;
    color: #282828;
    margin-bottom: .75rem;
    padding-right: 2rem
}

.title .title-wrapper {
    float: right;
}

.title .title-block {
    text-align: center
}

.title .img1 {
    height: 1.5rem;
}

.title .img2 {
    height: 3rem;
}

.container {
    width: 100%;
    height: 100vh;
    padding-top: .75rem;
}

.chat_box {
    background: #fff;
    width: 98%;
    /* width: 100%; */
    height: calc(100% - 5.8rem);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.d-man {
    position: fixed;
    bottom: 0;
    margin: 0;
    display: none;
}

.d-man img {
    width: 100%;
    height: 100%;
}

.d-man-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 200px;
}

.d-man-mobile img {
    width: 100%;
    height: 100%;
}

.d-man-mobile-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 200px;
}

.d-man-mobile-line img {
    width: 100%;
    height: 100%;
}

.webChatContainer {
    margin-top:55px;
    height: 80vh;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
}

.mobileChatContainer {
    height: 100vh;
}

#flexContainer {
    display:flex;
    align-items: flex-end;
    height:100%;
    padding:2%;
    justify-content: center;
}

#chatbox {
    border-radius: 10px;
    margin: 5px; 
    position: fixed; 
    bottom: 0; 
    right:0; 
    z-index: 1000;
    box-shadow: 0 0 55px -12px #616161;
    width: 98%;
}

#godji {
    margin-left: 2%;
    width: 20%; 
    position:fixed; 
    bottom:0;
    display: none;
}

#godji_new {
    width:25%;
    margin-left: 7%;
    display: none;
}

#line_button{
    display: none;
}

#chatbox_new {
    border-radius: 10px;
    width:100%;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
    -moz-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
    box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
}

#botTitleBar {
    height: 55px;
    width: 100%;
    position: absolute;
    display: inline-block;
    background: #FFFFFF;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
    padding: .75rem 1.25rem
}

#botTitleBar span::before {
    content: "●";
    color: #68d883;
    font-size: inherit;
    padding-right: 6px;
}

#botTitleBar span {
    color: #2D2D2D;
    display: block;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: inherit;
}

#mychat {
    margin: 10px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 1000000;
    cursor: pointer;
}
#backBtn {
    z-index: 2;
    top: 23px;
    border:none;
    display: none;
    background: none;
}

#pttlogo_mobile {
    position: fixed;
    top: 1%;
    right: 25%;
    width: 15%;
    height: 200px;
}

#dmanlogo_mobile { 
    position: fixed;
    top: 2%;
    right: 5%;
    width: 15%;
    height: 200px;
}


#pttlogo{
    display: none;
}

#dmanlogo { 
    display: none;
}
/* width */
::-webkit-scrollbar {
    width: 12px;
    background:rgba(248, 247, 247, 0.5) !important; 
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    background:rgba(248, 247, 247, 0.2) !important; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #607d8b; 
    border-radius: 10px;
    background:rgba(17, 59, 96, 0.3) !important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #607d8b; 
    background:rgba(17, 59, 96, 0.7) !important; 
}

button.ac-pushButton {
    border-radius: 30px; 
    cursor: pointer;
}

button.css-115fwte {
    cursor: pointer;
}

button.css-115fwte:hover {
    background-color: rgba(17, 59, 96, 0.1);
    border-radius: 3px;
}

@media only screen and (min-width: 767.98px) {
    .title {
        font-size: 1.5rem;
        padding-right: 0;
        text-align: center;
    }

    .title .title-wrapper {
        float: none;
        display: flex;
        justify-content: center;
    }

    .title .img1 {
        height: 3.3rem;
    }

    .title .img2 {
        margin-top: 0.9rem;
        margin-left: 0.5rem;
        /* height: 4rem; */
    }

    .container {
        padding: 2rem;
        width: calc(100% - 335px);
        height: 100vh;
        float: right;
    }

    .chat_box {
        margin: 0 auto;
        border-radius: 2px;
        box-shadow: 0 0 55px -12px #616161;
        height: calc(100% - 7rem);
    }

    #chatbox {
        border-radius: 10px;
        margin: 5px; 
        position: fixed; 
        bottom: 0; 
        right:0; 
        z-index: 1000;
        box-shadow: 0 0 55px -12px #616161;;
        width: 98%;
    }

    .chat_box iframe {
        border-radius: 2px;
    }

    .d-man {
        left: -30px;
        bottom: 50px;
        width: 400px;
        height: 470px;
        display: block;
    }

    .d-man-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 25%;
        height: 200px;
    }
    
    .d-man-mobile img {
        width: 100%;
        height: 100%;
    }

    .d-man-mobile-line {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        height: 200px;
    }
    
    .d-man-mobile-line img {
        width: 100%;
        height: 100%;
    }
    

    #pttlogo {
        display: none;
    }

    #dmanlogo { 
        display: none;
    }

    #pttlogo_mobile {
        position: fixed;
        top: 1%;
        right: 25%;
        width: 15%;
        height: 200px;
    }

    #dmanlogo_mobile { 
        position: fixed;
        top: 2%;
        right: 5%;
        width: 15%;
        height: 200px;
    }
}


@media only screen and (min-width: 900px) {
    .container {
        width: 50%;
    }

    .chat_box {
        height: calc(100% - 7rem);
    }

    #chatbox {
        border-radius: 10px;
        margin: 3% 6% 3% 0%; 
        position: fixed; 
        bottom: 0; 
        right:0; 
        z-index: 1000;
        box-shadow: 0 0 55px -12px #616161;;
        width: 60%;
    }

    .d-man {
        left: 20px;
        bottom: 50px;
        width: 400px;
        height: 470px;
        display: block;
    }

    #godji {
        margin: 5%;
        margin-bottom: 2%;
        width: 20%; 
        position:fixed; 
        bottom:0;
        display: block;
    }

    #godji_new {
        width:30%;
        margin-right: 7%;
        display: block;
    }

    #line_button{
        display: block;
    }
    
    #chatbox_new {
        width:45%;
        margin-right: 3%;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
        -moz-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
        box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
    }

    #pttlogo {
        margin: 3%;
        width: 15%; 
        position:fixed;
        display: block;
    }

    #dmanlogo {
        margin: 3.5%;
        margin-left: 20%;
        width: 15%; 
        position:fixed; 
        display: block;
    }

    #pttlogo_mobile {
        display: none;
    }

    #dmanlogo_mobile { 
        display: none;
    }

    .d-man-mobile {
        display: none;
    }

    .d-man-mobile-line {
        display: none;
    }
    
}

@media only screen and (min-width: 1300.98px) {
    .title {
        font-size: 2.2rem;
    }

    .chat_box {
        width: 30vw;
        height: calc(100vh - 10rem);
    }

    #chatbox {
        border-radius: 10px;
        margin: 3% 6% 3% 0%; 
        position: fixed; 
        bottom: 0; 
        right:0; 
        z-index: 1000;
        box-shadow: 0 0 55px -12px #616161;;
        width: 50%;
    }

    #godji {
        margin-left: 2%;
        width: 20%; 
        position:fixed; 
        bottom:0;
        display: block;
    }
   
    #godji_new {
        width:25%;
        margin-right: 7%;
        display: block;
    }
    
    #line_button{
        display: block;
    }

    #chatbox_new {
        width: 45%;
        margin-right: 3%;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
        -moz-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
        box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
    }

    #pttlogo {
        margin-left: 7%;
        width: 10%; 
        position:fixed;
        display: block;
    }
    
    #dmanlogo {
        margin-left: 20%;
        width: 12%; 
        position:fixed; 
        display: block;
    }

    .d-man-mobile {
        display: none;
    }

    .d-man-mobile-line {
        display: none;
    }
   
}

@media only screen and (min-width: 1600.98px) {
    .title {
        font-size: 2.2rem;
    }

    .chat_box {
        width: 30vw;
        height: calc(100vh - 10rem);
    }

    #chatbox {
        border-radius: 10px;
        margin: 3% 6% 3% 0%; 
        position: fixed; 
        bottom: 0; 
        right:0; 
        z-index: 1000;
        box-shadow: 0 0 55px -12px #616161;;
        width: 40%;
    }

    #godji {
        margin-left: 2%;
        width: 20%; 
        position:fixed; 
        bottom:0;
        display: block;
    }
   
    #godji_new {
        width:25%;
        margin-right: 7%;
        display: block;
    }
    
    #line_button{
        display: block;
    }

    #chatbox_new {
        width: 45%;
        margin-right: 3%;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
        -moz-box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
        box-shadow: 0px 0px 20px -2px rgba(60,149,208,1);
    }

    #pttlogo {
        margin-left: 7%;
        width: 10%; 
        position:fixed; 
        display: block;
    }

    #dmanlogo {
        margin-left: 20%;
        width: 12%; 
        position:fixed; 
        display: block;
    }

    .d-man-mobile {
        display: none;
    }

    .d-man-mobile-line {
        display: none;
    }
}