@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");

/*!
 * bootswatch v3.3.7
 * Homepage: bootswatch.com
 * Copyright 2012-2017 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/


/*!
 * Bootstrap v3.3.7 (getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -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;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*! Source: github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #2780e3;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #165ba8;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 39px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 19px;
}

h5,
.h5 {
    font-size: 15px;
}

h6,
.h6 {
    font-size: 13px;
}

p {
    margin: 0 0 10.5px;
}

.lead {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
    }
}

small,
.small {
    font-size: 86%;
}

mark,
.mark {
    background-color: #ff7518;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #2780e3;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1967be;
}

.text-success {
    color: #ffffff;
}

a.text-success:hover,
a.text-success:focus {
    color: #e6e6e6;
}

.text-info {
    color: #ffffff;
}

a.text-info:hover,
a.text-info:focus {
    color: #e6e6e6;
}

.text-warning {
    color: #ffffff;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #e6e6e6;
}

.text-danger {
    color: #ffffff;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e6e6e6;
}

.bg-primary {
    color: #fff;
    background-color: #2780e3;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1967be;
}

.bg-success {
    background-color: #3fb618;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #2f8912;
}

.bg-info {
    background-color: #9954bb;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #7e3f9d;
}

.bg-warning {
    background-color: #ff7518;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #e45c00;
}

.bg-danger {
    background-color: #ff0039;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #cc002e;
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #e6e6e6;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 21px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #e6e6e6;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #e6e6e6;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999999;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #3fb618;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #379f15;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #9954bb;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #8d46b0;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #ff7518;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #fe6600;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #ff0039;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #e60033;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 11px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #e6e6e6;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 43px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 31px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 64px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 36px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 31px;
    line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.input-lg {
    height: 64px;
    padding: 18px 30px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-lg {
    height: 64px;
    line-height: 64px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 64px;
    padding: 18px 30px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0;
}

.form-group-lg select.form-control {
    height: 64px;
    line-height: 64px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 64px;
    min-height: 40px;
    padding: 19px 30px;
    font-size: 19px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 53.75px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 64px;
    height: 64px;
    line-height: 64px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #ffffff;
}

.has-success .form-control {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

.has-success .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #3fb618;
}

.has-success .form-control-feedback {
    color: #ffffff;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #ffffff;
}

.has-warning .form-control {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

.has-warning .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ff7518;
}

.has-warning .form-control-feedback {
    color: #ffffff;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ffffff;
}

.has-error .form-control {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

.has-error .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ff0039;
}

.has-error .form-control-feedback {
    color: #ffffff;
}

.has-feedback label~.form-control-feedback {
    top: 26px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 19px;
        font-size: 19px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 13px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: #090909;
    border-color: #000000;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #090909;
    border-color: #040404;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #090909;
    border-color: #040404;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #222222;
    border-color: #222222;
}

.btn-default .badge {
    color: #222222;
    background-color: #ffffff;
}

.btn-primary {
    color: #ffffff;
    background-color: #2780e3;
    border-color: #2780e3;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #1967be;
    border-color: #10427b;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #1967be;
    border-color: #1862b5;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1967be;
    border-color: #1862b5;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #15569f;
    border-color: #10427b;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #2780e3;
    border-color: #2780e3;
}

.btn-primary .badge {
    color: #2780e3;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #3fb618;
    border-color: #3fb618;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #2f8912;
    border-color: #184509;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #2f8912;
    border-color: #2c8011;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #2f8912;
    border-color: #2c8011;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #24690e;
    border-color: #184509;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #3fb618;
    border-color: #3fb618;
}

.btn-success .badge {
    color: #3fb618;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #9954bb;
    border-color: #9954bb;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #7e3f9d;
    border-color: #522967;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #7e3f9d;
    border-color: #783c96;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #7e3f9d;
    border-color: #783c96;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #6a3484;
    border-color: #522967;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #9954bb;
    border-color: #9954bb;
}

.btn-info .badge {
    color: #9954bb;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #ff7518;
    border-color: #ff7518;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #e45c00;
    border-color: #983d00;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #e45c00;
    border-color: #da5800;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #e45c00;
    border-color: #da5800;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #c04d00;
    border-color: #983d00;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #ff7518;
    border-color: #ff7518;
}

.btn-warning .badge {
    color: #ff7518;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #ff0039;
    border-color: #ff0039;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #cc002e;
    border-color: #80001c;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #cc002e;
    border-color: #c2002b;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #cc002e;
    border-color: #c2002b;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #a80026;
    border-color: #80001c;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #ff0039;
    border-color: #ff0039;
}

.btn-danger .badge {
    color: #ff0039;
    background-color: #ffffff;
}

.btn-link {
    color: #2780e3;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #165ba8;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 18px 30px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #2780e3;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #2780e3;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #999999;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 64px;
    padding: 18px 30px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 64px;
    line-height: 64px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    line-height: 31px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0;
}

.input-group-addon.input-lg {
    padding: 18px 30px;
    font-size: 19px;
    border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #e6e6e6;
}

.nav>li.disabled>a {
    color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #e6e6e6;
    border-color: #2780e3;
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #e6e6e6 #e6e6e6 #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #2780e3;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px;
    border: 1px solid transparent;
}

.navbar-collapsed .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapsed .navbar-nav .open .dropdown-menu>li>a,
.navbar-collapsed .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}

.navbar-collapsed .navbar-nav .open .dropdown-menu>li>a {
    line-height: 21px;
}

.navbar-collapsed .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-collapsed .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
}

.navbar-inverse .navbar-collapsed .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-collapsed .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-inverse .navbar-collapsed .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    background-color: #1967be;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.25px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 21px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 14.5px;
        padding-bottom: 14.5px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}

.navbar-btn.btn-sm {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #222222;
    border-color: #121212;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
    background-color: none;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #090909;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #090909;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #090909;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #121212;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: #090909;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #090909;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #ffffff;
}

.navbar-default .navbar-link:hover {
    color: #ffffff;
}

.navbar-default .btn-link {
    color: #ffffff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #ffffff;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

.navbar-inverse {
    background-color: #2780e3;
    border-color: #1967be;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: none;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #1967be;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #1967be;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #1967be;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #1a6ecc;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #1967be;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #1967be;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #1967be;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: #1967be;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #1967be;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ffffff;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #ffffff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb>.active {
    color: #999999;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 18px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2780e3;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #165ba8;
    background-color: #e6e6e6;
    border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #999999;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 18px 30px;
    font-size: 19px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #e6e6e6;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999999;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #222222;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #090909;
}

.label-primary {
    background-color: #2780e3;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #1967be;
}

.label-success {
    background-color: #3fb618;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #2f8912;
}

.label-info {
    background-color: #9954bb;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #7e3f9d;
}

.label-warning {
    background-color: #ff7518;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #e45c00;
}

.label-danger {
    background-color: #ff0039;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #cc002e;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #2780e3;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #2780e3;
    background-color: #ffffff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #e6e6e6;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #cccccc;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 68px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #2780e3;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #3fb618;
    border-color: #4e9f15;
    color: #ffffff;
}

.alert-success hr {
    border-top-color: #438912;
}

.alert-success .alert-link {
    color: #e6e6e6;
}

.alert-info {
    background-color: #9954bb;
    border-color: #7643a8;
    color: #ffffff;
}

.alert-info hr {
    border-top-color: #693c96;
}

.alert-info .alert-link {
    color: #e6e6e6;
}

.alert-warning {
    background-color: #ff7518;
    border-color: #ff4309;
    color: #ffffff;
}

.alert-warning hr {
    border-top-color: #ee3800;
}

.alert-warning .alert-link {
    color: #e6e6e6;
}

.alert-danger {
    background-color: #ff0039;
    border-color: #f0005e;
    color: #ffffff;
}

.alert-danger hr {
    border-top-color: #d60054;
}

.alert-danger .alert-link {
    color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #2780e3;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #3fb618;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #9954bb;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ff7518;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #ff0039;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #e6e6e6;
    color: #999999;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #999999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #2780e3;
    border-color: #dddddd;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #dceafa;
}

.list-group-item-success {
    color: #ffffff;
    background-color: #3fb618;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #ffffff;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #ffffff;
    background-color: #379f15;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.list-group-item-info {
    color: #ffffff;
    background-color: #9954bb;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #ffffff;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #ffffff;
    background-color: #8d46b0;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.list-group-item-warning {
    color: #ffffff;
    background-color: #ff7518;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #ffffff;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #ffffff;
    background-color: #fe6600;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.list-group-item-danger {
    color: #ffffff;
    background-color: #ff0039;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #ffffff;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #ffffff;
    background-color: #e60033;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 21px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 21px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #2780e3;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #2780e3;
    border-color: #2780e3;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #2780e3;
}

.panel-primary>.panel-heading .badge {
    color: #2780e3;
    background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #2780e3;
}

.panel-success {
    border-color: #4e9f15;
}

.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #3fb618;
    border-color: #4e9f15;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #4e9f15;
}

.panel-success>.panel-heading .badge {
    color: #3fb618;
    background-color: #ffffff;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #4e9f15;
}

.panel-info {
    border-color: #7643a8;
}

.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #9954bb;
    border-color: #7643a8;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #7643a8;
}

.panel-info>.panel-heading .badge {
    color: #9954bb;
    background-color: #ffffff;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #7643a8;
}

.panel-warning {
    border-color: #ff4309;
}

.panel-warning>.panel-heading {
    color: #ffffff;
    background-color: #ff7518;
    border-color: #ff4309;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ff4309;
}

.panel-warning>.panel-heading .badge {
    color: #ff7518;
    background-color: #ffffff;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff4309;
}

.panel-danger {
    border-color: #f0005e;
}

.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #ff0039;
    border-color: #f0005e;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f0005e;
}

.panel-danger>.panel-heading .badge {
    color: #ff0039;
    background-color: #ffffff;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f0005e;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.navbar-inverse .badge {
    background-color: #fff;
    color: #2780e3;
}

body {
    -webkit-font-smoothing: antialiased;
}

.text-primary,
.text-primary:hover {
    color: #2780e3;
}

.text-success,
.text-success:hover {
    color: #3fb618;
}

.text-danger,
.text-danger:hover {
    color: #ff0039;
}

.text-warning,
.text-warning:hover {
    color: #ff7518;
}

.text-info,
.text-info:hover {
    color: #9954bb;
}

table a:not(.btn),
.table a:not(.btn) {
    text-decoration: underline;
}

table .dropdown-menu a,
.table .dropdown-menu a {
    text-decoration: none;
}

table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
    color: #fff;
}

table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
    color: #fff;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
    color: #ff7518;
}

.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
    border: 1px solid #ff7518;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
    color: #ff0039;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
    border: 1px solid #ff0039;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
    color: #3fb618;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
    border: 1px solid #3fb618;
}

.nav-pills>li>a {
    border-radius: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-image: none;
}

.close {
    text-decoration: none;
    text-shadow: none;
    opacity: 0.4;
}

.close:hover,
.close:focus {
    opacity: 1;
}

.alert {
    border: none;
}

.alert .alert-link {
    text-decoration: underline;
    color: #fff;
}

.label {
    border-radius: 0;
}

.progress {
    height: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress .progress-bar {
    font-size: 8px;
    line-height: 8px;
}

.panel-heading,
.panel-footer {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-default .close {
    color: #333333;
}

a.list-group-item-success.active {
    background-color: #3fb618;
}

a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    background-color: #379f15;
}

a.list-group-item-warning.active {
    background-color: #ff7518;
}

a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    background-color: #fe6600;
}

a.list-group-item-danger.active {
    background-color: #ff0039;
}

a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    background-color: #e60033;
}

.modal .close {
    color: #333333;
}

.popover {
    color: #333333;
}


/* Stripe */

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.navbar-brand {
    float: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 48px;
    height: 50px;
}

.navbar-brand img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    max-height: 51px;
    margin-top: -1px;
}

.navbar-inverse .badge {
    line-height: 12px;
}

.navbar-collapsed-before .navbar-header {
    width: 100%;
}

.navbar-collapsed-before .navbar-toggle {
    display: block;
}

.navbar-collapsed-before .navbar-nav {
    width: 100%;
}

.navbar-collapsed-before .navbar-nav li {
    width: 100%;
}

.navbar-collapsed-before .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-collapsed-before .navbar-right {
    width: 100%;
    float: left !important;
}

.mass-alert {
    margin-bottom: 20px;
}

.mass-alert .alert {
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.mass-alert .alert:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mass-alert .alert:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dropdown-max-height {
    max-height: 300px;
    overflow-y: auto;
}

.titcket-title {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.ticket-message-right {}

.ticket-message-right .ticket-message {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}

.ticket-message-left {}

.ticket-message-left .ticket-message {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}

.ticket-message-block {
    margin-bottom: 15px;
}

.ticket-message {
    word-break: break-word;
}

.ticket-message p,
.ticket-message blockquote,
.ticket-message li {
    white-space: pre-wrap;
}

.ticket-message blockquote {
    font-size: 14px;
    border-left: 3px solid #2780e3;
    padding: 2px 8px;
    margin-bottom: 12px;
}

.ticket-message hr {
    border-top: 1px solid #333333;
}

body {
    padding-bottom: 50px;
}

.nowrap {
    white-space: nowrap;
}

.width-40 {
    width: 40% !important;
    word-break: break-all;
    min-width: 250px;
}

.width-service-name {
    min-width: 200px;
}

.service-description table {
    width: auto!important;
}

.service-description {
    word-break: break-word;
}

.service-description__th {
    width: 40% !important;
    word-break: break-all;
}

.description {
    border-bottom: 2px solid #dfd7ca;
}

.terms {
    margin-top: 0px;
    margin-bottom: 20px;
}

.api h1,
h2,
h3,
pre {
    margin-top: 0px;
    margin-bottom: 20px;
}

.api h4,
h5,
h6,
form {
    margin-top: 0px;
    margin-bottom: 10px;
}

.link {
    word-break: break-all;
    min-width: 200px;
}

.search {
    width: 250px;
}

.nav-pills {
    margin-bottom: 10px;
}

.pagination {
    margin: 0px;
}

.well-float {
    float: left;
    width: 100%;
}

.pull-right-middle {
    line-height: 40px;
}

.modal-body-scroller {
    max-height: 500px;
    overflow: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.border-solid {
    border: 1px solid #ddd;
}

.border-rounded {
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: #fff;
}

.form-group__password {
    position: relative;
}

.forgot-password {
    position: absolute;
    right: 11px;
    bottom: 12px;
}

.confirm-email {
    margin-top: 30px;
}

.confirm-email__description {
    margin-bottom: 24px;
}

.navbar-icon {
    margin: 0px 3px;
}


/* RTL */

.rtl-navbar {
    direction: rtl;
}

.rtl-navbar .navbar-header {
    float: right;
}

.rtl-navbar .navbar-right {
    float: left !important;
    margin-right: -15px;
}

.rtl-navbar .navbar-nav {
    float: right;
    padding-right: 5px;
    margin-right: 15px;
}

.rtl-navbar .navbar-nav li {
    float: right;
}

.rtl-navbar .navbar-toggle {
    float: left;
}

.rtl-navbar .navbar-brand {
    float: right;
    padding-right: 15px;
}

.rtl-form {
    direction: rtl;
}

.rtl-form input {
    direction: rtl;
    text-align: right;
}

.rtl-form .checkbox label {
    padding-right: 20px;
    padding-left: 0px;
}

.rtl-form .checkbox input[type="checkbox"] {
    right: 0;
}

.rtl-form .close {
    float: left;
    right: 0;
    top: 0px;
}

.rtl-form .forgot-password {
    right: auto;
    left: 11px;
}

.rtl-form .pull-right {
    float: left !important;
    padding-right: 0px;
}

.rtl-form .pull-right-padding {
    padding-left: 5px;
    float: left !important;
}

.rtl-content {
    direction: rtl;
}

.rtl-table {
    direction: rtl;
}

.rtl-table th {
    text-align: right;
}

.rtl-table td {
    text-align: right;
}

.rtl-h {
    direction: rtl;
    text-align: right;
}

.rtl-btn {
    float: right;
}

.rtl-content {
    direction: rtl;
}

.rtl-content h1,
.rtl-content h2,
.rtl-content h3,
.rtl-content h4,
.rtl-content h5,
.rtl-content h6 {
    text-align: right;
}

.rtl-content ul,
.rtl-content ol {
    padding-right: 15px;
}

.rtl-ul {
    text-align: right;
    direction: rtl;
    padding-right: 15px;
}

.rtl-alert {
    text-align: right;
    direction: rtl;
}

.rtl-alert .close {
    float: left;
    right: 0;
    top: 0px;
}

.rtl-pagination {
    float: right;
}

.rtl-pagination li {
    float: right;
}

.rtl-pagination li:last-child a {
    unicode-bidi: bidi-override;
    direction: rtl;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.rtl-pagination li:first-child a {
    unicode-bidi: bidi-override;
    direction: rtl;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.rtl-nav {
    float: right;
    direction: rtl;
    width: 100%;
    padding-right: 0px;
}

.rtl-nav li {
    float: right;
}

.rtl-nav .pull-right {
    float: left !important;
}

.rtl-nav .pull-right .input-group input {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rtl-nav .pull-right .input-group .btn {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rtl-search {
    direction: rtl;
}

.rtl-search .input-group input {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rtl-search .input-group .btn {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rtl-modal {
    direction: rtl;
}

.rtl-modal .close {
    float: left;
}

.rtl-modal .modal-footer {
    text-align: left;
}


/* Media */

@media(min-width: 991px) {
    .service-name {
        max-width: 320px;
        word-break: break-word;
    }
}

@media (max-width: 991px) {
    .well-float {
        width: auto;
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .rtl-navbar .navbar-nav {
        float: right !important;
        width: 100%;
        margin-right: 0px;
    }
    .rtl-navbar .navbar-nav li {
        width: 100%;
    }
    .rtl-navbar .navbar-header {
        float: none;
        margin-right: 0px;
    }
    .rtl-navbar .navbar-brand {
        float: right;
        padding-right: 15px;
    }
    .navbar-collapsed-before .navbar-header {
        width: auto;
    }
}

.order-actions {
    width: 92px;
}

@media(max-width: 1200px) {
    .order-actions {
        width: auto;
    }
    .order-actions .btn {
        margin-bottom: 2px;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #020912;
    padding: 0;
    font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
button,
a,
div {
    font-family: "Urbanist", sans-serif;
}

#top-sec {
    padding-top: 150px;
    padding-bottom: 525px !important;
    position: relative;
    overflow: hidden;
}

#top-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 800px !important;
    transform: rotate(-3.188deg);
    border-radius: 0 0 72% 50%;
    opacity: 0.4;
    background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
    box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
    top: -36% !important;
    left: -18px;
}

#top-sec::after {
    content: '';
    position: absolute;
    border-radius: 0 0 182% 124%;
    opacity: 0.4;
    background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
    box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
    width: 100%;
    height: 800px;
    top: -24% !important;
    z-index: -1;
    left: 0;
    right: 0;
}

#top-sec .top-title h1 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 60%;
    margin: auto;
}

#top-sec .top-title .sp1 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

#top-sec .top-title .sp1 .mt-s {
    position: absolute;
    bottom: -14px;
    right: 11px;
}


/* #top-sec .top-title .sp1::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/border.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 92%;
} */

.right-img img {
    width: 500px;
    margin: auto;
}

#top-sec .top-title .sp2 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

#top-sec .top-title .sp2 .mt-a {
    position: absolute;
    right: 16px;
    bottom: -14px;
}


/* #top-sec .top-title .sp2::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/border.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 92%;
} */

#top-sec .top-title p {
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 62%;
    margin: auto;
    padding-top: 35px;
}

.top-nav-wrap {
    background: transparent !important;
    border: none !important;
    padding-top: 15px;
}

.navbar-center-wrap {
    padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
    color: #ffffff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent !important;
}

.navbar-center-wrap li.active a {
    color: #fff !important;
}

.navbar-center-wrap li a {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}

.nav-right-wrap li {
    list-style: none;
}

.nav-right-wrap li a {
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    width: 132px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}


/* Hide all steps by default: */

.tab {
    display: none;
    position: relative;
    margin-top: 20px;
}

.step {
    display: none;
}

#regForm {
    width: 561px;
    margin: auto;
}

.tab #form-control {
    border-radius: 40px;
    border: 1px solid #0075FF;
    background: #020912;
    height: 58px;
    width: 100%;
    padding-left: 58px;
}

.tab i {
    position: absolute;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #0075FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 8px;
    left: 8px;
}

#nextBtn {
    position: absolute;
    transform: translateY(-50px);
    width: 121px;
    height: 40px;
    border-radius: 24px;
    background: #0075FF;
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    right: 26.5%;
}

.frm-wrap {
    border-radius: 28px;
    border: 1px solid rgba(0, 117, 255, 0.22);
    background: #060D17;
    box-shadow: 0px 25px 60px 0px rgba(18, 67, 83, 0.10);
    padding: 30px;
    padding-left: 65px;
    margin-top: 30px;
}

.frm-wrap .frm-title-wrap .frm-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.frm-wrap .frm-title-wrap .frm-title .img-arrow {
    background: #D91A2A;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border-radius: 50px;
}

.frm-wrap .frm-title-wrap .frm-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#top-sec .form-group {
    position: relative;
}

.inpt-icon {
    position: absolute;
}

#top-sec .form-group .form-control {
    border-radius: 35px;
    border: 1px solid #0075FF;
    background: #0D1928;
    padding-left: 58px;
    height: 60px;
}

