body {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  padding: 0px;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2b2c2f;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #505152;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.login_bg {
  background: url(../images/lg_bg.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
}
.login_form {
  display: table;
  height: 100vh;
  vertical-align: middle;
}
.inner_loginform {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.inner_section {
  background: #1e1f22;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.6);
}
.inner_section img {
  height: 50px;
  margin-bottom: 25px;
}
.inner_loginform form {
  border-radius: 10px;
  background: #bfc1c2;
  padding: 30px;
  color: #000;
}
.inner_loginform .form-control {
  border-radius: 0px;
  height: 52px;
  font-weight: 600;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  color: #000;
}
.forgetlink {
  color: #fff;
}
.forgetlink:hover {
  color: #242143;
}
.fullbtn_black {
  background: #bc302d;
  width: 100%;
  border: none;
  padding: 12px 16px;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fullbtn_black:hover,
.fullbtn_black:focus,
.fullbtn_black:active {
  background-color: #bc302d !important;
  border: none;
}

/*------------- header nav area ---------------*/
.navbar.bg-dark {
  background: #1e1f22 !important;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.navbar-brand img {
  height: 50px;
}
.navbar-dark .navbar-nav .nav-link {
  padding: 25px 20px;
  font-weight: 600;
  color: #a6a6a6;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  background: #2b2c2f;
  color: #fff;
}

/*---------------- footer area ------------*/
.footer_bg {
  background: #1e1f22 !important;
  padding: 18px 0px;
}
.footer_bg p {
  color: #a6a6a6;
  margin: 0px;
  font-weight: 600;
}

/*------------------ start middle area leftsidebar ------------*/
.middle_area {
  background: #dcdcdc;
}
.leftsidebar {
  height: calc(100vh - 132px);
  background: #2b2c2f;
  overflow: auto;
  /* z-index: 3; */
  position: relative;
}
.leftsidebar .navbar {
  padding: 0px;
}
.leftsidebar .navbar ul {
  width: 100%;
}
.leftsidebar .navbar ul a {
  padding: 15px 15px;
  width: 100%;
  color: #9ea2ae;
  font-size: 14px;
  font-weight: 500;
}
.leftsidebar .navbar ul a[aria-expanded='true'],
.leftsidebar .navbar ul a:hover {
  background: #1e1f22;
  color: #fff;
}
.leftsidebar .navbar ul a i {
  float: right;
  margin-top: 5px;
}
.leftsidebar .navbar ul .inner_menu {
  width: 100%;
  background: #1e1f22;
  padding: 12px 0px;
  border-top: 2px solid #2b2c2f;
  border-bottom: 2px solid #2b2c2f;
}
.leftsidebar .navbar ul .inner_menu li {
  padding: 10px 20px;
}
.custom-control-label {
  color: #9ea2ae;
  font-weight: 500;
  padding-left: 10px;
}
.custom-radio .custom-control-label:before {
  width: 18px;
  height: 18px;
  border: #9ea2ae solid 2px;
  top: 3px;
  background: transparent;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: no-repeat 50% / 50% 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border: 2px solid #bf322e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 2px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  border: 2px solid #bf322e;
  background: #bf322e;
  border-radius: 50%;
  background-image: none !important;
  width: 10px;
  height: 10px;
  top: 7px;
  left: -19px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #fff;
}

/*--------------- right sidebar ------------*/
.rightsidebar {
  padding: 20px;
  height: calc(100vh - 132px);
  overflow: auto;
}
.dashboard_list {
  background: #2b2c2f;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  border: 3px solid #dcdcdc;
}
.dashboard_list:hover {
  border: 3px solid #fdbf26;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
.itemimage {
  height: 130px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.itemimage img {
  width: 100%;
  max-height: 100%;
  height: fit-content;
  object-fit: cover;
}
.image_text {
  padding-right: 0px;
}
.image_text h5 {
  color: #9ea2ae;
  font-weight: 600;
  font-size: 13px;
}
.image_text p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
.edit_delete .btn_border {
  color: #9ea2ae;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #9ea2ae;
  padding: 6px 15px;
  display: inline-block;
}
.edit_delete {
  margin-top: 20px;
}
.edit_delete .btn_border:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.big_image img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.sidenav {
  position: fixed;
  z-index: 1;
  top: 73px;
  left: 16.6%;
  width: 0px;
  padding: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  height: calc(100vh - 132px);
  background: #2b2c2f;
  overflow: auto;
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.4) inset;
}
.premium_image .form-control {
  background: #2b2c2f;
  border: 2px solid #505152;
  border-radius: 0px;
  min-height: 50px;
  color: #e0e0e0;
  padding: 10px 15px;
  font-weight: 500;
}
.btn_search {
  background: #1e1f22;
  border: 2px solid #505152;
  margin-left: 8px;
  border-radius: 0px;
  color: #bf322e;
  font-size: 23px;
  padding: 0 20px;
}
.btn_search:hover {
  background: #2b2c2f;
  color: #fff;
}
.image_list {
  padding: 0px 8px;
}
.image_list .col-md-4 {
  padding: 0 8px;
  margin-bottom: 20px;
}
.inner_listover {
  width: 100%;
  height: 130px;
}
.inner_listover img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: -webkit-fill-available;
  background: #1e1f22;
}
/* .hoverdiv {
  top: 0;
  width: 87%;
  height: 130px;
  background: #0000009e;
  position: absolute;
  opacity: 0;
} */
.image_list .col-md-4:hover .hoverdiv {
  opacity: 1;
}
.hoverdiv{padding: 8px 10px 0px;background: #1e1f22;}
.hoverdiv .custom-control-inline .custom-control-label {padding: 0px;margin: 0;}
.hoverdiv .custom-control-input{
    position: absolute;
    left: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    opacity: 0;
}
.hoverdiv .form-control {
    width: 20px;
    height: 20px;
    float: left;
    min-height: inherit;
    margin: 10px 0 0 0;
}
.hoverdiv .link_pixabay{
    float: right;
    color: #9ea2ae;
    font-size: 17px;
    line-height: 22px;
}
.hoverdiv .link_pixabay:hover{color:#b62f2c;}
.total_text {
  color: #fff;
  font-size: 15px;
}
.upload_image [type='file'] {
  height: 0;
  overflow: hidden;
  width: 0;
  display: none;
}
.upload_image [type='file'] + label {
  background: #2b2c2f;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 2px solid #505152;
  width: 100%;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.upload_image [type='file'] + label:hover,
.btn_remove:hover {
  background-color: #1e1f22;
}
.btn_remove {
  background: #2b2c2f;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px solid #505152;
  width: auto;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  float: right;
  margin-bottom: 30px;
}

.premium_image label {
  color: #e0e0e0;
  font-weight: 500;
  margin-bottom: 10px;
}
.text_style {
  color: #848891;
  border: 2px solid #4f4e53;
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 5px 0;
  font-size: 22px;
}
.text_style:hover {
  background: #1e1f22;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.all_fontstyle {
  margin: 0 -5px;
}
.all_fontstyle .col-md-2 {
  padding: 0px 5px;
}
.all_fontstyle a.active {
  background: #f8fafc;
  color: #000;
}
.premium_image .form-control.text_color {
  background: #000;
  cursor: pointer;
}
.opacity_slider .vue-slider-rail,
.opacity_slider .vue-slider:hover .vue-slider-rail {
  background-color: black;
}
.opacity_slider .vue-slider-process {
  background-color: #b62f2c !important;
}
.opacity_slider .vue-slider-dot-handle {
  background-color: #fff;
  border: 5px solid #ffffff !important;
}

.symbolselected .inner_listover {
  width: 100%;
  height: 100px;
}
.symbolselected .inner_listover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.symbolselected {
  height: 240px;
  overflow: auto;
}
/* .symbolselected .hoverdiv {
  height: 100px;
} */

/* -------------------- start canvas image area ----------------*/
.top_iconarea {
    margin: -20px;
}
.all_icon_list {
    width: 100%;
    background: #fff;
    padding: 12px 0;
    border-radius: 6px;
}
.all_icon_list ul {
    list-style: none;
    display: inline-block;
    background: #fff;
    margin: 0px;
    padding: 6px 0;
    float: right;
}
.all_icon_list ul li {
  display: inline-block;
  width: 30px;
  margin: 0 15px;
}
.all_icon_list ul li img {
  width: 100%;
}
.inner_image {
  width: 650px;
  height: 500px;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 4%;
  /* border-radius: 12px; */
  /* border: 1px solid #9ea2ae; */
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.inner_image img {
  width: 100%;
  height: 100%;
}
#disp_card {
  width: 650px;
  height: 500px;
  position: relative;
}

/*------------ vc-chrome  ---------------*/
.vc-chrome {
  width: 94% !important;
  background: #2b2c2f !important;
  padding: 3%;
  margin-top: 10px;
}
.color_picker i {
  color: #848891;
  font-size: 30px;
  margin: 18px 12px 7px 12px;
  float: right;
  cursor: pointer;
}
.color_picker i:hover {
  color: #fff;
}

.close-bar {
  color: white;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 20px 0 0;
}
.padding_leftright {
    padding-right: 0px;
}
/*------------ vue-flash-message ---------------*/

._vue-flash-msg-body {
  width: 30% !important;
  padding: 15px 20px !important;
  z-index: 9;
}
._vue-flash-msg-body._vue-flash-msg-body_error {
  border: 1px solid #a21313 !important;
  background-color: rgb(211, 46, 46) !important;
}
._vue-flash-msg-body._vue-flash-msg-body_error ._vue-flash-msg-body__content {
  border-left: 7px solid #a21313 !important;
}

._vue-flash-msg-body._vue-flash-msg-body_success {
  border: 1px solid #2d7914 !important;
  background-color: rgb(67, 166, 34) !important;
}

._vue-flash-msg-body._vue-flash-msg-body_success ._vue-flash-msg-body__content {
  border-left: 7px solid #2d7914 !important;
}

@media (max-width: 1200px) and (min-width: 1024px) {
  ._vue-flash-msg-body {
    width: 50% !important;
  }
  ._vue-flash-msg-body ._vue-flash-msg-body__content {
    padding: 0 15px !important;
  }
}

@media (max-width: 1023px) and (min-width: 320px) {
  ._vue-flash-msg-body {
    width: 90% !important;
  }
  ._vue-flash-msg-body ._vue-flash-msg-body__content {
    padding: 0 15px !important;
  }
}



.modal-content{background-color: #2b2c2f;}
.modal-header{
    background: #bf322e;
    color: #fff;
    border: none;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 80%);
    z-index: 1;
}
.modal-header .close{font-size: 2.35rem;padding: 6px 10px;color: #fff;font-weight: 100;}
.modal-body{padding: 0px;}
.modal-body .nav-tabs {border: none;background: #1e1f22;}
.modal-body .nav-tabs .nav-link {color:#848891;padding: 10px 10px;border: none;}
.modal-body .nav-tabs .nav-link.active, .modal-body .nav-tabs .nav-link:hover {
  color: #bf322e;
  background-color: #ffffff;
  border: none;
  font-weight: 700;
 }
button:focus{outline:none;}
.icon_width a{
    font-size: 20px;
    display: inline-block;
    padding: 0px 12px;
    color: #ababab;
    line-height: 40px;
    background: #1e1f22;
    border-radius: 27px;
    margin: 5px 0;
}
.icon_width a:hover{background: #000;color: #fff;}
.icon_width.left_icon a{margin-top: 31px;}
.icon_width.right_icon a{margin-top: 31px;}
.symbol_placed:hover .show_icon, .placed:hover .show_icon{ display: inline-block !important;}
.all_icon_list .input_width input{width: 100px;}
