#ccpContainer {
    width: 200px;
    height: 525px;
    overflow: hidden;
    float: left;
    margin-left: 22px;
    padding: 10px;
}

nav {
    width: 690px;
}

body{
    font-family: "Montserrat", sans-serif !important;
}

span {
    font-family: "Montserrat", sans-serif !important;
}

div {
    font-family: "Montserrat", sans-serif !important;
}

.gkmBtf{
    font-family: "Montserrat", sans-serif !important;
}

.section-main {
    padding: 10px;
    max-width: 669px;
    height: 511px;
    margin-left: 22px;
    float: left;
    overflow: auto;
    /* width: 100%;
    height: 100%; */
    position: absolute;
    font-family: "Montserrat", sans-serif !important;
    display: table-cell;
    left: 0;
}

.section-chat {

    width: 100%;
    height: 100%;
    position: absolute;
    font-family: "Montserrat", sans-serif !important;
    left: 710px;
    display: table-cell;
    padding: 3px;
    max-width: 365px;
    height: 525px;
    margin-left: 3px;
    float: left;
    overflow: auto;
    border-radius: 5px 5px 45px 5px;

}

#root {
    overflow: auto;
     
}

#root>div {
    overflow-y: auto;
    overflow-x: hidden;
    width: 330px;
    height: 485px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
}

#startChat {
    width: auto;
    cursor: pointer;
    position: relative;
    background-color: #0E225D;
    border-color: #0E225D !important;
    color: #fff;
    padding: 1px 15px;
    text-decoration: none;
    font-size: 1.1em;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
}

.centered {
    text-align: center;
}

.spinner.loading {
    display: none;
    padding: 50px;
    text-align: center;
}

.loading-text {
    width: 90px;
    position: absolute;
    top: 245px;
    left: 137px;
    text-align: center;
}


.spinner.loading:before {
    content: "";
    height: 110px;
    width: 110px;
    margin: -15px auto auto -15px;
    position: absolute;
    top: 218px;
    left: 143px;
    border-width: 5px;
    border-style: solid;
    border-color: #2180c0 #ccc #ccc;
    border-radius: 100%;
    animation: rotation .7s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

ol.normal {
    list-style-type: disc;
    padding-left: 50px;
}

.wrap {
    white-space: nowrap;

}

.header-wrapper {
    background: #3F5773;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}

.welcome-text {
    margin: 10px;
    padding-right: 40px;
    padding-left: 10px;
    display: inline;
}

.footer-actions {
    background: #eee;
    height: 85px;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    align-items: center;
    border-radius: 5px;
}

.button-wrapper>button {
    min-width: 85px;
    margin: 6px;
    font-weight: bold;
}

.action-button {
    width: 43%;
    line-height: 1.465;
    font-weight: normal;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    font-family: AmazonEmber_Md, Helvetica, sans-serif;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 260px;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-size: 0.875rem;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px 0px;
    border-width: 0px;
    border-style: solid;
    background: linear-gradient(rgb(208, 2, 27), rgb(208, 2, 27) 80%, rgb(233, 2, 30));
    border-color: rgb(208, 2, 27);
}

#attachment {
    text-align: center;
    display: inline;
}

.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.file-input label {
    display: block;
    position: relative;
    width: 200px;
    height: 35px;
    border-radius: 25px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    transition: transform .2s ease-out;
}

.file-name {
    position: absolute;
    bottom: -35px;
    left: 10px;
    font-size: 0.85rem;
    color: #555;
}

input:hover+label,
input:focus+label {
    transform: scale(1.02);
}

/* Adding an outline to the label on focus */
input:focus+label {
    outline: 1px solid #000;
    outline: -webkit-focus-ring-color auto 2px;
}

.text-info {
    color: #0E225D !important;
}