@font-face {
    font-family: 'Kenyan';
    src: url('/styles/fonts/Kenyan/Kenyan.otf');
    src: url('/styles/fonts/Kenyan/Kenyan.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/Kenyan/Kenyan.woff') format('woff'),
         url('/styles/fonts/Kenyan/Kenyan.ttf') format('truetype'),
         url('/styles/fonts/Kenyan/Kenyan.svg#Kenyan') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url('/styles/fonts/Bebas/.otf');
    src: url('/styles/fonts/Bebas/BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/Bebas/BebasNeue.woff') format('woff'),
         url('/styles/fonts/Bebas/BebasNeue.ttf') format('truetype'),
         url('/styles/fonts/Bebas/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global - Classes
------------------------------*/
html,
body {
    color: #232323;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.adsense-block {
    height: 95px;
    margin-top: 10px;
    position: relative;
}

.hidden {
    display: none;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    text-align: center;
    color: #fff;
    z-index: 999;
}

/* Bootstrap
------------------------------*/
.form-control {
    border-radius: 0;
}

.form-control.date[readonly]{
    background-color: #FFFFFF !important;
}

.form-group img {
    max-width: 100%;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding-right: 1.5em;
    border: none;
}

.nav-tabs {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.dropdown-menu {
    border-radius: 0;
}

.nav-right {
    float: right;
}

.progress {
    border-radius: 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.btn {
    border-radius: 0;
}

.card {
    border-radius: 0;
}

.has-error {
    color: #D15B47;
}

.has-error input,
.has-error select,
.has-error textarea {
    border: 1px solid #B74635;
}

/* Text
------------------------------*/
.text-default {
    color: #ABBAC3 !important;
}

.text-primary {
    color: #428BCA !important;
}

.text-info {
    color: #6FB3E0 !important;
}

.text-warning {
    color: #FFB752 !important;
}

.text-success {
    color: #87B87F !important;
}

.text-danger {
    color: #D15B47 !important;
}

.text-inverse {
    color: #555555 !important;
}

.text-pink {
    color: #D6487E !important;
}

.text-purple {
    color: #9585BF !important;
}

.text-yellow {
    color: #FEE188 !important;
}

.text-orange {
    color: #F0854F !important;
}

.text-grey {
    color: #A0A0A0 !important;
}

.text-light {
    color: #E7E7E7 !important;
}

.text-white {
    color: #F9F9F9 !important;
}

/* Badge
------------------------------*/
.badge-default {
    background-color: #ABBAC3;
    color: #FFFFFF;
}

.badge-primary {
    background-color: #428BCA;
    color: #FFFFFF;
}

.badge-info {
    background-color: #6FB3E0;
    color: #FFFFFF;
}

.badge-warning {
    background-color: #FFB752;
    color: #FFFFFF;
}

.badge-success {
    background-color: #87B87F;
    color: #FFFFFF;
}

.badge-danger {
    background-color: #D15B47;
    color: #FFFFFF;
}

.badge-inverse {
    background-color: #555555;
    color: #FFFFFF;
}

.badge-pink {
    background-color: #D6487E;
    color: #FFFFFF;
}

.badge-purple {
    background-color: #9585BF;
    color: #FFFFFF;
}

.badge-yellow {
    background-color: #FEE188;
    color: #996633;
}

.badge-orange {
    background-color: #F0854F;
    color: #FFFFFF;
}

.badge-grey {
    background-color: #A0A0A0;
    color: #FFFFFF;
}

.badge-light {
    background-color: #E7E7E7;
    color: #888888;
}

.badge-outline {
    background-color: transparent;
    color: #FFFFFF;
}

/* Field - Buttons
------------------------------*/
.btn {
    border-radius: 0;
    margin-bottom: 0;
}

.btn:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default {
    background-color: #ABBAC3;
    border-color: #ABBAC3;
    color: #FFFFFF !important;
}

.btn-default:hover {
    background-color: #8B9AA3;
    border-color: #ABBAC3;
    color: #FFFFFF !important;
}

.btn-primary {
    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    background-color: #1B6AAA;
    border-color: #428BCA;
    color: #FFFFFF !important;
}

.btn-info {
    background-color: #6FB3E0;
    border-color: #6FB3E0;
    color: #FFFFFF !important;
}

.btn-info:hover {
    background-color: #4F99C6;
    border-color: #6FB3E0;
    color: #FFFFFF !important;
}

.btn-warning {
    background-color: #FFB752;
    border-color: #FFB752;
    color: #FFFFFF !important;
}

.btn-warning:hover {
    background-color: #E59729;
    border-color: #FFB752;
    color: #FFFFFF !important;
}

.btn-success {
    background-color: #87B87F;
    border-color: #87B87F;
    color: #FFFFFF !important;
}

.btn-success:hover {
    background-color: #629B58;
    border-color: #87B87F;
    color: #FFFFFF !important;
}

.btn-danger {
    background-color: #D15B47;
    border-color: #D15B47;
    color: #FFFFFF !important;
}

.btn-danger:hover {
    background-color: #B74635;
    border-color: #D15B47;
    color: #FFFFFF !important;
}

.btn-inverse {
    background-color: #555555;
    border-color: #555555;
    color: #FFFFFF !important;
}

.btn-inverse:hover {
    background-color: #303030;
    border-color: #555555;
    color: #FFFFFF !important;
}

.btn-pink {
    background-color: #D6487E;
    border-color: #D6487E;
    color: #FFFFFF !important;
}

.btn-pink:hover {
    background-color: #B73766;
    border-color: #D6487E;
    color: #FFFFFF !important;
}

.btn-purple {
    background-color: #9585BF;
    border-color: #9585BF;
    color: #FFFFFF !important;
}

.btn-purple:hover {
    background-color: #7461AA;
    border-color: #9585BF;
    color: #FFFFFF !important;
}

.btn-yellow {
    background-color: #FEE188;
    border-color: #FEE188;
    color: #996633 !important;
}

.btn-yellow:hover {
    background-color: #F7D05B;
    border-color: #FEE188;
    color: #996633 !important;
}

.btn-orange {
    background-color: #F0854F;
    border-color: #F0854F;
    color: #FFFFFF !important;
}

.btn-orange:hover {
    background-color: #FF9057;
    border-color: #FEE188;
    color: #FFFFFF !important;
}

.btn-grey {
    background-color: #A0A0A0;
    border-color: #A0A0A0;
    color: #FFFFFF !important;
}

.btn-grey:hover {
    background-color: #888888;
    border-color: #A0A0A0;
    color: #FFFFFF !important;
}

.btn-light {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    color: #888888 !important;
}

.btn-light:hover {
    background-color: #D9D9D9;
    border-color: #E7E7E7;
    color: #888888 !important;
}

.btn-outline {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}

.btn-outline:hover {
    background-color: transparent;
    border-color: #CCCCCC;
    color: #CCCCCC !important;
}

.btn-navy-blue {
    background-color: #122d3d;
    color: #fff;
}

/* Field - Checkbox
------------------------------*/
.checkbox input {
    cursor: pointer;
    height: 18px;
    opacity: 0;
    position: absolute;
    width: 18px;
    z-index: 12;
}

.checkbox input:checked,
.checkbox input:focus {
  outline: none !important;
}

.checkbox span {
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    position: relative;
    z-index: 11;
}

.checkbox span::before {
    background-color: #FAFAFA;
    border: 1px solid #C8C8C8;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #32A3CE;
    content: "\a0";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    font-weight: normal;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}

.checkbox input:checked + span::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #ADB8C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    font-weight: 900;
}

.checkbox input:hover + span::before,
.checkbox span:hover::before {
    border-color: #FF893C;
}

.checkbox input:active + span::before,
.checkbox input:checked:active + span::before  {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox.checkbox-2 span::before {
    box-shadow: none;
}

.checkbox.checkbox-2 input:checked + span::before {
    background-color: #f9A021;
    border-color: #f9A021;
    color: #FFFFFF;
}

.checkbox input:disabled + span::before,
.checkbox input[disabled] + span::before,
.checkbox input.disabled + span::before {
    background-color: #DDDDDD !important;
    border-color: #CCCCCC !important;
    box-shadow: none !important;
    color: #BBB888;
}

/* Field - Radio
------------------------------*/
/* Field - Buttons
------------------------------*/
.radio input {
    cursor: pointer;
    height: 18px;
    opacity: 0;
    position: absolute;
    width: 18px;
    z-index: 12;
}

.radio input:checked,
.radio input:focus {
  outline: none !important;
}

.radio span {
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    position: relative;
    z-index: 11;
}

.radio span::before {
    background-color: #FAFAFA;
    border: 1px solid #C8C8C8;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #32A3CE;
    content: "\a0";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: normal;
    height: 17px;
    line-height: 15px;
    min-width: 17px;
    margin-right: 5px;
    text-align: center;
    text-shadow: 0 0 1px #32a3ce;
    vertical-align: middle;
}

.radio input:checked + span::before {
    display: inline-block;
    content: "\f111";
    background-color: #F5F8FC;
    border-color: #ADB8C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    font-weight: 900;
}

.radio input:hover + span::before,
.radio span:hover::before {
    border-color: #FF893C;
}

.radio input:active + span::before,
.radio input:checked:active + span::before  {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.radio.radio-2 span::before {
    box-shadow: none;
}

.radio.radio-2 input:checked + span::before {
    background-color: #f9A021;
    border-color: #f9A021;
    color: #FFFFFF;
    content: '\f00c';
    font-weight: 900;
}

.radio input:disabled + span::before,
.radio input[disabled] + span::before,
.radio input.disabled + span::before {
    background-color: #DDDDDD !important;
    border-color: #CCCCCC !important;
    box-shadow: none !important;
    color: #BBB888;
}

/* Ace Editor
------------------------------*/
#editor {
    font-size: 14px;
    height: 250px;
}

/* Field - Switch
------------------------------*/
.switch {
    position: relative;
    margin: 0;
}

.switch input {
    cursor: pointer;
    height: 25px;
    opacity: 0;
    position: absolute;
    width: 55px;
    z-index: 12;
}

.switch span {
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    margin: 0 4px;
    min-height: 24px;
    min-width: 18px;
    position: relative;
    z-index: 11;
}

.switch span::before {
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,.2);
    -webkit-transition: text-indent .4s ease;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,.2);
    color: #999999;
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    margin-right: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    text-indent: -19px;
    top: 5px;
    transition: text-indent .4s ease;
    width: 52px;
}

.switch span::after {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: left .4s ease;
    background-color: #FFFFFF;
    border-radius: 100%;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,.3);
    color: #D5D5D5;
    content: '|||';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: lighter;
    left: -3px;
    line-height: 20px;
    height: 22px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.15);
    top: 4px;
    transition: left .4s ease;
    width: 22px;
}

