html {
    width: 100%;
    height: 100%;
    background: #f8f8f8
}

body {
    font-family: 'iranyekan', 'serif';
    font-size: .8rem;
    font-weight: 400;
    color: #3a3a3a;
    background: #f8f8f8
}

::selection {
    background: #d2aacc
}

::-moz-selection {
    background: #d2aacc
}

.ps__thumb-y {
    background-color: #d7d7d7
}


button {
    color: #3a3a3a;
    outline: initial !important
}


.main-heading {
    border-bottom: 1px solid #d7d7d7
}

.separator {
    border-bottom: 1px solid #d7d7d7
}


.video-play-icon span {
    position: absolute;
    background: rgba(255, 255, 255, .7);
    height: 2.5rem;
    border-radius: 2rem;
    line-height: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8em;
    width: 3em;
    text-align: center;
    padding-left: 5px
}

.video-play-icon:active span, .video-play-icon:hover span {
    background: rgba(255, 255, 255, .85)
}
a {
    color: #3a3a3a;
    transition: color .2s;
    outline: initial !important
}

.white {
    color: #fff !important
}


.text-white {
    color: #fff !important
}



.text-default {
    color: #3a3a3a !important
}

.text-muted {
    color: #909090 !important
}

.text-semi-muted {
    color: #8f8f8f !important
}


.color-theme-2 {
    color: #4556ac
}


#displayOptions button {
    border-color: #8f8f8f;
    color: #8f8f8f
}


#displayOptions .view-icon .view-icon-svg {
    fill: #8f8f8f
}


.feedback-container a {
    font-size: 1.3em;
    color: #8f8f8f;
    margin: .5rem
}


button {
    color: #3a3a3a;
    outline: initial !important
}


.btn-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15), 0 1px 3px 1px rgba(0, 0, 0, .15) !important;
    transition: background-color box-shadow .1s linear
}

.btn-shadow:focus, .btn-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15), 0 4px 6px 2px rgba(0, 0, 0, .15) !important
}


.dropdown-menu {
    font-size: .8rem;
    border-radius: .1rem;
    background: #fff;
    border-color: rgba(58, 58, 58, .15)
}

.dropdown-item {
    padding: .5rem 1.25rem;
    color: #3a3a3a
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f8f8f8;
    color: #3a3a3a
}

.dropdown-divider {
    border-color: #d7d7d7
}

.btn-secondary {
    background-color: #4556ac;
    border-color: #4556ac;
    color: #fff
}

.btn-secondary:hover {
    color: #fff;
    background-color: #39478f;
    border-color: #39478f
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #334080;
    border-color: #334080;
    color: #fff
}

