﻿.TitleBackColor {
    background-color: #1ebea5;
}

.TitleTextColor {
    color: #fff;
    font-weight: 800;
    font-size: 19px;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pBold {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: medium;
}

.pNormal {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: medium;
}

.circle {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
}

h4 {
    line-height: 1.4;
}

.alert-danger {
    color: #ff044a;
    background-color: #fcf7fd;
    border-color: #eed3d7;
    font-size: 14px;
    border-radius: 31px;
    font-weight: 600;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 14px;
    border-radius: 31px;
    font-weight: 600;
}

.text-danger {
    color: #ff044a !important;
    font-weight: 600;
}

.drawing-board-canvas-wrapper {
    width: 100% !important;
}

.ActiveButton {
    background-color: #0ad260;
    color: white;
    font-weight: bold;
}

.ConversationCloudQuestion {
    width: 100%;
    background-color: #c3fbf3;
    border-radius: 10px 0px 10px 10px;
}

.ConversationCloudAnsware {
    width: 100%;
    background-color: #dfe1e5;
    border-radius: 0px 10px 10px 10px;
}

.ConversationTextQuestion {
    display: block;
    width: 100%;
    white-space: pre-line;
    word-wrap: break-word;
    margin-right: 20px;
    line-height: normal;
    text-align: right;
}

.ConversationTextAnsware {
    display: block;
    width: 100%;
    white-space: pre-line;
    word-wrap: break-word;
    margin-left: 20px;
    line-height: normal;
    text-align: left;
}

.BottomDiv {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.Sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: -30px;
    top: 50px;
    width: 100%;
    z-index: 10;
}

.map {
    width: 100%;
    height: 280px;
}

.LeftCheck {
    position: relative;
    left: 20px;
}

.Date {
    font-size: 11px;
}

.ImgDim {
    max-width: 20% !important;
    height: auto;
}


.box {
    background-color: #fff;
    box-shadow: 0px 1px 10px #00000057 !important;
    border-radius: 18px;
    padding: 1rem;
    min-height: 220px;
    margin-top: 10px;
    width: 500px;
}

*:hover {
    box-shadow: none;
}

.s-header {
    padding-bottom: 3rem;
    background: rgb(139,65,183);
    background: linear-gradient( 160deg, rgba(139,65,183,1) 23%, rgba(96,100,169,1) 100%);
    background-repeat: no-repeat;
    min-height: 100%;
    height: 100%;
    position: relative;
    padding-top: 0vh;
    overflow-x:hidden;
}

    .s-header:before {
        content: "";
        position: absolute;
        left: 0rem;
        top: -4rem;
        background-image: url(../../assets/images/targetalk/TargeTalk-trasparenza.png);
        width: 80%;
        height: 80%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .s-header:after {
        content: "";
        position: absolute;
        right: -22rem;
        bottom: 25rem;
        background-image: url(../../assets/images/targetalk/TargeTalk-trasparenza.png);
        width: 45%;
        height: 45%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: right;
        z-index: -1;
        transform: rotate( 102deg );
    }

.form-control {
    border-radius: 39px;
    background-color: #F5F5F5;
    border: none;
    height: 42px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #8c42b8;
}

.btn-s {
    border-radius: 41px;
    background: linear-gradient(160deg, rgba(139,65,183,1) 23%, #6362aa 100%) !important;
    color: #fff !important;
    height: 51px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    min-width: 190px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    margin-left: auto !important;
    margin: 10px auto 0px;
    padding: 6px 20px !important;
}

.confirm {
    border-radius: 41px !important;
    background: linear-gradient(160deg, rgba(139,65,183,1) 23%, #6362aa 100%) !important;
    color: #fff !important;
    height: 51px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    min-width: 190px !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease-in-out !important;
    margin-left: auto !important;
    margin: 10px auto 0px !important;
    padding: 6px 20px !important;
    border: none !important;
}

.box a {
    color: #fff;
    font-weight: 900;
    line-height: 34px;
    text-decoration: none !important;
}

.p-t-50 {
    padding-top: 50px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}

.form-control-label {
    font-weight: 700;
    font-size: 16px;
    color: black;
    line-height: 28px;
}

.box .card-header {
    background: linear-gradient(160deg, rgb(120 81 177) 23%, rgba(139,65,183,1) 100%);
    position: relative;
    margin: -10px;
    height: 92px;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

    .box .card-header:after {
        background-image: url(../../assets/images/targetalk/bottom.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        position: absolute;
        bottom: -32px;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 2;
    }

.box .card-block {
    padding: 0rem 5rem;
}

::placeholder {
    color: #000 !important;
    font-weight:500 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
    font-weight: 500 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000 !important;
    font-weight: 500 !important;
}


.titlebox {
    color: #8B41B7;
    font-weight: 800;
}


.braintree-sheet {
    border: none !important;
    border-radius: 0px !important;
}

.material-switch > input[type="checkbox"]:checked + input[type="hidden"] + label::after {
    background: #8b41b7 !important;
}
.material-switch > input[type="checkbox"]:checked + input[type="hidden"] + label::before {
    background: #c6a9ef;
}

label {
    color: rgb(0 0 0 / 80%);
    font-weight: 500 !important;
    text-transform: capitalize;
    margin: 3px !important;
}

    @media(max-width:600px) {
        .box {
            width: 90%;
        }

            .box .card-block {
                padding: 0rem 3rem;
            }
    }
@media(max-width:991px) {
    .s-header:after {
        content: "";
        position: absolute;
        right: -102px;
        bottom: -80px;
    }
}
@media(max-width:450px) {
    .box .card-block {
        padding: 0rem 1rem;
    }
}