.switch input:checked + span::before {
    background-color: #8AB2C9;
    border-color: #468FCC;
    color: #FFFFFF;
    text-indent: 9px;
}

.switch input:checked + span::after {
    background-color: #FFFFFF;
    color: #8AB2C9;
    left: 34px;
}

.switch.switch-2 input + span::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

.switch.switch-3 input + span::after {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    font-weight: 900;
    line-height: 23px;
    top: 3px;
}

.switch.switch-3 input:checked + span::after {
    content: "\f00c";
    font-weight: 900;
}

.switch.switch-4 input + span::before,
.switch.switch-5 input + span::before {
    -webkit-transition: all .4s ease;
    background-color: #8B9AA3;
    border: 1px solid #8B9AA3;
    border-radius: 12px;
    box-shadow: none;
    color: #FFFFFF;
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    line-height: 23px;
    height: 24px;
    overflow: hidden;
    position: relative;
    text-indent: -25px;
    transition: all .4s ease;
    width: 56px;
}

.switch.switch-4 input + span::after,
.switch.switch-5 input + span::after {
    -webkit-transition: all .4s ease;
    background-color: #FFFFFF;
    border-radius: 12px;
    color: #5B6A73;
    content: '|||';
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: lighter;
    height: 20px;
    left: 2px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.2);
    transition: all .4s ease;
    top: 7px;
    width: 20px;
}

