<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-head-color
{
	background-color: #2B1944 !important;
}
.menuzord-menu.menuzord-right
{
	float: right;
}
.text-color-ddd
{
	color: #bbb !important;
}
.relate-inner
{
	border: 1px solid #bbb;
	padding: 20px 15px;
  margin-bottom: 15px;
}
.li-active
{
	background: #7455a1;
	color: #fff;
	border-bottom: 3px solid #fff;
}
.relate-inner img
{
	height: 50px;
}

::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to bottom right, #7455a1, #43325e);
	border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(to bottom right, #43325e, #7455a1);
}


/*form*/
.form-main
{
	background-color: #4c3a66;
}
.form-top
{
	padding: 40px 60px 15px 60px;
	background-color: #43315d;
  float: left;
  width: 100%;
}


input {
  background: none;
  
  padding: 15px 40px;
  font-size: 18px;
  display: inline-block;
}
input:focus, input:active {
  outline: none;
}
input[type="text"], input[type="email"] {
  border: none;
  border-bottom: solid 2px #4c3a66;
}


.input-group {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  width: 100%;
  /*background-color: #d1c7d9;*/
  
}
.input-group input, textarea {
  padding: 5px 10px;
  width: 100%;
  background-color: #d1c7d9;
  border: 0px;

}
.input-group label {
  	
	font-size: 12.5px;
	color: #fff;
	
}
/*.input-group input:focus + label,
.input-group input.has-value + label {
  top: -10px;
  font-size: 12.5px;
  color: #FFF;
  left: 0px;
  padding-bottom: 5px;
}

.input-group textarea:focus + label,
.input-group textarea.has-value + label {
  top: -10px;
  font-size: 12.5px;
  color: #FFF;
  left: 0px;
  padding-bottom: 5px;
}*/


.select-custom
{
	font-size: 12.5px;
	color: #43315d;
	font-weight: bold;
  border-radius: 0px;
}

textarea.form-control
{
	height: 130px;
}
/**/

/*footer*/
.footer
{
	background-color: #2b1944;
}
/**/

.header-nav .header-nav-wrapper .menuzord
{
	border-bottom: 5px solid #4c3a66;
}

.button-apps
{

    position: absolute;
    right: 20.8%;
    top: 60%;
}


.nav&gt;li&gt;a
{
  padding: 10px 10px;
}
.nav-pills&gt;li&gt;a
{
  color: #c7c5c5;
}

.divider
{
    background-color: #d1c7d9;
    width: 2px;
    /* float: left; */
    height: 524px;
    margin: auto;
}


hr
{
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #9a9a9a;
  width: 230px;
}

.nav-tabs.nav-justified&gt;li&gt;a
{
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.nav-tabs.nav-justified&gt;.active&gt;a, .nav-tabs.nav-justified&gt;.active&gt;a:focus, .nav-tabs.nav-justified&gt;.active&gt;a:hover
{
  color:#000 !important;
  border-top:  0px;
  border-right:  0px;
  border-left:  0px;
  font-weight: 600;
  font-size: 15px;
}

.nav-tabs&gt;li&gt;a:hover
{
  border-color: #43315d #43315d #ddd;
  font-weight: 600;
  font-size: 15px;
}

.input-group &gt; label &gt; span
{
  position: absolute;
  top: 2px;
  right: 0px;
}

.Further-details
{
  width: 100%;
  float: left;
  padding: 10px 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
  text-align: center;
}


.ur {
    font-family:'Mehr Nastaliq Web' !important;
    direction: rtl;
	font-size: 150%;
	top: -50% !important;
	float: right !important;
}

.form-error-adjust
  {
    top: 66px !important;
	left: 0;
  }


  .select2-container--default .select2-selection--single .select2-selection__rendered
  {
    line-height: 38px;
    font-size: 12.5px;
    color: #43315d;
    font-weight: bold;
    border-radius: 0px;
  }

  .select2-container--default .select2-selection--single
  {
    background-color: #d1c7d9;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 18px;
  }

body .user-form .dropdown-menu &gt; li &gt; a{
    color: #333 !important;
}</pre></body></html>