﻿.cc-floating-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.cc-floating-sidebar .floating-sidebar-btn {
    padding: 10px;
    width: 75px;
    line-height: 1em;
    font-size: 12px;
    text-align: center;
    display: block;
    text-transform: capitalize;
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}

.cc-floating-sidebar .floating-sidebar-btn i {
    font-size: 2em;
    margin-bottom: 5px;
}

.cc-floating-sidebar .floating-sidebar-btn:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cc-floating-sidebar.cc-helpbug-sidebar-button {
    top: 150px;
}

.cc-helpbug-button__icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: .25rem;
    background-color: #f47421;
    margin-bottom: .5rem;
}

.cc-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 720px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transform: translate(100%, 0);
    transition: 1s;
    border: unset;
    border-radius: unset;
}

.cc-modal-sm {
    max-width: 500px;
}

.cc-modal-inner {
    position: relative;
    z-index: 2;
    overflow-y: auto;
    height: 100%;
    padding: 24px 32px 160px;
    background-color: #ffffff;
}

.cc-modal-inner::-webkit-scrollbar {
    width: 5px;
}

.cc-modal-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cc-modal-inner::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
}

.cc-modal.cc-helpbug-modal .cc-modal-inner {
    display: flex;
    flex-flow: column;
}

.cc-modal.cc-helpbug-modal .cc-modal-inner .cc-modal-body {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}

.cc-modal-close {
    cursor: pointer;
}

.cc-modal-header {
    background-color: #535353;
    color: #ffffff;
    padding: 1rem;
    height: unset;
    border-radius: unset;
    top: 0;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: flex-end;
}

.cc-modal-header h5 {
    color: #ffffff;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    margin-bottom: 0;
}

.cc-modal-header i {
    font-size: 16px;
    margin: 0;
}

.cc-modal-header button {
    position: relative;
    z-index: 100;
}

.cc-modal-footer {
    padding: 16px 32px 14px 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.cc-modal-footer.fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.cc-modal .form-control-counter {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.cc-modal .form-control-counter .fa {
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.cc-modal .form-control-counter .fa-plus, .cc-modal .form-control-counter .fa-minus {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.cc-modal .form-control-counter .form-control {
    border: none;
    padding: 5px;
    width: 30px;
    text-align: center;
    background-color: transparent;
}

.cc-modal.show {
    transform: translate(0, 0);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.cc-modal.cc-helpbug-modal {
    max-width: 500px;
}

.cc-modal.cc-helpbug-modal .cc-modal-content {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.cc-modal.cc-helpbug-modal .cc-modal-content .cc-modal-inner {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}

.cc-modal.cc-helpbug-modal .cc-modal-content .cc-helpbug-modal__links {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #cccccc;
    margin: 2rem 0 0 0;
}

.cc-modal.cc-helpbug-modal .cc-modal-content .cc-helpbug-modal__links a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 1rem .5rem;
    border-bottom: 1px solid #cccccc;
    flex: 1 1 100%;
}

.cc-modal.cc-helpbug-modal .cc-modal-content .cc-helpbug-modal__links a i {
    font-size: 24px;
    color: #f47421;
    margin: 0;
    width: 2rem;
}

.cc-modal.cc-helpbug-modal .sidebar-spacer {
    display: block;
    width: 100%;
    height: 150px;
}


.cc-modal h5 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
    text-align: left;
}

.cc-helpbug-modal__links a {
    text-decoration: none;
    color: #00529c;
}

.cc-modal-inner-content p {
    text-align: left;
}

.cc-modal-inner-content p a {
    text-decoration: none;
    color: #00529c;
}

.btn-link {
    text-decoration: underline;
    color: #444444;
}