.btn-secondary-gradient {
    background: linear-gradient(to right, #4556ac, #2f3b75)
}

.btn-secondary-gradient:hover {
    background: linear-gradient(to right, #4556ac, #39478f)
}

.btn-secondary-gradient:not(:disabled):not(.disabled).active, .btn-secondary-gradient:not(:disabled):not(.disabled):active, .show > .btn-secondary-gradient.dropdown-toggle {
    background: linear-gradient(to right, #4556ac, #2f3b75)
}

.btn-warning {
    background-color: #b69329;
    border-color: #b69329
}

.btn-danger, .btn-info, .btn-success, .btn-warning {
    color: #fff
}

.btn-danger:hover, .btn-info:hover, .btn-success:hover, .btn-warning:hover {
    color: #fff
}

.btn-outline-danger:hover, .btn-outline-info:hover, .btn-outline-success:hover, .btn-outline-warning:hover {
    color: #fff
}

.btn-light {
    color: #575057;
    background-color: #d4d4d4;
    border-color: #d4d4d4
}

.btn-light:hover {
    color: #575057;
    background-color: silver;
    border-color: silver
}

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

.btn-dark:hover {
    color: #d4d4d4;
    background-color: #4a444a;
    border-color: #4a444a
}

.btn-outline-dark {
    color: #575057;
    border-color: #575057
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #575057;
    border-color: #575057
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: initial
}

.btn-outline-light {
    color: #d4d4d4;
    border-color: #d4d4d4
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #d4d4d4
}

.btn-outline-theme-3 {
    background: unset;
    color: #af67a4;
    border-color: #af67a4
}

.btn-outline-theme-3:hover {
    background-color: #af67a4;
    border-color: #af67a4;
    color: #fff
}

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

.btn-outline-secondary:hover {
    background-color: #4556ac;
    border-color: #4556ac;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #4556ac;
    border-color: #4556ac;
    color: #fff
}

.btn-header-light {
    color: #d7d7d7;
    border-color: transparent;
    background: 0 0
}

.btn-header-light:hover {
    background-color: transparent;
    border-color: #d7d7d7
}

.btn-header-secondary {
    color: #4556ac;
    border-color: transparent;
    background: 0 0
}

.btn-header-secondary:hover {
    background-color: transparent;
    border-color: #4556ac
}

.btn-header-primary-light {
    color: #af67a4;
    border-color: transparent;
    background: 0 0
}

.btn-header-primary-light:hover {
    background-color: transparent;
    border-color: #af67a4
}


.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #4556ac;
    border-color: #4556ac;
    color: #fff
}


.white-underline-link {
    color: #fff;
    text-decoration: underline
}

.white-underline-link:active, .white-underline-link:hover {
    color: #fff;
    text-decoration: initial
}

.btn-link:hover {
    color: rgba(146, 44, 136, .7)
}

.btn-multiple-state {
    position: relative;
    transition: opacity .5s
}

.btn-multiple-state .icon, .btn-multiple-state .spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s;
    color: #fff;
    pointer-events: none
}


.btn-multiple-state.btn-secondary:disabled {
    opacity: 1;
    border-color: #364488
}


.border {
    border: 1px solid #f3f3f3 !important
}

.border-right {
    border-right: 1px solid #f3f3f3 !important
}

.border-left {
    border-left: 1px solid #f3f3f3 !important
}

.border-top {
    border-top: 1px solid #f3f3f3 !important
}

.border-bottom {
    border-bottom: 1px solid #f3f3f3 !important
}


.border-theme-2 {
    border-color: #4556ac !important
}

.border-theme-3 {
    border-color: #af67a4 !important
}

.border-secondary {
    border-color: #3a3a3a !important
}

.text-theme-2 {
    color: #4556ac !important
}

.text-theme-3 {
    color: #af67a4 !important
}

.text-secondary {
    color: #3a3a3a !important
}

.badge-theme-2, .bg-theme-2 {
    background-color: #4556ac !important;
    color: #fff
}

.badge-theme-3, .bg-theme-3 {
    background-color: #af67a4 !important;
    color: #fff
}

.badge-secondary, .bg-secondary {
    background-color: #4556ac !important;
    color: #fff
}

.badge-warning {
    background-color: #b69329
}

.badge-success {
    background-color: #3e884f
}

.badge-info {
    background-color: #3195a5
}

.badge-danger {
    background-color: #c43d4b
}

.badge-danger, .badge-info, .badge-success, .badge-warning {
    color: #fff
}


.badge-light {
    background-color: #d4d4d4;
    color: #575057
}

.badge-dark {
    background-color: #575057;
    color: #d4d4d4
}

.badge-outline-secondary, .badge-outline-theme-2 {
    background: unset;
    border: 1px solid #4556ac;
    color: #4556ac
}

.badge-outline-theme-3 {
    background: unset;
    border: 1px solid #af67a4;
    color: #af67a4
}

.badge-outline-success {
    background: unset;
    border: 1px solid #3e884f;
    color: #3e884f
}

.badge-outline-danger {
    background: unset;
    border: 1px solid #c43d4b;
    color: #c43d4b
}

.badge-outline-warning {
    background: unset;
    border: 1px solid #b69329;
    color: #b69329
}

.badge-outline-info {
    background: unset;
    border: 1px solid #3195a5;
    color: #3195a5
}

.badge-outline-light {
    background: unset;
    border: 1px solid #d4d4d4;
    color: #d4d4d4
}

.badge-outline-dark {
    background: unset;
    border: 1px solid #575057;
    color: #575057
}


.nav-tabs.separator-tabs {
    border-bottom: 1px solid #d7d7d7
}


.nav-tabs.separator-tabs .nav-link {
    border: initial;
    padding-top: 1rem;
    background: initial;
    padding-left: 0;
    padding-top: .5rem;
    padding-right: 0;
    margin-right: 1.5rem;
    font-weight: 600;
    letter-spacing: .5px;
    color: #8f8f8f
}


.slick-dot {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #d7d7d7;
    outline: initial !important;
    border: initial;
    margin: 0 5px;
    padding: 0
}

.navbar {
    background: #fff;
    height: 100px;
    padding: 1.5rem 0 1.5rem 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}


.navbar .icon-menu-item {
    width: 90px;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.7rem;
    color: #6d6d6d
}


.navbar .menu-button-mobile {
    color: #8f8f8f;
    text-align: center;
    margin-left: 15px
}

.navbar .menu-button-mobile svg {
    height: 12px;
    fill: #3a3a3a
}


.navbar .menu-button {
    color: #8f8f8f;
    width: 120px;
    text-align: center
}


.navbar .menu-button .main {
    fill: #3a3a3a;
    transition: fill .3s
}

.navbar .menu-button .sub {
    fill: #3a3a3a;
    transition: fill .3s
}


.navbar .search {
    position: relative;
    width: 230px;
    border-radius: 20px;
    background: #f8f8f8
}

.navbar .search input {
    border: initial;
    background: 0 0;
    outline: initial !important;
    font-size: .8rem;
    width: 93%;
    color: #3a3a3a;
    padding: .4rem 1rem;
    line-height: 2
}

.navbar .search .search-icon {
    font-size: 17px;
    border-radius: 10px;
    color: #d7d7d7;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: 3px;
    text-align: center;
    cursor: pointer
}



@media (max-width: 767px) {
    .navbar .search {
        width: 30px;
        height: 30px;
        background: initial;
        margin-left: .6rem;
        color: #878787
    }

    .navbar .search input {
        display: none
    }

    .navbar .search .search-icon {
        font-size: 17px;
        width: 30px;
        height: 30px;
        bottom: -3px;
        right: 0;
        color: inherit
    }

    .navbar .search.mobile-view {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 2;
        background: #fff;
        left: 0;
        top: 0;
        height: 70px;
        margin-left: 15px
    }

    .navbar .search.mobile-view input {
        display: block;
        width: 100%;
        height: 70px;
        padding-left: 0
    }

    .navbar .search.mobile-view span {
        top: 50%;
        transform: translateY(-50%);
        right: 25px
    }
}


.navbar .header-icon {
    font-size: 16px;
    color: #8f8f8f;
    padding-left: .6rem;
    padding-right: .6rem;
    vertical-align: initial
}


.navbar .user {
    color: #878787;
    position: relative
}

.navbar .user img {
    margin-left: 10px;
    border-radius: 30px;
    width: 40px
}

.navbar .user .name {
    color: #878787
}

@media (max-width: 991px) {
    .navbar .user .name {
        display: none
    }
}


#app-container.menu-sub-hidden .menu-button .sub, #app-container.sub-hidden .menu-button .sub {
    fill: #8f8f8f
}

