@import url("fontawesome-all.min.css");
@import url("../fonts/fonts.css");
/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap'); */


*,html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Poppins';
  font-size: 13px;
  box-sizing: border-box;
  color: #303030;
}

/* html,
body,
.body_wrapper {
  height: 100%;
} */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea,
button,
a,
input[type="password"],
input[type="tel"],
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  border-radius: 2px;
}

input::-moz-focus-inner {
  border: 0;
  outline: none !important;
}

select:-moz-focusring {
  outline: none !important;
}

a,
input,
button,
a:focus,
input:focus,
button:focus {
  outline: none !important;
}

a {
  color: #0b84b0;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
}

.h-100vh {
  height: 100vh;
}

.heightFix {
  min-height: calc(100vh - 285px);
}

input.form-control::-webkit-input-placeholder {
  color: rgb(72, 72, 72, 0.29);
}

input.form-control::-moz-placeholder {
  color: rgb(72, 72, 72, 0.29);
}

input.form-control:-ms-input-placeholder {
  color: rgb(72, 72, 72, 0.29);
}

input.form-control:-moz-placeholder {
  color: rgb(72, 72, 72, 0.29);
}

.custom_checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #0756a5;
  border-radius: 3px;
}

.custom_checkbox:hover input~.checkmark {
  background-color: #ccc;
}

.custom_checkbox input:checked~.checkmark {
  background-color: #0756a5;
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_checkbox input:checked~.checkmark:after {
  display: block;
}

.custom_checkbox .checkmark:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header {
  padding: 12px 20px 12px;
  /* background: #0756a5; */
  background: #131533;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #ccc;
}

main {
  padding: 190px 0px 40px 240px;
  position: relative;
}

.btn.btnsm {
  border-radius: 5px;
  border: solid 1px #1b74fc;
  min-width: 80px;
  font-size: 13px;
  color: #1b74fc;
}

.btn.btnsm.btnorange {
  background-color: #ff5500;
  color: #fff;
  height: 40px;
  border: 1px solid #ff5500;
}

.btn.btnsm.bluebtn {
  background-color: #0756a5;
  color: #fff;
  height: 40px;
  border: 1px solid #0756a5;
}

.btn.btnmedium.btnblue {
  box-shadow: 0 3px 6px 0 #71a7f8;
  background-color: #0756a5;
  color: #fff;
  min-width: 160px;
  font-size: 14px;
  padding: 8px;
}

.text_green {
  color: #1cb700;
}

.text_red {
  color: #eb0505;
}

.text_blue {
  color: #0756a5;
}

.topbar {
  justify-content: space-between;
  display: flex;
  position: relative;
}

ul.emailer_steps li a {
  border-radius: 2px;
  background-color: #efefef;
  color: #86929d;
  padding: 10px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
}

ul.emailer_steps li+li {
  margin-left: 1px;
}

ul.emailer_steps li.active a {
  background-color: #131533;
  color: #fff;
}

h2.main_head {
  color: #303030;
  font-size: 22px;
  margin: 10px 0 25px;
  font-weight: 600;
}

h2.top_head {
  color: #303030;
  font-size: 20px;
  margin: 10px 0 25px;
  font-weight: 600;
  display: none;
}

/* .select_type_block {height: calc(100vh - 170px);} */
.choose_action .card-box {
  border-radius: 5px;
  border: 1px solid #efeeee;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.choose_action .card-box.active,
.choose_action .card-box:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #1b74fc;
  cursor: pointer;
}
.choose_action .card-box:hover h5{color: #0756a5;}

.choose_action .card-box p {
  font-size: 13px;
  color: #303030;
  margin: 0;
  line-height: 22px;
  min-height: 44px;
}

.choose_action .card-box h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.block_cover {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0px 20px;
}

h4.tophead {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}

.search-input .form-control {
  border-radius: 3px!important;
  border: solid 1px rgba(19, 21, 51, 0.13)!important;
  background-color: #f7f7f7!important;
  height: 42px !important;
  padding-left: 34px !important;
  font-size: 13px !important;
}

.search-input i {
  position: absolute;
  left: 10px;
  font-size: 18px;
  top: 13px;
  color: rgba(51, 92, 93, 0.5);
}

.form-group.showData {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.showData select.form-control {
  background-image: url(../images/down-arrow.png);
  position: relative;
  background-position: calc(100% - 7px) center;
  background-size: 10px;
  background-repeat: no-repeat;
  border-radius: 5px !important;
  border: solid 1px #33475d !important;
  height: 40px !important;
  margin: 0 10px;
  display: inline-block;
  width: 50px;
  color: #0756a5;
  padding: 8px 0 8px 10px !important;
  font-size: 13px !important;
  background-color: #fff !important;
}

.common_table .table thead th:first-child {
  border-top-left-radius: 5px;
}

.common_table .table thead th:last-child {
  border-top-right-radius: 5px;
}

.common_table .table thead th {
  background-color: rgba(7, 86, 165, 0.05);
  border: 0;
  white-space: nowrap;
  font-weight: 600;
}

.common_table .table tbody td {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  line-height: 22px;
}

.common_table .table tbody tr:last-child td {
  border: 0
}

.filter_block {
  border: 1px solid #0756a5;
  border-radius: 5px;
  min-height:348px;
  position: sticky;
  top: 190px;
  width:100%
}

.filter_block h5 {
  font-size: 15px;
  color: #fff;
  margin: 0;
  background: #0756a5;
  padding: 14px 10px;
}

.filter_content_part {
  padding: 30px 10px 40px;
}

ul.selectto_lisiting li i {
  font-size: 13px;
  padding-left: 5px;
  vertical-align: text-bottom;
}

ul.selectto_lisiting li {
  display: inline-block;
  border-radius: 80px;
  background-color: rgb(48, 48, 48, 0.1);
  padding: 8px 12px;
  color: #303030;
  font-weight: 500;
  font-size: 11px;
  margin: 0px 4px 15px;
}

.filter_content_part .checkmark {
  top: 2px;
  height: 14px;
  width: 14px;
}

.filter_content_part .custom_checkbox {
  padding-left: 28px;
}

.filter_content_part h6 {
  color: #0756a5;
  position: relative;
  font-size: 14px;
}

.filter_content_part h6:before {
  position: absolute;
  bottom: -8px;
  background-color: #0756a5;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
}

.registration_list ul {
  border-radius: 5px;
  border: solid 1px rgba(48, 48, 48, 0.4);
}

.registration_list ul li {
  padding: 8px 12px;
  font-size: 13px;
}

.registration_list ul li.active {
  background-color: rgba(7, 86, 165, 0.1);
  color: #0756a5;
}

#accordion .card-header h5 .custom_checkbox {
  font-size: 15px;
  margin: 0;
  padding-left: 30px;
}

#accordion .card-header h5 .checkmark {
  top: 1px;
}

#accordion .card-header {
  background-color: transparent;
  border-bottom: 1px solid #b5b4b4;
}

