.cntr {
  margin: auto;
  display: flex;
  justify-content: space-between;

}

.btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
}
.btn-radio:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.btn-radio svg {
  fill: none;
  vertical-align: middle;
}
.btn-radio svg circle {
  stroke-width: 2;
  stroke: #C8CCD4;
}
.btn-radio svg path {
  stroke: #008FFF;
}
.btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.btn-radio input {
  display: none;
}
.btn-radio input:checked + svg path {
  transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.btn-radio span {
  display: inline-block;
  vertical-align: middle;
}


.profile-image {
  width: 86px !important;
  height: 88px;
  padding: 1px;
  border-radius: 10px;

}

.paratext-popup {
  font-size: 15px;
  margin-top: 1px;
}





.fb-icon {

  font-size: 20px;
}

.twt-icon {
  font-size: 20px;

}

.main-popup {
  min-height: 100% !important;

  padding-top: 5px;
  
  padding-left: 5px;

  padding-right: 5px;
  border-radius: 10px;
  box-shadow: 1px 6px 10px 2px rgba(0,0,0,0.2);


}

.card-body-custom h5{

  margin-top: -7px;
}





.button-section i {

  margin-bottom: 7px;
  padding-right: 8px;

}


.emailOptin {

   margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    padding: 5px;


}

.popup-btn {
  box-shadow: 0 0 0 0 #ccc;
}

.button-section {
  padding-right: 5px!important;
}

.icon-color {
  color: #FF0200;
}

.icon-big {
  font-size: 24px;
}

/*Editor CSS override*/
.note-editor.note-frame {
  border: 1px solid #e3e3e3 !important;
  margin-top: 5px;
}

.note-btn-group .note-btn {
    border: none;
    /* background: #fff; */
    box-shadow: none;
    padding: 10px;
}

.note-toolbar {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  border: none !important;
}

.note-toolbar button {
  font-size: 12px !important;
}

.note-current-fontname {
  color: #1d2336 !important;
}

.dropdown-fontname a span {
  color: #1d2336 !important;
  font-size: 14px !important;
}

.note-popover .popover-content .dropdown-menu.note-check a i, .card-header.note-toolbar .dropdown-menu.note-check a i {
  color: #1d2336 !important;
}

.note-popover .popover-content .dropdown-menu, .card-header.note-toolbar .dropdown-menu {
  min-width: 180px !important;
}

.smallHeighEditor .note-editor {
  /*height: 200px;*/
  /*max-height: 100%;*/
}

.note-current-fontsize {
  color: #1d2436 !important;
} 
/*End Editor css*/

/*Color picker css*/
..color-picker-view .sp-replacer {
    margin: 0 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    padding: 9px 9px !important;
    background: #eee !important;
    color: #333 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
    height: 40px !important;
    width: 100% !important;
    box-shadow: none !!important;
}

.sp-container {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 6px !important;
    border-top: 0px !important;
}

.sp-container button {
    background: #0ec152 !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    /* font-family: arial !important; */
    border: 0px !important;
}

.sp-palette .sp-thumb-el {
    /*width: 40px !important;*/
    /*height: 20px !important;*/
    width: 21px !important;
    height: 18px !important;
    margin: 0px 0px !important;
    border: solid 0px #d0d0d0 !important;
}

.sp-palette-container {
    float: none !important;
    border: none !important;
    width: 410px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.sp-top {
    display: none !important;
}

.sp-palette-row {
    width: 435px !important;
}

.sp-input {
    width: 100px !important;
    height: 35px !important;
    border: 1px solid #e3e3e3 !important;
}

.sp-palette-button-container, .sp-button-container {
    float: right !important;
    margin-right: 20px !important;
    margin-top: 7px !important;
}

.sp-picker-container {
    width: 100% !important;
}

.sp-input-container {
    float: left !important;
}

.sp-initial span {
    width: 30px !important;
    height: 33px !important;
}