.switch.switch-4 input:checked + span::before,
.switch.switch-5 input:checked + span::before {
    background-color: #468FCC;
    border-color: #468FCC;
    text-indent: 9px;
}

.switch.switch-4 input:checked + span::after,
.switch.switch-5 input:checked + span::after {
    background-color: #FFFFFF;
    left: 34px;
}

.switch.switch-5 input + span::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

.switch.switch-5 input:checked + span::before {
    text-indent: 8px;
}

.switch.switch-6 input + span {
    position: relative;
}

.switch.switch-6 input + span::before {
    -webkit-transition: background 0.1s ease;
    background-color: #888888;
    border: none;
    border-radius: 12px;
    box-shadow: none;
    color: #F2F2F2;
    content: "\f00d";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    height: 22px;
    line-height: 20px;
    text-indent: 32px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: background 0.1s ease;
    width: 52px;
}

.switch.switch-6 input + span::after {
    -webkit-transition: left 0.2s ease;
    background-color: #F2F2F2;
    border: 4px solid #F2F2F2;
    border-radius: 12px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    content: '';
    height: 18px;
    left: 3px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    top: 7px;
    transition: left 0.2s ease;
    width: 18px;
}

.switch.switch-6 input:checked + span::before {
    background-color: #FF893C;
    border-color: #B7D3E5;
    color: #FFFFFF;
    content: "\f00c";
    text-indent: 6px;
}