#app-container.main-hidden .menu-button .main, #app-container.main-hidden .menu-button .sub, #app-container.menu-hidden .menu-button .main, #app-container.menu-hidden .menu-button .sub {
    fill: #8f8f8f
}


.menu .main-menu {
    width: 120px;
    height: calc(100% - 100px);
    background: #fff;
    z-index: 3;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0
}


.menu .main-menu ul li a {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    color: #3a3a3a;
    transition: color .3s;
    transition: background .3s
}



.menu .sub-menu {
    width: 230px;
    background: #fff;
    z-index: 2;
    position: fixed;
    left: 120px;
    border-left: 1px solid #f3f3f3;
    height: calc(100% - 100px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}


.menu .sub-menu ul li i {
    font-size: 1.3em;
    margin-right: 10px;
    color: #8f8f8f;
    vertical-align: middle;
    display: inline-block
}


.app-menu {
    z-index: 1;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    width: 280px;
    height: 100%;
    float: right;
    background: #fff;
    transition: transform .3s;
    position: fixed;
    right: 0;
    top: 100px;
    height: calc(100% - 100px)
}


.app-menu .app-menu-button {
    position: absolute;
    left: -28px;
    background: #fff;
    top: 45px;
    padding: 12px 8px 12px 5px;
    border-radius: .2rem;
    color: #8f8f8f;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .04);
    font-size: 15px;
    line-height: 0
}


.app-menu ul li i {
    font-size: 1.2em;
    margin-right: 10px;
    color: #8f8f8f;
    vertical-align: unset
}


.chat-input-container {
    width: 100%;
    height: 90px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    transition: padding .3s;
    padding-left: 410px;
    padding-right: 340px
}


.survey-app .answers .badge {
    color: #8f8f8f
}


.card {
    border: initial;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}


.card .card-header .card-icon i {
    font-size: 12px;
    color: #d7d7d7
}


.card-img-overlay {
    background: rgba(0, 0, 0, .5);
    padding: 1.75rem
}


.dashboard-search {
    height: auto;
    background: url(../../../img/login/plane.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff
}


.dashboard-search .form-container {
    height: 400px;
    border-radius: .1rem;
    box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, .04);
    padding: 2rem;
    background-color: #fff
}


.icon-cards-row .card-text {
    color: #8f8f8f;
    height: 30px;
    line-height: 26px
}



.fc-day-grid-event .fc-content {
    color: #fff
}


.fc .table-bordered td, .fc .table-bordered th, .fc table {
    border-color: #f3f3f3 !important
}



.fc-event, .fc-event-dot {
    background-color: #4556ac;
    color: #fff !important;
    padding: 1px 6px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center
}


table.dataTable td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    outline: initial !important
}


.data-table-rows table td {
    background: #fff
}



.alert-secondary {
    color: #4556ac;
    background-color: #d4d8e9;
    border-color: rgba(69, 86, 172, .1)
}

.alert-success {
    color: #3e884f;
    background-color: #d3e2d6;
    border-color: rgba(62, 136, 79, .1)
}

.alert-info {
    color: #3195a5;
    background-color: #d0e4e7;
    border-color: rgba(49, 149, 165, .1)
}

.alert-warning {
    color: #b69329;
    background-color: #ebe4cf;
    border-color: rgba(182, 147, 41, .1)
}

.alert-danger {
    color: #c43d4b;
    background-color: #eed3d5;
    border-color: rgba(196, 61, 75, .1)
}

.alert-light {
    color: #d4d4d4;
    background-color: #f1f1f1;
    border-color: rgba(212, 212, 212, .1)
}

.alert-dark {
    color: #575057;
    background-color: #d8d6d8;
    border-color: rgba(87, 80, 87, .1)
}


.bootstrap-tagsinput, .form-control {
    border-radius: .1rem;
    outline: initial !important;
    box-shadow: initial !important;
    font-size: .8rem;
    padding: .5rem .75rem;
    line-height: 1;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #3a3a3a;
    border-color: #d7d7d7;
    height: calc(2em + .8rem)
}


@keyframes autofill {
    to {
        color: #3a3a3a;
        background: 0 0
    }
}


input:-webkit-autofill {
    -webkit-text-fill-color: #3a3a3a !important
}

.bootstrap-tagsinput input {
    color: #3a3a3a
}

.has-float-label label::after, .has-float-label > span::after {
    background: #fff
}


.form-control:focus {
    background: #fff;
    color: #3a3a3a
}


.custom-control-label::before {
    border: 1px solid #909090 !important;
    background: initial !important
}


.btn .custom-control-label::before {
    border: 1px solid #fff !important;
    background: 0 0 !important
}

.btn .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #fff !important;
    background: 0 0 !important
}


.invalid-tooltip::after, .valid-tooltip::after, div.error::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -2.5px;
    margin-left: 50%;
    width: 10px;
    height: 5px;
    border-bottom: solid 5px #fff;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent
}


.tooltip-center-top .invalid-tooltip::after, .tooltip-center-top .valid-tooltip::after, .tooltip-center-top div.error::after {
    content: "";
    position: absolute;
    top: initial;
    bottom: -4px;
    border-top: solid 5px #fff;
    border-bottom: initial
}



.tooltip-right-top .invalid-tooltip::after, .tooltip-right-top .valid-tooltip::after, .tooltip-right-top div.error::after {
    content: "";
    position: absolute;
    top: initial;
    bottom: -4px;
    border-top: solid 5px #fff;
    border-bottom: initial;
    left: initial;
    right: 25px;
    margin-left: 0
}


