@media (min-width: 768px) {
    body[data-sidebar-size="condensed"]:not([data-layout="compact"]) {
        min-height: unset !important;
    }
}
.checkbox:checked + img {
    border: 3px solid #ccc;
    position: relative;
    top: -10px;
    transform: scale(1.2);
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
}

.bold {
    font-weight: 700 !important;
}

.btn-copy {
    padding: 2px;
    margin-left: -6px;
    margin-top: -3px;
}

.icons-1 {
    position: fixed;
    bottom: 40px;
    right: 15px;
    height: 45px;
    /*width: 45px;*/
    /*background: #03a9f3;*/
    z-index: 99;
    -webkit-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;

    color: unset;
}
.icons-2 {
    position: fixed;
    bottom: 100px;
    right: 15px;
    height: 45px;
    width: 45px;
    background: #03a9f3;
    z-index: 99;
    -webkit-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;

    color: unset;
}
.icons-3 {
    position: fixed;
    bottom: 160px;
    right: 15px;
    height: 45px;
    width: 45px;
    background: #03a9f3;
    z-index: 99;
    -webkit-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;

    color: unset;
}
.icons-4 {
    position: fixed;
    bottom: 215px;
    right: 15px;
    height: 45px;
    width: 45px;
    background: #03a9f3;
    z-index: 99;
    -webkit-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 31px 6px rgba(0, 0, 0, 0.17);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;

    color: unset;
}
.icons-1 > i {
    font-size: 15px;
    color: #fff;
}

.icons-1 > img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.icons-2 > i {
    font-size: 15px;
    color: #fff;
}

.icons-2 > img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.icons-3 > i {
    font-size: 15px;
    color: #fff;
}

.icons-3 > img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.flex-custom {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.flex-custom > img {
    max-width: 200px;
}
.flex-custom > div {
    width: 70%;
}

@-moz-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-ms-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.ck-editor__editable {
    min-height: 150px;
}
.ck-content {
    border-radius: 0 0 10px 10px !important;
    margin-bottom: 10px;
    border-top: 1px solid #b3b3b3 !important;
}
.ck-content,
.ck-toolbar {
    background-color: #f3f7f9 !important;
    border: none;
}
.ck.ck-editor__editable_inline {
    border: none !important;
}
.ck.ck-toolbar {
    border: none !important;
    border-bottom: 1px solid #b3b3b3 !important;
}
.support-header {
    display: flex;
    justify-content: space-between;
}
.support-header__info {
    display: flex;
}

.support-header__info > img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    margin-right: 10px;
}
.support-header__info > h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}

.support-header__chat > p {
    margin-bottom: 0;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
}
.support-header__chat > p > i {
    font-size: 20px;
    margin-right: 5px;
}
.support-header__chat {
    color: #11ca6d !important;
}

.support-content {
    margin: 20px 0;
}
.support-content__service {
    background-color: #03a9f3;
    border-radius: 30px;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
}
.support-content__object {
    background-color: #cc506f;
    border-radius: 30px;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    margin-right: 10px;
}
.a-copy {
    background-color: #03a9f3;
    border-radius: 30px;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
}
.a-copy:hover {
    color: #fff;
}
.support-content__text {
    resize: none;
    border: none;
    padding: 10px;
    width: 50%;
    margin-top: 10px;
    border-radius: 10px;
}
.support-content__text:focus {
    outline: none;
}
.support-rep {
    padding: 5px;
    background: #f3f7f9;
    border-radius: 10px;
}
.support-rep__header {
    display: flex;
    align-items: center;
}
.support-rep__header > img {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    margin-right: 10px;
}
.support-rep__info > h4 {
    margin-bottom: 0;
    margin-top: 0;
    color: #11ca6d;
    font-weight: 700;
}
.support-rep__info > span {
    margin-top: 5px;
    display: block;
}
.support-rep__content {
    padding-top: 10px;
    padding-left: 60px;
}
.support-rep__content > p {
    font-size: 16px;
}
@media only screen and (max-width: 768px) {
    .support-content__text {
        width: 100%;
    }
    .support-header__chat {
        display: none;
    }
}

#side-menu > li > a,
.nav-second-level > li > a {
    font-weight: 700;
    text-transform: uppercase;
}
