/* custom Design */
.margin-top-60 {
  margin-top: 60px !important;
}

.margin-left-7 {
  margin-left: 7px;
}

.margin-right-10 {
  margin-right: 10px;
}

.pad-left-7 {
  padding-left: 7px;
  padding-right: 0px;
}

.pad-right-7 {
  padding-right: 7px;
  padding-left: 0px;
}

.pad-right-10 {
  padding-right: 10px;
  padding-left: 0px;
}

.pad-left-right-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.pad-right-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.pad-right-5 {
  padding-right: 5px;
}

.pad-left-5 {
  padding-left: 5px;
}

.padding-top-60 {
  padding-top: 60px;
}


/* Gallery image spinner */
.background-spinner {
  overflow: hidden;
  border-radius: 5px;
  height: 165px;
  margin-bottom: 4px;
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image {
  min-height: 100%;
  max-width: 100%;
}

.center-spinner {
  margin-top: 66.5px !important;
}

img.lazy {
  max-height: 250%;
  max-width: 250%;
  background-image: url("../images/spinner.gif") !important;
  background-repeat: no-repeat;
  background-position: center center;
}


.pad-top-15 {
  padding-top: 15px !important;
}

.pad-bottom-15 {
  padding-bottom: 15px !important;
}

.pad-right-only {
  padding-right: 7px;
}

.pad-left-only {
  padding-left: 7px !important;
}

.pad-top-30 {
  padding-top: 30px !important;
}

.pad-top-60 {
  padding-top: 60px !important;
}

.pad-bottom-30 {
  padding-bottom: 30px !important;
}

.pad-bottom-0 {
  padding-bottom: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.pad-md-0 {
  padding: 0px;
}

.pad-md-5 {
  padding: 5px;
}

.pad-md-10 {
  padding: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-5 {
  padding-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.pad-top-80 {
  padding-top: 80px;
}

.margin-top-20 {
  margin-top: 20px;
}

.organization-accordion {
  border: 1px solid #eee;
  margin-bottom: 5px !important;
}

.organization-accordion .panel-heading {
  background: #f9f9f9;
}

.organization-accordion h4 {
  color: #666666;
  font-size: 12px;
}

.center-block {
  float: none;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.box-shadow {
  box-shadow: 0px 0px 5px 1px rgba(217, 217, 217, 0.75);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(217, 217, 217, 0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(217, 217, 217, 0.75);
}

.errorlist {
  margin-bottom: -21px !important;
}

.sup {
  color: #EC5538;
  font-size: 14px;
}

.to-upper-case {
  text-transform: uppercase
}

.add-border {
  border: 1px solid #eee;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-error hr {
  border-top-color: #e4b9c0
}

.alert-error .alert-link {
  color: #843534
}


/* style for login page */
.login-title,
.signup-title {
  background: #151515;
  /* color: #EC5538; */
  color: #fff;
  padding: 20px;
  margin-bottom: 15px;
}

.login-form-box,
.signup-form-box {
  padding-top: 10px;
  padding-bottom: 30px;
}

/* .login-container, .signup-container{
  margin-top: 50px;
} */


/* The dashboard section */
.primary-bg {
  background: #f7fff7;
}

.white-bg {
  background: #f9f9f9;
}

.dashboard-img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 8px;
}

.dashbord-each-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 38px;
  padding-bottom: 38px;
  cursor: pointer;
  color: #fff;
  border-radius: 8px;
  min-height: 19vh;
}

.dashbord-each-container:hover {
  background: #00800ced;
  color: #fff;
  border-radius: 8px;
  transition-duration: 0.2s;
}

.dashbord-each-container p {
  font-size: 26px;
  font-weight: 600;
}

.dashbord-each-container i {
  font-size: 25px;
  margin-bottom: 15px;
}

.dashbord-add-button {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 43px;
  cursor: pointer;
  color: #222;
  margin-bottom: 30px;
  border-radius: 3px;

}

.dashbord-add-button:hover {
  background: rgba(56, 177, 67, 0.7);
  color: #fff;
  border-radius: 3px;
}

.dashbord-add-button i {
  font-size: 35px;
  margin-bottom: 15px;
}

.ultimate-section {
  min-height: calc(110vh - 120px);
  /* height: 750px; */

}

#dashboard-section {
  /* min-height: calc(100vh - 120px); */
  background-color: rgba(47, 82, 40, 1);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -40px;
}

#transparent-bg {
  background-color: rgba(245, 245, 245, 0.57);
  min-height: calc(110vh - 120px);
  padding-top: 90px !important;
}

#translucent-bg {
  background-color: rgba(245, 245, 245, 0.95);
  min-height: calc(110vh - 120px);
  padding-top: 90px !important;
}

#ecnx-map {
  min-height: 250px;
}