.tooltip-left-top .invalid-tooltip::after, .tooltip-left-top .valid-tooltip::after, .tooltip-left-top div.error::after {
    content: "";
    position: absolute;
    top: initial;
    bottom: -4px;
    border-top: solid 5px #fff;
    border-bottom: initial;
    left: 25px;
    right: initial;
    margin-left: 0
}


.tooltip-label-right .invalid-tooltip::after, .tooltip-label-right .valid-tooltip::after, .tooltip-label-right div.error::after {
    content: "";
    position: absolute;
    top: initial;
    left: -4px;
    right: initial;
    margin-left: 0;
    width: 5px;
    border: initial;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #fff;
    bottom: initial;
    top: 12px;
    width: 5px
}


.valid-icon {
    position: absolute;
    bottom: 8px;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: 0;
    font-size: .76rem;
    line-height: 1;
    color: #fff;
    border-radius: .2rem;
    right: 4px;
    color: #3e884f
}

.invalid-icon {
    position: absolute;
    bottom: 2px;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: 0;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    border-radius: .2rem;
    right: 4px;
    color: #c43d4b
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #d7d7d7 !important
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #d7d7d7 !important
}



.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #3a3a3a
}


.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #3a3a3a
}


.select2-container--bootstrap .select2-selection.form-control, .select2-dropdown {
    background: #fff
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background: #fff;
    color: #3a3a3a
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #3a3a3a;
    padding-top: 5px
}

.input-group-text {
    background-color: rgba(255, 255, 255, .1);
    border-color: #d7d7d7;
    color: #3a3a3a;
    font-size: .8rem;
    padding: .5rem .75rem .5rem .75rem;
    line-height: 1 !important
}

.select2-container--bootstrap .select2-selection {
    border: 1px solid #d7d7d7
}


.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: rgba(146, 44, 136, .7)
}

.select2-container--bootstrap .select2-dropdown {
    border-color: rgba(146, 44, 136, .7)
}



.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: .1rem !important;
    border: 1px solid #8f8f8f;
    outline: initial;
    background: #fff;
    color: #3a3a3a
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    outline: initial;
    background: #fff;
    color: #3a3a3a
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: .1rem;
    background: #fff;
    color: #3a3a3a;
    border-color: #d7d7d7;
    margin: 0 0 0 8px
}



.datepicker table tr td, .datepicker table tr th {
    color: #3a3a3a
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top-color: #fff
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-bottom-color: #fff
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #d7d7d7
}


.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #d7d7d7
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #d7d7d7
}

.dropzone {
    min-height: 115px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    padding: 10px 10px !important;
    border-radius: .1rem !important;
    color: #3a3a3a !important;
    height: auto
}


.dropzone .dz-preview.dz-file-preview, .dropzone .dz-preview.dz-image-preview {
    width: 260px;
    height: 60px;
    min-height: unset;
    border: 1px solid #d7d7d7 !important;
    border-radius: .1rem !important;
    background: #fff !important;
    color: #3a3a3a !important
}


.dropzone .dz-preview.dz-file-preview .dz-details, .dropzone .dz-preview.dz-image-preview .dz-details {
    position: static;
    display: block;
    opacity: 1;
    text-align: left;
    min-width: unset;
    z-index: initial;
    color: #3a3a3a !important
}

.dropzone .dz-preview.dz-file-preview .dz-error-mark, .dropzone .dz-preview.dz-image-preview .dz-error-mark {
    color: #fff !important;
    top: 15px;
    left: 25px;
    margin-left: 0;
    margin-top: 0
}


.dropzone .dz-preview.dz-file-preview .dz-success-mark, .dropzone .dz-preview.dz-image-preview .dz-success-mark {
    color: #fff;
    top: 15px;
    left: 25px;
    margin-left: 0;
    margin-top: 0
}


.dropzone .dz-preview.dz-file-preview .dz-error-message, .dropzone .dz-preview.dz-image-preview .dz-error-message {
    border-radius: 15px;
    background: #c43d4b !important;
    top: 60px
}

.dropzone .dz-preview.dz-file-preview .dz-error-message:after, .dropzone .dz-preview.dz-image-preview .dz-error-message:after {
    border-bottom: 6px solid #c43d4b !important
}


.custom-switch .custom-switch-input + .custom-switch-btn {
    background: #d7d7d7
}


