
.auth-wrapper > .auth-box .form-input > input {
    border-radius: 0.2rem !important;
}

a {
    color: #33468e;
}

@media (min-width: 1200px) {
    .content-wrapper .box-layout .main-layout {
        min-height: calc(100vh - 165px);
    }
}

@keyframes loader {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.table thead th {
    padding: 0.5125rem 0.6375rem;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.5em;
}

.table tbody td, .table tbody th {
    padding: 0.5125rem 0.6375rem;
}

.dimmer {
    position: relative
}

.dimmer .loader {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.dimmer.active .loader {
    display: block
}

.dimmer.active .dimmer-content {
    opacity: .5;
    pointer-events: none
}

.loader {
    height: 2.5rem;
    width: 2.5rem;
    color: #2185d0;
    display: block;
    position: relative
}

.loader:before, .loader:after {
    width: 2.5rem;
    height: 2.5rem;
    margin: -1.25rem 0 0 -1.25rem;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%
}

.loader:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid currentColor;
    opacity: .15
}

.loader:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: loader .6s linear;
    animation-iteration-count: infinite;
    border: 3px solid;
    border-color: transparent;
    border-top-color: currentColor;
    box-shadow: 0 0 0 1px transparent
}


.loader-inline {
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    margin: 0 10px -15px 0;
}

.loader-inline:before, .loader-inline:after {
    width: 1.2rem;
    height: 1.2rem;
}

.loader-inline:before {
    border: 3px solid #fff;
}

.loader-inline:after {
    border-top-color: #fff;
    animation: loader .4s linear;
    animation-iteration-count: infinite;
}

.loader-inline-dark:before {
    border: 3px solid #565656;
}

.loader-inline-dark:after {
    border-top-color: #000;
}

.invalid-feedback {
    font-size: 90%;
}

.displaynone {
    display: none;
}

@media (min-width: 992px) {
    .top-bar-box .top-nav-box > .top-nav > li > .sub-menu > ul > li > a {
        display: block;
    }

    .top-bar-box .top-nav-box:before {
        background: #33468e;
    }

    .top-bar-box .top-nav-box > .top-nav > li:hover > a, .top-bar-box .top-nav-box > .top-nav > .active > a {
        color: #b8c6ff;
    }

    .top-bar-box .top-nav-box > .top-nav > .active > a {
        font-weight: bold;
    }

    .top-bar-box .top-nav-box > .top-nav > li {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }

    .top-bar-box .top-nav-box > .top-nav > li:first-child {
        padding-left: 0px;
    }

    .table-responsive {
        overflow-x: visible;
    }
}

.top-bar-box .top-bar .logo-box > .logo {
    width: 36px;
    padding: 2px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.top-bar-box .top-bar .logo-box > .title {
    font-size: 1.3rem;
}

.top-bar-box {
    background: #223373;
}

.top-bar-box .top-bar > .top-side-box:after {
    background: #33468e;
}

.top-bar-box .top-bar > .user-profile > .info > .user-info {
    color: rgba(255, 255, 255, 0.5);
}

.nav-lang {
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 1;
    direction: rtl;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
}

.nav-lang:hover {
    color: #fff;
    background: #223373;
    border: 1px solid #223373;
}

.top-bar-box .top-bar > .top-side-box > .notification-box > .notification-item > .icon {
    font-size: 1.3rem;
}

.top-bar-box .top-bar > .user-profile {
    margin-left: 25px;
}

.width-130px {
    width: 175px;
}

.table {
    background: #fff;
}

.table th {
    color: #4c4c4c;
    background: #ebedef;
}

.bg-primary {
    background-color: #223373 !important;
}

.table.table-sm thead th, .table.table-sm tbody th, .table.table-sm tbody td {
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}

.nav {
    padding: 0;
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
}

.profile-icon {
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    background: #223373;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #fff;
}

.profile-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.person-photo {
    position: absolute;
    right: 10px;
    margin: 10px;
    padding: 0px;
    background: #fff;
    border: 1px solid #d4d7de;
    border-radius: 50%;
    box-shadow: 0 0 0 0.2rem rgba(90, 82, 120, 0.15);
}

.person-photo img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: inline-block;
}

.person-photo .btn {
    position: absolute;
    right: 5px;
    bottom: 0px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(90, 82, 120, 0.15);
    color: #6c757d;
    font-size: 13px;
    border-color: #d4d7de;
}