.invalid-feedback {
  display: none;
  color: red;
}

.transparent-each-dashboard {
  background-color: rgba(0, 0, 0, 0.65);
}


/* Custom upload button */
.iconUpload input[type="file"] {
  display: none;
}

.cropitIconUpload input[type="file"] {
  display: none;
}

.importantCropitCustomIconUpload {
  background: #fff;
  opacity: 1;
  z-index: 999;
  border-radius: 0px 0px 3px 3px;
  padding: 2px 10px;
  color: #fff;
  text-align: center;
  cursor: default;
  width: 170px;
}

.cropitCustomIconUpload {
  background: #38b143;
  opacity: 1;
  z-index: 999;
  border-radius: 0px 0px 3px 3px;
  padding: 2px 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 220px;
}

.cropitCustomIconUploadTeam,
.cropitCustomIconUploadEvent {
  background: #38b143;
  opacity: 1;
  z-index: 999;
  border-radius: 0px 0px 3px 3px;
  padding: 2px 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 460px;
}

.team_image_caption {
  padding-left: 25%;
  padding-top: 30px;
  padding-bottom: 10px;
}

.event_image_caption {
  padding-left: 11%;
  padding-bottom: 10px;
  padding-top: 0px;
}


.team_logo_caption {
  padding-left: 28%;
  padding-top: 30px;
  padding-bottom: 10px;
}

.add-team-logo {
  cursor: pointer;
}

.customIconUpload {
  background: transparent;
  /* background: #38b143; */
  opacity: 1;
  z-index: 999;
  border-radius: 4px;
  padding: 7px 10px;
  color: #fff;
  cursor: pointer;
  /* float: left;
  margin-left: 12px; */
}

