@charset "UTF-8";

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #FF0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

ul, ol {
    list-style-position: inside;
}

img {
    max-width: 100%;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flexible {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flexible .column {
    width: 100%;
    max-width: 15rem;
    margin-right: 1rem;
}

.flexible .column .button {
    width: 100%;
}

.flexible h1 {
    width: 35%;
}

.flexible form {
    width: 65%;
}

.flexible.aic {
    align-items: center;
}

.flexible.jcb {
    justify-content: space-between;
}

.flexible.jce {
    justify-content: end;
}

[class^="icon_"], [class*=" icon_"], .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

[disabled], .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.clearfix::before, .row::before, .tabs_head::before, .clearfix::after, .row::after, .tabs_head::after {
    content: " ";
    display: table;
}

.clearfix::after, .row::after, .tabs_head::after {
    clear: both;
}

.clearfix, .row, .tabs_head {
    *zoom: 1;
}

.table {
    display: table;
}

.tcell {
    display: table-cell;
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.noselect, input[type='checkbox'] + label, input[type='radio'] + label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.strong {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

hr {
    border-top: 1px solid #DBDBDB;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    clear: both;
    margin: 2rem 0;
}

hr.dotted {
    border-style: dotted;
}

hr.dashed {
    border-style: dashed;
}

.col_3a {
    width: 20%;
    padding-right: 1% !important;
    margin: 0px !important;
}

.col_2a {
    width: 12%;
    padding-right: 1% !important;
    margin: 0px !important;
}

[class*='col_'] {
    /*
    margin-left: 3%;
    float: left;
     */
    float: left;
    padding: 15px;
}

[class*='col_']:first-child {
    /*
    margin-left: 0;
     */;
}

.col_1 {
    width: 8.33%;
}

.col_2 {
    width: 16.66%;
}

.col_3 {
    width: 25%;
}

.col_4 {
    width: 33.33%;
}

.col_5 {
    width: 41.66%;
}

.col_6 {
    width: 50%;
}

.col_7 {
    width: 58.33%;
}

.col_8 {
    width: 66.66%;
}

.col_9 {
    width: 75%;
}

.col_10 {
    width: 83.33%;
}

.col_11 {
    width: 91.66%;
}

.col_12 {
    width: 100%;
    margin-left: 0;
}

.green_btn {
    background-color: #009688 !important;
}

.green_btn:hover {
    background-color: #00AFF0 !important;
}

.order_icons {
    position: absolute;
    background: #013B6D;
    padding: 0.5rem;
    right: 43px;
    margin-top: -2.7rem;
}

.pagination {
    padding: 1rem 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination li {
    display: inline-block !important;
    padding: 0 !important;
    margin: .4rem .3rem;
    list-style: none;
}

.pagination li:before {
    display: none !important;
}

.pagination li:after {
    display: none !important;
}

.pagination li a {
    display: block;
    min-width: 3.8rem;
    height: 3.8rem;
    padding: 0 .5rem;
    border: 2px solid #253C50;
    font-size: 1.8rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #253C50;
    text-align: center;
}

.pagination li a:hover {
    background-color: #00AFF0;
    color: #FFF !important;
}

.pagination li.active a {
    background-color: #00AFF0;
    color: #FFF;
    pointer-events: none;
}

input[type='checkbox'].checkbox_selector + label {
    padding-left: 1rem;
}

.remove_checkbox_btn.button {
    background-color: #F44336;
    display: none;
}

@media screen and (max-width: 550px) {
    [class*='col_'] {
        width: 100%;
        margin-left: 0;
    }
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.6;
    font-size: 1.5em;
    font-family: Satoshi, sans-serif;
    color: #013B6D;
    background: #F5F5F5;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    display: block;
}

h1, .h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    display: block;
}

h2, .h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    display: block;
}

h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.3;
    display: block;
}

h4, .h4 {
    font-size: 2rem;
    line-height: 1.35;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #0D60FE;
}

.bg_main {
    color: #0D60FE;
}

.bg_dark {
    background-color: #212121;
    color: #FFF;
}

.bg_grey {
    background-color: #F5F5F5;
}

.color_main {
    color: #0D60FE;
}

.color_accent {
    color: #009688;
}

.color_red {
    color: #F44336;
}

.color_grey {
    color: #9E9E9E;
}

.color_green {
    color: #4CAF50 !important;
}

section {
    /*
    padding: 3rem;
     */
    padding: 3rem 1rem;
    background-color: #FFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
}

.content ul, .content ol, .content table, .content img, .content iframe {
    margin-bottom: 2rem;
}

.content ul:last-child, .content ol:last-child, .content table:last-child, .content img:last-child, .content iframe:last-child {
    margin-bottom: 0;
}

.content p {
    margin-bottom: 1.5rem;
}

.content p:last-child {
    margin-bottom: 0;
}

.content ul {
    padding-left: 2rem;
}

.content a {
    color: #013B6D;
}

.content a:hover {
    text-decoration: underline;
}

.wrapper {
    width: 100%;
    /*
    max-width: 1364px;
    padding: 0 3rem;
     */
    padding: 0 1rem 0 3rem;
    margin: 0 auto;
    position: relative;
}

.wrapper.admin-wrapper section {
    margin: unset;
    padding: unset;
    background-color: transparent;
    box-shadow: none;
}
.wrapper.admin-wrapper {
    padding: 0 40px;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.wrapper.small {
    max-width: 600px;
}

/* section .table tbody tr { border-bottom: 1px solid #D0D0D0; } */


.button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    border-radius: 0;

    padding: 0 10px;

    border: 0;
    background-color: #013B6D;
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button:focus {
    outline: 0;
}

.button:hover {
    background-color: #0D60FE;
    color: #FFF;
}

.button.primary {
    background-color: #009688;
}

.button.primary:hover {
    background-color: #FFF;
}

.button.outlined {
    border: 1px solid #013B6D;
    background-color: transparent;
    color: #013B6D;
}

.button.outlined:hover {
    background-color: #013B6D;
    color: #FFF;
}

.button.flat {
    font-weight: bold;
    background-color: rgba(1, 59, 109, 0.2);
    color: #013B6D;
}

.button.flat:hover {
    background-color: rgba(1, 59, 109, 0.4);
}

.files_empty {
    filter: brightness(0);
}

.filesModal:hover {
    cursor: pointer;
}

.file_block {
    margin-top: 1rem;
}

.file_wrap {
    margin-top: 1rem;
}

.btns {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
    align-items: center;
}

.input_file {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input_file + label {
    max-width: 80%;
    font-size: 1.4rem;
    font-weight: 700;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2rem;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: middle;
    line-height: 1 !important;
}

.input_file + label svg {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    color: #fff;
    margin-top: -.4rem;
    margin-right: .4rem;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

/* style 1 */
/*.input_file_1 + label {
    color: #f1e5e6;
    background-color: #013b6d;
}*/

/*.input_file_1:focus + label, .input_file-1.has_focus + label {
    background-color: #003766;
}*/

.input {
    box-shadow: none;
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 0;
    margin-bottom: 1.5rem;
    padding: 6px 10px;
    border: 1px solid #EAE9E9;
    background-color: #F3F3F3;
    -webkit-transition: border .3s;
    transition: border .3s;
}

.remove_file_upload {
    display: inline-block;
}

.remove_file_upload svg {
    width: 2rem;
    height: 2rem;
}

.input:focus {
    outline: 0;
}

.input:focus {
    border: 1px solid #CCC;
}

textarea.input {
    min-height: 90px;
}

select.input {
    padding: 6px 5px;
}

.validate_error {
    border: 1px solid #E57373 !important;
}

::-moz-selection {
    background: #0156A0;
    color: #FFF;
}

::selection {
    background: #0156A0;
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #BCBCBC;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

::-moz-placeholder {
    color: #BCBCBC;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

:-ms-input-placeholder {
    color: #BCBCBC;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

::placeholder {
    color: #BCBCBC;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.input:focus::-moz-placeholder {
    opacity: 0;
}

.input:focus:-ms-input-placeholder {
    opacity: 0;
}

.input:focus::placeholder {
    opacity: 0;
}

.input {
    color: #013B6D;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-section .input.placeholder {
    color: #BCBCBC;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

option {
    color: #013B6D;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.toast.error {
    background-color: rgba(244, 67, 54, 0.7);
}

.toast.toast3 {
    background-color: rgba(0, 175, 240, 0.8);
}

.toast {
    position: fixed;
    z-index: 503;
    width: 100%;
    max-width: 280px;
    right: 2rem;
    bottom: 2rem;
    background-color: #FFF;
    color: #FFF;
    display: none;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.25);
    padding: 1rem 2rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toast p {
    display: block;
    margin-bottom: 0;
    margin-top: 0.3rem;
}

.toast.active {
    -webkit-animation-name: showToast;
    animation-name: showToast;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.toast_close {
    position: absolute;
    color: #FFF;
    top: 0.4rem;
    right: 1rem;
    font-size: 2.5rem;
    cursor: pointer;
}

.toast_icon {
    color: #FFF;
    float: left;
    margin-right: 2rem;
    font-size: 3rem;
}

@-webkit-keyframes showToast {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showToast {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.dashboard_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 36px;
    background: #fff;
    border-radius: 20px;
    margin: 30px 0;
}

.dashboard_cards .dashboard_card {
    flex: 1;
}

.dashboard_card {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
}

.dashboard_card a:hover {
    color: rgba(255, 255, 255, .8);
}

.dashboard_card .dashboard_card_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: .5rem 1.2rem 0;
}

.dashboard_card .dashboard_card_header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}

.dashboard_card .dashboard_card_header .price {
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 0 1rem;
}

.dashboard_card .button {
    height: 3rem;
    line-height: 3rem;
    background-color: #FFFFFF;
    border-color: #ffffff;
    color: #a6ce93;
    font-size: 1.4rem;
    padding: 0 1rem;
    margin: .5rem 0;
}

.dashboard_card .button:hover {
    background-color: rgba(255, 255, 255, .9);
    border-color: rgba(255, 255, 255, .9);
    color: #a6ce93;
}

.dashboard_card .dashboard_card_body .button {
    margin: 1rem 0 .5rem -2.5rem;
}

.dashboard_card .dashboard_card_body .text_wrap p {
    position: relative;
    padding: 0 0 0 2.5rem;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 1rem 0;
}

.dashboard_card .dashboard_card_body .text_wrap p:last-child {
    margin-bottom: 0;
}

.dashboard_card .dashboard_card_body .text_wrap .icon {
    position: absolute;
    top: -.1rem;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    color: #FFFFFF;
}

.dashboard_card .dashboard_card_body {
    padding: 1rem 1.2rem 1.5rem;
}

.dashboard_card .dashboard_card_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding: 1rem 1.2rem;
}

.dashboard_card .dashboard_card_footer .icon {
    width: 2.6rem;
    height: 2.6rem;
    color: #FFFFFF;
}

.dashboard_card.card_default {
    background-color: #8698ff;
}

.dashboard_card.card_default .dashboard_card_footer {
    background-color: #7b8beb;
}

.dashboard_card.card_primary {
    background-color: #09a5be;
}

.dashboard_card.card_primary .dashboard_card_footer {
    background-color: #057c8f;
}

.dashboard_card.card_success {
    background-color: #f18d21;
}

.dashboard_card.card_success .dashboard_card_footer {
    background-color: #db7910;
}

.dashboard_card.card_secondary {
    background-color: #09c341;
}

.dashboard_card.card_secondary .dashboard_card_footer {
    background-color: #069d33;
}

.dashboard_card.card_info {
    background-color: #f96161;
}

.dashboard_card.card_info .dashboard_card_footer {
    background-color: #df4646;
}

.dashboard_card.card_danger, .dashboard_card.expired {
    background-color: #d9534f !important;
}

.dashboard_card.card_danger .dashboard_card_footer, .dashboard_card.expired .dashboard_card_footer {
    background-color: #c94f4b !important;
}

.dashboard_card.expired {
    box-shadow: 0 0 0 rgba(217, 83, 79, 1);
    animation: pulse 2s infinite;
}

/*.ui-datepicker {*/
/*    background-color: #FFF;*/
/*    border: 1px solid #CCC;*/
/*    border-radius: 3px;*/
/*    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);*/
/*    display: none;*/
/*    margin-top: 4px;*/
/*    max-width: 240px;*/
/*}*/

/*.ui-datepicker table {*/
/*    border-collapse: inherit;*/
/*    padding: 1rem;*/
/*}*/

/*.ui-datepicker a {*/
/*    display: block;*/
/*    float: left;*/
/*    width: 100%;*/
/*    padding: 2px 2px 0 0;*/
/*}*/

/*.ui-datepicker a:hover, .ui-datepicker td:hover a {*/
/*    color: #FFF;*/
/*}*/

/*.ui-datepicker .ui-datepicker-header {*/
/*    margin-bottom: 4px;*/
/*    text-align: center;*/
/*    background-color: #013B6D;*/
/*    padding: 1rem;*/
/*    color: #FFF;*/
/*}*/

/*.ui-datepicker .ui-datepicker-title {*/
/*    font-weight: 700;*/
/*}*/

/*.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {*/
/*    cursor: pointer;*/
/*    height: 20px;*/
/*    line-height: 1;*/
/*    margin-top: 1px;*/
/*    width: 17px;*/
/*}*/

/*.ui-datepicker .ui-datepicker-prev {*/
/*    float: left;*/
/*    text-align: left;*/
/*}*/

/*.ui-datepicker .ui-datepicker-next {*/
/*    float: right;*/
/*    text-align: right;*/
/*}*/

/*.ui-datepicker .ui-datepicker-prev:before {*/
/*    content: "‹";*/
/*    font-size: 3rem;*/
/*    line-height: .6;*/
/*}*/

/*.ui-datepicker .ui-datepicker-next:before {*/
/*    content: "›";*/
/*    font-size: 3rem;*/
/*    line-height: .6;*/
/*}*/

/*.ui-datepicker .ui-icon {*/
/*    display: none;*/
/*}*/

/*.ui-datepicker .ui-datepicker-calendar {*/
/*    table-layout: fixed;*/
/*    width: 100%;*/
/*}*/

/*.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {*/
/*    text-align: center;*/
/*    width: 3rem;*/
/*    height: 3rem;*/
/*}*/

/*.ui-datepicker .ui-datepicker-calendar a {*/
/*    border-radius: 50%;*/
/*    height: 100%;*/
/*    -webkit-transition: background-color .3s ease;*/
/*    transition: background-color .3s ease;*/
/*}*/

/*.ui-datepicker .ui-datepicker-calendar a:hover {*/
/*    background-color: #0D60FE;*/
/*    cursor: pointer;*/
/*    color: #FFF;*/
/*}*/

/*.ui-datepicker .ui-datepicker-calendar td a {*/
/*    text-decoration: none;*/
/*}*/

/*.ui-datepicker .ui-datepicker-today a {*/
/*    background-color: #EEEEEE;*/
/*}*/

/*.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {*/
/*    background-color: #FFF;*/
/*    cursor: default;*/
/*}*/

.upload_row .upload_buttons {
    margin-top: 2.6rem;
}

.upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload + label {
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
    color: #013B6D;
    width: 100%;
    position: relative;
}

.upload:focus + label, .upload.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.upload + label .icon {
    margin-right: 0.5rem;
    font-size: 1.8rem;
    margin-top: -.2rem;
}

.upload:focus + label, .upload.has-focus + label, .upload + label:hover {
    outline: none;
}

.upload + label span, .upload + label strong {
    padding: 0.8rem 1.25rem;
}

.upload + label span {
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    font-weight: normal;
}

.upload + label strong {
    height: 100%;
    float: right;
    color: #FFF;
    background-color: #0D60FE;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.file_deleted {
    color: #F44336;
    font-weight: bold !important;
    position: absolute;
    left: 0rem;
    opacity: 0;
}

.file_deleted.active {
    -webkit-animation-name: fileDeleted;
    animation-name: fileDeleted;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fileDeleted {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fileDeleted {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.upload:focus + label strong, .upload.has-focus + label strong, .upload + label:hover strong {
    background-color: #0D60FE;
}

.pre_input span {
    float: right;
    font-size: 1.9rem;
    margin-left: .4rem;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -0.4rem;
    display: inline-block;
    color: #616161;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pre_input span.active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pre_input .watch_thumbnail {
    margin-top: -0.3rem;
}

input[type='checkbox'], input[type='radio'] {
    position: absolute;
    left: -9999px;
}

input[type='checkbox'] + label, input[type='radio'] + label {
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    display: inline-block;
}

input[type='checkbox'] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: .1rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid #AAA;
    background: #FFF;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

input[type='radio'] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 1px solid #AAA;
    background: #FFF;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

input[type='checkbox'] + label:after {
    content: '';
    position: absolute;
    font-size: 1.4rem;
    color: #FFF;
    -webkit-transition: all .2s;
    transition: all .2s;
    transform: rotate(40deg) !important;
    height: 9px;
    width: 5px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    top: 4px;
    left: 7px;
}

input[type='radio'] + label:after {
    content: ' ';
    position: absolute;
    bottom: 8px;
    left: 7px;
    color: #FFF;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
}

input[type='checkbox']:not(:checked) + label:after, input[type='radio']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type='checkbox']:checked + label:after, input[type='radio']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type='checkbox']:checked + label:before, input[type='radio']:checked + label:before {
    background-color: #0D60FE;
    border: 1px solid #0D60FE;
}

.fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.dialog_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    display: none;
    z-index: 500;
    padding: 4rem 0;
}

.dialog_wrapper .main_table {
    width: 100%;
    height: 100%;
    padding-right: 2rem;
}

.dialog_wrapper .main_tcell {
    padding: 0 4rem;
}

.dialog {
    max-width: 350px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 503;
    position: relative;
    color: #333;
}

.dialog_files {
    max-width: 450px;
}

.dialog_files .dialog_content {
    padding: 0 2rem 2rem;
}

.dialog_content_file {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dialog_files .dialog_content_file li {
    list-style: none;
    display: flex;
    align-items: center;
    width: 48%;
    padding: 0.5rem 1rem .5rem 0;
    margin-bottom: 1rem;
}

.dialog_files .dialog_content_file li img {
    max-width: 2rem;
    margin-right: .5rem;
}

.dialog .h2 {
    padding: 2rem;
    border-bottom: 2px solid #013B6D;
    color: #013B6D;
}

.dialog p {
    display: block;
    padding: 0 2rem 2rem;
}

.dialog .icon_close {
    position: absolute;
    top: -3.5rem;
    right: -3.5rem;
    color: #FFF;
    cursor: pointer;
    font-size: 3.5rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.dialog .icon_close:hover {
    color: #009688;
}

.dialog .icon_close svg {
    float: left;
}

.dialog_bg {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(33, 33, 33, 0.55);
    display: none;
    width: 100%;
    height: 100%;
}

.dialog_opened {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

.dialog_opened .dialog_bg {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dialog_opened .dialog {
    -webkit-animation-name: showDialog;
    animation-name: showDialog;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dialog_opened .dialog_wrapper {
    display: block;
}

.dialog_scrollable_mobile .dialog_wrapper {
    width: 100% !important;
}

.dialog_scrollable_mobile .main_table {
    padding-right: 0 !important;
}

.dialog_scrollable .dialog_wrapper {
    overflow-y: scroll;
    width: calc(100% + 4rem);
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes showDialog {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showDialog {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.login_page {
    background-image: url(/img/login.jpg);
    background-size: cover;
    height: 100vh;
    color: #FFF;
}

.login_page .table {
    height: 100%;
    width: 100%;
    text-align: left !important;
}

.login_page h1 {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -7rem;
    color: #B2BBBF;
    left: 0;
    font-weight: bold;
    text-shadow: 0px 2px 5px #C6C8CC;
    opacity: 0;
}

.login_page input {
    background-color: #A7AEB3;
    border: 1px solid #BEC1C1;
    padding-left: 3rem;
}

.login_page span {
    display: block;
    margin-bottom: .1rem;
}

.login_page .validate_error {
    border-color: #EFBABA !important;
}

.login_page .button {
    background-color: #829EB5;
    border-radius: 50%;
    padding: 0;
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: -3.3rem;
    top: 50%;
    margin-top: -3rem;
    font-size: 3rem;
    line-height: 1;
    box-shadow: 0px 2px 20px rgba(134, 124, 124, 0.22);
    opacity: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.login_page .button:hover {
    background-color: #85ABBA;
}

.login_page .button svg {
    font-size: 3rem;
}

.login_input {
    position: relative;
}

.login_input svg {
    position: absolute;
    top: 0.8rem;
    left: 0.6rem;
}

.login_form {
    max-width: 450px;
    margin: 0 auto;
    background-color: rgba(113, 131, 150, 0.3);
    padding: 1rem;
    position: relative;
}

.form_inner {
    padding: 3rem 5rem;
    background-color: rgba(113, 131, 150, 0.2);
}

aside {
    position: fixed;
    left: 0;
    top: 0;
    background: #FFF;
    box-shadow: 0 10px 60px 0 rgba(226, 236, 249, 0.50);
    height: 100vh;
    color: #9197B3;
    font-family: Satoshi,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    width: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 2;
    padding: 40px 28px 28px;
}

aside h2 {
    padding: 2.9rem 3rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    box-shadow: 0 1px 39px #35526B;
    color: #00AFF0;
    font-weight: 500;
}

aside li {
    /*
    display: block;
     */
    list-style: none;
    position: relative;
    overflow: hidden;
}

aside li svg {
    font-size: 2rem;
    float: left;
    margin-top: 0.25rem;
}

aside li .icon_agent {
    font-size: 1.7rem;
    margin-top: 0.4rem;
    margin-left: 0.2rem;
}

aside li span {
    display: inline-block;
    float: left;
    width: 2rem;
    text-align: center;
    margin-right: 1.5rem;
    color: #00AFF0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

aside ul a {
    padding: 13px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #9197B3;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
}

aside ul a div {
    display: inline-block;
}


aside ul a:hover, aside ul .active {
    color: #FFF;
    border-radius: 8px;
    background: #173B68;
}

aside ul a:hover span, aside ul .active span {
    color: #FFF;
}

.exit {
    /*position: absolute;*/
    /*bottom: 4rem;*/
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
}

.exit:hover {
    color: #FFF;
}

.exit:hover:after {
    width: 95px;
    background-color: #00AFF0;
}

.exit:after {
    content: '';
    position: absolute;
    left: -1.3rem;
    top: -2px;
    height: 4.2rem;
    width: 4.2rem;
    border-radius: 200px;
    background-color: #35526B;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.exit span:first-child {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 2rem;
    text-align: center;
}

.exit span:last-child {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 1.4rem;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

main {
    margin-left: 26rem;
    padding: 0 0 2rem 0;
}

.main_heading  h1 {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 0;
}

.form-section .button {
    width: 100%;
}

.form-section .input {
    margin-bottom: 0;
}

.form-section h2 {
    color: #173B68;
    font-family: Satoshi,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

._th {
    cursor: pointer;
}

th .icon_sort {
    position: absolute;
    right: .5rem;
    top: 1.3rem;
}

.add_new_button .button {
    margin-left: 1rem;
}

.add_new_button svg {
    font-size: 2rem;
    float: left;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
}

.main_buttons {
    position: absolute;
    top: 0;
    right: 3rem;
}

.hidden_section {
    display: none;
}

.td_textarea {
    position: relative;
    padding: 0 !important;
}

.td_textarea .input {
    top: 0;
    left: 0;
    min-height: 100%;
    height: 6rem;
    margin-bottom: 0;
    border: 0;
}

.bread_crumbs {
    margin-bottom: 1.8rem;
    position: relative;
    display: inline-block;
}

.bread_crumbs a {
    display: inline-block;
    margin-right: 1rem;
    float: left;
    position: relative;
    z-index: 2;
}

.bread_crumbs svg {
    float: left;
    margin-right: 1rem;
    margin-top: 0.6rem;
    color: #B9B9B9;
    position: relative;
    z-index: 2;
}

.bread_line {
    position: absolute;
    left: 0;
    width: 0;
    height: 67px;
    top: -20px;
    background-color: #CFE0EF;
}

.bread_second_line {
    position: absolute;
    left: 0;
    width: 0;
    height: 5px;
    bottom: -23px;
    background-color: #0A8CFD;
    z-index: 1;
}

.bread_item {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tabs_body {
    border-top: 0 !important;
    border: 1px solid #E0ECF7;
}

.tab {
    display: none;
    padding: 25px 0 30px;
}

.tabs_head {
    background-color: #F3F3F3;
    width: 100%;
}

.tabs_head a:hover {
    background-color: #E0ECF7;
}

.category_star svg {
    font-size: 3rem !important;
    display: inline-block;
    margin-top: .1rem;
}

.icon_exchange {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.icon_exchange:hover {
    color: red;
    cursor: pointer;
}

@media screen and (max-width: 450px) {
    html {
        font-size: 56%;
    }
}

@media screen and (max-width: 550px) {
    h1, .h1 {
        font-size: 2.6rem;
    }

    h2, .h2 {
        font-size: 2.2rem;
    }

    h3, .h3 {
        font-size: 1.9rem;
    }

    h4, .h4 {
        font-size: 1.7rem;
    }
}

.tablesorter table {
    max-width: 250px;
    border: none;
    box-shadow: none;
}

section .tablesorter table td, section .tablesorter table tr, section .tablesorter table tbody {
    text-align: center;
    border: none !important;
    padding: 3px;
    font-size: 1.2rem;
    vertical-align: top;
}

section .tablesorter table td:nth-child(2) {
    color: #00AFF0;
}

.loginlogo {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -30px;
}

.loginlogo img {
    width: 230px;
}

.innerlogo {
    width: 200px;
    margin-bottom: 42px;
}

.togle_on_hover {
    position: absolute;
    width: 200px;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
}

.togle_on_hover:hover {
    height: 200px;
}

.destination option:first-child {
    margin-bottom: 1.2rem;
}

.toggle_menu svg {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    height: 3rem;
    width: 3rem;
    color: #00AFF0;
}

.toggle_menu svg:hover {
    color: #FFF;
}

.hide_menu {
    width: 4rem;
    padding-top: 4rem;
}

.hide_menu div, .hide_menu .innerlogo {
    display: none;
}

.hide_menu ul a {
    padding: 1rem;
}

.full_main {
    margin-left: 2rem;
}

.order_canceled {
    background: #D85353 !important;
    color: #FFF;
    text-decoration: line-through;
}

.order_refund {
    background: #E57373 !important;
    /*
    color: #FFF;
     */;
}

.order_hold {
    background: #FFEB3B !important;
}

.show_remarks {
    position: absolute;
    background: #FFF;
    padding: .8rem 1rem;
    border: 1px solid;
    left: 10rem;
    margin-top: 0rem;
    text-align: left;
    border-radius: 0 8px 8px 8px;
    width: auto;
    white-space: normal;
    max-width: 80%;
    z-index: 1;
    display: none;
}

.featured.fa:before {
    position: absolute;
    left: 0%;
    top: 0;
    margin: .25em;
    color: gold;
}

.show_remarks:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: black transparent transparent black;
}

.icon {
    cursor: pointer;
}

.bulk_remove {
    background-color: #F44336 !important;
    color: #FFF !important;
    display: none;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 0;
    padding: 6px 10px;
    border: 1px solid #EAE9E9;
    background-color: #F3F3F3;
}

.header-with-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0 24px;
}

.outlined-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.outlined-button {
    border-radius: 7.412px;
    border: 2px solid #0D60FE;
    background: transparent;
    color: #0D60FE;
    text-align: center;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 16px 35px;
    max-height: 42px;
    height: 42px;
    display: flex;
    align-items: center;
}

.outlined-button.as-filled {
    background: #0D60FE;
    color: #fff
}

.outlined-button.add-button {
    min-width: 163px;
}

.outlined-button.with-icon {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 7px 35px 7px;
}