.top-bar-box .top-nav-box > .top-nav > li {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-box .top-nav-box > .top-nav > li:last-child {
    border: none;
}

.btn-primary {
    color: #fff;
    background-color: #3b7ae2;
    border-color: #3b7ae2;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2065d7;
    border-color: #2065d7;
}

.dropdown-menu {
    text-align: right;
}

.list-group-item {
    padding: 0;
}

.list-group-item-primary {
    color: #d8e4f9;
    border-color: #00506e;
    background-color: #223373;
}

.list-group-item:hover {
    background-color: #ebedef;
}

.list-group-item-primary:hover {
    background-color: #33468e;
}

.list-group-item a {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    color: #596265;
}

.list-group-item-primary a {
    color: #d8e4f9;
}

a:hover, a:active {
    text-decoration: none;
    color: #223373;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content {
    background-color: #223373;
    color: #fff;
    border: 1px solid #4156a3;
    border-radius: 5px;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content:after {
    border-bottom-color: #223373;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content:before {
    border-bottom-color: #4156a3;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content > a {
    color: #fff;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content > a:hover, .top-bar-box .top-bar > .user-profile > .user-profile-content > a:active {
    text-decoration: none;
    color: #9eaada;
}

footer {
    background: #f5f6f7;
    border-top: 1px solid #dee0e5;
    color: #989898;
}

.notification-content i {
    color: #888;
}

.modal-footer-extra {
    position: absolute;
    left: 15px;
}

.modal-title {
    width: 100%;
}

#latest_alerts .new, .table-new, .table-new td, .table-new th {
    background: #fff0eb;
    padding: 5px 15px;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
    padding-right: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
    padding-left: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

table.table-bordered.dataTable thead th {
    border-top-width: 0;
    border-bottom-width: 0;
}

.border-0, .border-0 td, .border-0 th {
    border: none !important;
}

.width-50px {
    width: 50px;
}

.width-70px {
    width: 70px;
}

.alert-i {
    color: #888;
}

.pointer {
    cursor: pointer;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content {
    min-width: 260px;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content > .active {
    color: #fdcf8d;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content > .dropdown-divider {
    border-top: 1px solid #33468e;
    margin-left: -15px;
    margin-right: -15px;
}

.top-bar-box .top-bar > .user-profile > .overflow {
    max-height: 260px;
    overflow-y: scroll;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4) !important;
}

.top-bar-box .top-bar > .user-profile > .user-profile-content::-webkit-scrollbar, .top-bar-box .top-bar > .user-profile > .user-profile-content::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    transition: .3s background !important;
}

.btn-info {
    background-color: #33468e;
    border-color: #33468e;
}

.btn-info:hover {
    color: #fff;
    background-color: #223373;
    border-color: #223373;
}

.alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sweet-alert {
    padding: 30px;
}

.sweet-alert .sa-icon.sa-success {
    z-index: 1;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #46b8da !important;
}

.sweet-alert .sa-icon.sa-info::before, .sweet-alert .sa-icon.sa-info::after {
    background-color: #46b8da !important;
}

.sweet-alert p {
    color: #888;
    font-size: 14px !important;
}

.sweet-alert h2 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: 30px 0 10px !important;
    z-index: 2;
}

.text-info {
    color: #1245cc !important;
}

.btn-outline-secondary {
    border-color: #ebedef;
}

.btn-sm-pad {
    padding: 0 5px !important;
    font-size: 14px;
    width: 25px;
    height: 25px;
}

img {
    max-width: 100%;
}

.selectize-dropdown .image img, .selectize-input .image img {
    max-width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

.selectize-input .image {
    width: 1.5rem;
    height: 1.5rem;
    margin: -3px .75rem -3px -5px;
}

.selectize-dropdown .image, .selectize-input .image {
    width: 1.25rem;
    height: 1.25rem;
    background-size: contain;
    margin: -1px .5rem -1px -4px;
    line-height: 1.25rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selectize-dropdown {
    padding: 0;
    background: #fff;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.datepicker table, .bootstrap-datetimepicker-widget.dropdown-menu table {
    width: 100%;
}

.datepickerDiv {
    position: relative;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    padding: 0;
}

.bootstrap-datetimepicker-widget table td span {
    line-height: 30px !important;
    height: 35px;
}

.modal hr {
    margin-left: -15px;
    margin-right: -15px;
}

/*
    Wizard
*/

.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.wizard > .steps .number {
    font-size: 1.429em;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
    text-align: center;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
    text-align: center;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0;
    padding: 1em 1em;
    text-decoration: none;

}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #33468e;
    color: #fff;
    cursor: default;
    position: relative;
}

.wizard > .steps .current a::after {
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid #33468e;
    clear: both;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #223373;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.fixed-200 {
    max-height: 200px;
    overflow-y: scroll;
}

.fixed-300 {
    max-height: 300px;
    overflow-y: scroll;
}

.fixed-200::-webkit-scrollbar-thumb, .fixed-300::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2) !important;
}