.inpt-icon {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #fff;
    border-radius: 50px;
    background: #0075FF;
    width: 44px;
    height: 44.024px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.frm-wrap .set-btn-user {
    padding: 2px;
}

.btn-tp {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.37);
    background: #0075FF;
    width: 160px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 32px;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}

.step-rembember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-rembember .reminder {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}

.step-rembember .have-acc {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.step-rembember .have-acc a {
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.step-rembember .reminder #remember {
    margin-right: 5px;
}

.img-active {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#icons .icon-wrap ul li {
    list-style: none;
    text-align: center;
}

#icons .icon-wrap ul li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
    padding-left: 14px;
}

#icons {
    padding-bottom: 80px !important;
    margin-top: -247px !important;
}

#checkout-our {
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

#checkout-our .card-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
    width: 35%;
}

#checkout-our .card-title span {
    color: #0075FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    width: 96%;
}

#checkout-our .c-title .btn-wraps {
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 121%;
    text-decoration-line: underline;
}

#checkout-our .card-wrap {
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
    transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
    background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#checkout-our .card-img1 {
    width: 604px;
    height: 604px;
    border-radius: 604px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    position: absolute;
    left: -135%;
    top: -263px;
    z-index: -1;
}

#checkout-our .card-img2 {
    width: 340px;
    height: 340px;
    border-radius: 340px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    position: absolute;
    top: -150px;
    right: -175px;
}

#checkout-our .card-img3 {
    width: 168px;
    height: 168px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    border-radius: 50%;
    position: absolute;
    top: -72px;
    right: 35px;
}

.border-blue {
    position: relative;
}

.border-blue::before {
    content: '';
    position: absolute;
    width: 115%;
    height: 1px;
    background: rgba(0, 117, 255, 0.31);
    left: -93px;
    top: 139px;
}

#checkout-our .card-wrap::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #0075FF;
    border-radius: 50px;
    top: 5px;
    left: 0;
    right: 0;
}

#checkout-our .card-wrap:hover::before {
    border: 4px solid #022753 !important;
    /* opacity: 0.8; */
}

#why-choose {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #060D17;
}

#why-choose .why-title h2 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title span {
    color: #0075FF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 133%;
}

#top-sec {
    padding-top: 150px;
    padding-bottom: 420px;
    position: relative;
    overflow: hidden;
}

.wrap-shadow {
    position: relative;
}

.wrap-shadow::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 362px;
    top: -241px;
    left: -50%;
}

.wrap-shadow::after {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -98%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
}

#top-sec::after {
    content: '';
    position: absolute;
    border-radius: 0 0 182% 124%;
    opacity: 0.4;
    background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
    box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
    width: 100%;
    height: 800px;
    top: -40%;
    z-index: -1;
    left: 0;
    right: 0;
}

#top-sec .top-title h1 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 60%;
    margin: auto;
}

#top-sec .top-title .sp1 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#top-sec .top-title .sp2 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#top-sec .top-title p {
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 62%;
    margin: auto;
    padding-top: 35px;
}

.top-nav-wrap {
    background: transparent !important;
    border: none !important;
    padding-top: 15px;
}

.navbar-center-wrap {
    padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
    color: #ffffff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent !important;
}

.navbar-center-wrap li.active a {
    color: #fff !important;
}

.navbar-center-wrap li a {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}

.nav-right-wrap li {
    list-style: none;
}

.nav-right-wrap li a {
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    width: 132px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Hide all steps by default: */

.tab {
    display: none;
    position: relative;
    margin-top: 20px;
}

.step {
    display: none;
}

#regForm {
    width: 561px;
    margin: auto;
}

.tab #form-control {
    border-radius: 40px;
    border: 1px solid #0075FF;
    background: #020912;
    height: 58px;
    width: 100%;
    padding-left: 58px;
}

.tab i {
    position: absolute;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #0075FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 8px;
    left: 8px;
}

#nextBtn {
    position: absolute;
    transform: translateY(-50px);
    width: 121px;
    height: 40px;
    border-radius: 24px;
    background: #0075FF;
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    right: 26.5%;
}

.img-active {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#icons .icon-wrap ul li {
    list-style: none;
    text-align: center;
}

#icons .icon-wrap ul li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
    padding-left: 14px;
}

#icons {
    padding-bottom: 119px;
    margin-top: -244px;
}

#checkout-our {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

#checkout-our .card-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
    width: 35%;
}

#checkout-our .card-title span {
    color: #0075FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    width: 96%;
}

#checkout-our .c-title .btn-wraps {
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 121%;
    text-decoration-line: underline;
}

#checkout-our .card-wrap {
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
    transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
    background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#checkout-our .card-img2 {
    width: 340px;
    height: 340px;
    border-radius: 340px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    position: absolute;
    top: -150px;
    right: -175px;
}

#checkout-our .card-img3 {
    width: 168px;
    height: 168px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    border-radius: 50%;
    position: absolute;
    top: -72px;
    right: 35px;
}

.border-blue {
    position: relative;
}

.border-blue::before {
    content: '';
    position: absolute;
    width: 115%;
    height: 1px;
    background: rgba(0, 117, 255, 0.31);
    left: -93px;
    top: 139px;
}

#checkout-our .card-wrap::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #0075FF;
    border-radius: 50px;
    top: 5px;
    left: 0;
    right: 0;
}

#checkout-our .card-wrap:hover::before {
    border: 4px solid #022753 !important;
    /* opacity: 0.8; */
}

#why-choose {
    padding-top: 80px;
    padding-bottom: 80px;
}

#why-choose .why-title h2 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title span {
    color: #0075FF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 133%;
}

#why-choose .btn-top {
    width: 153px;
    height: 50px;
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    margin-top: 30px;
}

#why-choose .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-selling {
    padding-top: 80px;
    padding-bottom: 80px;
}

#top-selling .card-slide-titiles h2 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
    text-align: center;
}

#top-selling .card-slide-titiles p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}

#top-selling .slider-wrapping .slick-track {
    padding-top: 30px !important;
    padding-bottom: 10px;
}

#top-selling .card-slide1 {
    border-radius: 38px;
    background: linear-gradient(180deg, #525251 0%, #313130 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide2 {
    border-radius: 38px;
    background: linear-gradient(180deg, #B364F3 0%, #9E27FF 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide3 {
    border-radius: 38px;
    background: linear-gradient(180deg, #549FEC 0%, #1B8BFF 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide4 {
    border-radius: 38px;
    background: linear-gradient(180deg, #ED5656 0%, #FF3232 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide5 {
    border-radius: 38px;
    background: linear-gradient(180deg, #56BFE7 0%, #22C2FF 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide-titile h6 {
    color: #F5F5F7;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
}

#top-selling .card-slide-titile p {
    color: #F5F5F7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    overflow-y: auto !important;
    height: 150px !important;
    scrollbar-width: thin !important;
}

#top-selling .btn-slide {
    width: 168px;
    height: 48px;
    border-radius: 56px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #061D37;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-top: 20px !important;
}

.wrap-shadow .col-sm-4 {
    padding: 5px;
}

#top-selling .card-gap {
    margin: 10px;
    height: auto !important;
    transition: 300ms all linear;
}

#top-selling .card-gap:hover {
    transform: scale(1.1);
}

.marketing-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.marketing-slider-nav .slick-arrow {
    width: 42px;
    height: 42px;
    background: transparent;
    border: 3px solid #0075FF;
    margin: 4px;
    border-radius: 50px;
    color: #0075FF;
    font-size: 18px;
}

.card-slide-img {
    position: relative;
    z-index: 1;
}

.card-slide-img::before {
    content: '';
    position: absolute;
    background: #202020;
    filter: blur(12px);
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: -10px;
    left: 3px;
}

#smm-works {
    background: #060D17;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

#smm-works::before {
    content: '';
    position: absolute;
    background: url('https://i.23robo.info/projects/socialmedia.in/img/snake1.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    top: 36px;
    left: 0;
    right: 0;
}

#smm-works .card-smm {
    position: relative;
    margin-top: 200px;
}

#smm-works .smm-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 121%;
    width: 80%;
}

#smm-works .smm-title span {
    color: #0075FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 121%;
}

#smm-works .card-smm .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    width: 45%;
}

#smm-works .card-smm .img-smm1 {
    position: absolute;
    left: 35%;
    top: -71px;
}

#smm-works .card-smm2 .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm2 .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

#smm-works .card-smm2 {
    position: relative;
    margin-top: 200px;
    margin-left: 300px;
}

#smm-works .card-smm2 .img-smm2 {
    position: absolute;
    right: -72px;
    top: -74px;
}

#smm-works .card-smm3 {
    position: relative;
    margin-top: 30px;
}

#smm-works .card-smm3 .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm3 .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    width: 55%;
}

#smm-works .card-smm3 .img-smm1 {
    position: absolute;
    left: 48%;
    top: -65px;
}

#smm-works .card-smm4 {
    position: relative;
    margin-top: 424px;
    margin-left: 300px;
}

#smm-works .card-smm4 .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm4 .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

#smm-works .card-smm4 .img-smm2 {
    position: absolute;
    right: -11px;
    top: -44px;
}

#smmsm-tabs {
    padding-top: 80px;
    padding-bottom: 80px;
}

#smmsm-tabs .flex-column {
    height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    padding: 15px;
    scrollbar-color: #0075FF #000;
}

#smmsm-tabs .nav-pills .nav-link {
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.18);
    background: #060D17;
    padding: 15px;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.5s all linear;
}

#smmsm-tabs .nav-pills .nav-link .tb {
    width: 45px;
    height: 45px;
    background-color: #0075FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex: 0 0 auto;
    max-width: auto;
}

#smmsm-tabs .nav-pills .nav-link.active {
    box-shadow: 0px 17px 33px 0px rgba(24, 119, 242, 0.20);
}

#smmsm-tabs .nav-pills .nav-link:hover {
    box-shadow: 0px 17px 33px 0px rgba(24, 119, 242, 0.20);
    transform: scale(1.02);
}

#smmsm-tabs .tab-content {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.18);
    background: #060D17;
    padding: 30px;
}

#smmsm-tabs .tab-content .tab-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    padding-top: 15px;
}

#smmsm-tabs .tab-content .tab-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}


/* #smmsm-tabs .nav-pills {
    margin-bottom: 10px;
    height: 350px !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0F66CF #000;
} */

#our-client .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#our-client .our-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#our-client .our-wrap {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.18);
    background: #060D17;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
}

#our-client .our-wrap .our-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding-top: 10px;
}

#our-client .our-wrap .our-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    padding-top: 20px;
}

.marketing-slider-nav2 {
    margin-top: 30px;
}

.marketing-slider-nav2 .slick-arrow {
    width: 42px;
    height: 42px;
    margin: 5px;
    background: transparent;
    border: 3px solid #0075FF;
    border-radius: 50px;
    color: #0075FF;
    font-size: 18px;
}

#our-client {
    position: relative;
}

#our-client::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
    bottom: -65%;
}

.right-our-img img {
    max-width: 660px !important;
}

#footr-wrap {
    margin-top: 150px;
}

#footr-wrap .footr-logo p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
    width: 33%;
}

#footr-wrap .footr-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

#footr-wrap .footr-icons h6 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding-right: 10px;
}

#footr-wrap .footr-icons li {
    list-style: none;
}

#footr-wrap .footr-icons li a {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    stroke-width: 1px;
    border: 1px solid #0075FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

#footr-wrap .footr-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 80px;
}

#footr-wrap .footr-flex-wrap::before {
    content: ;
    content: '';
    position: absolute;
    width: 117%;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    left: -92px;
    top: 46px;
}

#footr-wrap .footr-flex-wrap h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.foot-li3 h6 {
    transform: translateY(5px);
}

#footr-wrap .footr-flex-wrap li {
    list-style: none;
    padding-top: 4px;
}

#footr-wrap .footr-flex-wrap li {
    list-style: none;
    padding-top: 6px;
    transform: translateY(20px);
}

#footr-wrap .footr-flex-wrap li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

#footr-wrap .footr-flex-wrap .foot-li3 li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

#footr-wrap .footr-flex-wrap .foot-li3 li {
    padding-top: 10px;
}

.foot-li3 {
    width: 25%;
    position: relative;
}

.foot-li3::before {
    content: '';
    position: absolute;
    width: 386px;
    height: 386px;
    border-radius: 386px;
    background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
    right: 0;
    top: -100px;
    z-index: -1;
}

#footr-wrap {
    margin-top: 150px;
    border-radius: 50px 50px 0px 0px;
    background: #03050D;
    padding: 25px;
    padding-bottom: 30px;
}

#footr-wrap .footr-flex-wrap .foot-li2 {
    position: relative;
    z-index: 1;
    transform: translateX(70px);
}

#footr-wrap .footr-flex-wrap .foot-li2::before {
    content: '';
    position: absolute;
    width: 386px;
    height: 386px;
    border-radius: 386px;
    background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
    left: -152px;
    top: -100px;
    z-index: -1;
    opacity: 0.7;
}

.foot-li {
    position: relative;
}

.foot-li::before {
    content: ;
    content: '';
    position: absolute;
    border-radius: 338px;
    background: #0075FF;
    filter: blur(175px);
    width: 290px;
    height: 260px;
    left: -249%;
    bottom: -70px;
}

.copy-right {
    border-radius: 50px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #020912;
    margin-top: 100px;
}

.copy-right p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 16px 0px;
    margin: 0;
}

#icons-service {
    padding-top: 50px;
}

#icons-service .serve-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#icons-service .serve-title span {
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

#icons-service .serve-title img {
    position: absolute;
    bottom: -16px;
    right: 14px;
}

#icons-service .slider-bar-serve {
    padding-top: 50px;
}

#icons-service .slider-bar-serve p {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: translateY(-47px);
}

#icons-service .slider-bar-serve img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.nav-pill-wrap-ser .btn.btn-primary {
    width: 187px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 27.5px;
    background: #0075FF !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.nav-pill-wrap-ser .search-wrap {
    width: 82%;
}

.nav-pill-wrap-ser .search-wrap .form-control {
    border-radius: 27.5px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    height: 55px;
    margin-left: 5px;
    position: relative;
}

.nav-pill-wrap-ser .input-group {
    position: relative;
    border-collapse: separate;
    display: flex;
    align-content: center;
    align-items: center;
}

.nav-pill-wrap-ser .input-group-btns {
    position: relative;
}

.nav-pill-wrap-ser .btn-serve {
    width: 110px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19.5px !important;
    background: #1877F2;
    border: none;
    position: absolute;
    top: -19px;
    right: le;
    left: -117px;
    z-index: 4;
}

#serv-cont .bg-serve {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 20px;
}

.well-serve #service-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.well-serve thead tr th {
    background: #0075FF;
    height: 60px;
    padding: 20px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}

.well-serve thead tr th:first-child {
    border-radius: 30px 0 0 30px;
}

.well-serve thead tr th:last-child {
    border-radius: 0 30px 30px 0;
}

.well-serve tbody tr td {
    border: none;
    background: #02070E;
    height: 60px;
    padding: 16px !important;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

.well-serve tbody tr td:first-child {
    border-radius: 30px 0 0 30px;
}

.well-serve tbody tr td:last-child {
    border-radius: 0 30px 30px 0;
}

.well-serve .btn-modals {
    width: 81px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #1877F2 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.well-serve .modal-content {
    border-radius: 15px !important;
    border: 1px solid rgba(0, 117, 255, 0.13) !important;
    background: #02070E !important;
}

#reset {
    padding-top: 50px;
}

