.logo-text-color {
	color: #FFCF00 !important;
}

.pos-text-color {
	color: #22273D !important;
}

.w3-card-s {
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15), 0 4px 20px 0 rgba(255,207,0,0.19);
	background-color: #fff;
}

hr {
	border-top: 1px solid #e2e2e2 !important;
	margin: 18px 0 !important;
}

#footer {
	background-color: #22273D !important;
	padding-top: 50px;
}

.amigos-modal-nav {
	background-color: #22273D;
	color: #fff;
}

.btn-default:hover {
    color: #22273D !important;
    background-color: #FFCF00 !important;
    border-color: #ffcf00 !important;
    font-weight: bold;
}

.amigos-black {
	color: #353535 !important;
}

.w3-text-azure {
	color: #6633CC !important;
}

.gradient-text {
  /* Fallback: Set a background color. */
  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #f3ec78, #af4261);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.w3-amigos, .w3-hover-amigos:hover {
    color: #fff !important;
    background-color: #22173d !important;
}

.amigos-progress-bar {
    color: #fff !important;
    background-color: #22273D !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
.set-size {
  font-size: 10em;
}
.charts-container:after {
  clear: both;
  content: "";
  display: table;
}
.pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  position: relative;
}
.pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #FFCF00;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  bottom: 0.4em;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.6em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}
.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: .45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.1em solid #bdc3c7;
  border-radius: 50%;
}
.pie-wrapper.style-2 .label {
  background: none;
  color: #7f8c8d;
}
.pie-wrapper.style-2 .label .smaller {
  color: #bdc3c7;
}
.pie-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-60 .pie .half-circle {
  border-color: #FFCF00;
}
.pie-wrapper.progress-60 .pie .left-side {
  transform: rotate(216deg);
}

.pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0%;
  content: '';
  display: block;
  height: 100%;
  margin-left: 50%;
  transform-origin: left;
}
.pie-wrapper--solid .label {
  background: transparent;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 20%;
  margin-top: 10px;
}

span.psw {
  float: right;
  padding-top: 32px;
}

.modal {
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(248, 248, 255,.9); 
    padding-top: 60px;
}

input[type="text"], input[type="password"], input[type="email"], textarea[type="text"], select {
    width: 100% !important;
    box-sizing: border-box !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    background-color: #e8eef0 !important;
    background-position: 10px 10px !important;
    background-repeat: no-repeat !important;
    padding: 12px 20px 12px 24px !important;
    -webkit-transition: width 0.4s ease-in-out !important;
    transition: width 0.4s ease-in-out !important;
}

textarea[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
    border: none !important;
    border-radius: 15px !important;
    font-size: 15px !important;
    background-color: #e8eef0 !important;
    background-position: 10px 10px !important;
    background-repeat: no-repeat !important;
    padding: 12px 20px 12px 24px !important;
    -webkit-transition: width 0.4s ease-in-out !important;
    transition: width 0.4s ease-in-out !important;
}

label {
    margin-top: 10px !important;
    float: left !important;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    max-width: 30%;
    box-shadow: 0 5px 15px rgb(217, 234, 213) !important;
    border: none !important;
}

@media screen and (max-width: 800px) {
    .modal-content {
        max-width: 90%; 
    }
    .custom-navbar {
        text-align: left !important;
    }
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: red;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}

.tab {
    overflow: hidden;
    border: none;
    background-color: #f1f1f1;
}

.tab button {
    background-color: #ccc;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: bold;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: inherit;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.connect {
    padding: 12px;
    font-size: 22px;
    width: 80%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
}

.connect:hover {
    opacity: 0.7;
}

@media (min-width:1200px){
  .container{
    width:1270px !important;
  }
}

.desc-font {
  letter-spacing: 0.8px;
  font-family: Verdana,sans-serif !important;
  color: #353535 !important;
}

.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgb(240, 240, 240),0 2px 10px 0 rgb(240, 240, 240) !important;
}

.code-submission {
    height: 65px;
    text-align: center;
    background-color: tomato;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 5px 0 rgb(240, 240, 240),0 2px 10px 0 rgb(240, 240, 240) !important;
}



#dropContainer {
  border: 4px dashed #CCCCCC;
  border-radius: 8px;
  color: #535353;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#dropContainer b {
  font-size: 24px;
  font-weight: 400;
}
#fileInput {
  width: auto;
  margin: 24px 0 0 0;
  padding: 8px;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.wrapper {
  margin: auto;
  max-width: 640px;
  padding-top: 60px;
  text-align: center;
}

.file-container {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  /*border: 0.5px solid rgba(130, 130, 130, 0.25);*/
  /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 
              0 0 0 1px rgba(0, 0, 0, 0.1);*/
}

.upload-container {
  background-color: rgb(239, 239, 239);
  border-radius: 6px;
  padding: 10px;
  height: 315px;
}

.border-container {
  border: 5px dashed rgba(198, 198, 198, 0.65);
  border-radius: 6px;
  padding: 20px;
  height: 296px;
}

.border-container p {
  color: #130f40;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 0;
  opacity: 0.65;
}

#file-browser {
  text-decoration: none;
  color: rgb(22,42,255);
  border-bottom: 3px dotted rgba(22, 22, 255, 0.85);
}

#file-browser:hover {
  color: rgb(0, 0, 255);
  border-bottom: 3px dotted rgba(0, 0, 255, 0.85);
}




                        