.customIconUpload:hover {
  opacity: 1;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.official-icon {
  font-size: 30px;
}

.official-icon-reset {
  font-size: 16px;
  color: #38b143;
}

.official-reset-button {
  margin-top: 7px;
}

.add-official-icon {
  font-size: 45px;
  color: #666666;
}

.change-profile-pictures {
  background: #38b143;
  color: #fff;
  border: 2px solid #38b143;
  width: 170px;
  text-align: center;
}

.image_file,
.image_file_org,
.image_file_player,
.add-team-logo,
.view-team-logo,
.add-image-file-player,
.add-image-org,
.add-image-file {
  width: 170px;
  height: 170px;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 3px;
}

.form-image {
  max-width: 100%;
}


.add-image-team,
.add-image-event,
.add-image-fixture,
.add-image-event-view {
  border: 2px solid #fff;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
  padding: 0px;
}

.add-image-team img,
.add-image-event-view img,
.add-image-event img,
.add-image-fixture img {
  width: 100%;
  border-radius: 3px;
}

.view-image-team {
  border: 2px solid #fff;
  background: #fff;
  cursor: default;
  border-radius: 3px;
  padding: 0px;
}

.view-image-team img {
  height: 100%;
  width: 100%;
  border-radius: 3px;

}


.control-boxex {
  list-style: none;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 0px;
}

.control-boxex>li>a {
  color: #fff;
}

.nextOne {
  right: 42px;
  left: auto;
  position: fixed;
  background: #38b143;
  opacity: 0.8;
  top: 88%;
  bottom: 0;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  z-index: 999;
  margin-bottom: 0px;
  cursor: pointer;
}

.nextOne:hover {
  opacity: 1;
}

.nextOne i {
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  margin-top: 33%;
}

.navbrand-brand {
  font-size: 23px !important;
}

.nextType {
  right: 42px;
  left: auto;
  position: fixed;
  background: #38b143;
  opacity: 0.8;
  top: 80%;
  bottom: 0;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  z-index: 999;
  margin-bottom: 0px;
  cursor: pointer;
}

.nextType:hover {
  opacity: 1;
}

.nextType i {
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  margin-top: 33%;
}

.callapse_title {
  cursor: pointer !important;
}

.delete-button {
  /* color: #d9534f; */
  color: #fff;
  font-size: 15px;
}

.margin-top-8 {
  margin-top: 8px;
}

.delete-button-container {
  padding: 1px 5px 2px 5px;
  position: absolute;
  bottom: 25px;
  left: 20px;
}

.delete-player-button,
.delete-event-button,
.delete-fixture-button,
.delete-metadata-button {
  padding: 1px 5px 2px 5px;
  position: absolute;
  bottom: 20px;
  left: 23px;
}

.view-gallery-image-admin {
  padding: 1px 5px 2px 5px;
  position: absolute;
  top: 20px;
  right: 23px;
}

.delete-metadata-img {
  padding: 1px 5px 2px 5px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 9999;
}

.delete-organization-button,
.delete-team-button {
  padding: 1px 5px 2px 5px;
  position: absolute;
  bottom: 16px;
  left: 20px;
}

.margin-top-5 {
  margin-top: 5px;
}

.location_desc {
  border-top: 0px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  background: #fff !important;
  border-radius: 0px 0px 4px 4px;
}

.location_desc:focus,
.location_desc:active,
.location_desc:hover {
  border: 1px solid #eee;
  background: #fff !important;
}

.add_team_padding {
  padding-left: 7px;
  padding-right: 15px;
}

.disableMapClick {
  pointer-events: none
}

.delete-header {
  background: #a6a6a6;
}

.modal-delete {
  background: #f0f0f0;
}

.modal-delete p {
  font-size: 18px;
}

.modal-delete .btn-danger {
  padding: 4px 20px 4px 20px;
  animation: vex-pulse 1.1s infinite;
}

.delete-cancel {
  background: #e0e0e0;
  color: #999999;
  border: #e0e0e0 1px solid;
  margin-right: 15px;
}

.delete-cancel:hover {
  background: #e4e3e3;
  border: #e4e3e3 1px solid;
  color: #999999;
}

#s-map,
#map {
  height: 210px;
  border: 1px solid #ddd;
}

.error-message {
  color: red;
}

.save-btn-row {
  margin: 1em 0.5em 0.5em 1em;
}

.organization-accordion .panel-body {
  padding: 0.5em;
}

.organization-accordion .panel-body p {
  font-size: 13px;
  margin: 0.5em;
}

.organization-accordion .panel-body p::before {
  content: "- ";
}