#reset .reset-title h3 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#reset {
    position: relative;
    padding-bottom: 80px;
}

#reset::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
    top: 50%;
    transform: translateY(55%);
}

#reset .well-reset {
    border-radius: 35px;
    background: #0A1424;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
    padding: 25px;
    margin-top: 20px;
}

#reset .well-reset .control-label {
    color: #FFF;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.445%;
    padding-bottom: 10px;
}

#reset .well-reset .form-control {
    border-radius: 100px;
    background: #020912;
    height: 55px;
    border: none;
}

#reset .well-reset .btn-primary {
    border-radius: 100px;
    background: #0075FF;
    width: 100%;
    height: 55px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.445%;
}

#how-it-works {
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}

#how-it-works::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
    top: 70%;
    transform: translateY(55%);
}

#how-it-works .nav-custom-3 {
    border-radius: 50px;
    background: #0A1424;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 66%;
    margin: auto;
}

#how-it-works .nav-custom-3 .nav-link {
    border-radius: 30px;
    background: #020912;
    height: 54px;
    border: none;
    width: 172px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#how-it-works .nav-custom-3 .nav-item.active .nav-link {
    background: #0075FF !important;
}

#how-it-works .how-it-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 40px;
}

#how-it-works .how-it-title span {
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

#how-it-works .how-it-title img {
    position: absolute;
    bottom: -8px;
    right: -2px;
}

#how-it-works .tab-content {
    border-radius: 35px;
    background: #0A1424;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
    padding: 50px;
    margin-top: 30px;
}

#how-it-works .tab-content .hw-text .primary-color {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#how-it-works .tab-content .hw-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

#how-it-works .signup-btn {
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    width: 132px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.well-sign {
    border-radius: 25px;
    background: #0A1424;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
}

.well-sign .form-control {
    border-radius: 100px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    height: 48px;
}

.well-sign .control-label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
}

.well-sign .btn-signups {
    border-radius: 39.5px;
    background: #1877F2;
    width: 100%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
}

.well-sign .pull-wraps {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.well-sign .pull-wraps a {
    color: #1877F2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
}

.title-signs h4 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.5%;
}

.title-signs p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.signups-title h4 {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.5%;
    padding-top: 10px;
}

.signups-title p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.signups-title span {
    position: relative;
}

.signups-title img {
    transform: translateY(12px);
}

.bottom-img {
    position: relative;
}

.bottom-img::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_signup.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
}

.wrap-shadow-sign {
    position: relative;
}

.wrap-shadow-sign::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 362px;
    top: -241px;
    left: -50%;
}

.wrap-shadow-sign::after {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
    top: 70%;
    transform: translateY(80%);
}

#top-secs {
    padding-top: 150px;
    padding-bottom: 80px;
}


/* #top-secs::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 800px !important;
    transform: rotate(-3.188deg);
    border-radius: 0 0 72% 50%;
    opacity: 0.4;
    background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
    box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
    top: -36% !important;
    left: -18px;
}

#top-secs::after {
    content: '';
    position: absolute;
    border-radius: 0 0 182% 124%;
    opacity: 0.4;
    background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
    box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
    width: 100%;
    height: 800px;
    top: -24% !important;
    z-index: -1;
    left: 0;
    right: 0;
} */

.wrapper.toggle .sidebar,
.wrapper.toggle .inner-wrap,
.wrapper .sidebar,
.wrapper .inner-wrap {
    transition: 0.3s linear;
}

.sidebar {
    width: 270px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #0A1424;
    padding: 25px 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0075FF #000;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/sidebar.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}

.sidebar-nav .dropdown-menu {
    background: transparent !important;
    border: none;
    box-shadow: none;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
    background: #0075FF;
    color: #fff;
    padding: 8px;
}

.sidebar-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.pinner {
    width: 36px;
    height: 36px;
    border-radius: 48px;
    background-color: #0075FF;
    flex: 0 0 36px;
    max-width: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-direction: column;
}

.line span {
    width: 60%;
    height: 3px;
    background-color: #fff;
    margin: 1px 0;
    border-radius: 10px;
    transition: 0.3s ease;
}

.line span.line1 {
    width: 30%;
    margin-left: auto;
}

.line span.line3 {
    width: 30%;
    margin-right: auto;
}

.sidebar-profile {
    border-radius: 15px;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #02070E;
    position: relative;
    margin-top: 45px;
    padding-top: 15px;
    text-align: center;
    height: auto;
    min-height: 173px;
}

.sidebar-profile .profile-img {
    margin: auto;
}

.sidebar-profile .profile-name {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.sidebar-profile .profile-names {
    color: #0075FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sidebar-profile .signup-btn {
    width: 153px;
    height: 39px;
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: auto;
    position: relative;
    text-decoration: none;
}

.sidebar-profile .signup-btn::before {
    content: '';
    position: absolute;
    width: 144px;
    height: 16px;
    border-radius: 24.5px;
    opacity: 0.42;
    background: #1877F2;
    filter: blur(10.800000190734863px);
    bottom: -7px;
    left: 6px;
}

.sidebar-profile {
    text-align: center;
    margin: 25px auto;
}

.sidebar-nav-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    flex: 0 0 100%;
    max-width: 100%;
}

.sidebar-nav li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 6px 8px !important;
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    margin-bottom: 5px;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
    background: #0075FF;
}

.menu-icon {
    width: 36px;
    height: 36px;
    /* background-color: #FFF; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 10px;
}

.sidebar-nav li a:hover .menu-icon,
.sidebar-nav li.active a .menu-icon {
    background: #fff;
    color: #124BD9;
}

.sidebar-nav li.active a .menu-txt,
.sidebar-nav li.active a:hover .menu-txt,
.sidebar-nav li a:hover .menu-txt,
.sidebar-nav li a:focus .menu-txt {
    color: #fff;
}

.menuss {
    padding-top: 10px;
    padding-bottom: 30px;
}

.menuss span {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-view {
    width: 172px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #020912 !important;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.11) inset;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin: 12px auto;
}

.inner-wrap {
    /*padding-left: 285px;*/
    padding-left: 270px;
    margin-bottom: 20px;
}

.wrapper.toggle .inner-wrap {
    padding: 0;
}

.wrapper.toggle .sidebar {
    left: -285px;
}

.pinner:hover .line span,
.top-nav-left-nav li p.pinner2:hover .line span {
    width: 60%;
    margin: 1px 0;
}

.wrapper .top-nav-left-nav li:first-child {
    display: none;
}

.wrapper.toggle .top-nav-left-nav li:first-child {
    display: block;
}

.top-nav-left-nav li p.pinner2 {
    width: 36px;
    height: 36px;
    border-radius: 48px;
    background-color: #FF6984;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.top-nav-left-nav li p {
    margin-bottom: 0;
    color: #8586A3;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #020912;
    padding: 0
}

#top-sec {
    padding-top: 150px;
    padding-bottom: 525px !important;
    position: relative;
    overflow: hidden;
}

#top-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 800px !important;
    transform: rotate(-3.188deg);
    border-radius: 0 0 72% 50%;
    opacity: 0.4;
    background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
    box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
    top: -36% !important;
    left: -18px;
}

#top-sec::after {
    content: '';
    position: absolute;
    border-radius: 0 0 182% 124%;
    opacity: 0.4;
    background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
    box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
    width: 100%;
    height: 800px;
    top: -24% !important;
    z-index: -1;
    left: 0;
    right: 0;
}

#top-sec .top-title h1 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 60%;
    margin: auto;
}

#top-sec .top-title .sp1 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#top-sec .top-title .sp2 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#top-sec .top-title p {
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 62%;
    margin: auto;
    padding-top: 35px;
}

.top-nav-wrap {
    background: transparent !important;
    border: none !important;
    padding-top: 15px;
}

.navbar-center-wrap {
    padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
    color: #ffffff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent !important;
}

.navbar-center-wrap li.active a {
    color: #fff !important;
}

.navbar-center-wrap li a {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}

.nav-right-wrap li {
    list-style: none;
}

.nav-right-wrap li a {
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    width: 132px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}


/* Hide all steps by default: */

.tab {
    display: none;
    position: relative;
    margin-top: 20px;
}

.step {
    display: none;
}

#regForm {
    width: 561px;
    margin: auto;
}

.tab #form-control {
    border-radius: 40px;
    border: 1px solid #0075FF;
    background: #020912;
    height: 58px;
    width: 100%;
    padding-left: 58px;
}

.tab i {
    position: absolute;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #0075FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 8px;
    left: 8px;
}

#nextBtn {
    position: absolute;
    transform: translateY(-50px);
    width: 121px;
    height: 40px;
    border-radius: 24px;
    background: #0075FF;
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    right: 26.5%;
}

.frm-wrap {
    border-radius: 28px;
    border: 1px solid rgba(0, 117, 255, 0.22);
    background: #060D17;
    box-shadow: 0px 25px 60px 0px rgba(18, 67, 83, 0.10);
    padding: 30px;
    padding-left: 65px;
    margin-top: 30px;
}

.frm-wrap .frm-title-wrap .frm-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.frm-wrap .frm-title-wrap .frm-title .img-arrow {
    background: #D91A2A;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border-radius: 50px;
}

.frm-wrap .frm-title-wrap .frm-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#top-sec .form-group {
    position: relative;
}

#top-sec .form-group .form-control {
    border-radius: 35px;
    border: 1px solid #0075FF;
    background: #0D1928;
    padding-left: 58px;
    height: 60px;
}

.flex-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flex-btns .forgot-password1 {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #0D1928;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0075FF;
    border: 1px solid rgba(0, 117, 255, 0.22);
    cursor: pointer;
    z-index: 999;
}

.frm-wrap .set-btn-user {
    padding: 2px;
}

.btn-tp {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.37);
    background: #0075FF;
    width: 160px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 32px;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}

.step-rembember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-rembember .have-acc {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.step-rembember .have-acc a {
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reminder {
    position: relative;
}

.reminder #remember {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    border-radius: 12px !important;
    z-index: 1;
}

.reminder #remember:checked+.reminder-icon {
    background: #020912;
}

.forgot-password1,
.reminder-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px !important;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    color: #0075FF;
    border: 1px solid rgba(0, 117, 255, 0.22);
    background: #0D1928;
}

.step-rembember .reminder #remember {
    margin-right: 5px;
}

.img-active {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#icons .icon-wrap ul li {
    list-style: none;
    text-align: center;
}

#icons .icon-wrap ul li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
    padding-left: 14px;
}

#icons {
    padding-bottom: 80px !important;
    margin-top: -247px !important;
}

#checkout-our {
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

#checkout-our .card-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
    width: 35%;
}

#checkout-our .card-title span {
    color: #0075FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    width: 96%;
}

#checkout-our .c-title .btn-wraps {
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 121%;
    text-decoration-line: underline;
}

#checkout-our .card-wrap {
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
    transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
    background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#checkout-our .card-img2 {
    width: 340px;
    height: 340px;
    border-radius: 340px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    position: absolute;
    top: -150px;
    right: -175px;
}

#checkout-our .card-img3 {
    width: 168px;
    height: 168px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    border-radius: 50%;
    position: absolute;
    top: -72px;
    right: 35px;
}

.border-blue {
    position: relative;
}

.border-blue::before {
    content: '';
    position: absolute;
    width: 115%;
    height: 1px;
    background: rgba(0, 117, 255, 0.31);
    left: -93px;
    top: 139px;
}

#checkout-our .card-wrap::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #0075FF;
    border-radius: 50px;
    top: 5px;
    left: 0;
    right: 0;
}

#checkout-our .card-wrap:hover::before {
    border: 4px solid #022753 !important;
    /* opacity: 0.8; */
}

#social-platform {
    padding-top: 80px;
    padding-bottom: 80px;
}

#why-choose {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #060D17;
}

#why-choose .why-title h2 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title span {
    color: #0075FF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 133%;
}

#top-sec {
    padding-top: 150px;
    padding-bottom: 420px;
    position: relative;
    overflow: hidden;
}

.wrap-shadow {
    position: relative;
}

.wrap-shadow::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 362px;
    top: -241px;
    left: -50%;
}

.wrap-shadow::after {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -98%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
}

#top-sec::after {
    content: '';
    position: absolute;
    border-radius: 0 0 182% 124%;
    opacity: 0.4;
    background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
    box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
    width: 100%;
    height: 800px;
    top: -40%;
    z-index: -1;
    left: 0;
    right: 0;
}

#top-sec .top-title h1 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 60%;
    margin: auto;
}

#top-sec .top-title .sp1 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#top-sec .top-title .sp2 {
    position: relative;
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#top-sec .top-title p {
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 62%;
    margin: auto;
    padding-top: 35px;
}

.top-nav-wrap {
    background: transparent !important;
    border: none !important;
    padding-top: 15px;
}

.navbar-center-wrap {
    padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
    color: #ffffff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent !important;
}

.navbar-center-wrap li.active a {
    color: #fff !important;
}

.navbar-center-wrap li a {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}

.nav-right-wrap li {
    list-style: none;
}

.nav-right-wrap li a {
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    width: 132px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Hide all steps by default: */

.tab {
    display: none;
    position: relative;
    margin-top: 20px;
}

.step {
    display: none;
}

#regForm {
    width: 561px;
    margin: auto;
}

.tab #form-control {
    border-radius: 40px;
    border: 1px solid #0075FF;
    background: #020912;
    height: 58px;
    width: 100%;
    padding-left: 58px;
}

.tab i {
    position: absolute;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #0075FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 8px;
    left: 8px;
}

#nextBtn {
    position: absolute;
    transform: translateY(-50px);
    width: 121px;
    height: 40px;
    border-radius: 24px;
    background: #0075FF;
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    right: 26.5%;
}

.img-active {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#icons .icon-wrap ul li {
    list-style: none;
    text-align: center;
}

#icons .icon-wrap ul li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
    padding-left: 14px;
}

#icons {
    padding-bottom: 119px;
    margin-top: -244px;
}

#checkout-our {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

#checkout-our .card-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
    width: 35%;
}

#checkout-our .card-title span {
    color: #0075FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#checkout-our .c-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    width: 96%;
}

#checkout-our .c-title .btn-wraps {
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 121%;
    text-decoration-line: underline;
}

#checkout-our .card-wrap {
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
    transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
    background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#checkout-our .card-img2 {
    width: 340px;
    height: 340px;
    border-radius: 340px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    position: absolute;
    top: -150px;
    right: -175px;
}

#checkout-our .card-img3 {
    width: 168px;
    height: 168px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    border-radius: 50%;
    position: absolute;
    top: -72px;
    right: 35px;
}

.border-blue {
    position: relative;
}

.border-blue::before {
    content: '';
    position: absolute;
    width: 115%;
    height: 1px;
    background: rgba(0, 117, 255, 0.31);
    left: -93px;
    top: 139px;
}

#checkout-our .card-wrap::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #0075FF;
    border-radius: 50px;
    top: 5px;
    left: 0;
    right: 0;
}

#checkout-our .card-wrap:hover::before {
    border: 4px solid #022753 !important;
    /* opacity: 0.8; */
}

#why-choose {
    padding-top: 80px;
    padding-bottom: 80px;
}

#why-choose .why-title h2 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title span {
    color: #0075FF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#why-choose .why-title p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 133%;
}

#why-choose .btn-top {
    width: 153px;
    height: 50px;
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    margin-top: 30px;
}

#why-choose .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-selling {
    padding-top: 80px;
    padding-bottom: 80px;
}

#top-selling .card-slide-titiles h2 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
    text-align: center;
}

#top-selling .card-slide-titiles p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}

#top-selling .slider-wrapping .slick-track {
    padding-top: 30px !important;
    padding-bottom: 10px;
}

#top-selling .card-slide1 {
    border-radius: 38px;
    background: linear-gradient(180deg, #525251 0%, #313130 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide2 {
    border-radius: 38px;
    background: linear-gradient(180deg, #B364F3 0%, #9E27FF 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide3 {
    border-radius: 38px;
    background: linear-gradient(180deg, #549FEC 0%, #1B8BFF 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide4 {
    border-radius: 38px;
    background: linear-gradient(180deg, #ED5656 0%, #FF3232 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide5 {
    border-radius: 38px;
    background: linear-gradient(180deg, #56BFE7 0%, #22C2FF 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide7 {
    border-radius: 38px;
    background: linear-gradient(180deg, #67D68E 0%, #21C95D 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

.qc-set {
    background: #0075ff;
    color: #fff !important;
    font-size: 12px;
    padding: 4px;
    border-radius: 8px;
    width: 100px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
}

#top-selling .card-slide8 {
    border-radius: 38px;
    background: linear-gradient(180deg, #8E96EC 0%, #4956E2 100%);
    padding: 25px;
    height: auto;
    min-height: 300px;
}

#top-selling .card-slide-titile h6 {
    color: #F5F5F7;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
}

#top-selling .card-slide-titile p {
    color: #F5F5F7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

#top-selling .btn-slide {
    width: 168px;
    height: 48px;
    border-radius: 56px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #061D37;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-top: 20px !important;
}

#top-selling .card-gap {
    margin: 10px;
    height: 330px;
    transition: 300ms all linear;
}

#top-selling .card-gap:hover {
    transform: scale(1.1);
}

.marketing-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.marketing-slider-nav .slick-arrow {
    width: 42px;
    height: 42px;
    background: transparent;
    border: 3px solid #0075FF;
    margin: 4px;
    border-radius: 50px;
    color: #0075FF;
    font-size: 18px;
}

.card-slide-img {
    position: relative;
    z-index: 1;
}

.card-slide-img::before {
    content: '';
    position: absolute;
    background: #202020;
    filter: blur(12px);
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: -10px;
    left: 3px;
}

#smm-works {
    background: #060D17;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

#smm-works::before {
    content: '';
    position: absolute;
    background: url('https://i.23robo.info/projects/socialmedia.in/img/snake1.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    top: 36px;
    left: 0;
    right: 0;
}

#smm-works .card-smm {
    position: relative;
    margin-top: 200px;
}

#smm-works .smm-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 121%;
    width: 80%;
}

#smm-works .smm-title span {
    color: #0075FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 121%;
}

#smm-works .card-smm .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    width: 45%;
}

#smm-works .card-smm .img-smm1 {
    position: absolute;
    left: 35%;
    top: -71px;
}

#smm-works .card-smm2 .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm2 .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

#smm-works .card-smm2 {
    position: relative;
    margin-top: 200px;
    margin-left: 300px;
}

