MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/imenso.co/demo/arabeasy/css/style.css
/*!
Project Name: HTML & CSS Test
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Page
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root{
  --primaryClr: #d6a95f;;
  --siteDark: #212121;
  --secondaryClr: #090A0E;
  --mutedClr: #797979;
  --lightClr: #f0f0f0;
  --siteYellow: #CBA135;
  --sitePink: #FDD0E2;
  --siteRed: #ff0000;

}
@font-face {
  src: url(fonts/Louis-Bold.ttf);
  font-family: 'Louis George Bold';
  font-style: normal;
  font-weight: 600;
}
@font-face {
  src: url(fonts/Louis.ttf);
  font-family: 'Louis George';
  font-style: normal;
  font-weight: 400;
}
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@600&display=swap');


body {
  margin: 0;
  padding: 0;
  /*font-family: 'Sen', sans-serif;*/
  font-family: 'Louis George';
  font-size: 16px;
  background-color: #f5f5f5; 
}
.burger {
  padding: 75px 0;
}
.ground {
  margin-left: 80px;
}
a {
  color: #112949;
}
a:hover {
  text-decoration: none;
}
.sml-btn-group .btn {
  font-size: 12px;
}
.form-control {
  border-color: #AAA;
}
.btn-primary {
  background-color: #112949;
  border-color: #112949;
}
.text {
  opacity: 0.8;
}
.container {
  max-width: 1100px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
 font-family: 'Louis George Bold';
}
.btn-bordered {
  background-color: transparent;
}
.btn {
  padding: .375rem 1.5rem
}

/*======================== Login====================================*/
.main-bg {
  width: 100%;
  height: 100vh;
  display: flex;
}
.main-bg .left {
  width: 32%;
  padding: 50px 60px;
  position: relative;
  box-shadow: 0 53px 119px rgba(0,0,0,0.2);
  background-color: #FFF;
}
.main-bg .right {
  width: 68%;
  background-image: url('../images/bg-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.left h1 {
  font-weight: 600;
  font-size: 2em;
  margin-top: 20%;
}
.left form {
  margin-top: 50px;
}
.left label {
  font-weight: 500;
  font-size: 0.9em;
}
.left a {
  font-weight: 600;
}
.left-footer {
  position: absolute;
  bottom: 20px;
  font-size: 0.7em;
  text-align: center;
  left: 0;
  width: 100%;
  opacity: 0.8;
}
.left-footer a {
  font-weight: 400;
}
.dropdown-menu {
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
/*========================Profile====================================*/
.profile {
  padding-bottom: 100px;
}

.profile-cover {
  height: 300px;
  background-image: url('../images/main-bg.png');
  background-size: cover;
  width: 100%;
}
.profile-personal, .profile-card {
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border-radius: .25rem;
  padding: 30px;
  position: relative;
}
.profile-personal {
  margin-top: -100px;
}
.status {
  font-size: 12px;
  padding: 2px 15px;
  border-radius: 20px;
  display: inline-block;
}
.status.pending {
  background-color: orange;
}
.profile-personal .actions {
  position: absolute;
  right: 30px;
  top: 30px;
}
.actions a {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  transition: 0.3s all;
  border:1px solid #DDD;
  display: inline-block;
}
.actions a:hover  {
  background-color: #EEE;
  color: #000;
  transform: scale(1.1);
}
.personal-info small {
  display: block;
  opacity: 0.5;
}

.card-header {
  background-color: #FFF;
}
.profile-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-card .actions a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border:1px solid #DDD;
  border-radius: 100%;
  line-height: 35px;
  text-align: center;
}
.c-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capsule {
  background-color: #EEE;
  display: inline-block;
  border-radius: 30px;
  padding: 2px 15px;
  font-size: 14px;
  font-weight: 400;
}
.tools .capsule {
  margin-bottom: 10px;
  margin-top: 10px;
}
.profile-card .bordered th {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.capsule.done {
  background-color: rgba(44,224,128,0.3);
} 
.capsule.review {
  background-color: orange;
}
.capsule.failed {
  background-color: pink;
} 
.profile-card .border-bottom {
  border-bottom: 1px solid #112949 !important;
}
.footer {
  background-color: #112949;
  padding: 50px 0;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer li a {
  color: rgba(255,255,255,0.9);
}
.social {
  list-style: none;
}
.social li {
  display: inline-block;
  margin: 0 5px;
}
.social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255,255,255,0.1);
}
.copyright {
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  margin-top: 20px;
}
#profileAlert .modal-body {
  padding: 50px !important;
}
.modal-body h1 {
  font-size: 2em;
}
.steps {
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.steps li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  float: left;
}
.steps li span {
  display: block;
  margin-top: 10px;
}
.steps li i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background-color: #4edfa5;
  color: #FFF;
  font-size: 22px;
}
.steps li i.incomplete {
  background-color: #f8bbbb;
}
.no-record {
  opacity: 0.5;
}
.notify {
  position: relative;
}
.notify:after {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  content: "";
  background-color: orange;
  right: 0;
  top: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1em;
  padding-right: 1em;
  color: rgba(0,0,0,0.8);
}
.nav-item.active a {
  color: #112949 !important;
  font-weight: bold;
}
#personalInfo .modal-dialog {
  max-width: 900px;
}
.modal-header, .modal-footer {
  padding: 15px 30px;
}
.modal-body {
  padding: 30px;
}
.modal-header {
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border:none;
}
#evaluationCriteria .modal-dialog {
  max-width: 1100px;
}
#evaluationCriteria .modal-body {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
#newTest .modal-dialog, #viewTest .modal-dialog {
  max-width: 1100px;
}
#newTest .modal-body, #viewTest .modal-body {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
#viewTest .score small {
  display: block;
  font-size: 10px;
  opacity: 0.6;
  text-transform: uppercase;
}
.modal-score {
  background-color: rgba(44,224,128,0.3);
  padding: 15px 30px;
}
/*--------------------------------------------------------------
# Chosen Select
--------------------------------------------------------------*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: .375rem .75rem;
  border: 1px solid #AAA;
  border-radius: .25rem;
  background-color: none;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  color: #495057;
  font-size: 1rem; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 9px;
  margin-left: -8px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -3px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #5D4F46;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-choices {
  margin-bottom: 0 !important; }

.chosen-container-multi .chosen-choices {
  border: 1px solid #AAA;
  border-radius: .25rem !important;
  box-shadow: none;
  color: #474747;
  display: block;
  font-size: 1rem;
  overflow: hidden;
  padding: .375rem .75rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #F0F5F7;
  max-width: 100%;
  border-radius: 3px;
  background-color: #F0F5F7;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  font-size: 0.8em;
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
  background: #E8E8E8; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  /*background-position: 6px 2px;*/ }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

.chosen-container {
  width: 100% !important
}
.chosen-container-single .chosen-single span {
  color: #666;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @Chosen Ends */