.switch.switch-6 input:checked + span::after {
    background-color: #FFFFFF;
    border: 4px solid #FFFFFF;
    left: 32px;
    text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}

.switch.switch-7 input {
    width: 75px;
}

.switch.switch-7 input + span {
    position: relative;
}

.switch.switch-7 input + span::before {
    -webkit-transition: all 0.2s ease;
    background-color: #FFFFFF;
    border: 2px solid #AAAAAA;
    border-radius: 0;
    box-shadow: none;
    color: #AAAAAA;
    content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    text-indent: 4px;
    transition: all 0.2s ease;
    width: 74px;
}

.switch.switch-7 input + span::after {
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #aaa;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    height: 20px;
    left: 39px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 8px;
    transition: all 0.2s ease-in-out;
    width: 32px;
}

.switch.switch-7 input:checked + span::before {
    background-color: #FFFFFF;
    border-color: #6FB3E0;
    color: #468FCC;
    text-indent: -33px;
}

.switch.switch-7 input:checked + span::after {
    background-color: #468FCC;
    color: #FFFFFF;
    content: '\f00c';
    left: 3px;
}

.switch input:disabled + span::before,
.switch input[disabled] + span::before,
.switch input.disabled + span::before {
    background-color: #DDDDDD !important;
    border-color: #CCCCCC !important;
    box-shadow: none !important;
    color: #BBB888;
}

/* Field - File Field
-----------------------------*/
.file-field {
    border: 1px solid #CCCCCC;
}

.file-field .file-field-preview {
    text-align: center;
}

.file-field .file-field-preview-container {
    position: relative;
}

.file-field .file-field-preview i {
    font-size: 50px;
}

.file-field .file-field-extension {
    background-color: #343434;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    width: 100%;
}

.file-field .file-field-name {
    vertical-align: middle;
}

.file-field .file-field-actions {
    vertical-align: middle;
    white-space: nowrap;
}

.file-field tfoot {
    background-color: #E9ECEF;
}

/* Field - Tag Field
-----------------------------*/
.tag-field {
    border: 1px solid #CCCCCC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    cursor: text;
    margin-bottom: 0;
    min-height: 36px;
}

.tag-field .tag {
    background-color: #F58020;
    border-radius: 4px;
    cursor: default;
    display: inline-block;
    margin: 2px 0 2px 2px;
    padding: 5px;
}

.tag-field .tag input[type="text"] {
    background: none;
    border: 0;
    box-shadow: none;
    color: #FFE493;
    outline: none;
    padding: 0;
    width: 24px;
}

.tag-field .tag input[type="text"]::-webkit-input-placeholder {
    color: #FFFFFF;
}

.tag-field .tag input[type="text"]::-moz-placeholder {
    color: #FFFFFF;
}

.tag-field .tag input[type="text"]:-ms-input-placeholder {
    color: #FFFFFF;
}

.tag-field .tag input[type="text"]input:-moz-placeholder {
    color: #FFFFFF;
}

.tag-field .tag .remove {
    color: #DB5E5E;
    padding-left: 5px;
}

/* Field - Multirange
-----------------------------*/
.multirange-field .multirange-input {
    width: 30px;
}

.multirange-field .multirange-range {
  display: block;
  height: 2em;
  margin: 0;
  pointer-events: none;
}

.multirange-field  .multirange-range +  .multirange-range {
  margin-top: -2em;
}

.multirange-field  .multirange-range::-webkit-slider-thumb {
  pointer-events: all;
}

.multirange-field  .multirange-range::-moz-range-thumb {
  pointer-events: all;
}

.multirange-field  .multirange-range::-ms-thumb {
  pointer-events: all;
}

/* WYSIWYG
------------------------------*/
.wysiwyg-color-blue {
    color: #428BCA !important;
}

.wysiwyg-color-orange {
    color: #FFB752 !important;
}

.wysiwyg-color-greed {
    color: #87B87F !important;
}

.wysiwyg-color-red {
    color: #D15B47 !important;
}

.wysiwyg-color-black {
    color: #555555 !important;
}

.wysiwyg-color-pink {
    color: #D6487E !important;
}

.wysiwyg-color-purple {
    color: #9585BF !important;
}

.wysiwyg-color-yellow {
    color: #FEE188 !important;
}

.wysiwyg-color-grey {
    color: #A0A0A0 !important;
}

.wysiwyg-color-light {
    color: #E7E7E7 !important;
}

.wysiwyg-color-white {
    color: #F9F9F9 !important;
}

.wysiwyg-dialog {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: auto;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 34px;
    width: 260px;
}

