/*==================================fontawesome==================================*/
@font-face {
	  font-family: 'Glyphicons Halflings';
	  src: url('../font-awesome/font/glyphicons-halflings-regular.eot');
	  src: url('../font-awesome/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.woff2') format('woff2'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.woff') format('woff'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.ttf') format('truetype'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
@font-face {
	  font-family: 'FontAwesome';
	  src: url('../font-awesome/font/fontawesome-webfont.eot?v=4.1.0');
	  src: url('../font-awesome/font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
		url('../font-awesome/font/fontawesome-webfont.woff?v=4.1.0') format('woff'), 
		url('../font-awesome/font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), 
		url('../font-awesome/font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
/*==================================JosefinSans-font==================================*/
@font-face {
    font-family: 'JosefinSansBold';
    src: url('../fonts/JosefinSansBold.eot');
    src: url('../fonts/JosefinSansBold.eot') format('embedded-opentype'),
         url('../fonts/JosefinSansBold.woff2') format('woff2'),
         url('../fonts/JosefinSansBold.woff') format('woff'),
         url('../fonts/JosefinSansBold.ttf') format('truetype'),
         url('../fonts/JosefinSansBold.svg#JosefinSansBold') format('svg');
}
@font-face {
    font-family: 'JosefinSansSemiBold';
    src: url('../fonts/JosefinSansSemiBold.eot');
    src: url('../fonts/JosefinSansSemiBold.eot') format('embedded-opentype'),
         url('../fonts/JosefinSansSemiBold.woff2') format('woff2'),
         url('../fonts/JosefinSansSemiBold.woff') format('woff'),
         url('../fonts/JosefinSansSemiBold.ttf') format('truetype'),
         url('../fonts/JosefinSansSemiBold.svg#JosefinSansSemiBold') format('svg');
}
/*==================================Roboto-font==================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*==================================Global Styles==================================*/
html, body { -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;font-family: 'Roboto', sans-serif; font-weight: normal;font-size:14px;color:#000;padding:0px; margin:0px; color:#000;position: relative;}
html:hover, body:hover{ -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
body a:focus{ outline: none !important;}
body img:focus{ outline: none !important;}
a img:focus{ outline: none !important;}
a {text-decoration: none; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration: none; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
a i{ -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
a:hover i{ -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}

ul{padding: 0;margin: 0;}
ul li{list-style: none;}

/*==================================wirn - canvas css==================================*/
audio, canvas, video { display: inline-block; }
.large-header { position: relative; width: 100%; background: none; background-color:transparent; overflow: hidden; background-size: cover; background-position: center center; z-index: 1; }

/*==================================Font-awesome-style==================================*/
.fa{ letter-spacing:normal;}
.thumbnail > img, .thumbnail a > img{ margin:10px auto;}

/*==================================Form-Global Styles==================================*/
.form-control::-webkit-input-placeholder {font-family: 'Roboto', sans-serif; font-size:16px;color: #212121;font-weight: 500; }
.form-control:-moz-placeholder {font-family: 'Roboto', sans-serif; font-size:16px;color: #212121;font-weight: 500; }
.form-control::-moz-placeholder {font-family: 'Roboto', sans-serif; font-size:16px;color: #212121;font-weight: 500;}
.form-control:-ms-input-placeholder {font-family: 'Roboto', sans-serif; font-size:16px;color: #212121;font-weight: 500;}


/*==================================Font-style-Global Styles==================================*/
h1{font-size:40px;color:#000;padding:0px; margin:0px; }
h2{font-family: 'Roboto', sans-serif; font-weight: 700; font-size:24px;color:#000;padding:0px; margin:0px; }
h2 span{color:#7438FF;}
h3{font-family: 'Roboto', sans-serif; font-weight: 700; font-size:20px;color:#000;padding:0px; margin:0px; }
h4{font-family: 'Roboto', sans-serif; font-weight: 500;font-size:18px;color:#000;padding:0px; margin:0px; }
h5{font-family: 'Roboto', sans-serif; font-weight: 700;font-size:16px;color:#000;padding:0px; margin:0px; }
h6{font-family: 'Roboto', sans-serif; font-weight: 500;font-size:16px;color:#000;padding:0px; margin:0px; }
small{font-family: 'Roboto', sans-serif; font-weight:500;font-size:14px;color:#000;padding:0px; margin:0px;}
p{font-family: 'Roboto', sans-serif; font-weight: 500;font-size:14px;color:#000;padding:0px; margin:0px; }

.v-mid{ display:table-cell; width:100%; height:100%;vertical-align: middle;}
.no-padding{ padding:0px;}

.cmn-heading {display: block;width: 100%;}
i.fas.fa-phone-alt{ -webkit-text-stroke: 2px #757575;color: #fff;}
/*==================================body-background-style==================================*/
body{position: relative;overflow-x: hidden;}
/* body:after{position:fixed;right: -5.28%;top: -21.78%; left: auto; bottom: auto; margin: auto; background: linear-gradient(235.58deg, #FEB334 28.66%, #FEB334 58.09%);width: 550px; height: 550px;content: "";border-radius: 100%; }
body:before{position:fixed;right:auto;top:auto; left: -7.22%; bottom: -25.11%; margin: auto; background: linear-gradient(235.58deg, #6D80FF 28.66%, #6DB0FF 58.09%);width: 570px; height: 570px;content: "";border-radius: 100%; } */
.nav-shadow{box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);}
/*==================================common-box-style==================================*/
.wrapper{position: relative;z-index: 1;}
.card1{background: #fff;box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);border-radius: 8px; width: 100%;padding: 48px;font-family: 'Roboto', sans-serif;}
header#js-header{z-index: 11; }
.common-box-2{display: inline-block;float: none; vertical-align: top; margin:0px -2px;width:50%;}
/*==================================common-tab-style==================================*/
.nav-tabs{border: 0;}
.nav-tabs .nav-item {margin-bottom: -1px;width: 50%;}
.nav-tabs .nav-item .nav-link{border:0; border-bottom: 4px solid #9E9E9E;padding: 13px 0px;border-radius: 0;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {border:0; border-bottom: 4px solid #7438FF;padding: 13px 0px;margin: 0px;color: #7438FF;border-radius: 0;}
.nav-pills .nav-link h4{color:#9E9E9E; }
.nav-pills .nav-link.active h4{color: #7438FF;border-radius: 0;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #7438FF;background-color: transparent;}
.common-form-sec {min-height: 485px;}

/*==================================common-form-style==================================*/
.form-group {background: #F5F5F5;text-align: left;position: relative; margin-bottom: 0px;}
.login-body .form-group {margin-bottom: 25px;}
.form-group label {font-family: 'Roboto', sans-serif;padding-left: 17px;color: #757575;font-size: 11px;font-weight: 400; margin-bottom: 0px;padding-top:13px;line-height: 100%;display: block;}
.help-block.with-errors {font-family: 'Roboto', sans-serif; position: absolute;color: #E11919;font-size: 12px;font-weight: 400;margin: 4px 0px;}
.help-block {font-family: 'Roboto', sans-serif; position: absolute;color:#212121;font-size: 12px;font-weight: 400;margin: 4px 0px;}

.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 16px; line-height: 1.5; color: #212121; background: #f5f5f5; border: 0; border-radius: 0; font-family: 'Roboto', sans-serif; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; padding-left: 17px; font-weight: 500; border-bottom: 4px solid #FFC700; }
.form-control:focus { color: #212121; background-color: #f5f5f5; border-color: #feb334; outline: 0; box-shadow: none; }
.common-form-sec form .form-group:last-child{background:#fff;}
.form-control.error{border-color:#E11919; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: none!important;
    background: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form-group.transperent{background: transparent;}
.form-group.transperent input[type='checkbox'] + label > span { border-radius: 50px;}

.form-group.with-icon .form-control, .form-group.with-icon label {padding-left: 46px;}
.cmn-icon { position: absolute; left: 0; top: 0; bottom: 0; right: auto; margin: auto; height: 100%; line-height: 63px; width: 44px; font-size: 19px; text-align: center; color: #757575; }

/*----------------common-animated-custome-checkbox-------------*/
span.check, a.f-password{display:inline-block;float: none; vertical-align: middle;width:50%;margin: 0px -2px;}
span.check label{padding: 0px; margin: 0px;}
a.f-password{text-align: right;padding-top: 6px;color: #554280;font-size:14px;font-family: 'Roboto', sans-serif;font-weight: 500;}
a:hover.f-password{    color: #7438ff;}
span.check{position: relative; width: 100%; margin-top: -7px;}
input.submit-button { outline: none; border: 0; background: #1f36c7; width: 100%; color: #fff; font-weight: 400; font-size: 14px; line-height: 20px; font-family: 'Roboto', sans-serif; font-style: normal; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); height: 52px; margin-top: 20px;cursor: pointer;-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
input.submit-button:hover{background:#182998;-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}

input[type='checkbox']{ height: 0; width: 0; }
input[type='checkbox'] + label { position: relative; display: flex; margin: 0; align-items: center; color: #9e9e9e; transition: color 250ms cubic-bezier(.4,.0,.23,1); font-size: 22px; } 
input[type='checkbox'] + label > ins{ position: absolute; display: block; bottom: 0; left: 2em; height: 0; width: 100%; overflow: hidden; text-decoration: none; transition: height 300ms cubic-bezier(.4,.0,.23,1); background: #1f36c7; }

input[type='checkbox'] + label > span { z-index:10; display: flex; justify-content: center; align-items: center; margin-right:16px; width: 1em; height: 1em; background: transparent; border: 2px solid #1f36c7; border-radius:0px; cursor: pointer; transition: all 250ms cubic-bezier(.4,.0,.23,1); }

input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label{color:#7438ff;;}
input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{color: #7438ff;}
input[type='checkbox']:checked + label > ins{ height: 100%; }

input[type='checkbox']:checked + label > span { border: .5em solid #1f36c7; animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1); }
input[type='checkbox']:checked + label > span:before { content: ""; position: absolute; top: 13px;left: 6px; border-right: 2px solid transparent; border-bottom: 2px solid transparent; transform: rotate( 45deg ); transform-origin: 0% 100%; animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;border-color: #fff!important; }
span.check label b.remember{color: #212121;font-family: 'Roboto', sans-serif; font-weight: 500;font-size: 16px; display: inline-block; }

@keyframes shrink-bounce{
  0%{
    transform: scale(1);
  }
  33%{    
    transform: scale(.85);
  }
  100%{
    transform: scale(1);    
  }
}
@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .2em;
    height: 0;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{    
    width: .2em;
    height: .5em;    
    border-color: #212121;
    transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}
.btn-light ,.btn-light:hover,.btn-light:active,.btn-light.active{ background-color: #f5f5f5; border: 0;padding-left: 17px;}
.btn-light:focus{border: 0;outline:none;}
/*----------------common-form-bottom-section-------------*/
.form-cmn-bottom {padding-top: 30px;margin-top: 25px; border-top: 1px solid #9E9E9E;}
.cmn-content {margin-bottom: 40px;}
.cmn-content:last-child{margin-bottom:0px;}
.cmn-content .left-content,.cmn-content .right-button{display:inline-block;float: none; vertical-align: middle;width:50%;margin: 0px -2px;text-align: left;}
.cmn-content .right-button{text-align: right;}
.cmn-content .left-content small{color: #757575;}
a.cmn-button { background: #FD91A6; box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); border-radius: 4px; padding: 8px 12px; /* height: 36px; */ display: inline-block; color: #F5F5F5; font-weight: 400; font-size: 14px; line-height: 20px; font-family: 'Roboto', sans-serif; }
a:hover.cmn-button{ background: #7438FF;}

.see-more-button{text-align: center;display: block;}
a.cmn-see-more-button{background: #ffffff;border: 1px solid #1f36c7; box-sizing: border-box; border-radius: 16px;padding: 6px 32px 6px 16px;color: #1f36c7;font-size: 14px; font-weight: 500;position: relative;}
a.cmn-see-more-button:hover{background-color: #1f36c7; color: #ffffff;}
/*==================================dashboard-left-panel-common-style==================================*/


.left-panel {position: sticky;top: 150px;width: 337px; padding: 0px 51px;}
.left-panel .cmn-heading {padding-top: 0!important;}
ul.left-panel-link { padding: 0px; margin: 0px; }
ul.left-panel-link li { display: block; list-style: none;margin-bottom: 20px;}
ul.left-panel-link li a{display: block;color: #757575; font-size: 16px;line-height:100%;position: relative;padding-left:34px; white-space: nowrap;}
ul.left-panel-link li.active a,ul.left-panel-link li.active a:after {color: #1f36c7;}
ul.left-panel-link li a:after{content: "\f105"; position: absolute; left: 7px;top:-4px;right: auto; bottom: 0;height:100%;font: normal normal normal 25px/1 FontAwesome;color: #757575;}
ul.left-panel-link li a:hover,ul.left-panel-link li a:hover:after{color: #1f36c7;}
ul.left-panel-link li a:hover:after{left: 10px;}

/*==================================alert-success-common-style==================================*/
.alert-success {margin-left: 47px; background: #CEFFD6; border-radius: 4px; padding: 8px 8px 8px 16px; height: 60px;}
.alert-success strong {color: #00AB1B;font-weight: 500;font-size: 16px;}
.alert-success p {color: #757575;font-weight: 400;font-size: 12px;}
.alert-success button.close { padding: 0; /* background-color: transparent; */ border: 0; -webkit-appearance: none; background: #9E9E9E; width: 10px; height: 10px; border-radius: 100%; padding: 0!important; font-size: 9px; text-shadow: none; color: #fff!important; line-height: 10px; }
.alert-success .close {top: 5px;right: 5px;}

/*==================================common-responcive-header-style==================================*/
.common-dextop-header{display:block;} 
.common-responcive-header{ text-align: left; padding: 24px 15px;background: #7438ff; display: none;}
.common-responcive-header h2{color: #fff;font-weight: 500;padding-bottom: 10px;}
.common-responcive-header small{color: #fff;font-weight: 400;font-size: 12px;}

/*==================================common-notification-toggle-style==================================*/
.notification-list { position: fixed; width: 350px; position: fixed; top: 0; left: auto; right: 0; z-index: 99; height: 100%; transform: translateX(120%); -webkit-transform: translateX(120%); transition: transform .3s ease-out; transition: transform .3s ease-out,-webkit-transform .3s ease-out; display: block;    background: #fff;padding:20px 10px 20px 20px; }
.notification-list.side_in { transform: translateX(0); -webkit-transform: translateX(0); }

.notification-card { background: #fff; padding: 10px; margin:10px 10px 15px 0;border: 1px solid #eeeeee; border-radius: 8px; position: relative;}
p.noti-content strong { display: block;font-size: 15px;}
p.noti-content{font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 14px; color: #000; padding: 0px; margin: 0px; line-height: 18px;}
a._back {margin-bottom: 20px;text-align:right!important;padding-right: 5px;}
a._back img{transform: rotate(178deg);}
span.noti_icon { display: inline-block; float: none; -webkit-writing-mode: top; vertical-align: middle; width: 35px; height: 35px;border-radius: 10px; background:#eaeaea;padding:8px;line-height: 20px; }
span.noti_icon img, a.noti-close img{width: 100%;display: inline-block;}
p.noti-content { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 14px; color: #000; padding: 0px; margin: 0px; line-height: 18px; width:86%; display: inline-block; float: none; vertical-align: middle; padding-left: 15px; }
a.noti-close{position: absolute; left: auto; right: 7px; top: -4px; width: 10px; height: 10px; margin: auto;display: block;opacity: 0.4;}
a:hover.noti-close{opacity:1;}
._succes{background:#ebf7ee; border:1px solid #d1edd8;}
._succes span.noti_icon { border-radius: 10px; background: #3fbe62;}

._information{background:#e5effa; border:1px solid #c4dcf5;}
._information span.noti_icon { border-radius: 10px; background: #0062db;}

._warning{background:#fef7ea; border:1px solid #fce9c9;}
._warning span.noti_icon { border-radius: 10px; background: #ef9400;}

._distructive{background:#fcedea; border:1px solid #f9d9d3;}
._distructive span.noti_icon { border-radius: 10px; background: #eb4e2c;}

.suggestions{
  position: absolute;
  bottom: 62px;
  background-color: #fff;
  min-width: 280px;
  left: 0;
  box-shadow: 0px -1px 6px 1px rgba(0, 0, 0, 0.1882352941);
  z-index: 1;
  border-radius: 8px 8px 0 0;
}

.suggestions .company-list{
  max-height: 220px;
  overflow-y: scroll;
}

.suggestions .company-list .brand-option{
  border-bottom: none;
  padding: 6px 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.suggestions .company-list .brand-option:hover{
  background-color: rgba(116, 56, 255, 0.1);
}

.suggestions .company-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.suggestions .company-list::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}
.suggestions .company-list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #7438ff;
}

.suggestions .company-list #showMoreClients{
  border-bottom: none;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  color: #7438ff;
}