html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* color: #093b60; */
  /* font-size: 30px; */
  font-family: Arial;
  background-color: #eeeee6;
}
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  background: #dfdfdf;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #1c1d1f;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #1c1d1f;
}

body {
  padding-top: 24px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  transition: 0.13s ease;
}

.container {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0 230px;
  margin: 12px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.container::after,
.row::after {
  content: "";
  clear: both;
}

.col-header,
.col-footer,
.col-left,
.col-right,
.col-content,
.col-center {
  float: left;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0;
  border: 0;
}

.col-center {
  width: -webkit-calc(100% - 340px);
  width: calc(100% - 340px);
  height: max-content;
  min-height: calc(100vh - 24px);
}
.col-center .col-content {
  margin: 9px 0;
}
.col-header {
  width: -webkit-calc(100%);
  width: calc(100%);
  height: max-content;
}
.col-header h1 {
  margin: 0;
  white-space: pre-wrap;
  text-align: center;
  font-weight: 900;
  color: #333;
  font-family: "Open Sans Condensed", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #ffffff;
}

.col-content {
  width: -webkit-calc(100%);
  width: calc(100%);
  height: max-content;
  margin: 12px 0;
}

.col-content * {
  margin: 0 !important;
}

.col-content table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  border: 0px solid #ddd;
}
.col-content table th {
  border: 1px solid #ddd;
  padding: 4px 8px;
}

.col-content table tr {
  border: 1px solid #ddd;
  padding: 4px 8px;
}
.col-content table td {
  padding: 4px 8px;
}
/* .col-content table  tr:nth-child(even){background-color: #f2f2f2;} */

.col-content table tr:hover {
  background-color: #eee;
}

.col-content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ddd;
  color: #222;
}

.col-content .table-controls {
  display: flex;
}

.col-content .table-controls button {
  width: 90px;
  margin: auto 2px !important;
  border: 0;
  padding: 3px 4px;
  border-radius: 2px;
  background-color: #eeeee6;
  color: #222;
  cursor: pointer !important;
  box-shadow: 0 1px 3px 0px rgb(0 0 0 / 10%);
}

.col-content .table-controls button:hover {
  background-color: #408ed3;
  color: rgb(255, 255, 255);
}

.col-content h2 {
  margin: 0px 0 12px !important;
  font-size: 20px;
  height: max-content !important;
  padding: 0;
  height: 0;
  font-weight: 600;
  display: block;
  font-family: "Open Sans Condensed", Arial, Helvetica, Verdana, sans-serif;
}

.col-content h3 {
  margin: 12px 0 5px !important;
  font-size: 16px;
  height: max-content !important;
  padding: 0;
  height: 0;
  font-weight: 100;
  display: block;
}
.col-content .control {
  margin: 12px 0 !important;
  font-size: 16px;
  padding: 0;
  font-weight: 100;
  display: flex;
  width: 100% !important;
  margin: auto 0;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.col-content .control button {
  width: max-content;
  font-size: 16px;
  padding: 6px 12px;
  margin: 5px !important;
  margin-left: 0 !important;
  background-color: #5aa2e0;
  color: #fff;
  cursor: pointer !important;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 0px 3px 0px rgb(0 0 0 / 10%);
}

.col-content .control button i {
  padding-top: 2px;
  font-size: 14px;
}
.col-content .control button:hover {
  background-color: #337ab7;
}
.col-content .control button.white-back {
  border: 1px solid rgb(190, 190, 190);
  background-color: #fff;
  color: #222;
}
.col-content .control button.white-back:hover {
  background-color: #5aa2e0;
  color: white;
}

.col-content .textarea-header {
  display: flex;
  justify-content: space-between;
}

.col-content .textarea-header button {
  width: max-content;
  font-size: 13px;
  padding: 0px 9px;
  margin: 5px !important;
  margin-right: 0 !important;
  background-color: #ffffff;
  color: #222;
  cursor: pointer !important;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 3px;
}

.col-content .textarea-header button:hover {
  color: white;
  background-color: #5aa2e0;
  border: 1px solid rgb(255, 255, 255);
}

.col-content textarea {
  display: block;
  height: calc(100%);
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.col-content textarea:focus {
  outline: none;
  border: 1px solid #555;
}

.col-footer {
  width: -webkit-calc(100%);
  width: calc(100%);
  margin-bottom: 20px;
  height: max-content;
}

.col-footer a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: rgb(29, 29, 112);
}
.col-footer img {
  margin: 12px auto 12px;
  width: 50px;
  height: auto;
  display: block;
}

.col-left,
.col-right {
  width: -webkit-calc(170px);
  width: calc(170px);
}

.panel {
  padding: 24px;
  float: left;
}

.back-panel {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 13px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 13px 0px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 13px 0px rgb(0 0 0 / 10%);
  padding: 15px;
}

.form {
  position: relative;
  width: 100%;
  height: 200px;
  border: 3px dashed grey;
  border-radius: 10px;
  margin: 63px 0;
  cursor: pointer;
}
.form div {
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: black;
  font-family: Arial;
  position: absolute;
  background-color: transparent;
  top: 0;
  z-index: -1;
}

.form:hover {
  background-color: rgba(128, 128, 128, 0.15);
}
.form input {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.form button {
  border-radius: 10px;
  padding: 10px 20px;
  background: #408ed3;
  outline: none;
  border: none;
  color: white;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
div img {
  height: 70px;
  width: auto;
  margin: 18px auto 0;
  display: block;
}
#fileName::before {
  content: "File Name:";
}
#fileName {
  position: relative;
  top: 10px;
}


.icon-social {
    padding: 5px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    width: calc(100% / 8 - 3.9px);
    display: inline-block;
}

.icon-social:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.178);
}

.bxl-facebook {
    background: #3B5998;
    color: white;
}

.bxl-telegram {
    background: #54a9eb;
    color: white;
}

.bxl-twitter {
    background: #55ACEE;
    color: white;
}

.bxl-linkedin {
    background: #007bb5;
    color: white;
}

.bxl-pinterest {
    background: #cb2027;
    color: white;
}

.bxl-tumblr {
    background: #2c4762;
    color: white;
}

.bxl-reddit {
    background: #ff5700;
    color: white;
}

.bx-copy {
    background: #8d8d8d;
    color: white;
}


@media (max-width: 1400px) {
  .container {
    padding: 0 130px;
    margin: 12px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 70px;
    margin: 12px;
  }
}
@media (max-width: 1000px) {
  .container {
    padding: 0;
    margin: 12px;
  }
}

@media (max-width: 900px) {
  .container {
    padding: 0;
    margin: 12px;
  }
  .col-left .col-right {
    display: none !important;
  }
  .col-center {
    width: 100%;
  }
}
@media (max-width: 450px) {
  body {
    margin: 0;
  }
}