.custom-switch.custom-switch-secondary .custom-switch-input:checked + .custom-switch-btn {
    background: #4556ac;
    border: 1px solid #4556ac
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input + .custom-switch-btn {
    border: 1px solid #d7d7d7
}


.custom-switch.custom-switch-secondary-inverse .custom-switch-input + .custom-switch-btn {
    border: 1px solid #d7d7d7
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked + .custom-switch-btn {
    background: #fff;
    border: 1px solid #4556ac
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked + .custom-switch-btn:after {
    background: #4556ac
}


.custom-switch .custom-switch-input + .custom-switch-btn:after {
    background: #fff
}

.custom-switch .custom-switch-input + .custom-switch-btn {
    border-color: #d7d7d7
}

.noUi-target {
    background: #fff;
    border-color: #d7d7d7;
    box-shadow: initial
}

.noUi-tooltip {
    background: #fff;
    color: #3a3a3a;
    border-color: #d7d7d7
}


.custom-file-label {
    box-shadow: initial !important;
    border-radius: .1rem;
    height: calc(2em + .8rem);
    padding: .5rem .75rem .5rem .75rem;
    background: #fff;
    border-color: #d7d7d7
}


.custom-file-label::after {
    height: calc(2em + .8rem);
    padding: .5rem .75rem .5rem .75rem;
    color: #3a3a3a;
    border-color: #d7d7d7;
    background: 0 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    background: #fff;
    color: #3a3a3a;
    border-color: #d7d7d7
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    background: #fff;
    color: #3a3a3a;
    border-color: #d7d7d7
}

.has-float-label label, .has-float-label > span, .has-top-label label, .has-top-label > span {
    color: rgba(58, 58, 58, .7)
}


.sw-main > ul.step-anchor > li > a, .sw-main > ul.step-anchor > li > a:focus, .sw-main > ul.step-anchor > li > a:hover {
    color: #d7d7d7
}


.sw-main > ul.step-anchor > li.done > a {
    color: #3a3a3a !important
}

.sw-main.sw-theme-check > ul.step-anchor > li > a:before, .sw-main.sw-theme-dots > ul.step-anchor > li > a:before {
    left: 50%;
    transform: translateX(-50%);
    background: #f3f3f3;
    bottom: 5px;
    width: 24px;
    height: 24px
}

.sw-main.sw-theme-check > ul.step-anchor > li > a:after, .sw-main.sw-theme-dots > ul.step-anchor > li > a:after {
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    bottom: 3px;
    background: #fff
}


.sw-main.sw-theme-check > ul.step-anchor:before, .sw-main.sw-theme-dots > ul.step-anchor:before {
    background: #f3f3f3;
    height: 1px;
    width: calc(100% - 3rem);
    left: 50%;
    transform: translateX(-50%);
    top: 67px
}



.sw-main > ul.step-anchor > li.clickable > a:hover {
    color: #4556ac !important
}


.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -7px;
    border-color: #d7d7d7;
    background: #fff
}



.page-item.disabled .page-link {
    border-color: #d7d7d7;
    color: #d7d7d7;
    background: 0 0
}

.page-link {
    background-color: transparent;
    border-color: transparent;
    color: #3a3a3a
}


.popover {
    border-radius: .1rem;
    background-color: #fff;
    border-color: #d7d7d7
}

.popover .popover-body {
    color: #3a3a3a
}


.tooltip-inner {
    padding: .5rem .75rem;
    color: #3a3a3a;
    background-color: #fff;
    border-radius: .1rem;
    border: 1px solid #d7d7d7
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    border-right-color: #d7d7d7
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    border-left-color: #d7d7d7
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    border-left-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    border-bottom-color: #d7d7d7
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #d7d7d7
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: #fff
}


.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    left: 0;
    border-right-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=right] .arrow::after, .bs-tooltip-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}


.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    bottom: 0;
    border-top-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=top] .arrow::after, .bs-tooltip-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}


.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    top: 0;
    border-bottom-color: #d7d7d7
}


.bs-tooltip-auto[x-placement^=bottom] .arrow::after, .bs-tooltip-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    right: 0;
    border-left-color: #d7d7d7
}


.bs-tooltip-auto[x-placement^=left] .arrow::after, .bs-tooltip-left .arrow::after {
    right: 0;
    border-left-color: #fff
}


.search-sm input {
    background: 0 0;
    outline: initial !important;
    border-radius: 15px;
    padding: .25rem .75rem .25rem .75rem;
    font-size: .76rem;
    line-height: 1;
    border: 1px solid #8f8f8f;
    color: #3a3a3a;
    height: initial
}

.search-sm:after {
    font-family: simple-line-icons;
    content: "\E090";
    font-size: 14px;
    color: #8f8f8f;
    position: absolute;
    right: 10px;
    text-align: center;
    cursor: pointer;
    top: 2px
}


.progress {
    height: 3px;
    background-color: #f3f3f3
}


.progressbar-text {
    position: absolute;
    left: 0;
    width: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #3a3a3a !important
}

.progress-bar-circle svg path:first-of-type {
    stroke: #d7d7d7
}


.progress-bar-circle.progress-bar-banner svg path:first-of-type {
    stroke: #b36bac
}

.progress-bar-circle.progress-bar-banner svg path:last-of-type {
    stroke: #fff
}



.progress-banner .progress-bar-banner .progressbar-text {
    color: #fff !important;
    font-size: 1.7rem;
    width: 110px;
    font-weight: 300
}


.br-theme-bootstrap-stars .br-widget a:after {
    color: #d7d7d7
}



.btn-multiple-state .spinner > div {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
    animation: sk-bouncedelay 1.2s infinite ease-in-out both
}


.modal .modal-header {
    border-bottom: 1px solid #d7d7d7
}

.modal .modal-footer {
    border-top: 1px solid #d7d7d7
}

.modal .close {
    color: #3a3a3a;
    text-shadow: initial
}

.modal .modal-content {
    border: initial;
    border-radius: .1rem;
    background: #fff
}



.ql-toolbar.ql-snow {
    border-color: #d7d7d7
}

.ql-container.ql-snow {
    border-color: #d7d7d7
}

.html-editor-bubble {
    height: 200px
}

.html-editor-bubble .ql-editor {
    border: 1px solid #d7d7d7
}


.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    height: 350px;
    background: #fff
}

.ck.ck-button, a.ck.ck-button {
    color: #d7d7d7
}


.ck.ck-toolbar {
    border-color: #d7d7d7 !important
}

.ck.ck-toolbar__separator {
    background: #d7d7d7 !important
}

.ck.ck-toolbar {
    border-color: #d7d7d7
}