.fixed-200::-webkit-scrollbar, .fixed-300::-webkit-scrollbar {
    width: 4px !important;
    height: 6px !important;
    transition: .3s background !important;
}

#terms_agree_check {
    display: inline-block !important;
}

#continue_create {
    margin-top: 0px !important;
}

.breadcrumb {
    padding: 12px 20px;
}

.list-group-item.active {
    z-index: 1;
    color: #fff;
    background-color: #33468e;
    border-color: #33468e;
}

.list-group-item.active a {
    color: #fff;
}

.mt--30 {
    margin-top: -30px;
}

.mt--35 {
    margin-top: -35px;
}

.mt--40 {
    margin-top: -40px;
}

.mt--50 {
    margin-top: -50px;
}

ml--15 {
    margin-left: -15px !important;
}

mr--15 {
    margin-right: -15px !important;
}

.table thead th {
    background: #ececec;
}

.table.table-bordered thead th, .table.table-bordered tbody th, .table.table-bordered tbody td {
    border: 1px solid #e0e0e0;
}

.table.table-hover tbody tr:hover {
    background: #ececec;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #33468e;
}

.btn-dark {
    background-color: #000;
    border-color: #000;
}

.bg-secondary {
    background-color: #4e4e4e !important;
}

.badge-secondary {
    background-color: #4e4e4e;
}


.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgba(165, 220, 134, 0.2)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #1aae88;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #1aae88;
}

.text-primary {
    color: #33468e !important;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    /*width: 100% !important;*/
}

.bg-gray {
    background: #f9f9f9;
}

.dropify-wrapper {
    border: 1px solid #E5E5E5;
}

.datepicker-dropdown {
    max-width: 250px;
}

#map {
    height: 300px;
    border: 2px dashed #E5E5E5;
}

.selectize-dropdown .title {
    padding: 6px .75rem;
    /*display: block;*/
    direction: ltr;
}

.selectize-dropdown .code {
    float: right;
    direction: ltr;
}

.d-time {
    opacity: 0.7;
    border: 1px dotted #fff;
    border-radius: 3px;
    margin: 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
}

@media (max-width: 992px) {
    .d-time {
        display: none;
    }

    .top-bar-box .top-bar > .page-info:before {
        background: #223373;
        border-bottom: 1px solid #33468e;
    }

    .top-bar-box .top-nav-box .top-nav > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .top-bar-box .top-bar > .mobile-nav-toggle {
        height: 37px;
        width: 37px;

    }

    .nav-lang {
        bottom: 80px;
        left: 30px;
        right: auto;
        width: calc(100% - 60px);
    }

    .top-bar-box .top-nav-box {
        background: #33468e;
    }

    .top-bar-box .top-nav-box .top-nav > li.active, .top-bar-box .top-nav-box .top-nav > li.first-position {
        background: #33468e;
    }

    .top-bar-box .top-nav-box > .top-nav > li:hover > a, .top-bar-box .top-nav-box > .top-nav > .active > a {
        color: #9eaada;
    }

    .top-bar-box .top-bar > .mobile-nav-toggle {
        font-size: 2rem;
    }

    .top-bar-box .top-bar {
        padding-top: 10px;
    }

    .top-bar-box .top-bar .logo-box {
        display: block;
    }

    .top-bar-box .top-bar .logo-box > .logo {
        height: 30px;
        width: 30px;
        vertical-align: top;
        margin: 0 5px;
    }

    .top-bar-box .top-bar .logo-box > .title {
        display: inline-block;
        font-size: 1rem;
        margin: 2px 0 0 0 !important;
        padding: 0 !important;
    }

    .person-photo {
        position: relative;
        text-align: center;
        left: 0 !important;
        margin-bottom: 10px;
    }

    div.dataTables_info, div.dataTables_length {
        display: none;
    }

    table td, table th {
        min-width: 150px;
    }

    .person-photo {
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }

    .person-photo .btn {
        bottom: 5px;
    }

    .wizard > .steps a {
        min-height: 85px;
    }

    .width-70px {
        width: 50px;
        min-width: 50px;
    }

    #continue_create {
        float: none;
        margin: 0 !important;
    }

    .top-bar-box .top-nav-box .top-nav > li.active > .sub-menu, .top-bar-box .top-nav-box .top-nav > li.first-position > .sub-menu {
        background: #223373;
    }

    .top-bar-box .top-nav-box .top-nav > li > .sub-menu:after {
        left: 20px;
        right: auto;
        content: "\F141";
    }

    .top-bar-box .top-nav-box .top-nav > li.active > .sub-menu > div > ul, .top-bar-box .top-nav-box .top-nav > li.first-position > .sub-menu > div > ul {
        padding-right: 0px;
    }

}