/* Field - Suggestion
-----------------------------*/
.input-suggestion {
    position: relative;
}

.input-suggestion ul {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    left: 0;
    list-style: none;
    max-height: 230px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.input-suggestion li {
    padding: 5px 10px;
}

.input-suggestion li.hover,
.input-suggestion li:hover {
    background: #ffe493;
}


/* Field - Icon
-----------------------------*/
.icon-field {
    font-size: 30px;
}

.icon-field i {
    border: 2px solid #FFFFFF;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
}

.icon-field i:hover {
    border: 2px solid orange;
}

/* UI - Box
------------------------------*/
.box {
    border: 1px solid #DEE2E6;
    margin-bottom: 20px;
}

.box .box-head,
.box .box-foot {
    height: 35px;
}

.box .box-head::after,
.box .box-foot::after {
    clear: both;
    content: "";
    display: block;
}

.box .box-left {
    float: left;
}

.box .box-right {
    float: right !important;
}

.box .box-head.box-border {
    border-bottom: 1px solid #CCCCCC;
}

.box .box-head > *,
.box .box-foot > * {
    float: left;
    line-height: 35px;
    vertical-align: middle;
}

.box .box-head .box-padding,
.box .box-foot .box-padding {
    padding: 0 10px;
}

.box .box-head .btn,
.box .box-foot .btn {
    border: 0;
    float: left;
    line-height: inherit;
    padding-bottom: 0;
    padding-top: 0;
}

.box .box-head .btn:last-child,
.box .box-foot .btn:last-child {
    margin: 0;
}

.box .box-toolbar .progress {
    width: 100px;
}

.box .box-head .nav-link,
.box .box-foot .nav-link {
    color: #FFFFFF;
    padding-bottom: 0;
    padding-top: 0;
}

.box .box-head .nav-tabs .nav-link,
.box .box-foot .nav-tabs .nav-link {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.box .box-head .nav-tabs .nav-link.active,
.box .box-foot .nav-tabs .nav-link.active {
    color: #495057;
}

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

.box .box-title {
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
    white-space: nowrap;
}

.box .box-body-subtitle {
    font-size: 13px;
}

.box-default {
    background-color: #ABBAC3;
    border-color: #ABBAC3;
    color: #FFFFFF;
}

.box-primary {
    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;
}

.box-secondary {
    background-color: #6C757D;
    border-color: #6C757D;
    color: #FFFFFF;
}

.box-info {
    background-color: #6FB3E0;
    border-color: #6FB3E0;
    color: #FFFFFF;
}

.box-warning {
    background-color: #FFB752;
    border-color: #FFB752;
    color: #FFFFFF;
}

.box-success {
    background-color: #87B87F;
    border-color: #87B87F;
    color: #FFFFFF;
}

.box-danger {
    background-color: #D15B47;
    border-color: #D15B47;
    color: #FFFFFF;
}

.box-inverse {
    background-color: #555555;
    border-color: #555555;
    color: #FFFFFF;
}

.box-pink {
    background-color: #D6487E;
    border-color: #D6487E;
    color: #FFFFFF;
}

.box-purple {
    background-color: #9585BF;
    border-color: #9585BF;
    color: #FFFFFF;
}

.box-yellow {
    background-color: #FEE188;
    border-color: #FEE188;
    color: #996633;
}

.box-yellow .nav-item .nav-link {
    color: #996633;
}

.box-grey {
    background-color: #A0A0A0;
    border-color: #A0A0A0;
    color: #FFFFFF;
}

.box-light {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    color: #888888;
}

.box-light .nav-item .nav-link {
    color: #888888;
}

/* UI - Pretty Print
------------------------------*/
.prettyprint .com {
    color: #93A1A1;
}

.prettyprint .lit {
    color: #195F91;
}

.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
    color: #93A1A1;
}

.prettyprint .fun {
    color: #DC322F;
}

.prettyprint .str,
.prettyprint .atv {
    color: #D14D14;
}

.prettyprint .kwd,
.prettyprint .tag {
    color: #1E347B;
}

.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
    color: teal;
}

.prettyprint .pln {
    color: #48484C;
}

.prettyprint {
    padding: 8px;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
}
.prettyprint.linenums {
    box-shadow: inset 40px 0 0 #FBFBFC, inset 41px 0 0 #ECECF0;
}

.prettyprint ol.linenums {
    margin: 0;
}

.prettyprint ol.linenums li {
    padding-left: 12px;
    color: #BEBEC5;
    line-height: 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}

/* Form - Auth
------------------------------*/
.auth-form .form-logo {
    padding: 20px;
    text-align: center;
}