.ck.ck-editor__main > .ck-editor__editable {
    border-color: #d7d7d7 !important
}

.ck.ck-editor__main > .ck-editor__editable {
    background: #fff
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners {
    box-shadow: initial !important
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-focused {
    border-color: #d7d7d7
}

.ck.ck-toolbar {
    background: #fff !important
}


.mind-icons .glyph .class-name, .simple-line-icons .glyph .class-name {
    font-size: .76rem;
    color: #909090 !important;
    text-align: center !important
}


.theme-colors {
    width: 280px !important;
    position: fixed;
    z-index: 1030;
    top: 80%;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    transform: translate(280px, -50%);
    padding-top: 10px;
    padding-bottom: 10px
}



.theme-colors .theme-color.active, .theme-colors .theme-color:hover {
    background: #fff
}

.theme-colors .theme-color-purplemonster {
    border: 3px solid #922c88;
    background: #922c88
}

.theme-colors .theme-color-blueyale {
    border: 3px solid #145388;
    background: #145388
}

.theme-colors .theme-color-blueolympic {
    border: 3px solid #008ecc;
    background: #008ecc
}

.theme-colors .theme-color-bluenavy {
    border: 3px solid #00365a;
    background: #00365a
}

.theme-colors .theme-color-orangecarrot {
    border: 3px solid #ed7117;
    background: #ed7117
}

.theme-colors .theme-color-greenmoss {
    border: 3px solid #576a3d;
    background: #576a3d
}

.theme-colors .theme-color-greenlime {
    border: 3px solid #6fb327;
    background: #6fb327
}

.theme-colors .theme-color-redruby {
    border: 3px solid #900604;
    background: #900604
}

.theme-colors .theme-color-greysteel {
    border: 3px solid #48494b;
    background: #48494b
}

.theme-colors .theme-color-yellowgranola {
    border: 3px solid #c0a145;
    background: #c0a145
}


.library-app .preview-area .video-view .video-js, .select-from-library-container .preview-area .video-view .video-js {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8
}

.select-from-library-button, .selected-library-item {
    border: 1px solid #d7d7d7;
    height: 110px
}


.select-from-library .modal-content {
    background: #f8f8f8 !important;
    height: 100%
}

.context-menu-list {
    box-shadow: initial;
    border-radius: .1rem;
    background: #fff;
    border-color: rgba(58, 58, 58, .15);
    padding: .5rem 0
}

.context-menu-item {
    padding: .75rem 1.5rem;
    background: #fff;
    color: #3a3a3a
}

.context-menu-item.context-menu-hover {
    color: #3a3a3a;
    text-decoration: none;
    background-color: #f8f8f8
}


.list .card.active, .list .card.context-menu-active {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.video-js .vjs-big-play-button {
    background: #fff;
    height: 1.2em;
    border-radius: .75em;
    line-height: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5em;
    width: 2.5em;
    border: .06666em solid #fff
}



.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}



.video-js .vjs-control-bar .vjs-progress-control.vjs-control {
    background: #fff;
    border-radius: 15px;
    margin-right: .5em;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.video-js .vjs-control-bar .vjs-load-progress, .video-js .vjs-control-bar .vjs-load-progress div {
    background-color: rgba(146, 44, 136, .2)
}


.video-js .vjs-control-bar .vjs-slider {
    text-shadow: initial !important;
    outline: initial !important;
    background-color: #dadada
}


.video-js.audio .vjs-control.vjs-button, .video-js.audio .vjs-remaining-time, .video-js.audio .vjs-volume-panel {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .2)
}

.video-js.audio .vjs-progress-control.vjs-control {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .2)
}


.video-js.side-bar-video {
    width: 100%;
    height: 280px;
    background-color: #f8f8f8;
    overflow: hidden
}


.video-js.video-content {
    width: 100%;
    height: 400px;
    background-color: #f8f8f8;
    overflow: hidden;
    max-height: unset
}


.table {
    color: #3a3a3a
}

.table td, .table th {
    border-color: #f3f3f3 !important
}

.table .thead-light th {
    background-color: #f3f3f3 !important
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f3f3 !important
}


@media print {
    body {
        background: #fff;
        height: 100%
    }

    main {
        margin: 0 !important
    }

    .menu, .navbar, .theme-colors {
        display: none
    }

    footer {
        display: none
    }

    .invoice {
        width: 100%;
        max-width: 100%
    }

    .invoice.row {
        margin: 0
    }

    .invoice [class*=col] {
        padding: 0
    }

    .invoice .invoice-contents {
        width: 100%;
        max-width: 100% !important;
        height: 1370px !important
    }
}


.social-profile-img {
    height: 120px;
    border: 3px solid #fff;
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    top: -75px
}


.social-icons li a {
    color: #8f8f8f;
    font-size: 1.2rem
}

.social-icons li a:active, .social-icons li a:hover {
    color: rgba(143, 143, 143, .7)
}


.slider-dot {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #d7d7d7;
    outline: initial !important;
    border: initial;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    box-shadow: initial
}

.slider-dot.glide__bullet:focus, .slider-dot.glide__bullet:hover {
    background: #d7d7d7;
    border: initial
}


.rounded .data-table-rows table td {
    background: #fff
}


.rtl .tooltip-label-right .invalid-tooltip::after, .rtl .tooltip-label-right .valid-tooltip::after {
    right: -4px;
    left: initial;
    border-left: solid 5px #fff;
    border-right: initial
}

.rtl .tooltip-label-right .invalid-tooltip, .rtl .tooltip-label-right .valid-tooltip {
    left: initial;
    right: 50px
}

.rtl .tooltip-label-right .invalid-tooltip:after, .rtl .tooltip-label-right .valid-tooltip:after, .rtl .tooltip-label-right div.error:after {
    left: auto;
    right: -9px;
    border-right: 5px solid transparent;
    border-left: 5px solid #fff
}



.rtl .menu .sub-menu {
    left: initial;
    right: 120px;
    border-right: 1px solid #f3f3f3;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}


footer.page-footer {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    border-top: 1px solid #d7d7d7;
    width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px
}


.landing-page {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #8f8f8f
}


.landing-page .mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(300px);
    z-index: 25;
    width: 300px;
    background: #f8f8f8;
    box-shadow: initial;
    transition: transform .5s, box-shadow .5s
}

.landing-page p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #8f8f8f
}