.mobile-cell-hide {
    display: table-cell;
}

.auth-side {
    width: 500px;
    height: 500px;
    background-size: 500px 500px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .auth-side {
        display: none;
    }
}

.back-to-home {
    position: absolute;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}

.btn-soft-primary {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
}

.btn-primary, .btn-soft-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-primary:hover {
    border-color: #2f55d4 !important;
    background-color: #2f55d4 !important;
    color: #fff;
}

@media (max-width: 735px) {
    .back-to-home {
        position: absolute;
        top: 3%;
        right: 5%;
        z-index: 1;
    }

    .mobile-cell-hide {
        display: none;
    }

    .rep-table th, .rep-table td {
        display: block !important;
        width: 100% !important;
        border-bottom: none !important;
    }

    .rep-table:last-child {
        border-bottom: 1px solid #d4d7de !important;
    }
}

@media print {
    .top-bar-box, footer, .print-hide, .btn {
        display: none;
    }

    .col-sm-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .content-wrapper {
        margin-top: 0 !important;
    }

}

.dataTables_empty {
    color: #888;
}

.table.table_custom thead tr th, .dataTables_wrapper .dataTables_length {
    color: #666A6D;
}

div.dataTables_wrapper div.dataTables_length label {
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_info {
    line-height: 20px;
}

div.dataTables_wrapper div.dataTables_processing {
    padding: 5px 20px;
    margin-top: -40px;
    background: transparent url("../images/loading.gif");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 140px center;
    border: none;
}

.dataTables_empty {
    border-radius: .55rem !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin: 0 !important;
    padding: 2px 10px !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #666;
}

.bg-light-gray {
    background-color: #ebedef;
}

.p-a-0 {
    padding: 0 !important;
}

.width-full {
    width: 100%;
}

.packages-list .list-group-item:hover {
    background: #fff;
}

.packages-list .list-group-item {
    padding: 7px;
    font-size: 14px;
}

.package-card .card-title {
    color: #3b7ae2;
}

.package-card {
    background: #f5f5f5;
}

.package-card + .featured {
    background: #3b7ae2;
}

.package-card + .featured .card-title {
    color: #fff;
}

.package-card + .featured .btn {
    background: #fff;
    color: #3b7ae2;
}

.package-card + .featured .price {
    color: #fff;
}

.no-apps {
    max-height: 300px;
}

@media (max-width: 992px) {
    .no-apps-create {
        margin-top: 0 !important;
    }
}

.website-url {
    padding: 30px;
    font-size: 20px;
}

.website-url:focus {
    border-color: #e6e6e6;
}

.url-box {
    box-shadow: 0 6px 20px rgba(33, 76, 231, .16);
}

.cursor-pointer {
    cursor: pointer;
}

.convert-types {
    width: 100%;
    text-align: center;
    border: none;
    background: transparent;
}

.convert-types .dropdown-item {
    cursor: pointer;
    width: 49%;
    display: inline-block;
    padding-bottom: 20px;
    border: 1px solid #eee;
    background: #fff;
}

.strong {
    font-weight: bold;
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons li {
    display: inline-block;
    margin: -1px 0 5px 1px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.url-box .input-group-append {
    margin-left: 0px;
}

.form-required {
    border: 1px solid red;
}

.profile-btn {
    font-size: 16px;
}

.profile-btn span {
    display: block;
}

@media (max-width: 735px) {
    footer .text-left {
        margin-bottom: 10px;
    }

    footer .text-left, footer .text-right {
        text-align: center !important;
    }

    .profile-btn span {
        display: inline-block;
    }
}

.w250 {
    width: 220px;
}

.selectgroup {
    display: inline-flex
}

.selectgroup-vertical {
    flex-direction: column
}

.selectgroup-item {
    flex-grow: 1;
    position: relative
}

.selectgroup:not(.selectgroup-vertical) > .selectgroup-item + .selectgroup-item {
    margin-left: -1px
}

.selectgroup:not(.selectgroup-vertical) > .selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

.selectgroup:not(.selectgroup-vertical) > .selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.selectgroup-vertical > .selectgroup-item:not(:last-child) {
    margin-bottom: 0
}

.selectgroup-vertical > .selectgroup-item + .selectgroup-item {
    margin-top: -1px;
    margin-left: 0
}

.selectgroup-vertical > .selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.selectgroup-vertical > .selectgroup-item:not(:last-child) .selectgroup-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.selectgroup-button {
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #9aa0ac;
    font-size: 12px;
    min-width: 2.375rem;
    border: 1px solid rgba(0, 40, 100, 0.12);
    padding: 3px 15px;
    position: relative;
    cursor: pointer;
    user-select: none;
    line-height: 1.5rem
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem
}

.selectgroup-input:checked + .selectgroup-button {
    border-color: #2185d0;
    color: #2185d0;
    background: #e9f3fa;
    z-index: 1
}

.selectgroup-input:focus + .selectgroup-button {
    border-color: #2185d0;
    color: #2185d0;
    z-index: 2
}

.selectgroup-pills {
    flex-wrap: wrap;
    align-items: flex-start
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    flex-grow: 0
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important
}

#convert-url::-webkit-input-placeholder { /* Edge */
    color: lightgray;
}

#convert-url:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray;
}

#convert-url::placeholder {
    color: lightgray;
}