.auth-form .form-logo img {
    width: 145px;
}

.auth-form .card {
    border: 0;
    border-radius: 0;
    margin: auto;
    width: 350px;
}

.auth-form .card-body {
    font-size: 12px;
}

.auth-form .card-title {
    color: #45A9D9;
    font-size: 18px;
    font-weight: 100;
}

.auth-form .input-group .input-group-prepend > * {
    border-radius: 0;
}

.auth-form .input-group .input-group-prepend .input-group-text {
    background: #FFFFFF;
    color: #AAAAAA;
    width: 39px;
}

.auth-form .input-group .form-control {
    width: 260px;
}

.auth-form .input-group .form-control[type=color]{
    height: 35px;
}

.auth-form .image-field {
    cursor: pointer;
}

.auth-form .btn-submit {
    display: block;
    font-weight: 200;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.auth-form .or-text {
    position: relative;
}

.auth-form .or-text:before {
    border-top: 1px solid #CCCCCC;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 45%;
}

.auth-form .or-text:after {
    border-top: 1px solid #CCCCCC;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
}

.auth-form p {
    line-height: 24px;
}

.auth-form .social-login .btn {
    border: 0;
    margin-bottom: 20px;
    width: 100%;
}

.auth-form .social-login .btn-facebook {
    background-color: #3498CB;
}

.auth-form .social-login .btn-google {
    background-color: #DE4C34;
}
.auth-form .social-login .btn-twitter {
    background-color: #25b2f7;
}

/* Partial - Head
------------------------------*/
header ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-top: -15px;
}
header ul li a {
    color: #FFF;
    font-size: 24px;
    border-radius: 5px;
    padding: 5px 15px;
    font-family: 'Kenyan';
    text-shadow: 0px 2px rgba(0,0,0,0.5);
    letter-spacing: 1px;
}
header ul li a:hover, header ul li a.active {
    background: #0e3844;
    color: #FFF;
}

header .navbar-toggler {
    font-size: 30px;
}

header .logo {
    height: 80px;
} 

/* Partial - Foot
------------------------------*/
.foot {
    color: #FFFFFF;
    /* position: fixed; */
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    padding: 15px 10px 25px;
    color: #FFF;
    font-size: 14px;
}

.foot .footer-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
}

.foot a {
    color: #EFEFEF;
    display: inline-block;
    font-size: 23px;
}

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

footer ul li {
    vertical-align: middle;
    margin: -8px 20px;
}

.foot .masthead {
    border-top: 1px solid #FFFFFF;
    margin-top: 10px;
    padding-top: 10px;
}

/* Partial - Body
------------------------------*/
.body {
    /* background-color: #FFFFFF; */
    padding: 20px;
}

/* Page - Home
------------------------------*/
.page-home {
    padding: 10px;
}
.page-home body {
    background-color: #29a1c4;
    color: #fff;
    /* padding: 4px 10px; */
}

.page-home h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 5px 0;
    font-weight: 600;
}

.page-home .section1 {
    /* margin-top: 50px; */
}

.page-home .section1 p {
    font-size: 18px;
    line-height: 25px;
}

.page-home .section1 .img-holder img {
    width: 100%;
}

.page-home .section1 .message-holder {
    max-width: 352px;
    color: #FFF;
    width: 100%;
    text-align: left;
    margin-left: 30px;
    margin-top: 85px;
}

.page-home .section1 .message-holder strong {
    font-weight: 900;
    font-size: 19px;
}

.page-home .start-prank-btn {
    font-size: 26px;
    padding: 8px 30px;
    margin: 15px 0 0;
    border-radius: 5px;
}