#smm-works .card-smm3 {
    position: relative;
    margin-top: 30px;
}

#smm-works .card-smm3 .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm3 .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    width: 55%;
}

#smm-works .card-smm3 .img-smm1 {
    position: absolute;
    left: 48%;
    top: -65px;
}

#smm-works .card-smm4 {
    position: relative;
    margin-top: 424px;
    margin-left: 300px;
}

#smm-works .card-smm4 .card-smm-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 107.484%;
}

#smm-works .card-smm4 .card-smm-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

#smm-works .card-smm4 .img-smm2 {
    position: absolute;
    right: -11px;
    top: -44px;
}

#smmsm-tabs {
    padding-top: 80px;
    padding-bottom: 80px;
}

#smmsm-tabs .nav-pills .nav-link.active {
    box-shadow: 0px 17px 33px 0px rgba(24, 119, 242, 0.20);
}

#smmsm-tabs .tab-content {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.18);
    background: #060D17;
    padding: 30px;
}

#smmsm-tabs .tab-content .tab-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    padding-top: 15px;
}

#smmsm-tabs .tab-content .tab-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}


/* #smmsm-tabs .nav-pills {
    margin-bottom: 10px;
    height: 350px !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0F66CF #000;
} */

#our-client .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#our-client .our-title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#our-client .our-wrap {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.18);
    background: #060D17;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
}

#our-client .our-wrap .our-title h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding-top: 10px;
}

#our-client .our-wrap .our-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    padding-top: 20px;
}

.marketing-slider-nav2 {
    margin-top: 30px;
}

.marketing-slider-nav2 .slick-arrow {
    width: 42px;
    height: 42px;
    margin: 5px;
    background: transparent;
    border: 3px solid #0075FF;
    border-radius: 50px;
    color: #0075FF;
    font-size: 18px;
}

#our-client {
    position: relative;
}

#our-client::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
    bottom: -65%;
}

.right-our-img img {
    max-width: 660px !important;
}

#footr-wrap {
    margin-top: 150px;
}

#footr-wrap .footr-logo p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
    width: 33%;
}

#footr-wrap .footr-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

#footr-wrap .footr-icons h6 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding-right: 10px;
}

#footr-wrap .footr-icons li {
    list-style: none;
}

#footr-wrap .footr-icons li a {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    stroke-width: 1px;
    border: 1px solid #0075FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

#footr-wrap .footr-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 80px;
}

#footr-wrap .footr-flex-wrap::before {
    content: ;
    content: '';
    position: absolute;
    width: 117%;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    left: -92px;
    top: 46px;
}

#footr-wrap .footr-flex-wrap h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.foot-li3 h6 {
    transform: translateY(5px);
}

#footr-wrap .footr-flex-wrap li {
    list-style: none;
    padding-top: 4px;
}

#footr-wrap .footr-flex-wrap li {
    list-style: none;
    padding-top: 6px;
    transform: translateY(20px);
}

#footr-wrap .footr-flex-wrap li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

#footr-wrap .footr-flex-wrap .foot-li3 li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

#footr-wrap .footr-flex-wrap .foot-li3 li {
    padding-top: 10px;
}

.foot-li3 {
    width: 25%;
    position: relative;
}

.foot-li3::before {
    content: '';
    position: absolute;
    width: 386px;
    height: 386px;
    border-radius: 386px;
    background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
    right: 0;
    top: -100px;
    z-index: -1;
}

#footr-wrap {
    margin-top: 150px;
    border-radius: 50px 50px 0px 0px;
    background: #03050D;
    padding: 25px;
    padding-bottom: 30px;
}

#footr-wrap .footr-flex-wrap .foot-li2 {
    position: relative;
    z-index: 1;
    transform: translateX(70px);
}

#footr-wrap .footr-flex-wrap .foot-li2::before {
    content: '';
    position: absolute;
    width: 386px;
    height: 386px;
    border-radius: 386px;
    background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
    left: -152px;
    top: -100px;
    z-index: -1;
    opacity: 0.7;
}

.foot-li {
    position: relative;
}

.foot-li::before {
    content: ;
    content: '';
    position: absolute;
    border-radius: 338px;
    background: #0075FF;
    filter: blur(175px);
    width: 290px;
    height: 260px;
    left: -249%;
    bottom: -70px;
}

.copy-right {
    border-radius: 50px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #020912;
    margin-top: 100px;
}

.copy-right p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 16px 0px;
    margin: 0;
}

#icons-service .serve-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#icons-service .serve-title span {
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

#icons-service .serve-title img {
    position: absolute;
    bottom: -16px;
    right: 14px;
}

#icons-service .slider-bar-serve {
    padding-top: 50px;
}

#icons-service .slider-bar-serve p {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: translateY(-47px);
}

#icons-service .slider-bar-serve img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.nav-pill-wrap-ser .btn.btn-primary {
    width: 187px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 27.5px;
    background: #0075FF !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.nav-pill-wrap-ser .search-wrap {
    width: 82%;
}

.nav-pill-wrap-ser .search-wrap .form-control {
    border-radius: 27.5px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    height: 55px;
    margin-left: 5px;
    position: relative;
}

.nav-pill-wrap-ser .input-group {
    position: relative;
    border-collapse: separate;
    display: flex;
    align-content: center;
    align-items: center;
}

.nav-pill-wrap-ser .input-group-btns {
    position: relative;
}

#serv-cont .bg-serve {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 20px;
}

.well-serve #service-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.well-serve thead tr th {
    background: #0075FF;
    height: 60px;
    padding: 20px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}

.well-serve thead tr th:first-child {
    border-radius: 30px 0 0 30px;
}

.well-serve thead tr th:last-child {
    border-radius: 0 30px 30px 0;
}

.well-serve tbody tr td {
    border: none;
    background: #02070E;
    height: 60px;
    padding: 20px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

.well-serve tbody tr td:first-child {
    border-radius: 30px 0 0 30px;
}

.well-serve tbody tr td:last-child {
    border-radius: 0 30px 30px 0;
}

.well-serve .btn-modals {
    width: 81px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #1877F2 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.well-serve .modal-content {
    border-radius: 15px !important;
    border: 1px solid rgba(0, 117, 255, 0.13) !important;
    background: #02070E !important;
}

#reset {
    padding-top: 50px;
}

#reset .reset-title h3 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#reset {
    position: relative;
    padding-bottom: 80px;
}

#reset::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
    top: 50%;
    transform: translateY(55%);
}

#reset .well-reset {
    border-radius: 35px;
    background: #0A1424;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
    padding: 25px;
    margin-top: 20px;
}

#reset .well-reset .control-label {
    color: #FFF;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.445%;
    padding-bottom: 10px;
}

#reset .well-reset .form-control {
    border-radius: 100px;
    background: #020912;
    height: 55px;
    border: none;
}

#reset .well-reset .btn-primary {
    border-radius: 100px;
    background: #0075FF;
    width: 100%;
    height: 55px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.445%;
}

#how-it-works {
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}

#how-it-works .row.align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#how-it-works .nav-custom-3 {
    border-radius: 50px;
    background: #0A1424;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 66%;
    margin: auto;
}

#how-it-works .how-it-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 40px;
}

#how-it-works .how-it-title span {
    color: #0075FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

#how-it-works .how-it-title img {
    position: absolute;
    bottom: -8px;
    right: -2px;
}

#how-it-works .tab-content {
    border-radius: 35px;
    background: #0A1424;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
    padding: 50px;
    margin-top: 30px;
}

#how-it-works .tab-content .hw-text .primary-color {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#how-it-works .tab-content .hw-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

#how-it-works .signup-btn {
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    width: 132px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.well-sign {
    border-radius: 25px;
    background: #0A1424;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
}

.well-sign .form-control {
    border-radius: 100px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    height: 48px;
}

.well-sign .control-label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
}

.well-sign .btn-signups {
    border-radius: 39.5px;
    background: #1877F2;
    width: 100%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
}

.well-sign .pull-wraps {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.well-sign .pull-wraps a {
    color: #1877F2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
}

.title-signs h4 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.5%;
}

.title-signs p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.signups-title h4 {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.5%;
    padding-top: 10px;
}

.signups-title p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.signups-title span {
    position: relative;
}

.signups-title img {
    transform: translateY(12px);
}

.wrap-shadow-sign {
    position: relative;
}

.wrap-shadow-sign::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 362px;
    top: -241px;
    left: -50%;
}

.wrap-shadow-sign::after {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
    width: 100%;
    height: 468px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
    top: 70%;
    transform: translateY(80%);
}

#top-secs {
    padding-top: 150px;
    padding-bottom: 80px;
}


/* #top-secs::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 800px !important;
    transform: rotate(-3.188deg);
    border-radius: 0 0 72% 50%;
    opacity: 0.4;
    background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
    box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
    top: -36% !important;
    left: -18px;
}

#top-secs::after {
    content: '';
    position: absolute;
    border-radius: 0 0 182% 124%;
    opacity: 0.4;
    background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
    box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
    width: 100%;
    height: 800px;
    top: -24% !important;
    z-index: -1;
    left: 0;
    right: 0;
} */

.wrapper.toggle .sidebar,
.wrapper.toggle .inner-wrap,
.wrapper .sidebar,
.wrapper .inner-wrap {
    transition: 0.3s linear;
}

.sidebar-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 20px;
}

.pinner {
    width: 36px;
    height: 36px;
    border-radius: 48px;
    background-color: #0075FF;
    flex: 0 0 36px;
    max-width: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-direction: column;
}

.line span {
    width: 60%;
    height: 3px;
    background-color: #fff;
    margin: 1px 0;
    border-radius: 10px;
    transition: 0.3s ease;
}

.line span.line1 {
    width: 30%;
    margin-left: auto;
}

.line span.line3 {
    width: 30%;
    margin-right: auto;
}

.sidebar-profile {
    border-radius: 15px;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #02070E;
    position: relative;
    margin-top: 45px;
    padding-top: 15px;
    text-align: center;
    height: auto;
    min-height: 173px;
}

.sidebar-profile .profile-img {
    margin: auto;
}

.sidebar-profile .profile-name {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.sidebar-profile .profile-names {
    color: #0075FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sidebar-profile .signup-btn {
    width: 153px;
    height: 39px;
    border-radius: 30px;
    background: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: auto;
    position: relative;
    text-decoration: none;
}

.sidebar-profile .signup-btn::before {
    content: '';
    position: absolute;
    width: 144px;
    height: 16px;
    border-radius: 24.5px;
    opacity: 0.42;
    background: #1877F2;
    filter: blur(10.800000190734863px);
    bottom: -7px;
    left: 6px;
}

.sidebar-profile {
    text-align: center;
    margin: 25px auto;
}

.sidebar-nav-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    flex: 0 0 100%;
    max-width: 100%;
}

.sidebar-nav li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 5px;
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    margin-bottom: 5px;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
    background: #0075FF;
}

.menu-icon {
    width: 36px;
    height: 36px;
    /* background-color: #FFF; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 10px;
}

.sidebar-nav li a:hover .menu-icon,
.sidebar-nav li.active a .menu-icon {
    background: #fff;
    color: #124BD9;
}

.sidebar-nav li.active a .menu-txt,
.sidebar-nav li.active a:hover .menu-txt,
.sidebar-nav li a:hover .menu-txt,
.sidebar-nav li a:focus .menu-txt {
    color: #fff;
}

.menuss {
    padding-top: 10px;
    padding-bottom: 30px;
}

.menuss span {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-view {
    width: 172px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #020912 !important;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.11) inset;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin: 12px auto;
}

.support-bnr img {
    margin: 120px auto;
}

.wrapper.toggle .inner-wrap {
    padding: 0;
}

.wrapper.toggle .sidebar {
    left: -285px;
}

.pinner:hover .line span,
.top-nav-left-nav li p.pinner2:hover .line span {
    width: 60%;
    margin: 1px 0;
}

.wrapper .top-nav-left-nav li:first-child {
    display: none;
}

.wrapper.toggle .top-nav-left-nav li:first-child {
    display: block;
}

.top-nav-left-nav li p.pinner2 {
    width: 36px;
    height: 36px;
    border-radius: 48px;
    background-color: #0075FF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.top-nav-left-nav li p {
    margin-bottom: 0;
    color: #8586A3;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.wrapper .top-nav-left-nav li:first-child {
    display: none;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #060D17;
    box-shadow: 0px 30px 50.6px 0px #000;
    height: 65px;
    padding: 15px;
    margin-bottom: 10px;
}

.top-nav .top-nav-left-nav {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-nav .top-nav-left-nav .bread-wrap a {
    color: rgba(255, 255, 255, 0.46);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    text-decoration: none;
}

.top-nav .top-nav-left-nav .bread-wrap span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
}

.top-nav .top-nav-right-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-nav .top-nav-right-nav li {
    list-style: none;
}

.top-nav .top-nav-right-nav li .acc {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    fill: #020912;
    stroke-width: 1px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #0075FF;
    text-decoration: none;
}

.top-nav .top-nav-right-nav li .log {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    background: #0075FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

#new-ord {
    padding-top: 20px;
    padding-bottom: 20px;
}

.left-new-wrap {
    border-radius: 16px;
    background: #060D17;
    padding: 15px;
    height: 177px;
}

.left-new-wrap .left-new-title span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.left-new-wrap .left-new-title h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 2px 0;
}

.left-new-wrap .left-new-title p {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.right-new-img img {
    position: absolute;
    top: 13%;
    right: 15px;
    max-width: 410px;
}

.right-new .frst-li {
    display: flex;
    align-items: center;
}

.right-new .frst-li li {
    list-style: none;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 46px;
}

.right-new .frst-li li .fas.fa-wallet {
    width: 35px;
    height: 29px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(24, 119, 242, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-new .frst-li li .fas.fa-wallet {
    width: 35px;
    height: 29px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(24, 119, 242, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-new .frst-li li .fas.fa-cart-plus {
    width: 35px;
    height: 29px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(65, 181, 70, 0.49);
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-new .frst-li li .fas.fa-coins {
    width: 35px;
    height: 29px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(57, 165, 189, 0.49);
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-new .scnd-li {
    display: flex;
    align-items: center;
}

.sp-jj {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-jj h6 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.lp-heros p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    margin: 0;
}

.right-new .thrd-li {
    display: flex;
    align-items: center;
}

.right-new .thrd-li li {
    list-style: none;
    height: 51px;
    flex-shrink: 0;
    border-radius: 39px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
    padding: 8px;
    width: 182px;
}

.right-new .thrd-li li .flex-new a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.flex-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 8px; */
}

.right-new .thrd-li li .sp-a {
    width: 85px;
    height: 25px;
    border-radius: 39px;
    background: #0075FF;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.right-new .thrd-li li .sp-a1 {
    width: 85px;
    height: 25px;
    border-radius: 39px;
    background: #41B546;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.right-new .thrd-li li .sp-a2 {
    width: 85px;
    height: 25px;
    border-radius: 39px;
    background: #1DBADD;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.right-new {
    border-radius: 16px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 15px;
}

.cate-shortcut.active {
    height: auto;
    transition: 0.3s linear all;
}

.cate-shortcut:not(.active) {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.3s linear all;
}

.new-bgs {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 15px;
    margin-top: 20px;
}

.dash-title-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
}

.dash-title-wrap .dash-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.445%;
    margin: 0;
}

.dash-title-wrap .hide-category {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.445%;
}

.cate-shortcut {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
}

.cate-shortcut li {
    list-style: none;
    margin: 6px;
}

.cate-shortcut li {
    list-style: none;
    margin: 6px;
    flex: 0 0 15%;
    max-width: 15%;
}

.cate-shortcut li a {
    border-radius: 40px;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #020912;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 106.445%;
    text-decoration: none;
    padding: 7px;
}

#new-order-icons {
    margin-bottom: 20px;
}

.account-info {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 20px;
}

.account-info .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.account-info .nav-tabs .title-fav {
    margin: 0;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 13px;
}

.account-info .nav-tabs .acc-btn {
    width: 95px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 27.5px;
    background: #020912;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.account-info .nav-tabs li.active a {
    background: #1877F2 !important;
    border: none !important;
    color: #fff !important;
}

.account-info .form-group {
    margin-top: 20px;
}

.account-info .form-group .control-label {
    color: rgba(255, 255, 255, 0.46);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.account-info .form-control {
    border-radius: 43px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #020912 !important;
    height: 50px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px;
}

.account-info .btn-secondary {
    border-radius: 42px;
    background: #1877F2;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-max {
    color: #0075FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: right;
}

.well-design-two {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 20px;
}

.well-design-two .dash-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0;
}

.well-design-two .sash-para {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.well-design-two .ser-desc-box2 {
    border-radius: 16px;
    background: #0075FF;
    padding: 10px;
    margin-top: 10px;
}

.well-design-two .ser-desc-box2 .ser-desc-title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.well-design-two .ser-desc-box2 .ser-desc-txt {
    border-radius: 30px;
    background: #020912;
    padding: 13px;
    color: #fff;
}

.well-design-two .ser-desc-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid rgba(84, 66, 213, 0.19);
    background: #020912;
    padding: 20px;
    margin-top: 15px;
}

.well-design-two .ser-desc-box .ser-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 28px;
    background: #0075FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.well-design-two .ser-desc-title {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    margin: 4px 0;
}

.well-design-two .ser-desc-txt {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.ser-desc-box-wraps {
    border-radius: 16px;
    border: 1px solid rgba(84, 66, 213, 0.19);
    background: #020912;
    padding: 25px;
    margin-top: 10px;
    height: auto;
}

.well-form .form-group {
    margin-top: 30px;
}

.well-form {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 25px;
}

.well-form .nav-tabs {
    display: flex;
    align-items: center;
    border: none;
}

.well-form .nav-tabs .div-wrap h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.well-form .nav-tabs .div-wrap p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.well-form .control-label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.div-wrap {
    margin-right: auto;
}

.well-form .acc-btns {
    width: 101px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 27.5px !important;
    background: #020912 !important;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
    border: none !important;
    margin: 4px;
}

.well-form .nav-item.active .acc-btns {
    background: #1877F2 !important;
    color: #fff !important;
}

.well-form textarea {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #020912;
    margin-top: 10px;
    resize: none;
}

.well-form .btn-primary {
    border-radius: 42px;
    background: #1877F2;
    width: 100%;
    height: 50px;
}

.auth .container {
    width: 100%;
}

.auth .nav-pill-wrap-ser .search-wrap {
    width: 80%;
}

.auth #icons-service .serve-title h2 {
    display: none;
}