.landing-page .btn-outline-semi-light {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: 0 0
}



.landing-page .landing-page-nav .navbar-nav li.active::before {
    content: " ";
    background: #fff;
    border-radius: 10px;
    position: absolute;
    width: calc(100% - 1.5rem);
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}


.landing-page .landing-page-nav .navbar-nav .nav-item > .dropdown > a, .landing-page .landing-page-nav .navbar-nav .nav-item > a {
    color: #fff;
    font-family: iranyekan, sans-serif;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0
}


.landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item {
    font-size: .8rem;
    color: #3a3a3a;
    padding-bottom: .5rem
}

.landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item.active, .landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item:active {
    color: #fff
}

.landing-page .landing-page-nav.headroom--pinned {
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}


.landing-page .landing-page-nav.headroom--not-top .navbar-nav a {
    color: #3a3a3a
}

.landing-page .landing-page-nav.headroom--not-top .navbar-nav a.dropdown-item:focus {
    color: #fff
}


.landing-page .landing-page-nav.headroom--unfixed .mobile-menu-button {
    color: #fff
}

.landing-page .section {
    margin-bottom: 150px;
    padding-top: 100px;
    padding-bottom: 100px
}


.landing-page .section.footer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 2600 1100'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='-153' y1='642.88' x2='3129.11' y2='642.88' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.1' stop-color='%2352125A'/%3E%3Cstop offset='0.27' stop-color='%23511452'/%3E%3Cstop offset='0.63' stop-color='%23B02BA6'/%3E%3Cstop offset='0.88' stop-color='%23CB33BD'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' y1='264.94' x2='3129.11' y2='264.94' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg%3E%3Cpath style='fill:%23CB33BD;opacity:0.3;' d='M2019.51,188.57c17.85,4.08,35.64,13,52.49,29.43l528,635.74V787.56L2127,218C2092.59,184.43,2054.24,182.23,2019.51,188.57Z'/%3E%3Cpath style='fill:url(%23linear-gradient);' d='M1945,193,0,714v386H2600V853.33L2072,218C2031,178,1984.41,182.53,1945,193Z'/%3E%3Cpath style='fill:url(%23linear-gradient-2);' d='M2308.31,91c-60.24,17.09-77.23,69.94-37.76,117.43l210.94,253.81c26.74,32.19,72.83,54,118.51,59.37V8.25Z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #fff;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-size: cover;
    background-size: auto 1100px;
    padding-top: 340px;
    background-position-y: 150px;
    margin-top: -150px
}