.organization-accordion .panel-body span {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.search-bar {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 2em;
  margin-left: 1em;
  margin-right: 1em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

/* .search-bar:hover {
  background: #5ec16799;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
} */

.search-bar .form-group {
  min-height: auto;
}

.search-bar select.form-control,
.search-bar input.form-control {
  height: 2.7em;
  padding: 0.6em;
  font-size: 1.2em;
}




/* Players Individual Box */
.players-individual-box,
.caption-single-box,
.official-individual-box {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  height: 199px;
}

.h-auto {
  height: auto;
}

.caption-single-box span.caption-type {
  background: #38b143;
  color: white;
  padding: 2px 8px;
  margin-left: -15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.caption-single-box:hover span.caption-type,
.caption-single-box:hover .match-time {
  background: white;
  color: #38b143;
}

.caption-single-box p.caption-name {
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-size: 15px;
}

.caption-single-box p.caption-type {
  font-size: 10.5px;
}

.caption-single-box .caption-img-container {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
  margin: 5px auto;
  background: #cecece;
}

.caption-single-box .small-rounded-border {
  border-radius: 5px;
  width: 95px;
  height: 75px;
}

.caption-single-box .caption-img-container img {
  max-width: 100%;
  max-height: 100%;
}

.players-individual-box p,
.caption-single-box p,
.official-individual-box p {
  margin-bottom: 0px;
}

.players-individual-box .player-name,
.caption-single-box .caption-name,
.official-individual-box .official-name {
  margin-top: 5px;
  /* color: #555; */
}

.players-individual-box .players-position,
.official-individual-box .official-type,
.caption-single-box .caption-type,
.official-individual-box .official-organization,
.players-individual-box .players-club {
  font-size: 14px;
  /* color: #aaa; */
}

.active-caption {
  background: #38b143 !important;
  color: #fff !important;
}

.players-individual-box:hover,
.caption-single-box:hover,
.official-individual-box:hover {
  background: #38b143 !important;
  border-radius: 6px;
  color: #fff;
}

.players-individual-add-box {
  padding-top: 65px;
  padding-bottom: 65px;

}

.players-individual-add-box i {
  font-size: 40px;
}

.players-individual-add-box:hover {
  background: rgba(236, 85, 56, 0.7);
  color: #fff;
  cursor: pointer;
}


.event-caption {
  border-radius: 6px;
  margin-bottom: 30px;
}

.event-caption:hover {
  color: #fff;
  background: #38b143 !important;
  cursor: pointer;
}

.event-date p {
  margin-bottom: 4px;
  margin-top: 4px;
}

.event-date {
  background: #38b143;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
}

.event-title {
  margin-top: 17px;

}

/* .event-venue{
  border-radius: 0px 0px 6px 6px;
  background: #38b143;
  color: #fff;
} */
.event-caption2 {
  border-radius: 6px;
  margin-bottom: 30px;
}

.event-caption2:hover {
  color: #fff;
  background: #38b143 !important;
  cursor: pointer;
}

.event-date2 p {
  margin-bottom: 4px;
  margin-top: 4px;
}

.event-date2 {
  padding: 10px 0px 10px 0px;
  background: #38b143;
  color: #fff;
  border-radius: 0px 0px 6px 6px;
}

.event-title2 {
  margin-top: 30px;
  margin-bottom: 30px;

}

.fixture-box p {
  font-size: 12px;
  line-height: 1.1;
}

.fixture-box .fixture-date {
  margin-bottom: 0.5em;
}

.fixture-box .fixture-pitch {
  margin-top: 0.5em;
  height: 4.1em;
  line-height: 1.5;
}


/* fixtures section of the page */
.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.map-color {
  color: #e75353;
}

.margin-top-80 {
  margin-top: 80px;
}

.green-color {
  color: green !important;
}

.margin-top-40 {
  margin-top: 40px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-left-right-50 {
  padding-left: 37px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.data-container {
  padding-bottom: 3px;
  font-size: 13px;
}

.padding-top-50 {
  padding-top: 50px;
}

.fixture-date {
  margin-bottom: 0px;
}

.match-time {
  background: #38b143;
  color: #fff;
  font-size: 12px;
  padding: 2px 0px;
  text-align: center;
  border-radius: 3px;
}

.fixture-team-b {
  text-align: left;
}



/* Caption Image For Organization */
.org-img {
  position: absolute;
  text-align: center;
  top: 8px;
  right: 20px;
  height: 35px;
  width: 35px;
  border-radius: 40%;
  overflow: hidden;
  background: #cecece;
}

.org-img img {
  max-width: 95%;
}


/* Custom radio button style */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #00bf6f;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.pad-md-7 {
  padding: 7px;
}

.no-search-result-found {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-left: 1.5em;
  margin-right: 0em;
  font-size: 20px;
  font-weight: 600;
}


/* Team Image Gallery  */
.gallery-title {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
}

.gallery-image-box {
  cursor: pointer;
}

.gallery-image-container {
  margin-bottom: 30px;
  background: #fff;
}

.name-of-team {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.gallery-image-container:hover {
  cursor: pointer;
}

.white-background {
  background: #fff;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.light-black {
  color: #b0b0b0;
}

.fixture-statistic {
  background: green;
  color: #fff;
  padding: 3px 8px;
  border-radius: 50%;

}

.float-padding-left {
  text-align: left;
  padding-left: 50px;


}

.float-padding-right {
  text-align: right;
  padding-right: 50px;

}

.float-padding-right2 {
  text-align: right;
  padding-right: 30px;

}

.float-padding-left2 {
  text-align: left;
  padding-left: 30px;

}

/* Group each image Gallery section */
.group-images {
  position: relative;
}







/* PLayer Transfer */
.span-player-name {
  padding: 15px;
  font-size: 16px;
  /* margin-top: -20px; */
  margin-bottom: 20px;
}

.format-footer {
  color: #fff !important;
}



/* style for Official Section */
.important_btn {
  background: #fff !important;
  cursor: default;
}



/*Custom modal to cover the whole screen*/
.modal-dialog-custom-unused {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: initial !important
}

.modal-content-custom-unused {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0px;
}

/* Height and Width of Gallery Image */
.height_width {
  height: 180px;
  width: 100%;
}

.small-link {
  font-size: 12px;
}

.bring-modal-forward {
  z-index: 9999;
}

.mr-1 {
  margin-right: 1em;
}

.form-error {
  color: red;
}

.multi-select {
  width: 100%;
}

.team_image_padding {
  /*height: 245px;*/
  overflow: hidden;
  border-radius: 3px;
  background: #f5f5f5;
}

.team_image_padding img {
  width: 100%;
}

.m-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.dropzone {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0px !important;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 10px;
}

.dropzone .dz-preview .dz-image {
  width: 80px;
  height: 80px;
}

/*
* Dropzone styles
*/
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  padding: 0 0 0.2em;
}

.dropzone .dz-preview {
  margin: 10px;
}

.dropzone .dz-preview .dz-details {
  padding: 0.5em 1em;
}

.dropzone .dz-message {
  margin-top: 30%;
}

@media(min-width: 993px) and (max-width: 2100px) {
  .modal-dialog.modal-60 {
    width: 45%;
    margin-bottom: 80px;
  }
}

@media (min-width: 480px) and (max-width: 1800px) {}


@media (min-width: 993px) and (max-width: 1800px) {
  .modal-dialog.modal-60 {
    width: 60%;
    margin-bottom: 80px;
  }

  .modal-dialog.modal-38 {
    width: 38%;
    margin-bottom: 80px;
  }

  .modal-dialog.modal-32 {
    width: 32%;
    margin-bottom: 80px;
  }

  .modal-dialog.modal-36 {
    width: 36%;
    margin-bottom: 80px;
  }

  .navbar-fixed-top {
    padding-right: 20px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .modal-dialog.modal-60 {
    width: auto;
    margin-bottom: 80px;
  }
}

@media (min-width: 875px) and (max-width: 480px) {
  .content-section {
    margin-top: 40px !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .navbrand-brand {
    font-size: 30px !important;
  }

  .modal-dialog.modal-60 {
    width: auto;
    margin-bottom: 80px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .pad-sm-0 {
    padding: 0px;
  }

  .pad-sm-5 {
    padding: 5px;
  }

  .pad-sm-10 {
    padding: 10px;
  }

  .navbrand-brand {
    font-size: 25px !important;
  }

  .modal-dialog.modal-60 {
    width: auto;
    margin-bottom: 80px;
  }


}

@media (min-width: 0px) and (max-width: 479px) {

  .pad-xs-0 {
    padding: 0px;
  }

  .pad-xs-5 {
    padding: 5px;
  }

  .pad-xs-8 {
    padding: 8px;
  }

  .pad-xs-10 {
    padding: 10px;
  }

  .navbrand-brand {
    font-size: 13px !important;
  }

  .modal-dialog.modal-60 {
    width: auto;
    margin-bottom: 80px;

  }

  .padding-left-right-50 {
    padding-left: auto;
    padding-right: auto;
    padding-bottom: 50px;
  }
}

.spinner {
  box-sizing: border-box;
  height: 45px;
  width: 45px;
  margin: 20px auto;
  border: 0px solid #27ae60;
  border-radius: 50%;
  box-shadow: 0 -15px 0 18px #27ae60 inset;
  animation: rotate 1s infinite linear;
}

#editor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 400px;
  border-radius: 0.3em;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-1 {
  margin-right: 0.3em !important;
  margin-left: 0.3em !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}