.auth #icons-service .slider-bar-serve {
    padding-top: 0;
}

.auth #icons-service {
    padding-top: 50px;
    padding-bottom: 0;
}

.nav-step-pills li a {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424 !important;
    padding: 13px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    justify-content: center;
    gap: 5px;
}

.nav-step-pills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav-step-pills li {
    flex: 0 0 13%;
    max-width: 13%;
    margin-right: 6px;
}

.nav-step-pills li.active a {
    background: #0075FF !important;
}

.In.progress {
    height: auto;
    margin: 0;
    background: transparent !important;
    color: #0066FF;
    font-size: 12px;
}

.Pending {
    color: #FFD338;
    font-size: 12px;
}

.Completed {
    color: #38FF70;
    font-size: 12px;
}

.Partial {
    color: #FF5C00;
    font-size: 12px;
}

.Processing {
    color: #38A0FF;
    font-size: 12px;
}

.Canceled {
    color: #FF3838;
    font-size: 12px;
}

.pull-right-search {
    list-style: none;
    width: 100%;
}

.pull-right-search .form-control {
    border-radius: 27.5px !important;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #020912;
    position: relative;
    height: 55px;
}

.well-ord {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 20px;
    margin-top: 20px;
}

.pull-right-search .input-group {
    position: relative;
    border-collapse: separate;
    display: flex;
    align-content: center;
    align-items: center;
}

.pull-right-search .btn-default {
    position: absolute;
    width: 110px;
    height: 39px;
    border-radius: 19.5px !important;
    border: none;
    position: absolute;
    top: -21px;
    background: transparent !important;
    right: -14px;
    font-weight: 400;
}

.pp {
    border-radius: 27.5px;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #020912;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 14px;
    margin: 0;
    width: 99%;
}

.pp p {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 103.5%;
}

.well-ord .col-md-8 {
    width: 66.66666667%;
    padding: 0;
}

.well-ord .col-md-4 {
    width: 33.33333333%;
    padding: 0;
}

.order-wrap {
    border-radius: 18px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    padding: 12px;
    margin-bottom: 12px;
}

.order-top-ul {
    margin-bottom: 11px !important;
    border-bottom: 1px solid rgba(0, 117, 255, 0.13);
    padding-bottom: 12px !important;
}

.order-top-ul,
.order-bottom-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-top-ul,
.order-bottom-ul {
    list-style: none;
}

.order-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.order-label {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 500;
}

.order-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.order-status {
    margin: 0 0 0 auto;
}

.order-link {
    color: #0075FF;
    font-size: 14px;
    font-weight: 500;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-btns {
    margin: 0 0 0 auto;
}

.order-btns .btn.btn-primary {
    margin-right: 5px;
}

.order-btns .btn-refill {
    width: 69px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #0C69D9;
    border: none;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-btns .btn-ords {
    width: 94px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #0A1424;
    border: none;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-btns .btn-cncl {
    width: 85px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #FF3838;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#add-fnds {
    padding-top: 30px;
}

#add-fnds .add-title h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-align: center;
}

#add-fnds .nav-tabs .nav-item a {
    width: 123px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 27.5px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020911;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

#add-fnds .nav-tabs {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.19);
    background: #0A1424;
    padding: 10px;
}

#add-fnds .nav-tabs .nav-item.active a {
    background: #0075FF;
}

#tab-wrap {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 25px;
    margin: 15px;
}

#tab-wrap .nav-pills {
    display: flex;
    align-items: center;
    border-radius: 40px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
    padding: 10px;
}

#tab-wrap .nav-item {
    flex: 0 0 16%;
    max-width: 16%;
    margin: auto;
}

#tab-wrap .nav-item .nav-link {
    border-radius: 40px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 8px;
    width: 142px;
    height: 50px;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.auth #tab-wrap .nav-pills button:focus,
.auth #tab-wrap .nav-pills .active button {
    background: #0075FF;
}

.tab2 {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
    padding: 20px;
}

.tab2 .adding-title {
    border-radius: 25px;
    background: #0075FF;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding: 12px;
}

.tab2 .control-label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab2 .form-control {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424 !important;
}

.tab2 .btn-primary {
    border-radius: 25px;
    background: #0075FF;
    width: 100%;
}

.tab-bg {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
    padding: 20px;
}

.tab-bg .tabb-title {
    border-radius: 25px;
    background: #0075FF;
    padding: 12px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab-bg p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 113.754%;
    padding-top: 10px;
}

.get-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
    padding: 8px;
}

.get-support p {
    color: rgba(255, 255, 255, 0.28);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.get-support p i {
    width: 38px;
    height: 38px;
    background: #041B39;
    border-radius: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #1877F2;
}

.get-support .btn-cont {
    width: 116px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #0075FF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.well-tickt {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    backdrop-filter: blur(25px);
    padding: 20px;
}

.sec-tickt {
    margin-top: 50px !important;
    border-radius: 27.5px;
    background: #0A1424;
    padding: 25px;
    margin: 20px;
}

.tickt-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 117, 255, 0.13);
    padding-bottom: 10px;
}

.well-tickt .control-label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.well-tickt .form-control {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #0A1424;
    resize: none;
    color: #fff;
}

.well-tickt .btn-primary {
    width: 155px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #0075FF !important;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tict-history h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 117, 255, 0.13);
    padding-bottom: 10px;
}

.tkt-bg {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    backdrop-filter: blur(25px);
    padding: 20px;
    height: 665px;
    overflow-y: auto;
}

.tc-histry {
    border-radius: 18px;
    border: 1px solid rgba(56, 160, 255, 0.50);
    background: #0A1424;
    box-shadow: 0px 20px 30px 0px rgba(26, 26, 29, 0.15);
    padding: 15px;
    margin-top: 20px;
}

.files-wrapper {
    color: #fff !important;
}

.tc-histry li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.tc-histry li h6 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tc-histry li p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tc-histry .bt-top {
    border-top: 1px solid rgba(0, 117, 255, 0.13);
    padding-top: 10px;
    margin-top: 15px;
}

.tc-histry .bt-top h6 {
    color: #38A0FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tc-histry .bt-top p {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.acc-top {
    margin-top: 50px;
}

.well-accont {
    border-radius: 27.5px;
    background: #0A1424;
    padding: 25px;
    margin-bottom: 15px;
}

.well-accont .form-control {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    backdrop-filter: blur(25px);
    height: 50px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.well-accont .control-label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-primary {
    color: #ffffff;
    background-color: #2780e3;
    border-color: #2780e3;
    border-radius: 30px;
    background: #0075FF !important;
}

.well-accont p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flt-right {
    margin-left: auto;
}

.bg-dash {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 25px;
    margin-top: 30px;
}

.bg-dash .dash-title {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
}

.bg-dash .dash-box {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070D;
    padding: 15px;
}

.bg-dash .dash-box i {
    width: 39px;
    height: 39px;
    background: #0075FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bg-dash .dash-box h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    margin: 0;
    padding-top: 10px;
}

.bg-dash .dash-box p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    padding-top: 10px;
    width: 80%;
}

.flex-blnce {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070D;
    padding: 25px;
    margin-top: 20px;
    height: auto;
    min-height: 286px;
}

.flex-blnce .stats-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    padding: 0 24px;
}

.flex-blnce .blnce-wraps li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    margin-bottom: 20px;
    padding: 15px;
}

.flex-blnce .blnce-wraps li h6 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
}

.flex-blnce .blnce-wraps li p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    margin: 0;
}

.flex-blnce .active-wraps li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    margin-bottom: 20px;
    padding: 15px;
}

.flex-blnce .active-wraps li h6 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
}

.flex-blnce .active-wraps li p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    margin: 0;
}

.flex-blnce .point-Usd li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 15px;
}

.flex-blnce .point-Usd h6 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
}

.flex-blnce .point-Usd p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    margin: 0;
}

.status-table.table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 20px;
}

.auth .status-table.table thead tr th:first-child,
.auth .status-table.table tbody tr td:first-child {
    border-left: 0 !important;
}

.auth .status-table.table thead tr th {
    text-align: center;
}

.auth .status-table thead tr th:first-child,
.auth .status-table tbody tr td:first-child {
    border-radius: 25px 0 0 25px;
}

.status-table.table thead tr th {
    color: #fff;
    text-align: center;
}

.status-table.table thead tr th:first-child {
    border-radius: 40px 0 0 40px;
}

.status-table.table thead tr th:last-child {
    border-radius: 0 40px 40px 0;
}

.status-table.table tbody {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070D;
}

.status-table.table thead tr th {
    color: #fff;
    text-align: center;
    background: #0075FF;
    border: none;
    padding: 10px;
}

.status-table.table tbody tr td {
    color: #fff;
    border: 1px solid rgba(0, 117, 255, 0.14);
}

.auth .status-table thead tr th:last-child,
.auth .status-table tbody tr td:last-child {
    border-radius: 0 25px 25px 0;
}

.status-table thead tr th:first-child {
    border-bottom-left-radius: 0 !important;
}

.status-table thead tr th:last-child {
    border-bottom-right-radius: 0 !important;
}

.auth .status-table thead tr th {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 12px !important;
    background-color: #0075FF;
    border: 0 !important;
}

.auth .status-table.table tbody tr td {
    background-color: #02070D;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 117, 255, 0.14) !important;
}

.auth .status-table.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.auth .status-table.table tbody tr td:last-child {
    border-right: none !important;
}

.auth .status-table .table tbody tr td {
    border: 0 !important;
    padding: 15px 12px !important;
    background-color: #02070D;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.status-check {
    text-align: center;
    font-size: 18px;
}

.status-check .far.fa-times {
    color: red;
}

.status-check .fas.fa-check {
    color: lightgreen;
}

.dast-title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.api-box {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #0A1424;
    padding: 20px;
    height: 108px;
    margin-bottom: 40px;
}

.api-box .api-label,
.api-box .api-txt {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.well {
    border-radius: 25px !important;
    border: 1px solid rgba(0, 117, 255, 0.13) !important;
    background: #0A1424 !important;
}

.well .api-title2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.well thead tr th {
    background: #0075FF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    border: none !important;
    padding: 15px 12px !important;
}

.well thead tr th:first-child {
    border-radius: 30px 0 0 0;
}

.well thead tr th:last-child {
    border-radius: 0 30px 0 0;
}

.well tbody tr td {
    background: #020912;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    border: 1px solid rgba(0, 117, 255, 0.13);
}

.well pre {
    display: block;
    padding: 15px;
    margin: 0 0 10.5px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #020912;
    border: 1px solid rgba(0, 117, 255, 0.12);
    border-radius: 25px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.row.account-box-row {
    border-radius: 16px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    padding: 22.3px 0;
    margin: 0;
}

.account-box-title-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.account-box-title-icon {
    border-radius: 6px;
    background: rgba(24, 119, 242, 0.29);
    width: 35px;
    height: 29px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #1877F2;
}

.account-box-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
    padding-left: 12px;
}

.account-box-title1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}

.account-box-ftr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-radius: 39px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #020912;
    padding: 5px;
    justify-content: space-between;
}

.account-box-txt {
    color: rgba(255, 255, 255, 0.65);
    font-size: 8px;
    font-weight: 500;
    margin-bottom: 0;
    flex: 0 0 calc(100% - 76px);
    max-width: calc(100% - 76px);
}

.account-box-btn {
    border-radius: 39px;
    background: #0075FF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 5px;
    color: #FFF !important;
    font-size: 10px;
    font-weight: 500;
}

.account-box-btn-txt {
    margin-left: 5px;
}

.account-box-orders .account-box-title-icon {
    background: rgba(65, 181, 70, 0.49);
}

.account-box-orders .account-box-title-icon {
    background: rgba(65, 181, 70, 0.49);
    color: #41B546;
}

.account-box-redeem .account-box-title-icon {
    background: rgba(57, 165, 189, 0.49);
    color: #39a5bd;
}

.account-box-orders .account-box-btn {
    background-color: #41B546;
}

.account-box-redeem .account-box-btn {
    background: #1DBADD;
}

.left-new-wrap {
    border-radius: 16px;
    background-color: #060D17;
    padding: 15px;
    height: 170px;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/maskgroup (13).png');
    background-position: 100% bottom;
    background-repeat: no-repeat;
}

.ser-notify-wrap {
    display: flex;
    align-content: center;
    align-items: center;
}

.ser-notify-wrap .favorite {
    margin-left: 5px;
}

.notice-btn,
.mode {
    background-color: #020912;
    stroke-width: 1px;
    stroke: rgba(0, 117, 255, 0.13);
    width: 41px;
    height: 41px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
    color: #0075FF;
    border: 1px solid rgba(0, 117, 255, 0.13);
    padding: 0;
}

.notice-btn+.dropdown-menu {
    right: 0;
    min-width: unset;
    width: 250px;
    float: none;
    left: auto;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.notice-btn-menu+.dropdown-menu .dropdown-item {
    display: block;
}

.notice-btn-menu+.dropdown-menu {
    width: auto;
}

.notify-box-wrap {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 25px;
    margin: 15px;
}

.notification-box-status {
    display: none;
}

.notification-box-head-left {
    width: 45px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #0075ff;
    border-radius: 100px;
    margin: auto auto 15px;
    color: #fff;
    font-size: 20px;
}

.notification-box-head-right {
    text-align: center;
}

.notification-box-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0;
}

.notification-txt {
    color: #fff;
    font-size: 14px;
}

.notification-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.notification-btn-wrap .notification-btn {
    min-width: 120px;
    text-align: center;
    color: #ffffff;
    border-color: #1862b5;
    background: #0075FF !important;
    padding: 5px 10px;
    border-radius: 100px;
    text-decoration: none !important;
}

.notification-modal .modal-body .row {
    display: flex;
    align-items: center;
    align-content: center;
}

.notification-modal .modal-content {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
}

.btn.btn-primary.info-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
    align-items: center;
}

.info-modal .modal-title {
    font-weight: 600;
    padding-right: ;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 22px;
}

.info-modal .modal-dialog {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    margin-top: ;
}

.info-modal .modal-dialog .modal-content {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.info-modal .modal-body p {
    color: #fff;
}

.service-name {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}


/* nightmode */

.nightmode .top-nav {
    background: #E0EEFF;
}

.nightmode .top-nav .top-nav-left-nav .bread-wrap a {
    color: #020912;
}

.nightmode .top-nav .top-nav-right-nav li .acc {
    background-color: #fff;
    border-color: #fff;
}

.nightmode .notice-btn,
.nightmode .mode {
    background-color: #fff;
    border-color: #fff;
    color: #0075ff;
}

.nightmode .top-nav .top-nav-left-nav .bread-wrap span {
    color: #0075ff;
}

.nightmode .left-new-wrap {
    background-color: #0075ff;
}

.nightmode .left-new-wrap .left-new-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 50%);
}

.nightmode .account-box-row {
    border: 1px solid #E0EEFF;
    background-color: #E0EEFF;
}

.nightmode .account-box-title {
    color: #1877f2;
}

.nightmode .account-box-orders .account-box-title {
    color: #41b546;
}

.nightmode .account-box-redeem .account-box-title {
    color: #1dbadd;
}

.nightmode .account-box-title1 {
    color: #020912;
}

.nightmode .account-box-ftr {
    background-color: #fff;
}

.nightmode .account-box-txt,
.nightmode .dash-title-wrap .dash-title,
.nightmode .dash-title-wrap .hide-category,
.nightmode .account-info .nav-tabs .title-fav,
.nightmode .account-info .form-group .control-label,
.nightmode .well-design-two .dash-title,
.nightmode .well-form .nav-tabs .div-wrap h6,
.nightmode .well-form .control-label,
.nightmode #icons-service .slider-bar-serve p,
.nightmode .well-serve tbody tr td,
.nightmode .nav-step-pills li a,
.nightmode .pp p,
.nightmode .pull-right-search .btn-default,
.nightmode .order-label,
.nightmode .order-txt,
.nightmode .tickt-title,
.nightmode .tict-history h6,
.nightmode .well-tickt .control-label,
.nightmode #uploader-button,
.nightmode .tc-histry li h6,
.nightmode .tc-histry li p,
.nightmode #add-fnds .add-title h2,
.nightmode .tab-bg p,
.nightmode .get-support p,
.nightmode .bg-dash .dash-title,
.nightmode .bg-dash .dash-box h6,
.nightmode .bg-dash .dash-box p,
.nightmode .flex-blnce .stats-title,
.nightmode .flex-blnce .point-Usd h6,
.nightmode .flex-blnce .point-Usd p,
.nightmode .flex-blnce .blnce-wraps li h6,
.nightmode .flex-blnce .blnce-wraps li p,
.nightmode .flex-blnce .active-wraps li h6,
.nightmode .flex-blnce .active-wraps li p,
.nightmode .dast-title,
.nightmode .well .api-title2,
.nightmode .api-box .api-label,
.nightmode .api-box .api-txt,
.nightmode .well-accont .control-label,
.nightmode .well-accont p,
.nightmode .notification-box-title,
.nightmode .notification-txt,
.nightmode .well-tickt .form-control,
.nightmode .ticket-message,
.nightmode .ticket-message-block .info,
.nightmode .child-step-title,
.nightmode .child-step-txt,
.nightmode .childpanel-frm .form-control,
.nightmode .childfrm-notice-txt,
.nightmode .marquee-wrap,
.nightmode #addFunds .control-label,
.nightmode .faq-accordian .card .card-body,
.nightmode #method-detail,
.nightmode #addFunds .form-control,
.nightmode #fundticket label,
.nightmode #fundticket .form-control,
.nightmode .nav-pill-wrap-ser .dropdown-menu li a,
.nightmode .vote-wrapper .head h6,
.nightmode .vote-wrapper .content h3,
.nightmode .giveway-content .head h6,
.nightmode .giveway-content .content h6,
.nightmode .giveway-content .content p,
.nightmode .vote-wrapper .content p,
.nightmode #tab-giveaway .custom-accordion,
.nightmode .giveway-value h2,
.nightmode .giveway-content .head h5,
.nightmode .giveway-content .head h5+span,
.nightmode .confirm-email__description,
.nightmode .dash-title {
    color: #020912;
}

.nightmode .well-serve tbody tr td,
.nightmode #add-fnds .nav-tabs,
.nightmode #tab-wrap .nav-pills,
.nightmode,
.nightmode .tab-bg,
.nightmode .get-support,
.nightmode .bg-dash .dash-box,
.nightmode .flex-blnce {
    background-color: #FFFFFF;
}

.nightmode .top-nav {
    background: #E0EEFF;
    box-shadow: none;
}

