@import url('https://fonts.googleapis.com/css2?family=Mukta Mahee:wght@300;400;500;600;700;800;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Alatsi&family=Josefin+Sans&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Mukta+Mahee:wght@200;300;400;500;600;700;800&family=Noto+Sans+Mahajani&display=swap');


html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Mukta Mahee', sans-serif;
  font-size: 14px;
  font-weight: 500;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 14px;
  color: #979797;
  line-height: 1.6;
  margin: 0 0 15px;
}

a { 
  color: #000;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
} 

a:hover,
a:active,
a:focus {
  color: #FF7540;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #010101;
  margin: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  /*font-size: 30px;*/
  font-size: 22px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px; color: #C20A31;
}
h6 {
    font-size: 16px;
    color: #C20A31;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  width: 100%;
}

.ptb_20{padding-top: 20px; padding-bottom: 20px;} 
.ptb_30{padding-top: 30px; padding-bottom: 30px;}
.ptb_40{padding-top: 40px; padding-bottom: 40px;}
.ptb_50{padding-top: 50px; padding-bottom: 50px;}

.mtb_10{margin-top: 10px; margin-bottom: 10px;}
.mtb_20{margin-top: 20px; margin-bottom: 20px;}

.container{max-width: 767px;}

header{padding: 20px 0px 50px 0px;}