.landing-page .section.background {
    background: #fff;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}


.landing-page .background-white {
    background: #fff
}


.landing-page .home-text p {
    color: #fff;
    font-size: 1.1rem
}


.landing-page .home-text .display-1 {
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 1.1em;
    color: #fff
}


.landing-page .footer .footer-menu p {
    color: #fff;
    font-size: 1rem
}

.landing-page .footer .footer-menu a {
    font-size: 1rem;
    color: #fff
}

.landing-page .footer .footer-menu a:focus, .landing-page .footer .footer-menu a:hover {
    color: #44143f
}

.landing-page .footer .footer-menu .collapse-button i {
    font-size: .75rem;
    margin-left: 5px
}

.landing-page .footer .footer-menu .collapse-button:focus, .landing-page .footer .footer-menu .collapse-button:hover {
    color: #fff
}

.landing-page .footer .separator {
    opacity: .3
}

.landing-page .footer .copyright p {
    color: #fff
}

.landing-page .footer .social-icons ul {
    margin-bottom: 0
}

.landing-page .footer .social-icons li {
    margin-left: .5rem;
    margin-right: .5rem
}

.landing-page .footer .social-icons li a {
    color: #fff;
    font-size: 1.2rem
}

.landing-page .footer .social-icons li a:active, .landing-page .footer .social-icons li a:hover {
    color: rgba(255, 255, 255, .7)
}

.landing-page .feature-image-left {
    float: right
}


.landing-page .mobile-menu .dropdown a.dropdown-item {
    color: #3a3a3a;
    padding-bottom: .5rem
}

.landing-page .mobile-menu .dropdown a.dropdown-item.active, .landing-page .mobile-menu .dropdown a.dropdown-item:active {
    color: #fff
}


.landing-page form.dark-background input:-webkit-autofill {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important
}

.landing-page form.dark-background .has-float-label label, .landing-page form.dark-background .has-float-label > span, .landing-page form.dark-background .has-top-label label, .landing-page form.dark-background .has-top-label > span {
    color: rgba(255, 255, 255, .6)
}

.landing-page form.dark-background .bootstrap-tagsinput, .landing-page form.dark-background .form-control {
    background: 0 0;
    border-color: rgba(255, 255, 255, .3);
    color: #fff
}

.landing-page form.dark-background .bootstrap-tagsinput:active, .landing-page form.dark-background .bootstrap-tagsinput:focus, .landing-page form.dark-background .form-control:active, .landing-page form.dark-background .form-control:focus {
    border-color: rgba(255, 255, 255, .6)
}

.landing-page .has-float-label label, .landing-page .has-float-label > span, .landing-page .has-top-label label, .landing-page .has-top-label > span {
    font-size: 64%
}

.landing-page .video-js.blog-video {
    width: 100%;
    height: 442px;
    background-color: #f8f8f8
}


.landing-page .video-js.side-bar-video {
    width: 100%;
    height: 300px;
    background-color: #f8f8f8
}


.landing-page .doc-search {
    border: 1px solid rgba(255, 255, 255, .3);
    background: 0 0;
    border-radius: 40px;
    padding: .85rem .75rem .8rem;
    max-width: 360px
}

.landing-page .doc-search input {
    color: #fff;
    background: 0 0;
    width: 93%;
    padding: 0 .75rem;
    outline: initial !important;
    border: initial
}

.landing-page .doc-search input::placeholder {
    color: #fff;
    opacity: .7
}

.landing-page .doc-search i {
    font-size: 16px;
    color: rgba(255, 255, 255, .7)
}

.landing-page .feedback-container a {
    font-size: 1.3em;
    color: #8f8f8f;
    margin: .5rem
}


.landing-page .video-play-icon span {
    position: absolute;
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
    background: rgba(255, 255, 255, .7);
    height: 1.25em;
    border-radius: .75em;
    line-height: 1.25em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75em;
    width: 2em;
    text-align: center
}


.landing-page .video-play-icon:active span, .landing-page .video-play-icon:hover span {
    background: rgba(255, 255, 255, .85)
}


.bluenavy-light-1 {
    background-color: #00365a
}

.bluenavy-light-2 {
    background-color: #fff
}

.bluenavy-light-3 {
    background-color: #184f90
}

.bluenavy-dark-1 {
    background-color: #236591
}

.bluenavy-dark-2 {
    background-color: #1e2022
}

.bluenavy-dark-3 {
    background-color: #1d477a
}

.blueolympic-light-1 {
    background-color: #008ecc
}

.blueolympic-light-2 {
    background-color: #fff
}

.blueolympic-light-3 {
    background-color: #73c2fb
}

.blueolympic-dark-1 {
    background-color: #3e83a1
}

.blueolympic-dark-2 {
    background-color: #1e2022
}

.blueolympic-dark-3 {
    background-color: #304d72
}

.blueyale-light-1 {
    background-color: #145388
}

.blueyale-light-2 {
    background-color: #fff
}

.blueyale-light-3 {
    background-color: #2a93d5
}

.blueyale-dark-1 {
    background-color: #38688b
}

.blueyale-dark-2 {
    background-color: #1e2022
}

.blueyale-dark-3 {
    background-color: #3e8ab9
}

.greenmoss-light-1 {
    background-color: #576a3d
}

.greenmoss-light-2 {
    background-color: #fff
}

.greenmoss-light-3 {
    background-color: #dd9c02
}

.greenmoss-dark-1 {
    background-color: #627745
}

.greenmoss-dark-2 {
    background-color: #1e2022
}

.greenmoss-dark-3 {
    background-color: #8f7b39
}

.greenlime-light-1 {
    background-color: #6fb327
}

.greenlime-light-2 {
    background-color: #fff
}

.greenlime-light-3 {
    background-color: #51c878
}

.greenlime-dark-1 {
    background-color: #63883b
}

.greenlime-dark-2 {
    background-color: #1e2022
}

.greenlime-dark-3 {
    background-color: #4d7058
}

.carrotorange-light-1 {
    background-color: #ed7117
}

.carrotorange-light-2 {
    background-color: #fff
}

.carrotorange-light-3 {
    background-color: #e7523e
}

.carrotorange-dark-1 {
    background-color: #ad7140
}

.carrotorange-dark-2 {
    background-color: #1e2022
}

.carrotorange-dark-3 {
    background-color: #aa4f43
}

.rubyred-light-1 {
    background-color: #900604
}

.rubyred-light-2 {
    background-color: #fff
}

.rubyred-light-3 {
    background-color: #e7284a
}

.rubyred-dark-1 {
    background-color: #913a47
}

.rubyred-dark-2 {
    background-color: #1e2022
}

.rubyred-dark-3 {
    background-color: #aa5e6c
}


.monsterpurple-light-2 {
    background-color: #fff
}

.monsterpurple-light-3 {
    background-color: #4556ac
}

.monsterpurple-dark-1 {
    background-color: #7e4877
}

.monsterpurple-dark-2 {
    background-color: #1e2022
}

.monsterpurple-dark-3 {
    background-color: #3c4b9a
}

.steelgrey-light-1 {
    background-color: #48494b
}

.steelgrey-light-2 {
    background-color: #fff
}

.steelgrey-light-3 {
    background-color: #999da0
}

.steelgrey-dark-1 {
    background-color: #767e8d
}

.steelgrey-dark-2 {
    background-color: #1e2022
}

.steelgrey-dark-3 {
    background-color: #4d5a5f
}

.granolayellow-light-1 {
    background-color: #c0a145
}

.granolayellow-light-2 {
    background-color: #fff
}

.granolayellow-light-3 {
    background-color: #e3b778
}

.granolayellow-dark-1 {
    background-color: #8a722c
}

.granolayellow-dark-2 {
    background-color: #1e2022
}

.granolayellow-dark-3 {
    background-color: #a88048
}

.float-border {
    border: 1px solid #d7d7d7;
}