.nightmode .well {
    border: 1px solid rgba(0, 117, 255, 0.13) !important;
    background-color: #E0EEFF !important;
}

.nightmode .new-bgs,
.nightmode .wrapper-box,
.nightmode .well-design-two,
.nightmode #serv-cont .bg-serve,
.nightmode .well-ord,
.nightmode .sec-tickt,
.nightmode #tab-wrap,
.nightmode .bg-dash,
.nightmode .flex-blnce .blnce-wraps li,
.nightmode .flex-blnce .active-wraps li,
.nightmode .flex-blnce .point-Usd li,
.nightmode .api-box,
.nightmode .well,
.nightmode .well-accont,
.nightmode .notify-box-wrap,
.nightmode .update-wrap,
.nightmode .faq-accordian .card,
.nightmode textarea#message,
.nightmode .dash-box,
.nightmode.auth .status-table.table tbody tr td {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #E0EEFF;
}

.nightmode.auth .status-table.table tbody tr td {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #E0EEFF !important;
}

.nightmode .cate-shortcut li a,
.nightmode .nav-pill-wrap-ser .search-wrap .form-control,
.nightmode .pull-right-search .form-control,
.nightmode .well-accont .form-control {
    background-color: #fff;
    color: #020912;
}

.nightmode .dash-box-step,
.nightmode .note-box {
    background-color: #fff;
}

.nightmode .dash-box-step-content,
.nightmode .note-title,
.nightmode .note-txt {
    color: #0a1424;
}

.nightmode .account-info .form-control,
.nightmode .well-form textarea {
    background-color: #fff !important;
    color: #020912;
}

.nightmode .well-design-two .sash-para {
    color: #515D6B;
}

.nightmode .well-design-two .ser-desc-box2 .ser-desc-txt {
    background-color: #fff;
    color: #515D6B;
}

.nightmode .well-design-two .ser-desc-box,
.nightmode .ser-desc-box-wraps,
.nightmode .well-form {
    border: 1px solid rgba(84, 66, 213, 0.19);
    background: #FFF;
}

.nightmode .well-design-two .ser-desc-title {
    color: #0075FF80;
}

.nightmode .well-design-two .ser-desc-txt {
    color: #020912;
}

.nightmode .ser-cat-name td {
    color: #fff !important;
}

.nightmode .well-serve .modal-content,
.nightmode .nav-step-pills li a,
.nightmode .pp,
.nightmode .order-wrap {
    background-color: #fff !important;
}

.nightmode .order-txt.order-link {
    color: #0075ff;
}

.nightmode .nav-step-pills li.active a,
.nightmode .nav-step-pills li.active a:hover,
.nightmode .nav-step-pills li a:hover {
    background-color: #0075ff !important;
    color: #fff;
}

.nightmode .well-tickt,
.nightmode .tkt-bg {
    background-color: #fff;
}

.nightmode .well-tickt .form-control,
.nightmode .tc-histry {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #E0EEFF;
}

.auth.nightmode .status-table.table tbody tr td {
    background-color: #e0eeff;
    border-color: rgba(0, 117, 255, 0.13) !important;
    color: #020912;
}

.nightmode .status-table.table tbody {
    background: transparent;
}

.nightmode .well tbody tr td,
.nightmode .well pre {
    background-color: #fff;
    color: #000;
}

.nightmode .ticket-message {
    background-color: #fff !important;
}

.auth.nightmode .pagination li a {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #E0EEFF;
}

.auth.nightmode .pagination li.active a,
.auth.nightmode .pagination li.active a:hover,
.auth.nightmode .pagination li a:hover {
    background-color: #0075ff;
    color: #fff !important;
}

.nightmode .child-step-wrap {
    background-color: #e0eeff;
}

.nightmode .childpanel-frm .form-control,
.nightmode .dns-name,
.nightmode .childfrm-notice {
    background-color: #e0eeff;
}

.nightmode #addFunds,
.nightmode #fundticket {
    background-color: #fff;
}

.nightmode #addFunds .form-control,
.nightmode #fundticket .form-control {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #E0EEFF !important;
}

.nightmode #instruction_instruction .panel-body {
    background-color: #e0eeff;
}

.nightmode .nav-pill-wrap-ser .dropdown-menu {
    background-color: #E0EEFF;
}

.nightmode .faq-accordian .card-body a {
    color: #000 !important;
}

.nightmode .view-ticket-textarea {
    background-color: #fff !important;
}

.nightmode .view-ticket-label {
    color: #000;
}

.nightmode .well-wrap-txt {
    color: #fff !important;
}

.daymode .gender-detail .btn-toggle .handle {
    top: -1px;
    background-color: #0a224a !important;
}

.daymode .ticket-detail-box {
    border-radius: 15px;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #02070E !important;
}

.daymode .ticket-detail-box h6,
.daymode .ticket-detail-box p {
    color: #fff;
}

.nightmode #instruction_instruction label {
    color: #000;
}

.nightmode .update-wrap .dropdown-menu {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #E0EEFF !important;
}

.nightmode .top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
    background-color: #fff !important;
}

.sidebar-logo-wrap a:not(.pinner) {
    flex: 0 0 calc(100% - 36px);
    max-width: calc(100% - 36px);
}

#secret-form .sec-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

#secret-form .sec-wrap .form-control {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 15px;
    flex: 0 0 80%;
    max-width: 80%;
    color: #fff;
}

#secret-form .sec-wrap #save-secret {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    margin-left: 10px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #02070D !important;
    border-radius: 20px;
    width: 100%;
    padding: 5px;
}

.update-wrap {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    padding: 20px;
}

.update-wrap .table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.ticket-message {
    border-radius: 25px !important;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424 !important;
    padding: 20px !important;
    color: #fff;
}

.ticket-message-block .info {
    color: #fff;
}

.update-status.decreased {
    color: #FF0C0C;
}

.update-status.increased {
    color: #00FF0A;
}

.update-status.New {
    color: #F4B102;
}

.update-status.enabled {
    color: #897FFC;
}

.update-status.disabled {
    color: #00C2FF;
}

.update-wrap .dropdown-menu {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #02070D !important;
    width: 100%;
    padding: 5px;
    border-radius: 12px;
    overflow: hidden;
}

.update-wrap .dropdown-menu li a {
    color: #fff;
    border-radius: 5px;
}

.auth .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 12px;
}

.auth .pagination li a {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
}

.auth .pagination li.active a,
.auth .pagination li.active a:hover,
.auth .pagination li a:hover {
    background-color: #02070e;
    color: #fff !important;
}

.child-step-wrap {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.child-step-icon {
    background-color: #0075FF;
    flex: 0 0 54px;
    max-width: 54px;
    border-radius: 100px;
    height: 54px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.child-step-content {
    flex: 0 0 calc(100% - 54px);
    max-width: calc(100% - 54px);
    padding-left: 10px;
}

.child-step-title {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

.child-step-txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.childfrm-notice {
    border-radius: 28px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #020912;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 5px 10px;
}

.childfrm-notice-icon {
    width: 42px;
    height: 42px;
    background-color: #0075FF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

.childfrm-notice-txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}

.childpanel-frm .form-control {
    border-radius: 27.5px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
    height: 55px;
    color: #fff;
    margin-bottom: 15px;
}

.childpanel-frm .control-label,
.childfrm-notice {
    margin-bottom: 10px;
}

.dns-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0;
    list-style: none;
    padding: 5px;
    border-radius: 27.5px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
    justify-content: space-between;
}

.dns-name li {
    height: 45px;
    line-height: 45px;
    border-radius: 27.5px;
    background: #0075FF;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: ;
    flex: 0 0 49%;
    max-width: 49%;
}

.wrapper-box {
    background-color: #0A1424;
    margin-bottom: 15px;
    padding: 12px !important;
    border-radius: 15px;
}

.wrapper-box .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0;
}

.marquee-wrap {
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    color: #fff;
    padding: 0 0 0 15px;
}

.sec-tickt {
    margin-top: 0;
}

#addFunds .form-control {
    color: #fff;
}

#instruction_instruction .panel-body {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
}

#fundticket .form-control {
    border-radius: 43px;
    height: 50px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424 !important;
}

#fundticket label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

#fundticket .form-control#mesaj {
    height: 150px;
    border-radius: 20px;
    resize: none;
}

textarea#message {
    border-radius: 15px;
    border: 1px solid rgba(0, 117, 255, 0.12);
    background: #02070E;
}

.ticket-label {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.faq-accordian button,
.faq-accordian a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px;
    background-color: #0075ff !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
    text-decoration: none !important;
}

.faq-accordian .card {
    border: 1px solid #0075ff;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-accordian h5.mb-0,
.faq-accordian h6.mb-0 {
    margin-bottom: 0;
}

.faq-accordian .card-body {
    padding: 15px;
    color: #fff;
}

.ser-desc-box-wraps.read-desc {
    color: #ffffff;
    border-color: #2780e3;
    background: #0075FF !important;
    text-align: center;
}

.steps-box {
    display: flex;
    padding: 12px;
    background: #0075FF;
    color: #FFF;
    border-radius: 12px;
    margin-bottom: 10px;
    align-items: center;
    align-content: center;
}

.step-box-num {
    border-radius: 8px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #020912;
    padding: 2px 5px;
    margin-right: 7px;
}

#method-detail {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
}

#fundticket {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #020912;
}

.getverified-step-row .dash-step {
    border-color: #2780e3;
    border-radius: 10px;
    background: #0075FF !important;
    padding: 5px;
    color: #fff;
}

.getverified-step-row .dash-step .dash-step-num {
    width: 35px;
    height: 35px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #02070d;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
}

.nav-pill-wrap-ser .dropdown-menu {
    width: 100%;
    height: 250px;
    overflow-y: auto;
    background-color: #02070e;
}

.nav-pill-wrap-ser .dropdown-menu li a {
    display: block;
    white-space: normal;
    word-break: break-word;
    font-size: 14px;
    padding: 3px 5px;
    color: #fff;
}

.faq-accordian .card-body a {
    background-color: transparent !important;
    padding: 0;
    display: inline-block !important;
    width: auto;
}

.giveway-content {
    border: 1px solid #0075ff;
    border-radius: 10px;
    margin-bottom: 12px;
}

.giveway-content .head,
.vote-wrapper .head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
    border-bottom: 1px solid #0577fb;
}

.giveway-content .head .btn.btn-primary {
    width: auto;
    margin-left: auto;
}

.giveway-content .head h6,
.vote-wrapper .head h6 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.giveway-content .content .row,
.vote-wrapper .head .row {
    margin: 0;
}

.giveway-content .content,
.vote-wrapper .content {
    padding: 15px 0;
}

.giveway-content .content h6,
.vote-wrapper .content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.giveway-content .content p,
.vote-wrapper .content p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.giveway-value h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.giveway-content .content .form-control {
    color: #fff;
}

#tab-giveaway .custom-accordion {
    border: 1px solid #0075ff;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
}

.affiliate-table,
.affiliate-table1 {
    margin-bottom: 0;
}

.affiliate-table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.affiliate-table thead tr th:first-child {
    border-radius: 100px 0 0 100px;
}

.affiliate-table thead tr th:last-child {
    border-radius: 0 100px 100px 0;
}

.affiliate-table tbody tr td {
    padding: 15px !important;
    border: 0;
    background-color: transparent;
}

.affiliate-table1 thead tr th,
.affiliate-table1 tbody tr td {
    border-radius: 12px !important;
    padding: 15px 12px !important;
}

.affiliate-table1 {
    border-collapse: separate;
    border-spacing: 5px;
}

.giveway-content .form-control {
    border-radius: 43px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #020912 !important;
}

.vote-wrapper .content h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}

.dropdown-currencies .badge {
    background-color: transparent;
    padding: 0;
    color: #fff;
}

#currencies-list {
    padding: 5px 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    height: 150px;
    overflow: auto;
    color: #fff;
}

#currencies-list li a {
    color: #fff;
    padding: 3px 10px;
}

.giveway-content .head::before,
.giveway-content .head::after {
    display: none;
}

.giveway-content .head h5 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.giveway-content .content ul.button {
    list-style: none;
    padding: 0 15px;
}

.giveway-content .content ul.button li {
    border-radius: 25px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 12px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}

.giveway-content .content ul.button li.inactive {
    text-decoration: line-through;
    opacity: 0.6;
}

.giveway-content .content .dash-inner-box {
    padding: 15px;
}

.giveway-content .head h5+span {
    color: #fff;
}

.ticket-msg-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 5px;
}

.ticket-msg-wrap .avatar {
    max-width: 50px;
    flex: 0 0 50px;
}

.ticket-msg-wrap .ticket-message {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-left: 10px;
}

.daymode .view-ticket-textarea {
    color: #fff;
}

.gender-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.gender-img img {
    max-width: 50px;
}

.gender-detail .btn-toggle::before,
.gender-detail .btn-toggle::after {
    line-height: 14px;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 1 !important;
}

.gender-detail .btn-toggle::before {
    content: 'Female';
    left: 6px;
    color: #fff;
    z-index: 1;
    background-image: url('https://i.imgur.com/tCgYvCp.png');
    width: 95px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 15px;
}

.gender-detail .btn-toggle::after {
    content: 'Male';
    right: 0;
    opacity: 1;
    background-image: url('https://i.imgur.com/pCjKi8h.png');
    width: 80px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 93%;
    padding-right: 15px;
}

.gender-detail .btn-toggle .handle {
    left: -2px;
    top: 0;
    width: 50% !important;
    height: 50px !important;
    border-radius: 50px !important;
    background: #171717 !important;
    position: absolute;
    transition: left 0.25s;
    right: auto;
}

.gender-detail .btn-toggle {
    height: 50px;
    position: relative;
    width: 200px;
    background: transparent !important;
    background-color: #0075FF !important;
    border-radius: 100px;
    margin-left: 15px;
}

.gender-detail .btn-toggle.active:before {
    opacity: 0.5;
}

.gender-detail .btn-toggle.active:after {
    opacity: 1;
}

.gender-row .btn-toggle.active>.handle {
    right: -2px;
    transition: right 0.25s;
    left: auto;
}

.g-email {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 15px 0;
}

.ticket-detail-box {
    background-color: #fff !important;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.ticket-detail-box h6 {
    color: #020912;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}

.ticket-detail-box p {
    margin-bottom: 0;
}

.well-accont label {
    font-weight: 600 !important;
    font-size: 15px !important;
}

#instruction_instruction .panel-body img {
    max-width: 100%;
}

#instruction_instruction label {
    color: #fff;
}

div[x-selector="ticket-form-alert"]:not(:empty) {
    padding: 12px;
    background-color: green;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: 1px;
}

div.bg-red-600[x-selector="ticket-form-alert"]:not(:empty) {
    background-color: red;
}

.update-status {
    padding: 7px;
    background-color: #000;
    border-radius: 100px;
}

.update-status.increased {
    color: #000;
    background-color: #00FF0A;
}

.update-status.decreased {
    background-color: #FF0C0C;
    color: #fff;
}

.update-status.enabled {
    background-color: #897FFC;
    color: #fff;
}

.update-status.disabled {
    background-color: #00C2FF;
    color: #fff;
}

.update-status.New {
    background-color: #F4B102;
    color: #fff;
}

.update-status {
    display: block;
    text-align: center;
}

.update-status.increased i::before {
    content: "\f201";
}

.update-status.decreased i::before {
    content: "\f64d";
}

.update-status.enabled i::before {
    content: "\f00c";
}

.update-status.disabled i::before {
    content: "\f00d";
}

.notify-box-wrap.active {
    border: 1px solid #0075ff;
    position: relative;
}

.notify-box-wrap.active .notification-box-status {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0075ff;
    margin: auto;
    color: #fff;
    right: 0;
    width: max-content;
    padding: 2px 5px;
    border-radius: 3px 3px 0 0;
    top: -26px;
}

.notify-box-wrap.active .notification-box-status img {
    display: none;
}

.notification-btn-wrap .notification-btn.disabled {
    cursor: no-drop;
    opacity: 0.8;
}

.top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
    width: 41px;
    height: 41px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #0075FF;
    text-decoration: none;
    background: transparent !important;
    padding: 0;
}

.top-nav .top-nav-right-nav li.dropdown .ser-update-btn+.dropdown-menu {
    min-width: 200px;
    border-radius: 16px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    padding: 5px;
}

.update-content-wrap {
    background-color: #020912;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 5px;
}

.update-content-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.id-boxi,
.updatestatus {
    color: #fff;
    font-size: 12px;
}

.update-ser-name {
    font-size: 12px;
    color: #fff;
}

.update-date {
    font-size: 10px;
    text-align: right;
    color: #fff;
}

.updatestatus.disabled {
    color: red;
}

.updatestatus.enabled {
    color: green;
}

.updatestatus.increased {
    color: blue;
}

.updatestatus.decreased {
    color: orange;
}

.update-content {
    height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 3px;
}

.order-btns .refilling-txt {
    background-color: green;
    color: #fff;
    width: 65px;
    height: 28px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 5px;
}

.order-content.Rejected .order-status-icon,
.order-content.Rejected .order-txt {
    color: #ff5c00;
}

.order-content.In.progress .order-txt {
    color: #0066FF;
}

.order-content.Pending .order-txt {
    color: #ffd338;
}

.order-content.Completed .order-txt {
    color: #38FF70;
}

.order-content.Error .order-status-icon,
.order-content.Error .order-txt {
    color: #ff3838;
}

i.Expired {
    color: #ff9933;
}

.order-content.Canceled .order-txt {
    color: red;
}

.order-content.Expired .order-txt {
    color: #ff9933;
}

i.Canceled {
    color: red;
}

i.Paused,
.order-content.Paused .order-txt {
    color: #ff5c00;
}

i.Active,
.order-content.Active .order-txt {
    color: #0066ff;
}

.daymode .pull-right-search .form-control {
    color: #fff;
}

.btn-wrap {
    display: flex;
    align-items: center;
    align-content: center;
}

.btn-wrap .btn-modals:first-child {
    margin-right: 10px;
}

.badge.gurantee.lifetime {
    background-color: #ff9933;
}

.badge.gurantee.nondrop {
    background-color: green;
}

.badge.gurantee.no-refill {
    background-color: #fff;
    color: #0075ff;
}

.refill-badge {
    display: block;
    text-align: center;
}

.nav-pill-wrap-ser .input-group-btn .btn-serve {
    z-index: 9;
}

.daymode .nav-pill-wrap-ser .search-wrap .form-control {
    color: #fff;
}