.convert-to-pdf {
    background: #e33244 !important;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: 0 6px 20px rgba(33, 76, 231, .16);
}

.convert-to-pdf:hover {
    background: #cf2536 !important;
}

.convert-to-pdf i, .convert-to-pdf span {
    color: #fff !important;
}

.convert-to-image {
    background: #1aae88 !important;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: 0 6px 20px rgba(33, 76, 231, .16);
}

.convert-to-image:hover {
    background: #129674 !important;
}

.convert-to-image i, .convert-to-image span {
    color: #fff !important;
}

.cookies-accept-box {
    background-color: #130f40de;
    padding: 20px;
}

.cookies-accept {
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    padding: 10px;
}

.fas {
    cursor: pointer;
    font-size: 24px;
}

.btn-white {
    background: #fff;
    border: 1px solid #dedede;
    color: #666;
}

.btn-white:hover {
    background: #ebedef;
}

.chart-bg {
    background: url("../images/chart-bg.jpg");
}

#options-btn {
    border-left: none;
    border-right: none;
    background: #fff;
    color: #777;
}

#options-btn:hover {
    background: #fff;
    color: #000;
}

#options-btn:hover i {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: block;
}

#convert-btn {
    width: 70px;
}

form .margin-settings {
    margin-top: 65px;
    margin-bottom: 62px;
    position: relative;
    direction: ltr;
}

form .margin-settings .square-outter {
    width: 120px;
    height: 118px;
    margin: auto;
    border: 2px solid #000;
}

form .margin-settings .square-outter .square-inner {
    margin: 14px;
    width: 90px;
    height: 89px;
    border: 1px dashed #c2c2c2;
}

form .margin-settings .top {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 60px;
    transform: translateX(-25px);
}

form .margin-settings .right {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
}

form .margin-settings .bottom {
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 60px;
    transform: translateX(-25px);
}

form .margin-settings .left {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 60px;
}

.options-close {
    position: absolute;
    right: 5px;
    top: 0px;
    padding: 10px !important;
    z-index: 999999;
}

#PageOrientation1, #PageOrientation2, #image_format1, #image_format2 {
    margin-top: 15px;
}

.opt-div {
    padding-right: 0 !important;
}

@media (max-width: 666px) {
    .marg-div {
        border: none;
        border-top: 1px solid #dee2e6 !important;
        margin: 0 10px;
        padding-bottom: 20px;
    }

    .marg-div .px-20 {
        padding: 0 !important;
    }

    .opt-div {
        margin: 0 10px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    #_change_options .modal-lg {
        width: 95% !important;
        max-width: 95% !important;
    }

    form .margin-settings .left {
        left: 0;
    }

    form .margin-settings .right {
        right: 0;
    }
}

pre code {
    background-color: #ececec;
    border: 1px solid #e0e0e0;
    display: block;
    padding: 10px;
    white-space: normal;
}

pre {
    margin: 0;
}

.min-w-130 {
    min-width: 130px;
}

.w-full {
    width: 100%;
}

.dropify-wrapper {
    border-radius: 0.2rem;
}
@media (max-width: 735px){
    .rep-table thead{
        display: none;
    }
    .rep-table th,.rep-table td{
        text-align: center;
    }

    .rep-table tr{
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 40px;
        display: block;
    }
}
.csv-view-table-responsive{
    overflow: scroll;
    max-height: 300px;
    width: 100%;
}
.csv-view-table-responsive .table th{
    white-space: nowrap;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1000px;
    }
}