.searchTop{}
.searchTop button{background-color: transparent; border: none; color: #707070; padding: 10px;}

.dropdown_css .btn{background-color: transparent; border: 0px #FF7540 solid; background: url(../images/arrow_down.svg) center right 8px no-repeat; padding-right: 25px; border-radius: 50px; outline: none; font-size: 12px;}
.dropdown_css .btn:hover{ color: #FF7540;}
.dropdown_css .btn:focus{box-shadow: none;}
.dropdown_css .btn::after{display: none;}
.dropdown_css .dropdown-menu{min-width: 100%;}
.dropdown_css .dropdown-item{}
.dropdown_css .dropdown-item:hover{background-color: transparent; color: #FF7540;}

.m_Menu{
		
		column-count: 3;
		text-align:left;
		margin-left:3px;
}

.m_Menu li{
	padding: 0px;
	list-style: disc;
    color: #f50;
}

.m_Menu li a{
	font-size: 16px;
    /*padding: 5px;*/
    color: black;
    font-weight: 600;
    /*margin: 15px 0px;*/   
	}
.m_Menu li a:hover{color: #FF7540;}
.m_Menu .dropdown_css .btn{padding: 4px 25px 4px 10px;}
.m_Menu .userDropdown .btn{padding: 4px; border: none;}
.brand {padding-top: 25px;}
#searchTop.collapse {position: relative;}
#searchTop button{    position: absolute;
    z-index: 1;
    top: -5px;
    font-size: 20px;
    right: 0;
    padding: 10px;
    border: none;
    background-color: transparent;
    color: #565656;}
.col-12.sarh {
    margin-top: 15px;
    margin-bottom: 10px;
}
#searchTop button:hover,
#searchTop button:focus{color: #C20A31;}
#searchTop .searchField{border: none; border-bottom: 1.5px #fff solid; background-color: transparent; font-size: 14px; padding: 10px; width: 100%; padding-right: 40px;}


.btn_1{
	font-size: 13px;
    font-weight: 600;
    background-color: #542666;
    padding: 6px 15px;
    border-radius: 50px;
    border: 0px #707070 solid;
    color: #fff;
}
.btn_1:hover{color: #fff; background-color: #542666;}

.btn_2{
	 color: #fff;
	 font-size: 13px; 
	 text-align: center; 
	 font-weight: 600; 
	 background-color: #96A63C; 
	 padding: 8px 15px;
	 border-radius: 50px;
	 border: none; min-width: 130px;
	}
	
.btn_2:hover{color: #fff; background-color: #96A63C;}

.btn_none{border: none; background-color: transparent;}

.searchCollapse{position: relative;}
.searchCollapse .eventSelect{position: absolute; left: 0; top: 10px; left: 5px; border: none; font-size: 12px; font-weight: 500; color: #505050;}

.sarh {
    background: #e5e8ea;
    padding: 5px 10px;
    margin: 0 auto;
    border-radius: 50px;
    max-width: 95% !important;
}
.roundImgHolder{width: 136px; height: 136px; border-radius: 50%; border: 1px #707070 solid; background-color: #CAE8FF; overflow: hidden;}

.FlexList{display: flex; flex-wrap: wrap; align-items: center;}
.FlexList li{padding-right: 10px;margin: 5px 0px;}

.breadcrumbsList{display: flex; flex-wrap: wrap;}
.breadcrumbsList li{font-size: 14px; color: #FF7540; padding-right: 5px; margin: 5px 0px;}
.breadcrumbsList li:after{content: '>'; position: relative; margin-left: 5px;}
.breadcrumbsList li:last-child:after{display: none;}


.location_{ display: flex; align-items: center; padding: 5px 0px;}
.location_ img{margin-right: 10px;}


.keyMetrics{display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px;}
.keyMetrics li{width: 50%; padding: 15px 10px; text-align: center; color: #010101;}
.keyMetrics li .roundImgHolder{width: 54px; height: 54px; margin: 0 auto 10px;}
.keyMetrics li p{ color: #010101;}
.keyMetrics li p:last-child{margin-bottom: 0px;}


.title_Label{color: #505050; font-size: 16px; font-weight: 600;     margin: 60px 0px 20px;}
.title_Label span
{
	display: inline-block; 
	background-color: #CAE8FF; 
	padding: 8px 15px; 
	border-radius: 50px; 
	min-width: 208px;
}

.note_{color: #C20A31;}

.field{font-size: 13px; color: #505050; padding: 10px; border: none; border-bottom: 1px #707070 solid; width: 100%; background-color: transparent;}
select.field{}
textarea.field{height: 180px; border: 1px #707070 solid; resize: none; border-radius: 9px;}

#RequestInfo textarea.field{border: none; border-bottom: 1px #707070 solid; border-radius: 0;}


.gray_bg{background-color: #F6F6F6;}
.lightBlue_bg{background-color: #F7FCFF; padding: 25px;}

.numberField{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px #505050 solid; width: 100%;}
.numberField input{border: none; text-align: center;}


.moreBtn{display: none;}
.moreBtn.collapsed{display: inline-block;}

.box_Border{width: 100%; height: 180px; border: 1px #707070 solid; margin-bottom: 30px;}


.eventColList{padding: 20px 0px; border-bottom: 1px #D4D4D4 solid;}
.eventColList h6{font-size: 16px; color: #081248;}
.eventColList p{margin-bottom: 5px; font-size: 13px;}
.eventColList ul{display: flex; flex-wrap: wrap;}
.eventColList ul li{padding: 5px; text-align: center;}


.showMore{color: #FF7540; border: none; background-color: transparent;}


.labelListing{display: flex; overflow-x: auto; background-color: #CAE8FF; border-radius: 100px; margin-bottom: 30px;}
.labelListing li{}
.labelListing li a{color: #081248; font-size: 14px; font-weight: 600; padding: 5px 12px; white-space: nowrap; border-radius: 100px; border-right: 2px #fff solid; }
.labelListing li.active {}
.labelListing li.active a{color: #fff; background-color: #C20A31; border: none;}

.columnList{padding: 10px 0px 50px;}
.columnList li{display: flex; padding: 7px 0px; align-items: center;}
.columnList .labelCol__{width: 90px; padding: 5px 0px;}
.columnList .fieldCol__{width: calc(100% - 90px); padding-left: 12px;}

.alignStart{align-items: flex-start !important;}

.col_2{display: flex; gap: 20px;}
.col_2 .field{min-width: 100px;}


.fieldCol__ input[type="file"]{width: 100%; min-width: 100%; font-size: 12px;}

.NoteRedText{color: #C20A31; font-size: 10px;}


.mainContainer{position: relative;} 
.sideBarMenu{width: 100%; max-width: 250px; position: absolute; left: 0; margin:35px 0px 0px 10px; z-index: 99; border-radius: 7px; background-color: #D8EEFF; } 
.sideBarMenuContent{ padding: 15px 9px;}   
.sideBarMenuContent h6{margin-bottom: 5px;} 
.sideBar_MenuBtn{border: none; background-color: transparent; padding: 5px; color: #F3700C; font-size: 29px; }

.sideBar_MenuList{color: #505050; margin-bottom: 20px;}
.sideBar_MenuList li {padding: 2px 0px;}
.sideBar_MenuList li a{font-size: 13px; color: #505050;     padding: 4px;
    min-width: 90px;
    line-height: 1.2;}
.sideBar_MenuList li a:hover{ color: #F3700C;}
.sideBar_MenuList .active{}
.sideBar_MenuList .active a{background-color: #C20A31; color: #fff; border-radius: 50px;}

.ac_Status{}
.ac_Status h6{color: #505050; }
.ac_Status p{font-size: 13px; color: #505050;}


.pill{    display: inline-block;
  color: #F00605;
    background-color: #CAE8FF;
    padding: 5px 8px;
    border-radius: 50px; line-height: 1; font-size: 10px;}


.sm_btn{font-size: 12px;
    padding: 5px 15px;
    min-width: 80px; line-height: 1;}


.statusHead{display: flex; justify-content: space-between; margin-bottom: 15px;}
.statusHead .rT{width: 20px; min-width: 20px; height: 20px; color: #fff; text-align: center; font-size: 10px; line-height: 20px; border-radius: 50px; margin-right: 4px; background-color: #C20A31;}
.statusHead select{font-size: 10px; background-color: #C20A31; color: #fff; padding: 2px; border-radius: 50px; border: none;}

.roundList{display: flex; flex-wrap: wrap;}
.roundList li{width: 22px; min-width: 22px; height: 22px; border-radius: 50px; margin-right: 4px; background-color: #FFFFFF; border: 1px #707070 solid;}


.pagination{margin: 20px 0px;}
.pagination .page-item{padding: 5px;}
.pagination .page-item .page-link{color: #505050; border: none; background-color: transparent; border-radius: 50px; text-align: center; box-shadow: none;}
.pagination .page-item.active{}
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link{color: #505050; background-color: #CAE8FF; border-color: #CAE8FF;}


.redSelect{display: flex; flex-wrap: wrap;}
.redSelect li{padding-right: 6px; margin-bottom: 8px;}
.redSelect select{color: #C20A31; background-color: transparent; border: 1px #C20A31 solid; border-radius: 50px; padding: 5px 8px; font-weight: 600;}


.normal{color: #010101;}
.online{color: #fff; background-color: #C20A31;}
.cancled{color: #fff; background-color: #081248;}

.pill_2{color: #C20A31; border: 1px #C20A31 solid; padding: 6px 10px; border-radius: 50px; margin: 8px 0px; display: inline-block;}

.roundUl li{display: flex; width: 50%; min-width: 50%; text-align: left;}
.roundUl li p{ text-align: left;}
.roundUl li .roundImgHolder {width: 35px; height: 35px; margin-right: 10px; border-color: #707070; background-color: #fff;}


.ulLink{}
.ulLink li{padding-right: 15px !important;}


.black_text{color: #010101 !important;}
.select_red{color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    background-color: #C20A31;
    padding: 8px 10px;
    border-radius: 50px;
    border: none; }
.proListCol{width: 100% !important; min-width: 100% !important; align-items: center;}
.proListCol .nameC{}
.proListCol .nameC h6{margin-bottom: 0px;}
.proListCol .nameC p{margin-bottom: 0px;}
.proListCol .roundImgHolder{width: 45px !important; height: 45px !important; margin-left: 15px;}


.bList{display: flex; flex-wrap: wrap;}
.bList li{padding-right: 15px; margin-bottom: 15px;}
.bList .btn_1{border-color: #707070; color: #C20A31; background-color: #F6F6F6;}


.dotList{padding-left: 15px;}
.dotList li{list-style: disc; margin-bottom: 10px;}
.dotList li::marker {color: #C20A31;}


.imgHolder{padding: 30px 0px;}
.imgHolder img{}

.cardImg{text-align: center;}
.cardImg h6{color: #010101;}

.imgColHolder{margin: 10px auto;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 218px;}


.more_{display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600; width: 100%;
    height: 45px; margin: 10px auto; 
    max-width: 218px;
    width: 100%; border-radius: 5px;
    background: #d8eeff;}
.more_:hover{color: #fff; background-color: #C20A31;}

.linksList{display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px;}
.linksList li{padding: 10px; width: 33.33%; min-width: 33.33%;}
.linksList li a{    width: 100%; 
    color: #000;
    background-color: #d8eeff; font-size: 13px; text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
     }
.linksList li a:hover{color: #fff; background-color: #C20A31;}

footer{background-color: #d8eeff; position: relative; padding: 30px 0px;}



.loginWrapTab .loginTab .active {
  box-shadow: rgb(15 12 9 / 20%) 0px 0px 4px 0px, rgb(15 12 9 / 15%) 0px 3px 6px 0px;
  /*background-color: #212a5a;*/
  background-color: #d8eeff;
  /*color: #fff;*/  
  color: #000;
  border-radius: 50px;
  /*width: 104px;*/
  height: 40px;
}

.loginWrapTab .loginTab button, .loginWrapTab .loginTab a {
  background: transparent;
  border: none;
  margin: 0px;
  padding: 12px 12px;
}
.loginTab .btn_1:hover {
  color: ##000;
  /*background-color: #C20A31;
  border-color: #C20A31;*/
}
.loginTab {
  background-color: #edf9fd; 
  border-radius: 50px;
}
.bothPadding {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 108px;
}

.loginPage {
  width: 370px;
  margin: 30px auto;
 
}
.number .fieldCol__ {
  float: left;
  width: 23.8%;
  margin: 2px;
}
.mt20 {
  margin: 25px auto;
  
}
.guid p {
  color: #ff7540;
}

.loginWrapTab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form .fieldCol__ {
  padding: 9px 0px;
}
.btn_center {
  margin: 0 auto;
  display: block;
}
form.login-form {
  padding-top: 30px;
}
h4.color-orange {
  /*color: #f50;*/
  font-size: 14px;
  text-align: center;
}

.listNew li{position: relative;}

.listNew li {  margin-bottom: 15px;  font-size: 16px;  color: #000;  font-weight: 400;  background-image: url(../images/redarrow.png);  background-position: left 5px;  background-repeat: no-repeat;  padding-left: 20px;  line-height: 1.6;}
.rightContentSignUp.guid {  padding-top: 35px;}
span.pluse {  background: #cae8ff;  padding: 3px 10px;  border-radius: 130px;  font-size: 19px;  font-weight: 200;}
small.right.red-text { display: block; color: red;  text-align: right;  line-height: 16px;  padding-top: 0px;}
a.more_.small-btn {  height: 39px;  width: 107px;}
table.Ticker-Table tr td { padding: 6px; font-size: 15px; }
.red-text { color: #F00605;}
.height-30px { height: 30px; }
.add-banner { margin-top: 10px; }

.bg-gray h5 {font-size: 19px; padding-left: 15px;}
.bg-gray {background: #F6F6F6; padding: 20px 0px; border-radius: 5px;}
.align-cnter { text-align: center;}

.Date {
  min-width: 22.33% !important;
  margin: 10px;
  text-align: center;
}

.Date span {
  border: 1px solid #F00605;
  padding: 5px 14px;
  border-radius: 50px;
  display: block;
}
.section-1 {
  display: flex;
  justify-content: center;
}
a.nav-arrow.right {
  left: 82%;
}
.earnings a.nav-arrow {
  position: relative;
  top: -99px;
}
table.weekly-earning {
  margin: 0 auto;
  margin-top: 35px;
}


.Ticker-Table tr th {
  padding-bottom: 20px;
}



.imgHolder {
  padding: 30px 0px;
  align-items: center;
  text-align: center;
}

.add-banner {
    margin-top: 40px;
    margin-bottom: 40px;
}

td.bold {
    font-weight: 600;
}


/* Home */



.new-section h5 {
  padding: 5px;
  display:inline;
}
.new-section {
  display: inline-block;
  justify-content: flex-start;
}
.loginWrapTab.home-tab .loginTab .active {
  width: 127px;
  height: 40px;
  font-weight:600;
}
.loginWrapTab.home-tab {
 
  justify-content: flex-start;
}
span.date {
  margin-bottom: 11px !important;
}
.border-bottom-1 {
  border-bottom: 1px solid #eee !important;
  width: 96%;
  margin: 12px auto;
}
.loginWrapTab.home-tab .loginTab .active {
  width: 127px;
  height: 40px;
  color: #505050;
  background-color: #ffffff;
}

/* Home */

.plr-15 {
  padding: 0px 30px;
}
.h50 {
  height: 50px;
}
.h25{ height: 25px;}

.btn-green {  
color: #298108;  
/*background: #D1F3C4;*/  
padding: 7px 8px;  
border-radius: 50px;
}

.home table.Ticker-Table tr td { padding: 15px 5px;  font-size: 15px;}

.home table.Ticker-Table tr{border-bottom: 1px solid #CDCDCD;}
.loginWrapTab.home-tab .loginTab a {  padding: 12px 16px; }

.sector {
  margin-bottom: 40px;
  margin-top: 40px;
}

.sector span {
  border: 1px solid;
  padding: 10px 15px;
  border-radius: 50px;
}
.sector a {
  width: 30%;
  margin: 5px;
  float: left;
  border-radius: 50px;
  border: 1px solid;
  font-size: 12px;
  padding: 6px 15px;
  letter-spacing: 1px;
  min-width: 66px;
  text-align: center;
  transition: 0.3s;
  color: black;
}
span.btn-red {
 /* background: #FFC3C3;*/
  padding: 7px 8px;
  border-radius: 50px;
  color: #F00605;
}

.earning-calander td > span {
  border: 1px solid #707070;
  padding: 8px 18px;
  border-radius: 50px;
  color: #FF7540;
}
footer {
  background-color: #d8eeff;
  position: relative;
  padding: 30px 30px;
  text-align: center;
}
footer ul li a {
  padding: 7px 11px;
  margin-bottom: 15px;
}

.subForm input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cecece;
  padding: 10px;
}
.subForm a {
  border: 1px solid #707070;
  padding: 3px 12px;
  border-radius: 50px;
  color: #FF7540;
}
.subForm small {
  top: 3px;
  position: relative;
  left: -72px;
}



/*---- 28-02-2022------*/

.footer-center {
    padding: 40px;
    text-align: center;
}

a.ticker {
    /*font-size: 15px;
    color: #ff7540;
    font-weight:700;*/
	font-size: 12px;
    color: #ff7540;
    font-weight:600;
}
.home table.Ticker-Table tr:last-child {
    border: none;
}


.tableTitle h2 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}

.bm50 {
	/*margin-bottom:50px; */
}

.tm15 {
	margin-top:15px;
}

.table td, .table th {
  padding: 7px !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}


.mainTitleSec h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #505050 !important;
    text-transform: capitalize;
}

.mainTitleSec h3 {
    font-size: 16px;
    font-weight: 500;
}

select.dropDwn {
    border-radius: 50px;
    border: 1px solid #ff4800;
    padding-left: 15px;
    padding-right: 35px;
}

/*select.dropDwn {
    background-image: linear-gradient( 45deg , transparent 50%, #ff4800 50%), linear-gradient( 135deg , #ff4800 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}*/

.tableButton {
  margin-left: auto;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.tableButton a {
    background: #96A63C;
    border-radius: 50px;
    padding: 5px 11px;
    color: #fff;
}

h2.proTitle {
    font-size: 19px;
    color: #F00605 !important;
    font-weight: 400;
}

.flowRow {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.flow1, .flow2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow1 {
    background: #e9f4ff;
    color: #000000;
    padding: 2px;
    border-radius: 0px 100px 100px 0px;
}

.h_60 {
    padding-top: 60px;
}

.h_25 {
    height: 25px;
}

.h_80 {
    height: 80px;
}

.subTitle {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.filing {
    display: flex;
    text-align: center;
    padding-top: 15px;
}

.filing h3:first-child {
    /* margin-right: 70px; */
}

.filing h3 {
    font-size: 14px;
    background: aliceblue;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 33px;
    line-height: 32px;
    width: 150px;
    border: 1px solid #505050;
    position: relative;
}

a.greenBtn {
    background: #96A63C;
    padding: 9px 30px;
    border-radius: 50px;
    color: #fff;
}

h4.panel-title a {
    font-size: 16px;
    color: #406e2e;
    font-weight: 500;
}

p {
    font-size: 14px;
    color: #505050;
    line-height: 1.6;
    margin: 0 0 15px;
    font-weight: 400;
}

.col-1.leftNave, .col-1.rightNave {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.leftNave {
    position: relative;
}

ul.cldr {
    display: flex;
}

ul.cldr {
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.tableButton.mp-none {
    margin-left: 0 !important;
    padding: 0;
}

.leftNave:before {
    content: '<';
    position: absolute;
    left: 0;
    color: #f10505;
    font-size: 37px;
}

.rightNave:before {
    content: '>';
    position: absolute;
    right: 0;
    color: #f10505;
    font-size: 37px;
}

.prv-next-link {
	width: 100%;   
    justify-content: space-evenly;
}

.tableTitle {
    display: flex;
    justify-content: space-between;
}

.tableTitle h2>span {
    display: block;
    font-size: 15px;
    padding: 5px 0px;
}

.autocomplete-items {
    border-image: none;
    border-width: medium 1px;
    border-bottom-width: medium;
    left: 0;
    max-height: 1100px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    border-bottom: 2px solid #754b22;
    box-shadow: 0 5px 10px #7c838a;
    border-radius: 0px 0px 20px 20px;
    padding: 5px 5px 5px 15px;
    background-color: #f6f7fd;
}
.serachInput {
	border: none;
    border-bottom: .5px solid #cccc  
}

.subBtn { 
    background: #542666;
    padding: 8px 27px;
    border: none;
    border-radius: 100px;
    color: #fff;
} 
.login-form .fieldCol__ {
    padding: 9px 0px;
} 

.divHistory td, .divHistory th {
    border-top: 0px solid #dee2e6;
    padding: 7px;
    vertical-align: middle;
}
.divHistory span {
    display: block;
    font-size: 9px;
} 