.ticket-close {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-color: red;
    padding: 15px;
    border-radius: 12px;
}

.ticket-close-icon {
    flex: 0 0 35px;
    max-width: 35px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 35px;
    border-radius: 100px;
    justify-content: center;
    color: #ff0000;
    font-size: 18px;
}

.ticket-close-txt {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
}

.view-ticket-btn {
    margin: 10px auto;
    padding: 3px 12px;
    font-size: 14px;
}

.ticket-status.Closed {
    color: red !important;
}

.ticket-status.Answered {
    color: Green !important;
}

.ticket-status.Pending {
    color: Yellow !important;
}

.tc-histry .bt-top h6,
.tc-histry li p {
    margin-bottom: 0;
}

.unread-ticket {
    position: absolute;
    top: -20px;
    right: 15px;
    background-color: #0075ff;
    color: #fff;
    padding: 1px 10px;
    border-radius: 8px 8px 0 0;
    font-size: 12px;
    letter-spacing: 2px;
}

.tc-histry {
    margin-top: 22px;
    position: relative;
}

.guest .well-sign .form-control,
.guest .well-sign .checkbox label {
    color: #fff;
}

.confirm-email__description,
.txt {
    color: #fff;
}

#changeEmailModal .modal-content {
    background-color: #020912;
}

#changeEmailModal .modal-title,
#changeEmailModal .close,
#changeEmailModal label,
.guest form label {
    color: #fff;
}

#changeEmailModal .form-control,
.guest form .form-control {
    border-radius: 43px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #020912 !important;
    height: 50px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px;
}

.title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

#top-sec .form-group .form-control {
    color: #fff;
}

.payment-method-name {
    min-width: 300px;
}

.top-nav .top-nav-left-nav .bread-wrap a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 600;
}

.top-nav .top-nav-left-nav .bread-wrap span {
    font-size: 16px;
    font-weight: 900;
}

.Completed {
    color: green;
    font-size: 12px;
}

.order-content.Completed .order-txt {
    color: green;
}

.nightmode .ticket-status.Pending {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 99%);
}

#fundticket #ticketsend .btn.btn-primary.btn-secondary {
    display: block !important;
}

.well-form textarea {
    color: #fff;
}

.well-wrap-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-color: #0075ff;
    padding: 15px;
}

.well-wrap-icon {
    flex: 0 0 55px;
    max-width: 55px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #02070e;
    border-radius: 100px;
    font-size: 34px;
    color: #fff;
}

.well-wrap-content {
    flex: 0 0 calc(100% - 55px);
    max-width: calc(100% - 55px);
    padding-left: 10px;
}

.well-wrap-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.well-wrap-txt {
    margin-bottom: 0;
}

.well-accont.well-wrap {
    padding: 0;
    overflow: hidden;
}

.well-wrap-body {
    padding: 15px 15px 30px;
}

.auth h6.ticket-status {
    padding: 5px 15px;
    background-color: #0075ff;
    border-radius: 100px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-shadow: none;
}

.ticket-status.Closed {
    background-color: red !important;
}

.ticket-status.Answered {
    background-color: green !important;
}

.auth h6.ticket-status.Pending {
    background-color: yellow !important;
    color: #000 !important;
    text-shadow: none !important;
}

.box-card {
    border-radius: 15px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
    padding: 20px;
    margin-bottom: 5px;
}

.box-card .user-list li {
    list-style: none;
    border-radius: 11px;
    border: 1px solid #122139;
    background: #020810;
    margin-bottom: 5px;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-card h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
}

.box-card .ms-auto {
    color: rgba(255, 255, 255, 0.26) !important;
}

.box-card .user-list li span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
}

.dash-title {
    color: #FFF;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.dash-box {
    border-radius: 15px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    margin-bottom: 15px;
}

.dash-box-head {
    border-radius: 15px 15px 0px 0px;
    background: #0075FF;
    padding: 15px;
}

.dash-box-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.dash-box-body {
    padding: 15px;
}

.dash-box-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash-box-steps li {
    flex: 0 0 100%;
    max-width: 100%;
}

.nightmode .box-card {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #E0EEFF;
}

.nightmode .box-card h6 {
    color: #020912;
}

.nightmode .box-card .user-list li {
    border: 1px solid rgba(84, 66, 213, 0.19);
    background: #FFF;
    line-height: normal;
}

.nightmode .box-card .user-list li span {
    color: #020912 !important;
}

.nightmode.box-card .user-list li .ms-auto {
    color: #515D6B !important;
}

.dash-box-step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    border-radius: 11px;
    border: 1px solid #122139;
    background: #020810;
    padding: 3px;
}

.dash-box-step-num {
    border-radius: 8px;
    background: #0A1424;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.dash-box-step-content {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
    padding-left: 5px;
    margin-bottom: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.note-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.note-box {
    border-radius: 11px;
    border: 1px solid #122139;
    background-color: #020810;
    padding: 15px;
}

.note-txt {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.note-txt:last-child {
    margin-bottom: 0;
}

#secret-form {
    margin-top: 15px;
}

#secret-form .sec-wrap .form-control {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
}

#secret-form .sec-wrap {
    display: block;
}

.verified-btn-wrap .btn.btn-primary[target="_blank"] {
    border-radius: 50px;
    background: rgba(0, 117, 255, 0.19) !important;
    border-color: rgba(0, 117, 255, 0.19);
}

.auth table.status-table tbody tr td {
    border: 1px solid rgba(0, 117, 255, 0.13) !important;
    background-color: #0A1424 !important;
    padding: 15px !important;
}

.auth table.table.status-table tbody tr td:first-child {
    border-left: 1px solid rgba(0, 117, 255, 0.14) !important;
}

.status-table.table {
    border-spacing: 0;
    border-collapse: separate;
}

.status-table.table tr th,
.status-table.table tr td {
    text-align: center;
}

.status-table.table tr th:first-child,
.status-table.table tr td:first-child {
    max-width: 250px;
    text-align: left;
}

.status-table.table tbody tr td i {
    color: green;
}

.status-table.table>thead>tr>th,
.status-table.table>tbody>tr>th,
.status-table.table>tfoot>tr>th,
.status-table.table>thead>tr>td,
.status-table.table>tbody>tr>td,
.status-table.table>tfoot>tr>td {
    vertical-align: middle;
}

.line-through {
    text-decoration: line-through;
}

#top-sec .btn.btn-primary {
    margin: 0;
    width: 100%;
}

.remember-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.forgot-password2 {
    color: #fff !important;
    text-decoration: none;
}

.have-acc-txt {
    color: #fff;
}

.have-acc-txt a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

.frm-wrap {
    padding: 30px;
    padding-left: 30px;
}

.nightmode .well-design-two .ser-desc-box2 .ser-desc-title {
    color: #fff;
}

.status-table.table tbody tr td i.fas.fa-times {
    color: red;
}

#top-sec .btn.btn-primary.signup-btn {
    max-width: 180px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.tict-history {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.tict-history h6 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#NewTicketModal .modal-header {
    display: flex;
    justify-content: space-between;
}

#NewTicketModal .modal-header::before,
#NewTicketModal .modal-header::after {
    display: none;
}

#NewTicketModal .modal-content {
    border-radius: 16px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
}

#NewTicketModal .modal-header .modal-title {
    color: #fff;
}

#NewTicketModal .media {
    border-radius: 10px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 12px;
    color: #fff;
    margin-bottom: 7px;
    background-color: #020912;
}

#NewTicketModal .media .icon {
    margin-right: 10px;
}

#NewTicketModal .control-label {
    color: #fff;
}

#NewTicketModal .form-control {
    border-radius: 43px;
    border: 1px solid rgba(0, 117, 255, 0.14);
    background: #020912 !important;
    height: 50px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px;
}

#NewTicketModal textarea.form-control {
    height: 150px;
    border-radius: 23px;
}

.notice-btn-menu+.dropdown-menu .dropdown-item {
    color: #0075ff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 0;
    text-decoration: none;
}

.notice-btn-menu+.dropdown-menu .dropdown-item:hover {
    color: #fff;
}

.files-wrapper span {
    color: #fff;
}

.main-title {
    margin-top: 0;
    color: #FFF;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
}

.text-blue {
    color: #0075FF;
}

.txt1 {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

#child-top-sec .row {
    display: flex;
    align-items: center;
    align-content: center;
}

#child-top-sec .btn.btn-primary {
    margin-top: 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
    border: 0;
    min-width: 150px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: ;
    align-items: center;
    justify-content: space-between;
    max-width: 150px;
}

#child-top-sec::before,
#own::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 800px !important;
    transform: rotate(-3.188deg);
    border-radius: 0 0 72% 50%;
    opacity: 0.4;
    background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
    box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
    top: -36% !important;
    left: -18px;
}

#child-top-sec::after,
#own::after {
    content: '';
    position: absolute;
    border-radius: 0 0 182% 124%;
    opacity: 0.4;
    background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
    box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
    width: 100%;
    height: 800px;
    top: -40%;
    z-index: -1;
    left: 0;
    right: 0;
}

#child-top-sec {
    padding: 180px 0 80px;
    position: relative;
    overflow: hidden;
}

.title2 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.44px;
    margin-bottom: 10px;
}

.text-white {
    color: #FFF;
}

#whats,
#types {
    padding: 180px 0 80px;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow1.webp');
    background-repeat: no-repeat;
    background-position: top center;
}

.row.whats-box-row {
    margin-top: 70px;
}

.whats-box {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.17);
    background: #060D17;
    padding: 35px;
    transition: 0.3s linear;
}

.whats-box-icon {
    width: 53px;
    height: 53px;
    background-color: #0075FF;
    border-radius: 100px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    transition: 0.3s linear;
}

.whats-box-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
}

.whats-box-txt {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.48px;
}

.whats-box:hover {
    background-color: #0075FF;
}

.whats-box:hover .whats-box-icon {
    background-color: #020912;
}

.my-btn {
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}

.my-btn i {
    margin-left: 12px;
}

#clone .my-btn {
    margin-top: 25px;
}

#ready {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.row.ready-img-row {
    margin-top: 30px;
}

.ready-ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ready-ul li {
    flex: 0 0 20%;
    max-width: 20%;
}

.ready-img-wrap {
    transform: translateY(150px);
    transition: 0.3s linear;
}

.ready-ul li:nth-child(2n) .ready-img-wrap {
    transform: translateY(100px);
}

.ready-ul li:nth-child(2n) .ready-img-wrap {
    transform: translateY(100px);
}

.ready-img-wrap:hover {
    transform: translateY(0) !important;
}

#clone {
    padding: 50px 0;
    background-color: #0A1424;
}

#clone.fresh {
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/fresh-bg.webp');
    background-repeat: no-repeat;
    background-position: -100px center;
    background-size: auto auto;
    padding: 120px 0;
    background-color: transparent;
}

#clone.fresh .row {
    display: flex;
    align-items: center;
    align-content: center;
}

#pricing,
#now {
    padding: 80px 0 260px;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow1.webp');
    background-position: center 140%;
    background-repeat: no-repeat;
}

.row.pricing-row {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    padding: 35px;
}

.pricing-row .nav-tabs,
#feature .nav-tabs {
    border-radius: 100px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #020912;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto auto 15px;
    padding: 10px;
}

.package-box {
    border-radius: 20px;
    background-color: #020912;
    overflow: hidden;
    transition: 0.3s linear;
}

.package-box-head {
    padding: 20px;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/price-head-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #0075FF;
    background-size: 100%;
}

.package-title {
    margin-top: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.48px;
}

.package-price {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1.08px;
    display: flex;
    align-items: center;
    align-content: center;
}

.package-price-small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.3px;
    margin-left: 10px;
}

.package-box-content {
    padding: 20px;
}

.package-box-ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-box-ul li {
    flex: 0 0 100%;
    max-width: 100%;
}

.package-box-txt {
    position: relative;
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.8;
}

.package-box-content .my-btn {
    width: 100%;
    margin-top: 15px;
}

.package-row {
    margin-top: 45px;
}

.package-box-txt::before {
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100px;
    margin-right: 7px;
}

.pricing-row .nav-tabs li a,
#feature .nav-tabs li a {
    border-radius: 30px;
    background: #0A1424;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.42px;
    min-width: 150px;
    text-align: center;
    border: 0 !important;
    margin: 0 3px;
}

.pricing-row .nav-tabs li a:hover,
.pricing-row .nav-tabs li.active a:hover,
.pricing-row .nav-tabs li.active a,
#feature .nav-tabs li a:hover,
#feature .nav-tabs li.active a:hover,
#feature .nav-tabs li.active a {
    background-color: #0075FF;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}

.package-box:hover {
    box-shadow: 0 4px 15px 0px #0075FF;
    transform: translateY(-5px);
    transition: 0.3s linear;
}

.child-top-sec-img-wrap {
    position: relative;
}

.child-top-sec-img {
    max-width: unset;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
}

#own {
    padding: 180px 0 80px;
    position: relative;
    overflow: hidden;
}

#own .my-btn {
    display: block;
    margin: 25px auto auto;
    width: max-content;
}

#own::before,
#own::after {
    height: 500px !important;
}

.row.type-box-row {
    margin-top: 60px;
}

.types-box {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.22);
    background-color: #060D17;
    padding: 25px;
}

.types-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}

.types-box .my-btn {
    margin-top: 15px;
}

.types-box .txt2 {
    color: rgba(255, 255, 255, 0.72);
}

.feature-img-responsive {
    margin-top: 25px;
    position: relative;
}

.feature-img-responsive::before {
    content: '';
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/feature-circle.webp');
    width: 683px;
    height: 456px;
    position: absolute;
    left: -230px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

#feature .nav-tabs {
    width: 100%;
}

#feature .nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
}

.feature-wraper {
    border-radius: 15px;
    border: 1px solid rgba(0, 117, 255, 0.22);
    background-color: #020912;
    padding: 15px;
}

.feature-title {
    border-radius: 30px;
    background: #0075FF;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px 12px;
}

.features-ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.features-ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    justify-content: space-between;
}

.features-ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.feature-list {
    border-radius: 30px;
    border: 1px solid rgba(0, 117, 255, 0.22);
    background: #060D17;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.feature-txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    flex: 0 0 50%;
    max-width: 50%;
}

.feature-icon {
    flex: 0 0 50%;
    max-width: 50%;
    color: green;
    text-align: center;
    border-left: 1px solid rgba(0, 117, 255, 0.22);
}

.feature-txt,
.feature-icon {
    padding: 12px 0;
}

#feature .row {
    display: flex;
    align-content: center;
    align-items: center;
}

#feature {
    padding: 80px 0;
    background-color: #060D17;
}

#gateway {
    padding: 80px 0;
}

.gateway-ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 35px 0 0;
}

.gateway-ul li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 5px;
}

.gateway-li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 117, 255, 0.22);
    background-color: #060D17;
    height: 100px;
}

.gateway-img {
    display: block;
    margin: auto;
}

.row.our-row {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    padding: 45px 50px;
    display: flex;
    align-content: center;
    align-items: center;
}

.our-row .txt2 {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
}

.now-row {
    border-radius: 40px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0075FF;
    padding: 20px;
    margin: 0;
}

.now-row-content {
    position: relative;
}

.now-row-contentt {
    width: 65%;
}

.now-row-content .txt2 {
    color: #fff;
}

.now-row-content::after {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/now-man.webp');
    width: 388px;
    height: 362px;
    bottom: -21px;
    right: 0;
}

#now {
    background-position: center 190%;
    padding-top: 180px;
}

.row.clone-row {
    display: flex;
    align-content: center;
    align-items: center;
}

#totalPopupNotifications {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #0075ff;
    top: -3px;
    right: -3px;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    justify-content: center;
}

.top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
    position: relative;
}

.nightmode .files-wrapper,
.nightmode .files-wrapper span {
    color: #000 !important;
}

.notification-box {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #E0EEFF;
    padding: 5px 10px;
    border-radius: 12px;
    margin-top: 10px;
    position: relative;
}

.notification-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.notification-box .close-notify {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #1862b5;
    border: 0;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
    right: 4px;
    top: -6px;
}

.daymode .notification-box {
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #0A1424;
}

.daymode .notification-box p {
    color: #fff;
}

.nightmode .top-nav .top-nav-right-nav li.dropdown .ser-update-btn,
.top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
    background-color: red !important;
    color: #fff;
}

.notify-wrapper {
    position: relative;
}

.notification-btn {
    position: relative;
}

.notification-btn #totalPopupNotifications {
    background-color: red;
}

.notice-board {
    position: absolute;
    z-index: 9;
    min-width: 150px;
    background-color: #fff;
    padding: 0 5px 0;
    border-radius: 12px;
    top: calc(100% + 3px);
    height: 0;
    overflow: hidden;
}

.notice-board.show {
    height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.notification-box.increased {
    background-color: yellow;
}

.notification-box.enabled {
    background-color: green;
    color: #fff;
}

.notification-box.disabled {
    background-color: red;
    color: #fff;
}

.notification-box.decreased {
    background-color: blue;
    color: #fff;
}

.status-table1.table tbody tr td i {
    color: #00800050;
}

.status-table1.table tbody tr td i::before {
    content: "\f0a3";
}

.status-table1.table tbody tr td i.fas.fa-check-circle {
    color: #008000;
}

.our .pricing-row .nav-tabs {
    width: 100%;
}

.our .pricing-row .nav-tabs .nav-item {
    flex: 0 0 49%;
    max-width: 49%;
}

.cal-title {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.regular-panel-title {
    border-radius: 30px;
    background: #0075FF;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 35px;
}

.cal-title1 {
    text-align: center;
    color: #0075FF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
}

.range .value2,
.range .value3 {
    background-color: #0A1424;
    width: 100%;
    height: 48px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
    padding: 0 20px;
}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 6px;
    background-color: #0A1424;
}

.range-title {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
}

.our .tab-content {
    border-radius: 15px;
    background: #020912;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #0A1424;
    border: 4px solid #0075FF !important;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #0A1424;
    border: 4px solid #0075FF !important;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.range-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    list-style: none;
    margin: 20px auto;
    position: relative;
}

.range-content ul li {
    flex: 0 0 50%;
    max-width: 50%;
}

.range-content ul li span {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.range-content ul li p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.range-content ul::before {
    content: '';
    width: 2px;
    height: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 50%);
    top: 50%;
    transform: translateY(-50%);
}

.range-content ul li:last-child {
    text-align: right;
}

.content.range-content .button-row .btn.btn-primary {
    width: 100%;
    border-radius: 30px;
    background-color: #0075FF !important;
    box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}

.childpanel-box {
    border-radius: 20px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background-color: #0A1424;
    padding: 15px;
    position: relative;
    min-height: 164px;
    display: flex;
    align-items: center;
    align-content: center;
    overflow: hidden;
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/design1.webp');
    background-repeat: no-repeat;
    background-position: calc(100% + 30px) 30px;
}

.childpanel-box-content {
    width: 65%;
}

.childpanel-box-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
}