#accordion .card-body {
  border-bottom: 1px solid #e2dfdf;
  padding-top: 10px;
}

#accordion .card-body input.form-control {
  border-radius: 2px;
  border: solid 1px rgba(7, 86, 165, 0.1);
  background-color: #ffffff;
  height: 40px;
  font-size: 14px;
  border-radius: 3px;
}

input.form-control.custom-input {
  border-radius: 5px;
  border: solid 1px #707070;
  background-color: #fff;
  height: 42px;
}

label.form-label {
  color: #28323b;
  font-size: 14px;
}

.login_block h2 {
  color: #28323b;
  font-size: 28px;
}

.login_block h6 {
  color: #0756a5;
  font-size: 14px;
  font-weight: 400;
}

.login_block,
.loginSide_image {
  padding: 20px 80px;
  display: flex;
  height: 100vh;
  align-items: center;
}

.loginSide_image figure {
  max-width: 330px;
  margin: 0 auto;
}

.loginSide_image label {
  color: #ffffffcf;
  font-size: 20px;
  font-weight: 100;
  margin: 0;
}

.login_block {
  width: 55%;
}

.loginSide_image {
  width: 45%;
  background-image: url(../images/login_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion_arrow {
  font-size: 17px;
  color: #121533;
  top: 1px;
  position: relative;
}

/************ After Development ****************/
.dataTables_filter label {
  color: #fff;
}

.dataTables_filter .search-input i {
  top: 32px;
}

.dataTables_length {
  float: right;
  padding-top: 21px;
}

.dataTables_filter {
  width: 50%;
}

.dataTables_paginate span a {
  background: #fff;
  color: #0d56a5 !important;
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 11px;
  padding: 1px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #0d56a5;
}

.dataTables_paginate span a.current {
  background: #0d56a5;
  color: #fff !important;
  border: 2px solid #0d56a5;
}

.dataTables_paginate a {
  color: #0d56a5 !important;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 0 10px;
}

.dataTables_paginate {
  float: right;
}

.filter_content_part .ms-options-wrap button {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px 24px 10px 10px;
}

.filter_content_part .ms-options-wrap ul li label input[type="checkbox"] {
  left: 10px;
  top: 12px;
}

.filter_content_part .ms-options-wrap ul li label {
  padding-left: 32px !important;
}

.filter_content_part .ms-options-wrap .ms-options a.ms-selectall.global {
  margin: 10px 10px 0px;
  text-transform: capitalize;
}

.filter_content_part .ms-options-wrap .ms-options .ms-search input {
  padding: 5px 10px;
  font-size: 12px;
}

.tablecolumnLimit table thead tr th:first-child {
  width: 300px !important;
}

.tablecolumnLimit table thead tr th:nth-child(2) {
  width: 650px !important;
}

/* .tablecolumnLimit table thead tr th:nth-child(3){width:100px!important;}
.tablecolumnLimit table thead tr th:last-child{width:100px!important;} */
.tablecolumnLimit.common_table .table tbody td {
  white-space: normal;
}

.dt-buttons {
  float: right;
  padding: 24px 0 0;
}

ul.steps_lists {
  min-width: 500px;
}

ul.steps_lists li {
  width: calc(20% - 3px);
  display: inline-block;
}

ul.steps_lists li .stepblock span {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #33475d;
  display: inline-block;
  position: relative;
  background: #fff;
}

ul.steps_lists li.active-step .stepblock span:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #0756a5;
  border-radius: 100%;
  left: 4px;
  top: 4px;
}

ul.steps_lists li .stepblock:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: #33475d;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

ul.steps_lists li:last-child .stepblock:before {
  height: 0;
}

ul.steps_lists li.active-step.completed .stepblock span:after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
  top: 9px;
  left: 15px;
}

