* {
      margin:0px;
      padding:0px;
      list-style-type: none; 
      -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;
}

*:active, *:hover, *:focus { outline:0px !important; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body { 
    background: #EEE; 
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4b5565;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size:14px;
}


textarea { resize: none;overflow: auto; }

a, a:hover, a:focus { color: #4b5565;cursor:pointer;text-decoration: none;  }


b, strong { font-weight: bold; }

img { border: 0;}
svg:not(:root) { overflow: hidden; }

button {  overflow: visible; }
button, input, optgroup, select, textarea {  color: inherit;  font: inherit; }
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[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="radio"][disabled], input[type="checkbox"][disabled]{ cursor: not-allowed; }

optgroup { font-weight: bold; }

input,button,select,textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit; }

small { font-size: 85%; }

input[type="color"] {
  -webkit-appearance: none;
  border: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}

*::placeholder {
  color: #888888 !important;
  opacity: 1; /* Firefox */
}

*::-ms-input-placeholder { /* Edge 12 -18 */
  color: #888888 !important;
}

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-muted { color: #999999;font-weight: 300; }
.text-primary { color: #3498db; }
.text-underline, 
.text-underline:hover, 
.text-underline:focus{ text-decoration: underline; }


.text-success { color: #27ae60; }
.text-info { color: #00afd1; }
.text-warning { color: #ffc61d; }
.text-danger { color: #f6504d; }


.container { margin-right: auto;margin-left: auto; padding-left: 15px; padding-right: 15px; }

@media (max-width: 992px) { .container { width: 100%; } }
@media (min-width: 992px) { .container { width: 95%; } }
@media (min-width: 1200px) { .container { width: 95%; } }

.row { margin-left: -15px;margin-right: -15px; }


[class*=col-] { position: relative;min-height: 1px;padding-left: 15px; padding-right: 15px; }

[class*=col-md] { 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%; }


@media (min-width: 768px) {
      [class*=col-sm] { 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%; }
}
@media (min-width: 992px) {
      [class*=col-md] { 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%; }
}


.panel-auto { margin:0 auto !important;margin-bottom:30px !important;float:none;max-width:750px; }


.form-control { display: block; padding:10px; font-size: 14px; color: #121926; background: #FFF; border:1px solid #e3e8ef; border-radius: 3px; -webkit-transition: all 0.15s ease; transition: all 0.15s ease; width: 100%; }




.form-control[disabled]{ cursor: not-allowed; }

textarea.form-control { height: auto; }

.form-control[type=color] { padding:0px;height:40px;cursor: pointer;  }


.form-group { margin-bottom: 25px; }
.form-group > label { display: block; vertical-align: middle;font-weight:500;font-size:13px;margin-bottom:7px;color: rgb(75, 85, 101); }



.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
      position: relative;
      display: inline-block;
      font-weight: normal;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background: none;
      border:none;
      outline: none;
      white-space: nowrap;
      padding:8px 16px;
      border-radius: 3px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease;
      overflow: hidden;
}

.btn-xs { padding: .3em .6em; font-size: 75%; font-weight: bold; line-height: 1; border-radius: .25em; }
.btn-sm { padding: 4px 8px;font-size: 13px; }

.btn[disabled] { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default, .btn-default:hover, .btn-default:focus { background: #131318;color:#FFF; }
.btn-primary, .btn-primary:hover, .btn-primary:focus  {  background:#086ad8;color: #FFFFFF; }
.btn-success, .btn-success:hover, .btn-success:focus  { background: #27ae60;color: #FFFFFF; }
.btn-info, .btn-info:hover, .btn-info:focus  { background: #31b0d5; color: #FFFFFF; }
.btn-warning, .btn-warning:hover, .btn-warning:focus  { background: #d58512;color: #FFFFFF; }
.btn-danger, .btn-danger:hover, .btn-danger:focus  { background: #c9302c;color:#FFFFFF; }


.btn-block { display: block;width: 100%;}
.btn-block + .btn-block { margin-top: 5px; }




[class*=label-] { display: inline-block;padding: .3em .6em;font-size: 75%;font-weight: bold;line-height: 1;color: #ffffff;vertical-align: middle;border-radius: 3px; }
[class*=label-]:hover, [class*=label-]:focus{color:#FFFFFF; }
.label-default { background: #e1e1e1;color:#333; }
.label-primary { background: #3498db; }
.label-purple { background: #8e44ad; }
.label-success { background: #27ae60; }
.label-info { background: #00afd1; }
.label-warning { background: #ffc61d; }
.label-danger { background: #f6504d; }


[class*=alert-]{ display: block; padding: 15px; border-radius: 4px; border:none;text-align: center; }
.alert-success { background: #dff0d8; color: #27ae60; }
.alert-info {  background: #d9edf7; color: #00afd1; }
.alert-warning { background: #fcf8e3; color: #ffc61d; }
.alert-danger { background: #f2dede; color: #f6504d;}



.panel-default { display: block; position: relative;background: #ffffff;border-radius: 4px;box-shadow: 0 .75rem 1.5rem #12263f08 }
.panel-body{  position:relative;padding: 24px;}
.panel-heading { display: inline-flex;align-items: center;background: #ffffff; border-radius: 4px 4px 0px 0px;width:100%; padding: 20px 24px;border-bottom: 1px solid rgb(238, 242, 246);  }

.panel-title { margin-right: auto;font-weight: 500;font-size:16px;color:#121926; }
.panel-title > .far { margin-right:5px; }
.panel-actions { text-align:right;vertical-align: middle; }

.panel-footer { padding:12px 24px;border-top:1px solid rgb(238, 242, 246); }


.modal { position: fixed;top: 0;right: 0; bottom: 0;left: 0;  display:flex;align-items: center;justify-content: center; background:rgba(0,0,0,.7);overflow-y: auto; z-index: 1050; }


@media (min-width: 768px) {
  .modal-normal { width: 900px; }
  .modal-medium { width: 600px;  }
  .modal-small { width: 300px;  }
}
@media (min-width: 992px) {
  .modal-large { width:75%; }
}


@media (max-width: 768px) {
    .modal,
    .modal-normal,
  .modal-medium,
  .modal-small,
  .modal-large { min-width:75%; }

}


.container:before,
.container:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after,
.panel-footer:before,
.panel-footer:after{
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.panel-body:after,
.panel-footer:after {
  clear: both;
}


.hide {
  display: none !important;
}



@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

}



@media (min-width: 1200px) {
  .visible-lg {
    display: 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;
  }
}