.childpanel-box-link {
    color: #0075FF !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration-line: underline;
}

.childpanel-box::after {
    content: '';
    width: 170px;
    height: 170px;
    background-color: rgba(255, 255, 255, 0.18);
    opacity: 0.3;
    border-radius: 100px;
    position: absolute;
    right: -55px;
    bottom: -55px;
    z-index: 0;
}

.childpanel-box::before {
    content: '';
    width: 241px;
    height: 241px;
    background-color: rgba(255, 255, 255, 0.18);
    opacity: 0.3;
    border-radius: 100%;
    position: absolute;
    right: -95px;
    bottom: -70px;
    z-index: 0;
}

.childpanel-box-row {
    margin-bottom: 20px;
}

.childpanel-box2 {
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/design2.webp');
}

.childpanel-box3 {
    background-image: url('https://i.23robo.info/projects/socialmedia.in/img/design3.webp');
}

.childpanel-box:hover {
    background-color: #0075ff;
}

.childpanel-box:hover .childpanel-box-link {
    color: #fff !important;
}

.auth #child-top-sec {
    padding: 80px 0 80px;
}

.auth #pricing {
    padding-bottom: 40px;
    background-image: none;
}

.auth.nightmode #child-top-sec::before,
.auth.nightmode #own::before,
.auth.nightmode #child-top-sec::after,
.auth.nightmode #own::after {
    display: none;
}

.auth.nightmode .main-title,
.auth.nightmode .txt1,
.auth.nightmode .title2,
.auth.nightmode .whats-box-title,
.auth.nightmode .whats-box-txt,
.auth.nightmode .txt2,
.auth.nightmode .types-title {
    color: #020912;
}

.auth.nightmode .whats-box {
    background-color: #abdbf2;
}

.auth.nightmode #clone {
    background-color: #e0eeff;
}

.auth.nightmode #pricing .pricing-row {
    background-color: #e0eeff !important;
}

.auth #own {
    padding: 50px 0 50px;
}

.auth #own {
    padding: 50px 0 50px;
}

.auth.nightmode #types {
    padding: 40px 0 40px;
    background-image: none;
}

.auth.nightmode .types-box {
    background-color: #E0EEFF;
}

.auth.nightmode #feature {
    background-color: #e0eeff;
}

.auth.nightmode .row.our-row {
    background-color: #e0eeff;
}

.auth.nightmode #now {
    background-image: none;
    padding-bottom: 0;
}

.auth.nightmode .now-row {
    border: 1px solid #E0EEFF;
    background-color: #E0EEFF;
}

.badge.gurantee.no-refill {
    background-color: yellow;
    color: #020912;
}

.onelac-txt {
    text-align: center;
    color: #fff;
    margin: 15px auto;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
}

.nightmode span.files-label {
    color: #fff !important;
}

.feature-icon .fas.fa-times {
    color: red;
}

.sidebar-nav li a[href="/buythemeforpanel"] {
    background-color: #0075ff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 20px !important;
    box-shadow: 0 0 5px 0 #0075ff;
    border: ;
}

.main-smm-panel-link {
    justify-content: center;
    background-color: #0075ff;
    color: #fff !important;
}

.update-ser-cat {
    border-radius: 30px;
    background-color: #0075FF;
    text-align: center;
    padding: 12px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}


/* responsive screen  */

@media screen and (max-width: 992px) {
    .inner-wrap {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .well-design-two {
        margin-top: 20px;
    }
    .well-serve {
        border: none;
    }
}

@media screen and (max-width: 550px) {
    #top-sec .top-title h1 {
        font-size: 32px;
        width: 100%;
    }
    #top-sec {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }
    #top-sec .top-title .sp1 {
        font-size: 32px;
    }
    #top-sec .top-title .sp2 {
        font-size: 32px;
    }
    #top-sec .top-title .sp1 .mt-s {
        position: absolute;
        bottom: -8px;
        right: 7px;
    }
    #top-sec .top-title p {
        width: 100%;
    }
    .navbar-center-wrap {
        padding-left: 0;
    }
    .frm-wrap {
        padding: 15px !important;
        margin-top: 20px;
    }
    .btn-tp {
        margin: 10px auto !important;
        height: 50px;
    }
    .flex-btns {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form-group {
        margin-bottom: 10px;
    }
    #top-sec::before {
        display: none;
    }
    #top-sec::after {
        display: none;
    }
    .wrap-shadow::before {
        display: none;
    }
    .wrap-shadow::after {
        display: none;
    }
    #icons {
        padding-bottom: 0 !important;
        margin-top: 30px !important;
    }
    #checkout-our .card-title h2 {
        font-size: 30px;
        width: 100%;
    }
    #checkout-our .card-title span {
        font-size: 30px;
    }
    #checkout-our {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .border-blue::before {
        display: none;
    }
    #checkout-our .card-img1 {
        width: 250px;
        height: 250px;
        border-radius: 604px;
        background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
        position: absolute;
        left: -84px;
        top: 0;
    }
    #checkout-our .card-img2 {
        width: 220px;
        height: 220px;
        border-radius: 340px;
        background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
        position: absolute;
        top: 109px;
        right: -58px;
    }
    #checkout-our .card-img3 {
        width: 168px;
        height: 168px;
        background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
        border-radius: 50%;
        position: absolute;
        top: -16px;
        right: 69px;
    }
    #why-choose .row {
        display: block;
    }
    #social-platform {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #why-choose {
        padding-top: 20px;
        padding-bottom: 0;
    }
    #why-choose .why-title h2 {
        font-size: 30px;
    }
    #why-choose .why-title span {
        font-size: 30px;
    }
    #why-choose .why-title p {
        font-size: 14px;
    }
    #why-choose .btn-top {
        height: 45px;
        margin-top: 10px;
    }
    .right-img img {
        width: 100%;
        margin: auto;
        padding-top: 20px;
    }
    #top-selling {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #top-selling .card-slide-titiles h2 {
        font-size: 30px;
    }
    #top-selling .card-gap:hover {
        display: none;
    }
    .marketing-slider-nav {
        margin-top: 0;
    }
    #smm-works {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #smm-works .smm-title h2 {
        font-size: 32px;
        width: 100%;
    }
    #smm-works .smm-title span {
        font-size: 32px;
    }
    #smm-works .card-smm .img-smm1 {
        position: absolute;
        top: -18px;
        right: 0 !important;
        left: unset !important;
    }
    #smm-works .card-smm {
        position: relative;
        margin-top: 0;
    }
    #smm-works .card-smm2 .img-smm2 {
        position: absolute;
        right: 0;
        top: 0px;
    }
    #smm-works .card-smm3 {
        position: relative;
        margin-top: 30px;
    }
    .img-active {
        padding-top: 20px;
    }
    #smm-works .card-smm3 .img-smm1 {
        position: absolute;
        top: 16px;
        right: 0 !important;
        left: unset;
    }
    #smm-works::before {
        display: none;
    }
    #smm-works .card-smm .card-smm-title p {
        width: 100%;
    }
    #smm-works .card-smm4 {
        position: relative;
        margin-top: 30px;
        margin-left: 0;
    }
    #smm-works .card-smm4 .img-smm2 {
        position: absolute;
        right: -4px;
        top: -3px;
    }
    #smm-works .card-smm2 {
        position: relative;
        margin-top: 0;
        margin-left: 0;
    }
    #smm-works .card-smm3 .card-smm-title p {
        width: 100%;
    }
    #smmsm-tabs {
        padding-top: 0;
        padding-bottom: 20px;
    }
    #smmsm-tabs .nav-pills .nav-link {
        margin-bottom: 10px;
    }
    #smmsm-tabs .tab-content {
        padding: 15px;
    }
    #our-client::before {
        display: none;
    }
    #our-client .row {
        display: block;
    }
    #our-client .our-title h2 {
        font-size: 32px;
    }
    #our-client .our-wrap {
        padding: 15px;
    }
    #our-client .our-wrap .our-title p {
        padding-top: 10px;
    }
    .marketing-slider-nav2 {
        margin-top: 10px;
    }
    .right-our-img img {
        max-width: 100% !important;
    }
    #footr-wrap {
        margin-top: 0;
    }
    #footr-wrap .footr-logo p {
        width: 100%;
    }
    #footr-wrap {
        padding: 15px;
    }
    #footr-wrap .footr-flex-wrap::before {
        display: none;
    }
    #footr-wrap .footr-flex-wrap {
        margin-top: 20px;
    }
    #footr-wrap .footr-flex-wrap .foot-li2 {
        transform: translateX(0);
    }
    .foot-li3 {
        width: 100%;
        position: relative;
    }
    .copy-right {
        margin-top: 30px;
    }
    .copy-right p {
        font-size: 12px;
        padding: 9px 0px;
    }
    #top-selling .slider-wrapping .slick-track {
        padding-top: 0px !important;
    }
    #footr-wrap .footr-flex-wrap .foot-li2::before {
        width: 200px;
        height: 200px;
        left: -172px;
        top: 36px;
        opacity: 0.5;
    }
    #icons-service {
        padding-top: 0;
    }
    #icons-service .serve-title h2 {
        font-size: 30px;
    }
    #icons-service .serve-title span {
        font-size: 30px;
    }
    #icons-service .serve-title img {
        position: absolute;
        bottom: -16px;
        right: 5px;
    }
    #icons-service .slider-bar-serve {
        padding-top: 20px;
    }
    #icons-service .slider-bar-serve p {
        font-size: 14px;
        transform: translateY(-26px);
    }
    #serv-cont .bg-serve {
        padding: 15px;
        margin-bottom: 20px;
    }
    .nav-pill-wrap-ser .btn.btn-primary {
        width: 150px;
        height: 45px;
    }
    .nav-pill-wrap-ser .search-wrap .form-control {
        border-radius: 27.5px;
        border: 1px solid rgba(0, 117, 255, 0.13);
        background: #02070E;
        height: 48px;
        margin-left: 0;
        position: relative;
    }
    .nav-pill-wrap-ser .search-wrap .form-control {
        margin-top: 8px;
    }
    .nav-pill-wrap-ser .btn-serve {
        width: 110px;
        height: 35px;
        top: -14px;
        left: -115px;
    }
    .nav-pill-wrap-ser .search-wrap {
        width: 100% !important;
    }
    .table-responsive {
        border: none !important;
    }
    .well-serve tbody tr td {
        height: 46px;
        padding: 13px;
    }
    .well-serve thead tr th {
        height: 46px;
        padding: 17px;
    }
    .api-box {
        margin-bottom: 10px;
        padding: 15px;
        height: auto;
    }
    .dast-title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 28px;
    }
    #how-it-works .nav-custom-3 {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 5px;
        border-radius: 20px;
        gap: 0;
    }
    #how-it-works .nav-custom-3 .nav-link {
        height: 45px;
        width: 143px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    #how-it-works .tab-content {
        border-radius: 20px;
        background: #0A1424;
        box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
        padding: 15px;
        margin-top: 10px;
    }
    #how-it-works .row.align-items-center {
        display: block;
    }
    .hw-img {
        padding-top: 20px;
    }
    #how-it-works::before {
        display: none;
    }
    #how-it-works {
        padding-top: 0;
        padding-bottom: 20px;
        position: relative;
    }
    #how-it-works .how-it-title h2 {
        font-size: 32px;
        padding-bottom: 10px;
    }
    #how-it-works .how-it-title span {
        font-size: 32px;
    }
    #how-it-works .tab-content .hw-text p {
        font-size: 14px;
    }
    #how-it-works .signup-btn {
        height: 44px;
        padding: 8px;
    }
    .signups-title h4 {
        font-size: 30px;
    }
    .wrap-shadow-sign::after {
        display: none;
    }
    #top-secs {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .signups-title p {
        font-size: 15px;
    }
    .title-signs h4 {
        font-size: 30px;
    }
    .well-sign {
        padding: 15px;
    }
    .wrap-shadow-sign::before {
        display: none;
    }
    .top-nav-wrap {
        position: relative !important;
    }
    #new-ord {
        padding-top: 10px;
    }
    .right-new-img img {
        position: absolute;
        top: 8px;
        right: 15px;
        max-width: 300px;
    }
    .left-new-wrap .left-new-title h4 {
        font-size: 22px;
    }
    .right-new .frst-li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp-heros p {
        color: #FFF;
        font-size: 18px;
        margin: 0;
    }
    .right-new .thrd-li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .right-new .frst-li li {
        width: 100% !important;
    }
    .right-new .thrd-li li {
        width: 100%;
    }
    .right-new .thrd-li li .flex-new a {
        font-size: 10px;
    }
    .right-new .thrd-li li .sp-a {
        width: 95px;
        height: 25px;
        font-size: 10px;
    }
    .dash-title-wrap .dash-title {
        font-size: 20px;
    }
    .new-bgs {
        margin-top: 10px;
    }
    .dash-title-wrap {
        padding: 0;
    }
    .cate-shortcut li {
        list-style: none;
        margin: 1px;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .account-info .nav-tabs {
        display: block;
    }
    .account-info .nav-tabs .acc-btn {
        width: 86px;
    }
    .account-info .nav-tabs>li {
        margin: 2px;
        margin-top: 10px;
    }
    .account-info .form-group {
        margin-top: 10px;
    }
    .account-info {
        padding: 15px;
        margin-bottom: 10px;
    }
    .well-design-two {
        padding: 15px;
    }
    .well-design-two .ser-desc-box {
        padding: 15px;
        margin-top: 10px;
    }
    .left-new-wrap {
        margin-bottom: 10px;
        height: 120px;
    }
    .acc-top {
        margin-top: 20px;
    }
    .well-form {
        padding: 15px;
    }
    .well-form .nav-tabs {
        display: block;
    }
    .well-form .form-group {
        margin-top: 20px;
    }
    .well-form .nav-tabs .div-wrap h6 {
        font-size: 22px;
    }
    .auth #icons-service {
        padding-top: 20px;
    }
    .nav-step-pills li {
        flex: 0 0 46%;
        max-width: 46%;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .well-ord {
        margin-top: 10px;
    }
    .well-ord .col-md-8 {
        width: 100%;
        padding: 0;
    }
    .well-ord .col-md-4 {
        width: 100%;
        padding: 0;
    }
    .sec-tickt {
        margin-top: 20px !important;
        padding: 15px;
        margin: 10px;
    }
    .well-tickt {
        padding: 15px;
    }
    .tickt-title {
        font-size: 22px;
    }
    .tkt-bg {
        padding: 15px;
        margin-top: 10px;
    }
    .tict-history h6 {
        font-size: 22px;
    }
    #add-fnds .add-title h2 {
        font-size: 30px;
    }
    #add-fnds {
        padding-top: 10px;
    }
    #tab-wrap {
        padding: 0;
        margin: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #tab-wrap .nav-pills {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px;
    }
    #tab-wrap .nav-item {
        flex: 0 0 46%;
        max-width: 46%;
        margin: auto;
    }
    #tab-wrap .nav-item .nav-link {
        padding: 8px;
        width: 112px;
        height: 45px;
        padding: 10px;
        margin: 2px auto;
    }
    .get-support p i {
        flex: 0 0 auto;
        margin: auto;
    }
    #reset .reset-title h3 {
        font-size: 30px;
    }
    #reset {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .well-form .btn-primary {
        height: 45px;
    }
    .nav-step-pills li a {
        padding: 10px;
    }
    .order-content {
        padding-right: 0;
    }
    .bg-dash {
        padding: 15px;
        margin-top: 20px;
    }
    .bg-dash .dash-title {
        font-size: 30px;
    }
    .flex-blnce {
        padding: 0;
        padding-top: 10px;
        margin-top: 10px;
    }
    #feature .row {
        display: block;
    }
    #feature .nav-tabs li a,
    .pricing-row .nav-tabs li a {
        width: 100%;
        min-width: 100%;
    }
    .row.our-row {
        padding: 15px;
        display: block;
    }
    #own {
        padding: 20px 0 30px;
    }
    .main-title {
        font-size: 32px;
    }
    #own::before,
    #own::after {
        height: 380px !important;
    }
    #whats,
    #types {
        padding: 110px 0 40px;
    }
    .title2 {
        font-size: 28px;
    }
    .row.type-box-row {
        margin-top: 15px;
    }
    .types-box {
        padding: 15px;
        margin-bottom: 12px;
    }
    .types-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    #feature {
        padding: 25px 0;
    }
    .feature-img {
        max-width: 200px;
        margin: auto auto 20px;
    }
    .gateway-ul li {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 5px;
    }
    .gateway-li {
        height: 55px;
        padding: 5px;
    }
    #gateway {
        padding: 25px 0;
    }
    .gateway-ul {
        margin: 15px 0 0;
        justify-content: center;
    }
    .now-row-content::after {
        display: none;
    }
    .now-row-contentt {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    #now {
        padding: 40px 0 40px;
        background-image: none;
    }
    .feature-img-responsive::before {
        display: none;
    }
    #child-top-sec {
        padding: 50px 0 40px;
    }
    .child-top-sec-img {
        max-width: 250px;
        margin: 15px auto auto;
        position: unset;
        transform: unset;
    }
    #child-top-sec .row {
        display: block;
    }
    #child-top-sec::after,
    #child-top-sec::before {
        width: 100%;
        height: 500px !important;
    }
    #whats,
    #types {
        padding: 20px 0 30px;
        background-image: none;
    }
    .row.whats-box-row {
        margin-top: 40px;
    }
    .whats-box {
        padding: 20px;
        margin-bottom: 12px;
    }
    #clone {
        padding: 30px 0;
    }
    .row.clone-row {
        display: block;
    }
    #ready {
        padding: 30px 0;
    }
    .ready-ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ready-img-wrap,
    .ready-ul li:nth-child(2n) .ready-img-wrap {
        transform: translateY(0);
    }
    #clone.fresh {
        padding: 30px 0;
    }
    #clone.fresh .row {
        display: block;
    }
    #pricing {
        padding: 40px 0 40px;
        background-image: none;
    }
    .row.pricing-row {
        padding: 5px;
        margin: 0 auto;
    }
    .package-row {
        margin-top: 25px;
    }
    .package-box {
        margin-bottom: 15px;
    }
}