.stepblock label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  width: 210px;
}

li.active-step .stepblock label {
  color: #0756a5;
  font-weight: 600;
}

button.buttons-csv {
  border-radius: 5px;
  background-color: #0d55a5;
  color: #fff;
  border: none;
  min-width:70px;
  height: 35px;
  cursor: pointer;
}

td.dataTables_empty {
  text-align: center;
}

.dataTables_paginate span.ellipsis {
  margin: 0 0 0 10px;
}

footer {
  background-color: #ededed;
  padding: 17px 30px 12px;
  font-size: 14px;
  z-index: 100;
  position: relative;
}

footer ul li.foot-icon a {
  line-height: 28px;
  display: block;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  background-color: #28323b;
  text-align: center;
  color: #fff;
}

.stepsbar-fixed {
  position: fixed;
  top: 55px;
  width: calc(100% - 240px);
  left: 240px;
  padding: 18px 20px 40px;
  z-index: 10;
  background-color: #fff;
  border-bottom: 2px solid rgba(51,71,93,0.02);
}

button.buttons-csv span i{position: static;color: #fff;font-size: 12px;padding: 0 0 0 5px;}
.templates-tab .nav-pills .nav-link{
  color:#28323b;
  border-radius: 3px;
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  cursor: pointer;
}
.templates-tab .nav-pills .nav-link.active, .templates-tab .nav-pills .show>.nav-link, .templates-tab .nav-pills .nav-link:hover
{
  background-color:rgba(7,86,165,0.1);
  color:#0756a5;
  border:1px solid #0756a5;
}

ul.template_list li {
  display: inline-block;
  margin:0 20px 40px 0px; 
  width: calc(25% - 23px);
  position:relative;
  vertical-align: top;
}

/* #pills-defaulttemp ul.template_list li {
  width: calc(18% - 23px);
} */

ul.template_list li h5{color:#131533;font-size:15px;text-align:center;margin:10px 0 0;word-break: break-all;}
ul.template_list li:hover .temp_actions{opacity:1;visibility:visible;transition:400ms;}
.temp_actions {
  position: absolute;
  top: 0;
  left: 0;
  height:170px;
  width: 100%;
  background-color: #131533;
  padding:20px;
  opacity:0;
  visibility:hidden;
  transition:400ms;
}

.action_text{color:#fff!important;font-size:14px;text-decoration:none!important;}
td.action-btns i {position: static;color: #fff;font-size:11px;}
a.editbtn{background-color: #ecbd11;}
td.action-btns a{min-width: 25px;display: inline-block;border-radius: 3px;text-align: center;}
a.copybtn{background-color: #10b510;margin: 0 2px;}
a.start-campaign{background-color: #10b510;margin: 0 2px;}
a.deletebtn{background-color:#ff0000;}
a.previewBtn{background-color: #1299d0;margin: 0 2px;}
.template-body .dataTables_filter {width: 35%;}
ul.template_list li figure{ height:240px;overflow-y:auto;position: relative; }
ul.template_list li a{ line-height: 34px;}
.btn.btnlightblue {
  background-color: rgba(7,86,165,0.1);
  color: #0756a5;
  font-size: 13px;
  font-weight: 500;
}
.bootbox .btn-primary{background: #0756a5;}
.bootbox .close {color: #0756a5;opacity: 1;padding: 5px 12px;}
.bootbox .modal-header, .bootbox .modal-footer{border:0;justify-content: center;}
.bootbox .btn {font-size: 14px;min-width: 110px;}
.no-js #loader {display: none;}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/gc-loader.gif) center no-repeat #fff;
}
.clearall.custom_checkbox .checkmark:after{
    left: 7px;
    top: 5px;
    width: 0px;
    height: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/****** Choose file css ******/
.file-upload{    display: inline-block;text-align: center;font-size: 12px;min-width: 272px;vertical-align: top;max-width: 272px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;width: calc(100% - 92px);vertical-align: top;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#0756a5;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#0756a5;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #000;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#000;color:#fff;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
/**********************/

a.delbtntxt {
  background-color: rgba(255,118,47,0.3);
  color: #ff762f;
  padding: 2px 8px;
  font-size: 11px;
  text-decoration: none!important;
  font-weight: 500;
}
a.delbtntxt i {
  color: #ff762f;
}
button.close.crossIcon {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #0756a5;
  opacity: 1;
}
td.action-btns a.btnlightblue.btn {
  font-size: 11px;
  text-decoration: none!important;
  padding: 4px 8px;
}
td.action-btns a.btnlightblue.btn i{
  color: #0756a5;
}
td.action-btns a.greenbtn{
  background-color: rgba(16,181,16,0.2);
    color: #10b510;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    text-decoration: none!important;
}
td.action-btns a.greenbtn i{ color: #10b510;}
.choose_action .card-box {
  margin: 0 0 20px;
}

.tablecolumnLimit.common_table .table.column-wrap tbody td {
  white-space: nowrap;
}

td.action-btns a.campaign-history.greenbtn {
  background-color:rgba(255,193,7,0.2);
  color: #ffc107;
}

td.action-btns a.greenbtn.campaign-history i {
  color: #ffc107;
}

.chart {
  text-align: center;
  position: relative;
  top: 45px;
}

.chart canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  height: 150px!important;
  width: 150px!important;
}
/* .chart:before{
  content: ' ';
  position: absolute;
  top:0;
  left: 0;
  height: 160px!important;
  width: 160px!important;
  border: 10px solid blue; */
/* } */
.chart-box {
  margin: 0px 50px;
}
.processLoader{
  position: relative;
}
.animLoader{
  position: absolute;
  left: 50%;
  width: 80px;
  top: 50%;
  display: block;
  z-index: 1052;
  transform: translate(-50% , -50%);
}
.processLoader::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1051;
}
select.select-arrow {
  background-image: url(../images/down-arrow.png);
  position: relative;
  background-position: calc(100% - 7px) center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.block-wrapper {
  padding: 30px 60px;
  border-radius: 4px;
  box-shadow: 0 0 20px #ddd;
}

span.btn-toggle {
  left: 260px;
  position: absolute;
  top: 22px;
  cursor: pointer;
  width: 26px;
  text-align: center;
  }
  span.btn-toggle b {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  }
  span.btn-toggle b:before, span.btn-toggle b:after {
  content: '';
  position: absolute;
  width: 20px;
  background-color: #fff;
  height: 2px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  }
  span.btn-toggle b:after {
  top: 6px;
  }

aside {
  position: fixed;
  left: 0;
  top:0;
  width: 240px;
  background-color: #1256a5;
  height:100%;
  z-index: 100;
  transition:0.5s;
}
/*ul.side-menu-list {height: calc(100vh - 85px);overflow-y: auto;}*/
ul.side-menu-list>li>a{font-size:13px;color: #fdfdfe;padding: 12px 0px 12px 20px;display: flex;align-items: center;text-decoration:none;}
ul.side-menu-list>li>a.active,ul.side-menu-list>li>a:hover{color:#fff; background-color: #0d3f8d;}
/* main{padding: 85px 0 0px 220px;} */
.submenu-list li a{color:#fff;font-size:13px;padding:10px 0px 10px 40px;;display:block;text-decoration:none;}
.toggle-arrow {font-size: 14px;position: absolute;right: 15px;}

.toggle-wrapper aside {left: -100%;transition:0.5s;}
.toggle-wrapper main {
  padding: 190px 0px 40px 0px;
}
.toggle-wrapper span.btn-toggle {
  left:20px;
}

.toggle-wrapper .stepsbar-fixed {
  left: 0px;
  width: 100%;
}

ul.submenu-list {
display: none;
    visibility: hidden;
}

ul.submenu-list.openmenu {
display: block;
    visibility: visible;
}

.campaign-box h4 {
  background-color: #F2F6FA;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.campaign-box-body{border:1px solid #ddd;border-top:0;padding:15px;}


.nav-pills .nav-link{    background-color: #F2F6FA;color: #000;border:1px solid #ddd;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0D56A5;
  border:1px solid #0D56A5;
}

.submenu-list li a:hover {
  font-weight: 600;
}

/* .common_table table thead tr{
  display: block;
}

.common_table table tbody{
  display: block;
  width: 100%;
  overflow: auto;
} */

/********* new ***********/

.box-body{border: 1px solid #ddd;padding:15px;border-radius:4px;}
.white-box{  border-radius: 4px;border: solid 1px rgba(112, 112, 112, 0.11);background-color: #ffffff;padding:20px 12px;}
.btn.btn-widget {
    border-radius: 4px;
    border: solid 1px #333;
    color: #333333;
    font-size: 13px;
    background-color: #fff;
    padding: 5px 10px;
}
.table-list li + li{border-top:1px solid #f2f2f2;}
.table-list li{padding:10px 15px;}
.template-view .btn{border-radius: 5px;box-shadow: 0 3px 6px 0 rgba(19, 21, 51, 0.16)!important;
background-color: #0756a5;color:#fff;font-size:14px;position: absolute;left: 50%;top: 50%;
transform: translate(-50% , -50%);padding:12px;}

.alltags-tabs .nav-pills .nav-link.active, .alltags-tabs .nav-pills .show>.nav-link{
background-color:transparent;color:#0756a5;border-bottom:2px solid #0756a5!important;font-weight:600;margin-bottom: -1px;}
.alltags-tabs .nav-pills .nav-link{color: #303030;border-radius:0;border:0!important;background-color:transparent;font-size:12px;}

.template-name-badge li{
  display: inline-block;
  padding: 5px 8px;
  background-color: #f9f7f7;
  border-radius: 5px;
  margin: 0px 10px 10px 0;
  font-size: 12px;
}

.selected-template-badge li{
  display: inline-block;
  padding: 5px 8px;
  background-color: #f9f7f7;
  border-radius: 5px;
  margin: 0px 10px 10px 0;
  font-size: 12px;
}

.toast {
  cursor: pointer;
  box-sizing: border-box;
  display: none;
  width: 100%;
  max-width: 640px;
  font-size: 0.825em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #ffffff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  transition: 0.2s ease-in;
}


/* SMART EMAIL FOR CHRISTMAS PAGE CSS*/

.email-template-wrapper{
  margin: 20px;
  border: 1px solid #EFEFEF;
  font-family: "Poppins",sans-serif;
  border-radius: 5px;
  padding-bottom: 30px;
}

.email-template-wrapper .top-content{
  padding: 25px 20px 15px 20px;
}
.email-template-wrapper .top-content p{
  margin-bottom: 0;
}
.email-template-wrapper .top-content span{
  font-size: 16px;
  color: #333333;
}
.email-template-wrapper .top-content span:last-child{
  font-weight: 600;
}

.email-sent-para{
  padding: 15px 20px;
  background: #022A52;
}
.email-sent-para p{
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}

.email-template-tab-wrapper{
  padding: 0px 15px;
}
.email-template-tab-wrapper{
  margin: 25px 0;
}
.email-template-tab-wrapper .nav-tabs{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-bottom: 0;
}

.email-template-tab{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px;
  box-shadow: 0px 3px 6px #00000029!important;
  border-radius: 5px!important;
  background-color: #fff!important;
  height: 80px;
  min-width: 315px;
}
.email-template-tab img{
  max-width: 100%;
}

.email-template-tab p{
  color: #303030;
  min-height: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.email-template-tab.nav-link.active{
  color: #303030!important;
  box-shadow: 0px 3px 6px #00000029!important;
  border: 2px solid #0756A5!important;
  border-radius: 5px;
}

.email-template-tab.nav-link.active p{
  font-weight: 600;
}

nav .br{
  height: 1px;
  background-color: rgba(51, 71, 93, 0.5);
  width: 100%;
  margin: 5px 0;
}
.tab-content-body{
  /* padding: 0 20px; */
  margin: 0;
  /* display: grid; */
  /* grid-template-columns: repeat(2,1fr); */
  /* gap: 10px; */
}
.tab-content-header{
  padding: 20px;
}
.tab-content-header-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-content-header .tophead{
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.tab-content-header .btn.btnmedium.btnblue{
  min-width: unset;
}

.left-tab-gift-box {
  padding: 13px;
  border: 1px solid #70707021;
  border-radius: 4px;
  margin-bottom: 32px;
}
.left-tab-gift-box .email-subject , .left-tab-gift-box .left-input-field{
  display: flex;
  align-items: center;
  padding: 8px 0 20px 0;
  gap: 10px;
  border-bottom: 1px solid rgba(51, 71, 93, 0.1);
}
.left-tab-gift-box .left-input-field{
  border-bottom: 0 !important;
}
.left-tab-gift-box .email-subject span , .left-tab-gift-box .left-input-field span{
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  min-width: 110px;
}
.left-tab-gift-box .email-subject input, .left-tab-gift-box .left-input-field input{
  border: 1px solid #EDEDED;
  border-radius: 5px;
  padding: 7px 10px;
  width: 100%;
}
.left-tab-gift-box .gift-type span{
  font-size: 12px;
  font-weight: 600;
}
.left-tab-gift-box .gift-type{
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gift-type-radio-btn{
  display: flex;
  align-items: center;
  gap: 20px;
}
.gift-type-radio-btn .form-check-inline{
  margin-right: 0;
}
.left-tab-content{
  padding-right: 5px;
}
.left-tab-content .btn.btnmedium.btnblue{
  padding: 13px 32px;
}
.left-tab-content .checkbox-wrapper{
  padding: 0;
}
.left-tab-content h3{
  font-size: 16px;
  color: #28323B;
  margin-bottom: 22px;
}
.right-tab-content{
  padding-left: 5px;
}
.select-top-box{
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.select-top-box-left{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}
.select-top-box-left .form-control{
  font-size: 14px;
  font-weight: 500;
}
.select-top-box-left span{
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}
.select-right-btn{
  border: 1px solid #0756A5;
  color: #0756A5;
  font-size: 12px;
  padding: 9px 13px;
  border-radius: 5px;
  background-color: #0756A510;
}
.right-tab-template-box{
  padding: 13px;
  border: 1px solid #70707021;
  border-radius: 4px;
}
.right-tab-template-box .img-wrapper{
  width: 100%;
}
.right-tab-template-box .img-wrapper img{
  max-width: 100%;
}
.checkbox-wrapper{
  padding: 0 20px;
}
.checkbox-top-all{
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(242, 246, 250, 0.9);
}
.checkbox-top-all label{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}
.checkbox-body-content{

}
.checkbox-body-content table{
  width: 100%;
}
.checkbox-body-content table{
  border: 1px solid rgba(112, 112, 112, 0.13);
  border-collapse: collapse;
}
.checkbox-body-content tr td div{
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.checkbox-body-content tr td label{
  margin-bottom: 0;
  font-size: 12px;
  color: #333333;
}
.checkbox-body-content{
  max-height: 215px;
  overflow-y: scroll;
}
.noEmailFoundClass{
  height: unset !important;
  overflow-y: unset !important;
}
.noEmailFoundClass .checkbox-row td{
  padding: 20px;
  text-align: center;
}
.checkbox-wrapper .btn.btnmedium.btnblue{
  margin-top: 25px;
}
.feature-div .card-box{
  padding: 20px 25px;
}
.feature-div .card-box .img-wrapper{
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:1375px) and (min-width:1023px){
  .feature-div .card-box{
    min-height: 230px;
  }
}
@media (max-width:991px){
  .left-tab-content{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .right-tab-content{
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab-content-header-content{
    align-items: start;
  }
}

@media (min-width:640px) {
.toast {
  border-radius: 5px;
  margin-bottom: 0.5em;
}
}
.toast--active {
  display: flex;
  -webkit-animation: slidein--bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: slidein--bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.toast--warning {
  background: #bf360c;
  color: white;
}
.toast--success {
  background: #43a047;
  color: white;
}
.toast__actions {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}
@media (min-width:640px) {
.toast__actions {
  flex-flow: row;
}
}
.toast__trigger {
  cursor: pointer;
  box-sizing: border-box;
  flex: 1;
  padding: 1em;
  margin: 1em;
  border: 0;
  background: tomato;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.2s ease;
}
.toast__trigger:hover {
  background: #ff3814;
}
.toast__container {
  box-sizing: border-box;
  padding: 0em 1em;
  position: fixed;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;

}
@media (min-width:640px) {
.toast__container {
  padding: 0 1em;
  z-index: 9999;

}
}
@media (min-width:1024px) {
.toast__container {
  left: initial;
  right: 0;
  z-index: 9999;
}
}
.toast__icon {
  height: 60px;
  width: 60px;
  box-sizing: border-box;
  padding: 1em;
  display: none;
  align-items: center;
  justify-content: center;
}
.toast__icon svg {
height: 100%;
}
@media (min-width:640px) {
.toast__icon {
  display: flex;
}
}
.toast__icon ~ .toast__content {
padding: 1em;
}
@media (min-width:640px) {
.toast__icon ~ .toast__content {
  padding: 1em 1em 1em 0;
}
}
.toast__content {
box-sizing: border-box;
padding: 1em;
}
.toast__content h2 {
  margin: 0 0 0.25em 0;
  padding: 0;
  font-size: 1.2em;
}
.toast__content p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

@-webkit-keyframes slidein--bottom {
  0% {
     opacity: 0;
     transform: translateY(100%);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

@keyframes slidein--bottom {
  0% {
     opacity: 0;
     transform: translateY(100%);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

a.tagsBtn{
  background-color: orange;
  margin: 0 2px;
}

ul#default-tag-ul li, ul#personalised-tag-ul li, ul#default-existing-tags-ul li, ul#personalised-existing-tags-ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 4px 4px 8px;
}

.modal-dialog {
  margin: 4rem auto;
}

.temp_actions .btn {
  min-width: 100px;
  height: 38px!important;
}

.thumbnail-menu i {
  position: static;
  color: #fff;
  font-size: 22px;

}

.thumbnail-menu {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 1;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

ul.template_list li:hover .thumbnail-menu{
  opacity: 1;
  visibility: visible;
}

.thumbnail-menu>ul {
  position: absolute;
  right: 15px;
  top: 36px;
  background-color: #fff;
  min-width: 130px;
  border-radius: 3px;
  box-shadow: 0 0 5px #777;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.thumbnail-menu>ul>li {
  font-size: 12px;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 6px 10px 6px;
}
    
.thumbnail-menu:hover ul.actionList{
  opacity: 1;
  visibility: visible;
}

li.add-new-template {
  border: 2px dotted #ccc;
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  height:170px;
}

button.addnewbtn {
  border: 0;
  background-color: transparent;
  font-size: 13px;
  max-width: 88px;
  cursor: pointer;
  color: #777;
  }

button.addnewbtn i {
  position: static;
  display: block;
  margin-bottom: 10px;
}

span.advanced-tooltip:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 15px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

ul.template_list li:hover span.advanced-tooltip, td:hover span.advanced-tooltip {
  opacity: 1;
  visibility: visible;
}

td{
  position: relative;
}

span.advanced-tooltip {
  position: absolute;
  font-size: 11px;
  background-color: #fff;
  box-shadow: 0 0 5px #777;
  padding: 3px 5px;
  border-radius: 4px;
  bottom: -5px;
  z-index: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  left: 8px;
}

.actionList li:hover {
  background-color: #f1f1f1;
}

ul.template_list li.selected-temp figure img {
  border: 2px solid #131533;
}

#campaign-list-ul li div:first-child {
  width: 55%;
}
#campaign-list-ul li div:nth-child(2) {
  width: 15%;
}
#campaign-list-ul li div:nth-child(3) {
  width: 15%;
}
#campaign-list-ul li div:nth-child(4) {
  width: 15%;
}
.btn.btn_sm {
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 12px;
  padding:7px 10px;
}

.common_table .table.table-last-td-border tbody td {
  border: 1px solid #ddd!important;
  vertical-align: middle!important;
  padding: 5px .75rem;
}
.common_table .table.table-last-td-border thead th {border-right: 1px solid #ececec!important;}
.common_table .table.table-last-td-border tbody tr:first-child td{border-top: 0!important;}

.filtericon {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.filterbox {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 8px 12px;
  position: absolute;
  white-space: nowrap;
  top: 50px;
  left: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  width: 260px;
  display: none;
}
.filter-audience .filterbox {
  opacity:1;overflow: visible;
  transition: 0.5s;
  display: block;
}
.filter-audience .common_table{
  width: calc(100% - 275px);
  transition: 0.5s;
  margin-left: auto;
}
.filterbox select.form-control {
    font-size: 12px;
    height: 32px!important;
    padding: 6px 25px 6px 8px;
    border-radius: 5px;
    border: solid 1px #ededed;
}
.filtericon img:last-child{display: none;}
.filter-audience .filtericon img:last-child{display: inline-flex;}
.filter-audience .filtericon img:first-child{display: none;}
ul.tagsLists {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 3px;
  overflow-y: auto;
  max-height: 120px;
}
ul.tagsLists li {
  border-bottom: 1px solid #f2f2f2;
  padding: 4px 10px;
}
ul.tagsLists li:hover {
  background-color: #f5f5f5;
}
input.form-control.input-sm {
  font-size: 13px;
  border-radius: 4px;
  padding: 6px 8px;
}
.btn.btn_sm:hover , .btn.btn-widget:hover{
  background-color: rgba(7,86,165,0.1)!important;
  border: 1px solid rgba(7,86,165,0.1);
}
#add-more-contacts.btn.btn_sm:hover{background-color:#084480!important;border: 1px solid #ddd;}

.ms-options-wrap button {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

div.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
  top: 12px;
}

.ms-options-wrap {
  font-size: 12px;
}

.ways-to-raise .white-box:hover, .ways-to-raise .white-box.active{
  border: solid 1px #0756a5;
  background-color: rgba(7, 86, 165, 0.04);
  cursor: pointer;
}

.ways-to-raise .white-box:hover h6, .ways-to-raise .white-box.active h6{ color: #0756a5;}
select.form-control.input-sm {
  font-size: 13px;
  border-radius: 4px;
  padding: 6px 8px;
  height: auto!important;
}
.ways-to-raise .white-box figure img:last-child{display: none;}
.ways-to-raise .white-box:hover figure img:last-child, .ways-to-raise .white-box.active figure img:last-child{display: inline-block;}
.ways-to-raise .white-box:hover figure img:first-child,.ways-to-raise .white-box.active figure img:first-child{display: none;}

.more-amount-div span{
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}

.more-rec-amounts-div span{
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}
#amtDiv span{
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}

ul.submenu-list>li>a.active, ul.submenu-list>li>a:hover {
  color: #fff;
  background-color: #154896;
}

.white-box ul.actionList {
  min-width: 65px;
}

.white-box .thumbnail-menu i {
  font-size:16px;
}

.white-box .thumbnail-menu>ul>li {
  font-size:11px;
      padding: 4px 10px 4px;
}

.sendchoice-modal .modal-header {
  padding: 16px 22px;
}
.sendchoice-body-top-para {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #181818;
  margin: 0 0 15px 0;
  text-align: left;
}
.sendchoice-body {
  padding: 16px 22px
}
.sendchoice-body .sendchoice-white-box {
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.11);
  background-color: #FFFFFF;
  padding: 17px 20px 14px 20px;
  min-height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
  color: #000000;
}
.sendchoice-body .sendchoice-white-box h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.sendchoice-body .sendchoice-white-box:hover,
.sendchoice-body .sendchoice-white-box.active {
  border: solid 1px #0756A5;
  background-color: rgba(7, 86, 165, 0.04);
  cursor: pointer;
}
.sendchoice-body .sendchoice-white-box:hover h6,
.sendchoice-body .sendchoice-white-box.active h6 {
  color: #0756A5;
}

@media(max-width:767px){
  .email-template-wrapper .top-content{
    padding: 10px;
  }
  .email-template-wrapper .top-content span{
    font-size: 10px;
  } 
  .email-sent-para{
    padding: 10px;
  }
  .email-sent-para p{
    font-size: 13px;
    line-height: 20px;
  }
  .tab-content-header-content{
    flex-direction: column;
    gap: 15px;
  }
  .left-tab-gift-box .email-subject , .left-tab-gift-box .left-input-field{
    flex-direction: column;
    align-items: start;
  }
  .left-tab-gift-box .gift-type{
    flex-direction: column;
    align-items: start;
  }
  .gift-type-radio-btn{
    flex-direction: column;
    align-items: start;
  }
  .select-top-box{
    flex-direction: column;
    align-items: start;
  }
  .select-top-box-left .form-control{
    width: 100%;
  }
  .select-top-box-left{
    width: 100%;
  }
}