﻿
.bg-brand-red {
    background-color: #db002f;
}
.bg-brand-green {
    background-color: #048350;
}

.text-brand-red {
    color: #db002f;
}
.text-brand-green {
    color: #048350;
}

.border-brand-red {
    border-color: #db002f;
}
.border-brand-green {
    border-color: #048350;
}


.user-avtar {
    background-color: rgba(255, 255, 255, 0.1);
}


.menu-item-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25rem;
    margin-top: 0.12502rem;
    margin-bottom: 0.12502rem;
    top: 0;
    position: relative;
    width: 1em;
    height: 1em;
}


.k-edit-form-container .k-primary, .k-popup .k-primary {
    color: #048350;
}

.k-colorpicker .k-tool-icon {
    height: 24px;
}

.k-popup-edit-form .k-edit-form-container .k-edit-form-content {
    margin: 0;
    padding: 0;
}
.k-popup-edit-form .k-edit-form-container .k-edit-buttons {
    margin: 24px 0 0;
}
.k-editor-dialog.k-popup-edit-form .k-edit-label,
.k-editor-dialog.k-popup-edit-form .k-edit-field {
    padding-left: 24px;
    padding-right: 24px;
}

.border-grey-ddd {
    border-color: #ddd;
}
.bg-grey-light {
    background-color: #ddd;
}

.btn.grid-command-button {
    padding-left: 0.313rem;
    padding-right: 0.313rem;
    padding-top: 0.188rem;
    padding-bottom: 0.188rem;
    margin: 0.125rem auto;
}

.k-grid a.text-slate-600 {
    color: #546E7A;
}

.numeric-list-item {
    position: relative;
    padding-left: 30px;
}
.list-item-number {
    position: absolute;
    left: 0;
    font-weight: 500;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .125rem;
    border: 2px solid #455a64;
    background-color: transparent;
}


.formbuilder-container .sform-container {
    background-color: #f5f5f5;
}
.sform {
    max-width: 600px;
    margin: 0 auto;
}
.sform .card-body {
    padding: 2rem;
}
.sform .sform-header {
    margin-bottom: 2rem;
}
.sform-header img {
    max-width: 100%;
}
.sform .sform-block {
    margin-bottom: 2rem;
}
.sform .form-group {
    margin-bottom: 1.75rem;
}
.sform .form-group > label {
    margin-bottom: 0;
}
.option-list {
    margin: 1em 0 0;
    padding: 0;
}
.option-list li {
    list-style: none;
    padding-bottom: 1em;
}



.ii-link {
    margin: 0 8px;
    width: 124px;
    height: 108px;
    background-color: #fff !important;
    border: 6px solid #048350;
    border-radius: 8px !important;
}
.ii-link img {
    display: block;
    max-width: 48px;
    margin: 0 auto;
}
.ii-link label {
    display: block;
    margin: 8px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-pills .nav-link.ii-link.active,
.nav-pills .show > .nav-link.ii-link {
    background-color: rgba(4, 131, 80, 0.03) !important;
    color: #333333;
}
.nav-pills .nav-link.ii-link.active label,
.nav-pills .show > .nav-link.ii-link label {
    font-weight: 600;
}

.list-item-link {
    color: #333;
    border-bottom: 1px solid #ddd;
}
.list-item-link:hover {
    background-color: #f5f5f5;
    color: #333;
}
.card-body .k-listview,
.card-body .k-listview > .list-item-link:last-child {
    border-bottom-left-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
}
.k-listview > .list-item-link:last-child {
    border-bottom: none;
}



.setting-button-container {
    position: absolute;
    top: 8px;
    right: 8px;
}
.qform-card {
    border-radius: 4px;
}
/*Logo was not display properly*/
/*.qform-card .card-body {
    padding: 0 0 30px;
}*/
.qform-header {
    height: 200px;
    padding: 0 !important;
    text-align: center;
    position: relative;
}
.form-header-image {
    max-width: 100%;
    max-height: 100%;
}
.qform-body-container {
}
.qform-body {
    max-width: 700px;
    margin: -30px auto 0;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    position: relative;
    border-radius: var(--border-radius);
}
.form-title {
    font-size: 24px;
}
.question-text {
    font-size: 18px;
}
.question-desc {
}
.line-breaks {
    white-space: pre-line;
}
.question-image-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.question-image {
    max-width: 100%;
}



@media (min-width: 576px) {
    .datepicker-group {
        max-width: 200px;
    }
}
@media (min-width: 768px) {
    .sform-container {
        padding: 50px;
    }
}

@media (max-width: 767.98px) {
    .datatable-footer > div:first-child, .datatable-header > div.datatable-toolbar {
        float: none !important;
        text-align: center;
        margin-right: 0;
    }
    .datatable-footer .dataTables_info, .datatable-footer .dataTables_length {
        display: block;
    }
}

@media (max-width: 1199px) {
    .datatable-footer {
        text-align: center;
    }
    .dataTables_info, .dataTables_length {
        float: none;
        display: inline-block;
    }
    .dataTables_paginate {
        float: none !important;
        text-align: center;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .templateform-container {
        padding: 2px 50px;
    }

    .templateform {
        max-width: 700px;
        margin: 0 auto;
    }

    .templateform .card-body {
        padding: 2rem;
    }

    .templateform .sform-header {
        margin-bottom: 2rem;
    }

    .templateform .sform-block {
        margin-bottom: 2rem;
    }

    .templateform .form-group {
        margin-bottom: 1.75rem;
    }

    .templateform .form-group > label {
        margin-bottom: 0;
    }
}


.price-container {
    max-width: 360px;
    margin: 40px auto;
    font-size: 1.2rem;
}
.stripe-container {
    max-width: 360px;
    min-height: 38px;
    margin: 20px auto;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 4px;
}
.paypal-container {
    max-width: 300px;
    margin: 0 auto;
}
.payment-separator hr {
    margin-top: 2.5rem;
    max-width: 200px;
}
.payment-separator p {
    margin-bottom: 1.5rem;
}


.text-email {
    color: #EA4335;
}
.text-facebook {
    color: #1877f2;
}
.text-instagram {
    color: #db287e;
}
.text-twitter {
    color: #1d9bf0;
}
.text-discord {
    color: #5865f2;
}
.text-telegram {
    color: #0088cc;
}