.page-home .small-text {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.page-home .terms-link {
    color: #fff;
    text-decoration: underline;
}
.wrapper {
    max-width: 1024px !important;
    width: 100%;
    margin: 0 auto;
}
.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* 404 page
-------------------------------- */
.page-404 body {
    background: #93CDDB !important;
}

.page-404 .page-404-wrapper {
    margin: 100px auto 0;
    width: 500px;
}

.page-404 .page-404-wrapper h5 {
    color: #3A4350;
    font-size: 45px;
    font-weight: 600;
}

.page-404 .page-404-wrapper p {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    margin: 30px 0;
}

.page-404 .page-404-wrapper .message-404 span {
    color: #FFFFFF;
    font-size: 90px;
}

/* 500 page
-------------------------------- */
.page-500 body {
    background: #93CDDB !important;
}

.page-500 .page-500-wrapper {
    margin: 100px auto 0;
    width: 500px;
}

.page-500 .page-500-wrapper h5 {
    color: #3A4350;
    font-size: 45px;
    font-weight: 600;
}

.page-500 .page-500-wrapper p {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    margin: 30px 0;
}

.page-500 .page-500-wrapper .message-500 span {
    color: #FFFFFF;
    font-size: 90px;
}

/* Maintenance - Page
------------------------------*/
.maintenance-page body {
    background-color: #039991;
    color: #fff;
}
.maintenance-page h1 {
    text-transform: uppercase;
}
.maintenance-page .maintenance img {
    max-width: 500px;
    width: 100%;
}

.page-admin-login body {
    background: url(https://our-projects.xyz/install/wp-content/uploads/2021/03/Banner.jpg) no-repeat;
    background-size: cover;
}

.page-admin-login .form-head {
    font-family: 'Bebas';
    font-size: 40px;
}

.page-admin-login button,
.page-admin-login button:hover {
    height: 50px;
    font-family: 'Bebas';
    font-size: 25px;
    letter-spacing: 1px;
    background-color: #E66D2F;
    border: none;
} 

@media (max-width:991px) {
    header ul li {
        display: block;
        width: 100%;
        margin: 0;
        margin-top: 0;
        text-align: center;
        padding: 10px 0;
    }

    header .logo {
        height: 70px;
    }

    header .navbar {
        padding: 0px 4px;
    }

    header .navbar-nav .float-right {
        position: relative;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 990;
        width: 100%;
        height: 100%;
        background: #0e3844;
        margin: 0;
    }

    header .navbar-nav .float-right button {
        float: right;
        margin-top: 30px;
        margin-right: 14px;
    }

    header .navbar-nav .float-right button:hover,
    header .navbar-nav .float-right button:focus {
        background-color: transparent;
        border-color: transparent;
        outline: none;
    }

    header .navbar-nav .float-right ul {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .page-prank .section3 .message-holder {
        margin-left: 0;
    }

    .page-prank .section4 .payment-holder {
        margin-top: 10px;
    }

    .page-faq .card {
        padding: 10px;
    }

    .page-thank-you h1, .page-launch-prank h1 {
        font-size: 25px;
    }
}


@media (max-width:923px) {
    .page-home .section1 .message-holder,
    .page-prank .message-holder {
        margin-top: 65px;
    }

    .page-block .section1 .message-holder {
        margin-top: 75px;
    }
}

@media (max-width: 896px) {
    .page-prank .section2 .message-holder {
        margin: 0 auto;
        margin-top: 55px;
    }

    .page-prank .img-holder img {
        width: 100%;
    }
}

@media (max-width: 825px) {
    .page-home h1, .page-prank h1 {
        font-size: 33px;
        line-height: 40px;
    }

    .page-home .section1 p {
        font-size: 17px;
    }

    .page-home .section1 .message-holder,
    .page-prank .message-holder {
        margin-left: 0;
        margin-top: 26px;
    }

    .page-home .start-prank-btn,
    .page-prank .btn-green {
        font-size: 20px;
        padding: 8px 25px;
        margin: 7px 0 0;
    }

    .page-prank .btn-green {
        height: initial;
        width: 100%;
    }

    .page-block .section1 .message-holder {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media (max-width:783px) {
    .page-home h1, .page-prank h1 {
        font-size: 32px;
    }
}

@media (max-width:761px) {
    .page-home h1, .page-prank h1 {
        font-size: 30px;
    }

    .page-home .section1 .message-holder,
    .page-prank .message-holder {
        margin-top: 50px;
    }

    .page-prank .choices .radio {
        min-height: 60px;
    }

    .page-prank .choices .radio.freq {
        background-size: 25px !important;
        max-width: 105px;
    }

    .page-prank .choices .radio.freq label {
        margin-top: 19px;
    }
}

@media (max-width:717px) {
    .page-home .section1 h1 {
        font-size: 27px;
        line-height: 35px;
    }
    .page-home .section1 p {
        font-size: 16px;
        line-height: 20px;
    }

    .page-home .section1 p strong {
        font-size: 18px;
    }

    .page-home .start-prank-btn,
    .page-prank .btn-green {
        font-size: 17px;
    }

    .page-prank .choices .radio.freq {
        max-width: 97px;
    }
}

@media (max-width:700px) {
    .page-home .section1 .message-holder,
    .page-prank .message-holder {
        margin-top: 35px;
    }

    .page-prank .choices .radio {
        min-height: 50px;
    }

    .page-prank .choices .radio.freq label {
        margin-top: 16px;
    }

    .page-launch-panel table {
        display: block;
    }
}

@media (max-width:652px) {
    header .logo {
        height: 60px;
    }

    header .navbar-nav .float-right button {
        margin-top: 25px;
    }

    .page-home .section1 .message-holder,
    .page-prank .message-holder {
        margin-top: 0 !important;
    }
}

@media (max-width:618px) {
    .col {
        flex-basis: auto;
    }

    .foot .footer-wrapper {
        padding: 0;
        position: relative;
    }
    .foot .footer-wrapper > div {
        display: block;
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .body #main-wrapper .center-div {
        position: relative;
        top: initial;
        left: initial;
        margin-right: initial;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    .page-home .section1 .img-holder img,
    .page-prank .img-holder img {
        height: 300px;
        width: auto;
    }
    .page-home .section1 .message-holder,
    .page-prank .message-holder {
        margin: 0 auto;
        text-align: center !important;
    }

    .page-prank .btn-green {
        height: 60px;
    }

    .page-prank .section3 .message-holder {
        margin: 0 auto;
        margin-top: 65px;
    }

    .page-prank h2 {
        text-align: center;
        font-size: 25px;
    }

    .page-prank .section3 label.radio.radio-2.col {
        flex-basis: 0;
        margin: 25px 0;
    }

    .page-prank .choices .radio.freq {
        max-width: 115px;
        text-align: left;
    }

    .page-prank .section4 .form-check {
        margin: 20px 0;
        margin-top: 20px !important;
    }

    .page-prank .section4 .payment-holder {
        max-width: 90%;
    }
}

@media (max-width:515px) {
    .page-home .section1 .img-holder img,
    .page-prank .img-holder img {
        height: 250px;
    }

    .page-faq .faq-container {
        padding: 0;
    }

    .foot a {
        font-size: 17px;
    }
}

@media (max-width:481px) {
    .page-prank .section4 .btn-stripe {
        font-size: 17px;
        height: 40px;
    }
}
@media (max-width:434px) {
    .page-home .section1 h1 {
        font-size: 23px;
        line-height: 25px;
    }

    .page-home .section1 p {
        font-size: 14px;
        line-height: 17px;
    }

    .page-home .section1 .message-holder strong,
    .page-prank .message-holder strong {
        font-size: 15px;
    }

    .page-prank h1 {
        font-size: 27px;
        line-height: 30px;
    }

    .page-prank .body {
        padding: 10px;
    }

    .page-prank .choices .radio.freq {
        background-size: 23px !important;
    }

    .page-faq .card .card-body {
        padding: 10px 5px;
    }
}

@media (max-width:415px) {
    .page-prank .choices .radio.freq {
        max-width: 112.5px;
    }
}

@media (max-width:403px) {
    .page-prank .body {
        padding: 0;
    }

    .page-prank .choices .radio.freq {
        max-width: 112px;
    }

    .page-thank-you h1 {
        font-size: 21px;
    }

    .page-thank-you .content-holder,
    .page-launch-prank .content-holder {
        padding: 40px 20px;
    }
}

@media (max-width:375px) {
    header .logo {
        height: 50px;
    }

    header .navbar-nav .float-right button {
        margin-top: 26px;
    }

    .body {
        padding-top: 0;
    }

    .page-prank .choices .radio.freq {
        max-width: 110px;
        padding: 0 7px;
    }

    .page-prank .center-div .col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-prank .section4 .payment-holder {
        padding: 20px;
    }
}

@media (max-width:320px) {
    .body {
        padding: 0;
    }

    .foot {
        padding: 0;
        padding-top: 15px;
    }

    .foot p {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .page-home .section1 .img-holder img,
    .page-prank .img-holder img {
        height: 180px;
    }

    .page-prank .choices .radio.freq {
        max-width: 91px;
    }

    .page-prank .radio span::before {
        height: 20px;
        width: 20px;
    }

    .page-prank .radio.radio-2 input:checked + span::before {
        font-size: 13px;
        padding-top: 2px;
    }

    .page-thank-you form,
    .page-launch-prank form {
        width: 100% !important;
    }
}

@media (max-width:272px) {
    header .logo {
        height: 40px;
    }
}

@media (min-height:732px) and (max-width: 991px) {
    .page-block .foot,
    .page-home .foot {
        position: absolute;
    }

    .page-prank.section4-active .foot {
        position: initial;
    }
}

@media (max-height: 729px) {
    .foot .footer-wrapper {
        padding: 0;
        position: relative;
    }

    .body #main-wrapper .center-div {
        position: relative;
        top: initial;
        left: initial;
        margin-right: initial;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
